/*
Theme Name: Ranel
Author: Egor
Description: индивидуальная разработка
Version: 1.0
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #FBF5EF;
}
a,
a:visited {
    text-decoration: none;
    color: currentColor;
}
a,
input,
button {
    transition: 0.3s;
}
section {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.wrapper {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
@media(max-width: 1550px) {
    .wrapper {
        padding: 0 23px;
    }
}
@media(max-width: 1240px) {
    .wrapper {
        padding: 0 18px;
    }
}
@media(max-width: 768px) {
    .wrapper {
        padding: 0 24px;
    }
}
@media(max-width: 470px) {
    .wrapper {
        padding: 0 19px;
    }
}
img {
    object-fit: contain;
}
.flex-box-row {
    display: flex;
    flex-direction: row;
}
.flex-box-column {
    display: flex;
    flex-direction: column;
}
.space-between {
    justify-content: space-between;
}
.justify-flex-end {
    justify-content: flex-end;
}
/* Alistair Signature Regular */
@font-face {
    font-family: 'Alistair Signature';
    src: url('src/fonts/AlistairSignature.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Fira Sans Condensed Light */
@font-face {
    font-family: 'Fira Sans Condensed';
    src: url('src/fonts/FiraSansCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* Fira Sans Condensed Regular */
@font-face {
    font-family: 'Fira Sans Condensed';
    src: url('src/fonts/FiraSansCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Futura PT Book */
@font-face {
    font-family: 'Futura PT';
    src: url('src/fonts/FuturaPT-book.ttf') format('truetype');
    font-weight: 400;
    /* Обычно book соответствует ~350 */
    font-style: normal;
    font-display: swap;
}
/* Futura PT Medium */
@font-face {
    font-family: 'Futura PT';
    src: url('src/fonts/FuturaPT-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Golos Text Regular */
@font-face {
    font-family: 'Golos Text';
    src: url('src/fonts/GolosText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Aeroport Regular */
@font-face {
    font-family: 'Aeroport';
    src: url('src/fonts/Aeroport-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Цвет текста */
.black-text {
    color: black !important;
}
.white-text {
    color: rgba(251, 245, 239, 1) !important;
}
.light-brown-text {
    color: rgba(94, 88, 79, 0.7) !important;
}
.dark-brown-text {
    color: rgba(80, 61, 54, 1) !important;
}
.orange-text {
    color: rgba(181, 133, 79, 1) !important;
}
/* Стили текстов */
.main-text {
    font-family: Futura PT;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(94, 88, 79, 0.7) !important;
}
@media(max-width: 1240px) {
    .main-text {
        font-size: 15.5px;
        line-height: 21.7px;
    }
}
@media(max-width: 768px) {
    .main-text {
        font-size: 17px;
        line-height: 21px;
    }
}
.section-title {
    font-family: 'Fira Sans Condensed';
    font-size: 54px;
    line-height: 57px;
    font-weight: 300;
    text-transform: uppercase;
}
@media(max-width: 1240px) {
    .section-title {
        font-size: 42px;
        line-height: 44px;
    }
}
@media(max-width: 768px) {
    .section-title {
        font-size: 40px;
        line-height: 49px;
    }
}
@media(max-width: 470px) {
    .section-title {
        font-size: 32px;
        line-height: 38px;
    }
}
.section-top-row {
    align-items: center;
    gap: 12px;
}
.section-top-row span {
    font-family: 'Golos Text';
    font-size: 13px;
    line-height: 140%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}
@media(max-width: 1240px) {
    .section-top-row {
        gap: 9.3px;
    }
    .section-top-row span {
        font-size: 10px;
    }
    .section-top-row svg {
        width: 14px;
    }
}
@media(max-width: 768px) {
    .section-top-row {
        gap: 12px;
    }
    .section-top-row span {
        font-size: 12px;
    }
    .section-top-row svg {
        width: 18px;
    }
}
@media(max-width: 470px) {
    .section-top-row span {
        font-size: 11px;
    }
}
/* Хлебные крошки */
.bread-crumbs {
    align-items: center;
    margin: 60px 0;
}
.white-bread-crumbs {
    gap: 10px;
    margin: 60px 0 0 0;
}
.bread-crumbs-old {
    align-items: center;
}
.white-bread-crumbs .bread-crumbs-old {
    gap: 10px;
}
.bread-crumbs-old-text,
.bread-crumbs-old-delimeter,
.bread-crumbs-current {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    transition: all 0.3s;
    white-space: nowrap;
}
.bread-crumbs-old-text {
    color: rgba(90, 82, 74, 1);
}
.bread-crumbs-old-delimeter {
    color: rgba(122, 115, 107, 1);
}
.white-bread-crumbs .bread-crumbs-old-text {
    font-size: 18px;
    color: rgba(251, 245, 239, 1);
}
.white-bread-crumbs .bread-crumbs-current {
    font-size: 18px;
    text-decoration: underline;
    color: rgba(251, 245, 239, 1);
}
.white-bread-crumbs .bread-crumbs-old-delimeter {
    font-size: 14px;
    color: rgba(251, 245, 239, 1);
}
.bread-crumbs-old:hover span {
    color: rgba(181, 133, 79, 1);
}
.white-bread-crumbs .bread-crumbs-old:hover span {
    color: rgb(186 168 153);
}
.bread-crumbs-old:hover .bread-crumbs-old-text {
    text-decoration: underline;
}
.white-bread-crumbs .bread-crumbs-old:hover .bread-crumbs-old-text {
    text-decoration: none;
}
@media(max-width: 768px) {
    .bread-crumbs {
        margin: 40px 0 60px 0;
    }
    .white-bread-crumbs {
        margin: 60px 0 0 0;
    }
}
@media(max-width: 470px) {
    .bread-crumbs {
        margin: 40px 0;
    }
    .white-bread-crumbs {
        margin: 45px 0 0 0;
    }
    .bread-crumbs-current {
        font-size: 15px;
    }
    .white-bread-crumbs .bread-crumbs-old-text,
    .white-bread-crumbs .bread-crumbs-current {
        font-size: 16px;
    }
}
.page-title {
    font-family: 'Fira Sans Condensed';
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 300;
}
@media(max-width: 1240px) {
    .page-title {
        font-size: 46.5px;
        line-height: 50px;
    }
}
@media(max-width: 768px) {
    .page-title {
        font-size: 40px;
        line-height: 49px;
    }
}
@media(max-width: 470px) {
    .page-title {
        font-size: 30px;
        line-height: 38px;
    }
}
/* Блок FAQ */
.faq-elements {
    width: 50%;
    gap: 25px;
}
.faq-item {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(80, 61, 54, 0.15);
    overflow: hidden;
}
.faq-question {
    align-items: center;
    cursor: pointer;
    
}
.faq-question>span {
    font-family: 'Fira Sans Condensed';
    font-size: 28px;
    line-height: 37px;
    text-transform: uppercase;
    color: rgba(80, 61, 54, 1);
    letter-spacing: 0.05em;
    font-weight: 400;
    transition: all 0.3s;
}
.faq-question:hover>span{
    color: rgba(181, 133, 79, 1);
}
.faq-toggle {
    border: 1px solid rgba(173, 157, 139, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.faq-question:hover .faq-toggle,
.faq-toggle:hover {
    background-color: #e7dcd0;
    border-color: #e7dcd0;
}
.faq-question:hover .faq-toggle path,
.faq-toggle:hover path {
    stroke: rgba(181, 133, 79, 1);
}
.faq-icon,
.faq-icon path {
    transition: all 0.3s;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-answer-content {
    padding: 25px 0 0 0;
}
.faq-item.active .faq-answer {
    max-height: 1000px;
}
.faq-item.active .faq-toggle .faq-icon {
    transform: rotate(45deg);
}
@media(max-width: 768px) {
    .faq-elements {
        width: 100%;
        gap: 20px;
    }
    .faq-item {
        padding-bottom: 20px;
    }
    .faq-question>span {
        font-size: 28px;
        line-height: 34px;
    }
    .faq-answer-content {
        padding: 20px 0 0 0;
    }
}
@media(max-width: 470px) {
    .faq-elements {
        width: 100%;
        gap: 30px;
    }
    .faq-item {
        padding-bottom: 10px;
    }
    .faq-question>span {
        font-size: 24px;
        line-height: 34px;
    }
    .faq-answer-content {
        padding: 10px 0 0 0;
    }
    .faq-toggle {
        width: 48px;
        height: 48px;
    }
    .faq-icon {
        width: 14px;
        height: 14px;
    }
}
/* Блок со слайдером Исключительность */
.fourth-swiper {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
}
.fourth-swiper .swiper-slide {
    cursor: pointer;
}
.main-fourth-section {
    position: relative;
    height: 943px !important;
    background-color: rgba(246, 238, 230, 1);
}
.main-fourth-section .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: start;
    height: 100%;
    position: relative;
    z-index: 2;
}
.main-fourth-left {
    width: 50%;
    gap: 10px;
}
.main-fourth-top {
    gap: 25px;
    position: relative;
}
.main-fourth-top-row {
    gap: 12px;
    align-items: center;
}
.main-fourth-top-row span {
    font-family: 'Golos Text';
    font-size: 13px;
    line-height: 140%;
    font-weight: 400;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(181, 133, 79, 1);
}
.main-fourth-top h2 {
    font-family: 'Fira Sans Condensed';
    font-size: 54px;
    font-weight: 300;
    line-height: 62px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(80, 61, 54, 1);
    max-width: 611px;
}
.main-fourth-subtitle {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 25px;
    font-weight: 450;
    letter-spacing: 0.23em;
    color: rgba(173, 157, 139, 1);
    max-width: 436px;
    text-transform: uppercase;
    padding-top: 5px;
}
.main-fourth-bottom {
    gap: 20px;
}
.main-fourth-bottom-top {
    gap: 20px;
}
.main-fourth-icon-wrapper {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid rgba(191, 191, 191, 1);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.main-fourth-icon-wrapper>div {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: darken;
    background-color: #F6EEE6;
}
.main-fourth-icon-wrapper img {
    width: 52px;
    height: auto;
}
.main-fourth-bottom-top span {
    font-family: 'Fira Sans Condensed';
    font-size: 40px;
    font-weight: 300;
    line-height: 47px;
    letter-spacing: 0.07em;
    color: rgba(181, 133, 79, 1);
    text-transform: uppercase;
}
.main-fourth-text p,
.main-fourth-text li {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    color: rgba(94, 88, 79, 0.7);
}
.main-fourth-text ul {
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0;
}
.main-fourth-text ul li {
    position: relative;
}
.main-fourth-text ul li::before {
    content: "•";
    font-family: Futura PT;
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    margin-right: 10px;
    color: rgba(181, 133, 79, 1);
}
.main-fourth-img {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-fourth-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 85%;
    pointer-events: none;
    z-index: 1;
}
.fabrics-second-section .main-fourth-bg-image {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    height: 881px;
    width: 881px;
}
.main-fourth-bg-image>div:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(9.9deg, rgba(251, 245, 239, 0) 37.44%, #FBF5EF 93.04%);
    height: 100%;
    width: 100%;
}
.fabrics-second-section .main-fourth-bg-image>div:nth-child(1) {
    position: absolute;
    left: -70%;
    transform: translateX(50%);
    background: linear-gradient(270deg, rgba(251, 245, 239, 0) 25.69%, #FBF5EF 60.87%);
}
.main-fourth-bg-image>div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F6EEE6;
    mix-blend-mode: darken;
    height: 100%;
    width: 100%;
}
.fabrics-second-section .main-fourth-bg-image>div:nth-child(2) {
    background-color: #FBF5EF;
}
.fabrics-second-section .main-fourth-bg-image>div:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: -3%;
    background: linear-gradient(171.07deg, rgba(251, 245, 239, 0) 54.18%, #FBF5EF 75.01%);
    height: 468px;
    width: 683px;
}
@media(max-width: 1350px) {
    .main-fourth-top h2 {
        font-size: 48px;
        line-height: 52px;
    }
    .main-fourth-subtitle {
        font-size: 15px;
        line-height: 25px;
    }
    .main-fourth-bottom-top span {
        font-size: 36px;
        line-height: 40px;
    }
    .main-fourth-text p,
    .main-fourth-text li,
    .main-fourth-text ul li::before {
        font-size: 20px;
        line-height: 24px;
    }
}
@media(max-width: 1240px) {
    .main-fourth-section {
        height: 730px !important;
    }
    .main-fourth-section .wrapper {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .main-fourth-top {
        gap: 20px;
    }
    .main-fourth-top-row {
        gap: 9px;
    }
    .main-fourth-top-row svg {
        width: 14px;
    }
    .main-fourth-bottom-top svg,
    .main-fourth-icon-wrapper {
        width: 65px;
        height: 65px;
    }
    .main-fourth-icon-wrapper img {
        width: 40px;
    }
    .main-fourth-top-row span {
        font-size: 10px;
    }
    .main-fourth-top h2 {
        font-size: 42px;
        line-height: 48px;
        max-width: 474px;
    }
    .main-fourth-subtitle {
        font-size: 14px;
        line-height: 23px;
        max-width: 400px;
        padding-top: 0;
    }
    .main-fourth-bottom {
        gap: 16px;
    }
    .main-fourth-bottom-top {
        gap: 16px;
    }
    .main-fourth-bottom-top span {
        font-size: 31px;
        line-height: 36px;
    }
    .main-fourth-text p,
    .main-fourth-text li,
    .main-fourth-text ul li::before {
        font-size: 18.6px;
        line-height: 24px;
    }
    .main-fourth-text ul li::before {
        margin-right: 5px;
    }
}
@media(max-width: 1080px) {
    .main-fourth-section {
        height: 650px !important;
    }
    .main-fourth-section .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-fourth-top-row span {
        font-size: 9px;
    }
    .main-fourth-top {
        gap: 12px;
    }
    .main-fourth-top h2 {
        font-size: 36px;
        line-height: 38px;
        max-width: 380px;
    }
    .main-fourth-subtitle {
        font-size: 12px;
        line-height: 20px;
        max-width: 370px;
    }
    .main-fourth-bottom-top span {
        font-size: 20px;
        line-height: 25px;
    }
    .main-fourth-text p,
    .main-fourth-text li,
    .main-fourth-text ul li::before {
        font-size: 15px;
        line-height: 20px;
    }
}
@media(max-width: 768px) {
    .main-fourth-section {
        height: auto !important;
        margin: 0;
    }
    .main-fourth-section .wrapper {
        padding-top: 80px;
        padding-bottom: 970px;
        min-height: 1637px;
    }
    .main-fourth-left {
        width: 100%;
        gap: 120px;
        justify-content: start;
    }
    .main-fourth-text ul li::before {
        margin-right: 10px;
    }
    .main-fourth-top {
        gap: 16px;
    }
    .main-fourth-bottom-top svg,
    .main-fourth-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    .main-fourth-icon-wrapper img {
        width: 36px;
    }
    .main-fourth-top-row svg {
        width: 18px;
    }
    .main-fourth-top-row span {
        font-size: 12px;
    }
    .main-fourth-top h2 {
        font-size: 40px;
        line-height: 49px;
        max-width: 590px;
    }
    .main-fourth-subtitle {
        font-size: 14px;
        line-height: 25px;
        max-width: 620px;
        position: absolute;
        top: calc(100% + 12px);
    }
    .main-fourth-bottom {
        position: relative;
        flex-direction: row;
        gap: 26px;
    }
    .main-fourth-bottom-top {
        flex-direction: column-reverse;
        gap: 20px;
        justify-content: start;
        max-width: 235px;
    }
    .main-fourth-bottom-top span {
        font-size: 30px;
        line-height: 34px;
    }
    .main-fourth-text p,
    .main-fourth-text li,
    .main-fourth-text ul li::before {
        font-size: 22px;
        line-height: 31px;
    }
    .main-fourth-img {
        height: 900px;
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        top: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .main-fourth-bg-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 900px);
        pointer-events: none;
        z-index: 1;
    }
    .main-fourth-bg-image>div:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(252deg, rgba(251, 245, 239, 0) 41.95%, #FBF5EF 85.91%);
        height: 100%;
        width: 100%;
    }
}
@media(max-width: 650px) {
    .main-fourth-section .wrapper {
        padding-top: 60px;
        padding-bottom: 480px;
        min-height: unset;
    }
    .main-fourth-left {
        width: 100%;
        gap: 20px;
    }
    .main-fourth-text ul li::before {
        margin-right: 5px;
    }
    .main-fourth-top-row span {
        font-size: 11px;
    }
    .main-fourth-top h2 {
        font-size: 32px;
        line-height: 38px;
        max-width: unset;
    }
    .main-fourth-subtitle {
        font-size: 12px;
        line-height: 20px;
        padding-top: 4px;
        max-width: unset;
        position: unset;
        top: auto;
    }
    .main-fourth-bottom {
        flex-direction: column;
        gap: 20px;
    }
    .main-fourth-bottom-top {
        flex-direction: column;
        gap: 20px;
        max-width: unset;
    }
    .main-fourth-bottom-top span {
        font-size: 24px;
        line-height: 34px;
    }
    .main-fourth-text p,
    .main-fourth-text li,
    .main-fourth-text ul li::before {
        font-size: 18px;
        line-height: 21px;
    }
    .main-fourth-img {
        height: 440px;
    }
    .main-fourth-bg-image {
        height: calc(100% - 440px);
    }
    /* .main-fourth-bg-image>div:nth-child(2),
    .main-fourth-icon-wrapper>div {
        background-color: #FBF5EF;
    } */
}
@media(max-width: 470px) {
    .fabrics-second-section .main-fourth-bg-image {
        width: 100%;
        height: 422px;
        bottom: 0;
        transform: translateY(50%);
    }
    .fabrics-second-section .main-fourth-bg-image>div:nth-child(3) {
        display: none;
    }
    .fabrics-second-section .main-fourth-bg-image>div:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0;
        transform: unset;
        background: linear-gradient(154.52deg, rgba(251, 245, 239, 0) 63.11%, #FBF5EF 81.67%);
    }
}
/* Блок новости */
.main-ninth-section {
    position: relative;
}
.main-ninth-section .wrapper {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 120px;
}
.main-ninth-news {
    display: grid;
    margin-top: 10px;
    gap: 30px;
    grid-auto-rows: 1fr;
}
.main-ninth-new {
    position: relative;
    justify-content: end;
}
.main-new-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 31%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-new-right-row {
    width: 67%;
    padding: 30px 0 75px 0;
    border-top: 0.5px solid rgba(173, 157, 139, 0.5);
    justify-content: space-between;
    gap: 10px;
    align-items: start;
}
.main-new-right-row-left {
    gap: 10px;
    width: 84%;
    align-items: start;
}
.main-new-name {
    font-family: 'Fira Sans Condensed';
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: 100%;
    max-width: 273px;
}
.main-new-text {
    max-width: 374px;
    width: 100%;
}
.main-new-date {
    align-items: center;
    gap: 8px;
}
.main-new-date-mobile {
    display: none;
}
.main-new-date span {
    font-family: Aeroport;
    font-size: 16px;
    line-height: 127%;
    font-weight: 400;
    color: rgba(94, 88, 79, 0.6);
}
.main-new-btn {
    display: flex;
    padding: 20px 26px;
    border: 0.56px solid rgba(173, 157, 139, 1);
    height: 50px;
    border-radius: 333.33px;
}
.main-new-btn svg,
.main-new-btn path,
.main-new-btn line {
    transition: all 0.3s;
}
.main-new-btn:hover {
    background-color: rgb(231, 220, 208);
    border-color: rgb(231, 220, 208);
}
.main-new-btn:hover svg {
    transform: translateX(4px);
}
@media(max-width: 1240px) {
    .main-ninth-section .wrapper {
        gap: 15.5px;
        padding-top: 23px;
        padding-bottom: 90px;
    }
    .main-ninth-news {
        margin-top: 8px;
        gap: 23.5px;
    }
    .main-new-right-row {
        padding: 23px 0 60px 0;
        border-top: 0.39px solid rgba(173, 157, 139, 0.5);
    }
    .main-new-name {
        font-size: 17px;
        line-height: 21px;
        max-width: 210px;
    }
    .main-new-text {
        max-width: 290px;
        width: 100%;
    }
    .main-new-date {
        align-items: center;
        gap: 6px;
    }
    .main-new-date svg {
        width: 18.6px;
        height: 18.6px;
    }
    .main-new-date span {
        font-size: 12px;
    }
    .main-new-btn {
        display: flex;
        padding: 15px 20px;
        border: 0.43px solid rgba(173, 157, 139, 1);
        height: 40px;
        border-radius: 258.37px;
    }
    .main-new-btn svg {
        width: 12px;
        height: auto;
    }
}
@media(max-width: 950px) {
    .main-ninth-section .wrapper {
        gap: 16px;
        padding: 40px 0 0 0;
    }
    .main-ninth-section .section-top-row,
    .main-ninth-section .section-title {
        padding: 0 18px;
    }
    .main-ninth-news {
        margin-top: 14px;
        gap: 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: max-content;
    }
    .main-ninth-new {
        position: relative;
        justify-content: end;
        border-right: 0.5px solid #AD9D8B;
        border-bottom: 0.5px solid #AD9D8B;
    }
    .main-new-img {
        right: 0;
        bottom: auto;
        width: 100%;
        height: 173px;
    }
    .main-new-right-row {
        width: 100%;
        flex-direction: column;
        padding: 193px 18px 26px 18px;
        border-top: none;
        justify-content: space-between;
        gap: 20px;
        align-items: start;
    }
    .last-row-el-9 {
        border-bottom: none;
        padding-bottom: 40px;
    }
    .last-column-el-9 {
        border-right: none !important;
    }
    .main-new-right-row-left {
        gap: 20px;
        width: 100%;
        flex-direction: column;
        align-items: start;
    }
    .main-new-right-row-left .main-new-date {
        display: none;
    }
    .main-new-date-mobile {
        display: flex;
    }
    .main-new-name {
        font-size: 18px;
        line-height: 24px;
        max-width: unset;
    }
    .main-new-text {
        max-width: unset;
    }
    .main-new-date {
        align-items: center;
        gap: 8px;
    }
    .main-new-date svg {
        width: 24px;
        height: 24px;
    }
    .main-new-right-row-right {
        width: 100%;
        align-items: end;
    }
    .main-new-date span {
        font-size: 14px;
    }
    .main-new-btn {
        padding: 17px 26px;
        border: 0.56px solid rgba(173, 157, 139, 1);
        height: 44px;
    }
}
@media(max-width: 768px) {
    .main-new-right-row {
        padding: 193px 24px 26px 24px;
    }
    .main-ninth-section .section-top-row,
    .main-ninth-section .section-title {
        padding: 0 24px;
    }
}
@media(max-width: 470px) {
    .main-ninth-section .wrapper {
        padding: 15px 0 35px 0;
    }
    .main-ninth-section .section-top-row,
    .main-ninth-section .section-title {
        padding: 0 19px;
    }
    .main-ninth-news {
        margin-top: 9px;
        grid-template-columns: repeat(1, 1fr);
    }
    .main-ninth-new {
        border-right: none;
        border-bottom: none;
    }
    .main-new-right-row {
        padding: 193px 19px 25px 19px;
    }
    .last-row-el-9 {
        padding-bottom: 0;
    }
    .main-new-right-row-left {
        gap: 10px;
    }
}
/* Блок с прямоугольником по центру */
.main-fifth-section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-fifth-section .wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}
.main-fifth-block {
    padding: 60px 20px 40px 20px;
    max-width: 632px;
    margin: auto;
    gap: 50px;
    text-align: center;
    align-items: center;
    position: relative;
    background: linear-gradient(243.01deg, rgba(246, 238, 230, 0) -12.21%, rgba(246, 238, 230, 0.119347) 15.34%, rgba(246, 238, 230, 0.6) 92.04%);
    backdrop-filter: blur(20px);
}
.main-fifth-block::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 2;
}
.main-fifth-block h2 {
    font-family: 'Fira Sans Condensed';
    font-size: 40px;
    line-height: 47px;
    font-weight: 300;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}
.white-btn {
    align-items: center;
    gap: 20px;
    height: 57px;
    padding: 0 24px;
    background-color: rgba(251, 245, 239, 1);
    border: 1px solid rgba(251, 245, 239, 1);
    border-radius: 286.08px;
    font-family: Futura PT;
    font-size: 14px;
    line-height: 23px;
    font-weight: 450;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(181, 133, 79, 1) !important;
}
.white-btn svg,
.white-btn path,
.white-btn line {
    transition: all 0.3s;
}
.white-btn:hover,
.white-btn:active {
    background-color: transparent;
    color: rgba(251, 245, 239, 1) !important;
}
.white-btn:hover svg,
.white-btn:active svg {
    transform: translate(4px);
}
.white-btn:hover path,
.white-btn:hover line,
.white-btn:active path,
.white-btn:active line {
    stroke: rgba(251, 245, 239, 1);
}
.contact-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 400px;
    padding: 5px;
}
.contact-btn-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: -16px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    position: relative;
}
.contact-btn-photo::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(173, 157, 139, 1);
    top: 1px;
    right: 4px;
}
.contact-btn-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(173, 157, 139, 1);
    backdrop-filter: blur(60px);
    box-shadow: 5.33px 5.33px 33.33px 0px rgba(239, 239, 239, 0.15) inset;
    z-index: 1;
}
.contact-btn:hover,
.contact-btn:active {
    background-color: rgba(0, 0, 0, 0.05);
    border: 2px solid rgba(255, 255, 255, 1);
}
@media(max-width: 1240px) {
    .main-fifth-block {
        padding: 40px 20px 30px 20px;
        max-width: 490px;
        margin: auto;
        gap: 37px;
        backdrop-filter: blur(15px);
    }
    .main-fifth-block::after {
        top: 8px;
        right: 8px;
        bottom: 8px;
        left: 8px;
    }
    .main-fifth-block h2 {
        font-size: 31px;
        line-height: 36px;
    }
    .white-btn {
        gap: 15px;
        height: 45px;
        padding: 0 18.6px;
        border-radius: 221.71px;
        font-size: 11px;
        line-height: 17px;
    }
    .contact-btn {
        position: absolute;
        bottom: 23px;
        right: 23px;
        border-radius: 310px;
        padding: 4px;
    }
    .contact-btn-photo {
        width: 46.5px;
        height: 46.5px;
        margin-bottom: -12.4px;
    }
    .contact-btn-photo::after {
        width: 9.3px;
        height: 9.3px;
        border-radius: 50%;
        right: 3px;
    }
    .contact-btn-icon {
        width: 46.5px;
        height: 46.5px;
        backdrop-filter: blur(46.5px);
        box-shadow: 4.13px 4.13px 25.83px 0px rgba(239, 239, 239, 0.15) inset;
    }
}
@media(max-width: 768px) {
    .main-fifth-section .wrapper {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .main-fifth-block {
        padding: 40px 20px;
        max-width: 552px;
        gap: 12px;
        backdrop-filter: blur(20px);
    }
    .main-fifth-block::after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .main-fifth-block h2 {
        font-size: 32px;
        line-height: 47px;
    }
    .white-btn {
        gap: 20px;
        height: 57px;
        padding: 0 24px;
        border-radius: 286.08px;
        font-size: 14px;
        line-height: 23px;
    }
    .contact-btn {
        position: absolute;
        bottom: 24px;
        right: 24px;
        border-radius: 342.86px;
        padding: 4px;
        z-index: 2;
    }
    .contact-btn-photo {
        width: 52px;
        height: 52px;
        margin-bottom: -15px;
    }
    .contact-btn-photo::after {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .contact-btn-icon {
        width: 52px;
        height: 52px;
        backdrop-filter: blur(52px);
        box-shadow: 4.57px 4.57px 28.57px 0px rgba(239, 239, 239, 0.15) inset;
    }
}
@media(max-width: 470px) {
    .main-fifth-section .wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .main-fifth-block {
        padding: 50px 10px;
        max-width: 310px;
        gap: 23px;
    }
    .main-fifth-block::after {
        content: none;
    }
    .main-fifth-block h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .white-btn {
        height: 50px;
        font-size: 13px;
    }
    .contact-btn {
        bottom: 19px;
        right: 19px;
    }
}
.clients-bg-img {
    position: absolute;
    z-index: 1;
    width: 105%;
    height: auto;
    left: -38%;
    bottom: -13px;
}
.fabrics-fourth-section .clients-bg-img {
    max-height: 500px;
    bottom: 0;
    left: -30%;
}
@media(max-width: 1240px) {
    .bespoke-second-section .clients-bg-img {
        width: 120%;
        right: -200px;
        left: auto;
    }
    .fabrics-fourth-section .clients-bg-img {
        width: 140%;
        right: -300px;
        bottom: auto;
        top: 180px;
        left: auto;
        max-height: unset;
    }
}
@media(max-width: 768px) {
    .clients-bg-img {
        display: flex;
        width: 119%;
        left: -17%;
        bottom: -57px;
    }
}
@media(max-width: 570px) {
    .bespoke-second-section .clients-bg-img {
        display: none;
    }
}
/* Седьмой экран */
.main-seventh-section {
    background-color: #AD9D8B;
    position: relative;
}
.main-seventh-section .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 25px;
}
.main-seventh-top-row {
    gap: 12px;
    align-items: center;
}
.main-seventh-top-row span {
    font-family: 'Golos Text';
    font-size: 13px;
    line-height: 140%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: rgba(251, 245, 239, 1);
}
.main-seventh-bottom-row {
    align-items: end;
}
.main-seventh-bottom-row h2 {
    font-family: 'Fira Sans Condensed';
    font-size: 54px;
    line-height: 62px;
    font-weight: 300;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(251, 245, 239, 1);
}
.seventh-swiper {
    margin-top: 7px;
    overflow: visible !important;
    width: 100%;
}
.main-seventh-slide {
    width: 23% !important;
    gap: 20px;
    display: flex !important;
}
.main-seventh-img {
    width: 100%;
    height: 476px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-seventh-text {
    font-family: 'Fira Sans Condensed';
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(251, 245, 239, 1);
}
.main-seventh-section .swiper-buttons {
    border: 0.56px solid rgba(199, 199, 200, 1);
    border-radius: 333.33px;
    align-items: center;
    height: fit-content;
    overflow: hidden;
}
.main-seventh-section .swiper-button-prev,
.main-seventh-section .swiper-button-next {
    padding: 21px 24px !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    width: fit-content !important;
    height: fit-content !important;
    transition: all 0.3s;
}
.main-seventh-section .swiper-button-prev svg,
.main-seventh-section .swiper-button-next svg,
.main-seventh-section .swiper-button-prev path,
.main-seventh-section .swiper-button-next path {
    transition: all 0.3s;
}
.main-seventh-section .swiper-button-prev:hover,
.main-seventh-section .swiper-button-next:hover {
    background-color: #FBF5EF;
}
.main-seventh-section .swiper-button-prev:hover svg {
    transform: translateX(-4px);
}
.main-seventh-section .swiper-button-next:hover svg {
    transform: translateX(4px);
}
.main-seventh-section .swiper-button-prev:hover path,
.main-seventh-section .swiper-button-next:hover path {
    fill: #AD9D8B;
}
.main-seventh-section .swiper-button-prev:after,
.main-seventh-section .swiper-button-prev:before,
.main-seventh-section .swiper-button-next:after,
.main-seventh-section .swiper-button-next:before {
    content: none !important;
}
.main-seventh-section .swiper-button-delimeter {
    width: 0.5px;
    height: 30px;
    margin: auto 0;
    background-color: rgba(199, 199, 200, 1);
}
@media(max-width: 1240px) {
    .main-seventh-section .wrapper {
        padding-top: 46.5px;
        padding-bottom: 46.5px;
        gap: 20px;
    }
    .main-seventh-top-row {
        gap: 9.3px;
    }
    .main-seventh-top-row svg {
        width: 14px;
    }
    .main-seventh-top-row span {
        font-size: 10px;
    }
    .main-seventh-bottom-row h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .seventh-swiper {
        margin-top: 5px;
    }
    .main-seventh-slide {
        width: 23% !important;
        gap: 15.5px;
    }
    .main-seventh-img {
        height: 369px;
    }
    .main-seventh-text {
        font-size: 17px;
        line-height: 21px;
    }
    .main-seventh-section .swiper-buttons {
        border: 0.43px solid rgba(199, 199, 200, 1);
        border-radius: 258.33px;
    }
    .main-seventh-section .swiper-button-prev,
    .main-seventh-section .swiper-button-next {
        padding: 17px 20px !important;
    }
    .main-seventh-section .swiper-button-prev svg,
    .main-seventh-section .swiper-button-next svg {
        width: 14px;
    }
    .main-seventh-section .swiper-button-delimeter {
        width: 0.43px;
        height: 24px;
    }
}
@media(max-width: 768px) {
    .main-seventh-section .wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
        gap: 16px;
    }
    .main-seventh-top-row {
        gap: 12px;
    }
    .main-seventh-top-row svg {
        width: 18px;
    }
    .main-seventh-top-row span {
        font-size: 12px;
    }
    .main-seventh-bottom-row h2 {
        font-size: 40px;
        line-height: 49px;
        max-width: 260px;
    }
    .seventh-swiper {
        margin-top: 14px;
    }
    .main-seventh-slide {
        width: 40% !important;
        gap: 20px;
    }
    .main-seventh-img {
        height: 386px;
    }
    .main-seventh-text {
        font-size: 22px;
        line-height: 28px;
    }
    .main-seventh-section .swiper-buttons {
        border: 0.56px solid rgba(199, 199, 200, 1);
        border-radius: 333.33px;
    }
    .main-seventh-section .swiper-button-prev,
    .main-seventh-section .swiper-button-next {
        padding: 21px 24px !important;
    }
    .main-seventh-section .swiper-button-prev svg,
    .main-seventh-section .swiper-button-next svg {
        width: 18px;
    }
    .main-seventh-section .swiper-button-delimeter {
        width: 0.5px;
        height: 31px;
    }
}
@media(max-width: 470px) {
    .main-seventh-section .wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .main-seventh-top-row span {
        font-size: 11px;
    }
    .main-seventh-bottom-row h2 {
        font-size: 32px;
        line-height: 38px;
        max-width: 210px;
    }
    .seventh-swiper {
        margin-top: 9px;
    }
    .main-seventh-slide {
        width: 66% !important;
        gap: 15px;
    }
    .main-seventh-img {
        height: 298px;
    }
    .main-seventh-text {
        font-size: 18px;
        line-height: 23px;
    }
    .main-seventh-section .swiper-buttons {
        display: none;
    }
}
.bespoke-first-section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bespoke-first-section .wrapper {
    gap: 117px;
    padding-bottom: 188px;
    position: relative;
    z-index: 2;
}
.bespoke-first-column {
    max-width: 676px;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(243.01deg, rgba(246, 238, 230, 0) -12.21%, rgba(246, 238, 230, 0.119347) 15.34%, rgba(246, 238, 230, 0.6) 92.04%);
    backdrop-filter: blur(40px);
    padding: 57px 40px;
    position: relative;
    align-items: center;
    text-align: center;
}
.bespoke-first-column>.bespoke-first-border {
    position: absolute;
    top: 8px;
    left: 10px;
    right: 10px;
    bottom: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
}
.bespoke-first-column h1 {
    font-family: 'Fira Sans Condensed';
    font-size: 54px;
    line-height: 67px;
    font-weight: 300;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.bespoke-first-column p {
    max-width: 369px;
    font-family: Futura PT;
    font-size: 20px;
    line-height: 19px;
    font-weight: 400;
    color: rgba(251, 245, 239, 1);
    margin-bottom: 43px;
}
.bespoke-first-column .scroll-button {
    background-color: rgba(251, 245, 239, 1);
    border: 1px solid rgba(251, 245, 239, 1);
    height: 57px;
    align-items: center;
    width: fit-content;
    padding: 0 24px;
    gap: 20px;
    border-radius: 286.08px;
}
.bespoke-first-column .scroll-button span {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 23px;
    font-weight: 450;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(80, 61, 54, 1);
    transition: all 0.3s;
}
.bespoke-first-column .scroll-button svg,
.bespoke-first-column .scroll-button path,
.bespoke-first-column .scroll-button line {
    transition: all 0.3s;
}
.bespoke-first-column .scroll-button:hover,
.bespoke-first-column .scroll-button:active {
    background-color: transparent;
}
.bespoke-first-column .scroll-button:hover svg,
.bespoke-first-column .scroll-button:active svg {
    transform: translateX(4px);
}
.bespoke-first-column .scroll-button:hover span,
.bespoke-first-column .scroll-button:active span {
    color: rgba(251, 245, 239, 1);
}
.bespoke-first-column .scroll-button:hover path,
.bespoke-first-column .scroll-button:active path,
.bespoke-first-column .scroll-button:hover line,
.bespoke-first-column .scroll-button:active line {
    stroke: rgba(251, 245, 239, 1);
}
.bespoke-first-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 47.22%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
    z-index: 1;
}
@media(max-width: 768px) {
    .bespoke-first-section .wrapper {
        gap: 138px;
        padding-bottom: 184px;
    }
    .bespoke-first-column {
        max-width: unset;
        width: 100%;
        padding: 80px 0px;
    }
    .bespoke-first-column h1 {
        font-size: 48px;
        line-height: 57px;
        margin-bottom: 15px;
    }
    .bespoke-first-column p {
        max-width: 334px;
        margin-bottom: 30px;
    }
}
@media(max-width: 470px) {
    .bespoke-first-section .wrapper {
        gap: 90px;
        padding-bottom: 105px;
    }
    .bespoke-first-column {
        padding: 111px 24px;
    }
    .bespoke-first-column h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .bespoke-first-column p {
        font-size: 16px;
        max-width: 257px;
        margin-bottom: 35px;
    }
    .bespoke-first-column .scroll-button {
        height: 50px;
    }
    .bespoke-first-column .scroll-button span {
        font-size: 13px;
    }
}
/* Восьмой экран */
.main-eighth-section {
    position: relative;
}
.main-eighth-section .wrapper {
    padding-top: 90px;
    padding-bottom: 30px;
    align-items: end;
}
.main-eighth-left-column {
    gap: 25px;
    width: 50%;
}
.main-eighth-left-top-row {
    align-items: center;
    gap: 12px;
}
.main-eighth-left-top-row span {
    font-family: 'Golos Text';
    font-size: 13px;
    line-height: 140%;
    font-weight: 400;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(181, 133, 79, 1);
}
.main-eighth-left-column h2 {
    font-family: 'Fira Sans Condensed';
    font-size: 54px;
    line-height: 62px;
    font-weight: 300;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(80, 61, 54, 1);
}
.mobile-text-8 {
    font-family: Futura PT;
    font-weight: 400;
    line-height: 24px;
    font-size: 18px;
    color: rgba(94, 88, 79, 0.7);
    max-width: 285px;
    margin-top: 3px;
    display: none;
}
.main-eighth-right {
    width: 50%;
    gap: 10px;
}
.desktop-text-8 {
    font-family: Futura PT;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    max-width: 295px;
    color: rgba(94, 88, 79, 0.7);
}
.btn-8 {
    padding: 24px;
    height: 57px;
    align-items: center;
    border: 0.48px solid rgba(199, 199, 200, 1);
    border-radius: 286.08px;
    gap: 20px;
}
.btn-8 span {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 450;
    color: rgba(173, 157, 139, 1);
}
.btn-8 svg,
.btn-8 path,
.btn-8 line {
    transition: all 0.3s;
}
.btn-8:hover,
.btn-8:active {
    background-color: rgb(231, 220, 208);
    border-color: rgb(231, 220, 208);
}
.btn-8:hover span,
.btn-8:active span {
    color: rgba(181, 133, 79, 1);
}
.btn-8:hover svg,
.btn-8:active svg {
    transform: translateX(4px);
}
.btn-8:hover path,
.btn-8:active path,
.btn-8:hover line,
.btn-8:active line {
    stroke: rgba(181, 133, 79, 1);
}
.video-bg-container {
    width: 100%;
    height: auto;
    max-height: 941px;
    aspect-ratio: 16/9;
    position: relative;
}
.bg-fallback-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    transition: all 0.3s;
}
.video-wrapper {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 3;
}
.video-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.bg-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.bg-video.playing {
    opacity: 1;
}
.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-fallback-image.hidden {
    display: none;
}
.video-play-btn.hidden {
    display: none;
}
.youtube-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border: none;
    pointer-events: none;
}
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    transition: all 0.3s;
}
.video-play-btn svg path {
    transition: all 0.3s;
}
.video-play-btn:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}
.video-overlay {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
    transition: all 0.3s;
}
.video-overlay>div {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 37%;
    background: linear-gradient(0deg, #FBF5EF 17.63%, rgba(251, 245, 239, 0.654321) 59.07%, rgba(251, 245, 239, 0) 100%);
}
@media(max-width: 1240px) {
    .main-eighth-section .wrapper {
        padding-top: 70px;
        padding-bottom: 25px;
    }
    .main-eighth-left-column {
        gap: 20px;
    }
    .main-eighth-left-top-row {
        gap: 9px;
    }
    .main-eighth-left-top-row svg {
        width: 14px;
    }
    .main-eighth-left-top-row span {
        font-size: 10px;
    }
    .main-eighth-left-column h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .desktop-text-8 {
        font-size: 15.5px;
        line-height: 21px;
    }
    .btn-8 {
        padding: 18.6px;
        border: 0.37px solid rgba(199, 199, 200, 1);
        border-radius: 221.74px;
        height: 44px;
        gap: 15.5px;
    }
    .btn-8 span {
        font-size: 10px;
        line-height: 17px;
    }
    .video-bg-container {
        max-height: 730px;
    }
}
@media(max-width: 990px) {
    .desktop-text-8 {
        display: none;
    }
    .mobile-text-8 {
        display: flex;
    }
    .main-eighth-right {
        width: fit-content;
    }
}
@media(max-width: 768px) {
    .main-eighth-section .wrapper {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .main-eighth-left-column {
        gap: 16px;
    }
    .main-eighth-left-top-row {
        gap: 12px;
    }
    .main-eighth-left-top-row svg {
        width: 18px;
    }
    .main-eighth-left-top-row span {
        font-size: 12px;
    }
    .main-eighth-left-column h2 {
        font-size: 40px;
        line-height: 49px;
    }
    .btn-8 {
        padding: 24px;
        border: 0.48px solid rgba(199, 199, 200, 1);
        border-radius: 286.08;
        gap: 20px;
        height: 57px;
    }
    .btn-8 span {
        font-size: 14px;
        line-height: 22px;
    }
    .video-play-btn svg {
        width: 76px;
        height: 76px;
    }
    .video-bg-container {
        aspect-ratio: unset;
        max-height: unset;
        height: 646px;
    }
}
@media(max-width: 470px) {
    .main-eighth-section .wrapper {
        padding-top: 60px;
        padding-bottom: 30px;
        flex-direction: column;
        gap: 30px;
    }
    .main-eighth-left-top-row span {
        font-size: 11px;
    }
    .main-eighth-left-column h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .main-eighth-left-column {
        width: 100%;
    }
    .mobile-text-8 {
        margin: 0;
        font-size: 16px;
        line-height: 21px;
        max-width: 262px;
    }
    .btn-8 {
        padding: 21px 0;
        border: 0.5px solid rgba(199, 199, 200, 1);
        width: 100%;
        height: 50px;
        align-items: center;
        justify-content: center;
    }
    .btn-8 span {
        font-size: 14px;
        line-height: 22px;
    }
    .main-eighth-right {
        width: 100%;
    }
    .video-bg-container {
        height: 452px;
    }
}
/* Второй экран */
.bespoke-second-section {
    position: relative;
}
.bespoke-second-section .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    gap: 20px;
}
.bespoke-second-row {
    gap: 10px;
    align-items: start;
}
.bespoke-second-row h2 {
    width: 50%;
}
.bespoke-right-columns {
    width: 50%;
    gap: 61px;
}
.bespoke-right-columns-row {
    gap: 10px;
    align-items: start;
}
.bespoke-right-columns-row .bespoke-right-column {
    width: 50%;
}
.bespoke-right-column-number {
    font-family: 'Golos Text';
    font-size: 13px;
    line-height: 9px;
    font-weight: 400;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.bespoke-right-column-name {
    font-family: 'Fira Sans Condensed';
    font-size: 32px;
    line-height: 37px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bespoke-right-column-text {
    font-family: Futura PT;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    width: 75%;
}
@media(max-width: 1240px) {
    .bespoke-second-row {
        flex-direction: column;
        gap: 47px;
    }
    .bespoke-second-row h2 {
        width: 100%;
    }
    .bespoke-right-columns {
        width: 100%;
    }
}
@media(max-width: 768px) {
    .bespoke-second-section .wrapper {
        gap: 17px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .bespoke-right-columns {
        gap: 50px;
    }
    .bespoke-right-columns-row {
        gap: 10px;
        align-items: start;
    }
    .bespoke-right-column-number {
        margin-bottom: 30px;
    }
    .bespoke-right-column-name {
        font-size: 28px;
        line-height: 34px;
    }
    .bespoke-right-column-text {
        font-size: 18px;
    }
}
@media(max-width: 590px) {
    .bespoke-second-section .wrapper {
        gap: 16px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .bespoke-second-row {
        gap: 40px;
    }
    .bespoke-right-columns {
        width: 100%;
        gap: 40px;
    }
    .bespoke-right-columns-row {
        flex-direction: column;
        gap: 40px;
    }
    .bespoke-right-columns-row .bespoke-right-column {
        width: 100%;
    }
    .bespoke-right-column-number {
        margin-bottom: 10px;
    }
    .bespoke-right-column-name {
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
    }
    .bespoke-right-column-text {
        font-size: 18px;
        width: 100%;
    }
    .bespoke-right-column-name br,
    .bespoke-right-column-text br {
        display: none;
    }
}
.clients-section {
    position: relative;
}
.clients-section .wrapper {
    padding-bottom: 138px;
    position: relative;
    z-index: 2;
}
.clients-section .clients-content h1 {
    width: 50%;
}
@media(max-width: 768px) {
    .clients-section .clients-content {
        flex-direction: column;
        gap: 40px;
    }
    .clients-section .clients-content h1 {
        width: 100%;
    }
    .clients-bg-img {
        width: 119%;
        left: -17%;
        bottom: -57px;
    }
}
@media(max-width: 470px) {
    .clients-section .wrapper {
        padding-bottom: 120px;
    }
    .clients-bg-img {
        width: 214%;
        left: -55%;
        bottom: -67px;
    }
}
.fabrics-sixth-section {
    background-color: #F7EEE5;
}
.fabrics-sixth-section .wrapper {
    padding-top: 60px;
    padding-bottom: 119px;
}
.fabrics-sixth-section .section-top-row {
    margin-bottom: 30px;
}
.fabrics-sixth-section h2 {
    width: 50%;
}
.fabrics-sixth-section .faq-question>span {
    font-weight: 300;
}
@media(max-width: 768px) {
    .fabrics-sixth-section .wrapper {
        padding-top: 17px;
        padding-bottom: 80px;
    }
    .fabrics-sixth-section br {
        display: none;
    }
    .fabrics-sixth-section .section-top-row {
        margin-bottom: 16px;
    }
    .fabrics-sixth-section h2 {
        width: 100%;
    }
    .fabrics-sixth-section .faq-question>span {
        color: rgba(80, 61, 54, 1) !important;
    }
}
.fabrics-first-section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
.fabrics-first-section .white-bread-crumbs .bread-crumbs-old:hover span {
    color: rgba(181, 133, 79, 1);
}
.fabrics-first-section .wrapper {
    position: relative;
    z-index: 2;
    gap: 123px;
    padding-bottom: 195px;
}
.fabrics-first-section.fabrics-category-block-1 .wrapper {
    gap: unset;
    padding-bottom: 167px;
}
.fabrics-first-section.fabrics-category-block-1 .bespoke-first-column p {
    max-width: 517px;
}
.fabrics-first-section .bespoke-first-column {
    max-width: 793px;
    padding: 70px 40px;
}
.fabrics-first-section.fabrics-category-block-1 .bespoke-first-column {
    max-width: 676px;
    padding: 55px 40px;
    margin: 150px auto 0 auto;
}
.fabrics-first-section .bespoke-first-column h1 {
    margin-bottom: 0;
}
.fabrics-first-section.fabrics-category-block-1 .bespoke-first-column h1 {
    margin-bottom: 10px;
}
.fabrics-category-block-1 .wrapper img {
    width: 97px;
    height: 97px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
@media(max-width: 768px) {
    .fabrics-first-section .wrapper {
        gap: 60px;
        padding-bottom: 169px;
        align-items: center;
    }
    .fabrics-first-section.fabrics-category-block-1 .wrapper {
        gap: unset;
        padding-bottom: 200px;
    }
    .fabrics-first-section .white-bread-crumbs {
        margin-top: 100px;
        justify-content: center;
    }
    .fabrics-first-section.fabrics-category-block-1 .white-bread-crumbs {
        margin-top: 60px;
        flex-wrap: wrap;
    }
    .fabrics-first-section .bespoke-first-column {
        max-width: unset;
        width: 100%;
        padding: 70px 20px;
    }
    .fabrics-first-section.fabrics-category-block-1 .bespoke-first-column {
        padding: 56px 40px;
        margin-top: 68px;
    }
    .fabrics-first-section .bespoke-first-column h1 {
        margin-bottom: 0;
    }
    .fabrics-first-section.fabrics-category-block-1 .bespoke-first-column h1 {
        margin-bottom: 15px;
    }
    .fabrics-category-block-1 .wrapper img {
        width: 70px;
        height: 70px;
        right: 50%;
        transform: translateX(50%);
        bottom: 60px;
    }
}
@media(max-width: 470px) {
    .fabrics-first-section .wrapper {
        gap: 124px;
        padding-bottom: 174px;
    }
    .fabrics-first-section.fabrics-category-block-1 .wrapper {
        gap: unset;
        padding-bottom: 204px;
    }
    .fabrics-first-section .white-bread-crumbs {
        margin-top: 40px;
    }
    .fabrics-first-section .bespoke-first-column {
        max-width: unset;
        width: 100%;
        padding: 70px 20px;
    }
    .fabrics-first-section.fabrics-category-block-1 .bespoke-first-column {
        padding: 35px 20px;
        margin-top: 68px;
    }
    .fabrics-first-section .bespoke-first-column h1 {
        margin-bottom: 0;
    }
    .fabrics-first-section.fabrics-category-block-1 .bespoke-first-column h1 {
        margin-bottom: 10px;
    }
    .fabrics-category-block-1 .wrapper img {
        bottom: 40px;
    }
}
.fabrics-second-section {
    position: relative;
    max-width: 100%;
}
.fabrics-second-section .wrapper.fabrics-second-section-grid-4 {
    padding-bottom: 120px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: max-content;
    z-index: 2;
    position: relative;
}
.fabrics-last-level .parent-category-img {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    padding: 20px;
}
.fabrics-last-level .parent-category-img .favorites {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(251, 245, 239, 1);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.fabrics-last-level .parent-category-img .favorites svg,
.fabrics-last-level .parent-category-img .favorites path {
    transition: all 0.3s;
}
.fabrics-last-level .parent-category-img .favorites:hover {
    background-color: #e7dcd0;
    border-color: #e7dcd0;
}
.fabrics-last-level .parent-category-img .favorites:hover path {
    stroke: rgba(181, 133, 79, 1);
}
.fabrics-last-level .parent-category-img .favorites.active {
    background-color: #e7dcd0;
    border-color: #e7dcd0;
}
.fabrics-last-level .parent-category-img .favorites.active path {
    fill: rgba(181, 133, 79, 1);
    stroke: rgba(181, 133, 79, 1);
}
.fabrics-last-level .parent-category-img .js-open-fabric-popup {
    padding: 24px;
    height: 57px;
    align-items: center;
    display: flex;
    background-color: rgba(251, 245, 239, 1);
    border: 0.5px solid rgba(251, 245, 239, 1);
    border-radius: 286px;
    cursor: pointer;
    font-family: Futura PT;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 450;
    color: rgba(80, 61, 54, 1);
    transition: all 0.3s;
}
.fabrics-last-level .parent-category-img span:hover {
    background-color: transparent;
    color: rgba(251, 245, 239, 1);
}
.fabrics-neighbors {
    padding-top: 39px;
    padding-bottom: 30px;
}
.fabrics-neighbors-list {
    gap: 8px;
}
.fabrics-neighbor-item {
    transition: all 0.3s;
    padding: 20px;
    height: 57px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(120, 109, 98, 0.2);
    border-radius: 300px;
    font-family: 'Golos Text';
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.08em;
    color: rgba(120, 109, 98, 1) !important;
    text-transform: uppercase;
    font-weight: 500;
}
.fabrics-neighbor-item:hover {
    background-color: #e7dcd0;
    border-color: #e7dcd0;
    color: rgba(181, 133, 79, 1) !important;
}
.fabrics-second-section .wrapper.fabrics-second-section-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 120px;
    display: grid;
    grid-auto-rows: max-content;
    z-index: 2;
    position: relative;
}
.fabrics-category-block-2.orange-bg {
    background-color: rgba(247, 238, 229, 1);
}
.parent-category {
    border-left: 0.5px solid rgba(199, 199, 200, 1);
    border-bottom: 0.5px solid rgba(199, 199, 200, 1);
    padding: 15px 15px 30px 15px;
    transition: all 0.3s;
    background-color: #FBF5EF;
}
.fabrics-category-block-2.orange-bg .parent-category {
    background-color: rgba(247, 238, 229, 1);
}
.parent-category.row-end-desktop {
    border-right: 0.5px solid rgba(199, 199, 200, 1);
}
.parent-category.last-row-desktop {
    border-bottom: none;
}
.fabrics-second-section .wrapper .parent-category:nth-child(1),
.fabrics-second-section .wrapper .parent-category:nth-child(2),
.fabrics-second-section .wrapper .parent-category:nth-child(3),
.fabrics-second-section .wrapper .parent-category:nth-child(4) {
    padding-top: 30px;
}
.fabrics-second-section .fabrics-last-level .parent-category:nth-child(1),
.fabrics-second-section .fabrics-last-level .parent-category:nth-child(2),
.fabrics-second-section .fabrics-last-level .parent-category:nth-child(3),
.fabrics-second-section .fabrics-last-level .parent-category:nth-child(4) {
    padding-top: 15px;
    border-top: 0.5px solid rgba(199, 199, 200, 1);
}
.fabrics-second-section.fabrics-category-block-2 .wrapper.fabrics-second-section-grid-3 .parent-category:nth-child(4) {
    padding-top: 15px;
}
.parent-category:hover {
    background-color: rgba(247, 238, 229, 1);
}
.fabrics-last-level .parent-category {
    background-color: #FBF5EF;
}
.fabrics-category-block-2.orange-bg .parent-category:hover {
    background-color: #FBF5EF;
}
.parent-category-img {
    width: 100%;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;
    margin-bottom: 20px;
}
.parent-category:hover .parent-category-img {
    border-radius: 300px;
}
.fabrics-last-level .parent-category:hover .parent-category-img {
    border-radius: unset;
}
.parent-category-bottom {
    gap: 15px;
}
.parent-category-name {
    font-family: 'Fira Sans Condensed';
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.parent-category-desc {
    font-family: Futura PT;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
}
.child-categories {
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.child-category-name {
    padding: 11px 15px;
    height: 35px;
    align-items: center;
    display: flex;
    border: 1px solid rgba(120, 109, 98, 0.2);
    border-radius: 300px;
    font-family: 'Golos Text';
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: rgba(120, 109, 98, 1);
    text-transform: uppercase;
}
@media(max-width: 1240px) {
    .fabrics-second-section .wrapper.fabrics-second-section-grid-4 {
        padding-bottom: 120px;
        grid-template-columns: repeat(3, 1fr);
    }
    .fabrics-neighbors {
        padding-top: 39px;
        padding-bottom: 30px;
    }
    .fabrics-second-section .wrapper.fabrics-second-section-grid-4 .parent-category:nth-child(4) {
        padding-top: 15px;
    }
    .fabrics-second-section .fabrics-last-level .parent-category:nth-child(4) {
        border-top: none;
    }
    .parent-category.row-end-desktop {
        border-right: none;
    }
    .parent-category.row-end-desktop-1240 {
        border-right: 0.5px solid rgba(199, 199, 200, 1);
    }
    .parent-category.last-row-desktop {
        border-bottom: 0.5px solid rgba(199, 199, 200, 1);
    }
    .parent-category.last-row-desktop-1240 {
        border-bottom: none;
    }
    .parent-category:hover .parent-category-img {
        border-radius: 300px;
    }
}
@media(max-width: 970px) {
    .parent-category-img {
        height: 300px;
    }
}
@media(max-width: 768px) {
    .fabrics-second-section .wrapper.fabrics-second-section-grid-3,
    .fabrics-second-section .wrapper.fabrics-second-section-grid-4 {
        padding-bottom: 60px;
        padding-top: 60px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: max-content;
    }
    .fabrics-neighbors {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .fabrics-second-section .wrapper.fabrics-last-level {
        padding-top: 0;
    }
    .fabrics-second-section .wrapper.fabrics-last-level .parent-category:nth-child(1),
    .fabrics-second-section .wrapper.fabrics-last-level .parent-category:nth-child(2),
    .fabrics-second-section .wrapper.fabrics-last-level .parent-category:nth-child(3) {
        border-top: none !important;
    }
    .parent-category {
        padding: 20px 10px;
        justify-content: space-between;
        flex-direction: column-reverse;
        border-left: none;
        border-right: 0.5px solid rgba(199, 199, 200, 1);
        gap: 20px;
    }
    .fabrics-last-level .parent-category {
        flex-direction: column;
    }
    .fabrics-second-section .wrapper .parent-category:nth-child(odd) {
        padding-left: 0;
    }
    .fabrics-second-section .wrapper .parent-category:nth-child(even) {
        padding-right: 0;
        border-right: none;
    }
    .parent-category.last-row-desktop-1240 {
        border-bottom: 0.5px solid rgba(199, 199, 200, 1);
    }
    .parent-category.last-row-tablet {
        border-bottom: none;
    }
    .fabrics-second-section .wrapper .parent-category:nth-child(1),
    .fabrics-second-section .wrapper .parent-category:nth-child(2) {
        padding-top: 0px;
    }
    .parent-category-img {
        margin-bottom: 0px;
        height: 478px;
    }
    .parent-category-bottom {
        padding: 0 9px;
    }
    .parent-category-name {
        font-size: 18px;
        line-height: 27px;
    }
}
@media(max-width: 550px) {
    .parent-category-img {
        margin-bottom: 0px;
        height: 300px;
    }
    .child-category-name {
        padding: 10px;
        font-size: 9px;
        white-space: nowrap;
    }
    .fabrics-last-level .parent-category-img {
        padding: 15px;
    }
    .fabrics-last-level .parent-category-img .favorites {
        width: 30px;
        height: 30px;
    }
    .fabrics-last-level .parent-category-img .favorites svg {
        width: 15px;
        height: auto;
    }
    .fabrics-last-level .parent-category-img .js-open-fabric-popup {
        padding: 15px;
        height: 35px;
        font-size: 10px;
    }
    .fabrics-neighbor-item {
        padding: 20px;
        height: 45px;
        font-size: 12px;
    }
}
@media(max-width: 470px) {
    .fabrics-second-section .wrapper.fabrics-second-section-grid-3,
    .fabrics-second-section .wrapper.fabrics-second-section-grid-4 {
        padding: 60px 10px 80px 10px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: max-content;
        gap: 20px;
    }
    .fabrics-neighbors {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .fabrics-second-section .wrapper.fabrics-last-level {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
        column-gap: 13px;
        padding-top: 0;
    }
    .parent-category.last-row-desktop {
        border-bottom: none;
    }
    .parent-category.row-end-desktop-1240 {
        border-right: none;
    }
    .parent-category {
        padding: 0;
        border: none;
    }
    .fabrics-second-section {
        overflow: visible;
    }
    .parent-category-bottom {
        padding: 0 9px;
    }
    .fabrics-second-section .wrapper.fabrics-last-level .parent-category-bottom {
        padding: 0;
    }
    .parent-category-img {
        margin-bottom: 0px;
        height: 478px;
    }
    .fabrics-second-section .wrapper.fabrics-last-level .parent-category-img {
        height: 221px;
    }
    .fabrics-second-section .wrapper.fabrics-last-level .parent-category-name {
        font-size: 16px;
    }
    .child-category-name {
        padding: 11px 15px;
        font-size: 11px;
    }
    .parent-category-desc {
        font-size: 16px;
        line-height: 20px;
    }
    .fabrics-second-section .wrapper.fabrics-last-level .parent-category-desc {
        font-size: 14px;
        line-height: 16px;
    }
}
.no-fabrics-text {
    margin: 40px auto;
    font-family: Futura PT;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    width: fit-content;
    position: relative;
    z-index: 2;
}
/* Стили для попапов */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.popup.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(40px);
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 10;
}
.popup-close path,
.gallery-zoom path,
.gallery-zoom line,
.nav-btn svg,
.nav-btn path,
.nav-btn line,
.zoom-close path {
    transition: all 0.3s;
}
.fabric-popup .popup-close {
    position: relative;
    top: unset;
    right: unset;
}
.popup-close:hover,
.gallery-zoom:hover,
.nav-btn:hover,
.zoom-close:hover {
    background-color: #e7dcd0;
}
.popup-close:hover path,
.gallery-zoom:hover path,
.nav-btn:hover path,
.nav-btn:hover line,
.gallery-zoom:hover line {
    stroke: rgba(181, 133, 79, 1);
}
.zoom-close:hover path {
    fill: rgba(181, 133, 79, 1);
}
.nav-btn.prev-btn:hover svg {
    transform: translateX(-4px);
}
.nav-btn.next-btn:hover svg {
    transform: translateX(4px);
}
.popup-overlay,
.form-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}
#fabricPopupContent {
    width: 100%;
    height: 100%;
}
.popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}
.fabric-popup-content {
    padding: 0;
    background: transparent;
}
/* Основные стили попапа ткани - ПОЛНОЭКРАННЫЙ */
.fabric-popup-inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 90px;
    justify-content: space-between;
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background: #FBF5EF;
}
/* Левая часть - информация */
.fabric-info {
    flex: 0 0 53%;
    max-width: 53%;
    padding: 30px 0px 40px 30px;
    justify-content: space-between;
}
.fabrics-info-top-mobile {
    padding: 40px 24px 10px 24px;
    display: none;
}
.fabric-info .fabric-title,
.fabrics-info-top-mobile .fabric-title {
    font-family: 'Fira Sans Condensed';
    font-size: 48px;
    line-height: 65px;
    font-weight: 300;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: rgba(80, 61, 54, 1);
}
.fabric-info .fabric-description,
.fabrics-info-top-mobile .fabric-description {
    font-family: Futura PT;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 50px;
    color: rgba(94, 88, 79, 0.7);
}
/* Характеристики в 2 столбца */
.fabric-characteristics {
    margin: auto 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.characteristics-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.characteristic-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.fabric-characteristics .characteristics-column .characteristic-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.char-name,
.char-value {
    font-family: Futura PT;
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
    color: rgba(94, 88, 79, 0.7);
}
/* Цветовые палитры */
.fabric-color-palettes {
    display: flex;
    flex-direction: column;
}
.palettes-container {
    display: flex;
    margin: auto 0 50px 0;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.palettes-container::-webkit-scrollbar {
    display: none;
}
.palette-btn {
    border: 1px solid rgba(80, 61, 54, 0.2);
    flex: 0 0 auto;
    padding: 14px 23px;
    margin-top: 11px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.active-palette-btn-element {
    display: none;
    position: absolute;
    right: 0;
    top: -11px;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(181, 133, 79, 1);
}
.palette-btn.active .active-palette-btn-element {
    display: flex;
}
.palette-btn:hover:not(.active) {
    border-color: rgba(181, 133, 79, 1);
    background-color: #e7dcd0;
}
.palette-btn img {
    width: 80px;
    height: 20px;
    object-fit: contain;
    display: block;
}
/* Цвета внутри палитры */
.palette-colors-container {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
}
.palette-colors-container::-webkit-scrollbar {
    display: none;
}
.color-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    gap: 15px;
    text-align: center;
}
.color-border-icon {
    width: 93px;
    height: 93px;
    border: 1px solid rgba(173, 157, 139, 1);
    border-radius: 50%;
    position: relative;
}
.color-btn.active .color-border-icon {
    border-color: rgba(181, 133, 79, 1);
}
.color-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.color-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.color-name {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 19px;
    font-weight: 450;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(120, 109, 98, 1);
}
.btn-primary.btn-mobile {
    display: none;
    width: 90%;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 286px;
    background-color: rgba(173, 157, 139, 1);
}
.btn-primary.btn-mobile span {
    font-family: Futura PT;
    font-size: 14px;
    font-weight: 450;
    line-height: 23px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}
/* Правая часть - галерея (ЗАНИМАЕТ ВСЕ ОСТАВШЕЕСЯ ПРОСТРАНСТВО) */
.fabric-gallery {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
}
.gallery-controls {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 20;
    display: flex;
    gap: 9px;
}
.gallery-zoom {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(40px);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.main-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fabric-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s;
}
.gallery-navigation {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
}
.nav-btns {
    gap: 6px;
    align-items: center;
}
.nav-btn {
    width: 63px;
    height: 57px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(40px);
    border: none;
    border-radius: 200px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.gallery-request-btn {
    padding: 0 24px;
    background: rgba(251, 245, 239, 1);
    border: 0.5px solid rgba(251, 245, 239, 1);
    border-radius: 286px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 57px;
    cursor: pointer;
    transition: all 0.3s;
}
.gallery-request-btn span {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 23px;
    font-weight: 450;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(80, 61, 54, 1);
    transition: all 0.3s;
}
.gallery-request-btn svg,
.gallery-request-btn path,
.gallery-request-btn line {
    transition: all 0.3s;
}
.gallery-request-btn:hover {
    background: transparent;
}
.gallery-request-btn:hover svg {
    transform: translateX(4px);
}
.gallery-request-btn:hover span {
    color: rgba(251, 245, 239, 1);
}
.gallery-request-btn:hover path,
.gallery-request-btn:hover line {
    stroke: rgba(251, 245, 239, 1);
}
/* Стили для полноэкранного зума */
.zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10010;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}
.zoom-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.zoom-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zoom-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(40px);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 10011;
}
body.zoom-active {
    overflow: hidden !important;
}
.fabric-swiper {
    height: 100%;
}
.fabric-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fabric-swiper .swiper-pagination {
    bottom: 30px !important;
}
.fabric-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .1;
    backdrop-filter: blur(40px);
    margin: 0 2.5px !important;
}
.fabric-swiper .swiper-pagination-bullet-active {
    background: rgba(251, 245, 239, 1);
    opacity: 1;
}
/* Форма в модалке */
#modalFormContainer,
#modalSuccessContainer {
    height: 100%;
}
#mainFormSection .wrapper>.flex-box-column {
    width: 100%;
}
.form-popup .wrapper {
    height: 100%;
}
.form-popup .wpcf7 {
    flex: 1;
}
.form-popup .wpcf7 form {
    height: 100%;
}
.form-popup .wpcf7 .flex-box-column {
    height: 100%;
}
.form-popup .wpcf7 .flex-box-column p:last-child {
    margin: auto 0 0 0;
}
.form-popup .form-section {
    height: 100%;
    overflow: unset;
}
.form-popup #modalFormContainer .bg-form-footer-svg {
    display: none;
}
.form-popup .wpcf7 form input.btn {
    margin-top: 0px;
}
.btn-primary.success-btn {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 20px;
    padding: 0 24px;
    background-color: #FBF5EF;
    transition: all 0.3s;
    border: 1px solid #FBF5EF;
    border-radius: 100px;
    font-family: 'Golos Text';
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(47, 51, 62, 1);
    margin-top: 563px;
}
.btn-primary.success-btn svg,
.btn-primary.success-btn path,
.btn-primary.success-btn line {
    transition: all 0.3s;
}
.btn-primary.success-btn:hover {
    background-color: transparent;
    color: #FBF5EF;
}
.btn-primary.success-btn:hover svg {
    transform: translateX(4px);
}
.btn-primary.success-btn:hover path,
.btn-primary.success-btn:hover line {
    stroke: #FBF5EF;
}
.form-popup #modalSuccessContainer .btn-primary.success-btn {
    margin: auto 0 0 0;
}
.form-popup #modalSuccessContainer .bg-form-footer-svg {
    bottom: 14%;
}
@media(max-width: 1240px) {
    .btn-primary.success-btn {
        margin-top: 422px;
    }
}
@media(max-width: 768px) {
    .form-popup #modalFormContainer .bg-form-footer-svg {
        display: flex;
    }
    .form-popup #modalSuccessContainer .btn-primary.success-btn {
        margin: 315px 0 0 0;
    }
    .btn-primary.success-btn {
        margin-top: 334px;
    }
    .form-popup .form-section {
        height: fit-content;
    }
    .form-popup .wrapper {
        height: fit-content;
    }
    .form-popup .wpcf7 {
        flex: unset;
    }
    .form-popup .wpcf7 form {
        height: fit-content;
    }
    .form-popup .wpcf7 .flex-box-column {
        height: fit-content;
    }
    .form-popup .wpcf7 .flex-box-column p:last-child {
        margin: 0;
    }
    .form-popup #modalSuccessContainer .bg-form-footer-svg {
        bottom: auto;
        top: 17%;
        right: -90%;
        width: 218%;
    }
}
@media(max-width: 470px) {
    .form-popup .wpcf7 form input.btn {
        margin-top: 20px;
    }
    .btn-primary.success-btn {
        margin-top: 421px;
        width: 100%;
    }
    .form-popup #modalSuccessContainer .btn-primary.success-btn {
        margin: 425px 0 0 0;
    }
    .form-popup #modalSuccessContainer .bg-form-footer-svg-mobile {
        top: 25%;
        width: 218%;
    }
}
/* Адаптивность */
/* Для экранов меньше 1240px */
@media (max-width: 1240px) {
    /* Общие стили для попапа */
    .popup-content {
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .fabric-characteristics {
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 0 0 50px 0;
    }
    .fabric-characteristics .characteristics-column:nth-child(1) .characteristic-item:last-child {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 15px;
    }
    .fabric-info {
        flex: 0 0 45%;
    }
    .fabric-popup-inner {
        gap: 70px;
        height: fit-content;
    }
}
/* Для экранов меньше 768px */
@media (max-width: 768px) {
    .popup-close {
        top: 20px;
        right: 20px;
    }
    .fabric-popup-inner {
        flex-direction: column;
        gap: 30px;
    }
    .fabric-characteristics {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin: 0 0 30px 0;
        order: 2;
    }
    .char-name,
    .char-value {
        font-size: 18px;
    }
    .fabric-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 24px 40px 24px;
    }
    .fabrics-info-top {
        display: none;
    }
    .fabrics-info-top-mobile {
        display: flex;
    }
    .palette-colors-container {
        order: 1;
        gap: 10px;
        margin-bottom: 30px;
    }
    .palettes-container {
        order: 3;
        margin: 0;
    }
    .zoom-close {
        top: 40px;
        right: 24px;
    }
    .fabrics-info-top-mobile .fabric-title {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 10px;
    }
    .fabrics-info-top-mobile .fabric-description {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .gallery-controls {
        top: 40px;
        right: 24px;
    }
    .fabric-gallery {
        flex: unset;
        height: 944px;
        width: 100%;
    }
    .zoom-image {
        height: 944px;
    }
    .zoom-image-wrapper {
        height: fit-content;
    }
}
@media (max-width: 470px) {
    .fabric-popup-inner {
        gap: 0px;
    }
    .fabric-characteristics {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 20px;
        order: 3;
        margin-bottom: 40px;
    }
    .fabric-characteristics .characteristics-column:nth-child(1) .characteristic-item:last-child {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 15px;
    }
    .fabrics-info-top-mobile {
        padding: 115px 20px 30px 20px;
    }
    .zoom-close {
        top: 20px;
        right: 20px;
    }
    .gallery-controls {
        top: 20px;
        right: 20px;
    }
    .fabrics-info-top-mobile .fabric-title {
        font-size: 32px;
        line-height: 38px;
    }
    .fabrics-info-top-mobile .fabric-description {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .fabric-gallery {
        height: 460px;
    }
    .gallery-navigation {
        display: none;
    }
    .fabric-info {
        padding: 0;
    }
    .palette-colors-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0;
        margin-bottom: 40px;
    }
    .color-btn {
        padding: 20px;
        border-right: 0.5px solid rgba(173, 157, 139, 0.3);
        border-bottom: 0.5px solid rgba(173, 157, 139, 0.3);
    }
    .palettes-container {
        order: 2;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .palette-btn {
        padding: 14px 20px;
    }
    .palette-btn img {
        width: 72px;
        height: 20px;
    }
    .btn-primary.btn-mobile {
        display: flex;
        order: 4;
        margin-bottom: 40px;
        margin-left: 20px;
    }
    .zoom-image {
        height: 460px;
    }
    .color-border-icon {
        width: 82px;
        height: 82px;
    }
    .color-icon {
        width: 75px;
        height: 75px;
    }
}
/* Лоадер и ошибки */
.loading {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    color: #666;
    padding: 20px;
}
.loading:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid rgb(181, 133, 79);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}
.loading * {
    display: none;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.no-favorites {
    gap: 20px;
    margin: 0 auto 60px auto;
    align-items: center;
    text-align: center;
}
/* Первый экран */
.main-first-section {
    position: relative;
    padding-top: 54px;
}
.main-first-section .wrapper {
    align-items: start;
    padding-bottom: 37px;
}
.main-first-left-text h1 {
    font-family: 'Fira Sans Condensed';
    font-size: 60px;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    max-width: 633px;
}
.main-first-subtitle-wrapper {
    margin-top: -12px;
    display: flex;
    align-items: start;
    overflow: hidden;
    height: 94px;
    position: relative;
}
.main-first-subtitle-wrapper>div:nth-child(1) {
    width: 22px;
    height: 32px;
    background-color: #FBF5EF;
    position: absolute;
    transform: rotate(340deg);
    top: -29.2px;
    left: 87.4px;
    pointer-events: none;
}
.main-first-subtitle-wrapper>div:nth-child(2) {
    width: 24px;
    height: 32px;
    background-color: #FBF5EF;
    position: absolute;
    top: 0;
    left: 46px;
    pointer-events: none;
}
.main-first-subtitle-wrapper span {
    margin-top: 4px;
    font-family: 'Alistair Signature';
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: 0.02em;
}
.main-first-right-text {
    gap: 13px;
}
.main-first-right-text .main-text {
    max-width: 380px;
}
.main-first-section .footer-collections {
    border-bottom: none;
    border-top: 0.5px solid rgba(173, 157, 139, 0.3);
}
.main-first-image {
    width: 100%;
    height: 614px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-first-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 85px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid rgba(173, 157, 139, 0.5);
}
.main-first-icon div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
    background-color: #FBF5EF;
    pointer-events: none;
}
/* Адаптация первого экрана */
@media(max-width: 1240px) {
    .main-first-section {
        padding-top: 42px;
    }
    .main-first-section .wrapper {
        padding-bottom: 12px;
    }
    .main-first-left-text h1 {
        font-size: 44px;
        line-height: 50.38px;
        max-width: 490px;
    }
    .main-first-subtitle-wrapper {
        margin-top: -9.5px;
        height: 72.85px;
    }
    .main-first-subtitle-wrapper>div:nth-child(1) {
        width: 17.5px;
        height: 25px;
        top: -22.7px;
        left: 65.8px;
    }
    .main-first-subtitle-wrapper>div:nth-child(2) {
        width: 19px;
        height: 25px;
        left: 35px;
    }
    .main-first-subtitle-wrapper span {
        margin-top: 3px;
        font-size: 46.5px;
        line-height: 50px;
    }
    .main-first-right-text {
        gap: 10px;
    }
    .main-first-icon {
        width: 65.8px;
        height: 65.8px;
    }
    .main-first-section .main-first-icon img {
        width: 23px;
        height: 23px;
    }
    .main-first-right-text .main-text {
        max-width: 290px;
    }
    .main-first-section .footer-collections {
        border-bottom: none;
        border-top: 0.39px solid rgba(173, 157, 139, 0.3);
    }
    .main-first-image {
        height: 475.8px;
    }
}
@media(max-width: 768px) {
    .main-first-section {
        padding-top: 40px;
    }
    .main-first-section .wrapper {
        padding-bottom: 30px;
        flex-direction: column;
    }
    .main-first-left-text h1 {
        font-size: 48px;
        line-height: 49px;
        max-width: 633px;
    }
    .main-first-subtitle-wrapper {
        margin-top: 1px;
        height: 70px;
    }
    .main-first-subtitle-wrapper>div:nth-child(1) {
        width: 16.5px;
        height: 24px;
        top: -22px;
        left: 64px;
    }
    .main-first-subtitle-wrapper>div:nth-child(2) {
        width: 18px;
        height: 24px;
        left: 34px;
    }
    .main-first-subtitle-wrapper span {
        font-size: 44.5px;
        line-height: 48px;
    }
    .main-first-right-text {
        gap: 20px;
        margin: -50px 0 0 auto;
    }
    .main-first-icon {
        width: 60px;
        height: 60px;
    }
    .main-first-section .main-first-icon img {
        width: 21px;
        height: 21px;
    }
    .main-second-section .main-first-icon img {
        width: 33px;
        height: auto;
    }
    .main-first-right-text .main-text {
        max-width: 310px;
    }
    .main-first-section .footer-collections {
        border-bottom: none;
        border-top: 0.5px solid rgba(173, 157, 139, 0.3);
    }
    .main-first-image {
        height: 646px;
        z-index: 2;
        position: relative;
        margin-top: -1px;
    }
}
@media(max-width: 550px) {
    .main-first-subtitle-wrapper {
        height: fit-content;
        overflow: unset;
        margin: 0;
    }
    .main-first-subtitle-wrapper span {
        margin: 0 auto;
        line-height: 75px;
    }
    .main-first-subtitle-wrapper>div {
        display: none;
    }
    .main-first-right-text {
        margin: -50px auto 0 0;
    }
    .main-first-left-text h1 {
        font-size: 40px;
        max-width: unset;
    }
    .main-first-right-text .main-text {
        max-width: unset;
    }
}
@media(max-width: 470px) {
    .main-first-left-text h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .main-first-subtitle-wrapper span {
        font-size: 32px;
        line-height: 53px;
    }
    .main-first-right-text {
        gap: 15px;
        margin: -35px auto 0 0;
    }
    .main-first-image {
        height: 316px;
        order: 2;
        margin: 0 !important;
    }
    .main-first-section .footer-collections {
        border-top: none !important;
        order: 3;
    }
}
/* Второй экран */
.main-second-section {
    position: relative;
}
.main-second-section .wrapper {
    justify-content: end;
}
.main-second-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-second-right {
    width: 50%;
    padding: 60px 30px 60px 60px;
}
.main-second-right-top {
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}
.main-second-right-top span {
    font-family: 'Golos Text';
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}
.main-second-right h2 {
    font-family: 'Fira Sans Condensed';
    font-size: 54px;
    line-height: 62px;
    letter-spacing: 0.07em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 25px;
    max-width: 666px;
}
.main-second-left-subtitle {
    font-family: Futura PT;
    font-size: 16px;
    font-weight: 450;
    line-height: 25px;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: rgba(173, 157, 139, 1) !important;
    max-width: 366px;
}
.main-second-right-subtitle-wrapper {
    display: flex;
    overflow: hidden;
    margin-top: -27px;
    margin-bottom: 40px;
}
.main-second-right-subtitle {
    font-family: 'Alistair Signature';
    font-size: 60px;
    font-weight: normal;
    line-height: 65px;
    letter-spacing: 0.02em;
    margin: 10px 52px 26px auto;
}
.main-second-delimeter {
    width: 100%;
    height: 0.5px;
    background-color: rgba(173, 157, 139, 1);
    margin-bottom: 40px;
}
.main-second-texts {
    gap: 40px;
    margin-bottom: 85px;
}
.main-second-texts .main-text {
    max-width: 330px;
    width: 50%;
}
.main-second-bottom {
    align-items: flex-end;
    gap: 20px;
}
.main-second-svgs {
    width: 50%;
    gap: 18.4px;
    align-items: center;
}
.action-button {
    width: fit-content;
    align-items: center;
    padding: 0 24px;
    height: 57px;
    gap: 20px;
    border: 0.5px solid rgba(173, 157, 139, 1);
    border-radius: 286px;
}
.action-button span {
    font-family: Futura PT;
    color: rgba(181, 133, 79, 1) !important;
    font-size: 14px;
    font-weight: 450;
    line-height: 23px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}
.action-button svg,
.action-button path,
.action-button line {
    transition: all 0.3s;
}
.action-button:hover,
.action-button:active {
    background-color: #e7dcd0;
    border-color: #e7dcd0;
}
.action-button:hover span,
.action-button:active span {
    color: rgba(181, 133, 79, 1) !important;
}
.action-button:hover svg,
.action-button:active svg {
    transform: translateX(4px);
}
.action-button:hover path,
.action-button:active path {
    stroke: rgba(181, 133, 79, 1);
}
.action-button:hover line,
.action-button:active line {
    stroke: rgba(181, 133, 79, 1);
}
/* Адаптация второго экрана */
@media(max-width: 1550px) {
    .main-second-right-subtitle-wrapper {
        margin-top: -20px;
    }
}
@media(max-width: 1240px) {
    .main-second-right {
        width: 50%;
        padding: 46.5px 23.5px 46.5px 46.5px;
    }
    .main-second-right-top {
        gap: 9.3px;
        margin-bottom: 20px;
    }
    .main-second-right-top svg {
        width: 14px;
    }
    .main-second-right-top span {
        font-size: 10px;
    }
    .main-second-right h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 18px;
        max-width: 516px;
    }
    .main-second-left-subtitle {
        font-size: 12.4px;
        line-height: 19.3px;
        max-width: 327px;
    }
    .main-second-right-subtitle-wrapper {
        margin-top: -21.4px;
        margin-bottom: 30px;
    }
    .main-second-right-subtitle {
        font-size: 46.5px;
        line-height: 50.38px;
        margin: 7.7px 54px 20px auto;
    }
    .main-second-delimeter {
        height: 0.39px;
        margin-bottom: 30px;
    }
    .main-second-texts {
        gap: 28px;
        margin-bottom: 67px;
    }
    .main-second-texts .main-text {
        max-width: 260px;
        width: 50%;
    }
    .main-second-svgs {
        gap: 14px;
    }
    .action-button {
        padding: 0 18.6px;
        height: 44px;
        gap: 15px;
        border: 0.39px solid rgba(173, 157, 139, 1);
        border-radius: 221px;
    }
    .action-button span {
        font-size: 10.8px;
        line-height: 17px;
    }
}
@media(max-width: 1100px) {
    .main-second-right-subtitle-wrapper {
        margin-top: -10px;
    }
    .main-second-bottom {
        align-items: center;
        flex-direction: column;
    }
    .main-second-right-subtitle {
        font-size: 40px;
        line-height: 45px;
        margin: 3px 54px 20px auto;
    }
    .main-second-svgs {
        width: 100%;
        justify-content: center;
    }
}
@media(max-width: 768px) {
    .main-second-section .wrapper {
        justify-content: unset;
    }
    .main-second-image {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: auto;
        height: 900px;
        width: 100%;
    }
    .main-second-right {
        width: 100%;
        padding: 80px 0 900px 0;
    }
    .main-second-right-top {
        gap: 12px;
        margin-bottom: 16px;
    }
    .main-second-right-top svg {
        width: 18px;
    }
    .main-second-right-top span {
        font-size: 12px;
    }
    .main-second-right h2 {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 20px;
        max-width: 433px;
    }
    .main-second-left-subtitle {
        font-size: 14px;
        line-height: 22px;
        max-width: 433px;
    }
    .main-second-right-subtitle-wrapper {
        margin-top: -47.3px;
        margin-bottom: 26px;
    }
    .main-second-right-subtitle {
        font-size: 48px;
        line-height: 65px;
        margin: 10px 62.8px 0px auto;
    }
    .main-second-delimeter {
        height: 0.5px;
    }
    .main-second-texts {
        gap: 28px;
        margin-bottom: 80px;
    }
    .main-second-texts .main-text {
        max-width: 333px;
        width: 50%;
    }
    .main-second-svgs {
        gap: 13px;
        width: 50%;
        justify-content: unset;
    }
    .action-button {
        padding: 0 24px;
        height: 57px;
        gap: 20px;
        border: 0.5px solid rgba(173, 157, 139, 1);
        border-radius: 286px;
    }
    .action-button span {
        font-size: 14px;
        line-height: 23px;
    }
    .main-second-bottom {
        margin-bottom: 40px;
        align-items: flex-end;
        flex-direction: row;
    }
}
@media(max-width: 650px) {
    .main-second-right-subtitle-wrapper {
        display: none;
    }
    .main-second-left-subtitle {
        margin-bottom: 26px;
    }
    .main-second-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
    .main-second-svgs {
        width: 100%;
    }
}
@media(max-width: 470px) {
    .main-second-image {
        height: 440px;
    }
    .main-second-right {
        width: 100%;
        padding: 60px 0 440px 0;
    }
    .main-second-right-top span {
        font-size: 11px;
    }
    .main-second-right h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 20px;
        max-width: unset;
    }
    .main-second-left-subtitle {
        font-size: 12px;
        line-height: 20px;
        max-width: 298px;
        margin-bottom: 20px;
    }
    .main-second-delimeter {
        height: 0.5px;
        margin-bottom: 20px;
    }
    .main-second-texts {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }
    .main-second-texts .main-text {
        max-width: unset;
        width: 100%;
    }
    .action-button {
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 50px;
        gap: 20px;
    }
    .action-button span {
        font-size: 13px;
    }
}
/* Третий экран */
.main-third-section {
    background-color: #2F333E;
    position: relative;
}
.main-third-section .main-third-top svg {
    shape-rendering: crispEdges;
}
.main-third-section .wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
}
.main-third-top {
    gap: 12px;
    align-items: center;
    margin-bottom: 25px;
}
.main-third-top span {
    font-family: 'Golos Text';
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0.09em;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(251, 245, 239, 0.7) !important;
}
.main-third-section h2 {
    font-family: 'Fira Sans Condensed';
    font-size: 54px;
    line-height: 57px;
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(251, 245, 239, 1) !important;
    max-width: 542px;
}
.main-third-section .footer-collections {
    border-bottom: none !important;
    border-top: 0.5px solid rgba(199, 199, 200, 0.3);
}
.main-third-section .footer-collections * {
    border-color: rgba(199, 199, 200, 0.3) !important;
}
.main-third-section .footer-collection-icon-border {
    border: 0.48px solid rgba(255, 255, 255, 1) !important;
}
.main-third-section .footer-collection.active .footer-collection-icon {
    border-color: rgba(173, 157, 139, 1) !important;
}
.main-third-section .footer-collection-label {
    color: rgba(251, 245, 239, 1);
}
.main-third-section .footer-collection:hover {
    background-color: #e7dcd024;
}
.main-third-elements {
    display: grid;
    grid-auto-rows: 1fr;
    border-top: 0.5px solid rgba(199, 199, 200, 0.3);
}
.main-third-element {
    position: relative;
    justify-content: end;
}
.main-third-element-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 33%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-third-element-right {
    width: 65%;
    padding: 40px 30px 40px 11px;
    border-bottom: 0.5px solid rgba(199, 199, 200, 0.3);
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    min-height: 0;
}
.main-third-elements>.main-third-element:last-child .main-third-element-right {
    border: none;
}
.main-third-element-first {
    gap: 20px;
    width: 100%;
    max-width: 318px;
}
.main-third-element-name {
    font-family: 'Fira Sans Condensed';
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(251, 245, 239, 1) !important;
}
.main-third-element-properties {
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 240px;
}
.main-third-element-property {
    padding: 19px 22px;
    font-family: 'Golos Text';
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(251, 245, 239, 1) !important;
    border: 1px solid rgba(251, 245, 239, 0.2);
    border-radius: 300px;
    transition: all 0.3s;
}
.main-third-element-property:hover {
    color: #2F333E !important;
    border-color: rgba(251, 245, 239, 1);
    background-color: rgba(251, 245, 239, 1);
}
.main-third-element-text {
    color: rgba(251, 245, 239, 0.6) !important;
    max-width: 490px;
}
.main-third-button {
    display: flex;
    align-items: center;
    padding: 0 26px;
    height: 50px;
    border: 0.5px solid rgba(199, 199, 200, 0.3);
    border-radius: 333px;
    margin-top: auto;
}
.main-third-button svg {
    shape-rendering: crispEdges;
}
.main-third-button svg,
.main-third-button path,
.main-third-button line {
    transition: all 0.3s;
}
.main-third-button:hover {
    background-color: rgba(251, 245, 239, 1);
}
.main-third-button:hover svg {
    transform: translateX(3px);
}
.main-third-button:hover path,
.main-third-button:hover line {
    stroke: #2F333E;
}
.main-third-mobile-collections {
    display: none;
    padding: 0 19px;
    margin-bottom: 20px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.main-third-mobile-collections .swiper-slide {
    width: fit-content;
}
.main-third-mobile-collections .footer-collection {
    padding: 0;
    display: flex !important;
    width: 82px;
    gap: 12px;
    border: none !important;
    pointer-events: auto;
    touch-action: pan-y;
}
.main-third-mobile-collections .footer-collection.active .footer-collection-icon {
    border: 2px solid rgba(251, 245, 239, 1) !important;
}
/* Адаптация третьего экрана */
@media(max-width: 1240px) {
    .main-third-section .wrapper {
        padding-top: 46px;
        padding-bottom: 30px;
    }
    .main-third-top {
        gap: 9px;
        margin-bottom: 20px;
    }
    .main-third-top svg {
        width: 14px;
    }
    .main-third-top span {
        font-size: 10px;
    }
    .main-third-section h2 {
        font-size: 42px;
        line-height: 44px;
        max-width: 420px;
    }
    .main-third-section .footer-collections {
        border-top: 0.39px solid rgba(199, 199, 200, 0.3);
    }
    .main-third-section .footer-collection-icon-border {
        border: 0.37px solid rgba(255, 255, 255, 1) !important;
    }
    .main-third-elements {
        border-top: 0.39px solid rgba(199, 199, 200, 0.3);
    }
    .main-third-element-right {
        padding: 30px 23px 30px 9px;
        border-bottom: 0.39px solid rgba(199, 199, 200, 0.3);
    }
    .main-third-elements>.main-third-element:last-child .main-third-element-right {
        border: none;
    }
    .main-third-element-first {
        gap: 15px;
        max-width: 247px;
    }
    .main-third-element-name {
        font-size: 17px;
        line-height: 20px;
    }
    .main-third-element-properties {
        gap: 6px;
        max-width: 220px;
    }
    .main-third-element-property {
        padding: 14.5px 18.6px;
        font-size: 9px;
        border: 0.78px solid rgba(251, 245, 239, 0.2);
        border-radius: 232px;
    }
    .main-third-element-text {
        max-width: 373px;
    }
    .main-third-button {
        padding: 0 20px;
        height: 40px;
        border: 0.39px solid rgba(199, 199, 200, 0.3);
        border-radius: 258px;
    }
    .main-third-button svg {
        width: 11.5px;
    }
}
@media(max-width: 995px) {
    .main-third-section .footer-collections::after {
        background-color: rgba(199, 199, 200, 0.3);
    }
    .main-third-elements {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: max-content;
    }
    .main-third-element-img {
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        height: 173px;
        width: 100%;
    }
    .main-third-element {
        border-bottom: 0.39px solid rgba(173, 157, 139, 0.3);
        border-right: 0.39px solid rgba(173, 157, 139, 0.3);
    }
    .main-third-elements .main-third-element:nth-child(even) {
        border-right: none;
    }
    .main-third-element-right {
        padding: 193px 23px 23px 23px;
        border: none;
        flex-direction: column;
        width: 100%;
        gap: 20px;
        justify-content: unset;
    }
    .main-third-element-first {
        gap: 14px;
        max-width: unset;
    }
    .main-third-element-name {
        font-size: 18px;
        line-height: 27px;
    }
    .main-third-element-name br {
        display: none;
    }
    .main-third-element-properties {
        gap: 8px;
        max-width: unset;
    }
    .main-third-element-property {
        padding: 15.5px 24px;
        font-size: 11px;
        border: 1px solid rgba(251, 245, 239, 0.2);
        border-radius: 300px;
    }
    .main-third-element-text {
        max-width: unset;
    }
    .main-third-button {
        padding: 0 26px;
        height: 44px;
        border: 0.39px solid rgba(199, 199, 200, 0.3);
        border-radius: 333px;
        margin: auto 0 0 auto;
    }
    .main-third-button svg {
        width: 15px;
    }
}
@media(max-width: 768px) {
    .main-third-section .wrapper {
        padding-top: 80px;
        padding-bottom: 25px;
    }
    .main-third-top {
        gap: 12px;
        margin-bottom: 16px;
    }
    .main-third-top svg {
        width: 18px;
    }
    .main-third-top span {
        font-size: 12px;
    }
    .main-third-section h2 {
        font-size: 40px;
        line-height: 49px;
        max-width: 535px;
    }
    .main-third-section .footer-collections {
        border-top: 0.5px solid rgba(199, 199, 200, 0.3);
    }
    .main-third-section .footer-collection-icon-border {
        border: 1px solid rgba(255, 255, 255, 1) !important;
    }
    .main-third-elements {
        border-top: 0.5px solid rgba(199, 199, 200, 0.3);
    }
    .main-third-element {
        border-bottom: 0.5px solid rgba(173, 157, 139, 0.3);
        border-right: 0.5px solid rgba(173, 157, 139, 0.3);
    }
    .main-third-elements .main-third-element:nth-child(even) {
        border-right: none;
    }
    .main-third-button {
        border: 0.5px solid rgba(199, 199, 200, 0.3);
    }
}
@media(max-width: 470px) {
    .main-third-section .footer-collections {
        display: none;
    }
    .main-third-mobile-collections {
        display: flex;
    }
    .main-third-section .footer-collection:hover {
        background-color: transparent !important;
        color: rgb(251, 245, 239) !important;
    }
    .main-third-elements {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-third-section .wrapper {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .main-third-top span {
        font-size: 11px;
    }
    .main-third-section h2 {
        font-size: 32px;
        line-height: 38px;
        max-width: unset;
    }
    .main-third-elements {
        border-top: none;
    }
    .main-third-element {
        border: none;
    }
    .main-third-element-right {
        padding: 193px 19px 20px 19px;
    }
    .main-third-element-property {
        padding: 13.5px 24px;
    }
    .main-third-element-text {
        max-width: unset;
    }
}
/* Шестой экран */
.main-sixth-section {
    position: relative;
}
.main-sixth-section .wrapper {
    gap: 10px;
    padding-top: 60px;
    padding-bottom: 50px;
    align-items: end;
}
.main-sixth-top-left {
    gap: 25px;
    max-width: 450px;
}
.main-sixth-top-left-row {
    gap: 12px;
    align-items: center;
}
.main-sixth-top-left-row span {
    font-family: 'Golos Text';
    font-size: 13px;
    line-height: 140%;
    font-weight: 400;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.main-sixth-titles {
    position: relative;
}
.main-sixth-top-left h2 {
    font-family: 'Fira Sans Condensed';
    font-size: 54px;
    line-height: 62px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: rgba(80, 61, 54, 1);
}
.main-sixth-orange-text-wrapper {
    position: absolute;
    left: 46%;
    bottom: -16px;
    height: 81px;
    overflow: hidden;
    display: flex;
    align-items: start;
}
.main-sixth-orange-text {
    font-family: 'Alistair Signature';
    font-size: 60px;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.main-sixth-top-text {
    font-family: Futura PT;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(94, 88, 79, 0.7);
    max-width: 410px;
}
.main-sixth-icons {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.main-sixth-icon {
    align-items: center;
    height: 258px;
    justify-content: center;
    border-right: 0.5px solid rgba(173, 157, 139, 0.5);
    border-bottom: 0.5px solid rgba(173, 157, 139, 0.5);
    position: relative;
}
.main-sixth-icon.row-end-desktop {
    border-right: none;
}
.main-sixth-icon.last-row-desktop {
    border-bottom: none;
}
.main-sixth-icon-wrapper {
    position: relative;
}
.main-sixth-icon-img {
    width: calc(var(--img-width, 100px) * 1.2);
    height: calc(var(--img-height, 100px) * 1.2);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.overlay-mode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    background-color: rgba(173, 157, 139, 1);
    pointer-events: none;
    z-index: 2;
}
.darken-mode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
    pointer-events: none;
    background-color: #FBF5EF;
    z-index: 1;
}
@media(max-width: 1650px) {
    .main-sixth-icon-img {
        width: calc(var(--img-width, 100px) * 1);
        height: calc(var(--img-height, 100px) * 1);
    }
}
@media(max-width: 1240px) {
    .main-sixth-section .wrapper {
        padding-top: 46.5px;
        padding-bottom: 40px;
    }
    .main-sixth-top-left {
        gap: 20px;
        max-width: 335px;
    }
    .main-sixth-top-left-row {
        gap: 9.3px;
    }
    .main-sixth-top-left-row svg {
        width: 14px;
    }
    .main-sixth-top-left-row span {
        font-size: 10px;
    }
    .main-sixth-top-left h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .main-sixth-orange-text-wrapper {
        bottom: -12px;
        height: 63px;
    }
    .main-sixth-orange-text {
        font-size: 46.5px;
        line-height: 50px;
    }
    .main-sixth-top-text {
        font-size: 15.5px;
        line-height: 21.7px;
        max-width: 320px;
    }
    .main-sixth-icons {
        margin-bottom: 50px;
    }
    .main-sixth-icon {
        height: 200px;
    }
    .main-sixth-icon-img {
        width: calc(var(--img-width, 100px) * 0.8);
        height: calc(var(--img-height, 100px) * 0.8);
    }
}
@media(max-width: 768px) {
    .main-sixth-section .wrapper {
        padding-top: 80px;
    }
    .main-sixth-top-left {
        gap: 16px;
        max-width: 320px;
    }
    .main-sixth-top-left-row {
        gap: 12px;
    }
    .main-sixth-top-left-row svg {
        width: 18px;
    }
    .main-sixth-top-left-row span {
        font-size: 12px;
    }
    .main-sixth-top-left h2 {
        font-size: 40px;
        line-height: 49px;
    }
    .main-sixth-orange-text-wrapper {
        bottom: -12px;
        height: 75px;
        align-items: end;
    }
    .main-sixth-orange-text {
        font-size: 48px;
        line-height: 65px;
    }
    .main-sixth-top-text {
        font-size: 18px;
        line-height: 24px;
        max-width: 334 px;
    }
    .main-sixth-icons {
        margin-bottom: 0;
        grid-template-columns: repeat(4, 1fr);
    }
    .main-sixth-icon {
        height: 180px;
    }
    .main-sixth-icon-img {
        width: calc(var(--img-width, 100px) * 0.75);
        height: calc(var(--img-height, 100px) * 0.75);
    }
    .main-sixth-icon.row-end-desktop {
        border-right: 0.5px solid rgba(173, 157, 139, 0.5);
    }
    .main-sixth-icon.last-row-desktop {
        border-bottom: 0.5px solid rgba(173, 157, 139, 0.5);
    }
    .main-sixth-icon.row-end-tablet {
        border-right: none;
    }
    .main-sixth-icon.last-row-tablet {
        border-bottom: none;
    }
}
@media(max-width: 670px) {
    .main-sixth-section .wrapper {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
}
@media(max-width: 470px) {
    .main-sixth-section .wrapper {
        padding-top: 60px;
        padding-bottom: 27px;
    }
    .main-sixth-top-left {
        max-width: unset;
    }
    .main-sixth-top-left-row span {
        font-size: 11px;
    }
    .main-sixth-top-left h2 {
        font-size: 32px;
        line-height: 38px;
        max-width: 258px;
    }
    .main-sixth-orange-text-wrapper {
        bottom: -16px;
        height: 59px;
        align-items: end;
    }
    .main-sixth-orange-text {
        font-size: 32px;
        line-height: 48.4px;
        margin-left: 16px;
    }
    .main-sixth-top-text {
        font-size: 16px;
        line-height: 21px;
        max-width: unset;
    }
    .main-sixth-icons {
        grid-template-columns: repeat(3, 1fr);
    }
    .main-sixth-icon {
        height: 116px;
    }
    .main-sixth-icon-img {
        width: calc(var(--img-width, 100px) * 0.5);
        height: calc(var(--img-height, 100px) * 0.5);
    }
    .main-sixth-icon.row-end-tablet {
        border-right: 0.5px solid rgba(173, 157, 139, 0.5);
    }
    .main-sixth-icon.last-row-tablet {
        border-bottom: 0.5px solid rgba(173, 157, 139, 0.5);
    }
    .main-sixth-icon.row-end-mobile {
        border-right: none;
    }
    .main-sixth-icon.last-row-mobile {
        border-bottom: none;
    }
}
.favorites-page h1 {
    margin: 0 auto 30px auto;
    width: fit-content;
}
#searchInput {
    border: none;
    outline: none;
    border-bottom: 1px solid #503d36b4;
    max-width: 500px;
    width: 100%;
    background-color: #FBF5EF;
    font-family: 'Futura PT';
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}
#searchInput:focus {
    border-color: #503D36;
}
.news-column {
    gap: 40px;
    margin-bottom: 60px;
}
.news-top {
    gap: 30px;
    align-items: start;
}
.news-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%;
    height: 400px;
}
.news-top .flex-box-column {
    gap: 20px;
    width: 60%;
}
.news-top .flex-box-column p {
    max-width: 50%;
}
@media(max-width: 768px) {
    .news-top {
        flex-direction: column-reverse;
    }
    .news-top .flex-box-column {
        width: 100%;
    }
    .news-image {
        width: 100%;
    }
    .news-top .flex-box-column p {
        max-width: unset;
    }
}
.scroll-button {
    cursor: pointer;
}
.header {
    border-bottom: 0.5px solid rgba(173, 157, 139, 0.5);
    height: 100%;
    background-color: #FBF5EF;
    position: relative;
    z-index: 99;
}
.header-top {
    height: 74px;
}
.header-top-left,
.header-top-right {
    display: flex;
    flex-direction: row;
}
.header-top-element {
    padding: 0px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: Futura PT;
    font-weight: 500;
    line-height: 100%;
    font-size: 15px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-right: 0.5px solid rgba(173, 157, 139, 0.5);
    color: rgba(80, 61, 54, 1) !important;
}
.menu-text-container {
    height: 20px;
    overflow: hidden;
    display: block;
    position: relative;
}
.menu-text,
.menu-clone {
    transition-duration: .8s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    display: block;
}
.menu-clone {
    position: absolute;
    top: 20px;
    left: 0;
}
.header-top-element:hover .menu-text,
.header-bottom-element:hover .menu-text {
    transform: translateY(-20px);
}
.header-top-element:hover .menu-clone,
.header-bottom-element:hover .menu-clone {
    transform: translateY(-20px);
}
.header-top-element:hover {
    background-color: #e7dcd0;
    /* color: rgba(181, 133, 79, 1); */
}
/* .header-top-element path{
    transition: all 0.3s;
}
.header-top-element:hover path{
    stroke: rgba(181, 133, 79, 1);
} */
.header-top-left .header-top-element:first-child {
    padding-left: 30px !important;
}
.header-top-right .header-top-element:last-child {
    border-right: none !important;
    padding-right: 30px !important;
}
.header-top-right .header-top-element:first-child {
    border-left: 0.5px solid rgba(173, 157, 139, 0.5);
}
.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.header-logo img {
    width: 100%;
}
.header-top-delimeter {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    height: 0.5px;
    width: 100%;
    background-color: #AD9D8B !important;
    opacity: 0.5;
}
.header-top-active-element {
    border-bottom: 1px solid rgba(120, 109, 98, 1)
}
.header-bottom {
    padding: 0 30px;
    height: 54px;
    width: 100%;
}
.header-bottom-left {
    gap: 65px;
    align-items: center;
}
.header-bottom-right {
    gap: 60px;
    align-items: center;
}
.header-bottom-element {
    opacity: 0.8;
    font-family: Futura PT;
    font-weight: 400;
    line-height: 100%;
    font-size: 20px;
    color: rgba(90, 82, 74, 1) !important;
}
.header-bottom-element:hover {
    opacity: 1;
    color: rgba(181, 133, 79, 1) !important;
}
.header-bottom-element:hover svg path {
    fill: rgba(181, 133, 79, 1);
}
.header-bottom-right .header-bottom-element {
    gap: 10px;
    align-items: center;
}
/* Мобильная версия */
.header-mobile {
    display: none;
    height: 79px;
    align-items: center;
}
.header-mobile-element {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-right: 0.5px solid rgba(173, 157, 139, 0.5);
    font-family: Futura PT;
    font-weight: 500;
    line-height: 100%;
    font-size: 12px;
    color: rgba(80, 61, 54, 1) !important;
    text-transform: uppercase;
}
.header-mobile .header-mobile-btns {
    height: 100%;
}
.header-mobile-btns>.header-mobile-element:first-child {
    padding: 0 35px;
    border-left: 0.5px solid rgba(173, 157, 139, 0.5);
}
.header-mobile-brg {
    display: flex;
    position: relative;
    gap: 8px;
}
.header-mobile-brg>div {
    width: 40px;
    height: 0;
    border-top: 1.5px solid rgba(173, 157, 139, 1);
}
.header-mobile-element-active {
    border-bottom: 1px solid rgba(181, 133, 79, 1);
}
.header-mobile-phone {
    display: none;
}
.header-mobile-btns .header-mobile-element:last-child {
    border-right: none;
}
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(251, 245, 239, 0.95);
    backdrop-filter: blur(5px);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
/* Мобильное меню - контейнер */
.mobile-menu-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FBF5EF;
    border-left: 0.5px solid rgba(173, 157, 139, 0.5);
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.mobile-menu-container.active {
    transform: translateY(0);
}
/* Хедер меню */
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-bottom: 0.5px solid rgba(173, 157, 139, 0.5);
    height: 79px;
    flex-shrink: 0;
}
.mobile-menu-close-icon {
    position: absolute;
    right: 24px;
    cursor: pointer;
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mobile-menu-close-icon div {
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 1.5px solid rgba(173, 157, 139, 1);
}
.mobile-menu-close-icon div:nth-child(1) {
    transform: rotate(45deg);
}
.mobile-menu-close-icon div:nth-child(2) {
    transform: rotate(-45deg);
}
/* Навигация меню */
.mobile-menu-nav {
    padding: 30px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.mobile-menu-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mobile-menu-section-title {
    font-family: Futura PT;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(80, 61, 54, 0.7);
    margin: 0;
}
.mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.mobile-menu-link {
    font-family: Futura PT;
    font-weight: 400;
    width: fit-content;
    font-size: 20px;
    line-height: 100%;
    padding-bottom: 6px;
    color: rgba(80, 61, 54, 1) !important;
    position: relative;
}
.mobile-menu-link:hover {
    color: rgba(181, 133, 79, 1);
}
.mobile-menu-link-active {
    color: rgba(181, 133, 79, 1);
    border-bottom: 1px solid rgba(181, 133, 79, 1);
}
/* Контакты в меню */
.mobile-menu-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
    border-top: 0.5px solid rgba(173, 157, 139, 0.3);
}
.mobile-menu-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Futura PT;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: rgba(90, 82, 74, 1) !important;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}
.mobile-menu-contact:hover {
    opacity: 1;
}
.mobile-menu-contact svg {
    flex-shrink: 0;
}
/* Запрет скролла при открытом меню */
body.mobile-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
@media(max-width: 1550px) {
    .header-top {
        height: 58px;
    }
    .header-top-element {
        padding: 0px 20px;
        font-size: 12px;
    }
    .header-top-left .header-top-element:first-child {
        padding-left: 23px !important;
    }
    .header-top-right .header-top-element:last-child {
        padding-right: 23px !important;
    }
    .header-top-delimeter {
        top: 58px;
    }
    .header-bottom {
        padding: 0 23px;
        height: 42px;
    }
    .header-bottom-left {
        gap: 46px;
    }
    .header-bottom-right {
        gap: 45px;
    }
    .header-bottom-element {
        font-size: 16px;
    }
    .header-bottom-right .header-bottom-element {
        gap: 7px;
    }
    .header-logo img {
        width: 76px;
    }
    .header-top-element svg {
        width: 18.6px;
        height: 18.6px;
    }
    .header-bottom-element svg {
        height: 9px;
        width: fit-content;
    }
}
@media(max-width: 1240px) {
    .header-top {
        height: 45px;
    }
    .header-top-element {
        padding: 0px 11px;
        font-size: 11px;
    }
    .header-top-left .header-top-element:first-child {
        padding-left: 18px !important;
    }
    .header-top-right .header-top-element:last-child {
        padding-right: 18px !important;
    }
    .header-top-delimeter {
        top: 45px;
    }
    .header-bottom {
        padding: 0 18px;
        height: 38px;
    }
    .header-bottom-left {
        gap: 41px;
    }
    .header-bottom-right {
        gap: 40px;
    }
    .header-bottom-element {
        font-size: 12px;
    }
    .header-logo img {
        width: 56px;
    }
    .header-top-element svg {
        width: 17px;
        height: 17px;
    }
    .header-bottom-element svg {
        height: 8px;
    }
}
@media(max-width: 950px) {
    .header-top {
        height: 40px;
    }
    .header-top-element {
        padding: 0px 5px;
        font-size: 10px;
    }
    .header-top-left .header-top-element:first-child {
        padding-left: 10px !important;
    }
    .header-top-right .header-top-element:last-child {
        padding-right: 10px !important;
    }
    .header-top-delimeter {
        top: 40px;
    }
    .header-bottom {
        padding: 0 10px;
        height: 31px;
    }
    .header-bottom-left {
        gap: 25px;
    }
    .header-bottom-right {
        gap: 24px;
    }
    .header-bottom-element {
        font-size: 10px;
    }
    .header-logo svg {
        width: 50px;
    }
    .header-top-element svg {
        width: 15px;
        height: 15px;
    }
    .header-bottom-element svg {
        height: 6px;
    }
}
@media(max-width: 768px) {
    .header-top,
    .header-bottom,
    .header-top-delimeter {
        display: none;
    }
    .header-mobile {
        display: flex;
    }
}
@media(max-width: 470px) {
    .header-mobile .header-mobile-element:first-child,
    .header-mobile-btns .header-mobile-element:first-child {
        display: none;
    }
    .header-mobile-btns .header-mobile-element:last-child {
        border-left: 0.5px solid rgba(173, 157, 139, 0.5);
    }
    .header-mobile-phone {
        display: flex;
    }
    .header-mobile {
        height: 69px;
    }
    .header-mobile-element {
        padding: 0 28px;
    }
    .header-mobile-phone {
        padding: 0 36px;
    }
    .header-mobile .header-mobile-btns {
        height: 100%;
    }
    .header-mobile-brg {
        gap: 7px;
    }
    .header-mobile-brg>div {
        width: 32px;
        border-top: 1.2px solid rgba(173, 157, 139, 1);
    }
    .header-mobile-logo,
    .mobile-menu-logo {
        width: 84px;
    }
    .mobile-menu-header {
        padding: 0 28px;
        height: 69px;
    }
    .mobile-menu-close-icon {
        right: 28px;
        width: 32px;
        height: 25px;
    }
    .mobile-menu-close-icon div {
        border-top: 1.2px solid rgba(173, 157, 139, 1);
    }
    .mobile-menu-contact {
        font-size: 13px;
    }
}
.section-404 {
    position: relative;
}
.section-404 .wrapper {
    padding-top: 241px;
    padding-bottom: 132px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.error-title {
    position: relative;
}
.error-title span {
    font-family: 'Fira Sans Condensed';
    font-size: 372px;
    line-height: 121px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    z-index: 2;
}
.frame-error-text {
    width: 36%;
    height: 199px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}
.section-404 p {
    margin-top: 38px;
    max-width: 513px;
    width: 100%;
    font-family: Futura PT;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: rgba(120, 109, 98, 1);
    z-index: 5;
    position: relative;
}
.section-404 p a {
    text-decoration: underline;
    color: rgba(120, 109, 98, 1) !important;
}
.section-404 p a:hover {
    color: rgba(181, 133, 79, 1) !important;
}
.error-btn {
    display: flex;
    align-items: center;
    border: 0.5px solid rgba(173, 157, 139, 1);
    border-radius: 286.08px;
    height: 57px;
    padding: 24px;
    margin-top: 70px;
    gap: 20px;
}
.error-btn span {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 23px;
    font-weight: 450;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(120, 109, 98, 1);
}
.error-btn svg,
.error-btn path,
.error-btn line {
    transition: all 0.3s;
}
.error-btn:hover,
.error-btn:active {
    background-color: #e7dcd0;
    border-color: #e7dcd0;
}
.error-btn:hover span,
.error-btn:active span {
    color: rgba(181, 133, 79, 1);
}
.error-btn:hover svg,
.error-btn:active svg {
    transform: translateX(4px);
}
.error-btn:hover path,
.error-btn:active path,
.error-btn:hover line,
.error-btn:active line {
    stroke: rgba(181, 133, 79, 1);
}
.error-bg {
    position: absolute;
    top: 83px;
    left: auto;
    right: auto;
    margin-right: 55px;
    bottom: 234px;
    max-width: 1856px;
    height: 496px;
    width: 100%;
    pointer-events: none;
}
.error-bg img {
    text-align: unset;
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.error-bg>img:nth-child(2) {
    z-index: 3;
}
@media(max-width: 768px) {
    .section-404 .wrapper {
        padding-top: 187px;
        padding-bottom: 80px;
    }
    .error-title span {
        font-size: 291.18px;
        line-height: 94.63px;
    }
    .frame-error-text {
        height: 156px;
    }
    .section-404 p {
        margin-top: 120px;
    }
    .error-bg {
        top: 64px;
        margin-right: 40px;
        bottom: 280px;
        max-width: 1451px;
        height: 388px;
        width: 100%;
    }
}
@media(max-width: 470px) {
    .section-404 .wrapper {
        padding-top: 132px;
        padding-bottom: 60px;
    }
    .error-title span {
        font-size: 166.63px;
        line-height: 54.15px;
    }
    .frame-error-text {
        height: 89px;
    }
    .section-404 p {
        margin-top: 97px;
        max-width: unset;
        font-size: 16px;
        line-height: 19px;
    }
    .error-btn {
        justify-content: center;
        width: 100%;
        border-radius: 100px;
        height: 52px;
        padding: 0 18.5px;
        margin-top: 40px;
    }
    .error-btn span {
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0.08em;
    }
    .error-bg {
        top: 64px;
        margin-right: 20px;
        bottom: 262px;
        max-width: 830px;
        height: 222px;
        width: 100%;
    }
}
.about-first-section {
    position: relative;
}
.about-first-section .wrapper {
    padding-bottom: 798px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.about-first-column {
    gap: 40px;
    margin-top: 20px;
    align-items: center;
    text-align: center;
}
.about-first-text {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.2em;
    font-weight: 450;
    color: rgba(173, 157, 139, 1);
    text-transform: uppercase;
    max-width: 585px;
}
.about-first-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.about-first-bg>div {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 820px;
    background: linear-gradient(175.71deg, #FBF5EF 19.89%, rgba(251, 245, 239, 0.9) 35.79%, rgba(251, 245, 239, 0.654321) 49.59%, rgba(251, 245, 239, 0) 69.99%);
}
@media(max-width: 768px) {
    .about-first-section .wrapper {
        padding-bottom: 577px;
    }
    .about-first-section .wrapper .bread-crumbs {
        margin-top: 100px;
    }
    .about-first-column {
        gap: 30px;
        margin-top: 0;
    }
    .about-first-column .page-title {
        font-size: 48px;
        line-height: 49px;
    }
    .about-first-text {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.23em;
        max-width: 512px;
    }
    .about-first-bg {
        height: 649px;
    }
    .about-first-bg>div {
        height: 469px;
    }
}
@media(max-width: 470px) {
    .about-first-section .wrapper {
        padding-bottom: 337px;
    }
    .about-first-section .wrapper .bread-crumbs {
        margin-top: 40px;
    }
    .about-first-column {
        gap: 20px;
        margin-top: 20px;
    }
    .about-first-column .page-title {
        font-size: 32px;
        line-height: 38px;
    }
    .about-first-text {
        font-size: 12px;
        line-height: 20px;
        max-width: 320px;
    }
    .about-first-bg {
        height: 317px;
    }
    .about-first-bg>div {
        height: 229px;
    }
}
/* Второй экран */
.about-second-section {
    position: relative;
    background-color: rgba(173, 157, 139, 1);
}
.about-second-section .wrapper {
    padding-top: 135px;
    padding-bottom: 130px;
    gap: 32px;
    align-items: center;
    text-align: center;
}
.about-second-svg-wrapper {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.about-second-text {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: rgba(251, 245, 239, 1);
    max-width: 822px;
}
.about-second-section svg {
    shape-rendering: crispEdges;
}
@media(max-width: 768px) {
    .about-second-section .wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
        gap: 30px;
    }
    .about-second-svg-wrapper {
        width: 60px;
        height: 60px;
        border: 0.43px solid rgba(255, 255, 255, 0.5);
    }
    .about-second-svg-wrapper svg {
        width: 15.4px;
    }
    .about-second-text {
        font-size: 22px;
        line-height: 24px;
        max-width: 581px;
    }
}
@media(max-width: 470px) {
    .about-second-section .wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
        gap: 20px;
    }
    .about-second-text {
        font-size: 18px;
        line-height: 21px;
        max-width: unset;
    }
}
/* Третий экран */
.about-some-sections {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.about-third-section {
    position: relative;
}
.about-third-section .wrapper {
    padding-top: 60px;
    padding-bottom: 68px;
    justify-content: start;
    position: relative;
    z-index: 3;
}
.about-third-column {
    width: 49%;
}
.about-third-section .section-title {
    max-width: 572px;
    margin-top: 22px;
    margin-bottom: 25px;
}
.about-third-subtitle {
    font-family: Futura PT;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(173, 157, 139, 1);
    display: flex;
    max-width: 486px;
}
.about-third-orange-text {
    margin: -4px -47px -23px auto;
    width: fit-content;
    font-family: 'Alistair Signature';
    height: 101px;
    display: flex;
    align-items: start;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.about-third-points {
    margin-bottom: 50px;
}
.about-third-point {
    gap: 20px;
    align-items: start;
}
.about-third-point-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 0.5px solid rgba(173, 157, 139, 1);
    border-radius: 50%;
    font-family: Futura PT;
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
    background-color: rgba(251, 245, 239, 1);
    color: rgba(181, 133, 79, 1);
}
.about-third-point .about-third-text {
    max-width: 285px;
}
.about-third-text {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
}
.about-third-section .about-third-text {
    max-width: 510px;
}
.about-third-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    overflow: hidden;
}
.about-third-img div {
    position: absolute;
    top: -1px;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(251, 245, 239, 0.95) 17.63%, rgba(251, 245, 239, 0.621605) 40.09%, rgba(251, 245, 239, 0) 100%);
}
@media(max-width: 1240px) {
    .about-third-section .wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .about-third-subtitle {
        font-size: 14px;
        line-height: 22px;
    }
    .about-third-orange-text {
        margin: 5px -47px -23px auto;
    }
    .about-third-text {
        font-size: 22px;
        line-height: 29px;
    }
}
@media(max-width: 768px) {
    .about-third-section .wrapper {
        padding-top: 80px;
        padding-bottom: 726px;
    }
    .about-third-column {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .about-third-section .section-title {
        max-width: 517px;
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .about-third-subtitle {
        font-size: 14px;
        line-height: 22px;
        max-width: 433px;
    }
    .about-third-orange-text {
        margin: 40px 0 37px 0;
        height: fit-content;
        font-size: 48px;
        line-height: 65px;
    }
    .about-third-points {
        margin-bottom: 40px;
    }
    .about-third-point {
        align-items: center;
        text-align: center;
    }
    .about-third-point .about-third-text {
        max-width: 260px;
    }
    .about-third-text {
        font-size: 22px;
        line-height: 29px;
    }
    .about-third-img {
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 646px;
    }
}
@media(max-width: 470px) {
    .about-third-section .wrapper {
        padding-top: 60px;
        padding-bottom: 355px;
    }
    .about-third-section .section-title {
        max-width: unset;
    }
    .about-third-subtitle {
        font-size: 12px;
        line-height: 20px;
        max-width: 274px;
    }
    .about-third-orange-text {
        margin: 40px 0 24px 0;
        height: fit-content;
        font-size: 32px;
        line-height: 49px;
    }
    .about-third-points {
        margin-bottom: 23px;
        flex-direction: column;
        gap: 23px;
    }
    .about-third-point .about-third-text {
        max-width: unset;
    }
    .about-third-text {
        font-size: 18px;
        line-height: 21px;
        max-width: unset;
    }
    .about-third-img {
        height: 315px;
    }
}
/* 4-7 экран */
.about-sections-section {
    position: relative;
}
.about-sections-section .wrapper {
    padding-top: 156px;
    padding-bottom: 210px;
    position: relative;
    z-index: 3;
}
.about-left-img .wrapper {
    justify-content: end;
}
.about-right-img .wrapper {
    justify-content: start;
}
.about-sections-column {
    gap: 57px;
    align-items: center;
    width: 49%;
    text-align: center;
}
.about-sections-column span {
    font-family: 'Alistair Signature';
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.about-sections-column p {
    max-width: 578px;
}
.about-sections-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.about-left-img .about-sections-img {
    left: 0;
}
.about-right-img .about-sections-img {
    right: 0;
}
.about-sections-img div {
    position: absolute;
    top: -1px;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(251, 245, 239, 0.95) 17.63%, rgba(251, 245, 239, 0.621605) 40.09%, rgba(251, 245, 239, 0) 100%);
}
.about-sections-bg {
    position: absolute;
    width: 145%;
    height: auto;
    top: 331px;
    aspect-ratio: 2320 / 2871;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    object-fit: contain;
}
@media(max-width: 1240px) {
    .about-sections-bg {
        display: none;
    }
}
@media(max-width: 768px) {
    .about-sections-section .wrapper {
        padding-top: 80px;
        padding-bottom: 726px;
        position: relative;
        z-index: 3;
    }
    .about-sections-column {
        gap: 20px;
        width: 100%;
    }
    .about-sections-column span {
        font-size: 48px;
        line-height: 65px;
    }
    .about-sections-column p {
        max-width: 510px;
    }
    .about-sections-img {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 646px;
    }
}
@media(max-width: 470px) {
    .about-sections-section .wrapper {
        padding-top: 60px;
        padding-bottom: 375px;
    }
    .about-sections-column {
        gap: 23px;
    }
    .about-sections-column span {
        font-size: 32px;
        line-height: 48px;
    }
    .about-sections-column p {
        max-width: unset;
    }
    .about-sections-img {
        height: 315px;
    }
}
/* Восьмой экран */
.about-eighth-section {
    position: relative;
    /* padding-bottom: 38px; */
}
.about-eighth-section .wrapper {
    padding-top: 100px;
    padding-bottom: 35px;
    gap: 20px;
}
.about-countries-groups-row {
    gap: 30px;
    align-items: end;
}
.about-country-group-column {
    align-items: center;
}
.about-country-group-number {
    font-family: Futura PT;
    font-size: 10px;
    line-height: 23px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    border-radius: 50%;
    background-color: #B5854F;
    z-index: 2;
    flex-shrink: 0;
}
.about-country-group-number::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 15px;
    background-color: rgba(223, 200, 175, 1);
}
.about-country-group-delimeter {
    width: 100%;
    height: 2px;
    position: relative;
    background-color: rgba(223, 200, 175, 1);
    margin-bottom: 22px;
}
.about-country-group-delimeter>div {
    position: absolute;
    top: 100%;
    width: 2px;
    height: 10px;
    background-color: rgba(223, 200, 175, 1);
}
.about-country-group-delimeter>div:nth-child(1) {
    left: 0;
}
.about-country-group-delimeter>div:nth-child(2) {
    right: 0;
}
.about-country-group-row {
    gap: 8px;
    align-items: center;
}
.about-country {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.05em;
    font-weight: 450;
    text-transform: uppercase;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(181, 133, 79, 0.4);
    background-color: rgba(246, 238, 229, 1);
    border-radius: 300px;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.about-countries-groups-row svg {
    margin-bottom: 7.14px;
}
.about-8-mobile-block-btn {
    display: none;
    width: 100%;
    align-items: center;
    gap: 10px;
    margin-top: 52px;
}
.about-8-mobile-block-btn span {
    font-size: Futura PT;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: rgba(181, 133, 79, 0.5);
}
.about-8-mobile-btn {
    align-items: center;
    border: 1px solid rgba(181, 133, 79, 0.4);
    background-color: rgba(246, 238, 229, 1);
    border-radius: 300px;
    height: 28px;
}
.about-8-mobile-btn-left,
.about-8-mobile-btn-right {
    width: 28px;
    display: flex;
    height: 100%;
    align-items: center;
}
.about-8-mobile-btn-left {
    justify-content: end;
    padding-right: 5px;
}
.about-8-mobile-btn-right {
    justify-content: start;
    padding-left: 5px;
}
.about-map {
    position: relative;
    width: 100%;
    height: 939px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-map div {
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(251, 245, 239, 0) 50.31%, #FBF5EF 100%);
}
@media(max-width: 1370px) {
    .about-eighth-row {
        flex-direction: column;
        gap: 20px;
    }
    .about-map {
        height: auto;
        aspect-ratio: 1370/939;
    }
}
@media(max-width: 1240px) {
    .about-country-group-row {
        gap: 5px;
        align-items: center;
    }
    .about-country {
        font-size: 12px;
        line-height: 18px;
        height: 24px;
        padding: 0 6px;
    }
    .about-country-group-number {
        margin-bottom: 10px;
    }
    .about-country-group-number::after {
        height: 10px;
    }
    .about-country-group-delimeter {
        margin-bottom: 15px;
    }
    .about-countries-groups-row {
        gap: 15px;
    }
    .about-countries-groups-row svg {
        width: 15px;
    }
}
@media(max-width: 768px) {
    .about-eighth-section .wrapper {
        gap: 16px;
        padding-top: 80px;
        padding-bottom: 25px;
    }
    .about-map {
        height: 608px;
        background-size: 1130px auto;
    }
    .about-country-group-column {
        flex-direction: row;
        gap: 15px;
        align-items: start;
    }
    .about-country-group-delimeter,
    .about-countries-groups-row svg {
        display: none;
    }
    .about-countries-groups-row {
        flex-direction: column;
        gap: 35px;
        align-items: start;
    }
    .about-country-group-number {
        margin-bottom: 0;
    }
    .about-country-group-number::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 39px;
        border-right: 1px dashed rgba(223, 200, 175, 1);
        background-color: unset;
        z-index: 1;
    }
    .about-countries-groups-row .about-country-group-column:last-child .about-country-group-number::after {
        content: none;
    }
    .about-country {
        font-size: 14px;
        line-height: 23px;
        height: 25px;
        padding: 0 10px;
    }
    .about-country:not(.no-delimeter)::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 100%;
        width: 8px;
        height: 0;
        border-bottom: 1px dashed rgba(223, 200, 175, 1);
        z-index: 1;
    }
    .about-country-group-row {
        gap: 8px;
        flex-wrap: wrap;
    }
    .about-country-group-row .about-country:first-child::before {
        width: 15px;
    }
}
@media(max-width: 590px) {
    .about-countries-groups-row .about-country-group-column:first-child .about-country-group-number::after {
        height: 96px;
    }
}
@media(max-width: 470px) {
    .about-eighth-row {
        gap: 25px;
    }
    .about-eighth-section .wrapper {
        padding-top: 60px;
        padding-bottom: 25px;
    }
    .about-8-mobile-block-btn {
        display: flex;
    }
    .about-map {
        height: 580px;
        background-size: cover;
        background-position: 60% 50%;
    }
    .about-countries-groups-row {
        gap: 20px;
    }
    .about-country-group-number::after {
        height: 23px;
    }
    .about-countries-groups-row .about-country-group-column:last-child .about-country-group-number::after {
        content: none;
    }
    .about-countries-groups-row .about-country-group-column:first-child .about-country-group-number::after {
        height: 54px;
    }
    .about-country {
        font-size: 12px;
        height: 24px;
    }
}
.contacts-section {
    position: relative;
}
.contacts-section .wrapper {
    padding-bottom: 60px;
}
.contacts-content {
    gap: 10px;
    align-items: start;
}
.contacts-content h1 {
    width: 50%;
}
.contacts-columns-row {
    width: 50%;
    gap: 10px;
    align-items: stretch;
}
.contacts-columns-column-left {
    width: 50%;
    gap: 57px;
}
.contacts-columns-column-left-top {
    gap: 16px;
}
.contacts-columns-column-left-top .contacts-columns-text {
    max-width: 270px;
}
.contacts-columns-title {
    font-family: 'Fira Sans Condensed';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(181, 133, 79, 1);
}
.contacts-columns-text {
    font-family: Futura PT;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(94, 88, 79, 0.7) !important;
}
.contacts-columns-row a:hover {
    color: rgba(181, 133, 79, 1) !important;
}
.contacts-columns-column-left-bottom {
    gap: 16px;
}
.contacts-columns-column-left-botom-row {
    gap: 20px;
    align-items: center;
}
.contacts-columns-column-right {
    height: auto;
    justify-content: space-between;
    width: 50%;
}
.contacts-columns-column-right-top {
    gap: 18px;
}
.contacts-columns-column-right-top-column {
    gap: 10px;
}
a.contacts-columns-text {
    width: fit-content;
}
.contacts-btn {
    border: 1px solid rgba(80, 61, 54, 0.3);
    border-radius: 100px;
    height: 52px;
    padding: 18.5px 24px;
    align-items: center;
    gap: 20px;
    width: fit-content;
}
.contacts-btn span {
    transition: all 0.3s;
    font-family: 'Golos Text';
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(80, 61, 54, 1);
}
.contacts-btn svg,
.contacts-btn path,
.contacts-btn line {
    transition: all 0.3s;
}
.contacts-btn:hover,
.contacts-btn:active {
    background-color: rgb(231, 220, 208);
    border-color: rgb(231, 220, 208);
}
.contacts-btn:hover span,
.contacts-btn:active span {
    color: rgb(181, 133, 79);
}
.contacts-btn:hover svg,
.contacts-btn:active svg {
    transform: translateX(4px);
}
.contacts-btn:hover path,
.contacts-btn:active path,
.contacts-btn:hover line,
.contacts-btn:active line {
    stroke: rgb(181, 133, 79);
}
#map {
    position: relative;
}
#map>div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #b5854f3f;
    z-index: 10;
    pointer-events: none;
}
.contacts-map {
    width: 100%;
    height: 568px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.contacts-map svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contacts-map div {
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B5854F;
    mix-blend-mode: overlay;
}
.contacts-content-mobile {
    display: none;
    gap: 40px;
}
@media(max-width: 1240px) {
    .contacts-section .wrapper {
        padding-bottom: 46.5px;
    }
    .contacts-columns-column-left {
        gap: 40px;
    }
    .contacts-columns-column-left-top .contacts-columns-text {
        max-width: 210px;
    }
    .contacts-columns-title {
        font-size: 18px;
        line-height: 24px;
    }
    .contacts-columns-text {
        font-size: 14px;
        line-height: 20px;
    }
    .contacts-btn {
        height: 44px;
        padding: 12px 20px;
        gap: 15px;
    }
    .contacts-btn span {
        font-size: 10px;
    }
}
@media(max-width: 950px) {
    .contacts-content h1 {
        width: 33%;
    }
    .contacts-columns-row {
        width: 66%;
    }
}
@media(max-width: 768px) {
    .contacts-content {
        gap: 40px;
        flex-direction: column;
    }
    .contacts-content h1 {
        width: 100%;
    }
    .contacts-columns-row {
        width: 100%;
        gap: 30px;
    }
    .contacts-section .wrapper {
        padding-bottom: 60px;
    }
    .contacts-columns-column-left {
        gap: 57px;
    }
    .contacts-columns-column-left-top .contacts-columns-text {
        max-width: 261px;
    }
    .contacts-columns-title {
        font-size: 20px;
        line-height: 28px;
    }
    .contacts-columns-text {
        font-size: 20px;
        line-height: 24px;
    }
    .contacts-btn {
        height: 52px;
        padding: 18px 24px;
        gap: 20px;
    }
    .contacts-btn span {
        font-size: 12px;
    }
}
@media(max-width: 550px) {
    .contacts-btn {
        height: 52px;
        padding: 18px 20px;
        gap: 15px;
    }
    .contacts-btn span {
        font-size: 10px;
    }
}
@media(max-width: 470px) {
    .contacts-content {
        display: none;
    }
    .contacts-content-mobile {
        display: flex;
    }
    .contacts-section .wrapper {
        padding-bottom: 40px;
    }
    .contacts-columns-column-left-top .contacts-columns-text {
        max-width: unset;
    }
    .contacts-columns-title {
        font-size: 18px;
        line-height: 28px;
    }
    .contacts-columns-text {
        font-size: 18px;
        line-height: 24px;
    }
    .contacts-btn {
        height: 52px;
        padding: 18px 0;
        gap: 20px;
        width: 100%;
        justify-content: center;
    }
    .contacts-btn span {
        font-size: 12px;
    }
    .contacts-columns-column-left-top {
        width: 100%;
    }
    .contacts-mobile-row {
        width: 100%;
        gap: 10px;
        align-items: start;
    }
    .contacts-columns-column-right-top,
    .contacts-columns-column-left-bottom {
        width: 50%;
    }
}
.fabrics-types-section-3 {
    position: relative;
    padding-bottom: 0px;
    z-index: 2;
}
.fabrics-brands-section-5 {
    padding-top: 40px;
    padding-bottom: 0 !important;
}
.fabrics-types-section-3 .wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 75px;
    padding-bottom: 90px;
}
.fabrics-types-section-3-bottom-1,
.fabrics-types-section-3-bottom-2 {
    position: relative;
}
.fabrics-types-section-3 .fabrics-types-section-3-bottom-2 .wrapper {
    justify-content: start;
}
.fabrics-types-section-3 .section-top-row {
    margin: 0 auto 40px auto;
    padding: 0 30px;
    width: fit-content;
    text-align: center;
}
.fabrics-types-section-3 .section-title {
    padding: 0 30px;
    margin: 0 auto 60px auto;
    width: fit-content;
    text-align: center;
}
.fabrics-types-section-3-row-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fabrics-types-section-3 .fabrics-types-section-3-bottom-2 .fabrics-types-section-3-row-img {
    left: auto;
    right: 0;
}
.fabrics-types-section-3-row-text {
    padding: 0 95px;
    text-align: center;
    width: 50%;
}
.fabrics-types-section-3-row-text h3 {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: rgba(181, 133, 79, 1);
    font-weight: 450;
    margin-bottom: 45px;
}
.fabrics-types-section-3-row-text p {
    font-family: Futura PT;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(94, 88, 79, 0.7);
}
.fabrics-types-section-3-row-img div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(251, 245, 239, 0.95) 17.63%, rgba(251, 245, 239, 0.621605) 40.09%, rgba(251, 245, 239, 0) 100%);
    display: none;
}
.fabrics-brands-section-5 .fabrics-types-section-3-row-img div {
    display: block;
}
.fabrics-brands-section-5 .fabrics-types-section-3-bottom-2 .fabrics-types-section-3-row-img div {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(251, 245, 239, 0.95) 17.63%, rgba(251, 245, 239, 0.621605) 40.09%, rgba(251, 245, 239, 0) 100%);
}
@media(max-width: 1240px) {
    .fabrics-types-section-3-row-text h3 {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .fabrics-types-section-3-row-text p {
        font-size: 18px;
        line-height: 25px;
    }
    .fabrics-types-section-3-row-text {
        padding: 0 20px;
        text-align: center;
        width: 50%;
    }
}
@media(max-width: 768px) {
    .fabrics-types-section-3-row-img {
        position: absolute;
        top: 0;
        left: 0;
        height: 646px;
        width: 100%;
    }
    .fabrics-brands-section-5 .fabrics-types-section-3-bottom-2 .fabrics-types-section-3-row-img div {
        display: none;
    }
    .fabrics-brands-section-5 {
        padding-top: 80px;
        padding-bottom: 0 !important;
    }
    .fabrics-types-section-3 .wrapper {
        display: flex;
        align-items: center;
        justify-content: end;
        padding-top: 726px;
        padding-bottom: 80px;
    }
    .fabrics-types-section-3 {
        padding-bottom: 40px;
    }
    .fabrics-types-section-3-row-text h3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .fabrics-types-section-3-row-text p {
        font-size: 22px;
        line-height: 29px;
    }
    .fabrics-types-section-3-row-text {
        padding: 0 45px;
        width: 100%;
    }
    .fabrics-types-section-3-row-img div {
        display: block;
    }
}
@media(max-width: 550px) {
    .fabrics-types-section-3-row-text {
        padding: 0px;
    }
}
@media(max-width: 470px) {
    .fabrics-types-section-3-row-img {
        height: 315px;
    }
    .fabrics-brands-section-5 {
        padding-top: 120px;
        padding-bottom: 0 !important;
    }
    .fabrics-types-section-3 .wrapper {
        display: flex;
        align-items: center;
        justify-content: end;
        padding-top: 375px;
        padding-bottom: 60px;
    }
    .fabrics-types-section-3 {
        padding-bottom: 60px;
    }
    .fabrics-types-section-3-row-text h3 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 14px;
    }
    .fabrics-types-section-3-row-text p {
        font-size: 18px;
        line-height: 21px;
    }
}
.fabrics-types-section-4 {
    position: relative;
}
.fabrics-types-section-4 .wrapper {
    padding-top: 90px;
    padding-bottom: 869px;
    gap: 20px;
    position: relative;
    z-index: 3;
}
.fabrics-types-section-4 .section-title {
    max-width: 529px;
}
.fabrics-types-section-4-img {
    position: absolute;
    width: 705px;
    height: 385px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 131px;
    right: 78px;
    z-index: 2;
}
.fabrics-types-section-4-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.fabrics-types-section-4-img-bg div:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 811px;
    background: linear-gradient(180deg, #FBF5EF 17.63%, rgba(251, 245, 239, 0) 58.05%);
}
.fabrics-types-section-4-img-bg div:nth-child(2) {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: linear-gradient(0deg, #FBF5EF 17.63%, rgba(251, 245, 239, 0) 100%);
}
@media(max-width: 1240px) {
    .fabrics-types-section-4-img {
        width: 400px;
        height: 200px;
        top: 190px;
        right: 30px;
    }
}
@media(max-width: 768px) {
    .fabrics-types-section-4 .wrapper {
        padding-top: 0px;
        padding-bottom: 883px;
        gap: 16px;
    }
    .fabrics-types-section-4 .section-title {
        max-width: unset;
    }
    .fabrics-types-section-4-img {
        width: 90%;
        height: auto;
        top: 135px;
        right: 50%;
        transform: translateX(50%);
        z-index: 2;
        aspect-ratio: 705/385;
    }
    .fabrics-types-section-4-img-bg {
        height: 557px;
        top: auto;
        bottom: 0;
    }
    .fabrics-types-section-4-img-bg div:nth-child(1) {
        height: 389px;
    }
    .fabrics-types-section-4-img-bg div:nth-child(2) {
        display: block;
    }
}
@media(max-width: 550px) {
    .fabrics-types-section-4 .wrapper {
        padding-bottom: 650px;
    }
    .fabrics-types-section-4-img {
        top: 150px;
    }
}
@media(max-width: 470px) {
    .fabrics-types-section-4 .wrapper {
        padding-bottom: 568px;
        align-items: center;
        text-align: center;
    }
    .fabrics-types-section-4-img {
        width: 93%;
        top: 140px;
    }
    .fabrics-types-section-4-img-bg {
        height: 448px;
    }
    .fabrics-types-section-4-img-bg div:nth-child(1) {
        height: 312px;
    }
    .fabrics-types-section-4-img-bg div:nth-child(2) {
        height: 100px;
    }
}
.fabrics-types-section-6 {
    position: relative;
}
.fabrics-types-bg-6 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 633px;
    width: 100%;
    position: relative;
}
.fabrics-types-bg-6 div:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 355px;
    width: 100%;
    background: linear-gradient(0deg, #F7EEE5 17.63%, rgba(247, 238, 229, 0) 100%);
}
.fabrics-types-bg-6 div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 355px;
    width: 100%;
    background: linear-gradient(180deg, #F7EEE5 17.63%, rgba(247, 238, 229, 0) 100%);
}
.fabrics-brands-section-6 .fabrics-types-bg-6 div:nth-child(2) {
    background: linear-gradient(180deg, rgba(251, 245, 239, 0.5) 17.63%, rgba(251, 245, 239, 0) 100%);
}
.fabrics-brands-section-6 .fabrics-types-bg-6 div:nth-child(1) {
    background: linear-gradient(0deg, #FBF5EF 17.63%, rgba(251, 245, 239, 0) 100%);
}
@media(max-width: 768px) {
    .fabrics-types-bg-6 {
        height: 646px;
    }
    .fabrics-types-bg-6 div {
        height: 359px;
    }
    .fabrics-brands-section-6 .fabrics-types-bg-6 div:nth-child(1) {
        display: none;
    }
}
@media(max-width: 470px) {
    .fabrics-types-bg-6 {
        height: 440px;
    }
    .fabrics-types-bg-6 div {
        height: 267px;
    }
}
.fabrics-brands-section-3 {
    position: relative;
}
.fabrics-brands-section-3 .wrapper {
    padding-top: 60px;
    padding-bottom: 41px;
    gap: 30px;
}
.fabrics-brands-section-3-left {
    gap: 25px;
    width: 50%;
}
.fabrics-brands-section-3-left .section-title {
    max-width: 600px;
}
.fabrics-brands-section-3-right {
    width: 50%;
    margin-top: 40px;
    align-items: start;
    gap: 40px;
    justify-content: space-between;
}
.fabrics-brands-section-3-right-left {
    gap: 27px;
    width: 45%;
}
.fabrics-brands-section-3-right-right {
    width: 45%;
}
.fabrics-brands-section-3-right-left span {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    padding-bottom: 38px;
    font-weight: 450;
    border-bottom: 0.5px solid rgba(199, 199, 200, 1);
}
.fabrics-brands-section-3-right p {
    font-family: Futura PT;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
}
.fabrics-brands-section-3-img {
    width: 100%;
    height: 633px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width: 768px) {
    .fabrics-brands-section-3 .wrapper {
        flex-direction: column;
        gap: 50px;
        padding-bottom: 60px;
    }
    .fabrics-brands-section-3-left {
        gap: 16px;
        width: 100%;
    }
    .fabrics-brands-section-3-left .section-title {
        max-width: 400px;
    }
    .fabrics-brands-section-3-right {
        width: 100%;
        margin-top: 0px;
    }
    .fabrics-brands-section-3-right-left {
        width: 42%;
    }
    .fabrics-brands-section-3-right-right {
        width: 42%;
    }
    .fabrics-brands-section-3-img {
        height: 646px;
    }
}
@media(max-width: 470px) {
    .fabrics-brands-section-3 .wrapper {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 40px;
    }
    .fabrics-brands-section-3-left .section-title {
        max-width: 270px;
    }
    .fabrics-brands-section-3-right {
        flex-direction: column;
        gap: 15px;
    }
    .fabrics-brands-section-3-right-left {
        width: 100%;
        gap: 20px;
    }
    .fabrics-brands-section-3-right-left span {
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 20px;
    }
    .fabrics-brands-section-3-right p {
        font-size: 16px;
        line-height: 21px;
    }
    .fabrics-brands-section-3-right-right {
        width: 100%;
    }
    .fabrics-brands-section-3-img {
        height: 440px;
    }
}
.fabrics-brands-section-4 {
    position: relative;
    padding-bottom: 798px;
}
.fabrics-brands-section-4 .wrapper {
    padding-top: 80px;
    padding-bottom: 34px;
    gap: 31px;
    position: relative;
    z-index: 2;
}
.fabrics-brands-section-4-table {
    width: 100%;
    overflow: hidden;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}
.fabrics-table-row {
    display: grid;
    grid-template-columns: repeat(var(--cols), 1fr);
    text-align: center;
}
/* чередование строк */
.fabrics-table-row:nth-child(odd):not(.fabrics-brands-section-4-table-header) {
    background: rgba(247, 238, 229, 1);
}
/* ячейки */
.fabrics-table-row>div {
    padding: 35px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.fabrics-table-row>div:last-child {
    border-right: none;
}
.fabrics-brands-section-4-table-header,
.cotton-name {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(181, 133, 79, 1);
}
.fabrics-brands-section-4-table-header {
    background: rgba(247, 238, 229, 1);
}
.fabrics-brands-section-4-img {
    position: absolute;
    height: 946px;
    width: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.fabrics-brands-section-4-img div:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 596px;
    background: linear-gradient(180deg, #FBF5EF 30.09%, rgba(251, 245, 239, 0) 58.05%);
}
.fabrics-brands-section-4-img div:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 261px;
    background: linear-gradient(0deg, #FBF5EF 17.63%, rgba(251, 245, 239, 0) 100%);
}
.fabrics-brands-section-4-mobile {
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    display: none;
}
.fabrics-brands-section-4-mobile span {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}
.fabrics-brands-section-4-mobile div {
    padding: 4px 10px;
    border: 1px solid rgba(181, 133, 79, 0.4);
    background-color: rgba(246, 238, 229, 1);
    border-radius: 300px;
}
@media(max-width: 768px) {
    .fabrics-brands-section-4 {
        position: relative;
        padding-bottom: 534px;
    }
    .fabrics-brands-section-4 .wrapper {
        padding-top: 120px;
        padding-bottom: 25px;
        gap: 16px;
    }
    /* чередование строк */
    .fabrics-table-row:nth-child(odd):not(.fabrics-brands-section-4-table-header) {
        background: rgba(173, 157, 139, 0.1);
    }
    .fabrics-brands-section-4-table-header,
    .cotton-name {
        font-size: 15px;
    }
    .cotton-name {
        color: rgba(173, 157, 139, 1);
    }
    .fabrics-brands-section-4-table-header {
        background: rgba(173, 157, 139, 1);
        color: rgba(255, 255, 255, 1);
    }
    .fabrics-brands-section-4-img {
        height: 557px;
        background-position: 30% center;
    }
    .fabrics-brands-section-4-img div:nth-child(1) {
        height: 389px;
    }
    .fabrics-brands-section-4-img div:nth-child(2) {
        height: 125px;
    }
}
@media(max-width: 750px) {
    .fabrics-brands-section-4-mobile {
        display: flex;
    }
    .table-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .table-wrapper::-webkit-scrollbar {
        display: none;
    }
    .fabrics-brands-section-4-table {
        width: max-content;
        min-width: 100%;
        overflow-x: visible;
    }
    .fabrics-table-row {
        grid-template-columns: repeat(var(--cols), minmax(150px, 1fr));
    }
    .fabrics-table-row>div {
        padding: 28px 20px;
    }
    .fabrics-brands-section-4 .wrapper {
        align-items: center;
        text-align: center;
        gap: 16px;
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .fabrics-brands-section-4-table {
        font-size: 15px;
        line-height: 20px;
    }
    .fabrics-brands-section-4-table-header,
    .cotton-name {
        font-size: 12.6px;
        line-height: 16px;
    }
    .fabrics-brands-section-4 {
        position: relative;
        padding-bottom: 342px;
    }
    .fabrics-brands-section-4-img {
        height: 448px;
    }
    .fabrics-brands-section-4-img div:nth-child(1) {
        height: 312px;
    }
    .fabrics-brands-section-4-img div:nth-child(2) {
        height: 100px;
    }
}
.fabrics-third-section {
    position: relative;
    background-color: rgba(247, 238, 229, 1);
}
.fabrics-third-section .wrapper {
    justify-content: end;
}
.fabrics-third-img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fabrics-third-column {
    width: 50%;
    padding: 60px;
}
.fabrics-third-column h2 {
    margin-top: 25px;
    margin-bottom: 20px;
    max-width: 630px;
}
.fabrics-third-subtitle {
    max-width: 380px;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    font-weight: 450;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}
.fabrics-third-orange-subtitle {
    height: 101px;
    margin: -11px 104px 195px auto;
    font-family: 'Alistair Signature';
    font-size: 60px;
    line-height: 65px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.fabrics-third-text-row {
    padding-top: 40px;
    border-top: 0.5px solid rgba(199, 199, 200, 1);
    width: 100%;
    gap: 30px;
    margin-bottom: 35px;
}
.fabrics-third-text-row p {
    width: 50%;
    font-family: Futura PT;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(94, 88, 79, 0.7);
}
.fabrics-third-icons-row {
    gap: 18.4px;
    align-items: center;
}
@media(max-width: 1240px) {
    .fabrics-third-subtitle {
        font-size: 14px;
    }
    .fabrics-third-column {
        padding: 60px 0 60px 40px;
    }
    .fabrics-third-orange-subtitle {
        margin: 0px 50px 50px auto;
        font-size: 50px;
    }
    .fabrics-third-text-row {
        gap: 20px;
    }
    .fabrics-third-text-row p {
        font-size: 16px;
    }
}
@media(max-width: 768px) {
    .fabrics-third-section .wrapper {
        justify-content: start;
        padding-bottom: 940px;
        padding-top: 80px;
    }
    .fabrics-third-img {
        width: 100%;
        height: 900px;
        position: absolute;
        top: auto;
        bottom: 0;
    }
    .fabrics-third-column {
        width: 100%;
        padding: 0px;
    }
    .fabrics-third-column h2 {
        margin-top: 16px;
        max-width: 513px;
    }
    .fabrics-third-subtitle {
        max-width: 400px;
        font-size: 14px;
    }
    .fabrics-third-orange-subtitle {
        height: 75px;
        margin: 2px 32px 26px auto;
        font-family: 'Alistair Signature';
        font-size: 48px;
    }
    .fabrics-third-text-row {
        padding-top: 30px;
        gap: 45px;
        margin-bottom: 105px;
    }
    .fabrics-third-text-row p {
        font-size: 18px;
        line-height: 24px;
    }
    .fabrics-third-icons-row {
        gap: 13px;
    }
}
@media(max-width: 470px) {
    .fabrics-third-section .wrapper {
        padding-bottom: 480px;
        padding-top: 60px;
    }
    .fabrics-third-img {
        height: 440px;
    }
    .fabrics-third-column h2 {
        max-width: unset;
    }
    .fabrics-third-subtitle {
        max-width: 290px;
        font-size: 12px;
        line-height: 20px;
    }
    .fabrics-third-orange-subtitle {
        height: 49px;
        margin: 10px 0px 20px auto;
        font-size: 32px;
        line-height: 48px;
    }
    .fabrics-third-text-row {
        flex-direction: column;
        padding-top: 20px;
        gap: 15px;
        margin-bottom: 20px;
    }
    .fabrics-third-text-row p {
        font-size: 16px;
        line-height: 21px;
        width: 100%;
    }
}
.form-section {
    background-color: #2F333E;
    overflow: hidden;
}
.form-column {
    width: 50%;
    padding: 60px 0;
    gap: 20px;
}
.top-form-text {
    gap: 12px;
    align-items: center;
}
.top-form-text span {
    font-family: 'Golos Text';
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: rgba(251, 245, 239, 0.7);
}
.form-title {
    font-family: 'Fira Sans Condensed';
    font-weight: 300;
    line-height: 100%;
    font-size: 54px;
    text-transform: uppercase;
    color: rgba(251, 245, 239, 1);
    max-width: 568px;
    width: 100%;
}
.form-text {
    font-family: Futura PT;
    font-weight: 400;
    color: rgba(251, 245, 239, 0.6);
    line-height: 100%;
    font-size: 20px;
    max-width: 409px;
    width: 100%;
}
.bg-form-footer-svg {
    position: absolute;
    bottom: -4%;
    left: -9%;
    width: 85%;
    pointer-events: none;
    shape-rendering: crispEdges;
}
.form-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.form-photo-bg-gradient {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(251, 245, 239, 0.3) 0%, rgba(251, 245, 239, 0) 52.4%, rgba(251, 245, 239, 0.3) 100%);
}
.form-photo-top-gradient {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 36%;
    background: linear-gradient(180deg, rgba(251, 245, 239, 0.8) 17.63%, rgba(251, 245, 239, 0) 100%);
}
.form-photo-bottom-gradient {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 36%;
    background: linear-gradient(0deg, rgba(251, 245, 239, 0.8) 17.63%, rgba(251, 245, 239, 0) 100%);
}
.bg-form-footer-svg-mobile {
    display: none;
    position: absolute;
    top: 54px;
    width: 185%;
    height: fit-content;
    right: -65%;
    pointer-events: none;
}
/* Форма */
.wpcf7 {
    width: 91%;
    max-width: 725px;
}
.wpcf7 .flex-box-column {
    gap: 50px;
    padding-top: 40px;
}
.wpcf7 form br {
    display: none;
}
.wpcf7 form .flex-box-column>.flex-box-row {
    gap: 30px;
}
.wpcf7 form .form-control {
    width: 100%;
    background: transparent;
    border: none !important;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: rgba(251, 245, 239, 1);
    font-size: 19px;
    line-height: 24px;
    font-family: Futura PT;
    margin: 0 0 auto 0;
}
.wpcf7 form .form-control:focus {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-modify: read-write-plaintext-only;
}
.wpcf7 form .floating-label-group:has(input:focus),
.wpcf7 form .floating-label-group:has(select:focus) {
    border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
}
.wpcf7 form .floating-label-group {
    position: relative;
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.wpcf7 form .floating-label-group:last-child {
    width: 100%;
}
.wpcf7 form .flex-box-row .floating-label-group {
    width: 50%;
}
.wpcf7 form .floating-label-group>p {
    display: flex;
    align-items: end;
    height: 100%;
    width: 100%;
}
.wpcf7 form .floating-label {
    position: absolute;
    top: 25%;
    left: 0;
    transform: translateY(-50%);
    font-family: Futura PT;
    color: rgba(251, 245, 239, 0.6);
    font-size: 20px;
    pointer-events: none;
    transition: all 0.3s ease;
    margin: 0;
    z-index: 1;
}
.wpcf7 form .floating-label.focused-label {
    top: -10px;
    transform: translateY(-50%);
    color: rgba(251, 245, 239, 1);
    font-size: 14px;
    display: none;
}
.wpcf7 form .floating-label-group select {
    background-color: transparent;
    color: rgba(251, 245, 239, 1);
}
.wpcf7 form .floating-label-group .wpcf7-form-control-wrap {
    width: 100%;
    height: 100%;
}
.wpcf7 form .floating-label-group select option {
    color: #2F333E;
    background-color: #FBF5EF;
}
.wpcf7 form .floating-label-group select option:focus {
    background-color: #2F333E;
    color: #FBF5EF;
}
.wpcf7 form .floating-label-group select option[value=""] {
    color: rgba(251, 245, 239, 0.6);
}
.wpcf7 form .floating-label-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L9 10L13 6' stroke='%23FBF5EF' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top right;
    transition: transform 0.3s ease;
    z-index: 2;
}
.wpcf7 form .checkbox-label {
    height: 24px;
    display: block;
}
.checkbox-input {
    opacity: 0;
}
.checkbox-label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    font-family: Futura PT;
    line-height: 24px;
    font-weight: 400;
    color: rgba(251, 245, 239, 0.6);
}
.checkbox-label a {
    font-size: 16px;
    font-family: Futura PT;
    line-height: 24px;
    font-weight: 400;
    color: rgba(251, 245, 239, 0.6);
    text-decoration: underline;
}
.checkbox-label a:hover {
    color: rgba(251, 245, 239, 1);
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    bottom: -20px;
    font-family: Futura PT;
}
.checkbox-label .wpcf7-form-control-wrap {
    position: absolute;
}
.checkbox-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid rgba(109, 112, 120, 1);
    border-radius: 5px;
    background: transparent;
}
.checkbox-label:has(.checkbox-input:checked)::before {
    border-color: rgba(181, 133, 79, 1);
    background-color: rgba(181, 133, 79, 1);
}
.checkbox-label:has(.checkbox-input:checked)::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.69922 10.2166L8.36589 13.3984L15.6992 6.39844' stroke='white' stroke-width='1.7'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
}
.checkbox-label:has(.checkbox-input:focus)::before {
    border-color: rgba(255, 255, 255, 1);
}
.wpcf7 form input.btn {
    position: relative;
    margin-top: 220px;
    padding: 18.5px 59px 18.5px 24px;
    border: 1px solid rgba(251, 245, 239, 0.3);
    border-radius: 100px;
    text-transform: uppercase;
    background: transparent;
    color: #2F333E;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    font-family: 'Golos Text';
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3086_23300)'%3E%3Cpath d='M10.0918 0C10.0918 2.7811 13.634 4.77273 15.0009 4.77273C13.634 4.77273 10.0918 6.76436 10.0918 9.54545' stroke='%232F333E'/%3E%3C/g%3E%3Cline y1='4.95312' x2='13.6364' y2='4.95312' stroke='%232F333E'/%3E%3Cdefs%3E%3CclipPath id='clip0_3086_23300'%3E%3Crect width='5.45455' height='9.54545' fill='white' transform='translate(9.54492)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-color: rgba(251, 245, 239, 1);
    background-size: 15px 10px;
    transition: all 0.3s;
}
.wpcf7 form input.btn:disabled {
    opacity: 0.4;
    background-color: transparent;
    color: rgba(251, 245, 239, 1);
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1292_18659)'%3E%3Cpath d='M10.0918 0C10.0918 2.7811 13.634 4.77273 15.0009 4.77273C13.634 4.77273 10.0918 6.76436 10.0918 9.54545' stroke='%23FBF5EF'/%3E%3C/g%3E%3Cline y1='4.95312' x2='13.6364' y2='4.95312' stroke='%23FBF5EF'/%3E%3Cdefs%3E%3CclipPath id='clip0_1292_18659'%3E%3Crect width='5.45455' height='9.54545' fill='white' transform='translate(9.54492)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.wpcf7 form input.btn:not(:disabled):hover,
.wpcf7 form input.btn:not(:disabled):active {
    background-color: transparent;
    color: rgba(251, 245, 239, 1);
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1292_18659)'%3E%3Cpath d='M10.0918 0C10.0918 2.7811 13.634 4.77273 15.0009 4.77273C13.634 4.77273 10.0918 6.76436 10.0918 9.54545' stroke='%23FBF5EF'/%3E%3C/g%3E%3Cline y1='4.95312' x2='13.6364' y2='4.95312' stroke='%23FBF5EF'/%3E%3Cdefs%3E%3CclipPath id='clip0_1292_18659'%3E%3Crect width='5.45455' height='9.54545' fill='white' transform='translate(9.54492)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: right 20px center;
}
.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 10px 15px;
    font-size: 16px;
    font-family: Futura PT;
    color: rgba(251, 245, 239, 0.6);
    font-weight: 400;
    line-height: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #215325 !important;
    display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #6d4731 !important;
}
.wpcf7 form .wpcf7-spinner {
    display: none;
}
.wpcf7 form.submitting .wpcf7-spinner {
    display: inline-block;
}
/* Адаптация формы */
@media(max-width: 1240px) {
    .form-column {
        padding: 47px 0;
        gap: 16px;
    }
    .top-form-text {
        gap: 9px;
        align-items: center;
    }
    .top-form-text svg {
        width: 14px;
    }
    .top-form-text span {
        font-size: 10px;
    }
    .form-title {
        font-size: 42px;
        max-width: 441px;
    }
    .form-text {
        font-size: 15.5px;
        max-width: 316px;
        width: 100%;
    }
    .wpcf7 .flex-box-column {
        gap: 38px;
        padding-top: 30px;
    }
    .wpcf7 form .flex-box-column>.flex-box-row {
        gap: 24px;
    }
    .wpcf7 form .form-control {
        font-size: 15.5px;
    }
    .wpcf7 form .floating-label-group {
        height: 35px;
    }
    .wpcf7 form .floating-label {
        font-size: 15.5px;
    }
    .wpcf7 form .floating-label.focused-label {
        top: -10px;
        font-size: 10px;
    }
    .wpcf7 form .checkbox-label {
        height: 19px;
    }
    .checkbox-label {
        padding-left: 22px;
        font-size: 12.4px;
        line-height: 18.6px;
    }
    .checkbox-label a {
        font-size: 12.4px;
        line-height: 18.6px;
    }
    .wpcf7-not-valid-tip {
        font-size: 12px;
        bottom: -20px;
    }
    .checkbox-label::before {
        border-radius: 3.88px;
        width: 15.5px;
        height: 15.5px;
    }
    .checkbox-label:has(.checkbox-input:checked)::after {
        left: 8.5px;
        background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64258 7.92041L6.48461 10.3866L12.1687 4.96094' stroke='white' stroke-width='1.31767'/%3E%3C/svg%3E%0A");
        width: 15.5px;
        height: 15.5px;
    }
    .wpcf7 form input.btn {
        margin-top: 170px;
        padding: 14.5px 45.7px 14.5px 18.6px;
        border-radius: 100px;
        font-size: 9.3px;
        /* Добавляем стрелку как background */
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1292_19056)'%3E%3Cpath d='M7.82227 0C7.82227 2.15563 10.5678 3.69934 11.6273 3.69934C10.5678 3.69934 7.82227 5.24306 7.82227 7.39869' stroke='%232F333E' stroke-width='0.775101'/%3E%3C/g%3E%3Cline y1='3.83901' x2='10.5696' y2='3.83901' stroke='%232F333E' stroke-width='0.775101'/%3E%3Cdefs%3E%3CclipPath id='clip0_1292_19056'%3E%3Crect width='4.22782' height='7.39869' fill='white' transform='translate(7.39844)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-position: right 18.6px center;
        background-size: 12px 8px;
    }
    .wpcf7 form input.btn:hover,
    .wpcf7 form input.btn:active {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3112_23165)'%3E%3Cpath d='M7.82227 0C7.82227 2.15563 10.5678 3.69934 11.6273 3.69934C10.5678 3.69934 7.82227 5.24306 7.82227 7.39869' stroke='%23FBF5EF' stroke-width='0.775101'/%3E%3C/g%3E%3Cline y1='3.83901' x2='10.5696' y2='3.83901' stroke='%23FBF5EF' stroke-width='0.775101'/%3E%3Cdefs%3E%3CclipPath id='clip0_3112_23165'%3E%3Crect width='4.22782' height='7.39869' fill='white' transform='translate(7.39844)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-position: right 15px center;
    }
    .wpcf7 form .wpcf7-response-output {
        margin: 15px 0 0 0;
        font-size: 14px;
    }
    .bg-form-footer-svg {
        bottom: -9%;
    }
}
@media(max-width: 768px) {
    .form-section .wrapper {
        flex-direction: column;
        padding-bottom: 646px;
    }
    .form-column {
        width: 100%;
    }
    .form-photo {
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
        height: 646px;
        width: 100%;
    }
    .form-column {
        padding: 80px 0;
        gap: 16px;
    }
    .top-form-text {
        gap: 12px;
    }
    .top-form-text svg {
        width: 18px;
    }
    .top-form-text span {
        font-size: 12px;
    }
    .form-title {
        font-size: 40px;
        max-width: 521px;
    }
    .form-text {
        padding-top: 4px;
        font-size: 17px;
        max-width: 398px;
    }
    .wpcf7 {
        width: 100%;
    }
    .wpcf7 .flex-box-column {
        gap: 40px;
        padding-top: 44px;
    }
    .wpcf7 form .flex-box-column>.flex-box-row {
        gap: 31px;
    }
    .wpcf7 form .form-control {
        font-size: 19px;
    }
    .wpcf7 form .floating-label-group {
        height: 45px;
    }
    .wpcf7 form .floating-label {
        font-size: 19px;
    }
    .wpcf7 form .floating-label.focused-label {
        top: -10px;
        font-size: 13px;
    }
    .wpcf7 form .checkbox-label {
        height: 24px;
    }
    .checkbox-label {
        padding-left: 28px;
        font-size: 16px;
        line-height: 24px;
    }
    .checkbox-label a {
        font-size: 16px;
        line-height: 24px;
    }
    .wpcf7-not-valid-tip {
        font-size: 14px;
        bottom: -20px;
    }
    .checkbox-label::before {
        border-radius: 5px;
        width: 20px;
        height: 20px;
    }
    .checkbox-label:has(.checkbox-input:checked)::after {
        left: 11px;
        background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.69922 10.2166L8.36589 13.3984L15.6992 6.39844' stroke='white' stroke-width='1.7'/%3E%3C/svg%3E%0A");
        width: 20px;
        height: 20px;
    }
    .wpcf7 form input.btn {
        margin-top: 0px;
        padding: 18.5px 59px 18.5px 24px;
        font-size: 12px;
        /* Добавляем стрелку как background */
        background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1292_18659)'%3E%3Cpath d='M10.0918 0C10.0918 2.7811 13.634 4.77273 15.0009 4.77273C13.634 4.77273 10.0918 6.76436 10.0918 9.54545' stroke='%232F333E'/%3E%3C/g%3E%3Cline y1='4.95312' x2='13.6364' y2='4.95312' stroke='%232F333E'/%3E%3Cdefs%3E%3CclipPath id='clip0_1292_18659'%3E%3Crect width='5.45455' height='9.54545' fill='white' transform='translate(9.54492)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-position: right 24px center;
        background-size: 15px 10px;
    }
    .wpcf7 form input.btn:hover,
    .wpcf7 form input.btn:active {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3112_23165)'%3E%3Cpath d='M7.82227 0C7.82227 2.15563 10.5678 3.69934 11.6273 3.69934C10.5678 3.69934 7.82227 5.24306 7.82227 7.39869' stroke='%23FBF5EF' stroke-width='0.775101'/%3E%3C/g%3E%3Cline y1='3.83901' x2='10.5696' y2='3.83901' stroke='%23FBF5EF' stroke-width='0.775101'/%3E%3Cdefs%3E%3CclipPath id='clip0_3112_23165'%3E%3Crect width='4.22782' height='7.39869' fill='white' transform='translate(7.39844)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-position: right 15px center;
    }
    .wpcf7 form .wpcf7-response-output {
        margin: 15px 0 0 0;
        font-size: 14px;
    }
    .bg-form-footer-svg {
        bottom: auto;
        left: auto;
        top: 32%;
        right: -45%;
        width: 135%;
    }
}
@media(max-width: 470px) {
    .wpcf7 form .flex-box-column>.flex-box-row {
        flex-direction: column;
    }
    .wpcf7 form .flex-box-row .floating-label-group {
        width: 100%;
    }
    .bg-form-footer-svg {
        display: none;
    }
    .bg-form-footer-svg-mobile {
        display: flex;
    }
    .form-section .wrapper {
        padding-bottom: 315px;
    }
    .form-photo {
        height: 315px;
    }
    .form-column {
        padding: 60px 0 40px 0;
    }
    .top-form-text span {
        font-size: 11px;
    }
    .form-title {
        font-size: 32px;
        max-width: 310px;
    }
    .form-text {
        padding-top: 9px;
        font-size: 16px;
        max-width: 322px;
    }
    .wpcf7 .flex-box-column {
        gap: 40px;
        padding-top: 25px;
    }
    .wpcf7 form .flex-box-column>.flex-box-row {
        gap: 25px;
    }
    .wpcf7 form .floating-label.focused-label {
        top: -5px;
        font-size: 12px;
    }
    .wpcf7 form .checkbox-label {
        height: 20px;
    }
    .checkbox-label {
        font-size: 14px;
        line-height: 17px;
    }
    .checkbox-label a {
        font-size: 14px;
        line-height: 17px;
    }
    .wpcf7-not-valid-tip {
        font-size: 12px;
        bottom: -15px;
    }
    .checkbox-label::before {
        border-radius: 5px;
        width: 20px;
        height: 20px;
    }
    .wpcf7 form input.btn {
        width: 100%;
        margin-top: 35px;
        padding: 17.5px 32% 17.5px 23%;
        font-size: 12px;
        /* Добавляем стрелку как background */
        background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1292_18659)'%3E%3Cpath d='M10.0918 0C10.0918 2.7811 13.634 4.77273 15.0009 4.77273C13.634 4.77273 10.0918 6.76436 10.0918 9.54545' stroke='%232F333E'/%3E%3C/g%3E%3Cline y1='4.95312' x2='13.6364' y2='4.95312' stroke='%232F333E'/%3E%3Cdefs%3E%3CclipPath id='clip0_1292_18659'%3E%3Crect width='5.45455' height='9.54545' fill='white' transform='translate(9.54492)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-position: right 23% center;
        background-size: 15px 10px;
    }
    .wpcf7 form input.btn:hover,
    .wpcf7 form input.btn:active {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' shape-rendering='crispEdges' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3112_23165)'%3E%3Cpath d='M7.82227 0C7.82227 2.15563 10.5678 3.69934 11.6273 3.69934C10.5678 3.69934 7.82227 5.24306 7.82227 7.39869' stroke='%23FBF5EF' stroke-width='0.775101'/%3E%3C/g%3E%3Cline y1='3.83901' x2='10.5696' y2='3.83901' stroke='%23FBF5EF' stroke-width='0.775101'/%3E%3Cdefs%3E%3CclipPath id='clip0_3112_23165'%3E%3Crect width='4.22782' height='7.39869' fill='white' transform='translate(7.39844)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-position: right 20% center;
    }
    .wpcf7 form .wpcf7-response-output {
        font-size: 12px;
    }
}
/* Футер */
.footer {
    background-color: #FBF5EF;
}
.footer-top {
    padding: 0 30px;
    border-bottom: 0.5px solid rgba(173, 157, 139, 0.3)
}
.footer-top-mobile {
    display: none;
}
.footer-top-left,
.footer-top-clients,
.footer-top-addresses,
.footer-top-contacts {
    flex: 1;
    padding: 60px 38px 105px 38px;
    border-left: 0.5px solid rgba(228, 219, 209, 1);
}
.footer-top-left {
    border: none;
    padding-left: 0;
    gap: 18px;
}
.footer-top-contacts {
    padding-right: 0;
}
.footer-top-left a {
    width: fit-content;
}
.footer-top-left img {
    max-width: 131px;
}
.footer-top-left span {
    font-family: Futura PT;
    font-size: 18px;
    font-weight: 400;
    color: rgba(94, 88, 79, 0.7);
    line-height: 24px;
    max-width: 217px;
}
.footer-top-title {
    font-family: 'Golos Text';
    font-size: 12px;
    font-weight: 500;
    color: rgba(181, 133, 79, 1);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.footer-top-clients {
    gap: 20px;
}
.footer-top-clients-element {
    font-family: Futura PT;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(94, 88, 79, 0.7) !important;
    width: fit-content;
}
.footer-top-clients-element:hover {
    color: rgba(181, 133, 79, 1) !important;
}
.footer-top-addresses {
    gap: 10px;
}
.footer-top-addresses .footer-link {
    max-width: 262px;
}
.footer-link {
    font-family: Futura PT;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
    color: rgba(94, 88, 79, 0.7) !important;
    width: fit-content;
}
.footer-link:hover {
    color: rgba(181, 133, 79, 1) !important;
}
.footer-top-contacts {
    gap: 16px;
}
.footer-action-button {
    margin-top: 44px;
    padding: 18.5px 24px;
    width: fit-content;
    border: 1px solid rgba(141, 116, 78, 0.3);
    border-radius: 100px;
    gap: 20px;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'Golos Text';
    background-color: transparent;
    color: rgba(120, 109, 98, 1) !important;
}
.footer-action-button:hover,
.footer-action-button:active {
    background-color: #e7dcd0;
    border-color: #e7dcd0;
    color: rgba(181, 133, 79, 1) !important;
}
.footer-action-button svg,
.footer-action-button svg path,
.footer-action-button svg line {
    transition: all 0.3s;
}
.footer-action-button:hover svg,
.footer-action-button:active svg {
    transform: translateX(4px);
}
.footer-action-button:hover svg path,
.footer-action-button:hover svg line,
.footer-action-button:active svg path,
.footer-action-button:active svg line {
    stroke: rgba(181, 133, 79, 1);
}
.footer-collections {
    border-bottom: 0.5px solid rgba(173, 157, 139, 0.3);
}
.footer-collection {
    flex: 1;
    padding: 20px 20px;
    border-left: 0.5px solid rgba(228, 219, 209, 1);
    align-items: center;
    gap: 13px;
}
.footer-collections .footer-collection:nth-child(1) {
    padding-left: 30px;
    border: none;
}
.footer-collections .footer-collection:last-child {
    padding-right: 30px;
}
.footer-collection-icon-wrapper {
    width: 94px;
    height: 94px;
    position: relative;
}
.footer-collection-icon-border-clip {
    position: absolute;
    top: 0;
    right: 0;
    width: 77px;
    height: 58px;
    overflow: hidden;
}
.footer-collection-icon-border {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 1px solid rgba(80, 61, 54, 0.5);
    position: absolute;
    left: -17px;
    bottom: -36px;
    transition: all 0.3s;
}
.footer-collection-icon-border {
    display: none;
}
.footer-collection.active .footer-collection-icon-border {
    display: block;
}
.footer-collection-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(173, 157, 139, 0.5);
    transition: all 0.3s;
}
.footer-collection-icon-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    width: 91%;
    height: 91%;
}
.footer-collection-all .footer-collection-icon-img {
    background-color: rgba(173, 157, 139, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-collection-label {
    font-family: Futura PT;
    font-size: 14px;
    font-weight: 450;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(120, 109, 98, 1);
    transition: all 0.3s;
    text-align: center;
}
/* .footer-collection:hover .footer-collection-icon-border {
    border-color: rgba(80, 61, 54, 1);
}
.footer-collection:hover .footer-collection-icon {
    border-color: rgba(173, 157, 139, 1);
} */
.footer-collection:hover {
    background-color: #e7dcd0;
    cursor: pointer;
}
.footer-collection:hover .footer-collection-label {
    color: rgba(181, 133, 79, 1);
}
.footer-bottom {
    padding: 35px 30px 30px 30px;
}
.footer-bottom-element {
    flex: 1;
    display: block;
    font-family: Futura PT;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(141, 116, 78, 0.7);
    padding: 0 38px;
}
.footer-bottom .footer-bottom-element:first-child {
    padding-left: 0;
}
.footer-bottom .footer-bottom-element:last-child {
    padding-right: 0;
}
.footer-bottom-element span {
    width: fit-content;
}
.footer-bottom-element a:hover,
.footer-bottom-element .scrollToTop:hover {
    color: rgba(181, 133, 79, 1);
    cursor: pointer;
}
.scrollToTop {
    margin: 0 0 0 auto;
    transition: all 0.3s;
    display: block;
}
.footer-action-button-mobile-wrapper {
    display: none;
    padding: 0 19px;
    border-bottom: 0.5px solid rgba(173, 157, 139, 0.3);
}
.footer-action-button-mobile {
    width: 100%;
    justify-content: center;
    font-size: 13px;
    padding: 20px 0;
    gap: 20px;
    margin: 40px 0;
}
.footer-bottom-mobile {
    display: none;
    gap: 20px;
    padding: 30px 24px 36px 24px;
}
.footer-bottom-mobile-top {
    gap: 10px;
}
.footer-bottom-mobile-delimeter {
    width: 100%;
    background-color: rgba(173, 157, 139, 0.3);
    height: 0.5px;
}
.wpcf7 .hidden-fields-container {
    display: none;
}
/* Адптация футера */
@media(max-width: 1550px) {
    .footer-top {
        padding: 0 23px;
        border-bottom: 0.39px solid rgba(228, 219, 209, 1);
    }
    .footer-top-left,
    .footer-top-clients,
    .footer-top-addresses,
    .footer-top-contacts {
        flex: 1;
        padding: 45px 29px 80px 29px;
        border-left: 0.39px solid rgba(228, 219, 209, 1);
    }
    .footer-top-left {
        border: none;
        padding-left: 0;
        gap: 14px;
    }
    .footer-top-left img {
        max-width: 101px;
    }
    .footer-top-left span {
        font-size: 14px;
        line-height: 18.6px;
        max-width: 168px;
    }
    .footer-top-title {
        font-size: 9.3px;
        padding-bottom: 7.5px;
    }
    .footer-top-clients {
        gap: 15.5px;
    }
    .footer-top-clients-element {
        font-size: 15.5px;
        line-height: 18.6px;
    }
    .footer-top-addresses {
        gap: 1px;
    }
    .footer-top-addresses .footer-link {
        max-width: 203px;
    }
    .footer-link {
        font-size: 15.5px;
        line-height: 18.6px;
    }
    .footer-top-contacts {
        gap: 12px;
        padding-right: 0;
    }
    .footer-action-button {
        margin-top: 34px;
        padding: 14.5px 18.6px;
        gap: 15.5px;
        font-size: 9.3px;
    }
    .footer-collections {
        border-bottom: 0.39px solid rgba(173, 157, 139, 0.3);
    }
    .footer-collection {
        flex: 1;
        padding: 17px 16px;
        border-left: 0.39px solid rgba(228, 219, 209, 1);
        gap: 11px;
    }
    .footer-collections .footer-collection:nth-child(1) {
        padding-left: 23px;
    }
    .footer-collections .footer-collection:last-child {
        padding-right: 23px;
    }
    .footer-collection-icon-wrapper {
        width: 73px;
        height: 73px;
    }
    .footer-collection-icon-border-clip {
        width: 60px;
        height: 45px;
    }
    .footer-collection-icon-border {
        width: 73px;
        height: 73px;
        left: -13px;
        bottom: -28px;
    }
    .footer-collection-label {
        font-size: 10.8px;
        line-height: 14.7px;
    }
    .footer-bottom {
        padding: 27px 23px 23px 23px;
    }
    .footer-bottom-element {
        font-size: 13px;
        line-height: 18.6px;
        padding: 0 29px;
    }
}
@media(max-width: 1240px) {
    .footer-top {
        padding: 0 18px;
    }
    .footer-top-left,
    .footer-top-clients,
    .footer-top-addresses,
    .footer-top-contacts {
        padding: 30px 18px 60px 18px;
    }
    .footer-top-left {
        border: none;
        padding-left: 0;
        gap: 12px;
    }
    .footer-top-left img {
        max-width: 90px;
    }
    .footer-top-left span {
        font-size: 12px;
        line-height: 15px;
        max-width: 150px;
    }
    .footer-top-title {
        font-size: 9.3px;
        padding-bottom: 7.5px;
    }
    .footer-top-clients {
        gap: 10px;
    }
    .footer-top-clients-element {
        font-size: 12px;
        line-height: 15px;
    }
    .footer-top-addresses {
        gap: 2.5px;
    }
    .footer-top-addresses .footer-link {
        max-width: 190px;
    }
    .footer-link {
        font-size: 12px;
        line-height: 15px;
    }
    .footer-top-contacts {
        gap: 10px;
        padding-right: 0;
    }
    .footer-action-button {
        margin-top: 25px;
        padding: 10px 12px;
        gap: 8px;
        font-size: 7px;
    }
    .footer-action-button svg {
        width: 11px;
    }
    .footer-collection {
        flex: 1;
        padding: 15px 12px;
        gap: 10px;
    }
    .footer-collections .footer-collection:nth-child(1) {
        padding-left: 18px;
    }
    .footer-collections .footer-collection:last-child {
        padding-right: 18px;
    }
    .footer-collection-icon-wrapper {
        width: 63px;
        height: 63px;
    }
    .footer-collection-icon-border-clip {
        width: 50px;
        height: 35px;
    }
    .footer-collection-icon-border {
        width: 63px;
        height: 63px;
    }
    .footer-collection-label {
        font-size: 9.3px;
        line-height: 13px;
    }
    .footer-bottom {
        padding: 25px 18px 20px 18px;
    }
    .footer-bottom-element {
        font-size: 11px;
        line-height: 15px;
        padding: 0 18px;
    }
}
@media(max-width: 995px) {
    .footer-collections {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 0;
        border-bottom: 0.39px solid rgba(228, 219, 209, 1);
        position: relative;
    }
    .footer-collections::after {
        content: '';
        width: 100%;
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0.39px;
        background-color: rgba(228, 219, 209, 1);
    }
    .footer-collection {
        flex: unset;
        padding: 15px 18px;
    }
    .footer-collection {
        border-left: none;
        border-right: 0.39px solid rgba(228, 219, 209, 1) !important;
    }
}
@media(max-width: 768px) {
    .footer-top-clients,
    .footer-top-addresses,
    .footer-top-contacts {
        display: none;
    }
    .footer-top-mobile {
        display: flex;
        border-bottom: 0.5px solid rgba(228, 219, 209, 1);
    }
    .footer-top {
        padding: 0 24px;
        border-bottom: 0.5px solid rgba(228, 219, 209, 1);
    }
    .footer-top-left {
        padding: 40px 0 19px 0;
        gap: 20px;
    }
    .footer-top-left img {
        max-width: 115px;
    }
    .footer-top-left span {
        font-size: 16px;
        line-height: 21px;
        max-width: 182px;
    }
    .footer-top-title {
        font-size: 12px;
        line-height: 19px;
        padding-bottom: 20px;
    }
    .footer-top-clients-mobile,
    .footer-top-addresses-contacts {
        width: 50%;
        padding: 30px 0 40px 0;
    }
    .footer-top-clients-mobile {
        border-right: 0.5px solid rgba(228, 219, 209, 1);
        padding-left: 24px;
        padding-right: 30px;
    }
    .footer-top-addresses-contacts {
        padding-left: 30px;
        padding-right: 24px;
    }
    .footer-top-clients-mobile .footer-top-clients-element:not(:last-child) {
        padding-bottom: 20px;
    }
    .footer-top-clients-element {
        font-size: 18px;
        line-height: 24px;
    }
    .footer-address-link {
        max-width: 308px;
        margin-bottom: 40px;
    }
    .footer-link {
        font-size: 18px;
        line-height: 24px;
    }
    .footer-top-mobile-contacts .footer-link {
        text-decoration: none;
    }
    .footer-top-mobile-contacts {
        gap: 30px;
    }
    .footer-action-button {
        margin-top: 40px;
        padding: 18.5px 24px;
        gap: 20px;
        font-size: 12px;
    }
    .footer-collections {
        border-bottom: none;
        grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
    }
    .footer-collections::after {
        transform: unset;
        height: 0.5px;
        top: auto;
        bottom: 0;
    }
    .footer-collection {
        padding: 17px 18px;
        border: none !important;
        gap: 13px;
        border-bottom: 0.5px solid rgba(173, 157, 139, 0.3) !important;
        border-right: 0.5px solid rgba(228, 219, 209, 1) !important;
    }
    .footer-collection-icon-wrapper {
        width: 82px;
        height: 82px;
    }
    .footer-collection-icon-border-clip {
        width: 68px;
        height: 51px;
    }
    .footer-collection-icon-border {
        width: 82px;
        height: 82px;
        left: -14px;
        bottom: -31px;
    }
    .footer-collection-label {
        font-size: 12px;
        line-height: 19px;
    }
    .footer-bottom {
        padding: 40px 24px;
    }
    .footer-bottom {
        justify-content: space-between;
    }
    .footer-bottom-element {
        font-size: 17px;
        line-height: 24px;
        flex: unset;
        padding: 0;
    }
    .footer-action-button svg {
        width: 15px;
    }
}
@media(max-width: 680px) {
    .footer-bottom {
        display: none;
    }
    .footer-bottom-mobile {
        display: flex;
    }
    .footer-top-mobile-contacts {
        flex-direction: column;
        gap: 12px;
    }
    .footer-top-mobile .footer-action-button {
        padding: 14px 16px;
        gap: 10px;
        font-size: 9px;
    }
    .footer-action-button svg {
        width: 10px;
    }
}
@media(max-width: 470px) {
    .footer-top-mobile .footer-action-button {
        display: none;
    }
    .footer-action-button-mobile-wrapper {
        display: flex;
    }
    .footer-action-button svg {
        width: 15px;
    }
    .footer-top-mobile {
        border: none !important;
        justify-content: space-between;
        padding: 0 19px;
        gap: 40px;
        margin-top: 40px;
    }
    .footer-top {
        padding: 0 19px;
        border-bottom: none;
    }
    .footer-top-left {
        padding: 60px 0 0 0;
        gap: 20px;
    }
    .footer-top-left img {
        max-width: 115px;
    }
    .footer-top-left span {
        font-size: 16px;
        line-height: 21px;
        max-width: unset;
    }
    .footer-top-title {
        font-size: 11px;
        line-height: 19px;
        padding-bottom: 15px;
    }
    .footer-top-clients-mobile,
    .footer-top-addresses-contacts {
        width: fit-content;
        padding: 0;
    }
    .footer-top-clients-mobile {
        border-right: none !important;
        padding: 0 !important;
    }
    .footer-top-addresses-contacts {
        padding: 0 !important;
    }
    .footer-top-clients-mobile .footer-top-clients-element:not(:last-child) {
        padding-bottom: 15px;
    }
    .footer-top-clients-element {
        font-size: 16px;
        line-height: 20px;
    }
    .footer-address-link {
        max-width: 156px;
        margin-bottom: 30px;
    }
    .footer-link {
        font-size: 16px;
        line-height: 20px;
    }
    .footer-link {
        text-decoration: none;
    }
    .footer-top-mobile-contacts {
        gap: 12px;
    }
    .footer-collections {
        grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
    }
}
.policy-section {
    position: relative;
}
.policy-section .wrapper {
    padding-bottom: 78px;
}
.policy-section h1 {
    max-width: 765px;
}
.policy-item {
    gap: 10px;
    padding: 60px 0;
    align-items: start;
    border-bottom: 0.5px solid rgba(173, 157, 139, 0.5);
}
.policy-item:last-child {
    border-bottom: none !important;
}
.policy-title,
.policy-text {
    width: 50%;
}
.policy-number {
    padding: 0 9px;
}
.policy-title {
    align-items: start;
    color: #503D36;
    font-family: 'Fira Sans Condensed';
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: uppercase;
}
.policy-text {
    gap: 15px;
}
.policy-text p {
    font-family: Futura PT;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(94, 88, 79, 0.7);
}
@media(max-width: 768px) {
    .policy-item {
        flex-direction: column;
        gap: 30px;
        padding: 30px 0;
    }
    .policy-section .wrapper {
        padding-bottom: 50px;
    }
    .policy-title,
    .policy-text {
        width: 100%;
    }
    .policy-section h1 {
        max-width: 636px;
        margin-bottom: 10px;
    }
    .policy-title br {
        display: none;
    }
}
@media(max-width: 470px) {
    .policy-item {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0;
    }
    .policy-section .wrapper {
        padding-bottom: 30px;
    }
    .policy-section h1 {
        max-width: unset;
    }
    .policy-title {
        font-size: 18px;
        line-height: 28px;
    }
    .policy-number {
        padding: 0 7px;
    }
    .policy-text p {
        font-size: 16px;
        line-height: 24px;
    }
}
#scrollToTop {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(181, 133, 79, 1);
    transition: all 0.3s;
    cursor: pointer;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}
#scrollToTop.visible {
    visibility: visible;
    opacity: 1;
}
#scrollToTop:hover {
    background-color: #e7dcd0;
    border-color: #e7dcd0;
    backdrop-filter: unset;
}
@media(max-width: 1240px) {
    #scrollToTop {
        width: 65px;
        height: 65px;
    }
}
@media(max-width: 768px) {
    #scrollToTop {
        width: 60px;
        height: 60px;
    }
}
/*Cookies*/
#cookie_note {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 100%;
    max-width: 370px;
    font-family: Futura PT;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
#cookie_note p {
    margin: 0;
    font-size: 16px;
    text-align: left;
    color: black;
    line-height: 1.2;
    margin-bottom: 15px;
}
#cookie_note a {
    text-decoration: underline;
}
#cookie_note a:hover {
    text-decoration: none;
}
.cookie_accept {
    border: 1px solid rgba(80, 61, 54, 0.3);
    border-radius: 100px;
    color: rgba(80, 61, 54, 1);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background-color: #fbf5ef;
    padding: 10px 20px;
    cursor: pointer;
}
.cookie_accept:hover {
    color: rgba(181, 133, 79, 1);
    background-color: rgb(231, 220, 208);
    border-color: rgb(231, 220, 208);
}
@media (min-width: 576px) {
    #cookie_note.show {
        display: block;
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    #cookie_note.show {
        display: block;
        text-align: left;
    }
}
/*AOS*/
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}