* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #0E0F13;
}

.fancybox-slide--html .fancybox-close-small {
    /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
}

.compensate-for-scrollbar {
    margin-right: auto !important;
    overflow: auto !important;
}

.fancybox-content {
    overflow: hidden;
}

input[type="file"] {
    display: none;
}

sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}

.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 100%;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1500px;
        padding: 0 30px;
    }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container {
    width: 500px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: #0E0F13;
    border-radius: 15px;
}

.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding: 0;
    color: #ffffff;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: block;
    padding-left: 20px;
    top: 0px;
    font-weight: 300;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

form {
}

form .form-group {
    margin-bottom: 15px;
    position: relative;
}

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group input[type="number"],
form .form-group select {
    height: 40px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding: 0;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #CCA166;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: "Roboto", sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    outline: none;
}

form .form-group button:hover {
}

.form_title {
    color: black;
    font-size: 36px; /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    color: #ff0000;
    white-space: nowrap;
}

.btn {
    box-sizing: border-box;
    background: #CCA166;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #CCA166;
    transition: all 0.4s ease-out;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 28px;
}

.btn:hover {
    background: transparent;
}

.btn.glass {
    background: transparent;
}

.btn.glass:hover {
    background: #CCA166;
}

/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #0E0F13;
}

.head_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
}

.top_phone {
    display: block;
    font-size: 18px;
    padding-left: 28px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.top_addr {
    font-size: 18px;
    padding-left: 28px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

header .m_btn {
    display: none;
}

header .btn {
    width: 220px;
}

.menu {
    border-top: 1px solid #525252;
    display: flex;
    justify-content: space-between;
}

.menu a {
    font-size: 18px;
    padding: 14px 0;
    display: block;
    position: relative;
    transition: all .4s ease-out;
}

.menu a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #CCA166;
    height: 0;
    transition: all .4s ease-out;
}

.menu a:hover:after {
    height: 3px;
}

.menu a:hover {
    color: #cca166;
}

/**********************
        BANNER
**********************/

.banner {
    margin-top: 122px;
}

.banner picture img {
    max-width: none;
    height: 650px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.title_container {
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 0;
    width: 100%;
    padding: 0 30px;
}

.title_container .title1 {
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
}

.title_container .title2 {
    font-size: 40px;
    margin-top: 15px;
    text-transform: uppercase;
}

.title_container .btn {
    margin-top: 25px;
    width: 350px;
}

/**********************
        SERVICES
**********************/

.services {
    margin-top: 100px;
}

.blocks_title {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px 0;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
}

.blocks_title b {
    color: #cca166;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0 13px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
}

.blocks_title b:before {
    content: '';
    display: block;
    flex-grow: 1;
    height: 1px;
    background: #CCA166;
}

.blocks_title b:after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 1px;
    background: #CCA166;
}

.blocks_title span {
    font-size: 22px;
    font-weight: 300;
    text-transform: none;
}

.services_tabs {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    padding: 0 24px;
    border-radius: 12px;
    background: #1C1D21;
}

.services_tabs > div {
    padding: 12px 0 10px;
    position: relative;
    cursor: pointer;
}

.services_tabs > div.active {
    color: #cca166;
}

.services_tabs > div:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #CCA166;
    transition: all .4s ease-out;
}

.services_tabs > div.active:after {
    height: 3px;
}

.services_list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 25px;
}

.services_list .service_item {
    border-radius: 90px 16px 16px 90px;
    background: #1C1D21;
    padding: 15px 20px 15px 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 160px;
    position: relative;
}

.services_list .service_item:before {
    content: '';
    display: block;
    width: 86px;
    height: 86px;
    position: absolute;
    left: 20px;
    top: calc(50% - 44px);
    border-radius: 50%;
    border: 1px solid #525252;
    transition: all .4s ease-out;
    z-index: 1;
}

.services_list .service_item:after {
    content: '';
    display: block;
    width: 86px;
    height: 86px;
    position: absolute;
    left: 20px;
    top: calc(50% - 44px);
    border-radius: 50%;
    transition: all .4s ease-out;
    border: 1px solid #525252;
    opacity: 0;
    background: linear-gradient(132deg, #CCA166 15.78%, #8E6C3D 87.78%);
    box-shadow: 12px 0 32px 0 rgba(204, 161, 102, 0.30);
}

.services_list .service_item:hover:after {
    opacity: 1;
}

.services_list .service_item .item_text {
    font-weight: 300;
    font-size: 18px;
}

.services_list .service_item .item_text b {
    font-weight: 400;
    font-size: 20px;
    display: block;
    margin-bottom: 4px;
}

.services_list .service_item .item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #525252;
    padding-top: 15px;
}

.services_list .service_item .item_price {
    font-weight: 500;
    color: #cca166;
    font-size: 18px;
}

.services_list .service_item .item_sign {
    padding-right: 22px;
    background: url("../img/arrow.svg") 100% 50% no-repeat;
    transition: all .4s ease-out;
}

.services_list .service_item .item_sign:hover {
    color: #cca166;
    background: url("../img/arrow_hov.svg") 100% 50% no-repeat;
}

.services_list .service_item.ico1:before {
    background: url("../img/services/ico1.svg") 50% no-repeat;
}

.services_list .service_item.ico1:hover:before {
    background: url("../img/services/ico1_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico2:before {
    background: url("../img/services/ico2.svg") 50% no-repeat;
}

.services_list .service_item.ico2:hover:before {
    background: url("../img/services/ico2_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico3:before {
    background: url("../img/services/ico3.svg") 50% no-repeat;
}

.services_list .service_item.ico3:hover:before {
    background: url("../img/services/ico3_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico4:before {
    background: url("../img/services/ico4.svg") 50% no-repeat;
}

.services_list .service_item.ico4:hover:before {
    background: url("../img/services/ico4_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico5:before {
    background: url("../img/services/ico5.svg") 50% no-repeat;
}

.services_list .service_item.ico5:hover:before {
    background: url("../img/services/ico5_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico6:before {
    background: url("../img/services/ico6.svg") 50% no-repeat;
}

.services_list .service_item.ico6:hover:before {
    background: url("../img/services/ico6_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico7:before {
    background: url("../img/services/ico7.svg") 50% no-repeat;
}

.services_list .service_item.ico7:hover:before {
    background: url("../img/services/ico7_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico8:before {
    background: url("../img/services/ico8.svg") 50% no-repeat;
}

.services_list .service_item.ico8:hover:before {
    background: url("../img/services/ico8_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico9:before {
    background: url("../img/services/ico9.svg") 50% no-repeat;
}

.services_list .service_item.ico9:hover:before {
    background: url("../img/services/ico9_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico10:before {
    background: url("../img/services/ico10.svg") 50% no-repeat;
}

.services_list .service_item.ico10:hover:before {
    background: url("../img/services/ico10_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico11:before {
    background: url("../img/services/ico11.svg") 50% no-repeat;
}

.services_list .service_item.ico11:hover:before {
    background: url("../img/services/ico11_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico12:before {
    background: url("../img/services/ico12.svg") 50% no-repeat;
}

.services_list .service_item.ico12:hover:before {
    background: url("../img/services/ico12_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico13:before {
    background: url("../img/services/ico13.svg") 50% no-repeat;
}

.services_list .service_item.ico13:hover:before {
    background: url("../img/services/ico13_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico14:before {
    background: url("../img/services/ico14.svg") 50% no-repeat;
}

.services_list .service_item.ico14:hover:before {
    background: url("../img/services/ico14_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico15:before {
    background: url("../img/services/ico15.svg") 50% no-repeat;
}

.services_list .service_item.ico15:hover:before {
    background: url("../img/services/ico15_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico16:before {
    background: url("../img/services/ico16.svg") 50% no-repeat;
}

.services_list .service_item.ico16:hover:before {
    background: url("../img/services/ico16_hov.svg") 50% no-repeat;
}

.services_list .service_item.ico17:before {
    background: url("../img/services/ico17.svg") 50% no-repeat;
}

.services_list .service_item.ico17:hover:before {
    background: url("../img/services/ico17_hov.svg") 50% no-repeat;
}

.services .btn.showmore {
    margin: 40px auto 0;
    width: 200px;
    cursor: pointer;
}

/**********************
       OFFERS
**********************/

.offers {
    margin-top: 100px;
}


.offers_list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.offer_item {
    border-radius: 16px;
    background: #1C1D21;
    overflow: hidden;
}

.offer_img {
    position: relative;
}

.offer_img span {
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    background: rgba(14, 15, 19, 0.30);
    backdrop-filter: blur(4px);
}

.offer_wrap {
    padding: 20px;
}

.offer_text {
    font-size: 18px;
    font-weight: 300;
    min-height: 145px;
}

.offer_text b {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.offer_wrap .btn {
    width: 100%;
    margin-top: 10px;
}

/**********************
        SIGNUP
**********************/

.signup {
    margin-top: 120px;
}

.signup_wrap {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}

.signup_img {
    border-radius: 16px;
    overflow: hidden;
    height: 390px;
    width: 28.9%;
    margin-top: 40px;
}

.signup_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#signup_form {
    border-radius: 16px;
    background: #1C1D21;
    padding: 70px;
    width: 560px;
    max-width: 100%;
}

#signup_form .btn {
    margin-top: 25px;
}

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 120px;
}

.contacts_wrap {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 60px;
}

.bot_addr {
    border-radius: 16px;
    background: #1C1D21;
    padding: 18px 20px;
    width: 25%;
}

.bot_addr span {
    display: block;
    font-size: 14px;
    color: #cca166;
    margin-bottom: 8px;
    text-transform: uppercase;
    padding-left: 30px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.worktime {
    border-radius: 16px;
    background: #1C1D21;
    padding: 18px 20px;
    width: 25%;
}

.worktime span {
    display: block;
    font-size: 14px;
    color: #cca166;
    margin-bottom: 8px;
    text-transform: uppercase;
    padding-left: 30px;
    background: url("../img/ico_time.svg") 0 50% no-repeat;
}

.bot_phone {
    display: block;
    border-radius: 16px;
    background: #1C1D21;
    padding: 18px 20px;
    width: 25%;
}

.bot_phone span {
    display: block;
    font-size: 14px;
    color: #cca166;
    margin-bottom: 8px;
    text-transform: uppercase;
    padding-left: 30px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.quest {
    width: 25%;
    padding-top: 3px;
}

.quest span {
    font-size: 18px;

}

.quest .btn {
    margin-top: 20px;
}

#map1 {
    margin-top: 25px;
    border-radius: 16px;
    overflow: hidden;
    background: url("../img/map.jpg") 50% no-repeat;
    height: 320px;
}

/**********************
        FOOTER
**********************/

footer {
    padding: 25px 0;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: #1C1D21;
    padding: 20px;
}


footer .disclamer {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}

/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
    .offer_text {
        font-size: 16px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {

    .top_addr {
        display: none;
    }

    /*******************************************************************/

    .banner picture img {
        height: 500px;
    }

    .title_container {
        top: 20px;
    }

    .services_tabs > div {
        font-size: 12px;
    }

    .services_list {
        grid-template-columns: 1fr 1fr;
    }

    /*******************************************************************/

    .offers_list {
        grid-template-columns: 1fr 1fr;
    }

    #signup_form {
        width: 400px;
        padding: 30px;
    }

    .signup_img {
        height: 300px;
    }

    /*******************************************************************/
    /*******************************************************************/
    /*******************************************************************/
    /*******************************************************************/
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

    .menu a {
        font-size: 16px;
    }

    /*******************************************************************/

    .title_container {
        padding: 0 15px;
    }

    .title_container .title1 {
        font-size: 24px;
    }

    .title_container .title2 {
        font-size: 30px;
    }

    .title_container .btn {
        width: 250px;
    }

    .blocks_title span br {
        display: none;
    }

    /*******************************************************************/

    .services_tabs {
        flex-flow: wrap;
        justify-content: center;
        gap: 0 15px;
        padding: 0 15px;
    }

    .services_tabs > div {
        font-size: 14px;
    }

    .services_list {
        grid-template-columns: 1fr;
    }

    /*******************************************************************/

    .offers_list {
        grid-template-columns: 1fr;
    }

    .offer_text {
        min-height: auto;
    }

    .offer_img img {
        width: 100%;
    }

    /*******************************************************************/

    .signup_img {
        margin-top: 0;
        width: 45%;
    }

    .signup_img.img2 {
        display: none;
    }

    /*******************************************************************/

    .contacts_wrap {
        flex-direction: column;
    }

    .bot_addr, .bot_phone, .worktime, .quest {
        width: 100%;
    }

    /*******************************************************************/

    .foot_wrap {
        font-size: 14px;
    }

    /*******************************************************************/
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .popup_container {
        width: 100%;
    }

    /*******************************************************************/
    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 15px;
        right: 15px;
    }

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #CCA166;
        transition: all 0.3s linear;
    }

    header .m_btn span:nth-child(2) {
        opacity: 1;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 107px;
        background: #1C1D21;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all 0.3s linear;
        z-index: 2;
        padding: 10px 0;
        row-gap: 0px;
    }

    .menu.active {
        right: 0;
    }

    .menu a {
        /*padding: 0;*/
        text-align: center;
        font-size: 5vw;
    }

    .menu a:before {
        display: none;
    }

    /*******************************************************************/

    header {
        padding: 10px 0;
    }

    .top_addr {
        display: none;
    }

    .head_wrap .btn {
        display: none;
    }

    .head_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px 0;
        padding: 0;
    }

    .logo1 {
        width: 60%;
    }

    /*******************************************************************/

    .banner {
        margin-top: 100px;
    }

    .banner picture img {
        height: auto;
        width: 100%;
    }

    .title_container {
        padding: 0 15px;
        top: 40px;
        text-align: center;
    }

    .title_container .title1 {
        font-size: 4vw;
    }

    .title_container .title2 {
        font-size: 6vw;
    }

    .title_container .btn {
        width: 250px;
        display: none;
    }

    .blocks_title span br {
        display: none;
    }

    /*******************************************************************/

    .services {
        margin-top: 60px;
    }

    .blocks_title {
        font-size: 7vw;
    }

    .blocks_title b {
        font-size: 3.5vw;
    }

    .blocks_title span {
        font-size: 4vw;
    }

    .services_tabs {
        flex-flow: wrap;
        justify-content: center;
        gap: 0 15px;
        padding: 0 15px;
        margin-top: 30px;
    }

    .services_tabs > div {
        font-size: 14px;
    }

    .services_list {
        grid-template-columns: 1fr;
        margin-top: 30px;
        gap: 15px;
    }

    .services_list .service_item {
        padding: 15px 15px 15px 100px;
        border-radius: 60px 16px 16px 60px;
        min-height: auto;
    }

    .services_list .service_item:before {
        left: 10px;
        width: 70px;
        height: 70px;
        top: calc(50% - 35px);
        background-size: 50% !important;
    }

    .services_list .service_item:after {
        left: 10px;
        width: 70px;
        height: 70px;
        top: calc(50% - 35px);
    }

    .services_list .service_item .item_text {
        font-size: 3vw;
    }

    .services_list .service_item .item_text b {
        font-size: 4vw;
    }

    .services_list .service_item .item_bottom {
        margin-top: 20px;
        padding-top: 10px;
    }

    .services_list .service_item .item_price {
        font-size: 4vw;
    }

    .services_list .service_item .item_sign {
        font-size: 4vw;
    }

    /*******************************************************************/

    .offers {
        margin-top: 60px;
    }

    .offers_list {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .offer_text {
        min-height: auto;
    }

    .offer_img img {
        width: 100%;
    }

    .offer_wrap {
        padding: 15px;
    }

    .offer_text {
        font-size: 4vw;
    }

    .offer_text b {
        font-size: 5vw;
    }

    /*******************************************************************/

    .signup {
        margin-top: 60px;
    }

    .signup_img {
        margin-top: 0;
        width: 100%;
        height: auto;
    }

    .signup_img.img2 {
        display: none;
    }

    .signup_wrap {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    #signup_form {
        padding: 15px;
    }

    .agree_field {
        font-size: 3vw;
    }

    /*******************************************************************/

    .contacts {
        margin-top: 30px;
    }

    .contacts_wrap {
        flex-direction: column;
        gap: 10px 0;
    }

    .bot_addr, .bot_phone, .worktime, .quest {
        width: 100%;
    }

    /*******************************************************************/

    .foot_wrap {
        font-size: 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px 0;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}
