.Ogyi50S3 {
    display: flex;
    align-items: center;
    position: relative;
}

/* Стили для бургер-меню */
.Xv4enYcg {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 14px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
    position: relative;
}

.Xv4enYcg span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--color-primary);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.m2kvG4Hb span:nth-child(1) {
    transform: translateY(3px) rotate(45deg);
}

.m2kvG4Hb span:nth-child(2) {
    opacity: 0;
}

.m2kvG4Hb span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.xQ9Bfk0X {
    display: flex;
    gap: 85px;
    margin: 0;
    padding: 0;
    position: relative;
}

.U9YqXRaI {
    position: relative;
    list-style: none;
}

.VAbZ7gzF {
    color: var(--color-black);
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: none;
    font-size: var(--font-size-xl);
    white-space: nowrap;
    padding: 20px;
    text-align: left;
    text-decoration: none;
    font-family: inherit;
    width: 100%;
    border-bottom: 1px solid var(--color-primary);
}

.U9YqXRaI:hover .VAbZ7gzF {
    border-bottom: none;
    width: 100%;
}

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

.KNXzktKI {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    z-index: 11;
    min-width: max-content;
    width: max-content;
    padding: 0 0 43px;
    min-height: max-content;
    display: flex;
}

.U9YqXRaI:first-child .KNXzktKI {
    left: 0;
}

.U9YqXRaI:nth-child(2) .KNXzktKI {
    left: 0;
}

.zBydaGAX {
    margin: 0;
    padding: 38px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dTEfFEBM {
    list-style: none;
    width: 100%;
}

.ddmqiP0d {
    display: block;
    padding: 0 1.2rem;
    color: var(--color-secondary);
    transition: all 0.3s ease;
    font-size: var(--font-size-base);
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}



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

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

    .xQ9Bfk0X {
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        background-color: var(--color-white);
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        z-index: 100;
    }

    .De4x7DlI {
        max-height: 100vh;
        height: 100vh;
        overflow-y: auto;
    }

    .U9YqXRaI {
        width: 100%;
    }

    .U9YqXRaI:last-child {
        border-bottom: none;
    }

    .VAbZ7gzF {
        font-size: var(--font-size-lg);
        color: var(--color-black);
        background-color: var(--color-white);
        border-bottom: 1px solid var(--color-primary);
        width: 90%;
        margin: auto;
    }

    .qYIIdrQR {
        position: static;
        width: 100%;
        padding: 0;
        box-shadow: none;
        display: block !important;
        max-height: none !important;
    }

    .qYIIdrQR .zBydaGAX {
        padding: 10px 0;
        gap: 0;
    }

    .qYIIdrQR .ddmqiP0d {
        padding: 5px 30px;
        font-size: var(--font-size-base);
        color: var(--color-secondary);
        font-weight: normal;
    }

    .qYIIdrQR .ddmqiP0d:hover {
        color: var(--color-primary);
        background-color: #f0f0f0;
    }
    .VAbZ7gzF{
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .xQ9Bfk0X{
        top:80px;
    }
}
.Qp5xkmMJ {
    width: 100%;
    position: relative; /* Изменено с relative/sticky на fixed */
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: var(--color-white);
    margin: 0 auto;
    transition: transform 0.2s ease-out; /* Уменьшено время анимации */
    will-change: transform; /* Оптимизация для браузера */
}

.reGHnPvd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 156px;
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
}

/* Класс для скрытия шапки */
.MQ7Amn2R {
    transform: translateY(-100%) !important;
    transition: transform 0.2s ease-in; /* Быстрое скрытие */
}

.KmtwbG6X {
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    z-index: 101;
}

.D8LZ4UkO {
    height: 130px;
    width: 130px;
    object-fit: contain;
}

.narZj7lI {
    color: var(--color-primary);
    font-size: 1.375rem;
    text-decoration: none;
    white-space: nowrap;
    z-index: 101;
}

@media (max-width: 1341px) {
    .reGHnPvd{
        max-width: calc(100% - 100px);
    }
}

@media (max-width: 768px) {
    .Qp5xkmMJ {
        position: fixed; /* На мобилке тоже fixed */
        top: 0;
    }

    .MQ7Amn2R {
        transform: translateY(-100%);
        transition: transform 0.15s ease-in; /* Еще быстрее на мобилке */
    }

    .reGHnPvd {
        height: 100px;
        padding: 0 20px;
        margin: 0;
        justify-content: end;
        transition: none; /* Убираем transition у content */
    }

    .KmtwbG6X {
        height: 69px;
        width: 69px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .D8LZ4UkO {
        height: 80px;
        width: 80px;
    }

    .narZj7lI {
        display: none;
    }
}

@media (max-width: 480px) {
    .Qp5xkmMJ {
        position: fixed;
        top: 0;
    }

    .reGHnPvd {
        height: 80px;
        padding: 0 15px;
        max-width: 100%;
    }

    .KmtwbG6X {
        height: 60px;
        width: 60px;
    }

    .D8LZ4UkO {
        height: 60px;
        width: 60px;
    }

    .narZj7lI {
        display: none;
    }
}
.MXtus134 {
    padding-bottom: var(--spacing-xl);
    color: var(--color-primary);
    font-family: var(--main-font), serif;
}

.b0D3dxVu{
    max-width: calc(100% - 100px);
    margin: 0 auto;
}

.pRW0u2_8 {
    border-top: 1px solid var(--color-primary);
    display: grid;
    grid-template-columns: 300px 1fr 1fr 609px;
    padding-top: var(--spacing-3xl);
    padding-left: 60px;
    padding-right: 60px;
}

.X8_p_3XP {
    display: flex;
    flex-direction: column;
    gap:5px
}

.mCdkDeOF{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Q50myWJr {
   height: 170px;
    width: 170px;
}

.mHyB7ynU {
    height: 170px;
    width: 170px;
}

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

.hSOvVErO, .GjLb2kpA {
    font-size: var(--font-size-sm);
}

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

.o0iC5lrx {
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.IiZ7PLrz {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap:5px;
}


.CwPsVL8d {
    color: var(--color-black);
    text-decoration: none;
    font-size: var(--font-size-sm);
    transition: all 0.3s ease;
    display: block;
}

.CwPsVL8d:hover {
    color: var(--color-primary);
    transform: translateX(5px);
}

.vMIwPLbS {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.CVjk8_sj {
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.CVjk8_sj:hover {
    color: #3498db;
}

.YlZ8abCt {
    padding-top: 1rem;
    text-align: center;
    font-size: 0.8rem;
    opacity: 0.7;
}

.CoB6HYnN{
    display: grid;
    grid-template-columns: 300px 2fr 609px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 27px;
    font-size: var(--font-size-sm);
}

/* Адаптивность */
@media (max-width: 768px) {
    .MXtus134{
        padding-bottom: 0;
    }
    .b0D3dxVu{
        max-width: 100%;
        margin: 0 auto;
    }

    .pRW0u2_8 {
        max-width: calc(100% - 20px);
        margin: auto;
        border-top: none;
        display: grid;
        grid-template-columns: 2fr 1fr;
        padding-top: var(--spacing-3xl);
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 77px;
        padding-bottom: 14px;
        position: relative;
    }

    .pRW0u2_8::before,
    .pRW0u2_8::after {
        content: '';
        position: absolute;
        top: 0;
        height: 1px;
        background-color: var(--color-primary);
        width: calc(50% - 80px); /* 50% минус половина ширины разрыва */
    }

    .pRW0u2_8::before {
        left: 0;
    }

    .pRW0u2_8::after {
        right: 0;
    }

    /* Первые две секции в первой строке */
    .X8_p_3XP:nth-child(2) {
        grid-column: 1;
        grid-row: 1;
    }

    .X8_p_3XP:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }
    .X8_p_3XP:nth-child(4) {
        grid-column: 1 / span 2;
        grid-row: 2;
        align-items:center;
        text-align: center;
    }
    .CoB6HYnN{
        display: flex;
        flex-direction: column;
        background-color: var(--color-primary);
        color: var(--color-white);
        width: 100%;
        text-align: center;
        align-items: center;
        gap:23px;
        padding-bottom: 23px;
    }

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

    .X8_p_3XP{
        gap:0;
        padding-bottom: 23px;
    }

    .Q50myWJr{
        width: 93px;
        height: 93px;
    }
    .mHyB7ynU{
        width: 93px;
        height: 93px;
    }
    .md_MkTLg{
        font-size: var(--font-size-2xl);
        padding-bottom: 23px;
    }
    .vMIwPLbS{
        font-size: var(--font-size-sm);
    }
    .X8_p_3XP:last-child{
        font-size: var(--font-size-xs);
    }
    .IiZ7PLrz{
        gap:12px;
    }
}
/* Контейнер страницы */
.TrQdMqCH {
    opacity: 1;
    transform: translateY(0);
}

/* Анимация появления страницы */
.cowrmmJ9 .TrQdMqCH {
    animation: cowrmmJ9 0.3s ease-out;
}

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

/* Глобальные стили для плавной прокрутки якорей */
html {
    scroll-behavior: smooth;
}

/* Убираем видимую прокрутку при переходе между страницами */
body {
    overflow-x: hidden;
}
.goLyZPLu {
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 65px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4xl);
}

.Rtqxvv8s {
    min-height: 100vh;
}

.tCICBKnv {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 33.056vw;
}


.PVoqh86U {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.PVoqh86U:hover {
    transform: scale(1.005);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.PVoqh86U:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 8px;
}


.F81l_cdD {
    grid-area: 1 / 1 / 2 / 3;
    background-image: url(/assets/images/background_residential.jpg?240d3ba01db47e5d1164);
    background-position: center bottom 15%;
}

.ERikBvj1 {
    grid-area: 2 / 1 / 3 / 3;
    background-image: url(/assets/images/background_commercial.jpg?3c04e981b8f0be0dade2);
    background-position: center;}

._ZyFdc3w {
    grid-area: 1 / 3 / 3 / 4;
    background-image: url(/assets/images/background_country.jpg?9f53b67f292f004b0575);
    background-position: center;
    cursor: unset;
}

._ZyFdc3w:hover {
   transform: none!important;
    box-shadow: none;
}

._ZyFdc3w:hover::after {
    background: none;
}

.CM1avxtv {
    grid-area: 1 / 4 / 3 / 5;
    background-image: url(/assets/images/background_resort.jpg?d3d8f272bc4812122d71);
    background-position: center;
}

.PVoqh86U::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);    pointer-events: none;
    z-index: 1;
}

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

.zmuZ6g_W{
    color: var(--color-white);
    font-size: var(--font-size-3xl);
    padding: 23px 27px;
    width: 50%;
    line-height: 1;
    letter-spacing: 0%;
}

.TeWdhlNi{
    display: flex;
    flex-direction: row;
    gap:23px;
}

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

.lpiGMWj7{
    width: 100%;
    height: 25.347vw;
    border-radius: 8px;
}

.tPlDj5AL{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.VhUFOywG{
    font-size: var(--font-size-4xl);
    color: var(--color-primary);
}

.U18VhL1F{
    font-size: var(--font-size-xl);
    width: 85%;
}

.Kxc2Hhsb{
    color: var(--color-primary);
    font-size: var(--font-size-xl);
    width: 70%;
    margin-left: auto;
}

.Na6NFAz1{
    padding: 42px 0;
    border-top: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    font-size: var(--font-size-base);
}

.NZ307JYV{
    display: flex;
    flex-direction: row;
    gap:3.889vw;
    margin: auto;
}

._rhfsHdq{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 15.417vw;
}

.N_KhsB9h{
    height: 44.167vw;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.h85vC7ZK{
    height: 32.639vw;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.e1wNlein{
    display: flex;
    flex-direction: row;
    color: var(--color-primary);
    gap:2px;
}

._oAWbM8k{
    font-size: var(--font-size-4xl);
    white-space: nowrap;
}

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

.H4jXlw10 {
    object-position: left 65% bottom;
}

.I89XIypC {
    border-radius: 8px;
    object-position: right;
}

.MmUCbT5v {
    object-position: left 45% bottom;
}

.v_7ek3u0 {
    object-position: center;
}

.RmjspThQ {
    object-position: left 60% bottom;
}

.jk2rCZMp{
    display: flex;
    flex-direction: row;
    gap:3.889vw;
}

@media (max-width: 768px) {
    .goLyZPLu {
        max-width: calc(100% - 20px);
        margin: 0 auto;
        padding-top: 120px;
        padding-bottom: 108px;
        display: flex;
        flex-direction: column;
        gap: var(--spacing-4xl);
    }

    .tCICBKnv{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        height: 100%;
    }
    .zmuZ6g_W{
        padding: 36px 13px;
        font-size: var(--font-size-xl);
    }
    .F81l_cdD { grid-area: 1 / 1 / 2 / 3; height: 140px; }
    .ERikBvj1 { grid-area: 2 / 1 / 3 / 3; }
    ._ZyFdc3w { grid-area: 3 / 1 / 5 / 2; }
    .CM1avxtv { grid-area: 3 / 2 / 5 / 3; }
    .TeWdhlNi{
        flex-direction: column;
    }
    .lpiGMWj7{
        height: 230px;
    }
    .tPlDj5AL{
        gap:22px;
    }
    .U18VhL1F{
        width: 100%;
        font-size: var(--font-size-base);
    }
    .Kxc2Hhsb{
        width: 100%;
        font-size: var(--font-size-base);
    }
    .Na6NFAz1{
        font-size: var(--font-size-xs);
    }
    .NZ307JYV{
        display: flex;
        flex-direction: column;
    }
    .VhUFOywG{
        padding-bottom: 23px;
    }
    .Na6NFAz1{
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    .NZ307JYV {
        display: flex; /* Меняем grid на flex */
        flex-direction: row;
        gap: 15px;
        align-items: flex-start;
        width: 100%;
    }

    .jk2rCZMp {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 15px;
        max-width: 50%;
    }

    ._rhfsHdq {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .N_KhsB9h,
    .h85vC7ZK {
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    .jk2rCZMp:first-child ._rhfsHdq:first-child img{
        height: 457px;
    }
    .jk2rCZMp ._rhfsHdq img{
        height: 338px;
    }

    ._oAWbM8k{
        font-size: var(--font-size-3xl);
    }
}
.J1QhsThZ {
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 65px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4xl);
}

.ZWU8MFCI {
    min-height: 100vh;
}

.KyhzPBuk {
    font-size: var(--font-size-4xl);
    color: var(--color-primary);
}

.l3EkV44H{
    display: flex;
    flex-direction: column;
    gap:34px;
}

.W0j0JfRo{
    height: 24.861vw;
    width: 34.028vw;
    border-radius: 8px;
    overflow: hidden;
}

.QBUoGRRr{
    color: var(--color-primary);
    font-size: var(--font-size-3xl);
    width: 50%;
}

.Wt4dVQjW{
    display: flex;
    flex-direction: row;
    gap:25px;
    align-items: center;
}

.x4dETnMw{
    display: flex;
    flex-direction: row;
    gap:25px;
    align-items: center;
}

.dCyypCb4{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: auto;
}

.xDImJiX_{
    border-top: 1px solid var(--color-primary);
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.yUKLWw6r{
    color: var(--color-primary);
    font-size: var(--font-size-5xl);
}

.weMCIAdg{
    font-size: var(--font-size-3xl);
    color: var(--color-primary);
}

.NWAdVoCP{
    width:45.764vw;
    height:35vw;
    border-radius: 8px;
    overflow: hidden;
}

.wweD6WJ3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 50%;
    gap:40px;
}

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

.TJp_apfP{
    color: var(--color-primary);
    font-size: var(--font-size-3xl);
}

.FfQ5s0b8{
    font-size: var(--font-size-xl);
    color: var(--color-primary);
    text-align: end;
}

.Mr96HcrO{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.hheOHpa9{
    display: flex;
    flex-direction: column;
    gap:50px;
    width: 50%;
}

.O7t2S9Yu{
    width: 50%;
    height: 35vw;
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
    object-position: 100% 30%;
}

.HTZscVr2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.CIAfcJlH{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap:47px;
}

.CSKiiG0W{
    display: flex;
    flex-direction: column;
    gap:21px;
    align-items: start;
}

.OwK1QxiK{
    font-size: var(--font-size-sm);
    color: var(--color-primary);
}

.GYA5lxLo{
    width: 14.444vw;
    max-height: 42px;
}

@media (max-width: 768px){
    .J1QhsThZ {
        max-width: calc(100% - 20px);
        margin: 0 auto;
        padding-top: 120px;
        padding-bottom: 65px;
        display: flex;
        flex-direction: column;
        gap: var(--spacing-4xl);
    }
    .l3EkV44H{
        gap:14px;
        position: relative;
    }
    .Wt4dVQjW{
        flex-direction: column;
    }
    .W0j0JfRo{
        height: 245px;
        width: 100%;
    }
    .QBUoGRRr{
        width: 100%;
        font-size: var(--font-size-2xl);
    }
    .dCyypCb4{
        width: 100%;
    }
    .xDImJiX_ {
        border-top: 1px solid var(--color-primary);
        padding: 15px 0;
        display: grid;
        grid-template-columns: 1fr 2fr; /* Две колонки вверху */
        grid-template-rows: auto auto; /* Две строки */
        gap: 20px;
    }

    /* Первые два элемента */
    .xDImJiX_ > *:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .xDImJiX_ > *:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    /* Третий элемент занимает обе колонки на второй строке */
    .xDImJiX_ > *:nth-child(3) {
        grid-column: 1 / 3; /* От первой до третьей колонки */
        grid-row: 2;
        font-size: var(--font-size-base);
    }

    .yUKLWw6r{
        font-size: var(--font-size-5xl);
    }
    .weMCIAdg{
        font-size: var(--font-size-2xl);
    }
    .NWAdVoCP{
        height: 245px;
        width: 100%;
    }
    .O7t2S9Yu{
        height: 245px;
        width: 100%;
    }
    .wweD6WJ3{
        width: 100%;
    }
    .TJp_apfP{
        width: 100%;
        font-size: var(--font-size-2xl);
        position: absolute;
        top: 60px;
    }
    .mboLOnLb{
        font-size: var(--font-size-base);
        padding-top: 30px;
        padding-bottom: 120px;
    }
    .x4dETnMw{
        flex-direction: column;
        padding-top: 200px;
    }
    .FfQ5s0b8{
        font-size: var(--font-size-2xl);
        text-align: start;
        position: absolute;
        bottom: 24px;
    }
    .Mr96HcrO{
        flex-direction: column;
    }
    .hheOHpa9{
        width: 100%;
        gap:26px;
    }
    .HTZscVr2{
        flex-direction: column;
    }
    .GYA5lxLo{
        width: 150px;
    }
    .ZWU8MFCI{
        padding-bottom: 60px;
    }
}
.km2GV11Y {
   width: 50%;
    min-height: 600px;
}

.AmvKw3_q{
    padding-bottom: 24px;
    width: 100%;
}

.miKeZizb {
    font-size: var(--font-size-base);
    color: var(--color-primary);
    padding-top: 30px;
}

.SONYnP7B {
   font-size: var(--font-size-sm);
    text-decoration: underline;
    padding-top: 17px;
}

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

.SONYnP7B.k63ZYuko {
  color: var(--color-error);
}

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

.x559Ezwn {
    margin-top: 12px;
    overflow: hidden;
    padding-bottom: 12px;
}

.x_u9nboU {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x_u9nboU:last-child {
    border-bottom: none;
}

.ElTNXC5W {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    margin: 12px 0;
}

.Lx4v8xQl {
    font-size: 18px;
}

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

.fS2rBvgn {
    font-size: var(--font-size-sm);
    color: var(--color-black);
}

.uwv2AuhE{
    color: var(--color-secondary);
    font-size: var(--font-size-xs);
}

.CjFfeKC0 {
    background: none;
    border: 1px solid var(--color-error);
    color: var(--color-error);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.CjFfeKC0:hover {
    background: var(--color-error);
    color: white;
}


.ueFNsQ0Y{
    color: var(--color-primary);
    font-size: var(--font-size-sm);
}

.ingzVU6_,
.cL7si1tr {
    width: 100%;
    padding: 12px 16px;
    font-size: var(--font-size-sm);
    border: 1px solid var(--color-grey);
    border-radius: 4px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    color: var(--color-grey);
}

.ingzVU6_:focus,
.cL7si1tr:focus {
    outline: none;
    border-color: var(--color-primary);
    color: var(--color-black);
}

.ingzVU6_::placeholder{
    color: var(--color-grey);
}

.ingzVU6_:focus,
.ingzVU6_:not(:placeholder-shown) {
    color: var(--color-black); /* Синий цвет при фокусе ИЛИ когда есть текст */
    border-color: var(--color-primary);
}


.cL7si1tr {
    resize: vertical;
    min-height: 120px;
}

.ingzVU6_.k63ZYuko {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.ztTFwwyt {
    color: #dc3545;
    font-size: 14px;
    margin-top: 6px;
}

.iTm6GiBW {
    color: #dc3545;
    font-size: 14px;
    margin-left: 4px;
}

.rULxKzXw {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pgYCdXLv {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    cursor: pointer;
}

.uIEct1kx {
    font-size: 16px;
    color: #333;
}

.uIEct1kx.eTG8KhyJ {
    color: #dc3545;
}

.R3zD0yfY {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}


.tPW1G4kj {
    min-width: 11.319vw;
    height: 3.194vw;
    padding: 11px;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(0deg, #CFCECE 0%, #E9E9E9 100%);
    color: white; /* Темный цвет текста для неактивной кнопки */
    border: none;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:13px;
    margin: auto;
}

/* Активная кнопка (не disabled) */
.tPW1G4kj:not(.fNbV2dfY) {
    background: linear-gradient(0deg, #061451 0%, #263B97 100%);
    color: white;
}

.tPW1G4kj:hover:not(.fNbV2dfY) {
    transform: translateY(-2px);
    box-shadow: 0px 6px 6px 0px #00000040;
}

.tPW1G4kj.fNbV2dfY {
    background: linear-gradient(0deg, #CFCECE 0%, #E9E9E9 100%);
    cursor: not-allowed;
    opacity: 0.7;
}

.R_RmTLYJ{
    background-color: var(--color-white);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 0.75px solid #E9E9E9;
    box-shadow: 2px 2px 4px 0px #00000040;
}

.GBSsX1hc{
    width: 12px;
    padding-bottom: 2px;
}

.tPW1G4kj:not(.fNbV2dfY) .GBSsX1hc path {
    fill: var(--color-primary);
}

.rULxKzXw {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    min-height: 24px;
}

.pgYCdXLv {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.PzvhN_lZ {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 0.75px solid #E9E9E9;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 4px 0px #00000040;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pgYCdXLv:not(:checked) ~ .PzvhN_lZ::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    background: white;
    box-shadow: inset 0 0 1px 0 #D9D9D9;
    transition: all 0.3s ease;
}

.pgYCdXLv:checked ~ .PzvhN_lZ {
    background: white;
}

.pgYCdXLv:checked ~ .PzvhN_lZ::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid white;
    background: linear-gradient(0deg, #263B97 0%, #132572 100%);
}

.uIEct1kx {
    font-size: var(--font-size-sm);
    color: var(--color-secondary);
    margin-left: 16px;
}

.uIEct1kx.eTG8KhyJ {
    color: #dc3545;
}

.ICOebv2o {
   display: flex;
    flex-direction: row;
    gap:18px;
    align-items: center;
    min-height: 600px;
}

.O7icACMh {
    height: 28px;
    width: 28px;
}

.xAsQMb1b {
    font-size: 24px;
    font-weight: 600;
    color: #28a745;
    margin-bottom: 16px;
}

.sgo_WOmg {
    font-size: var(--font-size-xl);
    color: var(--color-primary);
}

.yhicKq1g {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.yhicKq1g:hover {
    background: #0056b3;
    transform: translateY(-2px);
}


.YY3Jlkek {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.OhP3QIAZ {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.fTlCNrRr{
    display: flex;
    flex-direction: row;
    gap:32px;
}

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

.R3zD0yfY{
    color: var(--color-secondary);
    font-size: var(--font-size-sm);
}

.JhA11sd6{
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    width: 100%;
}

/* Стили для кастомного выпадающего списка */
.fPFQcDql {
    position: relative;
    width: 100%;
    cursor: pointer;
    font-family: inherit;
}

.b0_2sGw9 {
    padding: 12px 16px 12px 16px;
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    max-height: 44.5px;
    box-sizing: border-box;
    max-width: 22.708vw;
}

.b0_2sGw9:hover {
    border-color: #263B97;
}

.fPFQcDql.LCAg8RNE .b0_2sGw9 {
    border-color: #263B97;
}

.fPFQcDql.k63ZYuko .b0_2sGw9 {
    border-color: #ff4444;
    background-image: none;
}

.fPFQcDql.k63ZYuko .d7TVyh1D {
    color: #ff4444;
}

.FSZShOaw {
    color: black;
    font-size: 16px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.FSZShOaw.QYH3Iw1V {
    color: #E0E0E0;
}

.d7TVyh1D {
    color: #263B97;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    flex-shrink: 0;
}

.fPFQcDql.LCAg8RNE .d7TVyh1D {
    transform: rotate(180deg);
}

.d7TVyh1D svg {
    width: 20px;
    height: 20px;
}

.l4dhPpwI {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-top: 4px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    animation: lGA30C8e 0.2s ease;
}

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

.SGhuAfJn {
    padding: 12px 16px;
    color: #263B97;
    font-size: 16px;
    line-height: 1.5;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.SGhuAfJn:hover {
    background-color: #f0f4ff;
}

.SGhuAfJn.kMj7caGE {
    background-color: #f0f4ff;
    font-weight: 500;
    position: relative;
}

.SGhuAfJn.kMj7caGE::after {
    content: '';
    position: absolute;
    right: 16px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M13.3334 4L6.00002 11.3333L2.66669 8%27 stroke=%27%23263B97%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.SGhuAfJn.fNbV2dfY {
    color: #E0E0E0;
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.SGhuAfJn.fNbV2dfY:hover {
    background-color: #f5f5f5;
}

/* Стили для скроллбара в выпадающем списке */
.l4dhPpwI::-webkit-scrollbar {
    width: 6px;
}

.l4dhPpwI::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.l4dhPpwI::-webkit-scrollbar-thumb {
    background: #263B97;
    border-radius: 3px;
}

.l4dhPpwI::-webkit-scrollbar-thumb:hover {
    background: #1c2b7a;
}

/* Дополнительные стили для формы */
.AmvKw3_q {
    position: relative;
    margin-bottom: 24px;
}

.fTlCNrRr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

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

.ingzVU6_ {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background-color: white;
    color: #263B97;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.ingzVU6_:focus {
}

.ingzVU6_.k63ZYuko {
    border-color: #ff4444;
}

.ueFNsQ0Y {
    display: flex;
    color: #263B97;
    font-size: 16px;
    font-weight: 500;
}

.vXu8KqfK {
    margin-left: 4px;
}

.ztTFwwyt {
    color: #ff4444;
    font-size: 14px;
    margin-top: 4px;
}

.cL7si1tr {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background-color: white;
    color: #263B97;
    resize: vertical;
    min-height: 120px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.cL7si1tr:focus {
    outline: none;
}

/* Остальные стили формы остаются без изменений */

@media (max-width: 768px) {
    .km2GV11Y{
        width: 100%;
    }
    .fTlCNrRr{
        flex-direction: column;
        gap:0;
    }
    .AmvKw3_q{
        padding-bottom: 0px;
    }
    .ingzVU6_{
        padding: 9px 12px;
    }
    .tPW1G4kj{
        height: 35px;
    }
    .b0_2sGw9{
        max-width: 100%;
    }
}
.JXde3MIS {
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 65px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4xl);
}

.OY1wzSyw{
    display: flex;
    flex-direction: column;
    gap:34px;
}

.cuCYyYuo {
    font-size: var(--font-size-4xl);
    color: var(--color-primary);
    align-items: start;
}

.ZFw3QVMJ{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.SEUaPTvx{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:25px;
}

.KGUq1ESo{
    height: 32.917vw;
    width: 45.486vw;
    border-radius: 8px;
}

.GSosK87x{
    display: flex;
    flex-direction: column;
    gap: 110px;
    width: 100%;
}

.aE9fHpMH{
    font-size: var(--font-size-xl);
    display: flex;
    flex-direction: column;
    gap:20px;
    justify-content: space-between;
    align-items: center;
    color: var(--color-primary);
}

.eeGibX0S{
    font-size: var(--font-size-3xl);
    padding-left: 35px;
}

@media (max-width: 768px) {
    .JXde3MIS {
        max-width: calc(100% - 20px);
        margin: 0 auto;
        padding-top: 120px;
        padding-bottom: 65px;
        display: flex;
        flex-direction: column;
        gap: var(--spacing-4xl);
    }
    .SEUaPTvx{
        flex-direction: column;
        gap:20px;
    }
    .GSosK87x{
        gap:20px;
    }
    .eeGibX0S{
        padding-left: 0;
    }
    .KGUq1ESo{
        width: 100%;
        height: 100%;
    }
    .ZFw3QVMJ{
        flex-direction: column;
        gap:30px;
    }
    .aE9fHpMH{
        align-items: start;
    }
}

.tRostaoV{
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 65px;
    display: flex;
    flex-direction: column;
}

.mAXhqE07{
    font-size: var(--font-size-4xl);
    color: var(--color-primary);
}

.cee4v4sJ{
    display: flex;
    flex-direction: column;
    gap:12px;
    padding-bottom: 20px;
}

.r2S8uc55{
    margin: auto;
    display: flex;
}

.BWYr14rp{
    position: relative;
}

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

.z1Ngq1bc{
    max-width: 55.867vw;
    margin: auto;
}

.yS4VFbNV {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

@media(max-width: 768px){
    .tRostaoV{
        max-width: calc(100% - 20px);
        padding-bottom: 100px;
        padding-top: 120px;
    }
    .VMadwjpI{
        position: relative;
    }
    .z1Ngq1bc{
        max-width: 100%;
    }

}

/* src/components/ProjectCard/ProjectCard.module.css */

.YA8_W8CO {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.IKfOKYsD {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.WCFP3DD4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    grid-column-gap: 45px;
    grid-row-gap: 38px;
}

.S2QU4SiO {
    grid-area: 1 / 1 / 2 / 4;
    height: 461px;
    max-width: 461px;
    overflow: hidden;
}

.ip1pi_AK,
.gWlXwP1e,
.rECwU8H9 {
    max-height: 123px;
    max-width: 123px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ip1pi_AK:hover {
    transform: scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.gWlXwP1e:hover {
    transform: scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.rECwU8H9:hover {
    transform: scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* Задаем конкретные grid-области */
.ip1pi_AK {
    grid-area: 2 / 1 / 3 / 2;
}

.gWlXwP1e {
    grid-area: 2 / 2 / 3 / 3;
}

.rECwU8H9 {
    grid-area: 2 / 3 / 3 / 4;
}

/* Общие стили для изображений */
.WCFP3DD4>div {
    position: relative;
    overflow: hidden;
    min-width: 123px;
    background-color: #f0f0f0;
    border-radius: 8px;
    border: none;
}

.WCFP3DD4 img {
    width: 100%;
    height: 100%;
    min-height: 123px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

/* Псевдоэлемент для фона */
.WCFP3DD4>div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    z-index: 0;
}

/* Если есть изображение, скрываем фон */
.WCFP3DD4>div:has(img[src])::before {
    display: none;
}

.WCFP3DD4 img {
    width: 100%;
    height: 100%;
    min-height: 123px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.lPLKaoZL {
    display: flex;
    flex-direction: row;
    gap: 54px;
    border-top: 1px solid var(--color-primary);
    padding-top: 55px;
}

.V0ZTit1J {
    color: var(--color-primary);
    font-size: var(--font-size-3xl);
    width: 30%;
}

.ZIbsJ8Aa {
    height: 1px;
    background-color: var(--color-primary);
    width: 120%;
    overflow: visible;
    margin-left: -100px;
}

.MhOfe20Z {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.xNEe1tg2 {
    font-size: 17px;
    color: var(--color-black);
    padding-top: 55px;
    line-height: 1.5;
}

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

.u7cb40Em {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 55px;
    width: 100%;
}

._07Hgg3Ym {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: flex-start;
}

.B0qrMBJY {
    font-size: 17px;
    color: var(--color-black);
    line-height: 1.5;
    white-space: normal;
    word-break: break-word;
    min-width: 140px;
    /* Фиксированная минимальная ширина для заголовков */
}

.BbO1reUW {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    white-space: normal;
    word-break: break-word;
}

.D9HlVMsC {
    color: var(--color-primary);
    font-size: 17px;
    text-decoration: underline;
    line-height: 1.5;
    white-space: normal;
    word-break: break-word;
}

.D9HlVMsC:hover {
    text-decoration: none;
}

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

    .lPLKaoZL {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .V0ZTit1J {
        width: 100%;
    }

    .MhOfe20Z {
        width: 100%;
    }

    .WCFP3DD4 {
        grid-row-gap: 33px;
        grid-column-gap: 33px;
    }

    .WCFP3DD4>div {
        min-width: 100%;
    }

    .WCFP3DD4 img {
        min-width: 100%;
        min-height: 100%;
        aspect-ratio: 1 / 1;
    }

    .MhOfe20Z {
        flex-direction: column-reverse;
        padding-top: 18px;
    }

    .u7cb40Em {
        gap: 8px;
        padding-bottom: 21px;
    }

    .xNEe1tg2 {
        padding-top: 27px;
    }

    .ZIbsJ8Aa {
        width: 100%;
        margin-left: 0;
    }

    /* Для мобильных устройств */
    ._07Hgg3Ym {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
    }

    .B0qrMBJY {
        min-width: auto;
        font-weight: 500;
    }

    .BbO1reUW,
    .D9HlVMsC {
        width: 100%;
    }
}
.OSCs07Um {
    width: 231px;
    position: relative;
}

.y4rpAHrA {
    padding: 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

.d6mR8Bhi {
    font-size: var(--font-size-lg);
    color: var(--color-black);
}

.aRQLuDOy {
    border: 1px solid #2C2C2C;
    height: 30px;
    width: 30px;
    position: relative;
    border-radius: 8px;
}

.Pzwi2bhJ {
    transition: transform 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Pzwi2bhJ.gxn4w_cN {
    transform: translate(-50%, -70%) rotate(180deg);
}

.qQaladD0 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    border-bottom: 1px solid var(--color-primary);
}

.uZbp4fwM {
    padding: 0 30px;
}

.CiMzoXRY {
    display: flex;
    align-items: center;
    padding: 0 5px 22px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    justify-content: space-between;
}

.yHLyTaMO {
    width: 22px;
    height: 22px;
    border: 1px solid #263B97;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.pdxsSkj7:checked + .yHLyTaMO {
    border-color: #263B97;
}

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

/* Мобильные стили */
@media (max-width: 768px) {
    .OSCs07Um {
        width: 100%;
        position: relative;
        margin-bottom: 16px;
    }

    .qQaladD0.UxKujPsp {
        position: relative;
        top: 0;
        border: none;
        box-shadow: none;
        padding: 0;
        background: transparent;
    }

    .xWEkyyzI {
        padding-bottom: 16px;
        padding-top: 16px;
    }

    .JnT4A0pq {
        color: var(--color-primary);
        font-size: 18px;
    }

    .uZbp4fwM {
        padding: 0;
        display: flex;
        justify-content: space-between;
        width: 90%;
    }

    .CiMzoXRY {
        padding: 12px 0;
        margin: 0;
        gap:12px;
    }

    .CiMzoXRY:last-child {
        border-bottom: none;
    }

    .s7qKAy2a {
        font-size: var(--font-size-base);
        color: #333;
    }

    .yHLyTaMO {
        width: 24px;
        height: 24px;
        border: 1px solid #263B97;
        border-radius: 8px;
    }

    .yHLyTaMO svg {
        width: 14px;
        height: 14px;
    }
}
.oIkiaTg2 {
    position: relative;
    flex: 1;
    margin: auto;
}

.TS3f_88u {
    position: relative;
    width: 100%;
    height: 100%;
}

.URBm5Mm9 {
    object-fit: cover;
    border-radius: 8px;
    max-height: 440px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.XpwdT3rz {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    flex-direction: row;
}

.XpwdT3rz.UZO3ljEs {
    flex-direction: column-reverse;
    align-items: end;
}

.XpwdT3rz.Si1fl9VG {
    flex-direction: column-reverse;
    align-items: start;
}

.vYwp9l35 {
    display: flex;
    align-items: center;
    z-index: 1;
}

.vYwp9l35 svg {
    width: 9px;
    height: 15px;
}

.XpwdT3rz svg {
    fill: var(--color-primary); /* Зеленый для завершенных */
}

/* Позиционирование хвостика относительно лейбла */
.w1XHYR7v svg{
    margin-left: 8px; /* Чтобы хвостик немного перекрывал лейбл */
    margin-top: -7px;
}

.s3KDt9at svg{
    margin-right: 8px; /* Чтобы хвостик немного перекрывал лейбл */
    margin-top: -7px;
}

.m6GPtMk1 {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
    min-width: 120px;
    max-width: max-content;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;

    /* Добавляем плавный переход для всех анимируемых свойств */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* cubic-bezier обеспечивает более естественную анимацию */
}

.XpwdT3rz {
    /* Чтобы хвостик тоже анимировался плавно */
    transition: all 0.3s ease;
}

.vYwp9l35 svg {
    /* Плавный переход для фильтра хвостика */
    transition: filter 0.3s ease;
}

/* Hover эффекты */
.XpwdT3rz:hover .m6GPtMk1 {
    transform: scale(1.05);
    z-index: 10;
    /* Можно добавить дополнительные эффекты для красоты */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.XpwdT3rz:hover .vYwp9l35 svg {
    filter: brightness(1.1);
}

/* Анимация при клике */
.XpwdT3rz:active .m6GPtMk1 {
    transform: scale(0.98);
    transition-duration: 0.1s; /* Быстрее при клике */
}

/* Дополнительно: можно добавить анимацию при появлении */
@keyframes Ti9hVKDA {
    from {
        opacity: 0;
        transform: translateY(5px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.m6GPtMk1 {
    animation: Ti9hVKDA 0.4s ease-out;
}

@media (max-width: 768px) {
    .URBm5Mm9{
        max-height: 100%;
        height: 476px;
    }
    .m6GPtMk1{
        white-space: wrap;
    }
    .XpwdT3rz{
        width: min-content;
    }
    .m6GPtMk1{
        min-width: 140px;
    }
}
.z10o1pD0{
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 65px;
    display: flex;
    flex-direction: column;
}

.qucNaLZU{
    font-size: var(--font-size-4xl);
    color: var(--color-primary);
}


.ifkynN9Y{
    display: flex;
    flex-direction: column;
    gap:12px;
    padding-bottom: 20px;
}

.js_biw4b{
    margin: auto;
    display: flex;
    transform: scale(2);
    height: 440px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .z10o1pD0{
        max-width: calc(100% - 20px);
        padding-top: 120px;
    }
}
.JyEWSRr8 {
    padding-top: 100px;
    min-height: 100vh;
}

.W7sEnOEh {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #333;
}

.mvjZT94U {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
    max-width: 800px;
}
.s0vSkFr7{
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 65px;
    display: flex;
    flex-direction: column;
}

.AC0TqPuN{
    font-size: var(--font-size-4xl);
    color: var(--color-primary);
}


.XqdH3sig{
    display: flex;
    flex-direction: column;
    gap:12px;
    padding-bottom: 20px;
}

.fceftgmC{
    margin: auto;
    display: flex;
}

@media (max-width: 768px) {
    .LZpTiPz9 {
        background-image: url(/assets/images/resort-mobile.png?a7e6cf7bc2f1b34a7db2);
        height: 400px;
    }
}

@media (max-width: 768px) {
    .s0vSkFr7{
        max-width: calc(100% - 20px);
        padding-top: 120px;
    }
}
.phcLdKd9 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.QbzUsL7K {
    transform: translateY(0);
}

.UcJxHNm8 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.czuNFxrD {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px 12px 0 0;
    padding: 20px 24px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    animation: oqQOmcFL 0.3s ease-out;
}

.X2LP855q {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.QiABq4M7 {
    color: var(--color-black);
    flex-shrink: 0;
}

.X2LP855q p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-black);
}

.r1OwAjj2 {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
    margin: 0 4px;
}

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

.iYSMJrNV {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.AJPozp6H {
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.R5JsOU_Z {
    background: var(--color-primary);
    color: white;
    min-width: 100px;
}

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

.D9pVpZsH {
    background: #f5f5f5;
    color: var(--color-black);
    width: 40px;
    height: 40px;
    padding: 0;
}

.D9pVpZsH:hover {
    background: #e0e0e0;
}

@keyframes oqQOmcFL {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .czuNFxrD {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 16px;
        padding: 16px;
    }

    .X2LP855q {
        flex-direction: column;
        gap: 8px;
    }

    .iYSMJrNV {
        justify-content: center;
    }
}
:root {
    /* Цвета */
    --color-primary: #263B97;
    --color-secondary: #737373;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-grey: #D9D9D9;
    --color-error: #C85050;

    /* Шрифты */
    --main-font: 'Factor A', 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.25rem ;   /* 20px */
    --font-size-2xl: 1.5rem;   /* 24px */
    --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 */
    --spacing-4xl: 7.625rem; /* 122px */

    /* Тени */
    --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.75rem;   /* 12px */
        --font-size-sm: 0.875rem;  /* 14px */
        --font-size-base: 0.875rem;    /* 14px */
        --font-size-lg: 1.125rem;  /* 18px */
        --font-size-xl: 1rem;   /* 16px */
        --font-size-2xl: 1.25rem;   /* 20px */
        --font-size-3xl: 1.5rem; /* 24px */
        --font-size-4xl: 2rem;  /* 32px */
        --font-size-5xl: 3rem;  /* 48px */
        --spacing-4xl: 5rem; /* 80px */
    }
}
@font-face {
    font-family: 'Factor A';
    src: url(/assets/fonts/FactorA-Bold.woff2?6135a83535c87f85761f) format('woff2'),
        url(/assets/fonts/FactorA-Bold.woff?739da73030d619b6435b) format('woff'),
        url(/assets/fonts/FactorA-Bold.ttf?ddf569f60c45ad8e6af2) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Factor A';
    src: url(/assets/fonts/FactorA-Regular.woff2?668f58cae178786e8ab0) format('woff2'),
        url(/assets/fonts/FactorA-Regular.woff?7b8a190ee668c534f8ae) format('woff'),
        url(/assets/fonts/FactorA-Regular.ttf?c4754be10cfd4686af19) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: var(--main-font), serif;
    background-color: var(--color-white) ;
    color: var(--color-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; /* Центровка текста в кнопке */
}


/* Сброс для кнопок типа 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: 'Factor A', sans-serif;
    line-height: 1.6;
    color: #333;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}



