.Qp5xkmMJ {
    background: none;
    padding: 67px 0;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
}

.prPOIcPz {
    transform: translateY(0);
}

.hKTxAAkj {
    transform: translateY(-100%);
}

.gL5xd6XI {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.GQ6CA8KP {
    position: absolute;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50px;
    transition: all 0.3s ease;
    background-color: #90202080;
}

/* Бургер для темного фона */
.x0JrN5k3 {
    background-color: #30222280;
}

/* Бургер для светлого фона */
.hG0TJiQx {
    background-color: #FFFFFF80;
}

/* Бургер для красного фона */
.Gk41uZfa {
    background-color: #90202080;
}

.GQ6CA8KP:hover{
    background-color: #6E0202;
}

.GQ6CA8KP span {
    height: 1px;
    width: 60%;
    background-color: #EFDCCA;
    border-radius: 3px;
    transition: all 0.5s ease;
    transform-origin: center;
}

.GQ6CA8KP.BK53ZJQk {
    gap: 5px;
    transition: all 0.3s ease;
}

/* Плавные трансформации для крестика */
.GQ6CA8KP.BK53ZJQk span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.GQ6CA8KP.BK53ZJQk span:nth-child(2) {
    opacity: 0;
    transform: scale(0); /* Добавляем scale для плавного исчезновения */
}

.GQ6CA8KP.BK53ZJQk span:nth-child(3) {
    transform: rotate(-45deg) translate(4.5px, -4.5px);
}

/* Обратные трансформации для плавного возврата */
.GQ6CA8KP:not(.BK53ZJQk) span:nth-child(1) {
    transform: rotate(0) translate(0, 0);
}

.GQ6CA8KP:not(.BK53ZJQk) span:nth-child(2) {
    opacity: 1;
    transform: scale(1);
}

.GQ6CA8KP:not(.BK53ZJQk) span:nth-child(3) {
    transform: rotate(0) translate(0, 0);
}

@media (max-width: 768px) {
    .Qp5xkmMJ{
        padding: 37px 0;
    }
    .GQ6CA8KP{
        width: 2.813rem;
        height: 2.813rem;
        gap:5px;
    }
}


.MXtus134 {
    background-color: var(--color-primary);
    padding: 3.472vw 0;
    margin-top: auto;
    height: 100%;
}

.b0D3dxVu{
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    margin: auto;
}

.uFIfJtZl{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.qEilawsX {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.KLZ3VjjK {
    background: none;
    color: var(--color-white);
    font-family: var(--main-font),serif;
    border: none;
    cursor: pointer;
    font-size: var(--font-size-2xl);
    transition: color 0.3s ease;
}

.KLZ3VjjK:hover{
    font-weight: bold;
}

.p7nFtKht{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--color-white);
    font-family: var(--main-font),serif;
    font-size: var(--font-size-2xl);
}

.ps5EXEjJ{
    display: flex;
    flex-direction: column;
    gap:30px;
    font-size: var(--font-size-xl);
}

.p7nFtKht a{
    text-decoration: none;
    color: var(--color-white);
}

.rfunz8xv{
    display: flex;
    flex-direction: column;
    height: auto;
    gap:20px;
    max-width: 21.806vw;
}

._6Mu2_i4{
    font-size: var(--font-size-2xl);
    font-family: var(--main-font), serif;
    color: var(--color-white);
}

._6Mu2_i4:hover{
    text-decoration: underline;
}

.DLfQdK7s{
    display: flex;
    flex-direction: column;
    gap:30px;
}

.Rlhckpvy{
    font-size: var(--font-size-xs);
    font-family: var(--main-font), serif;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

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

.Q50myWJr{
    max-width: 20.417vw;
    width: auto;
    height: auto;
}

.XLvvfjwY{
    text-decoration: underline;
}

.XLvvfjwY:hover{
    font-weight: bold;
}

.Hcz6gdLf:hover{
    font-weight: bold;
}

@media (max-width: 1001px) {
    .b0D3dxVu{
        max-width: 85vw;
    }
    .qEilawsX{
        max-width: 85vw;
    }
}

@media (max-width: 768px) {
    .MXtus134{
        padding: 40px 0;
        position: relative;
        z-index: 0;
    }
    .b0D3dxVu{
        max-width: 85vw;
        flex-direction: column-reverse;
        padding-top: 140px;
        gap:40px;
    }
    .rfunz8xv{
        max-width: 100%;
    }
    .uFIfJtZl{
        align-items: stretch;
    }
    .qEilawsX {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 17px;
        max-width: 100%;
        margin: 0 0;
        padding: 0 0;
    }
    .mEvCwZ83{
        position: absolute;
        top:40px;
    }
    .Q50myWJr{
        max-width: 85vw;
    }
    .Rlhckpvy{
        align-items: center;
        gap:40px;
    }
    .DLfQdK7s{
        align-items: center;
        text-align: center;
    }
    .p7nFtKht{
        width: 50%;
    }
}
.BlBZexQO {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    background-image: url(/assets/images/background.jpg?0692fa3b0dfc1d42f8f7);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.BlBZexQO.utv9FYOU {
    opacity: 1;
    visibility: visible;
}

.Z_O7GLuu {
    width: 100%;
    height: 100vh;
    text-align: center;
    padding-top: 10.889vw;
}

.Ogyi50S3 {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.iaKywDJJ {
    max-width: 80%;
    height: auto;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s ease;
}

.BlBZexQO.utv9FYOU .iaKywDJJ {
    opacity: 1;
    transform: translateY(0);
}

.BlBZexQO.ILzVkfkZ .iaKywDJJ {
    opacity: 0;
    transform: translateY(-20px);
}

.H4mEb5Ta {
    font-family: var(--main-font), serif;
    background: none;
    border: none;
    font-size: var(--font-size-3xl);
    line-height: 250%;
    cursor: pointer;
    color: #EFDCCA;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform, color, scale;
}

/* Появление пунктов */
.BlBZexQO.utv9FYOU .H4mEb5Ta {
    opacity: 1;
    transform: translateY(0);
}

/* Задержки для появления */
.BlBZexQO.utv9FYOU .H4mEb5Ta:nth-child(1) { transition-delay: 0.1s; }
.BlBZexQO.utv9FYOU .H4mEb5Ta:nth-child(2) { transition-delay: 0.2s; }
.BlBZexQO.utv9FYOU .H4mEb5Ta:nth-child(3) { transition-delay: 0.3s; }
.BlBZexQO.utv9FYOU .H4mEb5Ta:nth-child(4) { transition-delay: 0.4s; }
.BlBZexQO.utv9FYOU .H4mEb5Ta:nth-child(5) { transition-delay: 0.5s; }

/* Сбрасываем задержки при наведении */
.H4mEb5Ta:hover {
    transition-delay: 0s !important;
    color: var(--color-white);
    scale: 1.12;
}

.H4mEb5Ta.xIyUVdzQ {
    color: var(--color-white);
    font-weight: 500;
}

@media (max-width: 768px) {
    .Ogyi50S3 {
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translateX(-50%);
    }
    .iaKywDJJ{
        position: absolute;
        left: 50%;
        top: 15%;
        transform: translateX(-50%) translateY(0) !important;
    }
}
.qVTgntaZ{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--title-font), serif;
    text-transform: uppercase;
    width: 100vw;
    height: 100vh;
    background-image: url(/assets/images/background.jpg?0692fa3b0dfc1d42f8f7);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%) contrast(100%);
}

.P0Tmab2Z{
    font-size: 7.5rem;
}

.VhfyLhYf{
    font-size: var(--font-size-4xl);
    text-align: center;
}

@media (max-width: 768px) {
    .P0Tmab2Z{
        font-size: 3.75rem;
    }
    .VhfyLhYf{
        font-size: 1.875rem;
        max-width: 40%;
        margin: 0 auto;
    }
}
.Rtqxvv8s {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background-color: var(--color-primary);
}

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

.xI3o1zTv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.goLyZPLu{
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
}

.YDJ0U6nZ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0.2) 50%,
            rgba(0, 0, 0, 0.4) 100%
    );
    z-index: -1;
}

.hP5ndS76 {
    text-align: center;
    z-index: 1;
}

.a8wq5vRk {
    max-width: 30.312vw;
    max-height: 7.813vw;
    width: auto;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
}

.W65Qbk2n {
    display: flex;
    flex-direction: column;
    font-family: var(--main-font), serif;
    font-size: var(--font-size-3xl);
    color: var(--color-white);
    line-height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    z-index: 1;
}

.VhUFOywG {
    font-size: 2.5vw;
    line-height: 100%;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    margin-bottom: 1rem;
}

.wABMVutO {
    color: var(--color-white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.wABMVutO:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .a8wq5vRk{
        max-width: 85vw;
        max-height: max-content;
    }
    .VhUFOywG{
        font-size: 5.333vw;
        margin-bottom: 0;
    }
    .W65Qbk2n{
        bottom: 140px;
    }
    .goLyZPLu{
        gap:30px;
    }
}
.QjY6eFPe{
    background-color: var(--color-primary);
    padding-top: 9vw;
    height: 100%;
    min-height: 100vh;
}

.QjY6eFPe .aVniDxPe{
    padding-top: 2vw;
}

.aVniDxPe {
    max-width: 39.236vw;
    padding: 4.167vw 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.srcCGZfe {
    font-size: var(--font-size-4xl);
    font-family: var(--title-font), serif;
    line-height: 100%;
    text-transform: uppercase;
    will-change: transform, opacity;
}


.G51Fdmg4 {
    font-size: var(--font-size-2xl);
    font-family: var(--main-font), serif;
    text-transform: uppercase;
    will-change: transform, opacity;
}

.VWz7QUev{
    margin: 20px 0;
    max-width: 9.444vw;
    width: auto;
    height: auto;
}

.b80KO1_3{
    font-size: var(--font-size-base);
    font-family: var(--main-font),serif;
    text-align: center;
    padding-top: 1.667vw;
    will-change: transform, opacity;
}

.VlOH2nwA{
    background-color: var(--color-white);
    color: var(--color-primary);
}

.VlOH2nwA .aVniDxPe{
    padding-bottom: 0;
}

.jMxnwBuQ{
    width: 100vw;
}

.HT4XuqYk {
    position: relative;
    z-index: 2;
}

.f6VvOvld{
    color: var(--color-white);
    position: absolute;
    z-index: 2;
    bottom: 5.347vw;
    max-width: 39.236vw;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.elZvzY9W {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15vw;
    background: linear-gradient(to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 20%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.2) 60%,
    rgba(0, 0, 0, 0.1) 80%,
    transparent 100%);
    z-index: 1;
}

.iWzZenBr{
    background-color: var(--color-black);
}

.iWzZenBr .aVniDxPe{
    max-width: 64.861vw;
    padding-bottom: 8.264vw;
}

.vzxEKggi{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap:30px;
    padding: 50px 0;
}

.rQUZOKQ6{
    font-size: var(--font-size-2xl);
    line-height: 100%;
    text-align: center;
}

.QeDim6UX{
    position: relative;
}

.QeDim6UX .elZvzY9W{
    top:0;
    background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 20%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.2) 60%,
    rgba(0, 0, 0, 0.1) 80%,
    transparent 100%);
    z-index: 1;
}

.x6W6MW_k{
    position: absolute;
    bottom: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.H4FSSXUV{
    font-size: var(--font-size-xl);
    max-width: 64.861vw;
}

.CrJ2TcxX{
    object-fit: cover;
    width: 100%;
    height: 716px;
}

.x6W6MW_k .b80KO1_3{
    max-width: 39.236vw;
    color: white;
}

.QVicBHFM{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin: auto 0;
    padding: 10.903vw 0 7.222vw;
}

.VIuqpYlM{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 10vw;
}

.TTM0p_M_{
    font-family: var(--title-font), serif;
    font-size: 6.25rem;
    line-height: 100%;
}

.GR0hY5Xk{
    font-size: var(--font-size-2xl);
    line-height: 100%;
    text-align: start;
}

.ZnfS8rxo {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.ZnfS8rxo.nkLzkdeV {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .QjY6eFPe{
       padding-top: 100px;
        height: 100%;
        min-height: 100vh;
    }
    .aVniDxPe{
        max-width: 85vw;
        padding: 32px 0;
    }
    .iWzZenBr .aVniDxPe{
        max-width: 100vw;
    }
    .H4FSSXUV{
        max-width: 85vw;
        position: absolute;
        bottom: 120px;
        line-height: 1;
    }
    .QVicBHFM{
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin: auto 0;
        padding: 10.903vw 0 6.944vw;
    }

    .VIuqpYlM {
        width: calc(50% - 45px);
        margin-bottom: 30px;
        text-align: center;
        max-width: 100%;
        align-items: center;
    }
    .f6VvOvld{
        color: var(--color-white);
        position: absolute;
        z-index: 2;
        bottom: 3.264vw;
        max-width: 100%;
        text-align: center;
        left: unset;
        transform: unset;
        padding: 0 30px;
        line-height: 100%;
    }
    .VWz7QUev{
        max-width: 120px;
    }
    .elZvzY9W{
        height: 216px;
    }
    .vzxEKggi{
        gap:44px;
    }
    .x6W6MW_k{
        position: relative;
    }
    .x6W6MW_k .b80KO1_3{
        max-width: 85vw;
        line-height: 1;
        padding-top: 65px;
    }
    .CrJ2TcxX{
        object-position: 45% 50%;
    }
    .TTM0p_M_{
        font-size: 3.75rem;
    }
    .GR0hY5Xk{
        text-align: center;
    }
    .G51Fdmg4{
        line-height: 1;
        padding-top: 20px;
    }
    .b80KO1_3{
        padding-top: 20px;
    }
}

/* Добавьте эти стили в ваш House.module.css */

.TVGELFBl {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none;
}

.Kk5Wcz8V {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: #988B8C4F url(/assets/images/arrow-down.svg?595731da2e004f754e7f) no-repeat center center;
    animation: fSCzO4d1 2s infinite;
}

@keyframes fSCzO4d1 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Мобильные стили */
@media (max-width: 768px) {
    .TVGELFBl {
        bottom: 20px;
    }

    .Kk5Wcz8V {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}
.jErdAMkQ {
    font-size: var(--font-size-4xl);
    font-family: var(--title-font), serif;
    line-height: 100%;
    text-transform: uppercase;
    will-change: transform, opacity;
}

.JdBMFwfm {
    font-size: var(--font-size-2xl);
    font-family: var(--main-font), serif;
    line-height: 40px;
    text-transform: uppercase;
    will-change: transform, opacity;
}

.GaDSAsw8 {
    max-width: 50vw;
    padding: 2vw 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 100%;
}

.i4A92Lu5 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.i4A92Lu5.NyqW1jJ4 {
    opacity: 1;
    transform: translateY(0);
}

.Ekm9POjs{
    background-image: url(/assets/images/background_mesto.jpg?e33f5aeeea048d63af11);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: relative;
    color: white;
    padding-top: 9vw;
    padding-bottom: 30px;
}

.Ekm9POjs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.Ekm9POjs > * {
    position: relative;
    z-index: 2;
}

.s8Hs1iur{
    padding-top: 40px;
}

.w0HcUulg{
    color: black;
    padding-top: 54px;
    padding-bottom: 100px;
}

.aKLSOddz{
    max-width: 31.042vw;
    max-height: 9.514vw;
}

.w0HcUulg .jErdAMkQ{
    padding-top: 54px;
}

.fNOEqCNt{
    color: black;
    padding-bottom: 33px;
}

.qAx8L2Z_{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:30px;
    margin: auto;
    max-width: 95%;
}

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

.J0zAFK3_{
    display: flex;
    flex-direction: row;
    gap:11px;
    align-items: center;
}

.y4hWiLY1{
    background-color: var(--color-primary);
    border-radius: 50%;
    font-size: var(--font-size-xs);
    color: white;
    height: 21px;
    min-width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.G3NJ3KSp{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.qhZLVsqR{
    color: var(--color-primary);
    font-size: 13px;
    line-height: 1;
}

.NC1WDMvK {
    position: relative;
    margin: 2rem 0;
}

.hDGpw3rA {
    position: absolute;
    background-color: var(--color-primary);
    border-radius: 50%;
    font-size: var(--font-size-xs);
    color: white;
    height: 21px;
    min-width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    transition: all 0.2s ease;
}

.hDGpw3rA.NyqW1jJ4 {
    z-index: 3;
}

.JRp_52NU{
    max-width: 100vw;
}

@media (max-width: 768px) {
    .GdmGNf4M{
        height: auto;
        width: 100%;
    }
    .VS89HpPx{
        overflow: hidden;
    }
    .GaDSAsw8{
        max-width: 85vw;
    }
    .qAx8L2Z_{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: auto;
        max-width: 95%;
    }

    .SVAcYJd0{
        display: flex;
        flex-direction: column;
        gap: 20px;
        min-width: 100%;
        width: 100%;
        font-size: 10px;
    }

    .J0zAFK3_{
        height: 50px;
    }
    .hDGpw3rA{
        display: none;
    }
    .Ekm9POjs{
        padding-top: 100px;
    }
    .JdBMFwfm{
        line-height: 1;
        padding-top: 20px;
    }
}




.JHibEAKA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100vw;
}

.NC1WDMvK {
    position: relative;
    margin: 2rem 0;
    width: 100%;
    height: 27.361vw;
}

.lFrkhWm9,
.fgxPzv2Y,
.xliNLsU3 {
    position: absolute;
    top: 0;
    left: 0;
}

.lFrkhWm9 {
    z-index: 1;
    width: 100%;
}

.fgxPzv2Y {
    z-index: 2;
    top:-5%;
}

.xliNLsU3 {
    z-index: 3;
    top:-5%;
}

.JHibEAKA{
    z-index: 4;
    top: -5%;
    left: -1.2%;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .NC1WDMvK {
        height: 100%;
        overflow: hidden;
    }

    .lFrkhWm9,
    .fgxPzv2Y,
    .xliNLsU3 {
        height: 100%;
        object-fit: contain;
    }

    .hDGpw3rA{
        display: none!important;
    }
}


/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.CGf3fMqH {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.PzZJ6aXu > .ryJTUOxX {
  flex-direction: column;
}
.ryJTUOxX {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.nXcKgpCm .vaqwWXzW,
.rYNXKgi9 .vaqwWXzW,
.ryJTUOxX {
  transform: translate3d(0px, 0, 0);
}
.VjcN6HGX {
  touch-action: pan-y;
}
.PzZJ6aXu {
  touch-action: pan-x;
}
.vaqwWXzW {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.Vx00xRxA {
  visibility: hidden;
}
/* Auto Height */
.PXorcbWW,
.PXorcbWW .vaqwWXzW {
  height: auto;
}
.PXorcbWW .ryJTUOxX {
  align-items: flex-start;
  transition-property: transform, height;
}
.Vv46v51C .vaqwWXzW {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.BP3oYGMI.ZPGkHef_ .ryJTUOxX {
  perspective: 1200px;
}
.BP3oYGMI .ryJTUOxX {
  transform-style: preserve-3d;
}
.BP3oYGMI {
  perspective: 1200px;
  .vaqwWXzW,
  .imD6KsKE {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.ZPGkHef_ {
  > .ryJTUOxX {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .ryJTUOxX > .vaqwWXzW {
    scroll-snap-align: start start;
  }
  &.VjcN6HGX {
    > .ryJTUOxX {
      scroll-snap-type: x mandatory;
    }
  }
  &.PzZJ6aXu {
    > .ryJTUOxX {
      scroll-snap-type: y mandatory;
    }
  }
  &.Et1gPzP0 {
    > .ryJTUOxX {
      scroll-snap-type: none;
    }
    > .ryJTUOxX > .vaqwWXzW {
      scroll-snap-align: none;
    }
  }
  &.SFzRVwWi {
    > .ryJTUOxX::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .ryJTUOxX > .vaqwWXzW {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.SFzRVwWi.VjcN6HGX {
    > .ryJTUOxX > .vaqwWXzW:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .ryJTUOxX::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.SFzRVwWi.PzZJ6aXu {
    > .ryJTUOxX > .vaqwWXzW:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .ryJTUOxX::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.BP3oYGMI {
  .xEmyFVwr,
  .zzuZFMRM,
  .VhGpVwBm,
  .IZnA2Td3,
  .cGgstSxM,
  .xEmyFVwr,
  .zzuZFMRM,
  .VhGpVwBm,
  .IZnA2Td3,
  .cGgstSxM {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .xEmyFVwr {
    background: rgba(0, 0, 0, 0.15);
  }
  .zzuZFMRM {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .VhGpVwBm {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .IZnA2Td3 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .cGgstSxM {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.q9f2zJGW {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.CGf3fMqH:not(.HKxU8GXY),
.HKxU8GXY .ZCxzrpky {
  .q9f2zJGW {
    animation: ASanvd8d 1s infinite linear;
  }
}
.GvCsMvR1 {
  --swiper-preloader-color: #fff;
}
.uaTvxChK {
  --swiper-preloader-color: #000;
}
@keyframes ASanvd8d {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.VQ4_9pNl {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.W508PE1h {
    opacity: 0;
  }
  .G1vPmKqU > &,
  &.G1vPmKqU {
    display: none !important;
  }
}
/* Common Styles */
.ErfPg1kF,
.WBL_Q9fc,
.QRat8h1u > .J2iAOjkG,
.J2iAOjkG.neuyFjXT {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.iQVqtwK0 {
  overflow: hidden;
  font-size: 0;
  .DzPve3pn {
    transform: scale(0.33);
    position: relative;
  }
  .OT1kKt0Q {
    transform: scale(1);
  }
  .EZnu0Ber {
    transform: scale(1);
  }
  .c2MVN9Pb {
    transform: scale(0.66);
  }
  .w2BsPMh8 {
    transform: scale(0.33);
  }
  .gFTn1sRW {
    transform: scale(0.66);
  }
  .VJ_tfaME {
    transform: scale(0.33);
  }
}
.DzPve3pn {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .mfX2ZtrG & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.OT1kKt0Q {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.Lb2keOD_ > .J2iAOjkG,
.cSUXHNWE.J2iAOjkG {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .DzPve3pn {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.iQVqtwK0 {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .DzPve3pn {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.QRat8h1u > .J2iAOjkG,
.neuyFjXT.J2iAOjkG {
  .DzPve3pn {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.iQVqtwK0 {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .DzPve3pn {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.QRat8h1u.JFPo7TFR > .iQVqtwK0 .DzPve3pn {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.ErfPg1kF {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.VjKlgjTO {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .MX13gzSA {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .JFPo7TFR & .MX13gzSA {
    transform-origin: right top;
  }
  .QRat8h1u > &,
  &.neuyFjXT,
  .Lb2keOD_ > &.dtlABdJ8,
  &.cSUXHNWE.dtlABdJ8 {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .Lb2keOD_ > &,
  &.cSUXHNWE,
  .QRat8h1u > &.dtlABdJ8,
  &.neuyFjXT.dtlABdJ8 {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.ueytJghs {
  display: none;
}

.KWUHY3SK {
  &.JNOG1Jup {
    .FhZjOv7l {
      transition-timing-function: ease-out;
    }
  }
  .FhZjOv7l {
    pointer-events: none;
    transition-property: opacity;
    .FhZjOv7l {
      pointer-events: none;
    }
  }
  .cLGjbMD4 {
    pointer-events: auto;
    & .cLGjbMD4 {
      pointer-events: auto;
    }
  }
}

.Gckdy8Z1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.b87g51k6 {
    width: 100%;
    height: 100%;
}

.z0mCuqYj {
    width: 100%;
    height: 100%;
}

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

/* Стили для светлой пагинации (для темных фонов) */
.ECV64n7L .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
    gap: 10px;
}

.ECV64n7L .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px var(--color-white) solid;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s ease;
}

.ECV64n7L .swiper-pagination-bullet-active {
    background: var(--color-white);
    transform: scale(1.2);
}

/* Стили для темной пагинации (для светлых фонов) */
.Bdv5bCqQ .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
    gap: 10px;
}

.Bdv5bCqQ .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px var(--color-white) solid;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s ease;
}

.Bdv5bCqQ .swiper-pagination-bullet-active {
    background: var(--color-white);
    transform: scale(1.2);
}

/* Адаптивность */
@media (max-width: 768px) {
    .ECV64n7L .swiper-pagination-bullet,
    .Bdv5bCqQ .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .Gckdy8Z1{
        height: 90vh!important;
    }
}

@media (max-width: 480px) {
    .ECV64n7L .swiper-pagination,
    .Bdv5bCqQ .swiper-pagination {
        bottom: 15px;
    }
}
.dakdCK9w{
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.lTL_mGY3{
    background-image: url(/assets/images/background_architectire_1.jpg?fa65e64199417da84383);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: relative;
    color: white;
    padding-top: 9vw;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}

.lTL_mGY3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.lTL_mGY3 > * {
    position: relative;
    z-index: 2;
}

.HM9ujTfw{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.i2PoBcvE {
    font-size: var(--font-size-4xl);
    font-family: var(--title-font), serif;
    line-height: 100%;
    text-transform: uppercase;
    will-change: transform, opacity;
}

.n2cU6bPq {
    font-size: var(--font-size-2xl);
    font-family: var(--main-font), serif;
    line-height: 40px;
    text-transform: uppercase;
    will-change: transform, opacity;
}

.CViKAtve {
    max-width: 50vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 100%;
}

.LxsoisZQ{
    background-color: var(--color-white);
    color: black;
    height: 100vh;
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
}

.LxsoisZQ .CViKAtve{
    gap:53px;
    justify-content: center;
    align-items: center;
}

.qcFtpjGD{
    background-color: var(--color-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 61px;
    padding-bottom: 36px;
}

.qcFtpjGD .ObzYaDFR{
    max-width: 39vw;
    margin: auto;
}

.N7zwVm9l{
    padding-top: 47px;
    padding-bottom: 26px;
    max-width: 60%;
    height: auto;
    transform-origin: center;
}

.N7zwVm9l:hover,
.X9yPgSVu:hover,
._4rPc4Tc:hover {
    transform: translateZ(10px);
}

@media (max-width: 768px) {
    .CViKAtve{
        max-width: 85vw;
    }
    .LxsoisZQ{
        height: 100%;
        min-height: 100vh;
        padding: 54px 0;
    }
    .GE6rF9TY{
        height: 80vh;
        object-position: 20% 50%;
    }
    .qcFtpjGD .ObzYaDFR{
        padding-top: 48px;
        max-width: 85vw;
        margin: auto;
    }

    .N7zwVm9l{
        padding-top: 59px;
        padding-bottom: 12px;
        max-width: 322px;
        height: 319px;
        transform-origin: center;
    }
    .X9yPgSVu{
        padding-top: 63px;
        height: 322px;
        max-width: 319px;
    }
    .n2cU6bPq{
        line-height: 1;
        padding-top: 20px;
    }
}



.Dz6KfRWt {
    background-color: white;
    padding-top: 9vw;
    min-height: 100vh;
    color: var(--color-primary);
    position: relative;
    padding-bottom: 132px;
}

.AklR1IAC {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.QWHsEdfC {
    font-size: var(--font-size-4xl);
    font-family: var(--title-font), serif;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.hrhM38Cz{
    color: #A38D8D;
    font-size: var(--font-size-xl);
}

.HiaNToqa {
    text-align: center;
    font-size: var(--font-size-lg);
    color: #666;
    padding: 60px 0;
    background: #f9f9f9;
    border-radius: 8px;
    margin: 20px 0;
}

@media (max-width: 1001px) {
    .AklR1IAC{
        max-width: 85vw;
    }
}
@media (max-width: 768px) {
    .Dz6KfRWt {
        padding-top: 100px;
    }

    .AklR1IAC {
       max-width: 85vw;
        display: flex;
        flex-direction: column;
        gap:25px;
    }

    .QWHsEdfC {
        font-size: var(--font-size-4xl);
    }
    .hrhM38Cz{
        display: none;
    }
}

.c5nhXjBu {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

.Tp5qUF_x {
    position: absolute;
    right: 0;
    top: 0;
}

.eaayVd5Y {
    color: var(--color-primary);
    border: none;
    cursor: pointer;
    font-size: var(--font-size-base);
    text-decoration: underline;
    background: none;
    line-height: 1;
}


/* Мобильная версия */
@media (max-width: 768px) {
    .c5nhXjBu {
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 0;
    }

    .Tp5qUF_x {
        width: 100%;
    }

    .eaayVd5Y {
        flex: 1;
        text-align: center;
    }
}
.dkA5XXOh {
    width: 100%;
    position: relative;
}

.P06Y5_iT {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: start;
    transition: all 0.3s ease;
}

.hJ3jgOWX {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.IIMO6NR_{
    display: none;
}

@media (max-width: 768px) {
    .IIMO6NR_{
        font-size: var(--font-size-lg);
        text-transform: uppercase;
        display: block;
    }
    .P06Y5_iT {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        padding: 60px 20px 20px;
        background: white;
        border-radius: 0;
        box-shadow: none;
        z-index: 1000;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    .hJ3jgOWX {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }
    .P06Y5_iT.qCAEXs3P {
        transform: translateX(0);
    }

    .P06Y5_iT.u6UNblDT {
        display: flex;
        transform: translateX(-100%);
    }

    /* Запрещаем прокрутку body когда фильтр открыт */
    body.btMyfB2b {
        overflow: hidden;
    }
}

/* Десктопные стили */
@media (min-width: 769px) {
    .QePrXOb0 {
        display: none;
    }
}
.rN3M94xO {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.lpi8hwFy {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--color-primary);
    font-size: var(--font-size-base);
    font-family: var(--main-font), serif;
    text-align: center;
}

.ZzW5Fx7g {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.SmpB7iXQ {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: var(--font-size-base);
    background: white;
    color: var(--color-black);
    font-family: var(--main-font), serif;
    font-weight: 500;
}

.SmpB7iXQ:hover {
    background: var(--color-primary);
    color: white;
    transform: scale(1.05);
}

.SmpB7iXQ.bX18ilpF {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
    transform: scale(1.1);
    font-weight: 600;
    font-size: var(--font-size-lg);
}

@media (max-width: 768px) {
    .rN3M94xO {
        align-items: center;
        width: 100%;
        margin-bottom: 25px;
    }

    .lpi8hwFy {
        text-align: left;
        font-size: var(--font-size-lg);
        margin-bottom: 15px;
    }

    .ZzW5Fx7g {
        justify-content: center;
        gap: 5px;
        width: 100%;
    }

    .SmpB7iXQ {
        width: 38px;
        height: 38px;
        font-size: var(--font-size-lg);
    }
}
.jqim0r4n {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.HIu_u4Zb {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--color-primary);
    font-size: var(--font-size-base);
    font-family: var(--main-font), serif;
    text-align: center;
}

.SSxYd3zF {
    width: 100%;
    max-width: 300px;
}

.L4NynOj3 {
    position: relative;
    height: 40px;
    width: 234px;
    display: flex;
    align-items: center;
}

.sknmyQaX {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    border-radius: 2px;
    pointer-events: none;
}

.sknmyQaX::before {
    content: '';
    position: absolute;
    left: var(--min-percent, 0%);
    right: calc(100% - var(--max-percent, 100%));
    height: 100%;
    background: var(--color-primary);
    border-radius: 2px;
}

.WmV5hVSV {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    background: transparent;
    pointer-events: none;
    touch-action: pan-y;
}

/* ВАЖНО: Правильные z-index */
.WmV5hVSV:nth-child(2) { /* min ползунок */
    z-index: 3;
}

.WmV5hVSV:nth-child(3) { /* max ползунок */
    z-index: 2; /* Ниже чем min */
}

.WmV5hVSV::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-primary);
    cursor: pointer;
    pointer-events: all;
}

.WmV5hVSV::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-primary);
    cursor: pointer;
    pointer-events: all;
}

.WmV5hVSV::-webkit-slider-track {
    width: 100%;
    height: 4px;
    background: transparent;
    -webkit-appearance: none;
}

.WmV5hVSV::-moz-range-track {
    width: 100%;
    height: 4px;
    background: transparent;
    border: none;
}

.ZH3ua9L4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.vKWA7RTX {
    text-align: center;
    font-size: var(--font-size-base);
    font-family: var(--main-font), serif;
    border: none;
}

.vKWA7RTX:focus {
    outline: none;
}

@media (max-width: 768px) {
    .jqim0r4n {
        align-items: center;
        width: 100%;
        margin-bottom: 25px;
    }

    .HIu_u4Zb {
        text-align: left;
        font-size: var(--font-size-lg);
        margin-bottom: 15px;
    }

    .SSxYd3zF {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .L4NynOj3 {
        margin: 0 0 15px 0;
        height: 44px;
        width: 100%;
    }

    .vKWA7RTX {
        font-size: var(--font-size-lg);
    }

    .WmV5hVSV::-webkit-slider-thumb {
        width: 28px;
        height: 28px;
    }

    .WmV5hVSV::-moz-range-thumb {
        width: 28px;
        height: 28px;
    }

    .sknmyQaX {
        height: 2px;
    }
}
.nljyde0y {
    display: none;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: auto;
    padding-top: 20px;
}

.n0YQFEKT {
    display: none;
    width: 100%;
    padding: 15px 20px;
    background: var(--color-primary);
    color: white;
    border: none;
    cursor: pointer;
    font-size: var(--font-size-lg);
    text-align: center;
    transition: all 0.3s ease;
    font-family: var(--main-font), serif;
    font-weight: 600;
}

@media (max-width: 768px) {
    .nljyde0y {
        display: flex;
    }

    .n0YQFEKT {
        display: block;
    }
}
.zBEgDaF5 {
    color: #A38D8D;
    cursor: pointer;
    font-size: var(--font-size-lg);
    font-family: var(--main-font), serif;
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
}

.zBEgDaF5:hover{
    color: var(--color-primary);
}

/* Стили для десктопной версии */
.zBEgDaF5.DrWVNeXp {
    display: flex;
    width: auto;
    align-self: center;
    position: absolute;
    right: 0;
    bottom: -50%;
}

.FMitHRQy {
    color: #A38D8D; /* цвет крестика по умолчанию */
    transition: color 0.3s ease;
}

.zBEgDaF5:hover .FMitHRQy {
    color: var(--color-primary); /* цвет крестика при hover */
}


/* Мобильные стили */
@media (max-width: 768px) {
    .zBEgDaF5.DrWVNeXp {
        display: none;
    }

    .zBEgDaF5.i1J2iPz_ {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 15px 20px;
        margin-top: 0;
    }
}
.cuNQQ1dC {
    display: none;
    padding: 15px;
    background: var(--color-primary);
    color: white;
    border: none;
    cursor: pointer;
    font-size: var(--font-size-lg);
    text-align: center;
    transition: background-color 0.3s ease;
    font-family: var(--main-font), serif;
    width: 200px;
    margin: auto;
    text-transform: uppercase;
}

.LwmjVbbh {
    position: absolute;
    top: 65px;
    right: 25px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    z-index: 10;
    background-image: url(/assets/images/close.svg?a8aea83b01853d53d2fb);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.LwmjVbbh:hover {
    background: var(--color-primary);
    transform: scale(1.1);
}

.ekC3np1H {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: var(--color-primary);
    font-weight: bold;
    line-height: 1;
    transition: color 0.3s ease;
}

.LwmjVbbh:hover .ekC3np1H {
    color: white;
}

@media (max-width: 768px) {
    .cuNQQ1dC {
        display: block;
    }

    .LwmjVbbh {
        display: flex;
    }
}

@media (min-width: 769px) {
    .cuNQQ1dC,
    .LwmjVbbh {
        display: none;
    }
}
.zIsMdtUh {
    overflow: hidden;
    cursor: pointer;
    height: 311px;
    display: flex;
    flex-direction: column;
}

.r17bKoHX {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.LEepfI9e {
    display: none;
}

.RhGT95B0 {
    overflow: hidden;
    position: relative;
    height: 20vw;
}

.xJsljUO1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ZtgpQqsl {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.XSIufNvp {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: var(--font-size-xl);
    line-height: 1.2;
}

.XSIufNvp span:last-child {
    color: var(--color-primary);
    font-weight: 500;
}

.FjMShXTf {
    width: 100%;
    color: var(--color-primary);
    border: none;
    cursor: pointer;
    font-size: var(--font-size-base);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.FjMShXTf:hover {
    text-decoration: underline;
}

.FAlMec58{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.GYP2LkUF {
    text-align: center;
    font-size: var(--font-size-3xl);
    font-weight: 500;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 16px;
}

.rLuQFnvN {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.bOSafQUe {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: var(--font-size-3xl);
}


/* Адаптивность */
@media (max-width: 768px) {
    .zIsMdtUh {
        height: auto;
    }

    .r17bKoHX {
        display: none;
    }

    .LEepfI9e {
        display: flex;
        flex-direction: column;
    }

    .RhGT95B0 {
        height: 90vw;
        margin-bottom: 16px;
    }

    .XSIufNvp {
        font-size: var(--font-size-xs);
    }

    .FjMShXTf {
        font-size: var(--font-size-3xl);
        text-decoration: underline;
        margin-top: 0;
    }
}
.nYCjC3FH {
    max-width: 60vw;
    margin: auto;
    display: flex;
    justify-content: center;
}

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

.S6yj9wg2 {
    text-align: center;
    font-size: var(--font-size-lg);
    color: var(--color-primary);
    padding: 60px 0;
}

.Ml_QAGyh {
    text-align: center;
    font-size: var(--font-size-lg);
    color: var(--color-primary);
    padding: 60px 0;
    background: #f9f9f9;
    border-radius: 8px;
    grid-column: 1 / -1;
}

.VyxgbgZM{
    max-width: 409px;
    height: auto;
}

@media (max-width: 1024px) {
    .iaKul9k4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .VyxgbgZM{
        max-width: 60%;
    }
}

@media (max-width: 768px) {
    .iaKul9k4 {
        grid-template-columns: 1fr;
        gap: 75px;
    }

    .nYCjC3FH {
        margin-bottom: 30px;
        max-width: 100%;
    }
}
.FIqiLosd {
    text-align: center;
    margin: 40px 0;
}

.aRNLcFXM {
    padding: 15px 40px;
    background-color: var(--color-primary);
    color: white;
    cursor: pointer;
    font-size: var(--font-size-base);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    max-width: 200px;
}


/* Адаптивность */
@media (max-width: 768px) {
    .FIqiLosd {
        margin: 0 0 0;
    }

    .aRNLcFXM {
        padding: 23px 40px;
        font-size: var(--font-size-lg);
        width: 100%;
        max-width: 200px;
    }
}
.H4J3Esld {
    text-align: center;
    margin-bottom: 30px;
    font-size: var(--font-size-xl);
    color: var(--color-primary);
    padding: 25px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .H4J3Esld {
        display: none;
        font-size: var(--font-size-2xl);
        margin-bottom: 0;
        padding: 25px 0;
    }
}
.VzPrGhkE {
    color: var(--color-primary);
    border: none;
    cursor: pointer;
    font-size: var(--font-size-base);
    text-decoration: underline;
    background: none;
    line-height: 1;
}

.i3hwOM7n {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    position: relative; /* Добавьте это */
}

.oauTwHQS{
    font-size: var(--font-size-2xl);
}

.LXbcmW2e {
    width: 261px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:50px;
    position: relative; /* ИЗМЕНИТЕ с absolute на relative */
    top: 0;
    z-index: 2;
}

.GBwECFQF {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
}

.QZKdFg4l {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: var(--font-size-base);
    background: white;
    color: var(--color-black);
    font-family: var(--main-font), serif;
    font-weight: 400;
}

.QZKdFg4l:hover{
    background: var(--color-primary);
    color: white;
    transform: scale(1.05);
}

.QZKdFg4l.BOqKzcSV {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
    transform: scale(1.1);
    font-weight: 600;
    font-size: var(--font-size-lg);
}

.es1LKEx6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.eNtM4YdS {
    font-size: 12px;
    opacity: 0.8;
}

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

.Wf9FOK1M {
    position: relative;
    overflow: visible;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.XtZtI4gf {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    /* ДОБАВИТЬ чтобы SVG не выходил за границы */
    overflow: visible;
}

.XtZtI4gf svg {
    width: 100%;
    height: 500px;
    /* ДОБАВИТЬ чтобы SVG не обрезался */
    overflow: visible;
}

.CKxR7YP5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 16px;
}

.pjp9X77Q {
    cursor: pointer;
    transition: all 0.3s ease;
}

.pjp9X77Q:hover {
    fill: #E4DCD8 !important;
    stroke: #E4DCD8 !important;
    stroke-width: 2px !important;
}

.VxsIJdcl {
    display: flex;
    flex-direction: column;
    gap:25px;
    align-items: center;
    font-size: var(--font-size-2xl);
    text-transform: uppercase;
    width: 100%;
    align-items: center;
}

.mObt5GSJ {
    color: var(--color-primary);
}

._GTz0fDd {
    display: flex;
    flex-direction: column;
    gap:25px;
}

.XOW0gZ0q {
    color: var(--color-primary);
    display: flex;
    flex-direction: row;
    gap:30px;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}

.XOW0gZ0q:hover {
    transform: scale(1.05);
    font-weight: bold;
}

.nhqD43l8{
    font-weight: bold;
}


.nhqD43l8 {
    fill: #E4DCD8 !important;
    stroke: #D4C4BC !important;
    stroke-width: 3px !important;
    filter: drop-shadow(0 0 8px rgba(228, 220, 216, 0.7)) !important;
}

.XOW0gZ0q.nhqD43l8 {
    transform: scale(1.05);
    transition: all 0.2s ease;
}

.pjp9X77Q {
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.pjp9X77Q:hover {
    fill: #E4DCD8 !important;
    stroke: #E4DCD8 !important;
    stroke-width: 2px !important;
}

.lcYh2hhw {
    fill: #D9D9D9 !important;
    cursor: default !important;
    filter: grayscale(0.8) !important;
}


@media (max-width: 768px) {
    .i3hwOM7n {
        flex-direction: column;
    }

    .GBwECFQF {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .QZKdFg4l {
        min-width: 60px;
        padding: 10px 5px;
    }

    .eAbEKOzN {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .Wf9FOK1M {
        min-height: 400px;
        margin-left: 0; /* На мобильных уберите отступ */
    }
}
/* components/Tooltip/Tooltip.module.css */
.Km6UUy0j {
    position: absolute;
    background: white;
    border: 1px solid var(--color-primary);
    padding: 5px 6px;
    z-index: 100!important;
    min-width: 50px;
    pointer-events: none;
    animation: BuzLlIN0 0.3s ease-in-out;
}

.Km6UUy0j.diGB0Acy {
    background: white; /* Светлый фон */
    border: 1px solid #A38D8D;
}

.Km6UUy0j.diGB0Acy .NRBWHSlo {
    color: #A38D8D;
    border-bottom: 1px solid #A38D8D;
}

.Km6UUy0j.diGB0Acy .CUTbOmp9 span {
    color: #A38D8D;
}

.Km6UUy0j.diGB0Acy .iyr6hko0 {
    background: #A38D8D;
}

.Km6UUy0j.diGB0Acy .iyr6hko0::after {
    background: #A38D8D;
}

.mB1zjOfX {
    font-size: 14px;
    line-height: 1.5;
}

.NRBWHSlo {
    margin-bottom: 2px;
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    font-size: var(--font-size-base);
    font-family: var(--title-font);
    text-align: center;
}

.CUTbOmp9 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.CUTbOmp9:last-child {
    margin-bottom: 0;
}

.CUTbOmp9 span {
    font-size: var(--font-size-sm);
}

/* Базовые стили для стрелки */
.iyr6hko0 {
    position: absolute;
    background: var(--color-primary);
    pointer-events: none;
}

/* Левая позиция - тултип слева от элемента */
.Km6UUy0j.yBv1lwDH {
    transform: translateX(-100%) translateY(-50%);
    margin-left: -30px;
}

.Km6UUy0j.yBv1lwDH .iyr6hko0 {
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
}

/* Правая позиция - тултип справа от элемента */
.Km6UUy0j.v852Exxm {
    transform: translateY(-50%);
    margin-left: 30px;
}

.Km6UUy0j.v852Exxm .iyr6hko0 {
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
}

/* Точка на конце стрелки */
.Km6UUy0j .iyr6hko0::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: var(--color-primary);
    border-radius: 50%;
}

.Km6UUy0j.yBv1lwDH .iyr6hko0::after {
    right: 0;
}

.Km6UUy0j.v852Exxm .iyr6hko0::after {
    left: 0;
}

@keyframes BuzLlIN0 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Анимации для горизонтальных позиций */
.Km6UUy0j.yBv1lwDH {
    animation: FSE2rwBT 0.3s ease-out;
}

.Km6UUy0j.v852Exxm {
    animation: w1KA6Kqh 0.3s ease-out;
}

@keyframes FSE2rwBT {
    from {
        opacity: 0;
        transform: translateX(-120%) translateY(-50%);
    }
    to {
        opacity: 1;
        transform: translateX(-100%) translateY(-50%);
    }
}

@keyframes w1KA6Kqh {
    from {
        opacity: 0;
        transform: translateX(20px) translateY(-50%);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
    }
}
.oSkqWZrn {
    background-color: white;
    padding-top: 9vw;
    min-height: 100vh;
    color: var(--color-primary);
    position: relative;
    padding-bottom: 80px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap:80px;
}


.oj8V1lc3 {
    font-size: var(--font-size-4xl);
    font-family: var(--title-font), serif;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.eul8R3Xt {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.ZmaDvmBR {
    grid-column: 2;
    justify-self: end;
    height: 80px;
    opacity: 0.7;
}

.gbbMc59_{
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
}

.gbbMc59_:hover{
    text-decoration: underline;
}

.Vm9mOQgR {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    font-size: var(--font-size-xl);
    color: #666;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .eul8R3Xt {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .ZmaDvmBR {
        grid-column: 1;
        justify-self: center;
        height: 60px;
    }
}

@media (max-width: 768px) {
    .oSkqWZrn {
        padding-top: 100px;
        max-width: 85vw;
    }
    .oj8V1lc3 {
        font-size: var(--font-size-4xl);
        margin: 30px 0;
    }

    .eul8R3Xt {
        gap: 25px;
    }

    .ZmaDvmBR {
        height: 50px;
    }

    .gbbMc59_ {
        bottom: -55px;
        width: 100%;
        text-align: center;
        font-size: var(--font-size-3xl);
        text-decoration: underline;
    }
    .ZmaDvmBR{
        display: none;
    }
}
.bipUtg94 {
    display: flex;
    align-items: center;
    position: absolute;
}

.w6lc1rh6 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: var(--color-primary);
    cursor: pointer;
    font-size: var(--font-size-base);
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
}

.odwS_uDc {
    width: 13px;
    height: 13px;
    transition: transform 0.4s ease;
}

.w6lc1rh6:hover .odwS_uDc {
    transform: translateX(-3px);
}

/* Возврат к исходному положению при уходе курсора */
.w6lc1rh6:not(:hover) .odwS_uDc {
    transition: transform 0.6s ease;
}

@media (max-width: 768px) {
    .bipUtg94{
        justify-content: center;
        position: relative;
    }
    .w6lc1rh6{
        font-size: var(--font-size-xl);
    }
}
.QDXyL6K3 {
    min-height: 400px; /* Фиксированная высота для десктопа */
    display: flex;
    flex-direction: column;
}

.miKeZizb {
    font-size: var(--font-size-xl);
    line-height: 100%;
    text-transform: uppercase;
    will-change: transform, opacity;
    font-weight: 400;
    text-align:start;
    padding-bottom: 60px;
}

.fTlCNrRr{
    display: flex;
    flex-direction: row;
    gap:35px;
    margin-bottom: 24px;
}

.JjwzSpw0{
    width: 100%;
}
.ddkea_o8 {
    display: flex;
    flex-direction: row;
    gap:35px;
}

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

.ueFNsQ0Y {
    font-size: var(--font-size-base);
}

.ingzVU6_ {
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #F5F5F5;
    border: none;
    min-width: 13.611vw;
}

.ingzVU6_:focus {
    outline: none;
    border: none;
}

.cL7si1tr {
    width: 100%;
    padding: 12px 16px;
    background-color: #F5F5F5;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    resize: vertical;
    box-sizing: border-box;
    border: none;
    height: 100%;
}

.cL7si1tr:focus {
    outline: none;
    border: none;
}

.rULxKzXw {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: var(--font-size-sm);
}

.pgYCdXLv {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid black;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pgYCdXLv:checked {
    background-color: transparent;
    border-color: black; /* Сохраняем черную рамку */
}

.pgYCdXLv:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-primary);
    position: absolute;
}

.uIEct1kx {
    color: black;
    line-height: 1.4;
}

.RXbm4jiu{
    display: flex;
    flex-direction: column;
    gap:44px;
}

.tPW1G4kj {
    background-color: white;
    color: var(--color-primary);
    padding: 23px 40px;
    border: 1px solid var(--color-primary);
    font-size: var(--font-size-base);
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    line-height: 26.2px;
    max-width: max-content;
}

.tPW1G4kj:hover {
    background-color: var(--color-primary);
    color: white;
}

@media (max-width: 768px) {
    .miKeZizb{
        border-top: 1px solid var(--color-primary);
        font-size: var(--font-size-3xl);
        padding-top: 40px;
        text-align: center;
        padding-bottom: 40px;
    }
    .ddkea_o8{
        flex-direction: column;
        padding-bottom: 170px;
    }
    .fTlCNrRr{
        flex-direction: column;
        margin-bottom: 0;
    }
    .RXbm4jiu{
        position: absolute;
        bottom: 0;
        padding-bottom: 70px;
        width: 100%;
    }
    .tPW1G4kj{
        margin: auto;
        font-size: var(--font-size-2xl);
    }
    .ueFNsQ0Y{
        font-size: var(--font-size-xl);
    }
}

.ICOebv2o {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    text-align: center;
    flex: 1;
}

.xAsQMb1b {
    font-size: var(--font-size-4xl);
    font-family: var(--title-font), serif;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-primary);
}

.v6GXDzwZ{
    width: 80px;
    height: 50px;
}

.sgo_WOmg {
    font-size: var(--font-size-base);
    color: #A38D8D;
}

.XyQYZvjR {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.XyQYZvjR:hover {
    background-color: white !important;
    color: var(--color-primary) !important;
}

.RQYv14no{
    text-decoration: underline;
}

@media (max-width: 768px) {
    .ICOebv2o {
        padding: 30px 15px;
        margin-bottom: 170px;
    }

    .xAsQMb1b {
        font-size: var(--font-size-2xl);
    }

    .sgo_WOmg {
        font-size: var(--font-size-xl);
    }
}
.HYh9DHbu {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.pcPOv4hh {
    border-top: 1px var(--color-primary) solid;
    border-bottom: 1px var(--color-primary) solid;
    padding: 16px 0;
}

.YrDqbNj8 {
    font-size: var(--font-size-xl);
    color: var(--color-primary);
    margin-bottom: 20px;
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 10px;
}

.mCMeCIvz {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.AdSvLxK1 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    color: var(--color-primary);
    line-height: 30px;
}

.QLN1oPEL {
    font-size: var(--font-size-base);
    text-transform: uppercase;
    font-weight: 400;
}

.Kw1C7G7e {
    font-size: var(--font-size-3xl);
    font-weight: 400;
}


/* Адаптивность */
@media (max-width: 768px) {
    .pcPOv4hh {
        border-top: none;
        border-bottom: none;
        padding: 0 0;
    }
    .HYh9DHbu {
        gap: 20px;
    }

    .pcPOv4hh {
    }

    .mCMeCIvz{
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

    .AdSvLxK1 {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .QLN1oPEL{
        font-size: var(--font-size-3xl);
    }
    .oGFK3XaV{
        text-align: center;
        width: 100%;
    }
}
.gSWz8D5q {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    height: 400px;
}

.KUfb1NGK {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.KUfb1NGK:hover .ZQ6LGpTa {
    opacity: 1;
}

.uoP4FVHc {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: contain;
}

.ZQ6LGpTa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.Kdr01CLZ {
    color: white;
    font-size: var(--font-size-lg);
    font-weight: 500;
    text-align: center;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.ZrpZswc3 {
    text-align: center;
    color: #666;
    font-size: var(--font-size-base);
    font-style: italic;
    line-height: 1.4;
}

/* Адаптивность */
@media (max-width: 768px) {
    .KUfb1NGK {
        max-width: 100%;
        border-radius: 8px;
    }

    .Kdr01CLZ {
        font-size: var(--font-size-base);
        padding: 8px 16px;
    }

    .ZrpZswc3 {
        font-size: var(--font-size-sm);
    }
}
.OmgPgZkk {
    padding-top: 9vw;
    padding-bottom: 4.167vw;
    background-color: var(--color-primary);
}

.HU_1zOWX {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.BKBAQqkC {
    font-size: var(--font-size-4xl);
    font-family: var(--title-font), serif;
    line-height: 100%;
    text-transform: uppercase;
    will-change: transform, opacity;
    padding-bottom: 40px;
}

.ruIUMagz{
    display: flex;
    flex-direction: column;
    gap:60px;
    align-items: center;
}

.db4oJ6wp{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.z4zw4Axd{
    font-family: var(--title-font);
    font-size: var(--font-size-xl);
    text-transform: uppercase;
}

.ddZJW8k6{
    font-size: var(--font-size-2xl);
    text-transform: uppercase;
}
.SEUaPTvx {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background-color: var(--color-primary);
}

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

.j8N1NHPI {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/assets/images/background.jpg?0692fa3b0dfc1d42f8f7);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.qqLAJpwS {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0.2) 50%,
            rgba(0, 0, 0, 0.4) 100%
    );
    z-index: -1;
}

.QTzmfVgQ {
    text-align: center;
    z-index: 1;
}

.Mi0V9J9F {
    max-width: 21.944vw;
    max-height: auto;
    width: auto;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
}

.GSosK87x{
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 9vw 0 60px;
}

.cuCYyYuo {
    font-size: var(--font-size-4xl);
    font-family: var(--title-font), serif;
    line-height: 100%;
    text-transform: uppercase;
    will-change: transform, opacity;
}

.DdOqmcjF{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xehF0zQj {
    font-size: 2rem;
    font-family: var(--title-font), serif;
    text-transform: uppercase;
    line-height: 1;
    will-change: transform, opacity;
}

@media (max-width: 768px) {
    .Mi0V9J9F{
        max-width: 65.333vw;
    }
    .GSosK87x{
        padding: 120px 0 100px;
    }
}
.gCyaDn68 {
    width: 769px;
    height: 1120px;
    margin: 0 auto;
    background: white;
    position: relative;
    box-sizing: border-box;
}

.s587Uy29 {
    width: 100%;
    height: 100%;
    padding: 221px 62px 62px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
}

.p4Xckb9E{
    width: 324px;
    height: 79px;
    margin: 0 auto;
    position: absolute;
    top:67px;
    left: 50%;
    transform: translateX(-50%);
}

.Fz9iEL7Q {
    position: absolute;
    top:30%;
    left: 50%;
    transform: translateX(-50%);
}

.l9NjnzNr {
    width: 100%;
    height: 549px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.KnfcBFlO {
    max-width: 100%;
    max-height: 100%;
    width: 300px;
    object-fit: contain;
}

.L5VVU_ZB{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.GTIJvjER{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: end;
    max-width: 177px;
}

.TSStuYVm{
    display: flex;
    flex-direction: column;
    gap:30px;
    text-transform: uppercase;
    font-size: var(--font-size-2xl);
    font-family: var(--title-font);
    color: var(--color-primary);
}

.ZQOOoJ1y {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.j5U0YjzA {
    width: 100%;
    height: 133px;
    overflow: hidden;
}

.QCUnSJSU {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.QCUnSJSU svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.V1rckqWA{
    text-transform: uppercase;
    font-size: var(--font-size-4xl);
    font-family: var(--title-font);
    display: flex;
    flex-direction: column;
    color: var(--color-primary);
    line-height: 1;
}

.K1yP7KTI{
    padding: 25px 0;
    border-top:  1px solid var(--color-primary);
    border-bottom:  1px solid var(--color-primary);
    text-transform: uppercase;
    font-size: var(--font-size-2xl);
    font-family: var(--title-font);
    color: var(--color-primary);
}

.ZQOOoJ1y{
    color: var(--color-primary);
    font-size: var(--font-size-2xl);
    display: flex;
    flex-direction: column;
}

.d5_INEqu{
    color: var(--color-primary);
    font-size: var(--font-size-2xl);
    display: flex;
    flex-direction: column;
    gap:30px;
}

.FPPG6fMR{
    width: 118px;
    height: 115px;
}
:root {
    /* Цвета */
    --color-primary: #AD1E29;
    --color-secondary: #EFDCCA;
    --color-white: #EFDCCA;
    --color-black: #000000;

    /* Шрифты */
    --main-font: 'Arsenal', serif;
    --title-font: 'CoFo Cinema1909 Trial';

    /* Размеры шрифтов */
    --font-size-xs: 0.75rem;   /* 12px */
    --font-size-sm: 0.875rem;  /* 14px */
    --font-size-base: 1rem;    /* 16px */
    --font-size-lg: 1.125rem;  /* 18px */
    --font-size-xl: 1.375rem;   /* 22px */
    --font-size-2xl: 1.25rem;   /* 20px */
    --font-size-3xl: 1.75rem; /* 28px */
    --font-size-4xl: 2.5rem;  /* 40px */
    --font-size-5xl: 3rem; /* 48px */

    /* Отступы */
    --spacing-xs: 0.25rem;   /* 4px */
    --spacing-sm: 0.5rem;    /* 8px */
    --spacing-md: 1rem;      /* 16px */
    --spacing-lg: 1.5rem;    /* 24px */
    --spacing-xl: 2rem;      /* 32px */
    --spacing-2xl: 3rem;     /* 48px */
    --spacing-3xl: 4rem;     /* 64px */

    /* Тени */
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.2);

    /* Скругления */
    --border-radius-sm: 5px;
    --border-radius-md: 10px;
    --border-radius-lg: 15px;
    --border-radius-xl: 25px;
    --border-radius-full: 50px;

    /* Анимации */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;

    /* Z-index уровни */
    --z-index-dropdown: 1000;
    --z-index-sticky: 1020;
    --z-index-fixed: 1030;
    --z-index-modal-backdrop: 1040;
    --z-index-modal: 1050;
    --z-index-popover: 1060;
    --z-index-tooltip: 1070;

    /* Максимальные ширины */
    --max-width-xs: 400px;
    --max-width-sm: 600px;
    --max-width-md: 800px;
    --max-width-lg: 1000px;
    --max-width-xl: 1200px;
}

@media (max-width: 768px) {
    :root{
        --font-size-xs: 0.813rem;   /* 12px */
        --font-size-sm: 0.813rem;  /* 13px */
        --font-size-base: 0.813rem;    /* 13px */
        --font-size-lg: 1.125rem;  /* 18px */
        --font-size-xl: 1rem;   /* 16px */
        --font-size-2xl: 1.25rem;   /* 20px */
        --font-size-3xl: 1.375rem; /* 22px */
        --font-size-4xl: 3.125rem;  /* 50px */
        --font-size-5xl: 2.25rem;  /* 36px */
    }
}
@font-face {
    font-family: 'Arsenal';
    src: url(/assets/fonts/Arsenal-Regular.woff2?b34fe3a4b7a22d99b133) format('woff2'),
    url(/assets/fonts/Arsenal-Regular.woff?8c3788a6a6f5543f0e33) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'CoFo Cinema1909 Trial';
    src: url(/assets/fonts/CoFoCinema1909Trial-Regular.woff2?363b47c4196a8c3a8cb9) format('woff2'),
    url(/assets/fonts/CoFoCinema1909Trial-Regular.woff?67d3adb17c8769d6790a) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: var(--main-font), serif;
    background-color: var(--lgrey) ;
    color: var(--black);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: var(--title-font), serif;
}

p {margin: 0;font-weight: normal;}
ul, ol {list-style: none;padding: 0;margin: 0;}
a {text-decoration: none;color: inherit; cursor: pointer}
button {border: none;background: none;font-family: inherit;cursor: pointer;}

input, textarea {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    outline: none;
    appearance: none; /* Убираем специфичные стили для платформ */
    -webkit-appearance: none; /* Для Safari */
    -moz-appearance: none; /* Для Firefox */
}

/* Chrome, Safari, Edge */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: inherit;
    box-shadow: none;
}

/* Firefox */
input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus {
    background-clip: text;
    text-fill-color: inherit;
    box-shadow: none;
}

/* Стандартный способ */
input:autofill,
input:autofill:hover,
input:autofill:focus {
    background-clip: text;
    box-shadow: none;
}


button {
    padding: 0;
    display: inline-block; /* Для корректного отображения */
    cursor: pointer; /* Устанавливает указатель как у кнопки */
    text-align: center; /* Центровка текста в кнопке */
}

/* Анимация при наведении */
button:hover,
button:active {
    outline: none; /* Убираем обводку */
    box-shadow: none; /* Убираем тени (если есть стандартные) */
}

/* Сброс для кнопок типа submit внутри форм */
button[type="submit"] {
    appearance: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/**
  Удаляем все анимации и переходы для людей,
  которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
    *,
    ::before,
    ::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: var(--main-color);
}

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

body {
    font-family: var(--main-font), serif;
    line-height: 1.6;
    color: var(--color-white);
    height: 100%;
}

html, body {
    overflow: auto;
}

.WW_rq9l9 {
    overflow: hidden !important;
    height: 100% !important;
    position: fixed !important;
    width: 100% !important;
}

main{
    min-height: 100vh;
}


.RMrjn_Ro {
    flex: 1;
    position: relative;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.BW0dn2IT {
    position: absolute;
    width: 100%;
}

.FyFJIw3q {
    position: absolute;
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .RMrjn_Ro * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

