

/* Start:/local/templates/kipreya_aparts/components/bitrix/news.list/banner_new/style.css?17123102904786*/
.section-banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

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

.section-banner__image {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100vh;
    width: 100%;
}

.section-banner__image img {
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 100vh;
}

.section-banner-gradient-one {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 487px;
    background: linear-gradient(180deg, #202020 0%, rgba(32, 32, 32, 0) 100%);
    opacity: 0.7;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.section-banner-gradient-two {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 431px;
    background: linear-gradient(180deg, #202020 0%, rgba(32, 32, 32, 0) 100%);
    opacity: 0.7;
}

.banner {
    display: flex;
    height: 100%;
}

.banner-info {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(100% - 72px);
    max-width: 1108px;
}

.banner-info * {
    color: var(--c-white);
}

.banner-info p {
    margin: 16px 0 0 0;
}

.banner-info .button {
    margin: 48px 0 0 0;
}

.section-banner .swiper {
    overflow: hidden;
    min-height: unset;
    height: 100vh;
}

.section-banner .swiper-slide {
    width: 100%;
}

.banner-info-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

@media (max-width: 1919px) {
    .section-banner__pattern {
        right: -265px;
    }

    .banner-info {
        max-width: 1018px;
    }

    .banner-info .button {
        margin: 32px 0 0 0;
    }

    .section-banner-gradient-two {
        height: 328px;
    }
}

@media (max-width: 1439px) {
    .section-banner__pattern {
        right: -630px;
    }
}

@media (max-width: 1023px) {
    .section-banner__pattern {
        display: none;
    }

    .banner-info .button {
        margin: 24px 0 0 0;
    }

    .banner-info-buttons {
        flex-direction: column;
    }

    .section-banner-gradient-two {
        height: 196px;
    }
}

@media (max-width: 767px) {
    .section-banner,
    .section-banner__image,
    .section-banner .swiper,
    .section-banner__image img {
        height: 500px;
    }
}

.banner-info__stock {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #6A1A33;
    padding: 32px;
    gap: 24px;
    width: 536px;
    color: white;
}

.banner-info__stock svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    width: auto;
}

.banner-info__stock-title {
    z-index: 1;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}

.banner-info__stock-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    z-index: 1;
}

.banner-info__stock-text span {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}

.link.banner-info__stock-link {
    color: white;
    z-index: 1;
}

.banner-info {
    justify-content: space-between;
}

.banner-info__top {
    margin-top: 20%;
}

@media (max-width: 1919px) {
    .banner-info__stock {
        width: 496px;
    }

    .banner-info__stock-title {
        font-size: 28px;
        line-height: 32px;
    }

    .banner-info__stock-text {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-info__stock-text span {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 1439px) {
    .banner-info__stock {
        width: 456px;
        padding: 24px;
    }

    .banner-info__stock-title {
        font-size: 24px;
        line-height: 32px;
    }

    .banner-info__stock-text {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-info__stock-text span {
        font-size: 24px;
        line-height: 32px;
    }
}

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

@media (max-width: 1023px) {
    .section-stock-mobile{
        display: block;
    }

    .banner-info__top {
        display: none;
    }

    .banner-info{
        justify-content: flex-end;
    }

    .banner-info__stock{
        width: 100%;
        gap: 16px;
    }

    .banner-info__stock-title {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-info__stock-text {
        font-size: 12px;
        line-height: 16px;
    }

    .banner-info__stock-text span {
        font-size: 16px;
        line-height: 20px;
    }

    .link.banner-info__stock-link {
        font-size: 14px;
        line-height: 18px;
    }

    .banner-info__stock-container{
        display: flex;
        justify-content: center;
    }

    section.section-banner + section.section-stock-mobile{
        margin-top: 24px;
    }
}
/* End */


/* Start:/local/templates/kipreya_aparts/components/bitrix/news.list/about_form/style.css?17169733572271*/
.btn-pres{
    background: rgba(161, 32, 73, 1) !important;
}
.section-about-info h3 {
    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 h3 {
        max-width: 370px;
        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_aparts/components/bitrix/news.list/genplan-buildings/style.css?171256883319277*/
.section.section--genplan {
    margin: unset;
    padding: 120px 0 0 0;
}

.genplan {
    position: relative;
    font-size: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.genplan-picture {
    width: 100%;
    height: 100%;
}

.genplan-picture img {
    width: 100%;
}

@media (max-width: 1439px) {
    .section.section--genplan {
        padding: 100px 0 0 0;
    }
}

.genplan__buildings {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.genplan__buildings-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    fill: var(--c-wine);
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: opacity ease-in-out 300ms;
    transition: opacity ease-in-out 300ms;
    will-change: opacity;
}

.genplan__buildings-item:hover {
    opacity: 0.7;
}

.genplan > .container {
    position: relative;
}

.genplan__select {
    position: absolute;
    z-index: 6;
    padding-left: 220px;
    top: 32px;
}

@media (max-width: 1919px) {
    .genplan__select {
        padding-left: 0;
    }
}

.genplan__select .f-select {
    width: 315px;
    background-color: #ffffff;
}

@keyframes sidesPreloader {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.5;
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes sidesPreloader {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.5;
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes middlePreloader {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.5;
    }

    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.5;
    }

    75% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.5;
    }
}

@-webkit-keyframes middlePreloader {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.5;
    }

    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.5;
    }

    75% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0.5;
    }
}

/* apartment-genplan start */
.apartment-genplan {
    position: relative;
    font-size: 0;
    overflow: hidden;
    width: 100%;
    height: 987px;
    margin: 0 auto;
}

@media (max-width: 1919px) {
    .apartment-genplan {
        height: 762px;
    }
}

.apartment-genplan-picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1439px) {
    .apartment-genplan-picture {
        width: unset;
    }
}

.apartment-genplan__buildings {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.apartment-genplan__buildings-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    fill: var(--c-wine);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity ease-in-out 300ms;
    transition: opacity ease-in-out 300ms;
    will-change: opacity;
}

.apartment-genplan__buildings-item:hover {
    opacity: 0.7;
}

.apartment-genplan__buildings-item--selected {
    opacity: 0.7;
}

.apartment-genplan__tag {
    z-index: 6;
    position: absolute;
    cursor: default;
}

.apartment-genplan__tag > span {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
}

.apartment-genplan__tag > span::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--c-wine);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: -1;
}

.apartment-genplan__tag--active > span {
    color: var(--c-wine);
}

.apartment-genplan__tag--active > span::before {
    background-color: var(--c-white);
    width: 80px;
    height: 80px;
}

.apartment-genplan__tag--selected > span {
    color: var(--c-wine);
}

.apartment-genplan__tag--selected > span::before {
    background-color: #ffffff;
    width: 154px;
    height: 114px;
    border-radius: 10px;
}

.apartment-genplan > .container {
    position: relative;
}

.apartment-genplan__card {
    pointer-events: none;
    width: 262px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
}

.apartment-genplan__card-top {
    width: 100%;
    padding: 24px 24px 16px 24px;
    background-color: var(--c-wine);
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.apartment-genplan__card-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.apartment-genplan__card-name + * {
    margin-top: 4px;
}

.apartment-genplan__card-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.apartment-genplan__card-bottom {
    width: 100%;
    /*padding: 16px 24px 24px 24px;*/
    padding: 16px;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.apartment-genplan__card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.apartment-genplan__card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 8px;
}

.apartment-genplan__card-number {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid var(--c-wine);
    position: relative;
}

.apartment-genplan__card-number > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0c0c0c;
}

.apartment-genplan__card-value {
    color: #0c0c0c;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.apartment-genplan__card-count {
    color: #757575;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.apartment-genplan__card--active {
    opacity: 1;
    visibility: visible;
}

.apartment-genplan__card--active .apartment-genplan__card-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.apartment-genplan__card--active .apartment-genplan__card-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.apartment-genplan__chess {
    position: absolute;
    /*top: 80px;*/
    /*right: 65px;*/
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 1919px) {
    .apartment-genplan__chess {
        /*top: 64px;*/
        /*right: 64px;*/
    }
}

@media (max-width: 1439px) {
    .apartment-genplan__chess {
        /*top: 32px;*/
        /*right: 32px;*/
    }
}

.apartment-genplan__chess--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.apartment-genplan__chess-content {
    position: relative;
    background-color: #ffffff;
}

.apartment-genplan__chess-button {
    position: absolute;
    top: 0;
    left: -65px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: rgba(12, 12, 12, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.apartment-genplan__chess-button > svg path {
    stroke: #ffffff;
}

/* apartment-genplan end */

.apartment-genplan__chess {
    min-width: 560px;
}


.chess__nav {
    padding: 30px 30px 0 30px;
}

.chess__nav-tabs {
    border-bottom: none;
    gap: 16px;
    position: relative;
}

.chess__nav-tabs::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #e0e0e0;
    pointer-events: none;
}

.chess__nav-tabs > .chess__nav-link.active {
    background-color: transparent;
    border-color: transparent !important;
    color: var(--c-wine) !important;
    font-weight: 500 !important;
}

.chess__nav-tabs > .chess__nav-link.active::after {
    opacity: 1;
}

.chess__nav-tabs > .chess__nav-link {
    position: relative;
    margin: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #757575;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    padding-bottom: 16px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.chess__nav-tabs > .chess__nav-link:hover {
    color: var(--c-wine);
    border-color: transparent !important;
}

.chess__nav-tabs > .chess__nav-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--c-wine);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    pointer-events: none;
}

.chess__tab-content {
    padding: 13px 0 28px;
}

.chess__tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.chess__tab-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 32px;
    background-color: transparent;
    cursor: default;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.chess__tab-item:before {
    content: '';
    position: absolute;
    left: 11px;
    display: flex;
    height: 18px;
    width: 9px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='18' viewBox='0 0 9 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9L0.749999 17.6603L0.75 0.339745L9 9Z' fill='%23005A4E'/%3E%3C/svg%3E");
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.chess__tab-item__name {
    color: #0c0c0c;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    width: 68px;
}

.chess__tab-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 4px 0 0;
}

.chess__tab-item:hover {
    background-color: #C9F1EC;
}

.chess__tab-item:hover:before {
    opacity: 1;
}

.chess__tab-apartment {
    border: 1px solid var(--c-wine);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.chess__tab-item--unavailable .chess__tab-apartment {
    border-color: #C2C2C2;
}


.chess__tab-apartment > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chess__tab-apartment__value {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #0c0c0c;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.chess__tab-apartment__value > span {
    font-size: 11px;
    line-height: 18px;
    margin-top: 2px;
}

.chess__tab-apartment__tooltip {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 24px transparent;
    box-shadow: 0px 8px 24px transparent;
    z-index: 12;
    pointer-events: none;
    visibility: hidden;
    padding: 7px 8px 9px 16px;
    opacity: 0;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.chess__tab-apartment__tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -27px;
    border: 20px solid transparent;
    border-top: 20px solid #ffffff;
}

.chess__tab-apartment__tooltip-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
    color: #0c0c0c;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.chess__tab-apartment__tooltip-square {
    position: relative;
}

.chess__tab-apartment__tooltip-square::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -9px;
    background-color: #e0e0e0;
}

.chess__tab-apartment:hover {
    background-color: var(--c-wine);
}

.chess__tab-apartment:hover .chess__tab-apartment__value {
    color: #ffffff;
}

.chess__tab-apartment:hover .chess__tab-apartment__tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 8px 24px #D9D9D9;
    box-shadow: 0px 8px 24px #D9D9D9;
}

.tab__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
}

.nav-pills--news.nav-pills + * {
    margin-top: 48px;
}

@media (max-width: 1023px) {
    .nav-pills--news.nav-pills + * {
        margin-top: 32px;
    }
}

@media (max-width: 1439px) {
    .tab--header.tab {
        margin-top: 24px;
    }
}

@media (max-width: 1023px) {
    .tab--header.tab {
        margin-top: 16px;
    }
}

.tab--vertical.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (max-width: 1439px) {
    .tab--vertical.tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.tab--vertical.tab .tab-content {
    width: 100%;
    padding-left: 31px;
}

@media (max-width: 1439px) {
    .tab--vertical.tab .tab-content {
        padding-left: 0px;
        margin-top: 24px;
    }
}

.tab--vertical.tab .tab-select {
    min-width: 257px;
}

.tab--vertical.tab .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab--vertical.tab .nav-link {
    min-width: 300px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    background: transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.1s ease-in-out, color 0.4s ease-in-out;
}

@media (min-width: 0) {
    .tab--vertical.tab .nav-link {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .tab--vertical.tab .nav-link {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1024px) {
    .tab--vertical.tab .nav-link {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1440px) {
    .tab--vertical.tab .nav-link {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.tab--vertical.tab .nav-link__icon {
    fill: #ffffff;
    width: 15px;
    height: 24px;
    opacity: 0;
}

.tab--vertical.tab .nav-link.active {
    background: var(--c-wine);
}

.tab--vertical.tab .nav-link.active .nav-link__icon {
    opacity: 1;
}

.tab--vertical.tab .nav-link:hover {
    color: var(--c-wine);
    background: transparent;
    -webkit-transition: background 0.1s ease-in-out, color 0s ease-in-out;
    transition: background 0.1s ease-in-out, color 0s ease-in-out;
}

.tab--vertical.tab .nav-link.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.apartment-genplan__chess .new-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
    background: white;
    justify-content: center;
}

.new-preloader.show {
    display: flex;
}

@media (max-width: 1023px) {
    .section.section--genplan {
        padding: 80px 0 0 0;
    }
}

@media (max-width: 1023px) {
    /* .genplan{ */
    /*     overflow: scroll; */
    /* } */

    .apartment-genplan__tag > span{
        font-size: 16px;
        line-height: 20px;
    }

    .apartment-genplan__buildings-item{
        opacity: 0.5;
    }
}
/* End */


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

.section-benefits .swiper-navbar{
 display: none;
}

@media (max-width: 1439px) {
    .section-benefits .swiper {
        min-height: unset;
    }
}

@media (max-width: 1023px) {
    .section-benefits .section-header-wrap {
        gap: unset;
    }
    .section-benefits .swiper-navbar{
        display: flex;
       }
       
}

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

.swiper-slide-next .slide-zones{
    cursor: url('/upload/next.svg'), auto !important;
}

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

.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_aparts/components/bitrix/news.list/houses/style.css?17296809512946*/
.section-houses .container {
    position: relative;
}

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

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

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

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

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

.section-houses-item,
.section-houses .swiper-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.section-houses-item .button,
.section-houses .swiper-item .button {
    margin: 16px 0 0 0;
}

.section-houses-item h3,
.section-houses .swiper-item h3 {
    margin: 16px 0 0 0;
}

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

.section-houses-item img,
.section-houses .swiper-item img {
    max-width: 820px;
    max-height: 500px;
    object-fit: cover;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

@media (max-width: 1919px) {
    .section-houses .section-header {
        margin: 0 0 40px 0;
    }

    /* .section-houses-item img,
    .section-houses .swiper-item img {
        max-width: 600px;
        max-height: 400px;
    } */

    .section-houses-item .button,
    .section-houses .swiper-item .button {
        margin: unset;
    }

    .section-houses-item h3,
    .section-houses .swiper-item h3 {
        margin: 8px 0 0 0;
    }
}

@media (max-width: 1439px) {
    .section-houses-item,
    .section-houses .swiper-item {
        gap: 8px;
    }

    .section-houses-item .button,
    .section-houses .swiper-item .button {
        margin: 8px 0 0 0;
    }

    .section-houses-item img,
    .section-houses .swiper-item img {
        max-width: 456px;
        max-height: 300px;
    }
}

@media (max-width: 1023px) {
    .section-houses-item img, .section-houses .swiper-item img{
        max-width: unset;
        width: 100%;
    }
    .section-houses .swiper-navbar {
        position: initial;
        margin: 16px 0 0 0;
    }

    .section-houses-item img,
    .section-houses .swiper-item img {
        max-width: 100%;
        max-height: 250px;
    }

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

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

    .section-purchase-item,
    .section-purchase .swiper-item {
        height: unset;
    }

    .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: 8px 0 0 0;
    }

    .section-houses-item .button,
    .section-houses .swiper-item .button {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/kipreya_aparts/components/bitrix/news.list/news/style.css?17297588573084*/
.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);
}

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

.section-news .swiper-navbar{
    display: none;
}

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

@media (max-width: 1023px) {
    .section-news .swiper-navbar{
        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;
    }
}
/* Курсор для слайдов справа (вправо) */
.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;
    z-index: 10;
}
.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_aparts/components/bitrix/news.list/purchase/style.css?17072399601929*/
.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;
}

@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_aparts/components/bitrix/news.list/developer/style.css?16831687381387*/
.section-promo .section-header {
    margin: 0 0 48px 0;
}

.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 {
        display: flex;
        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_aparts/components/bitrix/form.result.new/promo/style.css?16983917252476*/
.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;
}
.success{
    max-width: 500px;
}
@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--form form {
    position: relative;
    z-index: 20;
}

.promo--form .form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 772px;
}

.promo--form .input-wrap {
    max-width: calc(50% - 16px);
}

.promo--form .input-wrap:nth-child(1) {
    margin: 0 32px 0 0;
}

.promo--form .p3 {
    color: var(--c-gray-medium);
    margin: 16px 0 0 0;
}

.promo--form a.link {
    color: var(--c-black);
    text-decoration: unset;
}

.promo.promo--form .button {
    max-width: 375px;
    width: 100%;
    background-color: var(--c-wine) !important;
    color: var(--c-white) !important;
}

.promo.promo--form .button:not(:disabled):hover {
    background-color: var(--c-dark-wine) !important;
}

@media (max-width: 1919px) {
    .promo--form .form-wrapper {
        max-width: 559px;
    }

    .promo.promo--form .button {
        max-width: 267px;
        margin: 24px 0 0 0;
    }

    .promo--form .p3 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 1439px) {
    .promo--form .form-wrapper {
        max-width: 504px;
    }

    .promo.promo--form .button {
        max-width: 194px;
    }

    .promo--form .p3 {
        margin: 24px 0 0 0;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 1023px) {
    .promo--form .form-wrapper {
        flex-direction: column;
        max-width: unset;
    }

    .promo--form .input-wrap {
        max-width: unset;
    }

    .promo--form .input-wrap:nth-child(1) {
        margin: 0 0 32px 0;
    }

    .promo.promo--form .button {
        max-width: 178px;
    }

    .promo--form .p3 {
        margin: 24px 0 162px 0;
    }
}

/* End */


/* Start:/local/templates/kipreya_aparts/components/bitrix/news.list/lives_slider/style.css?17297586953432*/
.section-lives{
    overflow: hidden;
}

.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: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.item--wide .section-lives-image img {
    max-width: 1672px;
}

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

.section-lives .swiper-navbar{
    display: none;
}

@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 .swiper-navbar{
        display: flex;
    }

    .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%;
    }
}
.swiper.swiper--purchase{
    min-height: unset;
    overflow: hidden;
}


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


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

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

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

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


/* Start:/local/templates/kipreya_aparts/components/bitrix/form.result.new/presentation-modal/style.css?17169733823115*/
.section-info--feedback {
    padding: 0 0 34px 0;
}

.section-feedback .section__description {
    max-width: 426px;
    opacity: 1;
}

.section-feedback .section__title {
    margin: 0 0 24px 0;
}

.section-feedback-form,
.section-feedback-form form {
    height: 100%;
}

.section-feedback-form .success-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.section-feedback-form .success {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.section-feedback-form .form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}

.section-feedback-form .f-input__wrapper:nth-child(1),
.section-feedback-form .f-input__wrapper:nth-child(2) {
    width: calc(50% - 15px);
}

.section-feedback-form .f-input__wrapper:nth-child(2) {
    margin: 0 0 0 auto;
}

.section-feedback-form .f-input__wrapper:nth-child(3) {
    width: 100%;
    margin: 50px 0 0 0;
}

.section-feedback-form form .button {
    margin: 24px 30px 0 0;
}

.section-feedback-form form .form__privacy {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--c-grey);
    max-width: 278px;
    margin: 24px 0 0 0;
    align-self: center;
}

.section-feedback-form form .form__privacy * {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--c-grey);
    border-color: var(--c-grey);
}

@media (max-width: 1919px) {
    .section-feedback-form .f-input__wrapper:nth-child(3) {
        margin: 66px 0 0 0;
    }

    .section-feedback-form form .button {
        margin: 30px 30px 0 0;
    }

    .section-feedback-form form .form__privacy {
        margin: 30px 0 0 0;
    }

    .section-feedback-form .form-wrapper {
        margin: 27px 0 0 0;
    }
}

@media (max-width: 1439px) {
    .section-feedback-form .f-input__wrapper:nth-child(1),
    .section-feedback-form .f-input__wrapper:nth-child(2) {
        width: calc(50% - 12px);
    }

    .section-feedback-form .f-input__wrapper:nth-child(3) {
        margin: 64px 0 0 0;
    }

    .section-feedback-form form .form__privacy,
    .section-feedback-form form .form__privacy * {
        font-size: 14px;
        line-height: 18px;
    }

    .section-feedback-form form .form__privacy {
        margin: 40px 0 0 0;
    }

    .section-feedback-form form .button {
        margin: 40px 24px 0 0;
    }
}

@media (max-width: 1023px) {
    .section-feedback .section__title {
        margin: 0;
    }

    .section-feedback-form .form-wrapper {
        margin: 16px 0 0 0;
    }

    .section-feedback-form .f-input__wrapper:nth-child(3) {
        margin: 36px 0 0 0;
    }

    .section-feedback-form form .button {
        margin: 16px 16px 0 0;
    }

    .section-feedback-form form .form__privacy {
        margin: 8px 0 0 0;
    }
}
.text-decoration-underline{
    text-decoration: underline;
}
.modal-centered .success-wrapper svg{
    margin-left: auto;
    margin-right: auto;
}
.modal-centered .success-wrapper .p2{
   text-align: center;
}
/* End */


/* Start:/local/templates/kipreya_aparts/components/bitrix/form.result.new/callback-modal-timeout/style.css?17072389193903*/
.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: -45px;
    right: -45px;
    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_aparts/components/bitrix/news.list/banner_new/style.css?17123102904786 */
/* /local/templates/kipreya_aparts/components/bitrix/news.list/about_form/style.css?17169733572271 */
/* /local/templates/kipreya_aparts/components/bitrix/news.list/genplan-buildings/style.css?171256883319277 */
/* /local/templates/kipreya_aparts/components/bitrix/news.list/benefits/style.css?17393751271659 */
/* /local/templates/kipreya_aparts/components/bitrix/news.list/houses/style.css?17296809512946 */
/* /local/templates/kipreya_aparts/components/bitrix/news.list/news/style.css?17297588573084 */
/* /local/templates/kipreya_aparts/components/bitrix/news.list/purchase/style.css?17072399601929 */
/* /local/templates/kipreya_aparts/components/bitrix/news.list/developer/style.css?16831687381387 */
/* /local/templates/kipreya_aparts/components/bitrix/form.result.new/promo/style.css?16983917252476 */
/* /local/templates/kipreya_aparts/components/bitrix/news.list/lives_slider/style.css?17297586953432 */
/* /local/templates/kipreya_aparts/components/bitrix/form.result.new/presentation-modal/style.css?17169733823115 */
/* /local/templates/kipreya_aparts/components/bitrix/form.result.new/callback-modal-timeout/style.css?17072389193903 */
