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

html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #101115;
}

.fancybox-slide--html .fancybox-close { /* 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: 100%;
        padding: 0 80px;
    }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(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: #101115;
}


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

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    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: 10px;
    line-height: 100%;
    position: relative;
    display: block;
    padding-left: 20px;
    top: 0px;
}

.agree_field a {
    text-decoration: underline;
}

.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: #B5B4B5;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    /*padding: 0px 20px;*/
    outline: none;
    background: transparent;
    text-transform: uppercase;
    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;
}

h2 {
    font-weight: 200;
    font-size: 70px;
    text-align: center;
}

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

.btn.grey {
    background: #1A1B1F;
    border-color: #1A1B1F;
}

.btn:hover {
    background: #CCA166;
    border-color: #CCA166;
}

.anim {
    opacity: 0;
    transform: translateY(100px);
}

.anim.animated {
    opacity: 1;
    transform: translateY(0);
    transition: all .6s ease-out;
}

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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #ffffff;
    padding: 12px 0;
    border-bottom: 1px solid rgba(204, 161, 102, 0.00);
    background: rgba(8, 8, 8, 0.70);
    backdrop-filter: blur(7.5px);
    max-width: 1920px;
    margin: 0 auto;
}

header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right,
    rgba(204, 161, 102, 0) 0%,
    #CCA166 50%,
    rgba(204, 161, 102, 0) 100%);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_addr {
    font-weight: 300;
    text-transform: uppercase;
    padding: 3px 0 3px 40px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.top_phone {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    padding: 3px 0 3px 40px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

header .m_btn_wrap {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 1;
    right: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

header .m_btn_wrap:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/nav_circle.svg") 50% no-repeat;
    /*animation: spin 10s linear infinite;*/
    transition: all .4s ease-out;
}

header .m_btn_wrap:hover:before {
    transform: rotate(160deg);
}

header .m_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 28px;
    height: 20px;
    position: relative;
}

header .m_btn.active {
    left: -3px;
}

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

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

header .m_btn.active span:nth-child(1) {
    transform-origin: 100% 50%;
    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: 100% 50%;
    transform: rotate(45deg);
    bottom: -1px;
}

header .btn {
    width: 285px;
    margin-right: 75px;
}

.menu {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    transition: all .4s ease;
    width: 100%;
    padding: 15px 0;
    z-index: 5;
    background: #1A1B1F;
    max-width: 1920px;
    margin: 0 auto;
}

.menu .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 60px;
}

.menu.active {
    top: 100px;
}

.menu a {
    font-size: 18px;
    transition: all .4s ease;
}

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

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

.banner {
    margin-top: 100px;
    position: relative;
}

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

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

.title_container .container {
    height: 100%;
}

.title_container h1 {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

.title_container h1 span {
    display: block;
    font-weight: 400;
    font-size: 60px;
    margin-top: 5px;
}

.title_container h1 span b {
    font-weight: 900;
}

.title_container .btn {
    margin-top: 20px;
    width: 520px;
}

.line1, .line2 {
    margin-top: 50px;
    width: 100%;
    height: 50px;
    background: url("../img/line.svg") 50% 50% no-repeat;
    background-size: 100%;
}

.line2 {
    margin-top: 80px;
    background: url("../img/line2.svg") 50% 50% no-repeat;
}

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

.services {
    margin-top: 80px;
}

.services_tabs {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    margin-top: 50px;
}

.services_tabs > div {
    color: #B5B4B5;
    font-size: 18px;
    text-align: center;
    border-radius: 100px;
    background: #1A1B1F;
    padding: 20px;
    cursor: pointer;
    transition: all .4s ease-out;
    border: 1px solid transparent;
}

.services_tabs > div.active {
    border-color: #B5B4B5;
    background: #080808;
}

.services_list {
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
    row-gap: 75px;
    align-items: stretch;
}

.service_item {
    /*width: 23%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid rgba(204, 161, 102, 0.12);
    background: url("../img/service_item_bg.svg") 50% 0 no-repeat #080808;
    background-size: cover !important;
    padding: 70px 15px 25px;
    min-height: 177px;
    text-align: center;
    position: relative;
    transition: all .4s ease-out;
}

.service_item:hover {
    border-color: rgba(204, 161, 102, 0.70);
    background: url("../img/service_item_bg_hov.svg") 50% 0 no-repeat #080808;
}

.service_item:before {
    content: '';
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    background-color: #080808;
    border: 1px solid rgba(204, 161, 102, 0.20);
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.service_item p {
    font-size: 26px;
    font-weight: 200;
}

.service_item p span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

.service_item.ico1:before {
    background-image: url("../img/services/ico1.svg");
}

.service_item.ico2:before {
    background-image: url("../img/services/ico2.svg");
}

.service_item.ico3:before {
    background-image: url("../img/services/ico3.svg");
}

.service_item.ico4:before {
    background-image: url("../img/services/ico4.svg");
}

.service_item.ico5:before {
    background-image: url("../img/services/ico5.svg");
}

.service_item.ico6:before {
    background-image: url("../img/services/ico6.svg");
}

.service_item.ico7:before {
    background-image: url("../img/services/ico7.svg");
}

.service_item.ico8:before {
    background-image: url("../img/services/ico8.svg");
}

.service_item.ico9:before {
    background-image: url("../img/services/ico9.svg");
}

.service_item.ico10:before {
    background-image: url("../img/services/ico10.svg");
}

.service_item.ico11:before {
    background-image: url("../img/services/ico11.svg");
}

.service_item.ico12:before {
    background-image: url("../img/services/ico12.svg");
}

.service_item.ico13:before {
    background-image: url("../img/services/ico13.svg");
}

.service_item.ico14:before {
    background-image: url("../img/services/ico14.svg");
}

.service_item.ico15:before {
    background-image: url("../img/services/ico15.svg");
}

.service_item.ico16:before {
    background-image: url("../img/services/ico16.svg");
}

.service_item.ico17:before {
    background-image: url("../img/services/ico17.svg");
}

.services .btn.showmore {
    margin: 35px auto 0;
    width: 500px;
}

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

.offers {
    margin-top: 90px;
}

.offers_list {
    margin-top: 50px;
    padding-bottom: 85px !important;
}

.offer_item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    height: 395px;
}

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

.offer_item .item_title {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 26px;
    font-weight: 200;
}

.offer_item .item_text {
    position: absolute;
    padding: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease-out;
    z-index: 1;
}

.offer_item:hover .item_text {
    opacity: 1;
}

.offer_item .item_text:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/offers/offer_bg.svg") 50% no-repeat;
    background-size: cover;
}

.offer_item .item_text .arrow {
    position: absolute;
    top: 37px;
    right: 30px;
}

.offer_item .item_name {
    opacity: .5;
    position: relative;
    font-size: 26px;
    font-weight: 200;
}

.offer_item .item_desc {
    margin-top: 35px;
    font-size: 18px;
    position: relative;
}

.offer_item .item_ico {
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 40px;
    right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.offer_item .item_ico:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/offers/circle.svg") 50% no-repeat;
    /*animation: spin 10s linear infinite;*/
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease-out;
}

.offer_item:hover .item_ico:before {
    transform: rotate(160deg);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.offers_list .swiper-pagination {
    bottom: 0 !important;
}

.offers_list .swiper-pagination-bullet {
    width: 35px;
    height: 35px;
    border: 1px solid #CCA166;
    background: transparent;
    transition: all .4s ease-out;
    opacity: 1;
}

.offers_list .swiper-pagination-bullet-active {
    background: #CCA166;
}

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

.signup {
    margin-top: 80px;
    background: url("../img/signup_bg.svg") 0 0 no-repeat #080808;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
}

#signup_form {
    padding: 50px;
    width: 590px;
    max-width: 100%;
}

#signup_form h2 {
    text-align: left;
    margin-bottom: 45px;
    line-height: 110%;
}

#signup_form .agree_field {
    font-size: 18px;
    font-weight: 300;
}

.signup_img {
    width: 66%;
}


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

.contacts {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.contacts_wrap {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    width: 29%;
}

.contacts_info {
    padding: 40px 50px;
    background: url("../img/contacts_wrap1.svg") 0 0 no-repeat;
    /*border-radius: 20px;*/
    display: flex;
    flex-direction: column;
    gap: 27px 0;
    font-weight: 300;
    text-transform: uppercase;
}

.worktime {
    background: url("../img/ico_time.svg") 0 50% no-repeat;
    padding: 4px 0 4px 40px;
}

.bot_addr {
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
    padding: 4px 0 4px 40px;
}

.bot_phone {
    display: block;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
    padding: 4px 0 4px 40px;
}

.quest {
    /*margin-top: 50px;*/
    background: url("../img/contacts_wrap2.svg") 100% 100% no-repeat;
    padding: 30px 50px;
}

.quest p {
    font-size: 26px;
    font-weight: 200;
}

.quest p span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

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

#map1 {
    width: 68%;
    height: 465px;
    background: url("../img/map.jpg") 50% 50% no-repeat;
    border-radius: 20px;
    overflow: hidden;
    filter: grayscale();
}

.bottom_glow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

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

footer {
    padding: 15px 0;
    margin-top: 50px;
    background: #080808;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}

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


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

@media (max-width: 1600px) {
    .container {
        padding: 0 30px;
    }

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

    header .m_btn_wrap {
        right: 30px;
    }

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

    .services_list {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 30px;
    }

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

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

    .contacts_info {
        padding: 15px;
        background-size: cover;
        background-color: #080808;
        gap: 15px 0;
        border-radius: 15px;
    }

    .quest {
        padding: 15px;
        background-size: cover;
        background-color: #080808;
        gap: 15px 0;
        border-radius: 15px;
    }

    .quest p {
        font-size: 24px;
    }

    .quest p span {
        font-size: 14px;
    }

    .contacts_wrap {
        width: 32%;
    }

    #map1 {
        width: 65%;
        height: 360px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
	
	.title_container {padding-top:15px;}
	.title_container .btn {position: absolute;
    bottom: 15px;}
    .container {
        padding: 0 15px;
    }

    header .m_btn_wrap {
        right: 15px;
    }

    .menu .container {
        gap: 0 30px;
    }

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

    .top_addr {
        display: none;
    }

    h2 {
        font-size: 50px;
    }

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

    .banner picture img {
        height: 500px;
    }

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

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

    .services_list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 35px;
    }

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

    .signup {
        flex-direction: column;
        align-items: flex-start;
        background-size: cover;
    }

    .signup_img {
        width: 100%;
    }

    .signup_wrap {
        width: 100%;
    }

    #signup_form {
        width: 100%;
    }

    #signup_form h2 br {
        display: none;
    }

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

    .contacts {
        flex-direction: column;
        gap: 30px 0;
    }

    .contacts_wrap {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .contacts_wrap > div {
        width: 48%;
    }

    #map1 {
        width: 100%;
    }


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

}

/*IPAD PRO BEGIN*/

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

    .anim {
        opacity: 1 !important;
        transform: unset !important;
    }


    .title_container h1 span {
        font-size: 50px;
    }

    .line1, .line2 {
        margin-top: 30px;
    }

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

    .services {
        margin-top: 50px;
    }

    .services_list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 36px;
    }

    .service_item {
        padding: 40px 15px 20px;
        min-height: 150px;
    }

    .services_tabs > div {
        padding: 15px;
        font-size: 16px;
    }

    .service_item p {
        font-size: 18px;
    }

    .service_item p span {
        font-size: 16px;
    }

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

    .offer_item .item_title {
        left: 15px;
        top: 15px;
        font-size: 20px;
    }

    .offer_item .item_text {
        padding: 15px;
    }

    .offer_item .item_name {
        font-size: 20px;
    }

    .offer_item .item_desc {
        font-size: 14px;
    }

    .offer_item .item_text .arrow {
        top: 15px;
    }

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

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

    .contacts_wrap > div {
        width: 100%;
    }


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

    .foot_wrap {
        font-size: 12px;
    }

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .anim {
        opacity: 1 !important;
        transform: unset !important;
    }


    .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%;
    }

    .container {
        padding: 0 15px;
    }

    h2 {
        font-size: 8vw;
    }

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

    header .m_btn_wrap {
        position: relative;
        right: 0;
        transform: scale(0.8);
    }

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

    .menu.active {
        right: 0;
    }

    .menu .container {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    .menu a {
        padding: 0;
    }

    .menu a:before {
        display: none;
    }

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

    header {
        padding: 5px 0;
    }

    header .logo1 {
        width: 15%;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

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

    .banner {
        margin-top: 70px;
    }

    .banner picture img {
        height: 300px;
    }

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

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

    .title_container h1 span {
        font-size: 7vw;
    }

    .line1, .line2 {
        margin-top: 90px;
        background-size: auto;
        background-position: 15% 50%;
    }

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

    .services {
        margin-top: 50px;
    }

    .services_list {
        grid-template-columns: 1fr;
        row-gap: 60px;
    }

    .service_item {
        padding: 40px 15px 20px;
        min-height: 150px;
    }

    .services_tabs {
        margin-top: 30px;
    }

    .services_tabs > div {
        padding: 15px 10px;
        font-size: 3.5vw;
    }

    .service_item p {
        font-size: 5vw;
    }

    .service_item p span {
        font-size: 4vw;
    }

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

    .offer_item .item_title {
        left: 15px;
        top: 15px;
        font-size: 20px;
    }

    .offer_item .item_text {
        padding: 15px;
    }

    .offer_item .item_name {
        font-size: 20px;
    }

    .offer_item .item_desc {
        font-size: 14px;
    }

    .offer_item .item_text .arrow {
        top: 15px;
    }

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

    .signup {
        margin-top: 50px;
        flex-direction: column;
        gap: 20px 0;
    }

    .signup_wrap {
        width: 100%;
    }

    #signup_form {
        padding: 15px;
        width: 100%;
    }
    
    #signup_form h2 {
        margin-bottom: 30px;
    }

    .signup_img {
        width: 100%;
    }

    #signup_form .agree_field {
        font-size: 3vw;
    }

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

    .contacts {
        flex-direction: column;
        gap: 20px 0;
    }

    .contacts_wrap {
        flex-direction: column;
        gap: 20px 0;
        width: 100%;
    }

    .contacts_info {
        font-size: 4vw;
    }

    .contacts_wrap > div {
        width: 100%;
    }

    #map1 {
        width: 100%;
        height: 350px;
    }

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

    footer {
        margin-top: 20px;
    }

    .foot_wrap {
        font-size: 12px;
        flex-direction: column;
        gap: 10px 0;
    }

    .foot_logo {
        display: none;
    }
	
	.title_container .btn {
    position: absolute;
    bottom: -75px;
    box-sizing: border-box;
    width: calc(100% - 30px);
}

}

/*MOBILE END*/

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

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}