@font-face {
    font-family: Playfair Display;
    font-style: bold;
    font-weight: 700;
    font-display: swap;
    src: url(/winharborxxx-fonts/winharborxxx-playfairdisplaySC-bold.woff2) format("woff2")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/winharborxxx-fonts/winharborxxx-opensans-regular.woff2) format("woff2")
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

body {
    margin: 0;
    background: linear-gradient(180deg, #20A8A6 0%, #559DE1 100%);
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.winharborxxx-container-faq {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 16px;
}

/* Navbar */

.winharborxxx-navbar .container {
    background: #FFFFFF4D;
    padding: 10px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    position: relative;
    /* ВАЖНО: для абсолютного меню */
    z-index: 10;
    margin-bottom: 80px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.winharborxxx-nav {
    display: flex;
    gap: 32px;
    margin: 0;
}

.winharborxxx-navbar nav a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.winharborxxx-navbar nav a:hover {
    color: #fff;
    font-weight: 600;
}

.winharborxxx-navbar nav a.active {
    color: #fff;
    font-weight: 700;
}

.winharborxxx-navbar .winharborxxx-logo {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.winharborxxx-burger {
    display: none;
    cursor: pointer;
}

/* Hero */
.winharborxxx-hero {
    background-image: url('/winharborxxx-img/winharborxxx-hero.webp');
    background-size: cover;
    background-position: center;
    padding: 16px 10px 0px 10px;
}

.winharborxxx-infohero {
    display: flex;
    justify-content: flex-end;
}

.winharborxxx-infohero-about {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-bottom: 149px;
}

.winharborxxx-hero-about {
    background-image: url(/winharborxxx-img/winharborxxx-about.webp);
    background-size: cover;
    background-position: center;
    padding: 16px 10px 0px 10px;
}


.winharborxxx-hero h1 {
    font-family: Playfair Display;
    font-size: 64px;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 120%;
}

.winharborxxx-hero p {
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    margin-bottom: 24px;
}

.winharborxxx-hero-about h1 {
    font-family: Playfair Display;
    font-size: 64px;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 120%;
}

.winharborxxx-hero-about p {
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    margin-bottom: 24px;
}

.winharborxxx-descr_block {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-bottom: 387px;
}

.winharborxxx-btn {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 24px;
    background: #F56157;
    color: #ffffff;
    padding: 10px 70px;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #F6837B;
    cursor: pointer;
    transition: opacity 0.3s ease;
    box-shadow: 0px 0px 10px 0px #E5E5E566;
}

.winharborxxx-btn:hover {
    opacity: 0.7;
    /* эффект затемнения */
}

/* About */
.winharborxxx-about {
    background: #20A8A6;
    padding: 40px 16px;
}

.winharborxxx-about .container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.winharborxxx-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.winharborxxx-text-response {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.winharborxxx-about img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.winharborxxx-p_container {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
}

.winharborxxx-p_container p {
    margin-bottom: 24px;
}

.winharborxxx-p_container-response {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    text-align: start;
}

.winharborxxx-p_container-response p {
    margin-bottom: 24px;
}

.winharborxxx-list_title {
    margin-bottom: 0px !important;
}

.winharborxxx-p_container_list {
    margin-top: 0px;
    padding-left: 1em;
    list-style: disc;
}

.winharborxxx-p_container_list_responsible_page {
    list-style-type: none;
    margin-top: 0;
    padding: 0;
}

.winharborxxx-about .winharborxxx-text h2 {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
}

.winharborxxx-about .winharborxxx-text-response h2 {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
}

.winharborxxx-winners_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
}

.winharborxxx-winners_title {
    display: flex;
    justify-content: center;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.winharborxxx-box {
    background: #F1975B;
    border: 1px solid #F7B990;
    border-radius: 10px;
    padding: 40px 24px;
    text-align: center;
    color: #fff;
    /* Белый текст */
}

.winharborxxx-amount {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 32px;
}

.winharborxxx-description {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.winharborxxx-name {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.winharborxxx-box_text {
    min-height: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* FAQ */

.winharborxxx-faq {
    background: linear-gradient(180deg, #20A8A6 0%, #559DE1 100%);
    padding-top: 40px;
    padding-bottom: 40px;
}

.winharborxxx-faq_title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    margin: 0;
    text-align: center;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.faq-accordion {
    margin-bottom: 60px;
}

/* Стили для каждого элемента (вопрос + ответ) */
.accordion-item {
    transition: all 0.3s ease-in-out;
}

/* Заголовок-кнопка */
.accordion-header {
    background: #FFFFFF4D;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 20px;
    border-radius: 15px;
    width: 100%;
    padding: 25px;
    border: none;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* Иконка (стрелочка) */
.accordion-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out;
    margin-left: 20px;
}

/* Контент (ответ) */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.accordion-content p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    padding-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
    padding: 0px 25px 25px 25px;
}


/* --- СТИЛИ ДЛЯ АКТИВНОГО (ОТКРЫТОГО) СОСТОЯНИЯ --- */

/* Когда элемент активен, применяем рамку и отступы */
.accordion-item.active {
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    background: #FFFFFF4D;
    margin-bottom: 20px;
}

/* Убираем нижнюю границу у заголовка, когда весь блок в рамке */
.accordion-item.active .accordion-header {
    border-bottom: none;
}

/* Поворачиваем иконку вверх, когда блок открыт */
.accordion-item.active .accordion-icon {
    transform: rotate(-135deg);
}

/* Показываем контент, устанавливая ему максимальную высоту */
.accordion-item.active .accordion-content {
    max-height: 200px;
    /* Установите значение, достаточное для вашего текста */
}



/* Responsible */

.winharborxxx-responsible {
    padding: 0px 16px 0px 16px;
}

.winharborxxx-container-responsible {
    background: #E97B74;
    border: none;
    border-radius: 10px;
    padding: 40px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding-bottom: 40px;
}


.winharborxxx-responsible_title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.winharborxxx-responsible_descr {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

.responsible_link {
    color: white;
    text-decoration: underline;
}

/* Footer */
footer {
    background: #559DE1;
    padding: 40px 0;
}

.winharborxxx-footer-grid {
    display: flex;
    justify-content: space-between;
    padding: 0px 16px 32px 16px;
    gap: 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.winharborxxx-footer-grid h2 {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

.winharborxxx-footer-grid p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    max-width: 560px;
}

.winharborxxx-links-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 16px;
}

.winharborxxx-partners {
    background: #FFFFFF66;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 32px;
    border-radius: 10px;
    gap: 20px 50px;
    margin: 0;
    flex-wrap: wrap;
}

.hover-opacity:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;

}

.winharborxxx-popupauth {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    /*  Центрируем контент по вертикали и горизонтали */
}

.winharborxxx-popupauth.active {
    opacity: 1;
    visibility: visible;
}

.winharborxxx-popupauth__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.winharborxxx-popupauth__content {
    position: relative;
    z-index: 2;
    background-color: #20A8A6;
    /*  Темный фон для контента */
    border-radius: 10px;
    padding: 30px;
    width: 400px;
    /*  Фиксированная ширина */
    box-sizing: border-box;
    /*  Чтобы padding не ломал ширину */
    margin: 15px;
}

.winharborxxx-popupauth__item {
    display: none;
}

.winharborxxx-popupauth__item.active {
    display: block;
}

.winharborxxx-popupauth__title {
    font-family: "Playfair Display";
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    /*  Белый цвет для заголовков */
}

.winharborxxx-popupauth__form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.winharborxxx-popupauth__input {
    font-family: 'Open Sans';
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.winharborxxx-popupauth__button {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 24px;
    background: #F56157;
    color: #fff;
    padding: 10px 63px;
    text-decoration: none;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.winharborxxx-popupauth__button:hover {
    opacity: 0.8;
}

.tx-16 {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.w100 {
    width: 100%;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.tx-main {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.status {
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    background-color: green;
    display: none
}

.form.active .status {
    display: block
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media(max-width: 983px) {

    .winharborxxx-descr_block {
        padding-bottom: 253px;
        max-width: 500px;
    }

    .winharborxxx-hero h1 {
        font-family: Playfair Display;
        font-size: 44px;
        margin-bottom: 24px;
        font-weight: 700;
        line-height: 120%;
    }

    .winharborxxx-hero p {
        font-family: Open Sans;
        font-size: 17px;
        font-style: normal;
        max-width: 702px;
        margin-bottom: 24px;
    }

    .winharborxxx-hero-about h1 {
        font-family: Playfair Display;
        font-size: 44px;
        margin-bottom: 24px;
        font-weight: 700;
        line-height: 120%;
    }

    .winharborxxx-hero-about p {
        font-family: Open Sans;
        font-size: 17px;
        font-style: normal;
        max-width: 702px;
        margin-bottom: 24px;
    }


    .winharborxxx-about .container {
        flex-wrap: wrap;
        justify-content: center;
    }


    .winharborxxx-burger {
        display: block;
        background: none;
        padding: 0;
        border: none;
    }

    .winharborxxx-nav {
        display: none;
        /* спрятано по умолчанию */
        flex-direction: column;
        position: absolute;
        top: calc(100% + 7px);
        /* сразу под шапкой */
        right: 0px;
        width: 100%;
        background: #20A8A6;
        border-radius: 8px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
        z-index: 1000;
        padding-top: 20px;
        padding-bottom: 20px;
        /* поверх всего */
    }

    .winharborxxx-nav a {
        padding: 10px 16px;
    }

    .winharborxxx-nav.active {
        display: flex;
        /* показать меню */
    }

    .winharborxxx-p_container-response {
        font-size: 19px;
    }

    .winharborxxx-partners {
        justify-content: center;
    }

    .winharborxxx-navbar .container {
        padding: 10px 16px;
    }
}

@media(max-width: 665px) {

    .winharborxxx-hero {
        background-image: url('/winharborxxx-img/winharborxxx-hero-mob.webp');
        background-size: cover;
        background-position: center;
    }

    .winharborxxx-navbar .container {
        margin-bottom: 24px;
    }

    .winharborxxx-descr_block {
        padding-bottom: 253px;
        max-width: 400px;
    }

    .winharborxxx-hero h1 {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .winharborxxx-hero p {
        font-family: Open Sans;
        font-size: 15px;
        font-style: normal;
        margin-bottom: 16px;
    }

    .winharborxxx-about {
        padding: 32px 16px;
    }

    .winharborxxx-hero-about {
        background-image: url(/winharborxxx-img/winharborxxx-about-mob.webp);
    }

    .winharborxxx-hero-about h1 {
        font-size: 37px;
    }

    .winharborxxx-hero-about p {
        font-family: Open Sans;
        font-size: 15px;
        font-style: normal;
        margin-bottom: 24px;
    }

    .winharborxxx-infohero-about {
        padding-bottom: 67px;
        padding-top: 43px;
    }

    .winharborxxx-p_container {
        font-size: 15px;
    }

    .winharborxxx-footer-grid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .accordion-header {
        font-size: 15px;
    }


    .faq-accordion {
        margin-bottom: 40px;
    }

    .winharborxxx-container-responsible {
        padding-right: 16px;
        padding-left: 16px;
    }

    .winharborxxx-p_container-response {
        font-size: 15px;
    }
}