

/* Start:/local/templates/kipreya_redesign/components/bitrix/news.list/first_screen_new_divided/style.css?17328603309215*/
#banner-first {
    margin-top: 120px;
}

.banner-first-offer_img .swiper {
    min-height: unset;
}

.banner-first-offer_img {
    width: 100%;
    max-width: 771px;
    height: 100%;
    /* max-height: 432px; */
    display: block;
    overflow: hidden;
    min-height: 400px;

}

.first-screen_slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    max-height: 432px;
    min-height: 400px;
    border-radius: 20px;
}

.banner-first_block-text {
    max-width: 740px;
    width: 100%;
    display: flex;
}

.banner-first-offer {
    max-width: 811px;
    width: 100%;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 40px;
}

.banner-first_top {
    display: flex;
    flex-wrap: wrap;
    background: rgba(230, 231, 232, 1);
    border-radius: 20px;
}

.banner-first_block-text_inner {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 37px 0px 40px;
}

.banner-first_block-text_title {
    font-size: 52px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -0.02em;
    text-align: left;

}

.banner-first_block-text_description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.banner-first-offer_inner {
    padding: 20px 20px 20px 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
}

.banner-first-offer_img-bottom {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}

.banner-first-offer_img-bottom_btn {
    max-width: 173px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 32px 16px 32px;
    border: 2px solid rgba(161, 32, 73, 1);
    border-radius: 36px;
    margin-left: auto;
    max-height: 56px;
    transition: all 0.4s;
    cursor: pointer;
}

.banner-first-offer_img-bottom_btn:hover {

    background: rgba(161, 32, 73, 1);
    color: #FFF;
}


.banner-first-offer_img-bottom_title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: -0.02em;
    text-align: left;
}

.banner-first-offer_img-bottom_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.banner-first-offer_img-bottom_top {
    width: fit-content;
}

.banner-first_card {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 517px;
    padding: 40px 32px 40px 32px;
    border-radius: 24px;
    overflow: hidden;
    line-height: 1.6;
    border: 1px solid #999999;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 40px;
    background: #FFF;
    border: unset;
    max-height: 126px;
}

.banner-first_card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    color: #000000;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-first_card-content .banner-first_card-heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 41.4px;
    z-index: 1;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-first_card-content .para {
    z-index: 1;
    opacity: 0.8;
    font-size: 18px;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-first_card::before {
    content: "";
    position: absolute;
    right: -5.2rem;
    top: -5.2rem;
    width: 10.4rem;
    height: 10.4rem;
    background: rgba(161, 32, 73, 1);
    z-index: 0;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-first_card::after {
    content: "";
    position: absolute;
    left: -5.2rem;
    bottom: -5.2rem;
    width: 10.4rem;
    height: 10.4rem;
    background: rgba(161, 32, 73, 1);
    z-index: 0;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-first_card:hover::before {
    scale: 7;
    opacity: 1;
}

.banner-first_card:hover::after {
    scale: 7;
    opacity: 1;
}

.banner-first_card:hover .banner-first_card-content .banner-first_card-heading {
    color: #ffffff;
}

.banner-first_card:hover .banner-first_card-content .para {
    color: #ffffff;
}

.banner-first_card:hover rect {
    fill: #ffffff;
}

.banner-first_card:hover path {
    stroke: rgba(161, 32, 73, 1);
}


.banner-first_card:hover {
    box-shadow: 0rem 6px 13px rgba(0, 0, 0, 0.1),
        0rem 24px 24px rgba(0, 0, 0, 0.09), 0rem 55px 33px rgba(0, 0, 0, 0.05),
        0rem 97px 39px rgba(0, 0, 0, 0.01), 0rem 152px 43px rgba(0, 0, 0, 0);
    border-color: rgba(161, 32, 73, 1);
    scale: 1.05;
}

.banner-first_cards {
    width: 100%;
    justify-content: space-between;
    padding: 32px 40px 0px 40px;
}

.banner-first_cards {
    display: flex;
    flex-wrap: wrap;
}

.banner-first_card-heading {
    width: 100%;
}

.banner-first_card-heading svg {
    float: right;
    margin-top: -4px;
}

@media(max-width:1919px) {
    .banner-first_card {
        max-width: 430px;
    }

    .banner-first_card-content .banner-first_card-heading {
        font-size: 28px;
    }

    .banner-first-offer {
        width: unset;
    }

    .banner-first-offer_inner {
        width: 100%;
    }

    .banner-first-offer_img {

        max-width: 600px;

    }
}

@media(max-width:1439px) {
    .banner-first_card {
        max-width: 419px;

    }

    .banner-first-offer {
        width: 100%;
        max-width: unset;
        padding-left: 40px;
    }

    .banner-first-offer_img {
        max-width: unset;
    }

    .banner-first_block-text_inner {
        margin-top: 20px;
    }
}

@media(max-width:987px) {
    .banner-first_card {
        width: 100%;
        max-width: unset;
        background: rgba(230, 231, 232, 1);
        border: unset;
        margin-bottom: 8px;
        padding: 20px;
    }

    .banner-first_cards {
        padding: unset;
        margin-top: 12px;
    }

    .banner-first_top {
        background: unset;
    }

    .banner-first-offer {
        padding-right: unset;
        padding-top: unset;
        margin-left: unset;
        background: rgba(230, 231, 232, 1);
        border-radius: 20px;
        max-width: unset;
        padding-left: unset;
    }


    .banner-first-offer_img-bottom_btn {
        max-width: unset;
        background: rgba(161, 32, 73, 1);
        color: rgba(255, 255, 255, 1);
    }



    .banner-first-offer_inner {
        background: unset;
    }

    .banner-first-offer_img-bottom_title {
        margin-bottom: 8px;
        font-size: 22px;
    }

    .banner-first-offer_img-bottom_text {
        margin-bottom: 20px;
    }

    .banner-first_card-content .banner-first_card-heading {
        font-size: 21px;
    }

    .banner-first_card-heading svg {
        width: 32px;
        height: 32px;
        margin-top: 6px;
    }

    .banner-first_block-text_inner {
        padding: 0px 5px 12px 0px;
    }

    .banner-first_block-text {
        max-width: unset;
    }

    .banner-first_block-text_title {
        font-size: 39px;
        line-height: 42px;
    }
}

/* Базовые стили для пагинации */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: white !important;
    border-radius: 50%;
    opacity: 1 !important;
    border: 2px solid white;
    transform: scale(1) !important;
    transition: background-color 0.3s, border-color 0.3s;
}

/* Стили для активного состояния */
.swiper-pagination-bullet-active {
    background-color: rgba(161, 32, 73, 1) !important;
    border-color: white;
}

.header-wrap * {
    color: #000000 !important;
}

.banner-first-offer_img .swiper-button-next {
    width: 40px;
}

.banner-first-offer_img .swiper-button-prev {
    width: 40px;
}

.banner-first-offer_img .swiper-button-next::after {
    display: none;
}

.banner-first-offer_img .swiper-button-prev::after {
    display: none;
}

.logo {
    width: 150px !important;
}

.banner-first-offer_inner .swiper-pagination {
    top: 380px !important;
}

.banner-first-offer_inner .swiper-button-next {
    top: 33% !important;
}

.banner-first-offer_inner .swiper-button-prev {
    top: 33% !important;
}

.banner-first_card-opened {
    display: none;
    max-width: 788px;
    border-color: rgba(161, 32, 73, 1);
    background: rgba(161, 32, 73, 1);
    padding: 20px 32px 40px 32px;
    max-height: 126px;
}

.banner-first_card-opened span {
    color: #FFF;
}

.banner-first_card-opened:hover {
    scale: 1.02;
}

.banner-first_card-opened label {
    width: 100%;
    color: #FFF;
    opacity: 0.5;
    font-size: 14px;
    line-height: 12px;
    cursor: pointer;
}

.banner-first_card-opened svg {
    margin-top: -20px;
}

.banner-first_card-opened rect {
    fill: #FFF;
}
.banner-first_card-2_selector{
    cursor: pointer;
}

.banner-first_card-opened path {
    stroke: rgba(161, 32, 73, 1);
}
@media (max-width: 1919px) {
    .banner-first_card-opened{
        max-width: 668px;
    }
}
@media (max-width: 1439px) {
    .banner-first_card-opened{
        max-width: 423px;
    }
}
@media (max-width: 987px) {
    .banner-first_card-opened .banner-first_card {
    
            padding: 20px 32px 20px 32px;
     
    }
}

@media (max-width: 905px) {
    .banner-first_card-opened{
    
            max-width: unset;
     
    }
}
/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/news.list/about_form/style.css?17169623312245*/
.btn-pres{
    background: rgba(161, 32, 73, 1) !important;
}
.section-about-info h2 {
    margin: 0 0 24px 0;
}

.section-about-info p {
    margin: 0 0 48px 0;
}

.section-about-info .button {
    margin: auto 0 0 0;
}

.section-about-stats {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.section-about-stats-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.section-about-stats-row__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 40px 32px;
    width: 100%;
    background-color: var(--c-about);
    border-radius: 20px;
}

.section-about-stats-row:nth-child(odd) .section-about-stats-row__item:nth-child(odd),
.section-about-stats-row:nth-child(even) .section-about-stats-row__item:nth-child(even) {
    min-width: 536px;
}

.section-about-stats-row__item p.numb {
    color: var(--c-wine);
    text-transform: lowercase;
}

@media (max-width: 1919px) {
    .section-about-stats-row {
        gap: 24px;
    }

    .section-about-stats-row:nth-child(odd) .section-about-stats-row__item:nth-child(odd) {
        min-width: 288px;
    }

    .section-about-stats-row:nth-child(even) .section-about-stats-row__item:nth-child(even) {
        min-width: 392px;
    }
}

@media (max-width: 1439px) {
    .section-about-stats-row:nth-child(odd) .section-about-stats-row__item:nth-child(odd),
    .section-about-stats-row:nth-child(even) .section-about-stats-row__item:nth-child(even) {
        min-width: 216px;
    }

    .section-about-stats-row__item {
        padding: 24px;
    }

    .section-about-stats {
        padding: 32px 0 0 0;
    }

    .section-about-info h2 {
        margin: 0 0 16px 0;
    }

    .section-about-info p {
        margin: 0 0 32px 0;
    }
}

@media (max-width: 1023px) {
    .section-about-info .button {
        width: 100%;
        margin: unset;
    }

    .section-about-stats-row:nth-child(odd) .section-about-stats-row__item:nth-child(odd),
    .section-about-stats-row:nth-child(even) .section-about-stats-row__item:nth-child(even) {
        min-width: calc(50% - 8px);
    }

    .section-about-stats,
    .section-about-stats-row {
        gap: 16px;
    }

    .section-about-stats-row__item {
        padding: 24px 16px;
    }
}
/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/news.list/genplan-main-redesign_map/style.css?17436735607140*/
.section-genplan .section-body {
    position: relative;
}

.genplan {
    position: relative;
    overflow-x: auto;
    border-radius: 20px;
}

.genplan-image img {
    width: 100%;
    max-width: 1672px;
    height: auto;
    object-fit: cover;
}

.genplan-svg {
    position: absolute;
    z-index: 8;
    inset: 0;
    width: 100%;
    height: 100%;
}

.genplan-svg__item {
    fill: var(--c-wine);
    opacity: .4;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.genplan-svg__item:hover {
    opacity: .7;
}

.genplan-svg__alt_item{
    fill: var(--c-wine);
    opacity: .4;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.genplan-svg__alt_item:hover {
    opacity: .7;
}

.genplan-card {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.genplan-card-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
}

.genplan-card-desc {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 356px;
    padding: 12px 30px 24px 24px;
    background-color: var(--c-white);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.genplan-card-desc a.button {
    margin: 8px 0 0 0;
}

.genplan-card-stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 32px;
    max-width: 220px;
}

.genplan-card-stats-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.genplan-card-stats-item__title {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--c-grey);
}

.genplan-card-stats-item__value {
    font-family: 'Circe Bold';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--c-black);
}

.genplan-card__image img {
    width: 244px;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.genplan-bubble {
    position: absolute;
    z-index: 9;
    padding: 9px 12px 16px 12px;
    border-radius: 10px;
    background-color: var(--c-white);
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.genplan-bubble img {
    width: 111px;
    /* height: 45px; */
}

.genplan-bubble--mobile {
    display: none;
}

.genplan-card__close {
    display: none;
}

.genplan-card-desc img {
    width: 208px;
    height: 90px;
}

.genplan-overflow {
    position: absolute;
    z-index: 8;
    inset: 0;
    background-color: #F8F8F8;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.genplan-overflow.active {
    opacity: .3;
}

.genplan-scroll-tooltip {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 9;
    display: none;
}

.card-modal{
   
    left: 70px;
    width: 100%;
    min-width: 472px;
    top: 10px;
}

.card-modal .p1{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.modal__card-title{
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    padding-top: 10px;
}

.modal__img{
    width: 100% !important;
    height: 100% !important;
}

.card-modal .genplan-card-desc{
    max-width: 500px;
}

.card-modal .genplan-card-desc{
    border-radius: 16px;
}

.img_label-alt{
    display: none;
}

.bubble-click{
    cursor: pointer;
}

.modal__top-modal{

    bottom: 10px;
    top:unset;
}

.bubble--big{
    width: 180px !important; 
    padding: 12px 5px 5px 5px;
}

.modal__text{
    font-size: 13px !important;
    line-height: 15.6px !important;
    font-weight: 500;
    font-family: 'Montserrat';
    color: rgba(47, 47, 47, 1);
}

@media (max-width: 1919px) {
    .genplan-image img {
        /* max-width: 1224px; */
    }

    .genplan-card__title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 32px 0;
    }
}

@media (max-width: 1439px) {
    .genplan-image img {
        max-width: 936px;
    }

    .genplan-card__header {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 2px 0;
    }

    .genplan-card__title {
        margin: 0 0 24px 0;
    }

    .genplan-card-stats-item__title {
        font-size: 12px;
        line-height: 16px;
    }

    .genplan-card-stats-item__value {
        font-size: 16px;
        line-height: 22px;
    }

    .genplan-card-desc {
        padding: 24px 56px 24px 24px;
    }

    .section-genplan .section-info.section-info--custom {
        margin: 0 0 23px 0;
        padding: 0 0 23px 0;
    }
    .bubble--big{     
        width: 100px !important;   
        padding: unset;
    }
    .genplan-bubble .bubble--big{     
        width: 100px !important;          
    }
    .genplan-bubble img{
        width: 80px !important;
    }
    
   
}

@media (max-width: 1023px) {
    .genplan-scroll-tooltip {
        display: flex;
    }

    .genplan-overflow {
        display: none;
    }

    .genplan-image img {
        height: 500px;
        max-width: unset;
        width: initial;
    }

    .genplan-svg {
        width: 1045px;
    }

    .genplan-bubble img {
        display: none;
    }

    .genplan-bubble--mobile {
        display: flex;
    }

    .genplan-bubble {
        border-radius: 50%;
        padding: 6px;
        cursor: pointer;
        width: 28px;
        height: 28px;
        display: flex;
        background-color: var(--c-white) !important;
    }

    .genplan-card {
        inset: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .genplan-card-wrap {
        margin: auto;
    }

    .genplan-card__image img {
        display: none;
    }

    .genplan-card-desc {
        position: relative;
        padding: 17px 24px 24px 24px;
        border-radius: 16px;
        gap: 16px;
        max-width: 290px;
    }

    .genplan-card-desc p {
        width: 90%;
    }

    .genplan-card-desc a.button {
        width: 100%;
    }

    .genplan-card__close {
        position: absolute;
        top: 24px;
        right: 24px;
        display: flex;
        cursor: pointer;
    }
}
[data-id="section-29445"]{
    z-index: 0;
}
.genplan-back_btn{
    margin-left: auto;
}
.b-flex{
    display: flex !important;
}
.row__map h2{
    color: #2F2F2F;
}
.row__map .p1{
    color: #2F2F2F;
}
.genplan_btns-list{
    display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: auto;
}
.genplan_btns-list a{
    width: 48%;
    font-size: 14px;
    padding: 12px 40px 12px 40px;
}
.card-desc_wide{
    max-width: 480px !important;
    min-height: 190px;
    border-top-right-radius:unset !important;
    border-bottom-right-radius: unset !important;
}
.genplan__right-bg{
    width: 200px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
@media(max-width:1440px){
    .genplan_btns-list a{
        width: 100%;
    }
}
@media(max-width:1024px){
    .genplan__right-bg{
        display: none;
    }
    .card-desc_wide{
        border-top-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }

  
}

/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/news.list/map/style.css?17436705175820*/
.map-shell>.container {
    position: relative;
    padding: 108px 16px;
}

/* .map.map--gray .ymaps-2-1-79-ground-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
} */
#mapContacts{
    border-radius: 20px;
}
@media (max-width: 1919px) {
    .map-shell>.container {
        padding: 80px 16px;
    }
}

@media (max-width: 1439px) {
    .map-shell>.container {
        padding: 72px 16px;
    }
}

@media (max-width: 1023px) {
    .map-shell>.container {
        padding: 64px 24px;
    }
}

.map {
    width: 100%;
    height: 729px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1439px) {
    .map {
        height: 600px;
    }
}

@media (max-width: 1023px) {
    .map {
        height: 600px;
    }
}

.map-sidebar {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 14;
    padding: 10px;
    max-width: 240px;
    width: 100%;
}

.map_switcher {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
    border-radius: 20px;
    font-size: 18px;
}

.map_switcher__mobile {
    display: none;
}

.map-sidebar h3 {
    margin-top: 0;
}

.map-sidebar li {
    margin-bottom: 5px;
}

.ymaps-2-1-79-map-copyrights-promo {
    display: none;
}

.ymaps-2-1-79-copyright__wrap {
    display: none !important;
}

.ymaps-2-1-79-controls__control {
    display: none !important;
}

.map-list_categories {
    background-color: #FFFFFF;
    list-style: none;
    padding: 25px 10px 25px 20px;
    width: 100%;
    transition: 0.3s ease-in-out;
    border-radius: 20px;
}

.custom-checkbox__label {
    padding: 1px 0 0 24px;
    position: relative;
    font-size: 14px;
    color: #2F2F2F;
}

.custom-checkbox .custom-checkbox__label::before {
    width: 17px !important;
    height: 17px !important;
    top: 3px !important;
    border: 1px solid #000 !important;
}

.custom-checkbox__input:checked~.custom-checkbox__label::before {
    border-color: unset !important;
    background-color: unset !important;
    background-size: 73% 73% !important;
    background-image: url('/upload/bg_images/cube_filled.svg') !important;
    border: 1px solid #000 !important;
}

.map-sidebar_selector {
    background-color: #A12049;
    color: #FFF;
    margin-bottom: 15px;
    padding: 10px 15px 10px 25px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.map-sidebar_selector:hover {
    background-color: #6a1a33;
}

.map__genplan {
    padding: 16px 24px 16px 24px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #2F2F2F;
}

.map__main {
    padding: 16px 24px 16px 24px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    font-size: 18px;
    color: #2F2F2F;
    font-weight: 500;
}

.map__genplan.map__selected {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.map__selected {
    background-color: #A12049 !important;
    color: #FFF !important;
}

.map__container {
    position: relative;
}

#map__section {
    margin: unset;
    display: none;
}

.map_arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 8px;
    pointer-events: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; 
}

.map-sidebar_selector .map_arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.map-sidebar_selector.open .map_arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.map_arrow.up{
    margin-bottom: 2px;
}

@media(max-width:768px) {
    .map-sidebar {
        position: absolute;
        bottom: -12px;
        z-index: 14;
        padding: 10px;
        width: 100%;
        left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
        max-width: unset;
        top: unset;
    }


    .map-sidebar_selector.open {
        display: none;
    }

    .map-list_categories {
        padding: 45px 10px 25px 20px;
        position: relative;
    }

    .map-sidebar_mob {
        position: absolute;
        width: 100px;
        height: 4px;
        background: grey;
        top: 20px;
        left: 41%;
        opacity: 0.15;
        border-radius: 20px;
    }

    .map_switcher {
        position: unset;
        right: unset;
        margin-bottom: 30px;
    }

    .map__genplan {
        background-color: #D1CDC4;
        font-weight: 600;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        width: 42%;
        padding: 16px 16px 16px 16px;
        text-align: center;
    }

    .map__genplan.map__selected {
        color: #000;
    }

    .map__main {
        background-color: #D1CDC4;
        font-weight: 600;
        width: 58%;
        padding: 16px 16px 16px 16px;
        text-align: center;
    }

    .map__main.map__selected {
        color: #000;
    }
    .map_switcher{
        display: none;
    }
    .map_switcher__mobile {
        display: flex !important;
    }
    .map-sidebar_selector{
        margin-left: 40px;
        margin-right: 40px;
    }
}

.ymaps-2-1-79-balloon {
    box-shadow: unset !important;
}

.ymaps-2-1-79-balloon__tail {
    display: none !important;
}

.ymaps-2-1-79-balloon__layout {
    border-radius: 12px !important;
}

.ymaps-2-1-79-balloon__content b{
    color: #2F2F2F;
}
/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/news.list/benefits_new_slide/style.css?17393810631730*/
.section-benefits {
    overflow: hidden;
}

/* временно */
/* .section-benefits .tab-wrap {
    display: none;
} */
.section-benefits .navbar-fl{
    display: none;
}
@media (max-width: 1023px) {
    .section-benefits .section-header h2 {
        margin: 0;
    }
    .section-benefits .navbar-fl{
        display: flex;
    }
}

@media (max-width: 1630px) {
    .navbar-fl {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }
    .navbar-fl .swiper-navbar__arrow {
        position: inherit;
    }
    .section-benefits .slider-wrapper{
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
    }
}


.section-benefits .swiper-slide-next {
    cursor: url('/upload/next.svg'), auto;
}


.section-benefits .swiper-slide-prev {
    cursor: url('/upload/prev.svg'), auto;
}
/* .section-benefits .last-cursor{
    cursor: unset !important;
} */

.section-benefits .slide-zones{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.section-benefits .left-zone{
    display: none;
    width: 10%;
    height: 100%;
    cursor: url('/upload/prev.svg'), auto;
}
.section-benefits .main-zone{
    display: none;
    width: 100%;
    height: 100%;
}
.section-benefits .right-zone{
    display: none;
    width: 10%;
    height: 100%;
    cursor: url('/upload/next.svg'), auto;
}
.section-benefits .swiper-slide-active .left-zone{
    display: unset;
}
.section-benefits .swiper-slide-active .right-zone{
    display: unset;
}

.section-benefits .swiper-slide-active .main-zone{
    display: unset;
    width: 80%;
    height: 100%;
}

.section-benefits .last-cursor .main-zone{
    display: unset;   
}
/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/news.list/lives/style.css?17128557241896*/
.section-lives-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    cursor: pointer;
}

.section-lives-item h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin: 16px 0 0 0;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.section-lives-image {
    border-radius: 20px;
    overflow: hidden;
}

.section-lives-image img {
    width: 100%;
    max-width: 820px;
    object-fit: cover;
    max-height: 500px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.section-lives-item:hover .section-lives-image img {
    transform: scale(1.1);
}

.section-lives-item:hover h3{
    color: var(--c-wine);
}

.section-lives-item h3 img {
    width: 32px;
    height: 32px;
}

@media (max-width: 1919px) {
    .section-lives-image img {
        height: 400px;
        max-width: 600px;
    }

    .section-lives-item h3 {
        margin: 8px 0 0 0;
    }

    .section-lives-item h3 img {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 1439px) {
    .section-lives-image img {
        height: 300px;
        max-width: 456px;
    }

    .section-lives-item {
        gap: 8px;
    }

    .section-lives-item h3 img {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 1023px) {
    .section-lives .section-header h2 {
        margin: 0 0 24px 0;
    }

    .section-lives-image img {
        height: 250px;
        max-width: 100%;
    }

    .section-lives-item {
        height: unset;
    }

    .section-lives .row > * .section-lives-item {
        margin: 0 0 24px 0;
    }

    .section-lives .row > *:last-child .section-lives-item {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .section-lives-item{
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/news.list/news_new_close/style.css?17297590283285*/
.section-news{
    overflow: hidden;
    padding-top: 150px;
}

.section-news .section-header{
    margin: 0 0 32px 0;
}

.section-news .section-header .button{
    margin: 0 0 0 auto;
}

.swiper.swiper--news{
    min-height: 712px;
}

.swiper.swiper--news .swiper-slide.swiper-slide-active .swiper-item{
    width: 100%;
}

.swiper.swiper--news .swiper-slide.swiper-slide-active .swiper-item h3,
.swiper.swiper--news .swiper-slide.swiper-slide-active .swiper-item p{
    max-width: 824px;
    transition: 1s ease-in-out;
}

.section-news-mobile{
    display: none;
}

.section-news .swiper-item img{
    transition: 1s ease-in-out;
}

.section-news .swiper-item:hover img{
    transform: scale(1.1);
}

@media (max-width: 1919px){
    .swiper.swiper--news{
        min-height: 584px;
    }

    .swiper.swiper--news .swiper-slide.swiper-slide-active .swiper-item h3,
    .swiper.swiper--news .swiper-slide.swiper-slide-active .swiper-item p{
        max-width: 701px;
    }
}

@media (max-width: 1439px){
    .swiper.swiper--news{
        min-height: 448px;
    }
}
.section-news .navbar-fl{
    display: none;
}
@media (max-width: 1023px){
    .section-news .navbar-fl{
        display: flex;
    }
    .swiper.swiper--news{
        min-height: 398px;
    }

    .section-news .section-header{
        margin: unset;
    }

    .section-news .section-header h2{
        margin: 0 0 24px 0;
    }

    .section-news .section-header .button{
        display: none;
    }

    .section-news-mobile{
        display: flex;
    }

    .section-news-mobile .button{
        width: 100%;
        margin: 24px 0 0 0;
    }

    .swiper.swiper--news .swiper-slide.swiper-slide-active .swiper-item h3,
    .swiper.swiper--news .swiper-slide.swiper-slide-active .swiper-item p{
        max-width: unset;
    }
}

@media (max-width: 1630px) {
    .navbar-fl {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }
    .navbar-fl .swiper-navbar__arrow {
        position: inherit;
    }
    .section-news .slider-wrapper{
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
    }
}

/* Курсор для слайдов справа (вправо) */
.section-news .swiper-slide-next {
    cursor: url('/upload/next.svg'), auto;
}

/* Курсор для слайдов слева (влево) */
.section-news .swiper-slide-prev {
    cursor: url('/upload/prev.svg'), auto;
}
/* .section-news .last-cursor{
    cursor: unset !important;
} */

.section-news .slide-zones{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.section-news .left-zone{
    display: none;
    width: 10%;
    height: 100%;
    cursor: url('/upload/prev.svg'), auto;
}
.section-news .main-zone{
    display: none;
    width: 100%;
    height: 100%;
}
.section-news .right-zone{
    display: none;
    width: 10%;
    height: 100%;
    cursor: url('/upload/next.svg'), auto;
}
.section-news .swiper-slide-active .left-zone{
    display: unset;
}
.section-news .swiper-slide-active .right-zone{
    display: unset;
}

.section-news .swiper-slide-active .main-zone{
    display: unset;
    width: 80%;
    height: 100%;
}
/* 
.section-news .last-cursor .main-zone{
    display: unset;   
} */
/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/news.list/purchase/style.css?17128557242028*/
.section-purchase{
    padding-top: 150px;
}

.section-purchase .container{
    position: relative;
}

.section-purchase .swiper-navbar{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.section-purchase .swiper-navbar__arrow{
    position: initial;
}

.swiper.swiper--purchase{
    min-height: unset;
    overflow: hidden;
}

.section-purchase .swiper-slide{
    height: unset;
}

.section-purchase .swiper-slide .swiper-item p{
    display: block;
    overflow: unset;
    text-overflow: unset;
}

.section-purchase-item,
.section-purchase .swiper-item{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    padding: 48px;
    background-color: var(--c-about);
    border-radius: 20px;
    overflow: hidden;
}

.section-purchase-item .button,
.section-purchase .swiper-item .button{
    position: relative;
    z-index: 2;
    margin: 24px 0 0 0;
}

.section-purchase-item__pattern{
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-purchase-item__pattern img{
    display: block;
    margin-left: auto;
    width: 90%;
}

@media (max-width: 1439px){
    .section-purchase-item,
    .section-purchase .swiper-item{
        padding: 32px;
        gap: 16px;
    }

    .section-purchase-item .button,
    .section-purchase .swiper-item .button{
        margin: 16px 0 0 0;
        padding: 12px 24px;
    }
}

@media (max-width: 1023px){
    .section-purchase .swiper-navbar{
        position: initial;
        margin: 16px 0 0 0;
    }

    .section-purchase .section-header h2{
        margin: 0 0 24px 0;
    }

    .section-purchase-item__pattern{
        display: none;
    }

    .section-purchase .row > * .section-purchase-item{
        margin: 0 0 24px 0;
    }

    .section-purchase .row > *:last-child .section-purchase-item{
        margin: 0;
    }

    .section-purchase-item .button,
    .section-purchase .swiper-item .button{
        margin: auto 0 0 0;
    }
}
/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/news.list/developer/style.css?17128557241304*/
.section-promo .section-header .button {
    margin: 32px 0 0 0;
}

.section-promo__image {
    width: 100%;
    max-width: 1672px;
    max-height: 500px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.section-promo-wrap {
    position: relative;
    overflow: hidden;
}

.section-promo__pattern-one,
.section-promo__pattern-two {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1919px) {
    .section-promo__image {
        height: 400px;
        max-width: 1224px;
    }

    .section-promo__pattern-one,
    .section-promo__pattern-two {
        bottom: -42px;
    }
}

@media (max-width: 1439px) {
    .section-promo__image {
        height: 300px;
        max-width: 936px;
    }

    .section-promo .section-header .button {
        margin: 24px 0 0 0;
    }

    .section-promo__pattern-one,
    .section-promo__pattern-two {
        right: -200px;
    }
}

@media (max-width: 1023px) {
    .section-promo .section-header h2 {
        margin: 0 0 24px 0;
    }

    .section-promo .section-header .button {
        margin: 16px 0 0 0;
        width: 100%;
    }

    .section-promo__image {
        height: 250px;
        max-width: 100%;
    }

    .section-promo__pattern-one,
    .section-promo__pattern-two {
        display: none;
    }
}
/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/news.list/conditions/style.css?1712855724900*/
.promo {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 56px 48px;
    border-radius: 20px;
    background-color: var(--c-about);
    overflow: hidden;
}

.promo .button {
    position: relative;
    z-index: 2;
    margin: 24px 0 0 0;
}

.promo__image {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1919px) {
    .promo {
        padding: 40px;
    }

    .promo .button {
        margin: 8px 0 0 0;
    }
}

@media (max-width: 1439px) {
    .promo {
        padding: 32px;
        gap: 16px;
    }
}

@media (max-width: 1023px) {
    .section-promo-two h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .promo .button {
        margin: 8px 0 118px 0;
    }

    .promo__image{
        width: 70%;
        height: 50%;
    }

    .promo__image img{
        width: 100%;
        height: 100%;
    }
}
/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/form.result.new/callback-modal-timeout/style.css?17479171023903*/
.modal.modal--tour .modal-dialog {
    max-width: 1000px;
}

.modal.modal--tour .modal-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 600px;
    background-color: transparent;
    border: unset;
    padding: unset;
}

.modal.modal--tour .modal-form {
    padding: 48px 40px;
    background-color: #FFFFFF;
}

.modal.modal--tour .modal-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 100px);
}

.modal.modal--tour .modal-form > div {
    height: 100%;
}

.modal.modal--tour .modal-form h3 {
    margin: 0 0 16px 0;
}

.modal.modal--tour .form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: unset;
}

.modal.modal--tour .form-wrapper > form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.modal.modal--tour .form-wrapper > form > button {
    width: 100%;
}

.modal.modal--tour .modal-preloader {
    display: none;
    justify-content: center;
    align-items: center;
}

.modal.modal--tour .modal-wrap.loading .modal-preloader {
    display: flex;
}

.modal.modal--tour .modal-wrap.loading .form-wrapper {
    display: none;
}

.modal.modal--tour .success-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.modal.modal--tour .modal-picture img {
    height: 100%;
    width: 500px;
    object-fit: cover;
}

.modal-content .modal-close {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 20;
    padding: unset;
    margin: unset;
    background: unset;
    border: unset;
    outline: unset;
    appearance: unset;
}

@media (max-width: 1919px) {
    .modal.modal--tour .modal-dialog {
        max-width: 900px;
    }

    .modal.modal--tour .modal-content {
        height: 574px;
    }

    .modal.modal--tour .modal-picture img {
        width: 450px;
    }
}

@media (max-width: 1439px) {
    .modal.modal--tour .modal-dialog {
        max-width: 800px;
    }

    .modal.modal--tour .modal-content {
        height: 554px;
    }

    .modal.modal--tour .modal-form {
        padding: 40px 32px;
    }

    .modal.modal--tour .form-wrapper .p1 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .modal.modal--tour .modal-picture img {
        width: 400px;
    }
}

@media (max-width: 1023px) {
    .modal.modal--tour .modal-dialog {
        max-width: 343px;
    }

    .modal.modal--tour .modal-content {
        grid-template-columns: 1fr;
        height: 600px;
    }

    .modal.modal--tour .modal-form {
        padding: 32px 24px 16px 24px;
    }

    .modal.modal--tour .form-wrapper > form {
        gap: 16px;
    }

    .modal.modal--tour .form-wrapper .p1 {
        font-size: 14px !important;
    }

    .modal.modal--tour .modal-picture img {
        display: none;
    }

    .modal-content .modal-close {
        top: 5px;
        right: 5px;
    }
}

.waveform {
    --uib-size: 40px;
    --uib-speed: 1s;
    --uib-color: #EC6F35;
    --uib-line-weight: 3.5px;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: var(--uib-size);
    height: calc(var(--uib-size) * 0.9);
}

.waveform__bar {
    width: var(--uib-line-weight);
    height: 100%;
    background-color: var(--uib-color);
}

.waveform__bar:nth-child(1) {
    animation: grow var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.45) infinite;
}

.waveform__bar:nth-child(2) {
    animation: grow var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.3) infinite;
}

.waveform__bar:nth-child(3) {
    animation: grow var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.15) infinite;
}

.waveform__bar:nth-child(4) {
    animation: grow var(--uib-speed) ease-in-out infinite;
}

@keyframes grow {
    0%,
    100% {
        transform: scaleY(0.3);
    }

    50% {
        transform: scaleY(1);
    }
}
/* End */
/* /local/templates/kipreya_redesign/components/bitrix/news.list/first_screen_new_divided/style.css?17328603309215 */
/* /local/templates/kipreya_redesign/components/bitrix/news.list/about_form/style.css?17169623312245 */
/* /local/templates/kipreya_redesign/components/bitrix/news.list/genplan-main-redesign_map/style.css?17436735607140 */
/* /local/templates/kipreya_redesign/components/bitrix/news.list/map/style.css?17436705175820 */
/* /local/templates/kipreya_redesign/components/bitrix/news.list/benefits_new_slide/style.css?17393810631730 */
/* /local/templates/kipreya_redesign/components/bitrix/news.list/lives/style.css?17128557241896 */
/* /local/templates/kipreya_redesign/components/bitrix/news.list/news_new_close/style.css?17297590283285 */
/* /local/templates/kipreya_redesign/components/bitrix/news.list/purchase/style.css?17128557242028 */
/* /local/templates/kipreya_redesign/components/bitrix/news.list/developer/style.css?17128557241304 */
/* /local/templates/kipreya_redesign/components/bitrix/news.list/conditions/style.css?1712855724900 */
/* /local/templates/kipreya_redesign/components/bitrix/form.result.new/callback-modal-timeout/style.css?17479171023903 */
