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



body {
    overflow-x: hidden;
}

.page__content {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.new__title {
    color: var(--Color1, #727272);
    font-family: 'Wremena';
    font-size: 69px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
    margin-bottom: 29px;
}



.location {
    margin-bottom: 140px;
    overflow: hidden;
}

.mob-main-awards-title{
    display: none;
}
.loc_img {
    position: relative;
    width: fit-content;
    margin-bottom: 32px;
    animation-name: show-in-up;
    animation-duration: 800ms;
    animation-fill-mode: both;
    animation-timing-function: ease;
    width: 50%;

}
.img_wrap{
    height: 460px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .loc_img {
        gap: 79px;
        font-size: 69px;
    }
    
}

@media (min-width: 992px) {
    .loc_img {
        margin-left: -2rem;
    }
}

@media (min-width: 992px) {
    .loc_img {
        margin-left: -2rem;
    }
}

@media (min-widtH: 1400px) {
    .loc_img {
        margin-bottom: 220px;
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .awards_brends-item {
        flex: 0 0 auto; /* Элементы не растягиваются */
        width: auto !important; /* Ширина элемента, настройте под ваши изображения */
        text-align: center;
        width: max-content !important;
    }
    .header-phone:hover {
        background-color: transparent !important;
    }
}
/*! CSS Used from: https://1-ng.ru/local/templates/nagatinskiy/components/bitrix/news.list/main_distances/style.css?17320367282102 */
#main_distances {
    max-width: 100%;
    padding-top: 16px;
    overflow-x: hidden;
}

.distances {
    display: flex;
    margin-bottom: 32px;
    gap: 40px;
}

.distances:first-child .distances__icon {
    width: 19px;
    height: 42px;
}

.distances:last-child .distances__icon {
    width: 26px;
    height: 17px;
}

.newdistances__item {
    color: #000;
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.distances__icon,
.newdistances__item {
    animation-name: show-in-left;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.newdistances__time {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: #037487;
    text-align: center;
    font-family: 'Wremena';
    font-size: 113px;
    font-style: normal;
    font-weight: 300;
    line-height: 30%;
    position: relative;
    margin-bottom: 60px;
    width: fit-content;
}

.newdistances__time span:last-child {
    font-size: 33px;
    line-height: 30%;
}

@media (min-width: 768px) {
    .distances {
        margin-bottom: 73px;
    }

    .distances:last-child .distances__icon {
        width: 61px;
        height: 41px;
    }

    .distances:first-child .distances__icon {
        width: 37px;
        height: 77px;
    }

    #main_distances .distances:nth-child(2) {
        margin-left: 64px;
    }
}

@media (min-width: 1200px) {
    #main_distances {
        margin-top: 280px;
        margin-bottom: 80px;
    }

}

@media (min-width: 1400px) {
    #main_distances {
        margin-top: 0;
        margin-bottom: 0;
    }

}

/*! CSS Used from: https://1-ng.ru/local/templates/nagatinskiy/template_styles.css?173748354018752 */


@media (min-width:1200px) {
    .location .container {
        position: relative;
    }

    .location__amp {
        position: absolute;
        top: 30px;
        right: -42px;
        width: 893px;
        height: 847px;
        margin-right: 0;
        margin-left: 0;
        z-index: -1;
    }
}

/*! CSS Used keyframes */
@keyframes show-in-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes show-in-left {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.location__title {
    color: #BF9086;
    font-family: 'Wremena';
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 55px;
    max-width: 373px;
    
}
.location__title, 
.location__item-title-map, 
#zone1 .location__item-check-content,
#zone2 .location__item-title,
#section1 .location__item-col-img,
#section1 .location__item-title,
#section1 .location__item-text,
#section2 .location__item-text,
#section2 .location__item-title,
#section2 .location__item-col-img,
#zone2 .location__item-text{
    animation-name: show-in-up;
    animation-duration: 800ms;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.location__text--top {
    color: #000;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.location__block-title {
    max-width: 584px;
    margin: 0 auto 60px;
    padding-left: 100px;
}

.location__amp {
    width: 893px;
}

.map_map {
    width: 100%;
}

.location__item {
    margin-bottom: 110px;
}

.location__item-content {
    display: flex;
/*    align-items: center;*/
}

.location__item-rev .location__item-content {
    flex-direction: row-reverse;
}

.location__item-rev .location__item-col-text {
    padding: 0 0 0 110px;
}
.location__item-text-block{
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.location__item-col-text {
    width: 50%;
    padding-right: 110px;
}

.location__item-col-img {
    width: 50%;
    overflow: hidden;
}

.location__item-col-img img {
    margin-bottom: 27px;
}

.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-bottom: 45px;*/
}

.swiper-slide img {
    display: block;
    width: 100%;
    /*height: 100%; */
    object-fit: cover;
}

.location__item-title {
    color: #BF9086;
    font-family: 'Wremena';
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 40px;
    overflow-wrap: unset;
}

.location__item-text {
    color: #000;
    font-family: 'Manrope';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 30px;
}

.slide_content {
    width: 100%;
}

.slide_content img {
    margin-bottom: 10px;
}

.slide__title {
    text-align: start;
    color: #727272;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* position: absolute; */
    bottom: 24px;
    max-width: 365px;
}

.swiper-pagination {
    width: fit-content !important;
    left: auto !important;
    right: 75px !important;
    bottom: 14px !important;
    color: #BF9086;
    font-family: 'Manrope';
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.82px;
    text-transform: uppercase;
}

.swiper-button-next {
    top: auto !important;
    bottom: 7px;
    background-image: none !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    background-color: #fff;
}

.swiper-button-next:after {
    content: '';
    background-image: url(../images/arr-next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-button-next:hover:after{
    background-image: url(../images/arr-next-hover.svg);
}
.swiper-button-prev {
    top: auto !important;
    left: auto !important;
    right: 145px !important;
    bottom: 7px;
    background-image: none !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    background-color: #fff;
}

.swiper-button-prev:before {
    content: '';
    background-image: url(../images/arr-prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-button-prev:hover:before{
    background-image: url(../images/arr-prev-hover.svg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.location__details {
    margin-top: 40px;
    display: flex;
    gap: 27px;
    align-items: center;
}

.details-title {
    color: #037487;
    font-family: 'Wremena';
    font-size: 113px;
    font-style: normal;
    font-weight: 300;
    line-height: 78%;
	margin-bottom: 0;
}

.det-zon {
    color: #037487;
    font-family: 'Wremena';
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    line-height: 78%;
    margin-bottom: 6px;
}

.det-rad {
    color: #000;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}


.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    color: #000;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #BF9086;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 13px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 12px;
    width: 6px;
    height: 14px;
    border: solid #BF9086;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	box-sizing: content-box;
}

.location__item-check-content {
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
}

.form-group {
    width: 50%;
}

.location-subtitle {
    margin-bottom: 9px;
    color: #037487;
    font-family: 'Wremena';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.location__list {
    margin-bottom: 30px;
    padding-left: 20px;
}

.location__list li {
    color: #000;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
	margin-bottom: 0;
}

.location__list-50 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.location__list-50 li {
    width: calc(50% - 15px);
}

.location_btn {
    color: #BF9086;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation-name: show-in-up;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
    animation-play-state: running;
}

.location_btn img {
    width: 100%;
    max-width: 220px;
}

.location__item-stretch .location__item-content {
    align-items: stretch;
}

.location__item-col-jsc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 72px;
}

.location__item-content-top {
    align-items: flex-start;
}

.infrastructure-mob {
    display: none;
}

.location__items-park-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 40px;
}

.location__item-park {
    width: calc(50% - 10px);
}

.location__item-park img {
    width: 100%;
    object-fit: cover;
}

.location__item-park:nth-child(odd) .location-box {
    padding-left: 20px;
}

.location__item-park:nth-child(even) .location-box {
    padding-right: 20px;
}

.location-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.location-box--fl {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.location__box-name {
    color: #727272;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.location__box-size {
    color: #037487;
    font-family: 'Manrope';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    white-space: nowrap;
}

.location__item--mob {
    position: relative;
    margin-bottom: 80px;
}

.location__item--mob:before {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #BF9086;
}

.location__item--mob img {
    width: 100%;
}

.location__item-subtitle {
    color: #037487;
    font-family: 'Wremena';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
}

/* .location__item-education {
    margin-bottom: 50px;
} */

.location__item-education .location-box {
    padding: 15px 20px;
}

.education_img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.location__item-education .location__box-name {
    color: #000;
    font-family: 'Manrope';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 1.25px;
}

.education_btn {
    margin-top: 30px;
    color: #BF9086;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.education_btn img {
    max-width: 229px;
    object-fit: contain;
}

.education_quantity-item {
    display: flex;
    align-items: center;
    gap: 13px;
    width: min-content;
}

.education_quantity-num {
    color: #BF9086;
    font-family: 'Wremena';
    font-size: 113px;
    font-style: normal;
    font-weight: 300;
    line-height: 78%;
}

.education_quantity-name {
    color: #727272;
    font-family: 'Wremena';
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    line-height: 78%;
}

.education_quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 50px;
}

.location__vuz_name {
    color: #727272;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.razv_img {
    margin-bottom: 30px;
}

.sport_item-full {
    margin-bottom: 80px;
}

.sport_item-full img {
    width: 100%;
    object-fit: cover;
}

.sport_item-full .sport_box-flex {
    display: flex;
    justify-content: space-between;
    padding: 18px 20px 0 20px;
}

.sport_item {
    padding: 0 80px;
}

.sport_item .sport_box-flex {
    padding-top: 18px;
    display: flex;
    display: flex;
    justify-content: space-between;
}

.sport_item {
    margin-bottom: 80px;
}

.sport_item-title {
    color: #000;
    font-family: 'Manrope';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.sport_item-text {
    color: #000;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    max-width: 410px;
}

.sport_box-flex {
    gap: 15px;
}

.sport_item .sport_item-text {
    max-width: 320px;
}

.location__text--desk {
    display: none;
}

.ozen_row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.ozen_title {
    color: #000;
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    min-width: 110px;
}

.ozen_item-title {
    font-weight: 700;
}

.ozen_text {
    color: #000;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.section_black {
    background-color: #242C33;
    padding: 100px 0 1px;
    margin-bottom: 110px;
}

.section_black .swiper-slide {
    background-color: #242C33;
}

.section_black .swiper-button-prev {
    background-color: #242C33;
}



.section_black .swiper-button-next {
    background-color: #242C33;
}

.section_black .location__item-text, .section_black .location__item-col-text p {
    color: #fff;
}
.section_black + .section_black{
    margin-top: -115px;
    padding-top: 0;
}
.icon-box {
    display: flex;
    gap: 45px;
    margin-bottom: 50px;
}

.icon-box img {
    width: 80px;
    height: 80px;
}

.icon_text-title {
    color: #000;
    font-family: 'Manrope';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 6px;
}

.icon_text {
    color: #000;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.img_mb {
    margin-bottom: 70px;
}

.location_box-list {
    margin-bottom: 15px;
}

.location_box-list li {
    list-style-position: inside;
    color: #000;
    font-family: 'Manrope';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 30px;
}

.location_box-list li:last-child {
    margin-bottom: 0;
}

.link_img-mob {
    display: none;
    width: 80px !important;
    height: 80px !important;
}

.location_btn-mob {
    justify-content: flex-end;
    gap: 30px;
}

.section_mob {
    display: none;
}

.row_img {
    display: flex;
    margin-bottom: 40px;
}

.row_img img {
    width: 50%;
    object-fit: cover;
    object-position: top;
}

.section_mob .location__item--mob:before {
    content: none;
}

.location__item--mob:last-child:before {
    content: none;
}

.award_row {
    display: flex;
}

.awards_list {
    width: 50%;
    padding-right: 100px;
    margin-top: 60px;
}

.awards_list-wrap {
	margin-bottom: 30px;
}

.awards_list-item {
    display: flex;
    align-items: center;
    transition: all .2s;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
}

.awards_list-item p {
    color: #BF9086;
    font-family: 'Manrope';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    background-color: #fff;
    z-index: 1;
    padding-right: 20px;
	margin-bottom: 0;
}

.awards_list-item.active:before {
    content: '−';
    position: absolute;
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    right: -3px;
    font-size: 39px;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    color: #BF9086;
    background-position-x: right;
    transition: all .2s;
}
.awards_list-item.active:hover::before{
    transform:none;
}

.awards_list-item:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    right: 0;
    background-color: #fff;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    /* padding-left: 20px; */
    background-position-x: right;
    transition: all .2s;
}

.awards_list-item:hover::before {
    transform: rotate(45deg);
}

.awards_list-item:after {
    content: '';
    position: absolute;
    width: calc(100% - 45px);
    height: 0.5px;
    top: calc(50% - 1.5px / 2);
    left: 0;
    background-color: #BF9086;
}

.awards_img {
    width: 50%;
}

.awards_img img {
    width: 100%;
}

.awards_brends {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.awards_brends-item {
    width: fit-content;
}

.awards_brends-item img {
    width: 100%;
}

.award_row {
    margin-bottom: 80px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 54px 52px;
    width: 90%;
    max-width: 950px;
    position: relative;
}

.modal-content .new__title {
    padding-right: 100px;
    line-height: normal;
}

.close {
    position: absolute;
    right: 50px;
    top: 54px;
    cursor: pointer;
}

.close svg {
    transition: all .2s;
}

.close:hover svg {
    color: #BF9086;
}

.awards_list-item {
    cursor: pointer;
}

.modal_text {
    color: #000;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}


.awards_brends--mob {
    display: none;
}

.location__item-rev .location__item-text {
    padding-right: 120px;
}

.awards_title {
    margin-bottom: 0;
}

.br--mob {
    display: none;
}

.zone-ozen .det-zon {
    margin-bottom: 0;
}

.zone-ozen .details-title {
    margin-bottom: 13px;
}

.slide_title_abs {
    bottom: 0px;
}

.awards_list-row {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
}

.awards_list-row .awards_list-item {
    width: calc(50% - 50px);
}

.home_banner {
    padding: 200px 0 66px;
    background-size: cover;
    background-position: center;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/banner.webp) lightgray 50% / cover no-repeat;
}

.banner_title {
    color: #FFF;
    font-family: 'Wremena';
    font-size: 82px;
    font-style: normal;
    font-weight: 400;
    line-height: 78px;
    text-transform: uppercase;
    margin-bottom: 8px;
    animation-name: show-in-up;
    animation-duration: 800ms;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.banner_subtitle {
    color: #FFF;
    font-family: 'Manrope';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 3.9px;
    text-transform: uppercase;
    margin-bottom: 83px;
    animation-name: show-in-up;
    animation-duration: 800ms;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.banner_list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 1000px;
}

.banner_list-item {
    width: fit-content;
    color: #FFF;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    border-radius: 33px;
    border: 1px solid rgba(245, 245, 245, 0.40);
    background: rgba(114, 114, 114, 0.40);
    backdrop-filter: blur(2px);
    list-style-type: none;
    padding: 10px 29px;
    margin-bottom: 0;
    animation-name: show-in-up;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.banner_list-item:first-child {
    animation-delay: 100ms;
    animation-play-state: running;
}

.banner_list-item:nth-child(2) {
    animation-delay: 200ms;
    animation-play-state: running;
}

.banner_list-item:nth-child(3) {
    animation-delay: 300ms;
    animation-play-state: running;
}

.banner_list-item:nth-child(4) {
    animation-delay: 400ms;
    animation-play-state: running;
}

.banner_list-item:nth-child(5) {
    animation-delay: 500ms;
    animation-play-state: running;
}

.banner_list-item:last-child {
    animation-delay: 600ms;
    animation-play-state: running;
}

.banner_action_wrap {
    position: relative;
}

.banner_action {
    position: absolute;
    bottom: 48px;
    right: 0;
    max-width: 430px;
    padding: 22px 62px 22px 21px;
    background: #BF9086;
    display: flex;
    gap: 23px;
    align-items: center;
    animation-name: show-in-up;
    animation-duration: 800ms;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.banner_action-box svg {
    width: 23px;
    height: 7px;
    color: #ffffff;
}

.banner_action-box a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    border: 1px solid var(--color-white);
    border-radius: 50%;
    transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
}
.banner_action:hover .banner_action-box a {
    color: var(--color-coral);
    background-color: var(--color-white);
}
.banner_action:hover .banner_action-box a svg .action_arrow_line{
    stroke: var(--color-coral);    
}
.banner_action:hover .banner_action-box a svg .action_arrow_arrow{
    fill: var(--color-coral);    
}
.banner_action-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.banner_action-box img {
    width: 47px;
    height: 47px;
}

.banner_ation-title {
    color: #FFF;
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 101%;
    letter-spacing: 5.64px;
    margin-right: -5px;
}

.banner_action-name {
    color: #FFF;
    font-family: 'Wremena';
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 78%;
    margin-bottom: 0;
}

.sect-title {
    color: #BF9086;
    font-family: 'Wremena';
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 40px;
    animation-name: show-in-up;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
    animation-play-state: running;
}

.comfort {
    margin-bottom: 70px;
}

.comfort_content-desk {
    display: flex;
    gap: 70px;
}

.comfort_block-text {
    margin-bottom: 43px;
    animation-name: show-in-up;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
    animation-delay: 250ms;
    animation-play-state: running;
}

.text {
    color: #000;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 20px;
    animation-name: show-in-up;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
    animation-delay: 250ms;
    animation-play-state: running;
}

.comfort_img {
    object-fit: cover;
    width: 100%;
    animation-name: show-in-up;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
    animation-play-state: running;
}

.comfort_col {
    width: calc(50% - 70px / 2);
}

.comfort_nums {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    row-gap: 70px;
    margin-left: 80px;
    margin-bottom: 17px;
}

.comfort_nums-mob {
    display: none;
}

.comfort_nums-item {
    width: fit-content;
    animation-name: show-in-left;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
    animation-delay: 600ms;
    animation-play-state: running;
}

.num_item-flx {
    display: flex;
    margin-bottom: 25px;
    position: relative;
}

.num_item-flx p {
    color: #BF9086;
    font-family: 'Wremena';
    font-size: 126px;
    font-style: normal;
    font-weight: 300;
    line-height: 78%;
    margin-top: -22px;
    margin-bottom: 0;
}

.num_item-flx span {
    color: #BF9086;
    font-family: 'Wremena';
    font-size: 37px;
    font-style: normal;
    font-weight: 300;
    line-height: 78%;
}

.num_item-title {
    color: #727272;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.block_title-flx {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 90px;
}

.block_title-flx .sect-title {
    margin-bottom: 0;
}

.comfort_nums-item--crok .num_item-flx {
    align-items: flex-end;
}

.comfort_nums-item--crok .num_item-flx span {
    margin-bottom: 6px;
}

.location__amp-home {
    right: -140px;
}

.home_row {
    display: flex;
    gap: 70px;
    margin-bottom: 220px;
}

.home_col {
    width: calc(50% - 70px / 2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home_col .text {
    margin-bottom: 45px;
}

.home_col img {
    width: 100%;
    animation-name: show-in-up;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
    animation-play-state: running;
}

.home_row-reverse {
    flex-direction: row-reverse;
}

.home_row-reverse .sect-title {
    padding-left: 60px;
}

.home_row-reverse .text {
    padding-left: 60px;
}

.gallery-block_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: flex-end;
}

.gallery-block_title .sect-title {
    margin-bottom: 0;
}

.gallery-block_subtitle {
    color: #727272;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.home_gallery {
    margin-bottom: 100px;
/*    overflow: hidden;*/
}

.home_gallery .slide_content {
    width: 100%;
}

.home_gallery img {
    width: 100%;
    object-fit: cover;
    max-height: 800px;
}
.home_gallery .slide_content .slide__title{
    margin: auto;
    text-align: center;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: bottom;
}
/* main-variants */

.main-variants__name .page-title {
    padding-top: 0;
    padding-bottom: 46px;
}

.main-variants__name .page-title div,
.main-variants__description {
    animation-name: show-in-up;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.main-variants__list .swiper-wrapper{
    margin-top: 68px;
}

.main-variants__item {
    display: flex;
    flex-direction: column-reverse;
    gap: 26px;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.main-variants__item:not(:last-child) {
    margin-bottom: 41px;
}

.main-variants__title {
    font-family: 'Wremena';
    font-size: 36px;
    font-weight: 400;
    line-height: 78%;
    color: #037487;
}

.main-variants__info {
    margin-top: 14px;
    color: #000;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

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

.main-variants__image {
    position: relative;
}

.main-variants__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.main-variants__link span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background-color: rgba(191, 144, 134, 0.8);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.main-variants__link:hover span {
    opacity: 1;
}

.main-variants__header {
    margin-left: 10%;
}

@media (min-width: 580px) {
    .main-variants__description {
        margin-bottom: 68px;
    }

    .main-variants__list .swiper-wrapper .swiper-slide {
        width: 25%;
    }
    .main-variants__list .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: -16px -8px;
    }

    .main-variants__item {
        width: 50%;
        padding: 16px 8px;
    }

    .main-variants__item:not(:last-child) {
        margin-bottom: 0;
    }

    .main-variants__header {
        flex-grow: 1;
    }

    .main-variants__image {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .main-variants__name {
        display: flex;
        gap: 64px;
    }

    .main-variants__description {
        width: 40%;
        margin-left: auto;
    }

    .main-variants__name .page-title {
        flex-shrink: 0;
        flex-grow: 1;
        width: fit-content;
        padding-bottom: 70px;
    }

    .main-variants__list .swiper-wrapper{
        margin: 0;
    }

    .main-variants__item {
        display: flex;
        flex-direction: column-reverse;
        gap: 18px;
        width: 25%;
        padding: 8px;
    }

    .main-variants__header {
        flex-grow: 0;
    }

    .main-variants__item:nth-child(odd) {
        margin-top: 200px;
        animation-name: show-in-down;
    }

    .main-variants__item:nth-child(even) {
        flex-direction: column;
        animation-name: show-in-up;
    }

    .main-variants__image {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {

    .main-variants__name .page-title div,
    .main-variants__item {
        animation: none;
    }

    .main-variants__link span {
        transition: none;
    }
}

.container {
    width: 100%;
    max-width: 1496px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1em;
    padding-left: 1em;
}



.page-title__second {
    font-family: 'Manroe';
    font-size: 32px;
    line-height: 100%;
    margin-top: -20px;
}

@media (min-width: 992px) {
    .container {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 992px) {
    .page-title {
        padding-top: 53px;
        padding-bottom: 100px;
    }

    .page-title {
        font-size: 69px;
    }

    .page-title__second {
        font-size: 56px;
    }
}

/*! CSS Used keyframes */
@keyframes show-in-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes show-in-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* main-variants */

/* plan */

.plan {
    margin-top: 83px;
}

.plan .page-title {
    padding-top: 0;
    padding-bottom: 55px;
}

.plan__title .page-title div,
.plan__header .buttons-menu__item {
    animation-name: show-in-up;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.plan__title .sect-title {
    margin-bottom: 0;
}

.plan__header {
    margin-bottom: 55px;
}

.plan__title .page-title div.page-title__second {
    animation-delay: 250ms;
}

@media (min-width: 860px) {
    .plan__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .plan .page-title {
        padding-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {

    .plan__title .page-title div,
    .plan__header .buttons-menu__item {
        animation: none;
    }
}

.buttons-menu {
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
}

.buttons-menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Manrope';
    width: 100%;
    height: 65px;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
}

.buttons-menu__item_selected,
.buttons-menu__item:hover {
    color: #fff;
    background-color: #BF9086;
    border-color: #BF9086;
}

.buttons-menu__item_selected:hover {
    color: #BF9086;
    background-color: transparent;
    border-color: #BF9086;
}

@media (min-width: 768px) {
    .buttons-menu {
        flex-direction: row;
    }

    .buttons-menu__item {
        width: 220px;
    }
}

@media (min-width: 1200px) {
    .buttons-menu__item {
        width: 327px;
    }
}

.container {
    width: 100%;
    max-width: 1496px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1em;
    padding-left: 1em;
}

@media (min-width: 992px) {
    .container {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@keyframes show-in-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* plan */

.plan-map {
    background-image: url('../images/plan-map.png');
    background-size: cover;
    background-position: center;
    height: 835px;
    margin-bottom: 90px;
}

.home_news {
    display: flex;
    gap: 90px;
    margin-bottom: 86px;
}

.home_news_col-l {
    display: flex;
    gap: 100px;
}

.home_news_col-r {
    width: 100%;
}

.news_tabs-item {
    list-style-type: none;
    color: #727272;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 10px;
    cursor: pointer;
}

.news_tabs-item-active {
    color: #BF9086;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 135px;
    row-gap: 60px;
    margin-bottom: 75px;
}

.news-item {
    width: calc(50% - 135px / 2);
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    height: 140px;
    animation-duration: 1000ms;
    animation-delay: 200ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.news-item:nth-child(odd) {
    animation-name: show-in-up;
    animation-play-state: running;
}

.news-item:nth-child(even) {
    animation-name: show-in-left;
    animation-play-state: running;
}

.news_item-title {
    color: #727272;
    font-family: 'Wremena';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%;

}

.news_item-footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
    border-bottom: 1px solid #BF9086;
}

.news_item-category {
    color: #BF9086;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.news_item-date {
    color: #727272;
    text-align: right;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 0;
}

.news_btn {
    width: calc(50% - 135px / 2);
    margin-left: auto;
}

/* feedback */

.feedback {
    position: relative;
    background-color: #BF9086;
}

.feedback__wrapper {
    display: flex;
}

.feedback .left {
    display: none;
}

.feedback .right {
    padding-top: 52px;
    padding-bottom: 52px;
    color: var(--color-white);
    background-color: var(--color-coral);
}

.feedback .right .page-title {
    padding-top: 0;
    padding-bottom: 17px;
    color: #fff;
    font-size: 69px;
}

.feedback .right .page-title .page-title__second {
    font-size: 56px;
}

.feedback p {
    margin-bottom: 66px;
    font-size: 14px;
}

.feedback .form__footer {
    margin-top: 52px;
}

.feedback .form__footer p {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 12px;
}

.feedback .form__footer p a {
    color: inherit;
}

.input {
    position: relative;
    margin-top: 32px;
    margin-bottom: 32px;
}

.input input {
    width: 100%;
    padding: 20px;
    font-family: 'Manrope';
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    outline: none;
}

.input label {
    font-family: 'Manrope';
    font-size: 16px;
    position: absolute;
    top: 21px;
    left: 21px;
    transition: opacity 0.15s linear;
}

.input:has(input:focus) label,
.input:has(input:required:valid) label {
    opacity: 0;
}
.input:has(input:focus) label[for='policy'], .input:has(input:required:valid) label[for='policy']{
    opacity: 1;
}

.feedback button[type="submit"] {
    display: flex;
    align-items: center;
    gap: 22px;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
}

.feedback button[type="submit"] span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    /* border: 1px solid var(--color-white);
    border-radius: 50%;
    transition: color 0.15s linear, background-color 0.15s linear; */
}

.feedback button[type="submit"] span svg {
    width: 48px;
    height: 14px;
}

/* .feedback button[type="submit"]:hover span {
    color: var(--color-coral);
    background-color: var(--color-white);
} */

.feedback__dialog {
    padding: 64px;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-coral);
    border: none;
    margin: auto;
}

.feedback__dialog-logo svg {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
}

.feedback__dialog .page-title {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    color: inherit;
}

.feedback__dialog-close {
    position: absolute;
    top: 32px;
    right: 32px;
    color: inherit;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    transition: color 0.15s linear;
}

.feedback__dialog-close:hover {
    color: var(--color-black);
}

.feedback__item {
    color: #FFF;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.feedback .page-title div,
.feedback__item {
    animation-name: show-in-up;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.feedback .page-title div.page-title__second {
    animation-delay: 250ms;
}

.form_btn {
    color: #fff;
    gap: 23px;
    width: 100%;
    max-width: 350px;
}

.form_btn span {
    background-color: #BF9086 !important;
}

.form_btn:after {
    background-color: #fff !important;
}

.form_btn .arrow_tbn:before {
    background-image: url(../images/arr-white.svg);
}

.form_btn .arrow_tbn {
    border-color: #fff;
}

@media (min-width: 576px) {
    .feedback .right .page-title {
        padding-bottom: 50px;
    }

    .feedback p {
        font-size: 16px;
        margin-bottom: 80px;
    }

    .feedback .form__footer p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .feedback .form__footer {
        display: flex;
        align-items: center;
        gap: 27px;
        margin-left: 20px;
    }

    .feedback .form__footer p {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .feedback .right .page-title {
        padding-bottom: 69px;
    }

    .feedback .left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 50%;
        background-image: url(https://1-ng.ru/local/components/nagatinskiy/feedback.form/templates/.default/lobby.webp);
        background-size: cover;
        background-position: 50% 50%;
        animation-name: fade-in;
        animation-duration: 1500ms;
        animation-timing-function: ease;
        animation-fill-mode: both;
        animation-play-state: paused;
    }

    .feedback .right {
        width: 50%;
        margin-left: auto;
        padding: 93px 69px;
    }

    .feedback .form__footer {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }
}

@media (min-width: 1400px) {
    .feedback .form__footer {
        flex-direction: row;
        align-items: center;
        margin-left: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .feedback__dialog-close {
        transition: none;
    }

    .feedback .page-title div,
    .feedback__item,
    .feedback .left {
        animation: none;
    }
}


@media (min-width: 992px) {
    .container {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 992px) {
    .page-title {
        padding-top: 53px;
        padding-bottom: 100px;
    }

    .page-title {
        font-size: 69px;
    }

    .page-title__second {
        font-size: 56px;
    }
}

/*! CSS Used keyframes */
@keyframes show-in-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

/* feedback */

.page_news-list {
    padding-left: 120px;
    display: flex;
    gap: 135px;
    margin-bottom: 100px;
}

.col_news {
    width: 100%;
}

.col_actions {
    width: 100%;
}

.page_news-col-title {
    color: #BF9086;
    font-family: 'Manrope';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 40px;
}

.page_news-item {
    width: 47%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
    border-bottom: 1px solid #BF9086;
    gap: 30px;
}

.col_news-content {
    display: flex;
/*    flex-direction: column;*/
    gap: 40px;
    flex-wrap: wrap;
}

.new_wrap {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    margin-bottom: 25px;
}

.new_description {
    width: 100%;
    max-width: 528px;
}

.new_title {
    color: #727272;
    font-family: 'Wremena';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%;
    margin-bottom: 30px;
}

.new_description p {
    margin-bottom: 20px;
}

.new_date {
    color: #727272;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 30px;
}

.new_btn {
    max-width: 465px;
    margin-left: auto;
}

.new_img img {
    width: 100%;
}

.new_img-mob {
    display: none;
}

.home_awards {
    background-color: #BF9086;
    padding: 39px 0;
    margin-bottom: 50px;
}

.home_awards_list {
    display: flex;
    align-items: center;
    gap: 47px;
}

.awards_btn {
    color: #fff;
    justify-content: flex-start;
    gap: 33px;
    white-space: nowrap;
    max-width: 385px;
    width: 100%;
    justify-content: space-between;
}

.home_awards_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.awards_item img {
    width: 100%;
    pointer-events: none;
}

.home_awards_content-mob {
    display: none;
}

.ditances_wrap-mobile {
    display: none;
}

.distances_list {
    margin-bottom: 16px;
}

.distances_list-title {
    color: #727272;
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px;
}

.distances_loc {
    color: #727272;
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 7px;
}

.distances_loc-time {
    color: #BF9086;
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
}

.distances_map-mob img {
    width: 100%;
}

.tour3d {
    display: none;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    border: 1px solid#BF9086;
    background: #BF9086;
    height: 38px;
    padding: 0 26px
}

.variants_btn {
    display: none;
}

.location__item-title-mob {
    display: none;
}

.location_btn img {
    height: 36px;
    object-fit: contain;
    width: fit-content;
}

.arrow_tbn {
    width: 80px;
    height: 80px;
    border: 1px solid #BF9086;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s;
}

.location_btn {
    position: relative;
}

.location_btn span {
    background-color: #fff;
    z-index: 999999999;
    padding-right: 30px;
}

.arrow_tbn:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);

    right: 18px;
    background-image: url(../images/new_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.location_btn:after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #BF9086;
    right: 30px;
    top: 50%;
}

/* progress */

.progress {
    padding-top: 153px;
    padding-bottom: 168px;
}

.progress__name {
    margin-top: 0;
    margin-bottom: 87px;
    font-family: 'Wremena';
    font-size: 69px;
    font-weight: 400;
    color: #727272;
    line-height: 78%;
}

.progress__subname {
    font-family: 'Manrope';
    font-size: 56px;
}

.progress__wrapper {
    width: 100%;
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-x: auto;
}

.progress__items {
    width: 250%;
    position: relative;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.progress__line {
    position: absolute;
    top: 70px;
    left: -20%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bf9086;
}

.progress__icon {
    position: relative;
    margin-bottom: 24px;
}

.progress__icon svg {
    width: 104px;
    height: 141px;
    padding-left: 16px;
    padding-right: 32px;
    background-color: #fff;
}

.progress__item {
    flex: 1 1 0;
    font-size: 20px;
    font-weight: 400;
}

.progress__title {
    margin-bottom: 1em;
    color: #BF9086;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 119%;
}

.progress__description {
    color: #000;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 119%;
    margin-bottom: 30px;
}

.progress__comment {
    color: #727272;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

@media (min-width: 576px) {
    .progress__items {
        width: 175%;
    }
}

@media (min-width: 768px) {
    .progress__items {
        width: 125%;
    }
}

@media (min-width: 992px) {
    .progress__wrapper {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        overflow-x: initial;
    }

    .progress__items {
        width: auto;
    }
}


@media (min-width: 992px) {
    .container {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

/* progress */

.location__comment {
    color: #242C33;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.45;
    padding-right: 120px;
    margin-bottom: 15px;
}

.slode_bottom-block {
    display: flex;
    gap: 15px;
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: column;
}

.slide_block-title {
    color: #000;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    min-width: 132px;
    text-align: start;
    overflow-wrap: unset;
}

.slide_block-subtitle {
    color: #242C33;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: start;
}

.ozen_icon {
    width: 50px;
    height: 50px;
}
.slode_bottom-block-white .slide_block-title,
.slode_bottom-block-white .slide_block-subtitle{
    color: #fff;
}
.slide-title-blue {
    color: #fff;
    font-family: 'Wremena';
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 78%;
    padding-right: 220px;
    max-width: 100%;
}

.btn-details {
/*    color: #037487;*/
    margin-top: 40px;
    cursor: pointer;
    margin-bottom: 20px;
}

/*.btn-details .arrow_tbn {
    border-color: #037487;
}

.btn-details .arrow_tbn:before {
    background-image: url(../images/arr_blue.svg);
}

.btn-details:after {
    background-color: #037487;
}*/

.slide_details .slide__title {
    bottom: 180px;
}

.slide_details .swiper-pagination {
    bottom: 170px !important;
}

.slide_details .swiper-button-next,
.slide_details .swiper-button-prev {
    bottom: 161px;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: 0 !important;
}

.loc-text {
	font-size: 16px;
}
.location__item-rev .loc-text {
	padding-right: 68px;
}

.swiper-button-next {
    order: 3;
    position: static !important;
}

.swiper-button-prev {
    position: static !important;
    order: 1;
}

.swiper-pagination {
    position: static !important;
    order: 2;
}



.slide_content-img {
/*    height: 460px;*/
}
.details_box{
    padding-top: 30px;
}
.details-content {
    text-align: start;
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}
.location__item-col-img .details-content ul{
    padding-left: 30px;
}
.section_black .location__item-col-img .details-content{
    color: rgb(3, 116, 135);
}
.details-content--active {
    height: auto;
}

.section_black .location_btn span {
    background-color: #242C33;
}

.section_black .text {
    color: #fff;
}

.location__item--mob:last-child {
    margin-bottom: 0;
}

.sport_item-full:last-child {
    margin-bottom: 0;
}

.location__item-rev .location__item-title {
    padding-right: 110px;
}

.zone-padding {
    padding-left: 115px;
}


.location_btn-mobile {
    display: none;
}

.location_btn-news {
    max-width: 465px;
    margin-left: auto;
}

.awards_btn .arrow_tbn:before {
    background-image: url(../images/arr-white.svg);
    transition: all 0.3s;
}
.awards_btn.location_btn:hover .arrow_tbn:before {
    background-image: url(../images/arr-brown.svg);
}
.awards_btn.location_btn:hover .arrow_tbn {
    background-color: #fff !important;
}
.awards_btn:hover:after{
    background-color: #BF9086;
}
.awards_btn:after {
    background-color: #fff;
    transition: all 0.3s;
}


.home_feedback .form__footer:hover .arrow_tbn:before {
    background-image: url(../images/arr-brown.svg) !important;
    transition: all 0.3s;
}
.home_feedback .form__footer:hover .arrow_tbn {
    background-color: #fff !important;
    transition: all 0.3s;
}


.form__footer:hover .form_btn:after{
    background-color: #BF9086 !important;
    transition: all 0.3s;
}





.location_btn:hover .arrow_tbn:before,
.page_new-btn:hover .arrow_tbn:before {
    background-image: url(../images/arr-white.svg);
    transition: all 0.3s;
}
.location_btn:hover .arrow_tbn,
.home_news:hover .arrow_tbn,
.page_new-btn:hover .arrow_tbn {
    background-color: #BF9086 !important;
    transition: all 0.3s;
    border-color: #BF9086;
}


.home_awards_content .location_btn:hover:after{
    background-color: #BF9086;
}
.location_btn:hover:after,
.page_new-btn:hover:after{
    background-color: #fff;
    transition: all 0.3s;
}
.home_feedback .form_btn:hover:after{
     background-color: #BF9086 !important;
}


.awards_btn span {
    background-color: #BF9086;
    transition: all 0.3s;
}

.awards_btn .arrow_tbn {
    border-color: #fff;
    transition: all 0.3s;
}

.awards_item-mob {
    display: none;
}

.comfort_nums-item,
/*.banner_title,*/
/*.banner_subtitle,*/
/*.banner_list-item,*/
/*.banner_action,*/
.sect-title,
.comfort_block-text,
.comfort_img,
.distances__icon,
.newdistances__item,
.home_col img,
.text,
.main-variants__item,
.plan__header .buttons-menu__item,
.plan__title .page-title div,
.news-item,
.feedback .page-title div,
.feedback__item,
.location_btn {
    animation-play-state: paused;
}

.news_item-category,
.news_item-date {
    margin-bottom: 0;
}

.news_container {
    position: relative;
}

.page_new-btn {
    position: relative;
    color: #BF9086;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: calc((100% - 318px) / 2);
    margin-left: auto;
/*    position: absolute;*/
    bottom: 0;
    right: 2rem;
    cursor: pointer;
}

.page_new-btn span {
    background-color: #fff;
    z-index: 999999999;
    padding-right: 30px;
}

.page_new-btn:after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #BF9086;
    right: 30px;
    top: 50%;
}

.btn_up {
    width: 75px;
    height: 75px;
    display: none;
    /* Изначально скрыта */
    position: fixed;
    /* Фиксируем в правом нижнем углу */
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    /* Указываем, что это кликабельный элемент */
    transition: opacity 0.3s ease;
    /* Плавное появление/исчезновение */
    opacity: 0;
    /* Для плавного появления */
	z-index: 100;
}

.btn_up.visible {
    display: block;
    /* Показываем кнопку */
    opacity: 1;
    /* Делаем видимой */
}





.img3d {
    width: 191px;
    height: 191px;
    object-fit: cover;
    animation: rotate 5s linear infinite;
    transform-origin: center center;
    /* Центр вращения */
}
.img3d.img3d_arrow{
    position: absolute;
    top: 0;
    right: 0;
    animation: none;
}
.location h2 + a{
    position: relative;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.main-variants__item {
    overflow: hidden;
}

.news_container {
	margin-top: 100px;
}

.page_news-item.hidden {
  display: none;
}

.title_top {
	margin-top: 110px;
}

.location-text-desk-un {
	color: #000;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
    animation-name: show-in-up;
    animation-duration: 800ms;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.awards_brends {
	margin-bottom: 60px;
}

.awards_item-acc-content {
	height: 0;
	overflow: hidden;
	transition: all .2s;
}

.awards_item-acc-content.active {
	height: auto;
    overflow: visible;
}

.awards_item-acc-content p {
	color: #000;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
}

.awards_item-acc-content.active p {
    margin-top: 30px;
}

/*.awards_brends--desk {
  display: flex;
  overflow: visible; 
  width: 100%;
  transition: transform 1s linear;
  gap: 120px;
}

.awards_brends-item {
  flex: 0 0 auto; 
  text-align: center;
}

.awards_brends-item img {
  max-width: 100%; 
  height: auto;
}

.awards_page-container {
	overflow: hidden;
}*/

.awards_brends--desk,
.awards_brends--mob {
  display: flex;
  overflow: visible; /* Скрываем элементы за пределами контейнера */
  width: 100%; /* Полная ширина контейнера */
  position: relative;
}

.awards_brends--mob {
	gap: 15px;
}

 .awards_brends--desk {
	gap: 35px;
}

.awards_brends-item {
  flex: 0 0 auto; /* Элементы не растягиваются */
  width: 150px; /* Ширина элемента, настройте под ваши изображения */
  text-align: center;
}

.awards_brends-item img {
  max-width: 100%; /* Изображения вписываются в контейнер */
  height: auto;
  height: 60px;
}

/* Медиа-запросы для управления видимостью */
.awards_brends--mob {
  display: none; /* Скрываем мобильную карусель по умолчанию */
}


.awards_brends--mob .awards_brends-item img {
	height: 35px;
    width: auto;
}

.awards_banner {
	display: none;
}
.home_awards_list .swiper-slide{
    background: transparent;
}
.awards_banner_active {
	display: flex;
    align-items: center;
}


/*gallery*/

.gallery__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gallery__primary img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.gallery__thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery__thumbnails a {
  display: block;
  width: 80px; /* Размер миниатюр */
  height: 80px;
}

.gallery__thumbnails img {
  width: 100%;
  max-width: 76px;
  height: 100%;
  max-height: 56px;
  object-fit: cover;
  cursor: pointer;
}

.new_img-desk {
	width: 830px;
}

.new_description {
	width: 468px;
}

.sect-title {
	margin-bottom: 80px;
}

.new_description .new_date {
	color: #727272;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}

.new_description p {
	color: #000;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.location_btn-news {
	animation: none;
	margin-bottom: 30px;
}

.cookies {
	z-index: 999999;
}



#section1 .location__item-rev .location__item-col-text{
    margin-top: -160px;
}

.main-variants__button-wrap, .main-variants__button-wrap-all{
    display: none;
}