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

html {
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: white;
}

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

.fancybox-slide--html .fancybox-close-small svg {
    display: none;
}

.fancybox-slide--html .fancybox-close-small {
    width: 54px;
    height: 44px;
    background: url("../img/close.png") 50% no-repeat;
    top: 10px;
    right: 10px;
}

.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:hover {
    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: 1140px;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1550px;
        max-width: 100%;
    }
}

.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: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: black;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}

.agree_field.top {
    margin-bottom: 10px;
}

.agree_field a {
    text-decoration: none;
    color: mediumslateblue;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

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

.popup_container .form-group {
    margin-bottom: 19px;
}

.openform {
    cursor: pointer;
}

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

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

.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: 10px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 43px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #999;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: 'Inter', sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'Inter', 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;
}

/* Стиль для прелоадера */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    transition: all .5s
}

#preloader img {
    position: absolute;
    height: auto;
    top: calc(50% - 21px);
    left: calc(50% - 72px)
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 250px;
    margin: -125px 0 0 -125px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E8C17C;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.hide {
    top: -110vh
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ba9e5c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #826f42;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.btn {
    box-sizing: border-box;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 43px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn i {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #283744;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
}

.btn:hover i {
    width: 225%;
    height: 562px;
}

.btn.white {
    background: #ffffff;
    color: #000000;
}

.btn.white:hover {
    color: #ffffff;
}

.btn.white i {
    background-color: #000000;
}

.anim {
    opacity: 0;
    position: relative;
    bottom: -100px;
    transition: opacity 1s, bottom 1s;
}

.anim.animated {
    opacity: 1;
    bottom: 0;
}



.sup-hover-wrap {
    position: relative;
}
.sup-hover-dislamer {
    position: relative;
    animation: opacityblink 1.5s linear infinite;
    -webkit-animation: opacityblink 1.5s linear infinite;
    font-size: 1.2em;
}
.sup-hover-dislamer__text {
    position: absolute;
    top: 100%;
    left: 5%;
    z-index: 5;
    display: none;
    background: #fff;
    padding: 30px 20px;
    font-size: 14px;
    text-align: left;
    width: 90%;
    animation: unset;
    -webkit-animation: unset;
    color: #000;
    box-shadow: 0 0 5px 10px rgba(0, 0, 0, .075);
}

.sup-hover-dislamer__text br {
    display: block !important;
}

.sup-hover-dislamer:hover + .sup-hover-dislamer__text {
    display: block;
}

@keyframes opacityblink {
    0% {opacity: 1;}
    50% {opacity: .4;}
    100% {opacity: 1;}
}

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

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

header .m_btn {
    display: none;
}

.head_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 20px 0;*/
}

.top_addr {
    padding-left: 35px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

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

.head_btn_wrap {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.head_btn_wrap .btn {
    width: 288px;
}

.head_vk {
    margin-right: -10px;
}

.menu {
    display: flex;
    justify-content: center;
    border-top: 1px solid #283744;
}

.menu > a {
    display: block;
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s;
}

.menu > a:hover {
    background: #283744;
    color: #ffffff;
}

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

.banner_slider {
    margin-top: 120px;
}

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

.title_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.title_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.title_wrap .title1 {
    font-size: 76px;
    font-weight: 700;
    color: #f3f3f3;
    text-transform: uppercase;
    position: relative;
}

.title_wrap .title1 span {
    font-size: 32px;
    display: block;
    margin-bottom: -10px;
}

.title_wrap .title1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 20px);
    height: 1px;
    background: #F3F3F3;
}

.title_wrap .title1:after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -43px;
    width: 1px;
    height: 118px;
    background: #F3F3F3;
}


.slide5 .title_wrap .title1:after {
    bottom: -220px;
    height: 400px;
}

.title_wrap .title2 {
    font-size: 28px;
    color: #ffffff;
    padding-left: 57px;
    background: url("../img/bn2_ico.png") 0 50% no-repeat;
    margin-top: 15px;
}

.slide5 .title_wrap .title2 {
    font-size: 26px;
    margin-left: 400px;
}

.slide5 .title_container {
    align-items: unset;
}

.slide5 .title_wrap .title2 {
    background: url("../img/bn5_ico.png") 0 50% no-repeat;
    padding-left: 40px;
}

.title_wrap .title2 br {
    display: none;
}

.title2 {
  /* Убедитесь, что нет запрета на перенос строк */
  white-space: normal;
}

.title2 .break {
  display: block;
}

.slide1 .title_wrap .title2 {
    background: url("../img/bn1_ico.png") 0 50% no-repeat;
}

.title_wrap .bn_details {
    display: flex;
    align-items: center;
    min-height: 118px;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    margin-left: 40px;
    margin-top: 0;
}

.slide5 .bn_details {
    margin-bottom: 100px;
}

.slide1 .title_wrap .bn_details,
.slide4 .title_wrap .bn_details {
    margin-top: 38px;
}

.bn_details > span:first-child {
    position: relative;
    z-index: 1;
}

.arrows {
    display: flex;
    margin-left: -35px;
}

.arrows .arrow {
    background: url("../img/bn_arrow.png") 0 0 no-repeat;
    display: block;
    width: 72px;
    height: 118px;
    transition: all 0.4s;
    margin-left: -40px;
}

.arrows.step1 .arrow {
    opacity: 0.25;
}

.arrows.step1 .arrow + span {
    opacity: 0.5;
}

.arrows.step1 .arrow + span + span {
    opacity: 0.75;
}

.arrows.step1 .arrow + span + span + span {
    opacity: 1;
}

.arrows.step2 .arrow {
    opacity: 1;
}

.arrows.step2 .arrow + span {
    opacity: 0.25;
}

.arrows.step2 .arrow + span + span {
    opacity: 0.5;
}

.arrows.step2 .arrow + span + span + span {
    opacity: 0.75;
}

.arrows.step3 .arrow {
    opacity: 0.75;
}

.arrows.step3 .arrow + span {
    opacity: 1;
}

.arrows.step3 .arrow + span + span {
    opacity: 0.25;
}

.arrows.step3 .arrow + span + span + span {
    opacity: 0.5;
}

.arrows.step4 .arrow {
    opacity: 0.5;
}

.arrows.step4 .arrow + span {
    opacity: 0.75;
}

.arrows.step4 .arrow + span + span {
    opacity: 1;
}

.arrows.step4 .arrow + span + span + span {
    opacity: 0.25;
}

.banner_slider {
    padding-bottom: 30px !important;
}

.banner_slider .swiper-pagination {
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 14px;
}

.banner_slider .swiper-pagination-bullet {
    background: #283744;
    width: 8px;
    height: 8px;
    transition: all .4s ease-out;
    margin: 0 !important;
    border-radius: 50%;
    opacity: .5;
}

.banner_slider .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1;
}


.banner_slider .swiper-button-prev,
.banner_slider .swiper-button-next {
    width: 30px;
    right: 30px;
    height: 30px;
    background: url("../img/rect.svg") 50% no-repeat;
    opacity: 1;
}

.banner_slider .swiper-button-prev {
    right: unset;
    left: 30px;
    transform: rotate(180deg);
}

.banner_slider .swiper-button-prev:after,
.banner_slider .swiper-button-next:after {
    display: none;
}

.banner_slider .swiper-button-prev:before,
.banner_slider .swiper-button-next:before {
    content: '';
    display: block;
    width: 31px;
    height: 14px;
    background: url("../img/arrow.svg") 50% no-repeat;
    position: absolute;
    right: 8px;
    transition: all .3s;
}

.banner_slider .swiper-button-prev:hover:before,
.banner_slider .swiper-button-next:hover:before {
    right: 15px;
}

/**********************
        PRICES
**********************/

.prices {
    margin-top: 150px;
}

.prices_title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 64px;
    font-weight: 500;
}

.prices_wrap {
    display: flex;
    gap: 0 20px;
    position: relative;
}

.prices_img {
    width: 37%;
    position: relative;
}

.prices_img img {
    position: relative;
    height: 0;
    transition: all .5s ease-in-out;
    top: 0;
    opacity: 0;
}

.prices_img img.active {
    opacity: 1;
    height: auto;
}

.prices_list {
    flex-grow: 1;
}

.prices_item {
    padding: 20px 0;
    border-top: 1px solid #999999;
    position: relative;
    cursor: pointer;
}

.prices_item:last-child {
    border-bottom: 1px solid #999999;
}

.price_name {
    font-size: 24px;
    text-transform: uppercase;
    color: #283744;
}

.close_price {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 31px;
    height: 31px;
    background: #283744;
}

.close_price img {
    transition: all .3s;
}

.prices_item.active .close_price img {
    transform: rotate(-45deg);
}

.price_table {
    margin-top: 30px;
    padding-bottom: 10px;
    display: none;
}

.price_table > div > div {
    text-align: center;
    width: 11%;
}

.price_table > div > div:first-child {
    width: 42%;
    text-align: left;
    font-weight: 600;
}

.price_head {
    display: flex;
    justify-content: space-between;
    background: #283744;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 40px;
    margin-bottom: 40px;
}

.price_row {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 40px;
    margin-top: 30px;
}

.price_row:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    background: #283744;
}

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

.services {
    margin-top: 150px;
}

.services_title {
    text-transform: uppercase;
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 40px;
}

.services_slider {
    width: 100%;
    height: 675px;
}

.services_slider .serv_item {
    height: 327px;
    gap: 0 20px;
    display: flex;
    position: relative;
}

.services_slider .serv_item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/serv_bg.jpg") 100% 100% no-repeat;
    position: absolute;
    z-index: -1;
}

.services_slider .serv_item:nth-child(even):before {
    transform: scaleY(-1);
}

.serv_img {
    width: 49%;
    object-fit: cover;
}

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


.serv_text {
    width: 45%;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.serv_text:before {
    content: '';
    display: block;
    width: 50px;
    height: 44px;
    background: url("../img/serv_ico.png") 50% no-repeat;
    position: absolute;
    top: 30px;
    right: 0;
}

.serv_name {
    color: #283744;
    text-transform: uppercase;
    font-size: 24px;
}

.serv_name span {
    display: block;
    color: #999999;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
}

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

.services .swiper-pagination {
    bottom: 0 !important;
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12px;
}

.services .swiper-pagination-bullet {
    background: #283744;
    width: 8px;
    height: 8px;
    margin: 0 7px !important;
    transition: all .3s;
    opacity: 0.5;
}

.services .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1;
}

.serv_popup {
    display: none;
}

.serv_popup_container {
    width: 1136px;
    max-width: 100%;
    position: relative;
    background: #ffffff;
    padding: 30px;
}

.serv_popup_wrap {
    display: flex;
    justify-content: space-between;
}

.serv_popup_img {
    width: 49%;
}

.serv_popup_text {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.serv_popup_name {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.serv_popup_name span {
    color: #999999;
    font-weight: 500;
    display: block;
    text-transform: none;
    font-size: 16px;
}

.serv_popup_text p {
    margin-top: 10px;
}

.serv_popup_text .ttu {
    text-transform: uppercase;
    font-size: 18px;
}

.serv_popup_text ul {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 10px;
}

.serv_popup_text ul li {
    display: block;
    padding-left: 18px;
    position: relative;
}

.serv_popup_text ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
    background: #283744;
}

.serv_popup_text .btn {
    width: 335px;
    margin-top: 20px;
}

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

.offers {
    margin-top: 150px;
}

.offers_title {
    margin-bottom: 40px;
    font-size: 64px;
    font-weight: 500;
    text-transform: uppercase;
}

.offers_list {
    display: flex;
    justify-content: space-between;
}

.offers_item {
    width: 49.4%;
    padding: 50px 50px 20px;

}

.offers_item.item1 {
    background: url("../img/offer1_img.jpg") 50% no-repeat;
}

.offers_item.item2 {
    background: url("../img/offer2_img.jpg") 50% no-repeat;
}

.offers_item .item_title {
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 55px;
    position: relative;
}

.offers_item .item_title img {
    display: block;
    margin: 10px 0;
}

.offers_item .item_title span {
    font-size: 39px;
}

.offers_item .item_title font {
    font-size: 75px;
}

.offers_item.item2 .item_title {
    font-size: 45px;
}

.offers_item.item2 .item_title b {
    font-size: 51px;
}

.offers_item.item2 .item_title span {
    font-size: 19px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}

.offers_item .item_comment {
    color: #ffffff;
    position: relative;
}

.offers_item .btn {
    margin-top: 60px;
    width: 288px;
}

.offers_item.item2 .btn {
    margin-top: 45px;
}

.offers_item .item_disc {
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
}

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

.signup {
    background: url("../img/signup_bg.jpg") 50% 0 no-repeat;
    margin-top: 150px;
    padding: 210px 50px 50px;
}

.signup_title {
    color: #ffffff;
    font-size: 64px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
}

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

.signup_comment {
    color: #ffffff;
    padding-left: 70px;
    background: url("../img/signup_ico.png") 0 50% no-repeat;
}

#signup_form {
    width: 720px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#signup_form .form-group {
    width: 49%;
}

#signup_form .agree_field {
    width: 49%;
    margin-left: auto;
    color: #ffffff;
}

/**********************
        ABOUT
**********************/

.about {
    margin-top: 150px;
}

.about_title {
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.about_list {
    margin-top: 40px;
}

.about_list .row {
    display: flex;
    justify-content: space-between;
}

.about_list .row:last-child {
    align-items: flex-end;
    margin-top: -95px;
}

.about_list .row > div {
    width: 32.9%;
    background: url("../img/about_img.jpg") 50% 15% no-repeat;
    padding: 30px;
    position: relative;
}

.about_list .row > div span {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    min-height: 55px;
}

.about_list .row > div span i {
    font-style: normal;
}

.about_list .row > div.ico1 {
    height: 201px;
}

.about_list .row > div.ico1 span {
    padding-left: 84px;
    background: url("../img/about_ico1.png") 0 50% no-repeat;
}

.about_list .row > div.ico2 {
    height: 307px;
}

.about_list .row > div.ico2 span {
    padding-left: 88px;
    background: url("../img/about_ico2.png") 0 50% no-repeat;
}

.about_list .row > div.ico3 {
    height: 248px;
}

.about_list .row > div.ico3 span {
    padding-left: 91px;
    background: url("../img/about_ico3.png") 0 50% no-repeat;
}

.about_list .row > div.ico4 {
    height: 223px;
}

.about_list .row > div.ico4 span {
    padding-left: 93px;
    background: url("../img/about_ico4.png") 0 50% no-repeat;
}

.about_list .row > div.ico5 {
    height: 117px;
}

.about_list .row > div.ico5 span {
    padding-left: 90px;
    background: url("../img/about_ico5.png") 0 50% no-repeat;
}

.about_list .row > div.ico6 {
    height: 176px;
}

.about_list .row > div.ico6 span {
    padding-left: 89px;
    background: url("../img/about_ico6.png") 0 50% no-repeat;
}


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

.contacts {
    margin-top: 150px;
}

.cont_title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 64px;
    margin-bottom: 40px;
}

.cont_wrap {
    display: flex;
    justify-content: space-between;
    background: radial-gradient(61.82% 50.55% at 49.45% 52.86%, #394E61 0%, #283744 100%);
    padding: 50px;
    align-items: center;
    color: #ffffff;
    margin-bottom: 50px;
}

.bot_logo span {
    display: block;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.bot_addr {
    font-size: 24px;
}

.bot_addr span {
    display: block;
    color: #999999;
    margin-bottom: 10px;
    font-size: 16px;
}

.worktime {
    font-size: 24px;
}

.worktime span {
    display: block;
    color: #999999;
    margin-bottom: 10px;
    font-size: 16px;
}

.bot_phone {
    font-size: 24px;
}

.bot_phone span {
    display: block;
    color: #999999;
    margin-bottom: 10px;
    font-size: 16px;
}

.cont_map_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.quest_text {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#quest_form {
    width: 365px;
}

#map1 {
    width: 64%;
    height: 245px;
    background: url("../img/map.jpg?v=1") 50% no-repeat;
}

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


footer {
    margin-top: 50px;
}

.foot_wrap {
    background: #999;
    display: flex;
    padding: 50px;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

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

footer .disclamer {
    background: #999;
    color: #000000;
    font-size: 12px;
    text-align: left;
    display: none;
    padding: 0 50px 20px;
}


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

@media (max-width: 1600px) {
    #signup_form {
        width: 45%;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .top_addr {
        display: none;
    }

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

    .banner_slider picture img {
        height: 400px;
    }

    .banner_slider .swiper-slide {
        overflow: hidden !important;
    }

    .title_wrap .title1 {
        font-size: 60px;
    }

    .slide5 .title_wrap .title1 {
        font-size: 40px;
    }

    .slide5 .title_wrap .title2 {
        font-size: 26px;
        margin-left: 0px;
    }

    .slide5 .title_wrap .title1:after {
        bottom: -250px;
        height: 400px;
    }
    
    .slide5 .bn_details {
        margin-bottom: 0px;
    }

    .title_wrap .title2 {
        font-size: 20px;
    }

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

    .prices_img {
        display: none;
    }

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

    .offers_item {
        background-position: 25% 50% !important;
        padding: 50px 30px 20px;
    }

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

    .signup_title br {
        display: none;
    }

    .signup_title {
        font-size: 50px;
    }

    .signup_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px 0;
    }

    #signup_form {
        width: 100%;
    }

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

    .about_list .row > div {
        padding: 15px;
    }

    .about_list .row > div span {
        font-size: 18px;
    }
    
    /*******************************************************************/

    .cont_wrap {
        padding: 30px;
        flex-flow: wrap;
        gap: 20px 0;
    }

    .cont_map_wrap {
        padding: 0;
    }

    #map1 {
        width: 56%;
    }
}

/*IPAD PRO BEGIN*/

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

    .anim {
        bottom: 0 !important;
        opacity: 1 !important;
    }

    .head_btn_wrap .btn {
        width: 200px;
    }

    .menu > a {
        padding: 10px 15px;
        font-size: 12px;
    }

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

    .title_wrap {
        /*flex-direction: column;*/
    }

    .title_wrap .bn_details {
        font-size: 16px;
    }

    .arrows {
        transform: scale(0.5);
    }

    .title_wrap .title1 {
        font-size: 40px;
    }

    .title_wrap .title1:after {
        height: 83px;
    }

    .title_wrap .title2 {
        font-size: 14px;
    }

    .title_wrap .title1 span {
        font-size: 20px;
        margin-bottom: 0;
    }

    .slide5 .title_wrap {
        margin-left: 10px;
    }

    .banner_slider .swiper-button-prev {
        left: 10px;
    }

    .banner_slider .swiper-button-next {
        right: 10px;
    }

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

    .prices {
        margin-top: 60px;
    }

    .prices_title {
        font-size: 50px;
    }

    .price_table {
        font-size: 12px;
    }

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

    .services {
        margin-top: 60px;
    }

    .services_title {
        font-size: 50px;
    }

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

    .offers {
        margin-top: 60px;
    }

    .offers_title {
        font-size: 50px;
    }

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

    .offers_item {
        width: 100%;
        padding: 30px;
    }

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

    .signup {
        margin-top: 60px;
        padding: 210px 30px 30px;
    }

    .signup_title {
        font-size: 40px;
    }

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

    .about {
        margin-top: 60px;
    }

    .about_title {
        font-size: 50px;
    }

    .about_comment {
        font-size: 14px;
    }

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

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

    .about_list .row > div {
        width: 100%;
        background-size: cover;
        height: 100px !important;
        display: flex;
        align-items: center;
    }

    .about_list .row > div br {
        display: none;
    }

    .about_list .row > div span {
        padding-top: 15px !important;
    }

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

    .contacts {
        margin-top: 60px;
    }

    .cont_title {
        font-size: 50px;
    }

    .bot_addr {
        font-size: 20px;
    }

    .worktime {
        font-size: 20px;
    }

    .bot_phone {
        font-size: 20px;
    }

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

    #quest_form {
        width: 100%;
    }

    #map1 {
        width: 100%;
    }

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

    .foot_wrap {
        padding: 30px 15px;
        flex-flow: wrap;
        gap: 20px 0;
    }

    .yurinfo {
        width: 100%;
    }

}

/*IPAD END*/

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

    .anim {
        bottom: 0 !important;
        opacity: 1 !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%;
    }

    .fancybox-slide--html .fancybox-close-small {
        width: 34px;
        height: 34px;
        background-size: 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: #283744;
        transition: all .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: block;
        position: fixed;
        top: 107px;
        background: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

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

    .menu a {
        text-align: center;
    }

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

    .top_addr {
        display: none;
    }

    .head_btn_wrap {
        display: none;
    }

    .head_wrap {
        padding: 10px 0;
        justify-content: flex-start;
        gap: 0 20px;
    }

    .menu > a {
        padding: 10px 15px;
        font-size: 12px;
    }

    .logo1 {
        width: 30%;
    }

    .top_phone {
        font-size: 3.5vw;
        padding-left: 20px;
    }

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

    .banner_slider {
        margin-top: 50px;
    }

    .banner_slider picture img {
        height: 300px;
    }

    .banner_slider .swiper-slide {
        overflow: hidden;
    }

    .title_wrap {
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 15px;
        width: 100%;
    }

    .title_wrap .bn_details {
        font-size: 16px;
        margin-left: 0;
        margin-top: 0 !important;
        min-height: auto;
        position: absolute;
        bottom: -15px;
        margin-right: -20px;
    }

    .arrows {
        transform: scale(0.5);
    }

    .title_container {
        align-items: center;
    }
    
    .slide5 .title_wrap .title1 {
        font-size: 5vw;
    }

    .slide5 .title2_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .slide5 .title_wrap .title2 {
        font-size: 12px;
        margin-left: 0px;
        width: calc(50% - 15px); 
    }

    .slide5 .bn_details {
        margin-bottom: 0px;
    }

    .title_wrap .title1 {
        font-size: 9vw;
    }

    .title_wrap .title1:before {
        width: 100%;
    }

    .title_wrap .title1:after {
        display: none;
    }

    .title_wrap .title2 {
        font-size: 5vw;
        padding-left: 45px;
    }

    .slide1 .title_wrap .title2 {
        font-size: 4vw;
    }

    .title_wrap .title2 br {
        display: block;
    }

    .title_wrap .title1 span {
        font-size: 20px;
        margin-bottom: 0;
    }

    .banner_slider .swiper-button-prev {
        left: 10px;
        transform: scale(0.8) rotate(180deg);
    }

    .banner_slider .swiper-button-next {
        right: 10px;
        transform: scale(0.8);
    }

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

    .prices {
        margin-top: 60px;
    }

    .prices_img {
        display: none;
    }

    .prices_title {
        font-size: 8vw;
        text-align: center;
        margin-bottom: 20px;
    }

    .prices_item.active {
        padding-bottom: 0;
    }

    .price_table {
        padding-bottom: 0;
    }

    .price_name {
        font-size: 5vw;
    }

    .close_price {
        right: 0;
    }

    .price_head {
        display: none;
    }

    .price_row {
        flex-flow: wrap;
        padding: 0;
        margin-top: 0;
    }

    .price_row:before {
        display: none;
    }

    .price_table > div > div:first-child {
        width: 100%;
        background: #283744;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        padding: 6px 15px;
        font-size: 14px;
    }

    .price_table > div > div:first-child:before,
    .price_table > div > div:first-child:after {
        display: none;
    }

    .price_table > div > div {
        width: 100%;
        text-align: right;
        padding: 12px;
        border-bottom: 1px solid #999999;
        position: relative;
    }

    .price_table > div > div:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 3px);
        left: 12px;
        background: #283744;
    }

    .price_table > div > div:after {
        content: 'I класс';
        font-weight: 600;
        position: absolute;
        left: 45px;
        top: 12px;
    }

    .price_table > div > div:nth-child(3):after {
        content: 'II класс';
    }

    .price_table > div > div:nth-child(4):after {
        content: 'III класс';
    }

    .price_table > div > div:last-child {
        border: none;
    }

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

    .services {
        margin-top: 60px;
    }

    .services_title {
        text-align: center;
        margin-bottom: 20px;
        font-size: 8vw;
    }

    .services_slider {
        height: auto;
    }

    .services_slider .serv_item {
        flex-direction: column;
        height: auto;
    }

    .services_slider .serv_item:before {
        display: none;
    }

    .serv_img {
        width: 100%;
        height: 200px;
    }

    .serv_text {
        width: 100%;
        padding-bottom: 0;
    }

    .serv_desc {
        margin: 15px 0;
    }

    .serv_popup_img {
        display: none;
    }

    .serv_popup_text {
        width: 100%;
    }

    .serv_popup_container {
        padding: 30px 15px;
    }

    .serv_popup_name {
        font-size: 5vw;
        padding-right: 30px;
    }

    .serv_popup_text {
        font-size: 4vw;
    }

    .serv_popup_text .ttu {
        font-size: 4vw;
    }

    .serv_popup_text .ttu br {
        display: none;
    }

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

    .offers {
        margin-top: 60px;
    }

    .offers_title {
        font-size: 8vw;
        text-align: center;
        margin-bottom: 20px;
    }

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

    .offers_item {
        width: 100%;
        padding: 30px 15px;
        background-position: 50% 50% !important;
    }

    .offers_item .item_title {
        text-align: center;
        font-size: 9vw;
    }

    .offers_item .item_title span {
        font-size: 10vw;
    }

    .offers_item .item_title img {
        margin: 10px auto;
    }

    .offers_item.item2 .item_title {
        font-size: 10vw;
    }

    .offers_item.item2 .item_title b {
        font-size: 12vw;
    }

    .offers_item.item2 .item_title span {
        font-size: 5vw;
    }

    .offers_item.item2 .item_title span br {
        display: none;
    }

    .offers_item .item_comment {
        text-align: center;
    }

    .offers_item .item_comment br {
        display: none;
    }

    .offers_item .btn {
        width: 100%;
        margin-top: 20px !important;
    }
    
    /*******************************************************************/

    .signup {
        margin-top: 20px;
        padding: 110px 15px 15px;
        background-size: cover;
    }

    .signup_title {
        font-size: 8vw;
        text-align: center;
        margin-bottom: 20px;
    }

    .signup_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px 0;
    }

    .signup_comment {
        font-size: 4vw;
        background: none;
        text-align: center;
        padding-left: 0;
    }

    .signup_comment br {
        display: none;
    }

    #signup_form {
        width: 100%;
    }

    #signup_form .form-group {
        width: 100%;
    }

    #signup_form .agree_field {
        width: 100%;
    }

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

    .about {
        margin-top: 60px;
    }

    .about_title {
        font-size: 8vw;
        text-align: center;
        margin-bottom: 20px;
    }

    .about_comment {
        font-size: 4vw;
        text-align: center;
    }

    .about_comment br {
        display: none;
    }

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

    .about_list .row > div {
        width: 100%;
        background-size: cover;
        height: 100px !important;
        display: flex;
        align-items: center;
        padding: 30px 15px;
    }

    .about_list .row > div br {
        display: none;
    }

    .about_list .row > div span {
        /*padding-top: 15px !important;*/
        padding-left: 70px !important;
        font-size: 5vw;
        background-size: 50px !important;
    }

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

    .contacts {
        margin-top: 60px;
    }

    .cont_title {
        font-size: 8vw;
        margin-bottom: 20px;
        text-align: center;
    }

    .cont_wrap {
        flex-direction: column;
        padding: 20px 15px;
        align-items: flex-start;
        gap: 20px 0;
        margin-bottom: 30px;
    }

    .bot_logo {
        width: 100%;
        text-align: center;
    }
    
    .bot_addr {
        font-size: 5vw;
    }

    .worktime {
        font-size: 5vw;
    }

    .bot_phone {
        font-size: 5vw;
    }

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

    .cont_quest {
        width: 100%;
    }

    .quest_text {
        margin-bottom: 10px;
        text-align: center;
        font-size: 6vw;
    }
    
    #quest_form {
        width: 100%;
    }

    #map1 {
        width: 100%;
    }

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

    footer {
        background: #999999;
        margin-top: 20px;
    }

    .foot_wrap {
        padding: 20px 0;
        flex-flow: wrap;
        gap: 20px 0;
    }

    .yurinfo {
        width: 100%;
    }

    footer .disclamer {
        padding: 0 0 20px;
    }

}


@media (max-width: 430px) {
    .slide5 .title2_wrap {
        margin-left: 30px;
        justify-content: unset;
    }
    .slide5 .title_wrap .title2 {
        font-size: 14px;
        width: unset;
        margin-top: 10px;
        padding-left: 20px;
    }
    .slide5 .title_wrap .title2 {
        background-size: 20px;
        margin-right: 20px;
    }
}

/*MOBILE END*/

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

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {
    .slide5 .title_wrap .title2 {
        background-size: 20px;
        margin-right: 0px;
    }
}