

/* Start:/bitrix/templates/pplk/components/bitrix/breadcrumb/catalog_element_2025_breadcrumb/style.css?17664819331592*/
.breadcrumbs {
    background: #F4EFEC;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.breadcrumbs__container {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 1420px;
    width: 100%;
    flex-shrink: 0;
    padding: 40px 20px;
}

.breadcrumbs__link {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: rgba(49, 29, 18, 0.6);
    white-space: nowrap;
    text-decoration: none;
    flex-shrink: 0;
}

.breadcrumbs__link:hover {
    color: #311D12;
    text-decoration: underline;
}

.breadcrumbs__separator {
    width: 1px;
    height: 11px;
    background: rgba(49, 29, 18, 0.6);
    flex-shrink: 0;
}

.breadcrumbs__current {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #311D12;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Адаптивные брейкпоинты */

/* 1200px and down */
@media (max-width: 1200px) {
    .breadcrumbs__container {
        max-width: 1160px;
    }
}

/* 990px and down */
@media (max-width: 990px) {
    .breadcrumbs {
        align-items: flex-start;
    }

    .breadcrumbs__container {
        max-width: none;
    }
}

/* 768px and down */
@media (max-width: 768px) {
    .breadcrumbs__container {
        padding: 20px;
    }

    .breadcrumbs__link,
    .breadcrumbs__current {
        font-size: 12px;
    }
}

/* 390px and down */
@media (max-width: 390px) {
    /* All styles inherited from 768px */
}


/* End */


/* Start:/bitrix/templates/pplk/components/bitrix/news.detail/catalog_element_2025/style.css?1766481933139864*/
.body .catalog__detail_home_new{
    margin: 0 auto;
    padding: 0;
    max-width: 1460px;
}
.body .catalog__detail_home_new_padding{
    margin-top: 100px;
}
.catalog__detail_home_new_back{
    background: #F4EFEC;
}
.sticly_block_l .about {
    max-width: 1460px;
    margin: 0 auto;
    padding: 120px 20px 80px;
    background-color: #ffffff;
}

.about__frame {
    width: min(920px, 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}

.about__title {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #311d12;
    max-width: 939px;
}

.about__content {
    width: min(920px, 100%);
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.about__texts {
    width: 440px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about__text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #311d12;
}

.about__subtitle {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.about__description {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #311d12;
}

.about__photo {
    width: 440px;
    height: 420.8px;
    flex: 0 0 auto;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

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

.about__plates {
    width: min(920px, 100%);
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.about__half {
    width: calc(100%/2 - 20px/2);
    flex: 0 0 auto;
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.about__plate {
    width: calc(100%/2 - 20px/2);
    flex: 0 0 auto;
    min-height: 180px;
    border-radius: 28px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about__plate--brown {
    background-color: #9c8068;
    color: #ffffff;
}

.about__plate--sand {
    background-color: #f4efec;
    color: #311d12;
}

.about__plate--mint {
    background-color: #ceecd8;
    color: #311d12;
}

.about__stat {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.about__stat-description {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
}

.about__text {
    width: min(920px, 100%);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about__faq {
    color: #311d12;
}
.about .about__title{
    margin: 0;
}
.about__faq-text {
    max-height: 70px;
    background-image: url("/upload/image/c7080856dfec77153594db2a71f648356649335d.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
    .about__faq-text {
        color: transparent;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

.about__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #311d12;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.about__button img {
    width: 20px;
    height: 20px;
}
@media (max-width: 1484px) {
    .breadcrumbs:before, .first-screen:before, .plans:before, .configurations:before, .foundation:before, .logos:before, .promotion:before {
        left: 0!important;
        width: 100%!important;
        transform: none!important;
    }
    .foundation:before, .plans:before{
        width: 100vw!important;
    }
}
@media (max-width: 1200px) {
    .breadcrumbs:before, .first-screen:before, .plans:before, .configurations:before, .foundation:before, .logos:before, .promotion:before{
        left: 0;
        width: 100%;
    }
    .catalog__detail_home_new{
        width: 100%;
    }
    .about__frame {
        width: min(747px, 100%);
    }

    .about__plates {
        flex-direction: column;
        width: 100%;
    }

    .about__half {
        max-width: 100%;
        width: 100%;
    }

    .about__faq-text {
    /*    background-image: url("/bitrix/templates/pplk/components/bitrix/news.detail/catalog_element_2025/../assets/about-text-gradient-1200.png");*/
    }

    .about__content {
        width: min(747px, 100%);
    }

    .about__texts {
        width: 353.5px;
    }

    .about__photo {
        width: 353.5px;
        height: 338.06px;
    }

    .about__text {
        width: min(747px, 100%);
    }
    .about__texts,
    .about__photo {
        width: calc(100%/2 - 40px/2);
    }
}

@media (max-width: 990px) {
    .about__frame {
        width: min(950px, 100%);
    }

    .about__title {
        max-width: 950px;
    }

    .about__content {
        width: min(950px, 100%);
        flex-direction: row;
    }

    .about__texts,
    .about__photo {
        width: calc(100%/2 - 40px/2);
    }

    .about__photo {
        height: 435px;
    }

    .about__plates {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .about__text {
        width: min(950px, 100%);
    }

    .about__faq-text {
       /* background-image: url("/bitrix/templates/pplk/components/bitrix/news.detail/catalog_element_2025/../assets/about-text-gradient-1200.png");*/
    }
}

@media (max-width: 768px) {
    .about__frame{
        gap: 20px;
    }
    .sticly_block_l .about {
        padding: 60px 16px 40px;
    }

    .about__frame,
    .about__content,
    .about__texts,
    .about__photo,
    .about__plates,
    .about__text {
        width: 100%;
    }

    .about__title {
        font-size: 28px;
        letter-spacing: -0.04em;
    }

    .about__content {
        flex-direction: column;
        gap: 40px;
    }

    .about__texts {
        gap: 20px;
    }

    .about__text-block {
        gap: 12px;
    }

    .about__subtitle {
        font-family: "Wix Madefor Text", sans-serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.02em;
    }

    .about__description {
        font-size: 14px;
        line-height: 20px;
    }

    .about__photo {
        height: auto;
    }

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

    .about__half {
        width: 100%;
        display: flex;
        gap: 20px;
    }

    .about__plate {
        width: calc(100%/2 - 20px/2);
        flex: none;
        min-height: 140px;
        padding: 24px 16px;
    }

    .about__stat {
        font-family: "Wix Madefor Text", sans-serif;
        font-size: 24px;
        line-height: 1.2;
    }

    .about__stat-description {
        font-size: 16px;
        line-height: 1.35;
    }

    .about__faq-text {
       /* background-image: url("/bitrix/templates/pplk/components/bitrix/news.detail/catalog_element_2025/../assets/about-text-gradient-1200.png");*/
        font-size: 14px;
        line-height: 20px;
    }

    .about__button {
        font-size: 14px;
        line-height: 20px;
    }

}

@media (max-width: 500px) {
    .foundation__column{
        flex-direction: column;
    }
    .company-advantages__card{
        width: 100%;
    }
    .foundation__column .foundation__card{
        width: 100%;
    }
    .company-advantages__columns .company-advantages__column{
        flex-direction: column;
    }
}
@media (max-width: 390px) {
    .sticly_block_l .about {
        padding: 60px 16px 40px;
    }

    .about__frame,
    .about__content,
    .about__texts,
    .about__photo,
    .about__plates,
    .about__text {
        width: min(358px, 100%);
    }

    .about__title {
        font-size: 28px;
        letter-spacing: -0.04em;
    }

    .about__content {
        gap: 40px;
    }

    .about__photo {
        height: 342px;
    }

    .about__plates {
        gap: 20px;
    }

    .about__half {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .about__plate {
        width: calc(100%/2 - 20px/2);
        min-height: 140px;
        padding: 24px 16px;
    }

    .about__faq-text {
    /*    background-image: url("/bitrix/templates/pplk/components/bitrix/news.detail/catalog_element_2025/../assets/about-text-gradient-1200.png");*/
    }
}


/* ===================================
   COMPANY ADVANTAGES SECTION - BASE (1460px)
   =================================== */

.company-advantages {
    display: flex;
    justify-content: flex-start;
    padding: 80px 20px 120px;
    background: #FFFFFF;
}

.company-advantages__frame {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 920px;
}

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

.company-advantages__title {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311D12;
}

.company-advantages__columns {
    display: flex;
    gap: 20px;
}

.company-advantages__column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.company-advantages__indent {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.company-advantages__indent--top-40 {
    padding-top: 40px;
}

.company-advantages__indent--top-80 {
    padding-top: 80px;
}

.company-advantages__card {
    display: flex;
    flex-direction: column;
    /*gap: 47px;*/
    padding: 28px;
    min-height: 246px;
    border-radius: 28px;
    background: #311D12;
    color: #FFFFFF;
    box-sizing: border-box;
    justify-content: space-between;
}

.company-advantages__card--brown {
    background: #9C8068;
}

.company-advantages__card--mint {
    background: #CDECD8;
    color: #311D12;
}

.company-advantages__icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.company-advantages__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.company-advantages__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.company-advantages__card-title {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
}

.company-advantages__card-description {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
}

/* ===================================
   MEDIA QUERIES
   =================================== */

@media (max-width: 1200px) {
    .company-advantages__frame {
        max-width: 747px;
    }

    .company-advantages__columns {
        gap: 20px;
    }
    .company-advantages__column {
        gap: 20px;
        width: calc(100%/3 - 40px/3);
    }
}

@media (max-width: 990px) {
    .company-advantages__frame {
        max-width: 950px;
    }
}

@media (max-width: 989px) {
    .company-advantages {
        padding: 40px 16px 60px;
    }

    .company-advantages__frame {
        max-width: 736px;
        gap: 20px;
    }

    .company-advantages__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .company-advantages__columns {
        flex-direction: column;
        gap: 20px;
    }

    .company-advantages__column {
        flex-direction: row;
        gap: 20px;
        width: 100%;
    }

    .company-advantages__indent,
    .company-advantages__indent--top-40,
    .company-advantages__indent--top-80 {
        padding-top: 0;
        display: flex;
        flex: 1;
    }

    .company-advantages__card,
    .company-advantages__indent .company-advantages__card {
        min-height: 160px;
        padding: 24px 16px;
        flex: 1;
    }

    .company-advantages__card-title {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .company-advantages__card-description {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .company-advantages__card{
        gap: 24px;
    }
}

@media (max-width: 390px) {
    .company-advantages__frame {
        max-width: 358px;
    }

    .company-advantages__column {
        flex-direction: column;
    }

    .company-advantages__card {
        min-height: 160px;
    }
}


/* ===================================
   CONFIGURATIONS SECTION - BASE (1460px)
   =================================== */

.configurations {
    display: flex;
    justify-content: flex-start;
    padding: 80px 20px;
}

.configurations__frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 920px;
    gap: 40px;
}

.configurations__title-block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    width: 100%;
}

.configurations__title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311D12;
}

/* === TABLE === */

.configurations__table {
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #FFFFFF;
}

.configurations__table-grid {
    width: 100%;
    border-collapse: collapse;
}

.configurations__table-grid th,
.configurations__table-grid td {
    padding: 20px;
    border-bottom: 1px solid rgba(49, 29, 18, 0.2);
    text-align: left;
    vertical-align: top;
}

.configurations__table-grid thead tr {
    position: relative;
}

.configurations__table-grid thead th {
    vertical-align: middle;
    background: #EAD9CE;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.96px;
    color: #311D12;
    text-transform: uppercase;
    padding: 16px 20px;
}

.configurations__heading-with-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.configurations__heading-with-badge span:first-child {
    white-space: nowrap;
}

.configurations__table-grid thead th:first-child {
    width: 30%;
    border-top-left-radius: 28px;
}

.configurations__table-grid thead th:last-child {
    border-top-right-radius: 28px;
}



.configurations__table-grid tbody th {
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #311D12;
    width: 30%;
}

.configurations__table-grid tbody td {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #311D12;
}

.configurations__table-grid tbody tr:last-child th,
.configurations__table-grid tbody tr:last-child td {
    border-bottom: none;
    padding-bottom: 28px;
}

.configurations__tables-mobile {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.configurations__table-mobile {
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    border: 1px solid rgba(49, 29, 18, 0.2);
    background: #FFFFFF;
    overflow: hidden;
}

.configurations__table-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 20px;
    background: #EAD8CE;
}

.configurations__table-mobile-title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #311D12;
    margin: 0;
}

.configurations__table-mobile-list {
    display: flex;
    flex-direction: column;
}

.configurations__table-mobile-row {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 12px 20px;
}

.configurations__table-mobile-row + .configurations__table-mobile-row {
    border-top: 1px solid rgba(49, 29, 18, 0.2);
}

.configurations__table-mobile-row dt,
.configurations__table-mobile-row dd {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #311D12;
    margin: 0;
}

.configurations__table-mobile-row dt {
    font-weight: 600;
    flex: 0 0 50%;
}

.configurations__table-mobile-row dd {
    font-weight: 400;
    flex: 1;
}

.configurations__table-mobile-value--emphasis {
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 600!important;
}

.configurations__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    border-radius: 42px;
    background: linear-gradient(90deg, #044BFF 0%, #4CBAFF 100%);
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.96px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.configurations__cell--emphasis {
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 600!important;
    font-size: 15px;
    line-height: 1.2;
    color: #311D12;
}

/* === CTA === */

.configurations__cta {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 20px 28px;
    border-radius: 20px;
    background: #EAD8CE;
    overflow: hidden;
}

.configurations__cta-text {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 864px;
    max-width: 100%;
    min-height: 64px;
}

.configurations__cta-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 575px;
    position: relative;
    z-index: 1;
}

.configurations__cta-heading {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #311D12;
}

.configurations__cta-image {
    position: absolute;
    left: 329px;
    top: -67.82px;
    width: 286px;
    height: 215px;
    flex-shrink: 0;
    z-index: 0;
    pointer-events: none;
}

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

.configurations__cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 269px;
    height: 64px;
    padding: 20px 28px;
    border-radius: 156px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.configurations__cta-button span {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: #311D12;
    white-space: nowrap;
}

.configurations__cta-button:hover,
.configurations__cta-button:focus-visible {
    background: rgba(255, 255, 255, 0.9);
    outline: none;
}

/* ===================================
   MEDIA QUERIES - TO BE IMPLEMENTED AFTER BASE APPROVAL
   =================================== */

@media (max-width: 1200px) {
    .configurations__frame {
        max-width: 747px;
    }

    .configurations__cell {
        flex: 0 0 186.75px;
    }

    .configurations__cta-text {
        width: 691px;
    }
}

@media (max-width: 990px) {
    .configurations__frame {
        max-width: 950px;
    }

    .configurations__cell {
        flex: 0 0 237.5px;
    }

    .configurations__cta-text {
        width: 894px;
    }
}

@media (max-width: 768px) {
    .configurations {
        padding: 40px 16px;
    }

    .configurations__frame {
        max-width: 736px;
        gap: 20px;
        align-items: stretch;
    }

    .configurations__title-block {
        gap: 20px;
    }

    .configurations__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .configurations__table {
        display: none;
    }

    .configurations__tables-mobile {
        display: flex;
    }

    .configurations__cta {
        padding: 24px 16px;
        gap: 20px;
    }

    .configurations__cta-text {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        width: 100%;
    }

    .configurations__cta-top {
        width: 100%;
    }

    .configurations__cta-heading {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .configurations__cta-image {
        display: none;
    }

    .configurations__cta-button {
        width: 100%;
        height: auto;
        padding: 16px 24px;
    }

    .configurations__cta-button span {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
}

.excursion_back{
 /*   background-image: url('/upload/image/excursion.jpg');*/
    background-size: cover;
    background-position: center;
}
.excursion_back:before{
    left: calc(0px - (100vw - 1460px)/2);
    top: 0;
    position: absolute;
    background-image: url('/upload/image/excursion.jpg');
    background-size: cover;
    background-position: center;
    content: '';
    width: 100vw;
    height: 100%;
}
.excursion {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 120px 20px;
}

.excursion__frame {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 580px;
    padding: 40px 28px;
    border-radius: 28px;
    background: #FFFFFF;
}

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

.excursion__title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311D12;
}

.excursion__description {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #311D12;
}

.excursion__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.excursion__field {
    flex-direction: column;
    display: flex;
    width: 100%;
}

.excursion__input,
.excursion__textarea {
    width: 100%;
    padding: 20px 24px;
    border-radius: 16px;
    border: 1px solid rgba(49, 29, 18, 0.2);
    background: #FFFFFF;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 18px;
    line-height: 24.3px;
    color: #311D12;
}

.excursion__textarea {
    min-height: 128px;
    resize: vertical;
}

.excursion__input::placeholder,
.excursion__textarea::placeholder {
    color: rgba(49, 29, 18, 0.6);
}

.excursion__checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #311D12;
}

.excursion__checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.excursion__checkbox-box {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #FFFFFF;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, background-image 0.2s ease;
    background-position: center;
    background-repeat: no-repeat;
}

 .excursion__checkbox-box {
    border-color: rgba(49, 29, 18, 0.2);
}

.excursion__checkbox input:focus-visible + .excursion__checkbox-box {
    border-color: rgba(49, 29, 18, 0.4);
    box-shadow: 0 0 0 3px rgba(255, 51, 59, 0.2);
}

.excursion__checkbox input:checked + .excursion__checkbox-box {
    border-color: #FF333B;
    background-color: #FFFFFF;
    background-image: url("/upload/image/checkbox-check.svg");
    background-size: 14px 14px;
}
.sticly_block{
    display: flex;
    gap: 20px;
}
.excursion__checkbox-label {
  /*  display: inline-flex;*/
    flex-wrap: wrap;
    gap: 4px;
    color: #311D12;
}

.excursion__checkbox-label a {
    color: #311D12;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-position: from-font;
}

.excursion__button {
    display: flex;
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 156px;
    background: #FF3340;
    color: #FFFFFF;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    cursor: pointer;
    transition: opacity 0.2s ease;
    align-items: center;
    justify-content: center;
}

.excursion__button:hover {
    opacity: 0.9;
}

@media (max-width: 889px) {
    .excursion {
        justify-content: center;
        padding: 80px 20px;
    }

}
@media (max-width: 989px) {
    .excursion__frame {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .excursion__checkbox-label, .feedback__consent-text{
        width: calc(100% - 42px);
    }
    .excursion {
        padding: 60px 16px;
    }

    .excursion__frame {
        padding: 32px 20px;
        gap: 24px;
    }

    .excursion__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .excursion__description {
        font-size: 16px;
        line-height: 21.6px;
    }

    .excursion__input,
    .excursion__textarea {
        font-size: 18px;
        line-height: 24.3px;
    }
    .excursion__checkbox{
        align-items: flex-start;
    }
}

@media (max-width: 390px) {
    .excursion {
        padding: 60px 16px;
    }

    .excursion__frame {
        padding: 32px 16px;
    }

    .excursion__form {
        gap: 12px;
    }

    .excursion__input,
    .excursion__textarea {
        font-size: 16px;
        line-height: 21.6px;
        padding: 16px 20px;
    }

    .excursion__textarea {
        min-height: 116px;
    }

    .excursion__checkbox {
        font-size: 13px;
        line-height: 16px;
    }

    .excursion__checkbox-box {
        width: 20px;
        height: 20px;
    }

    .excursion__button {
        height: 56px;
        font-size: 16px;
        line-height: 21px;
    }
}

.faq {
    display: flex;
    justify-content: flex-start;
    padding: 80px 20px 120px;
    background: #FFFFFF;
}

.faq__frame {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 920px;
    gap: 40px;
}

.faq__title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311D12;
}

.faq__note {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    background: linear-gradient(180deg, #311D12 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    max-width: 920px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 28px;
}

.faq__item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
}

.faq__question-text {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #311D12;
}

.faq__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F4EFEC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    transition: background-color 0.2s ease;
}

.faq__icon img {
    padding: 10px;
    width: 44px;
    height: 44px;
    position: absolute;
    inset: 0;
    margin: auto;
}

.faq__icon-plus {
    display: block;
}

.faq__icon-minus {
    display: none;
}

.faq__item--expanded .faq__icon-plus {
    display: none;
}

.faq__item--expanded .faq__icon-minus {
    display: block;
}


.faq__question:hover .faq__icon {
    background: #E0D3C9;
}

.faq__question:hover .faq__icon--beige {
    background: #D6C3B9;
}

.faq__answer {
    margin-top: 20px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: rgba(49, 29, 18, 0.85);
    display: none;
}

.faq__answer p {
    margin: 0;
}

.faq__divider {
    width: 100%;
    height: 1px;
    background: rgba(49, 29, 18, 0.2);
}

.faq__item--expanded .faq__answer {
    display: block;
}

@media (max-width: 1200px) {
    .faq__frame {
        max-width: 747px;
        gap: 32px;
    }

    .faq__title {
        font-size: 44px;
        line-height: 52.8px;
    }
}

@media (max-width: 990px) {
    .faq {
        padding: 80px 20px 120px;
    }

    .faq__frame {
        max-width: 950px;
    }
}

@media (max-width: 768px) {
    .faq__question:hover .faq__icon--beige{
        background: #F4EFEC;
    }
    .faq {
        padding: 60px 16px;
    }

    .faq__frame {
        max-width: 728px;
        gap: 32px;
    }

    .faq__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .faq__question-text {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }
}

@media (max-width: 390px) {
    .faq {
        padding: 40px 20px 60px;
    }

    .faq__frame {
        max-width: 350px;
    }

    .faq__title {
        font-size: 28px;
        line-height: 33.6px;
    }

    .faq__note {
        font-size: 16px;
        line-height: 21.6px;
    }

    .faq__question-text {
        font-size: 18px;
        line-height: 24.3px;
        letter-spacing: -0.36px;
    }

    .faq__icon {
        width: 36px;
        height: 36px;
    }

    .faq__icon img {
        width: 36px;
        height: 36px;
    }
}



.feedback {
    background: none!important;
    display: flex;
    justify-content: center;
    padding: 120px 20px;
}


.feedback__frame {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

.feedback__card {
    display: flex;
    align-items: center;
    gap: 60px;
}

.feedback_back .feedback__text,
.feedback_back .feedback__form {
    width: calc(100%/2 - 30px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.feedback_back .feedback__text {
    gap: 28px;
    align-items: flex-start;
}

.feedback__label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 28px;
    padding: 8px 16px;
    border-radius: 42px;
    background: linear-gradient(104deg, #faf5f2 0.26%, #eddcd1 99.74%);
    align-self: flex-start;
    width: 370px;
    max-width: 100%;
    flex-shrink: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #ff333b;
}

.feedback__title {
    text-align: left;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -1.2px;
    color: #311d12;
}

.feedback__description {
    text-align: left;
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #311d12;
}

.feedback__form {
    gap: 16px;
}

.feedback__field {
    display: block;
    width: 100%;
}

.feedback__input,
.feedback__textarea {
    width: 100%;
    border: none;
    border-radius: 16px;
    background: #ffffff;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #311d12;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.feedback__input {
    height: 64px;
    padding: 20px 24px;
}

.feedback__textarea {
    min-height: 128px;
    padding: 20px 24px;
    resize: none;
}

.feedback__input::placeholder,
.feedback__textarea::placeholder {
    color: rgba(49, 29, 18, 0.6);
}

.feedback__input:focus-visible,
.feedback__textarea:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(49, 29, 18, 0.2);
}

.feedback__consent {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: rgba(49, 29, 18, 0.85);
}

.feedback__consent-text {
     flex-wrap: wrap;
    gap: 4px;
    color: #311D12;
}

.feedback__consent-link {
    color: #311D12;
    text-decoration: underline;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration-thickness: 1px;
}

.feedback__consent-link:hover {
    text-decoration-thickness: 2px;
}

.feedback__consent-input {
    position: absolute;
    opacity: 0;
}

.feedback__consent-box {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    background-position: center;
    background-repeat: no-repeat;
}

.feedback__consent-input:focus-visible + .feedback__consent-box {
    box-shadow: 0 0 0 3px rgba(255, 51, 59, 0.35);
}

.feedback__consent:hover .feedback__consent-box {
    border-color: rgba(49, 29, 18, 0.2);
}

.feedback__consent-input:focus-visible + .feedback__consent-box {
    border-color: rgba(49, 29, 18, 0.4);
}

.feedback__consent-input:checked + .feedback__consent-box {
    border-color: #ff333b;
    background-color: #ffffff;
    background-image: url("/upload/image/checkbox-check.svg");
    background-size: 12px 12px;
}

.feedback__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 156px;
    background: #ff3340;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.feedback__button:hover {
    background: #ff4f54;
}

.feedback__button:active {
    background: #cc1f27;
    transform: translateY(1px);
}

.feedback__button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6);
}

.feedback__button:disabled {
    background: rgba(255, 51, 59, 0.4);
    cursor: not-allowed;
}

@media (max-width: 1200px) {
    .feedback__frame {
        max-width: 1160px;
    }

    .feedback__card {
        gap: 60px;
    }

    .feedback_back .feedback__text,
    .feedback_back .feedback__form {
        width: 550px;
        max-width: 100%;
        flex: 0 0 550px;
    }
}

@media (max-width: 990px) {
    .feedback {
        padding: 133px 20px;
    }

    .feedback__frame {
        max-width: 990px;
    }

    .feedback__card {
        gap: 20px;
    }

    .feedback_back .feedback__text,
    .feedback_back .feedback__form {
        width: 465px;
        max-width: 100%;
        flex: 0 0 465px;
    }
}

@media (max-width: 989px) {

    .feedback {
        padding: 60px 16px;
    }

    .feedback__frame {
        max-width: 100%;
    }

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

    .feedback_back .feedback__text,
    .feedback__form {
        width: 100%!important;
        max-width: 100%;
        flex: none;
    }

    .feedback_back .feedback__text {
        gap: 20px;
    }

    .feedback__title {
        font-family: 'Wix Madefor Display', sans-serif;
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .feedback__description {
        font-size: 16px;
        line-height: 21.6px;
    }

    .feedback__input {
        height: 52px;
        padding: 16px 24px;
    }

    .feedback__textarea {
        min-height: 104px;
        padding: 16px 24px;
    }

    .feedback__button {
        height: 52px;
        padding: 16px 24px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
}

@media (min-width: 1000px) {
    .header{
        z-index: 10!important;
    }
}
@media (max-width: 767px) {
    .feedback__label {
        max-width: 210px;
        line-height: 16px; /* 133.333% */
        letter-spacing: 0.96px;
    }
}
@media (max-width: 390px) {
    .feedback__frame {
        max-width: 358px;
    }

    .feedback_back .feedback__text {
        gap: 20px;
    }

    .feedback__label {
        min-height: 48px;
        justify-content: center;
        text-align: center;
    }

    .feedback__title {
        font-size: 28px;
        line-height: 33.6px;
    }

    .feedback__description {
        font-size: 16px;
        line-height: 21.6px;
    }

    .feedback__consent {
        align-items: flex-start;
    }
}




/* ===================================
   First Screen Section - 1460px and up
   =================================== */

.first-screen {
    background: #F4EFEC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Main Container */
.first-screen__main-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 1420px;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-width: 0;
}

/* ===== GALLERY ===== */

.first-screen__gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 920px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-width: 0;
}

/* Bg (Main Image) */
.first-screen__bg {
    position: relative;
    width: 100%;
    max-width: 920px;
    aspect-ratio: 889 / 501;
    border-radius: 28px;
    overflow: hidden;
    flex-shrink: 0;
}

.first-screen__bg > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

/* По умолчанию показываем изображение с классом --active */
.first-screen__bg-image--active:not(.active) {
    opacity: 1 !important;
    z-index: 2;
}

/* Переключение главного изображения при клике на миниатюры - через JavaScript */
.first-screen__bg-image.active {
    opacity: 1 !important;
    z-index: 2;
}

/* Скрываем неактивные изображения (если есть активное через JS) */
.first-screen__bg:has(.first-screen__bg-image.active) .first-screen__bg-image:not(.active) {
    opacity: 0;
    display: none;
    z-index: 1;
}

/* Fallback для браузеров без поддержки :has() */
.first-screen__bg-image:not(.active):not(.first-screen__bg-image--active) {
    opacity: 0;
    z-index: 1;
}

/* Переключение миниатюр - управляется через JavaScript */

/* Selector - two versions: desktop (inside bg) and mobile (outside bg) */

/* Mobile selector - hidden by default */
.first-screen__selector--mobile {
    display: none;
}

/* Desktop selector - inside bg, absolute positioned */
.first-screen__selector--desktop {
    position: absolute;
    top: 28px;
    right: 28px;
    display: flex;
    gap: 16px;
    align-items: center;
    z-index: 2;
}

.first-screen__view-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.first-screen__selector-btn {
    text-align: center;
    background: #EAD9CE;
    border: none;
    border-radius: 16px;
    padding: 14px 24px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
    color: #311D12;
    cursor: pointer;
    white-space: nowrap;
}

.first-screen__selector-btn--active {
    background: #311D12;
    color: #FFFFFF;
    font-weight: 600;
}

#first-screen-view-3d:checked ~ .first-screen__selector--mobile label[for="first-screen-view-3d"],
#first-screen-view-3d:checked ~ .first-screen__bg .first-screen__selector--desktop label[for="first-screen-view-3d"],
#first-screen-view-photo:checked ~ .first-screen__selector--mobile label[for="first-screen-view-photo"],
#first-screen-view-photo:checked ~ .first-screen__bg .first-screen__selector--desktop label[for="first-screen-view-photo"] {
    background: #311D12;
    color: #FFFFFF;
    font-weight: 600;
}

#first-screen-view-3d:checked ~ .first-screen__selector--mobile label[for="first-screen-view-photo"],
#first-screen-view-3d:checked ~ .first-screen__bg .first-screen__selector--desktop label[for="first-screen-view-photo"],
#first-screen-view-photo:checked ~ .first-screen__selector--mobile label[for="first-screen-view-3d"],
#first-screen-view-photo:checked ~ .first-screen__bg .first-screen__selector--desktop label[for="first-screen-view-3d"] {
    background: #EAD9CE;
    color: #311D12;
    font-weight: 400;
}

/* Badges */
.first-screen__badges {
    position: absolute;
    bottom: 28px;
    right: 28px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.first-screen__badge {
    padding: 8px 16px;
    border-radius: 42px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.first-screen__badge--new {
    background: linear-gradient(90deg, #044BFF 0%, #4CBAFF 100%);
    z-index: 3;
}

.first-screen__badge--hit {
    background: linear-gradient(90deg, #EB1C24 0%, #FF7B69 100%);
    z-index: 3;
}

/* Preview */
.first-screen__preview {
    display: flex;
    gap: 4px;
    align-items: center;
    width: 100%;
    max-width: 820px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-shrink: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(156, 128, 104, 0.3) transparent;
}

.first-screen__preview::-webkit-scrollbar {
    height: 4px;
}

.first-screen__preview::-webkit-scrollbar-track {
    background: transparent;
}

.first-screen__preview::-webkit-scrollbar-thumb {
    background-color: rgba(156, 128, 104, 0.3);
    border-radius: 2px;
}

.first-screen__preview::-webkit-scrollbar-thumb:hover {
    background-color: rgba(156, 128, 104, 0.5);
}

.first-screen__image {
    margin-bottom: 0;
    display: flex;
    padding: 8px;
    border-radius: 12px;
    border: 2px solid transparent;
    box-sizing: border-box;
    flex-shrink: 0;
    cursor: pointer;
    transition: border-color 0.3s;
}

.first-screen__thumb-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.first-screen__thumb-radio:checked + .first-screen__image {
    border-color: #9C8068;
}

.first-screen__img {
    width: 91px;
    height: 91px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.first-screen__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Slider (hidden by default, shown on mobile) */
.first-screen__slider {
    display: none;
}

.first-screen__dot {
    width: 4px;
    height: 4px;
    border-radius: 20px;
    background: rgba(49, 29, 18, 0.2);
}

.first-screen__dot--active {
    width: 8px;
    height: 8px;
    background: #311D12;
}

/* ===== CONTAINER (Info Panel) ===== */

.first-screen__container {
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    flex-shrink: 1;
    min-width: 0;
}

/* Text */
.first-screen__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #311D12;
}

.first-screen__text .first-screen__title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -1.32px;
    color: #311D12;
    margin: 0;
}

.first-screen__description {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
    color: #311D12;
    margin: 0;
    white-space: pre-wrap;
}

/* Characteristics */
.first-screen__characteristics {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Parameters */
.first-screen__parameters {
    display: flex;
    gap: 12px;
}

.first-screen__parameter {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-width: 0;
}

.first-screen__parameter-name {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.first-screen__parameter-label {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: rgba(49, 29, 18, 0.6);
    max-width: 105.667px;
    flex-shrink: 0;
    margin: 0;
}

.first-screen__parameter-value {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    color: #311D12;
    max-width: 105.667px;
    flex-shrink: 0;
    margin: 0;
}

/* Advantages */
.first-screen__advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    align-content: center;
}

.first-screen__plate {
    padding: 8px 12px;
    border: 1px solid rgba(49, 29, 18, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(25.15px);
    box-sizing: border-box;
    flex-shrink: 0;
}

.first-screen__plate p {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #311D12;
    white-space: nowrap;
    margin: 0;
}

/* ===== ORDER ===== */

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

/* Fix Card */
.first-screen__fix-card {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}

/* Costs */
.first-screen__costs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.first-screen__point {
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    position: relative;
}

/* Radiobutton */
.first-screen__radio-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.first-screen__radiobutton {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-screen__radiobutton span {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid rgba(49, 29, 18, 0.2);
    background: #F4EFEC;
    position: relative;
    transition: border-color 0.2s ease;
}

.first-screen__radio-input:checked + .first-screen__radiobutton span {
    border-color: #044BFF;
}

.first-screen__radio-input:checked + .first-screen__radiobutton span::after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: #044BFF;
}

/* Cost */
.first-screen__cost {
    display: flex;
    gap: 12px;
    align-items: baseline;
    white-space: nowrap;
}

.first-screen__cost--active {
    align-items: center;
    max-width: 330px;
}

.first-screen__cost-label {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: rgba(49, 29, 18, 0.6);
    flex-shrink: 0;
    margin: 0;
}

.first-screen__cost-value {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    color: #311D12;
    flex-shrink: 1;
    margin: 0;
    word-break: break-word;
}

.first-screen__cost-value--active {
    color: #044BFF;
}

.first-screen__discount-badge {
    padding: 6px 8px;
    border-radius: 42px;
    background: linear-gradient(90deg, #044BFF 0%, #4CBAFF 100%);
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #FFFFFF;
    flex-shrink: 0;
}

/* Select */
.first-screen__select {
    position: relative;
    border: 1px solid rgba(49, 29, 18, 0.2);
    border-radius: 16px;
    background: #FFFFFF;
    width: 100%;
    transition: box-shadow 0.2s ease;
    overflow: visible;
}

.first-screen__select-header {
    width: 100%;
    border: none;
    background: transparent;
    padding: 12px 20px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    border-radius: 16px;
}

.first-screen__select-header:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(4, 75, 255, 0.3);
}

.first-screen__select-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    text-align: left;
    width: 100%;
}

.first-screen__select-label {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(49, 29, 18, 0.6);
    margin: 0;
}

.first-screen__select-value {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
    color: #311D12;
    margin: 0;
    white-space: normal;
}

.first-screen__select-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: url("/upload/image/chevron-down.svg") center/contain no-repeat;
    transition: transform 0.2s ease;
}

.first-screen__select-dropdown {
    display: none;
    flex-direction: column;
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid rgba(49, 29, 18, 0.2);
    border-top-width: 8px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0px 28px 60px rgba(10, 10, 10, 0.08);
    z-index: 5;
}

.first-screen__option {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 12px 20px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
    color: #311D12;
    text-align: left;
    cursor: pointer;
    border-top: 1px solid rgba(49, 29, 18, 0.2);
}

.first-screen__option:focus-visible {
    outline: none;
    background: rgba(4, 75, 255, 0.08);
}

.first-screen__option--selected {
    font-weight: 600;
    color: #044BFF;
}

.first-screen__option-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: url("/bitrix/templates/pplk/components/bitrix/news.detail/catalog_element_2025/../assets/icons/select-check.svg") center/contain no-repeat;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.first-screen__option--selected .first-screen__option-icon {
    opacity: 1;
    transform: scale(1);
}

.first-screen__select--open {
    box-shadow: 0px 28px 60px rgba(10, 10, 10, 0.08);
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.first-screen__select--open .first-screen__select-dropdown , .first-screen__select--open .plans__select-dropdown {
    display: flex;
}

.first-screen__select--open .first-screen__select-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.first-screen__select--open .first-screen__select-icon {
    transform: rotate(180deg);
}

/* Buttons */
.first-screen__buttons {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.first-screen__button-primary {
    background: #FF333B;
    border: none;
    border-radius: 156px;
    padding: 20px 28px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.first-screen__button-primary span {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
    color: #FFFFFF;
    white-space: nowrap;
}

.first-screen__button-primary:hover,
.first-screen__button-primary:focus-visible {
    background: #FF5C62;
    outline: none;
}

.first-screen__button-primary:disabled {
    background: #DDDDDD;
    cursor: not-allowed;
}

.first-screen__comparison {
    width: fit-content;
    height: 64px;
    background: #F4EFEC;
    border: none;
    border-radius: 30px;
    box-sizing: border-box;
    flex-shrink: 0;
    cursor: pointer;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease;
    color: #311D12;
    font-family: Wix Madefor Text;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 22px;
}

.first-screen__comparison-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.first-screen__comparison:hover,
.first-screen__comparison:focus-visible {
    background: #E0D0C7;
    outline: none;
}

.first-screen__comparison[aria-pressed="true"],
.first-screen__comparison--active {
    color: #044BFF;
}

/* Mortgage Link */
.first-screen__mortgage-link {
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #044BFF;
    text-decoration: none;
}

.first-screen__mortgage-link {
    margin-top: 0!important;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600!important;
    font-size: 14px!important;
    line-height: 20px!important;
    color: #044BFF!important;
    text-decoration: underline;
    text-underline-position: from-font;
    white-space: nowrap;
    flex-shrink: 0;
}

.first-screen__chevron-right {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Advantages Financial */
.first-screen__advantages-financial {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    padding: 14px 20px;
    border: 1px solid rgba(49, 29, 18, 0.2);
    border-radius: 20px;
    box-sizing: border-box;
}

.first-screen__element {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
}

.first-screen__icon {
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.first-screen__icon img {
    width: 100%;
    height: 100%;
}

.first-screen__element p {
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #311D12;
    text-align: center;
    margin: 0;
    min-width: 100%;
    width: min-content;
}

/* ===================================
   1200px and down
   =================================== */

@media (max-width: 1200px) {
    /* Main Container */
    .first-screen__main-container {
        max-width: 1160px;
    }

    /* Bg (Main Image) - already has aspect-ratio in base styles */

    /* Container (Info Panel) - narrower */
    .first-screen__container {
        max-width: 373px;
    }

    /* Fix Card - smaller padding */
    .first-screen__fix-card {
        padding: 20px;
    }

    /* Cost - vertical layout */
    .first-screen__cost {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
        align-items: flex-start;
    }
.first-screen__cost-label{
    width: 100%;
}
.first-screen__discount-badge{
    margin-left: 8px;
}
    .first-screen__cost--active {
   /*     flex-direction: column;
        gap: 0;*/
    }

    /* Buttons - smaller gap */
    .first-screen__buttons {
        gap: 8px;
    }
}

/* ===================================
   990px and down
   =================================== */

@media (max-width: 990px) {
    /* Main Container - column layout */
    .first-screen__main-container {
        flex-direction: column;
        gap: 40px;
        max-width: 950px;
    }

    /* Gallery - full width */
    .first-screen__gallery {
        max-width: 100%;
        width: 100%;
        align-items: flex-end;
    }
    .first-screen__preview{
        max-width: 100%;
    }
    /* Bg - adjusted aspect ratio */
    .first-screen__bg {
        max-width: 100%;
        aspect-ratio: 984 / 555;
    }

    /* Container - full width */
    .first-screen__container {
        max-width: 100%;
    }

    /* Costs - horizontal layout (3 columns) */
    .first-screen__costs {
        flex-direction: row;
        gap: 12px;
    }

    .first-screen__point {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 0;
    }
}

/* ===================================
   768px and down
   =================================== */

@media (max-width: 768px) {
    .first-screen__comparison {
        font-size: 14px;
    }
    /* Section padding */
    .first-screen {
        padding: 0 16px 40px 16px;
    }

    /* Main Container */
    .first-screen__main-container {
        max-width: 736px;
        gap: 20px;
    }

    /* Gallery - restructured */
    .first-screen__gallery {
        gap: 8px;
    }

    /* Selector - switch versions */
    .first-screen__selector--desktop {
        display: none;
    }

    .first-screen__selector--mobile {
        display: flex;
        width: 100%;
        gap: 8px;
    }

    .first-screen__selector-btn {
        flex: 1;
        font-size: 14px;
        line-height: 20px;
    }

    /* Bg - different aspect ratio for tablet */
    .first-screen__bg {
        aspect-ratio: 984 / 556;
    }

    .first-screen__badges {
        bottom: 16px;
        right: 16px;
    }

    /* Preview - hide */
    .first-screen__preview {
        display: none;
    }

    /* Slider - show dots */
    .first-screen__slider {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    /* Text - smaller typography */
    .first-screen__text {
        gap: 12px;
    }

    .first-screen__title {
        font-size: 28px;
        letter-spacing: -1.12px;
    }

    .first-screen__description {
        font-size: 14px;
        line-height: 20px;
    }

    /* Parameters - smaller labels and values */
    .first-screen__parameter-label {
        font-size: 12px;
        width: 100%;
    }

    .first-screen__parameter-value {
        font-size: 16px;
        width: 100%;
    }

    /* Advantages - smaller font */
    .first-screen__advantages {
        gap: 8px;
    }

    .first-screen__plate p {
        font-size: 12px;
    }

    /* Fix Card - smaller padding and gaps */
    .first-screen__fix-card {
        padding: 24px 16px;
        gap: 12px;
    }

    /* Costs - vertical layout */
    .first-screen__costs {
        flex-direction: column;
        gap: 12px;
    }

    .first-screen__point {
        width: 100%;
    }

    .first-screen__cost-label {
        font-size: 12px;
    }

    .first-screen__cost-value {
        font-size: 16px;
    }

    .first-screen__cost--active {
        width: 100%;
    }

    /* Select - smaller padding and font */
    .first-screen__select-header {
        padding: 8px 20px 8px;
    }

    .first-screen__select-value,
    .first-screen__option {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .first-screen__option {
        padding: 12px 20px;
    }

    /* Buttons - smaller sizes */
    .first-screen__button-primary {
        padding: 16px 24px;
    }

    .first-screen__button-primary span {
        font-size: 14px;
        line-height: 20px;
    }

    .first-screen__comparison {
        height: 52px;
    }

    /* Mortgage Link - smaller font */
    .first-screen__mortgage-link span {
        font-size: 14px;
        line-height: 20px;
    }

    /* Advantages Financial - smaller padding and font */
    .first-screen__advantages-financial {
        padding: 14px 16px;
    }

    .first-screen__element p {
        font-size: 12px;
    }
}

/* ===================================
   390px and down
   =================================== */

@media (max-width: 390px) {
    /* Main Container - narrower */
    .first-screen__main-container {
        max-width: 358px;
    }
}



/* ===================================
   FOUNDATION SECTION - 1460px
   =================================== */

.foundation {
    display: flex;
    justify-content: flex-start;
    padding: 80px 20px 120px;
    background: #F4EFEC;
}

.foundation__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 920px;
    gap: 40px;
}

.foundation__title {
    width: 100%;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311D12;
}

.foundation__tiles {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.foundation__column {
    display: flex;
    gap: 20px;
    width: 100%;
}

.foundation__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100%/2 - 20px/2);
    min-height: 411px;
    padding: 28px;
    border-radius: 28px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.foundation__card-header {

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.foundation__image-wrapper {
    width: 220px;
    height: 150px;
    border-radius: 28px;
    overflow: hidden;
    margin: 0;
}

.foundation__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.foundation__price {
    text-align: right;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #311D12;
}

.foundation__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.foundation__name {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #311D12;
}

.foundation__description {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: #311D12;
}

.foundation__badge {
    position: absolute;
    top: 154px;
    left: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 42px;
    background: linear-gradient(90deg, #7BB8A6 0%, #CDECD8 100%);
}

.foundation__badge p {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #311D12;
    margin: 0;
}

.foundation__card:not(.foundation__card--recommended) .foundation__badge {
    display: none;
}

@media (max-width: 1200px) {
    .foundation__card-header{
        position: relative;
    }
    .foundation__price{
        position: absolute;
        right: 0;
        top: 0;
    }
    .foundation__image-wrapper, .foundation__price{
      /*  width: calc(100%/2 - 20px/2);*/
    }
    .foundation__container {
        max-width: 747px;
    }

    .foundation__column {
        width: 100%;
    }

    .foundation__card {
        width: calc((100% - 20px) / 2);
        min-height: 483px;
        padding: 28px;
    }
}

@media (max-width: 990px) {
    .foundation__container {
        max-width: 950px;
    }

    .foundation__card {
        min-height: 411px;
    }
}

@media (max-width: 768px) {
    .foundation {
        padding: 40px 16px 60px;
    }

    .foundation__container {
        max-width: 736px;
        gap: 20px;
        align-items: stretch;
    }

    .foundation__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .foundation__tiles {
        gap: 20px;
    }

    .foundation__column {
        gap: 20px;
    }

    .foundation__card {
        width: calc((100% - 20px) / 2);
        min-height: 378px;
        padding: 24px 16px;
    }

    .foundation__card-header {
        gap: 20px;
    }
    .foundation__price{
        width: 50%;
    }
    .foundation__price,
    .foundation__name {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .foundation__description {
        font-family: 'Wix Madefor Display', sans-serif;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .foundation__badge {
        top: 154px;
        left: 16px;
    }
}

@media (max-width: 390px) {
    .foundation__container {
        max-width: 358px;
    }

    .foundation__column {
        flex-direction: column;
    }

    .foundation__card {
        width: 100%;
    }
}










.payment {
    display: flex;
    justify-content: flex-start;
    padding: 120px 20px 80px;
    background: #FFFFFF;
}

.payment__frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 920px;
    gap: 60px;
}

.payment__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.payment__title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311D12;
}

.payment__description {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #311D12;
}

.payment__plates {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.payment__row {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: nowrap;
    align-items: stretch;
}

.payment__plate {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    padding: 28px;
    border-radius: 28px;
    min-height: 240px;
    flex: 0 0 calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
}

.payment__plate--brown {
    background: #9C8068;
}

.payment__plate--sand {
    background: #F4EFEC;
}

.payment__plate--mint {
    background: #CEECD8;
}

.payment__percentage {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311D12;
}

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

.payment__stage {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #311D12;
}

.payment__detail {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: rgba(49, 29, 18, 0.6);
}

.payment__plate--brown .payment__percentage,
.payment__plate--brown .payment__stage {
    color: #FFFFFF;
}

.payment__plate--brown .payment__detail {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
    .payment__frame {
        max-width: 747px;
    }
}

@media (max-width: 768px) {
    .payment {
        padding: 60px 16px 40px;
    }

    .payment__frame {
        max-width: 736px;
        gap: 40px;
    }

    .payment__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .payment__description {
        font-size: 16px;
        line-height: 21.6px;
    }

    .payment__row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .payment__plate {
        padding: 24px 16px;
        gap: 20px;
        min-height: 200px;
        flex: 1 1 280px;
        width: auto;
        min-width: 280px;
    }

    .payment__percentage {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -2.4px;
    }

    .payment__text {
        gap: 12px;
    }

    .payment__stage {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .payment__detail {
        font-size: 16px;
        line-height: 21.6px;
    }
}

@media (max-width: 390px) {
    .payment__frame {
        max-width: 358px;
    }

    .payment__row {
        flex-direction: column;
        justify-content: flex-start;
    }

    .payment__plate {
        width: 100%;
        flex: 1 1 auto;
        min-width: auto;
    }
}




/* Plans Section - 1460px */

.plans {
    background: #F4EFEC;
    padding: 80px 20px;
    width: 100%;
    box-sizing: border-box;
}

.plans__container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.plans__main-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 1420px;
    box-sizing: border-box;
}

/* Left Section */
.plans__section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
    min-width: 0;
}

.plans__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.plans__title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -1.32px;
    color: #311D12;
    width: 100%;
}

/* Selector */
.plans__tab-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.plans__selector {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.plans__selector-item {
    background: #F4EFEC;
    border: 1px solid rgba(49, 29, 18, 0.2);
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
    color: #311D12;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.plans__selector-item:not(:first-child) {
    border-left: none;
}

.plans__selector-item:first-child {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;

}
.plans__selector-item:last-child {
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}

#plans-tab-schemes:checked ~ .plans__selector label[for="plans-tab-schemes"],
#plans-tab-sketches:checked ~ .plans__selector label[for="plans-tab-sketches"],
#plans-tab-floors:checked ~ .plans__selector label[for="plans-tab-floors"],
#plans-tab-characteristics:checked ~ .plans__selector label[for="plans-tab-characteristics"] {
    background: #311D12;
    border-color: #311D12;
    color: #FFFFFF;
    font-weight: 600;
}

.plans__characteristics {
    display: none;
    width: 100%;
}

#plans-tab-characteristics:checked ~ .plans__characteristics {
    display: flex;
}

#plans-tab-characteristics:checked ~ .plans__cards {
    display: none;
}

#plans-tab-characteristics:checked ~ .plans__show-all {
    display: none;
}

/* Cards */
.plans__cards {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    max-width: 920px;
}

/* По умолчанию все карточки скрыты */
.plans__card-wrapper {
    width: calc(100%/3 - 40px/3);
    display: none;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

/* Показываем схемы при выборе вкладки "Схемы" */
#plans-tab-schemes:checked ~ .plans__cards .plans__card-wrapper--schemes {
    display: flex;
}

/* Показываем эскизы при выборе вкладки "Эскизы" */
#plans-tab-sketches:checked ~ .plans__cards .plans__card-wrapper--sketches {
    display: flex;
}

/* Показываем этажи при выборе вкладки "Этажи" */
#plans-tab-floors:checked ~ .plans__cards .plans__card-wrapper--floors {
    display: flex;
}

/* Скрываем карточки с классом --hidden */
.plans__card-wrapper--hidden {
    display: none !important;
}

.plans__card {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.plans__photo {
    width: 100%;
    aspect-ratio: 319 / 307;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.plans__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    pointer-events: none;
    border-radius: 16px;
}

.plans__signature {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 16px;
    color: #311D12;
    width: 300px;
}

.plans__floor {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    width: 100%;
}

.plans__description {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    width: 100%;
}

/* Show All Button */
.plans__show-all {
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    color: #311D12;
    text-decoration: none;
}

.plans__show-all span:first-child {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
    color: inherit;
    text-decoration: underline;
    text-underline-position: from-font;
    white-space: nowrap;
}

.plans__chevron {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* CTA Card */
.plans__cta-card {
    max-width: 920px;
    z-index: 1;
    background: linear-gradient(90deg, #7BB8A6 0%, #CDECD8 100%);
    border-radius: 28px;
    padding: 20px 28px;
    display: flex;
    gap: 20px;
    align-items: center;
    overflow: hidden;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    position: relative;
}

.plans__cta-text {
    display: flex;
    gap: 20px;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.plans__cta-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.plans__cta-top p {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
    color: #311D12;
    white-space: nowrap;
}

.plans__cta-image {
    position: absolute;
    left: 367px;
    top: -55.82px;
    width: 234px;
    height: 177px;
}

.plans__cta-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    pointer-events: none;
}

.plans__cta-button {
    background: #FFFFFF;
    border-radius: 156px;
    padding: 20px 28px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 300px;
    flex-shrink: 0;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease;
    z-index: 1;
}

.plans__cta-button span {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
    color: #311D12;
    white-space: nowrap;
}

.plans__cta-button:hover,
.plans__cta-button:focus-visible {
    background: #FFF5F0;
    outline: none;
}

/* Fix Card (Sticky Aside) */
.plans__fix-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 460px;
    flex-shrink: 0;
    /* flex-shrink: 0; */
    position: sticky;
    top: 0;
}
.sticly_block_r{
    position: relative;
  /*  left: -530px;*/
    padding: 0px 0 50px 0;
}
.body{
    height: auto;
}
.plans__fix-card-wrapper.plans__fix-card-wrapper--sticky {
    position: fixed;
    /* top управляется через JavaScript */
}
.breadcrumbs, .first-screen, .plans, .configurations, .foundation, .logos, .promotion{
    position: relative;
}
.sticly_block{
    position: relative;
}



.breadcrumbs:before , .first-screen:before, .plans:before, .configurations:before,
.foundation:before, .logos:before , .promotion:before{
    z-index: -1;
    background: #F4EFEC;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translate(calc(100%/2 * -1), 0);
    content: '';
    height: 100%;
}

.foundation:before{
    z-index: -1;
    background: #F4EFEC;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    content: '';
    box-shadow: 0 0 0 100vw #F4EFEC;
    clip-path: inset(0 -100vw);
}
.plans:before{
    z-index: -1;
    background: #F4EFEC;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    content: '';
    box-shadow: 0 0 0 100vw #F4EFEC;
    clip-path: inset(0 -100vw);
}

.promotion:before{
    background: linear-gradient(90deg, #7BB8A6 0%, #CDECD8 100%);
    background: var(--New-design-Gradient-Green-gradient-horizontal, linear-gradient(90deg, #7BB8A6 0%, #CDECD8 100%));
}
.feedback_back{
    background: linear-gradient(90deg, #7BB8A6 0%, #CDECD8 100%);
}
.plans__fix-card
{
    margin-top: 80px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0px 2px 8px 0px rgba(49, 29, 18, 0.15);
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.plans__fix-card-title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.64px;
    color: #311D12;
    white-space: nowrap;
}

/* Costs */
.plans__costs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.plans__cost-option {
    width: 100%;
}

.plans__cost-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.plans__cost-point {
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer;
}

.plans__radio-indicator {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid rgba(49, 29, 18, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease;
}

.plans__radio-indicator::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s ease;
}

.plans__cost {
    display: flex;
    gap: 12px;
    align-items: baseline;
    white-space: nowrap;
}

.plans__cost-label {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: rgba(49, 29, 18, 0.6);
}

.plans__cost-price {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    color: #311D12;
}

.plans__cost-input:checked + .plans__cost-point .plans__cost-price {
    color: #044BFF;
}

.plans__cost-input:checked + .plans__cost-point .plans__radio-indicator {
    border-color: #044BFF;
}

.plans__cost-input:checked + .plans__cost-point .plans__radio-indicator::after {
    background: #044BFF;
}

.plans__discount-badge {
    background: linear-gradient(90deg, #044BFF 0%, #4CBAFF 100%);
    border-radius: 42px;
    padding: 6px 12px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
}

/* Select */
.plans__select {
    position: relative;
    border: 1px solid rgba(49, 29, 18, 0.2);
    border-radius: 16px;
    background: #FFFFFF;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease;
    overflow: visible;
    z-index: 1;
}

.plans__select-header {
    width: 100%;
    border: none;
    background: transparent;
    padding: 12px 24px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    border-radius: 16px;
}

.plans__select-header:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(4, 75, 255, 0.3);
}

.plans__select-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.plans__select-label {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(49, 29, 18, 0.6);
}

.plans__select-value {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
    color: #311D12;
    white-space: normal;
}

.plans__select-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: url("/upload/image/chevron-down.svg") center/contain no-repeat;
    transition: transform 0.2s ease;
}
.plans__select.first-screen__select--open .plans__select-icon{
    transform: rotate(180deg);
}
.plans__select-dropdown {
    display: none;
    flex-direction: column;
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid rgba(49, 29, 18, 0.2);
    border-top-width: 8px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0px 28px 60px rgba(10, 10, 10, 0.08);
    z-index: 5;
}

.plans__option {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 12px 24px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
    color: #311D12;
    text-align: left;
    cursor: pointer;
    border-top: 1px solid rgba(49, 29, 18, 0.2);
}

.plans__option:first-child {
    border-top: none;
}

.plans__option:focus-visible {
    outline: none;
    background: rgba(4, 75, 255, 0.08);
}

.plans__option--selected {
    font-weight: 600;
    color: #044BFF;
}

.plans__option-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: url("/bitrix/templates/pplk/components/bitrix/news.detail/catalog_element_2025/../assets/icons/select-check.svg") center/contain no-repeat;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.plans__option--selected .plans__option-icon {
    opacity: 1;
    transform: scale(1);
}

.plans__select--open {
    box-shadow: 0px 28px 60px rgba(10, 10, 10, 0.08);
}

.plans__select--open .plans__select-dropdown {
    display: flex;
}

.plans__select--open .plans__select-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.plans__select--open .plans__select-icon {
    transform: rotate(180deg);
}

/* Buttons */
.plans__buttons {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
}

.plans__button {
    border-radius: 156px;
    padding: 20px 28px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease;
}

.plans__button--primary {
    background: #FF333B;
}

.plans__button--primary:hover,
.plans__button--primary:focus-visible {
    background: #FF5C62;
    outline: none;
}

.plans__button--primary:disabled {
    background: #DDDDDD;
    cursor: not-allowed;
}

.plans__button span {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
    color: #FFFFFF;
    white-space: nowrap;
}

.plans__comparison {
    background: #F4EFEC;
    border-radius: 30px;
    padding: 15px 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 64px;
    flex-shrink: 0;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    color: #311D12;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.plans__comparison:hover,
.plans__comparison:focus-visible {
    background: #E0D0C7;
    outline: none;
}

.plans__comparison[aria-pressed="true"] {
    color: #044BFF;
}

.plans__comparison-icon {
    width: 24px;
    height: 24px;
    display: block;
}

/* Mortgage Link */
.plans__mortgage-link {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #044BFF;
    cursor: pointer;
    text-decoration: none;
}

.plans__mortgage-link {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600!important;
    font-size: 14px!important;
    line-height: 20px!important;
    color: #044BFF!important;
    text-decoration: underline;
    text-underline-position: from-font;
    white-space: nowrap;
}

.plans__mortgage-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Divider */
.plans__divider {
    height: 1px;
    width: 100%;
    background: rgba(49, 29, 18, 0.2);
}
/* Sale Card */
.plans__sale {
    background: #CEECD8;
    border-radius: 20px;
    padding: 0 28px;
    display: flex;
    gap: 10px;
    height: 68px;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.plans__sale p {
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #311D12;
    flex: 1;
    min-width: 0;
}

.plans__sale-divider {
    width: 54px;
    height: 0;
    border: none;
    border-top: 5px dashed rgb(255 255 255);
    transform: rotate(-90deg);
    flex-shrink: 0;
}

.plans__sale-icon {
    width: 30px;
    overflow: hidden;
}

.plans__sale-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

/* === CHARACTERISTICS === */

.plans__parameters {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 960px;
    flex-wrap: nowrap;
}

.plans__parameters-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: calc(100%/2 - 40px/2);
    flex-shrink: 0;
}

.plans__parameter {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.plans__parameter-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.plans__parameter-name p {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: rgba(49, 29, 18, 0.6);
    width: 100%;
    text-align: left;
}

.plans__parameter-value {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #311D12;
    flex: 1;
    min-width: 0;
    text-align: left;
}

/* === MEDIA QUERIES === */
.sticly_block_l{
    width: 960px;
}
/* 1200px */

.promotion_back{
    background: linear-gradient(90deg, #7BB8A6 0%, #CDECD8 100%);
}
.promotion {
    width: 1460px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 20px;
    height: 505px;
    align-items: center;
}

.promotion__photo {
    flex: 0 0 710px;
    height: 100%;
    margin: 18px 0;
    border-radius: 28px;
    overflow: hidden;
}

.promotion__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.promotion__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: calc(100%/2 - 10px);
    padding: 120px 0;
}

.promotion__text {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.promotion__title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    font-weight: 600;
    color: #311D12;
}

.promotion__subtitle {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #311D12;
}

.promotion__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 199px;
    height: 64px;
    border: none;
    border-radius: 156px;
    background: #FFFFFF;
    color: #311D12;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.promotion__button:hover,
.promotion__button:focus-visible {
    background: #F4EFEC;
    color: #311D12;
}

.promotion__button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px rgba(49, 29, 18, 0.15);
}

.promotion__button:disabled {
    background: rgba(255, 255, 255, 0.5);
    color: rgba(49, 29, 18, 0.4);
    cursor: not-allowed;
}
@media(max-width: 1414px){
    .promotion{
        width: 1414px;
    }
}
@media(max-width: 1360px){
    .promotion{
        width: 1360px;
    }
}
@media(max-width: 1334px){
    .promotion{
        width: 1334px;
    }
}
@media(max-width: 1326px){
    .promotion{
        width: 1326px;
    }
}
@media(max-width: 1281px){
    .promotion{
        width: 1281px;
    }
}
@media (max-width: 1200px) {
    .promotion {
        height: 505px;
        padding: 0 20px;
        gap: 20px;
    }

    .promotion__photo {
        flex: 0 0 580px;
        width: 580px;
        height: 100%;
        margin: 61px 0;
    }

    .promotion__content {
        width: 580px;
        padding: 120px 0;
        gap: 40px;
    }

    .promotion__text {
        max-width: 580px;
    }
}

@media (max-width: 990px) {
    .promotion__title{
        max-width: 369px;
    }
    .promotion {
        height: 585px;
        padding: 0 20px;
        gap: 20px;
    }

    .promotion__photo {
        flex: 0 0 475px;
        width: 475px;
        height: max-content;
        margin: auto 0;

    }
    .promotion__photo img{
        width: 100%;
        height: auto;
    }

    .promotion__content {
        width: 475px;
        padding: 120px 0;
        gap: 40px;
    }

    .promotion__text {
        max-width: 475px;
    }
}

@media (max-width: 768px) {
    .configurations__table-mobile-header{
        justify-content: flex-start;
    }
    .plans__show-all span:first-child{
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }
.promotion__title{
    max-width: 100%;
}
    .promotion {
        flex-direction: column;
        height: auto;
        padding: 0px 16px;
        gap: 20px;
    }

    .promotion__content,
    .promotion__photo {
        width: 100%;
        order: initial;
        flex: none;
    }

    .promotion__content {
        padding: 60px 0;
        gap: 20px;
    }

    .promotion__text {
        max-width: 100%;
        gap: 12px;
    }

    .promotion__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .promotion__subtitle {
        font-size: 16px;
        line-height: 21.6px;
    }

    .promotion__button {
        width: 100%;
        height: auto;
        padding: 16px 24px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .promotion__photo {
        width: 100%;
        max-width: 100%;
    /*    aspect-ratio: 559 / 486.003;*/
        height: auto;
        margin: 0;
        order: 2;
    }

    .promotion__content {
        order: 1;
    }
}

@media (max-width: 390px) {
    .promotion {
        padding: 0px 16px;
    }

    .promotion__content,
    .promotion__photo {
        max-width: 358px;
        margin: 0 auto;
    }

    .promotion__content {
        padding: 60px 0;
    }

    .promotion__content {
        order: 1;
    }

    .promotion__photo {
        width: 100%;
        max-width: 358px;
        height: auto;
        order: 2;
    }
}
@media (max-width: 1200px) {
    .promotion{
        width: 100vw;
    }
    .promotion:before{
        width: 1200px;
        left: 0;
    }
    .company-advantages__indent--top-80 .company-advantages__card--mint .company-advantages__card-title{
        max-width: calc(100% - 20px);
    }
    .company-advantages__text{
        word-wrap: break-word;
    }
    .plans__signature{
        width: 100%;
    }
    .sticly_block_l{
        width: 787px;
    }
    .sticly_block{
        gap: 15px;
    }
    .plans__main-container {
        max-width:100%;
    }

    .plans__fix-card-wrapper {
        width: 373px;
    }

    .plans__fix-card {
        padding: 28px 20px;
    }



    .plans__discount-badge {
        padding: 6px 8px;
        margin-top: 4px;
    }

    .plans__buttons {
        gap: 8px;
    }

    .plans__comparison {
        width: 64px;
        height: 64px;
    }

    /* Characteristics - 1200px */
    .plans__parameters {
        max-width: 747px;
    }

    .plans__parameters-column {
        width: 353.5px;
    }
}

/* 990px */
@media (max-width: 990px) {
    .plans {
        padding: 60px 20px;
    }

    .plans__main-container {
        max-width: 950px;
    }

    .plans__fix-card-wrapper {
        display: none;
    }

    .plans__section {
        width: 100%;
        gap: 40px;
    }

    .plans__content {
        gap: 40px;
    }

    /* Characteristics - 990px & 768px */
    .plans__parameters {
        max-width: 738px;
    }

    .plans__parameters-column {
        width: 349px;
    }
}

/* 768px */
@media (max-width: 768px) {
    .plans {
        padding: 40px 16px;
    }

    .plans__main-container {
        max-width: 736px;
        gap: 40px;
    }

    .plans__section {
        gap: 40px;
    }

    .plans__content {
        gap: 20px;
        overflow: hidden;
    }

    .plans__title {
        font-size: 28px;
        letter-spacing: -1.12px;
    }

    .plans__selector-item {
        padding: 14px 24px;
    }

    .plans__selector-item p {
        font-size: 14px;
        line-height: 20px;
    }

    .plans__cards {
        gap: 20px;
    }
    .plans__card {
        padding: 16px;
    }

    .plans__signature {
        width: 100%;
    }

    .plans__floor {
        font-size: 16px;
    }

    .plans__description {
        font-size: 12px;
    }

    .plans__show-all p {
        font-size: 14px;
        line-height: 20px;

    }

    .plans__cta-card {
        flex-direction: column;
        padding: 24px 16px;
        gap: 20px;
    }

    .plans__cta-text {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .plans__cta-top {
        width: 100%;
    }

    .plans__cta-top p {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
        white-space: normal;
    }

    .plans__cta-image {
        display: none;
    }

    .plans__cta-button {
        width: 100%;
        padding: 16px 24px;
    }

    .plans__cta-button span {
        font-size: 14px;
        line-height: 20px;
    }

    .plans__select-header {
        padding: 8px 20px 12px;
    }

    .plans__select-value,
    .plans__option {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .plans__option {
        padding: 12px 20px;
    }

    /* Characteristics - 768px */
    .plans__parameter-name p {
        font-size: 16px;
        line-height: 21.6px;
        letter-spacing: -0.32px;
    }

    .plans__parameter-value {
        font-size: 18px;
        line-height: 24.3px;
    }
    .plans__selector{
        margin: 0 -20px;
        padding: 0 20px;
    }

    .plans__selector {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }

    .plans__selector::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
}
@media (max-width: 650px) {
    .plans__card-wrapper{
        width: 100%;
    }
}

/* 390px */
@media (max-width: 390px) {
    .plans__main-container {
        max-width: 358px;
    }

    .plans__selector {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }

    .plans__selector::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

    .plans__cards {
        flex-direction: column;
    }

    .plans__card-wrapper {
        width: 100%;
    }

    /* Characteristics - 390px */
    .plans__parameters {
        flex-direction: column;
        gap: 12px;
        max-width: 358px;
    }

    .plans__parameters-column {
        width: 100%;
    }
}






/* ===================================
   PORTFOLIO SECTION - BASE (1460px)
   =================================== */

.portfolio {
    display: flex;
    justify-content: flex-start;
    padding: 80px 20px;
    background: #FFFFFF;
}

.portfolio__frame {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 920px;
}

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

.portfolio__title {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311D12;
}

.portfolio__rows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.portfolio__row {
    display: contents;
}

.portfolio__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.portfolio__card-image {
    display: block;
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.portfolio__card-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1931 / 1083;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.portfolio__card:hover .portfolio__card-image img,
.portfolio__card:focus-within .portfolio__card-image img {
    transform: scale(1.05);
}

.portfolio__card-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.portfolio__location {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #311D12;
}

.portfolio__year {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: #311D12;
}

.portfolio__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: #FF333B;
    text-decoration: none;
    transition: color 0.2s ease;
}

.portfolio__card:hover .portfolio__button,
.portfolio__card:focus-within .portfolio__button {
    color: #FF5C62;
}

/* ===================================
   MEDIA QUERIES
   =================================== */

@media (max-width: 1200px) {
    .portfolio__frame {
        max-width: 747px;
    }

    .portfolio__rows {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 990px) {
    .portfolio__frame {
        max-width: 950px;
    }

    .portfolio__rows {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .portfolio {
        padding: 40px 16px 40px;
    }

    .portfolio__frame {
        max-width: 736px;
        gap: 40px;
    }

    .portfolio__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .portfolio__rows {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .portfolio__card-image {
        border-radius: 20px;
    }

    .portfolio__location {
        font-size: 16px;
        line-height: 21.6px;
    }

    .portfolio__year {
        font-size: 14px;
        line-height: 20px;
    }

    .portfolio__button {
        gap: 8px;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 390px) {
    .portfolio__frame {
        max-width: 358px;
    }

    .portfolio__rows {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}


/* ===================================
   QUALITY CONTROL SECTION - BASE (1460px)
   =================================== */

.quality-control {
    display: flex;
    justify-content: flex-start;
    padding: 80px 20px;
    background: #FFFFFF;
}

.quality-control__frame {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    max-width: 920px;
}

.quality-control__top {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.quality-control__title {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -1.32px;
    color: #311D12;
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
}

.quality-control__title-accent {
    color: rgba(49, 29, 18, 0.6);
}

.quality-control__title-main {
    color: #311D12;
}

.quality-control__description {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0;
    color: #311D12;
}

.quality-control__content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.quality-control__image {
    width: 336px;
    border-radius: 28px;
    overflow: hidden;
    flex-shrink: 0;
    aspect-ratio: 336 / 371;
}

.quality-control__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.quality-control__steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.quality-control__step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.quality-control__number {
    width: 52px;
    height: 52px;
    border-radius: 40px;
    background: #F4EFEC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quality-control__number img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

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

.quality-control__step-title {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #311D12;
}

.quality-control__step-description {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: rgba(49, 29, 18, 0.6);
}

.quality-control__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
    padding: 20px 28px;
    border-radius: 20px;
    background: linear-gradient(135deg, #FAF4F2 0%, #EBD8CE 100%);
}

.quality-control__card-text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.quality-control__card-link {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0;
    color: #311D12;
}

.quality-control__card-button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: #311D12;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 29, 18, 0.6);
    padding-bottom: 4px;
    transition: color 0.2s ease, border-color 0.2s ease;
    margin-left: auto;
}

.quality-control__card-button:hover,
.quality-control__card-button:focus-visible {
    color: #8C4B33;
    border-color: #8C4B33;
    outline: none;
}

.quality-control__card-button:active {
    color: #311D12;
    opacity: 0.8;
}

/* ===================================
   MEDIA QUERIES
   =================================== */

@media (max-width: 1200px) {
    .quality-control__title{
        gap: 0;
    }
    .quality-control__frame {
        max-width: 747px;
    }
}

@media (max-width: 990px) {
    .quality-control__frame {
        max-width: 950px;
    }
}

@media (max-width: 768px) {
    .quality-control {
        padding: 40px 16px 40px;
    }

    .quality-control__frame {
        max-width: 736px;
        gap: 20px;
    }

    .quality-control__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .quality-control__description {
        font-size: 16px;
        line-height: 24px;
    }

    .quality-control__content {
        flex-wrap: wrap;
        gap: 20px;
    }

    .quality-control__image {
        width: 100%;
        flex: 1 1 280px;
        aspect-ratio: 504 / 557;
        min-height: 309px;
    }

    .quality-control__steps {
        flex: 1 1 280px;
        gap: 28px;
    }

    .quality-control__step-title {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .quality-control__step-description {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .quality-control__card {
        padding: 20px 16px;
        gap: 12px;
    }

    .quality-control__card-link {
        font-size: 16px;
        line-height: 22px;
    }

    .quality-control__card-button {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
}

@media (max-width: 390px) {
    .quality-control__frame {
        max-width: 358px;
    }

    .quality-control__content {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .quality-control__image {
        width: 100%;
        height: auto;
    }

    .quality-control__steps {
        width: 100%;
    }

}


.reviews {
    display: flex;
    justify-content: flex-start;
    padding: 80px 20px 120px;
    background: #FFFFFF;
}

.reviews__frame {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 920px;
    gap: 40px;
}

.reviews__top {
    display: flex;
}

.reviews__title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311D12;
}

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

.reviews__cards {
    width: 100%;
    overflow: hidden;
}

.reviews__cards-track {
    display: flex;
    gap: 20px;
    width: 100%;
}

.reviews__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 16px 24px;
    background: #F4EFEC;
    border-radius: 20px;
    flex: 0 0 calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    min-height: 285px;
}
.reviews__video {
    position: relative;
    width: 100%;
    aspect-ratio: 261.333 / 177.126;
    border-radius: 12px;
    overflow: hidden;
    background: #000000;
}
.reviews__video a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.videoslider__playbutton img {
    width: 82px;
    height: 82px;
    bottom: calc(50% - 41px);
    right: calc(50% - 41px);
    position: absolute;
}
.reviews__video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.reviews__play-button {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: #FFFFFF;
    pointer-events: none;
}

.reviews__play-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #044BFF;
}

.reviews__signature {
    display: flex;
    align-items: center;
    gap: 16px;
}

.reviews__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

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

.reviews__signature-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.reviews__rating {
    display: flex;
    gap: 4px;
}

.reviews__rating img {
    width: 16px;
    height: 16px;
    display: block;
}

.reviews__name {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21.6px;
    letter-spacing: -0.32px;
    color: #311D12;
}

.reviews__date {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    color: #311D12;
}

@media (max-width: 1200px) {
    .reviews__frame {
        max-width: 747px;
    }

    .reviews__card {
        min-height: 246px;
    }
}

@media (max-width: 990px) {
    .reviews {
        padding: 80px 20px 100px;
    }

    .reviews__frame {
        max-width: 950px;
    }

    .reviews__card {
        min-height: 292px;
    }
}

@media (max-width: 768px) {
    .reviews {
        padding: 40px 16px 60px;
    }

    .reviews__frame {
        max-width: 736px;
        gap: 20px;
    }

    .reviews__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .reviews__cards {
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .reviews__cards::-webkit-scrollbar {
        display: none;
    }

    .reviews__cards-track {
        width: max-content;
    }
    .reviews__cards{
        width: calc(100% + 32px);
        margin: 0 -16px;
        padding: 0 16px;
    }
    .reviews__card {
        flex: 0 0 280px;
        width: 280px;
        min-height: 276px;
    }
}

@media (max-width: 390px) {
    .reviews__frame {
        max-width: 358px;
    }

    .reviews__cards-track {
        gap: 16px;
    }
}

.similar-projects {
    display: flex;
    justify-content: center;
    padding: 120px 20px 80px 20px;
    background: #ffffff;
}

.similar-projects__frame {
    width: 100%;
    max-width: 1420px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.similar-projects__top {
    display: flex;
    width: 100%;
}

.similar-projects__title {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311d12;
}

.similar-projects__cards {
    display: flex;
    gap: 20px;
    width: 100%;
}

.similar-projects__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc((100% - 40px) / 3);
    flex: 0 0 calc((100% - 40px) / 3);
    min-height: 438.99px;
}

.similar-projects__image {
    position: relative;
    width: 100%;
    aspect-ratio: 460 / 257.99;
    border-radius: 28px;
}

.similar-projects__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 28px;
    transition: transform 0.35s ease;
}

.similar-projects__card:hover .similar-projects__image img,
.similar-projects__card:focus-within .similar-projects__image img {
    transform: scale(1.05);
}

.similar-projects__badges {
    position: absolute;
    left: 16px;
    bottom: -12px;
    display: flex;
    gap: 8px;
    z-index: 1;
}

.similar-projects__badges {
    position: absolute;
    left: 16px;
    bottom: -12px;
    display: flex;
    gap: 8px;
    z-index: 1000;
}

.similar-projects__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.similar-projects__name {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: -0.64px;
    color: #311d12;
}

.similar-projects__parameters {
    display: flex;
    gap: 8px;
    width: 100%;
}

.similar-projects__parameter {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 109px;
    flex: 0 0 109px;
}

.similar-projects__parameter-label {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    color: rgba(49, 29, 18, 0.8);
}

.similar-projects__parameter-value {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: #311d12;
}

.similar-projects__price {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #044bff;
}

.similar-projects__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 42px;
    background: linear-gradient(90deg, #eb1c24 0%, #ff7b69 100%);
}

.similar-projects__badge span {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #ffffff;
}

.similar-projects__badge--new {
    background: linear-gradient(90deg, #044bff 0%, #4cbaff 100%);
}

.similar-projects__badge--mortgage {
    background: linear-gradient(90deg, #7bb8a6 0%, #cdecd8 100%);
}

.similar-projects__badge--mortgage span {
    color: #311d12;
}

.similar-projects__button {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 253px;
    height: 64px;
    padding: 20px 28px;
    border-radius: 156px;
    background: #ffd6d8;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: #FF333B;
    text-decoration: none;
}
.similar-projects__button:hover{
    background: #FFD6D8;
    color: #FF858A;
}
.similar-projects__button-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .similar-projects__frame {
        max-width: 1160px;
    }

    .similar-projects__cards {
        gap: 20px;
    }

    .similar-projects__card {
        width: calc((100% - 40px) / 3);
        flex: 0 0 calc((100% - 40px) / 3);
        min-height: 390.38px;
    }

    .similar-projects__image {
        aspect-ratio: 373.33 / 209.38;
    }

}

@media (max-width: 990px) {
    .similar-projects {
        padding: 120px 20px 80px 20px;
    }

    .similar-projects__frame {
        max-width: 950px;
    }

    .similar-projects__cards {
        gap: 20px;
    }

    .similar-projects__card {
        width: calc((100% - 40px) / 3);
        flex: 0 0 calc((100% - 40px) / 3);
        min-height: 351.12px;
    }

    .similar-projects__image {
        aspect-ratio: 303.33 / 170.12;
    }

}

@media (max-width: 980px) {
    .similar-projects__name{
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 28.8px */
    }
    .similar-projects {
        padding: 60px 16px 40px 16px;
    }

    .similar-projects__frame {
        max-width: 100%;
        gap: 20px;
    }

    .similar-projects__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .similar-projects__cards {
        padding: 0 16px;
        width: calc(100% + 32px);
        margin: 0 -16px;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .similar-projects__cards::-webkit-scrollbar {
        display: none;
    }

    .similar-projects__card {
        min-height: 319.6px;
        /*scroll-snap-align: start;*/
    }

    .similar-projects__image {
        aspect-ratio: 240 / 134.6;
    }

    .similar-projects__info {
        gap: 12px;
    }

    .similar-projects__parameters {
        flex-wrap: wrap;
        gap: 16px 8px;
    }

   .similar-projects__cards .similar-projects__parameter {
        width: calc((100% - 8px) / 2);
        flex: 0 0 calc((100% - 8px) / 2);
    }

    .similar-projects__badges {
        left: 8px;
        bottom: -13px;
        gap: 6px;
        z-index: 1000;
    }

    .similar-projects__badge {
        padding: 4px 8px;
        border-radius: 32px;
    }

    .similar-projects__badge span {
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 0.8px;
    }

    .similar-projects__button {
        width: 100%;
        height: 52px;
        padding: 16px 24px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .similar-projects {
        padding: 60px 16px 40px 16px;
    }

    .similar-projects__frame {
        gap: 20px;
    }

    .similar-projects__cards {
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .similar-projects__cards::-webkit-scrollbar {
        display: none;
    }

    .similar-projects__card {
        width: 240px;
        flex: 0 0 240px;
        min-height: 319.6px;
        scroll-snap-align: start;
    }

    .similar-projects__badges {
        left: 8px;
        bottom: -13px;
        gap: 6px;
    }

    .similar-projects__info {
        gap: 12px;
    }

    .similar-projects__parameters {
        flex-wrap: wrap;
        gap: 16px 8px;
    }


    .similar-projects__button {
        width: 100%;
        height: 52px;
        padding: 16px 24px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
}

.stages {
    display: flex;
    justify-content: flex-start;
    padding: 80px 20px;
    background: #FFFFFF;
}

.stages__frame {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 920px;
    gap: 60px;
}

.stages__top {
    display: flex;
    align-items: flex-start;
}

.stages__title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311D12;
}

.stages__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 60px;
    row-gap: 60px;
    width: 100%;
}

.stages__item {
    display: flex;
}

.stages__step {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.stages__step-head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stages__step-number {
    width: 49px;
    height: 49px;
    border-radius: 40px;
    background: #F4EFEC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #311D12;
}

.stages__step-line {
    flex: 1;
    height: 1px;
    background: #F4EFEC;
}



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

.stages__step-title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #311D12;
}

.stages__step-description {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: rgba(49, 29, 18, 0.6);
}

@media (max-width: 1200px) {
    .stages__frame {
        max-width: 747px;
    }
}

@media (max-width: 990px) {
    .stages {
        padding: 80px 20px;
    }

    .stages__frame {
        max-width: 950px;
    }
}

@media (max-width: 768px) {
    .stages {
        padding: 40px 16px;
    }

    .stages__frame {
        max-width: 736px;
        gap: 40px;
    }

    .stages__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .stages__list {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .stages__step {
        gap: 20px;
    }

    .stages__step-head {
        gap: 20px;
    }



    .stages__step-number {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 28px;
    }

    .stages__step-title {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .stages__step-description {
        font-size: 16px;
        line-height: 21.6px;
    }
}

@media (max-width: 390px) {
    .stages__frame {
        max-width: 358px;
    }
}


.tags {
    display: flex;
    justify-content: center;
    padding: 80px 20px 120px 20px;
    background: #ffffff;
}

.tags__frame {
    width: 100%;
    max-width: 1420px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tags__title {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311d12;
}

.tags__list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tags__chip {
    border: none;
    border-radius: 16px;
    padding: 12px 20px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
    color: #311d12;
    background: #f4efec;
    cursor: pointer;
}

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

    .tags__list {
        max-width: 100%;
    }
}

@media (max-width: 990px) {
    .tags {
        padding: 80px 20px 120px 20px;
    }

    .tags__list {
        overflow: auto;
    }
    .tags__chip{
        width: max-content;
    }
}

@media (max-width: 768px) {
    .tags {
        padding: 60px 16px 40px 16px;
    }

    .tags__frame {
        gap: 20px;
    }

    .tags__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

}

@media (max-width: 390px) {


    .tags__chip {
        width: calc((100% - 8px) / 2);
        justify-content: center;
    }
}


/* ===================================
   TECHNOLOGY ADVANTAGES SECTION - BASE (1460px)
   =================================== */

.technology-advantages {
    display: flex;
    justify-content: flex-start;
    padding: 80px 20px 20px;
    background: #FFFFFF;
}

.technology-advantages__frame {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    max-width: 920px;
}

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

.technology-advantages__title {
    max-width: 816px;
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    color: #311D12;
}

.technology-advantages__steps {
    display: flex;
    gap: 40px;
}

.technology-advantages__step {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: calc(100%/4 - 120px/4);
}

.technology-advantages__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 10px;
    border-radius: 40px;
    background: #CDECD8;
    flex-shrink: 0;
}

.technology-advantages__number img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.technology-advantages__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    word-break: break-word;
}

.technology-advantages__step-title {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #311D12;
}

.technology-advantages__step-description {
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: rgba(49, 29, 18, 0.6);
}

/* ===================================
   MEDIA QUERIES
   =================================== */

@media (max-width: 1200px) {
    .technology-advantages__step-title{
        font-size: 22px;
    }
    .technology-advantages__frame {
        max-width: 747px;
    }

    .technology-advantages__step {
        width: calc(100%/4 - 120px/4);
        flex: auto;
    }
}

@media (max-width: 990px) {
    .technology-advantages__frame {
        max-width: 950px;
    }

}

@media (max-width: 768px) {
    .technology-advantages {
        padding: 40px 16px 40px;
    }

    .technology-advantages__frame {
        max-width: 736px;
        gap: 28px;
    }

    .technology-advantages__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .technology-advantages__steps {
        flex-direction: column;
        gap: 28px;
    }

    .technology-advantages__step {
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
        width: 100%;
        flex: none;
    }

    .technology-advantages__number {
        flex-shrink: 0;
    }

    .technology-advantages__text {
        gap: 8px;
    }

    .technology-advantages__step-title {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .technology-advantages__step-description {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
}

@media (max-width: 390px) {
    .technology-advantages__frame {
        max-width: 350px;
    }
}





.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
}

.icon-chevron {
    width: 20px;
    height: 20px;
    display: inline-flex;
    flex-shrink: 0;
}



.feedback__success-message{
    color: #311d12;
}
.excursion__success-message{
    color: #311d12;
}








@media (max-width: 1483px) {
    .excursion_back:before {
        left: 0;
    }
    .catalog__detail_home_new{
        padding: 0 20px;
        padding-top: 100px;
    }

    .plans__fix-card-wrapper{
        width: 373px;
    }
    .plans__cost{
        flex-wrap: wrap;
        gap:0;
        align-items: center;
    }
    .plans__cost-label{
        width: 100%;
    }
    .plans__discount-badge{
        margin-left: 8px;
        position: relative;
    }
}
@media (max-width: 1380px) {
    .sticly_block_l{
        width: calc(100% - 413px);
    }
}
@media (max-width: 1200px) {
    .breadcrumbs:before, .first-screen:before, .plans:before, .configurations:before, .foundation:before, .logos:before, .promotion:before{
        left: 0!important;
        width: 100%!important;
        transform: none!important;
    }
    .plans:before
    .foundation:before{
            z-index: -1;
            background: #F4EFEC;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transform: none;
            content: '';
            box-shadow: 0 0 0 100vw #F4EFEC;
            clip-path: inset(0 -100vw);
    }

    .similar-projects__parameter{
        width: auto;
        flex: auto;
    }
    .sticly_block_l .about{
        margin: 0!important;
       max-width: calc(100% - 40px);
    }
    .sticly_block_r{
     /*   left: -460px;*/
    }
    .plans__cards{
        max-width: 747px;
    }
}
.sticly_block{
    width: 100%;
}

@media (max-width: 1190px) {
    .feedback .feedback__text, .feedback .feedback__form{
        width: calc(100%/2 - 60px/2);
        flex: auto;
    }
    .sticly_block_l{
        width: 100%;
    }
    .sticly_block_r{
    display: none}

    /*.body{
        overflow-x: hidden;
    }*/
}
@media (max-width: 990px) {
    .sticly_block_l .about{
        max-width: 100%;
    }
    .plans__cards{
        max-width: 100%;
    }
    .first-screen__cost{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .first-screen__cost-label{
        width: 100%;
    }
    .first-screen__discount-badge{
        margin-left: 8px;
    }
}

@media (max-width: 768px) {
    .feedback .feedback__text, .feedback .feedback__form{
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
}
.excursion__error-text, .feedback__error-text{
    color: red;
}


@media (max-width: 768px) {
    .breadcrumbs:before, .first-screen:before, .plans:before, .configurations:before, .foundation:before, .logos:before, .promotion:before{
        left: 0!important;
        width: 100% !important;

    }
}




.logos {
    background: #F4EFEC;
    padding: 80px 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.logos__viewport {
    width: 100%;
    margin: 0 auto;
}

.logos__container {
    display: flex;
    gap: 20px;
    align-items: center;
    width: max-content;
}

.logos__container.logos__container--animated {
    animation: logos-scroll 30s linear infinite;
    will-change: transform;
}

.logos__plate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 200px;
    height: 80px;
    border-radius: 28px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.logos__plate img {
    width: 160px;
    height: 40px;
    object-fit: contain;
    display: block;
}
@media (max-width: 989px) {
    .logos{
    padding-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .logos{
        overflow: hidden;
        padding: 20px 0;
    }
    .sticly_block{
        width: 100%;
    }
    .logos__container {
        gap: 8px;
    }

    .logos__plate {
        padding: 8px;
        width: 160px;
    }
}

@keyframes logos-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


.map {
    display: flex;
    justify-content: flex-start;
    padding: 80px 20px 120px;
    background: #FFFFFF;
}

.map__frame {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 920px;
    align-items: flex-start;
}

.map__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.map__title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -1.32px;
    font-weight: 600;
    color: #311D12;
}

.map__description {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #311D12;
}

.map__area {

    position: relative;
    width: 100%;
    max-width: 920px;
    border-radius: 28px;
    overflow: hidden;
    aspect-ratio: 940 / 577;
    background: linear-gradient(180deg, #F4EFE6 0%, #EADFCC 100%);
}

.map__surface {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, #F4EFE6 0%, #EADFCC 100%);
    z-index: 0;
    overflow: hidden;
}

#map-surface {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: visible;
    position: relative;
    z-index: 1;
}

/* Стили для ymaps элементов */
#map-surface .ymaps-2-1-79-ground-pane ymaps,
#map-surface .ymaps-2-1-79-ground-pane canvas {
    filter: grayscale(100%) !important;
}

/* Обеспечиваем видимость меток */
#map-surface .ymaps-2-1-79-placemark,
#map-surface .ymaps-2-1-79-placemark-overlay,
#map-surface .ymaps-2-1-79-placemark-overlay img {
    z-index: 15 !important;
    pointer-events: auto !important;
    position: relative;
}

#map-surface .ymaps-2-1-79-placemark-overlay {
    cursor: pointer;
}

/* Убеждаемся, что все элементы ymaps видны */
#map-surface .ymaps-2-1-79-inner-panes,
#map-surface .ymaps-2-1-79-outer-panes {
    z-index: 1 !important;
}

#map-surface .ymaps-2-1-79-markers-pane {
    z-index: 15 !important;
}

.map__card {
    position: absolute;
    left: 20px;
    bottom: 32px;
    display: flex;
    gap: 20px;
    padding: 20px;
    width: 515px;
    max-width: calc(100% - 40px);
    border-radius: 20px;
    background: #FFFFFF;
    z-index: 20;
    box-shadow: 0 18px 24px rgba(0, 0, 0, 0.08);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
}

.map__card--hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(16px);
}

.map__card--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.map__card--desktop {
    display: flex;
}

.map__card-secondary {
    display: none;
    position: static;
    width: 100%;
    max-width: none;
    padding: 16px;
    border-radius: 20px;
    background: #F4EFEC;
    box-shadow: none;
    gap: 20px;
}

.map__card-image {
    position: relative;
    width: 214px;
    height: 249px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.map__card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.map__card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map__card-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.map__card-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.map__card-title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    font-weight: 600;
    color: #311D12;
}

.map__card-location {
    display: flex;
    align-items: center;
    gap: 8px;
}

.map__card-location-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: inline-flex;
    color: #FF333B;
}

.map__card-location-icon svg {
    width: 100%;
    height: 100%;
}

.map__card-location-text {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: #311D12;
}

.map__card-parameters {
    display: flex;
    gap: 20px;
}

.map__parameters-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.map__parameter {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.map__parameter-name {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #311D12;
}

.map__parameter-value {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: #311D12;
}

.map__card-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
    color: #FF3340;
    text-decoration: none;
    transition: color 0.2s ease;
}

.map__card-link-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
}

.map__card-link-icon svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .map__frame {
        max-width: 747px;
    }

    .map__area {
        max-width: 747px;
    }
}

@media (max-width: 990px) {
    .map__frame {
        max-width: 950px;
    }

    .map__area {
        max-width: 950px;
    }
}

@media (max-width: 768px) {
    .map {
        padding: 40px 16px 60px;
    }

    .map__frame {
        max-width: 736px;
        gap: 20px;
        align-items: center;
    }

    .map__title {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1.12px;
    }

    .map__description {
        font-size: 16px;
        line-height: 24px;
    }

    .map__area {
        max-width: 736px;
        aspect-ratio: 738 / 366;
    }
    .map__card-secondary .map__card-image {
        width: 130px;
        height: 138px;
        border-radius: 12px;
    }

    .map__card-secondary .map__card-text {
        gap: 12px;
    }

    .map__card-secondary .map__card-title {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .map__card-secondary .map__card-location-text {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
    }

    .map__card-secondary .map__parameter-name {
        font-size: 12px;
        line-height: 14.4px;
        letter-spacing: 0;
    }

    .map__card-secondary .map__parameter-value {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .map__card-secondary .map__card-link {
        font-family: 'Wix Madefor Display', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .map__card-secondary .map__card-parameters {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 20px;
    }

    .map__card-secondary .map__parameters-column {
        flex: 1 1 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .map__card--desktop {
        display: none!important;
    }
    .map__card--visible{
        display: flex;
    }
    .map__card-secondary {
        /*  display: flex;*/
        width: 100%;
        max-width: 736px;
    }

    .map__card-secondary .map__card-parameters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .map__card-secondary .map__parameters-column {
        gap: 12px;
    }
}

@media (max-width: 390px) {
    .map__frame {
        max-width: 358px;
    }

    .map__area {
        max-width: 358px;
        aspect-ratio: 358 / 366;
    }

    .map__card--desktop {
        display: none;
    }

    .map__card-secondary {
       /* display: flex;
        width: 100%;
        max-width: 358px;*/
    }

    .map__card-secondary .map__parameters-column {
        flex-basis: 100%;
    }
}

@media (max-width: 1172px) {
    .sticly_block{
        width: 100%;
    }
    .plans__cta-card{
        max-width: 100%;
    }
    .configurations__frame {
        max-width: 100%;
    }
    .configurations__cta-text{
        width: 100%;
        justify-content: space-between;
    }
    .company-advantages__frame, .faq__frame, .technology-advantages__frame, .quality-control__frame, .portfolio__frame, .map__frame, .map__area, .payment__frame, .stages__frame, .reviews__frame{
        max-width: 100%;
    }
    .about__frame, .about__content{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .first-screen__order .calculate_ipoteka{
        font-size: 14px;
    }
    .first-screen__select-icon{
        width: 10px;
        height: 10px;
    }
    .first-screen__text .first-screen__title{
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 33.6px */
        letter-spacing: -1.12px;
    }
    .breadcrumbs__container{
        overflow-x: auto;
    }
    .breadcrumbs__container::-webkit-scrollbar{
        width: 0;
    }
}

/* End */
/* /bitrix/templates/pplk/components/bitrix/breadcrumb/catalog_element_2025_breadcrumb/style.css?17664819331592 */
/* /bitrix/templates/pplk/components/bitrix/news.detail/catalog_element_2025/style.css?1766481933139864 */
