@charset "UTF-8";

@font-face {
    font-family: "Helvetica Neue";
    src: url(../HelveticaNeue-Medium.woff2) format("woff2"), url(../HelveticaNeue-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Helvetica Neue";
    src: url(../HelveticaNeue-Light.woff2) format("woff2"), url(../HelveticaNeue-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Helvetica Neue";
    src: url(../HelveticaNeue-Roman.woff2) format("woff2"), url(../HelveticaNeue-Roman.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Helvetica Neue";
    src: url(../HelveticaNeue-Thin.woff2) format("woff2"), url(../HelveticaNeue-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Helvetica Neue";
    src: url(../HelveticaNeue-Bold.woff2) format("woff2"), url(../HelveticaNeue-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

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

*,
body,
button,
input,
label,
textarea {
    font-family: "Helvetica Neue"
}

.container {
    max-width: 1180px;
    padding: 0 30px;
    margin: 0 auto
}

@media (max-width:991px) {
    .container {
        padding: 0 16px
    }
}

.h1 {
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 92px;
    font-weight: 700;
    line-height: 100px;
    text-transform: uppercase;
    letter-spacing: .02em
}

.h3 {
    font-family: "Helvetica Neue";
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: .025em
}

.h4 {
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.bg-dark {
    background: #0a0a0a
}

@media (max-width:768px) {
    .h1 {
        font-size: 36px;
        line-height: 48px
    }

    .h3 {
        font-size: 24px;
        line-height: 30px
    }

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

.text-center {
    text-align: center
}

.uppercase {
    text-transform: uppercase
}

.section-title {
    color: #0a0a0a;
    font-family: "Helvetica Neue";
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 73px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .section-title {
        font-size: 34px;
        line-height: 48px;
        letter-spacing: .025em
    }

    .section-title svg {
        width: 24px;
        height: 24px
    }
}

.bold {
    font-weight: 700
}

.medium {
    font-weight: 500
}

.semi-bold {
    font-weight: 600
}

.text-sm {
    font-size: 18px;
    line-height: 24px
}

.text-md {
    font-size: 20px;
    line-height: 28px
}

.text-lg {
    font-size: 24px;
    line-height: 28px
}

.text-xl {
    font-size: 28px;
    line-height: 32px
}

@media (max-width:768px) {
    .text-sm {
        font-size: 16px;
        line-height: 24px
    }

    .text-md {
        font-size: 18px;
        line-height: 26px
    }

    .text-lg {
        font-size: 21px;
        line-height: 28–30px
    }

    .text-xl {
        font-size: 24px;
        line-height: 30–32px
    }
}

.gradient-text {
    background: linear-gradient(90deg, #ffe67c 0, #dfffcd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-white {
    color: #fff
}

.text-black {
    color: #0a0a0a
}

.button--lg {
    color: #0a0a0a;
    font-family: "Helvetica Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 42px;
    background: linear-gradient(90deg, #dfffcd 0, #ffe67c 100%);
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    border: none;
}

@media (max-width:767px) {
    .button--lg {
        font-size: 20px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.button--sm {
    background: linear-gradient(90deg, #dfffcd 0, #ffe67c 100%);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    color: #0a0a0a;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    height: -moz-max-content;
    height: max-content;
    cursor: pointer
}

.center {
    margin: 0 auto
}

.button--lg,
.button--sm {
    --stroke-px: 0.2px;
    --embolden-color: transparent;
    text-decoration: none;
    text-shadow: var(--stroke-px) 0 0 var(--embolden-color), calc(-1 * var(--stroke-px)) 0 0 var(--embolden-color), 0 var(--stroke-px) 0 var(--embolden-color), 0 calc(-1 * var(--stroke-px)) 0 var(--embolden-color), var(--stroke-px) var(--stroke-px) 0 var(--embolden-color), calc(-1 * var(--stroke-px)) var(--stroke-px) 0 var(--embolden-color), var(--stroke-px) calc(-1 * var(--stroke-px)) 0 var(--embolden-color), calc(-1 * var(--stroke-px)) calc(-1 * var(--stroke-px)) 0 var(--embolden-color);
    transition: text-shadow .18s ease
}

.button--lg:hover,
.button--sm:hover {
    --embolden-color: currentColor
}

.hero__inner {
    padding-top: 40px;
    padding-bottom: 125px;
    height: 100vh;
    min-height: 900px
}

@media (max-width:767px) {
    .hero__inner {
        min-height: 0;
        height: auto;
        padding-bottom: 64px
    }
}

.hero__inner .logo img {
    max-width: 150px;
    height: auto;
}

.hero__inner .h1 {
    margin-bottom: 42px
}

.hero__inner .text-lg {
    margin-bottom: 100px
}

.hero__inner .h3 {
    margin-bottom: 32px
}

@media (max-width:767px) {
    .hero__inner .h1 {
        margin-bottom: 32px
    }

    .hero__inner .text-lg {
        margin-bottom: 32px
    }

    .hero__inner .h3 {
        margin-bottom: 24px
    }
}

.hero__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    padding-top: 70px;
    padding-bottom: 100px
}

@media (max-width:767px) {
    .hero__row {
        font-size: 20px;
        flex-direction: column;
        gap: 16px;
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.section-space {
    margin: 140px 0
}

@media (max-width:767px) {
    .section-space {
        margin: 80px 0
    }
}

.about__life {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 64px 0
}

@media (max-width:767px) {
    .about__life {
        grid-template-columns: 1fr;
        margin: 32px 0
    }
}

.about__life>div:first-child {
    background: linear-gradient(90deg, #dfffcd 0, #ffe67c 100%);
    color: #0a0a0a;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 53.308px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px
}

@media (max-width:767px) {
    .about__life>div:first-child {
        font-size: 32px;
        min-height: 120px
    }
}

.about__banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 48px 24px;
    align-items: center;
    margin-top: 50px
}

@media (max-width:767px) {
    .about__banner {
        grid-template-columns: 1fr
    }
}

.about__banner .col:first-child .gradient-text {
    display: block;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.994px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .about__banner .col:first-child .gradient-text {
        font-size: 38px
    }
}

.about__steps {
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media (max-width:767px) {
    .about__steps {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

.about__steps-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center
}

@media (max-width:767px) {
    .about__steps-items {
        gap: 24px
    }
}

.about__steps-items .text-sm {
    max-width: 520px;
    padding-top: 16px
}

@media (max-width:767px) {
    .about__steps-items .text-sm {
        padding-top: 8px
    }
}

.about__steps-items .text-md {
    width: -moz-max-content;
    width: max-content;
    position: relative
}

.about__steps-items .text-md::before {
    content: "";
    left: calc(100% + 24px);
    background-image: url("data:image/svg+xml,%3Csvg width='480' height='6' viewBox='0 0 480 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3H477' stroke='%230A0A0A' stroke-width='1.5'/%3E%3Ccircle cx='477' cy='3' r='3' fill='%230A0A0A'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right;
    height: 7px;
    width: 24vw;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:767px) {
    .about__steps-items .text-md::before {
        display: none
    }
}

.about__steps-img img {
    max-width: 380px;
    display: block;
    margin-left: auto
}

@media (max-width:767px) {
    .about__steps-img img {
        margin-right: auto;
        width: 100%
    }
}

.for__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding-top: 64px
}

@media (max-width:991px) {
    .for__grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767px) {
    .for__grid {
        grid-template-columns: 1fr;
        padding-top: 32px
    }
}

@media (max-width:767px) {
    .for__grid-item {
        min-height: 250px
    }
}

.for__grid-item:not(.image) {
    padding: 34px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.for__grid-item:not(.image) img {
    max-width: 30px
}

.for__grid-item.image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

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

.for .button--lg {
    margin-left: auto;
    margin-top: 24px
}

.why__inner {
    padding: 64px 48px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

@media (max-width:767px) {
    .why__inner {
        padding: 32px 24px
    }

    .why__inner::before {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    .why__inner * {
        position: relative;
        z-index: 5
    }
}

.why__inner .section-title {
    max-width: 410px;
    margin-bottom: 145px
}

@media (max-width:767px) {
    .why__inner .section-title {
        margin-bottom: 48px
    }
}

.why__cols {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 64px
}

@media (max-width:767px) {
    .why__cols {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

.why__cols-item:first-child .medium {
    margin-bottom: 24px
}

.why__cols-item:first-child .text-md {
    font-size: 24px
}

@media (max-width:767px) {
    .why__cols-item:first-child .text-md {
        font-size: 20px
    }
}

.why__cols-item:last-child .text-lg {
    margin-bottom: 32px
}

.why__cols-item:last-child ul {
    list-style: none;
    padding-left: 0
}

.why__cols-item:last-child ul li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px
}

.why__cols-item:last-child ul li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14.556L14.6 14.556M14.6 14.556L1 0.956024M14.6 14.556L14.6 0.956024' stroke='url(%23paint0_linear_794_82)' stroke-width='2.09231'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_794_82' x1='0.987503' y1='0.968521' x2='15.7208' y2='15.7019' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A6F8B4'/%3E%3Cstop offset='0.05' stop-color='%23A5F3B3'/%3E%3Cstop offset='0.1' stop-color='%23A5EFB2'/%3E%3Cstop offset='0.15' stop-color='%23A8EFB0'/%3E%3Cstop offset='0.2' stop-color='%23AAEFAF'/%3E%3Cstop offset='0.25' stop-color='%23B0EEAC'/%3E%3Cstop offset='0.3' stop-color='%23B5EEA9'/%3E%3Cstop offset='0.35' stop-color='%23BAEDA6'/%3E%3Cstop offset='0.4' stop-color='%23C0EDA3'/%3E%3Cstop offset='0.45' stop-color='%23C5ECA1'/%3E%3Cstop offset='0.5' stop-color='%23CBEC9E'/%3E%3Cstop offset='0.55' stop-color='%23D0EB9B'/%3E%3Cstop offset='0.6' stop-color='%23D5EB99'/%3E%3Cstop offset='0.65' stop-color='%23DBEA96'/%3E%3Cstop offset='0.7' stop-color='%23DFEA93'/%3E%3Cstop offset='0.75' stop-color='%23E4E991'/%3E%3Cstop offset='0.8' stop-color='%23EAE98E'/%3E%3Cstop offset='0.85' stop-color='%23EFE88B'/%3E%3Cstop offset='0.9' stop-color='%23F4E889'/%3E%3Cstop offset='0.95' stop-color='%23FAE786'/%3E%3Cstop offset='1' stop-color='%23FFE783'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px
}

.details__inner {
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 24px;
    padding-top: 60px
}

@media (max-width:767px) {
    .details__inner {
        padding-top: 32px;
        grid-template-columns: 1fr
    }
}

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

.details__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

@media (max-width:767px) {
    .details__content {
        grid-template-columns: 1fr
    }
}

.details__content .bg-dark {
    padding: 30px
}

@media (max-width:767px) {
    .details__content .bg-dark {
        padding: 24px
    }
}

.details__number {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center
}

.details__number .gradient-text {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    display: block
}

@media (max-width:767px) {
    .details__number .gradient-text {
        font-size: 32px
    }
}

.details__main {
    grid-column: span 2;
    padding: 24px 30px;
    background: linear-gradient(90deg, #dfffcd 0, #ffe67c 100%)
}

@media (max-width:767px) {
    .details__main {
        padding: 24px;
        grid-column: span 1
    }
}

.details__main .text-lg {
    font-size: 28px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .details__main .text-lg {
        font-size: 24px
    }
}

.details__final {
    grid-column: span 2
}

@media (max-width:767px) {
    .details__final {
        grid-column: span 1
    }
}

.image-text__inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 48px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.image-text__inner .text-lg {
    max-width: 710px;
    font-weight: 400
}

.reviews__grid {
    padding-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width:767px) {
    .reviews__grid {
        padding-top: 32px
    }
}

@media (max-width:767px) {
    .reviews__grid {
        grid-template-columns: 1fr
    }
}

.reviews__grid-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-height: 350px;
    position: relative;
    z-index: 1;
}

.reviews__grid-item {
    position: relative;
}

.reviews__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* .reviews__grid-item:nth-child(2) {
    grid-row: span 2
}

@media (max-width:767px) {
    .reviews__grid-item:nth-child(2) {
        grid-row: span 1
    }
} */

.programm {
    overflow: hidden
}

.programm-slider {
    margin-top: 72px
}

@media (max-width:767px) {
    .programm-slider {
        margin-top: 32px
    }
}

.programm-slider .swiper-slide {
    padding: 32px
}

@media (max-width:767px) {
    .programm-slider .swiper-slide {
        padding: 32px 24px;
        min-height: 450px;

    }
}

.programm-slider .swiper-slide .h3 {
    margin-bottom: 24px
}

.programm-slider .swiper-slide .button {
    margin-top: auto;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto
}

.programm-slider .text-lg {
    color: #fff
}

.wait__inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 48px 32px
}

.wait__inner .section-title {
    margin-bottom: 48px
}

@media (max-width:767px) {
    .wait__inner .section-title {
        margin-bottom: 32px
    }
}

@media (max-width:767px) {
    .wait__inner {
        padding: 32px 24px
    }
}

.wait__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 48px;
    column-gap: 48px;
    row-gap: 16px
}

@media (max-width:767px) {
    .wait__list {
        grid-template-columns: 1fr
    }
}

.wait__list-item {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.wait__list-item::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 5V8.5M8.5 12V8.5M8.5 8.5H12H5' stroke='url(%23paint0_linear_794_216)' stroke-width='1.23077'/%3E%3Ccircle cx='8.5' cy='8.5' r='7.84615' stroke='url(%23paint1_linear_794_216)' stroke-width='1.30769'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_794_216' x1='5' y1='8.5' x2='12' y2='8.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A6F8B4'/%3E%3Cstop offset='0.05' stop-color='%23A5F3B3'/%3E%3Cstop offset='0.1' stop-color='%23A5EFB2'/%3E%3Cstop offset='0.15' stop-color='%23A8EFB0'/%3E%3Cstop offset='0.2' stop-color='%23AAEFAF'/%3E%3Cstop offset='0.25' stop-color='%23B0EEAC'/%3E%3Cstop offset='0.3' stop-color='%23B5EEA9'/%3E%3Cstop offset='0.35' stop-color='%23BAEDA6'/%3E%3Cstop offset='0.4' stop-color='%23C0EDA3'/%3E%3Cstop offset='0.45' stop-color='%23C5ECA1'/%3E%3Cstop offset='0.5' stop-color='%23CBEC9E'/%3E%3Cstop offset='0.55' stop-color='%23D0EB9B'/%3E%3Cstop offset='0.6' stop-color='%23D5EB99'/%3E%3Cstop offset='0.65' stop-color='%23DBEA96'/%3E%3Cstop offset='0.7' stop-color='%23DFEA93'/%3E%3Cstop offset='0.75' stop-color='%23E4E991'/%3E%3Cstop offset='0.8' stop-color='%23EAE98E'/%3E%3Cstop offset='0.85' stop-color='%23EFE88B'/%3E%3Cstop offset='0.9' stop-color='%23F4E889'/%3E%3Cstop offset='0.95' stop-color='%23FAE786'/%3E%3Cstop offset='1' stop-color='%23FFE783'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_794_216' x1='0' y1='8.5' x2='17' y2='8.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A6F8B4'/%3E%3Cstop offset='0.05' stop-color='%23A5F3B3'/%3E%3Cstop offset='0.1' stop-color='%23A5EFB2'/%3E%3Cstop offset='0.15' stop-color='%23A8EFB0'/%3E%3Cstop offset='0.2' stop-color='%23AAEFAF'/%3E%3Cstop offset='0.25' stop-color='%23B0EEAC'/%3E%3Cstop offset='0.3' stop-color='%23B5EEA9'/%3E%3Cstop offset='0.35' stop-color='%23BAEDA6'/%3E%3Cstop offset='0.4' stop-color='%23C0EDA3'/%3E%3Cstop offset='0.45' stop-color='%23C5ECA1'/%3E%3Cstop offset='0.5' stop-color='%23CBEC9E'/%3E%3Cstop offset='0.55' stop-color='%23D0EB9B'/%3E%3Cstop offset='0.6' stop-color='%23D5EB99'/%3E%3Cstop offset='0.65' stop-color='%23DBEA96'/%3E%3Cstop offset='0.7' stop-color='%23DFEA93'/%3E%3Cstop offset='0.75' stop-color='%23E4E991'/%3E%3Cstop offset='0.8' stop-color='%23EAE98E'/%3E%3Cstop offset='0.85' stop-color='%23EFE88B'/%3E%3Cstop offset='0.9' stop-color='%23F4E889'/%3E%3Cstop offset='0.95' stop-color='%23FAE786'/%3E%3Cstop offset='1' stop-color='%23FFE783'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    min-width: 16px
}

.wait__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    margin-top: 50px
}

@media (max-width:767px) {
    .wait__footer {
        flex-direction: column;
        gap: 16px
    }
}

.wait__footer .button--lg {
    min-width: -moz-max-content;
    min-width: max-content
}

.wait__footer .text-md {
    max-width: 500px;
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.wait__footer .text-md svg {
    margin-top: 5px;
    min-width: 16px
}

.format .section-title {
    margin-bottom: 64px
}

@media (max-width:767px) {
    .format .section-title {
        margin-bottom: 32px
    }
}

.format__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

@media (max-width:767px) {
    .format__cols {
        grid-template-columns: 1fr
    }
}

.format__cols-item {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.format__cols-item .h3 {
    min-height: 80px
}

@media (max-width:767px) {
    .format__cols-item .h3 {
        min-height: 0
    }
}

.format__cols-item .type {
    padding: 10px 20px;
    background: #0a0a0a;
    width: -moz-max-content;
    width: max-content
}

.participants .section-title {
    margin-bottom: 64px
}

@media (max-width:767px) {
    .participants .section-title {
        margin-bottom: 32px
    }
}

.participants__content {
    padding: 50px 40px
}

@media (max-width:767px) {
    .participants__content {
        padding: 32px
    }
}

.participants__content .h3 {
    margin-bottom: 16px
}

.participants__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    padding-top: 60px;
    position: relative;
    margin-bottom: 60px
}

@media (max-width:767px) {
    .participants__list {
        padding-top: 32px;
        padding-bottom: 32px;
        grid-template-columns: 1fr;
        margin-bottom: 32px
    }
}

.participants__list::before {
    content: "";
    height: 2px;
    width: calc(100% + 50px);
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 30px
}

@media (max-width:767px) {
    .participants__list::before {
        display: none
    }
}

.participants__list-item {
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative
}

.participants__list-item::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: -32px
}

@media (max-width:767px) {
    .participants__list-item::before {
        display: none
    }
}

.participants-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 630px;
    margin-bottom: 40px
}

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

@media (max-width:767px) {
    .participants__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }
}

.participants__footer .button--lg {
    min-width: -moz-max-content;
    min-width: max-content
}

.participants__footer .participants-subtitle {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 16px
}

.result .section-title {
    max-width: 670px;
    margin-bottom: 64px
}

@media (max-width:767px) {
    .result .section-title {
        margin-bottom: 32px
    }
}

.result__inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 48px
}

@media (max-width:767px) {
    .result__inner {
        padding: 40px 24px
    }
}

.result__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px
}

@media (max-width:767px) {
    .result__items {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }
}

.result__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px
}

.result__item img {
    max-width: 30px
}

.faq {
    overflow: hidden
}

.faq .section-title {
    margin-bottom: 64px
}

@media (max-width:767px) {
    .faq .section-title {
        margin-bottom: 32px
    }
}

.faq-slider {
    overflow: visible !important
}

.faq-slider .swiper-wrapper {
    align-items: stretch
}

.faq .swiper-slide {
    padding: 32px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
	gap: 24px;
}

.faq .swiper-slide .text-md {
    color: #fff
}

.contact__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.contact__inner img {
    width: 100%;
    height: auto;
    display: block
}

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

.contact__inner .content .h3:first-child {
    margin-bottom: 16px
}

.contact__inner .content .text-lg+.h3 {
    margin-top: auto;
    margin-bottom: 24px
}

@media (max-width:767px) {
    .contact__inner {
        grid-template-columns: 1fr
    }
}

.footer {
    padding: 48px 32px
}

@media (max-width:767px) {
    .footer {
        padding: 48px 16px
    }
}

.footer .footer__col-title {
    margin-bottom: 16px
}

.footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px
}

@media (max-width:767px) {
    .footer__inner {
        grid-template-columns: 1fr
    }
}

.footer__inner li {
    margin-bottom: 8px
}

.footer__inner .socials {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer__inner a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none
}


.programm__schedule {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

    overflow: hidden;
    max-height: 0;
    margin-top: 30px;
}

.programm__schedule-item {
    margin-bottom: 16px;
}

.programm__schedule-time {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 4px;
}

.programm-slider .swiper-slide.active .programm__schedule {
    max-height: 100%;
}

.programm-slider .swiper-slide.active .button--sm span {
    display: none;
}

.programm-slider .swiper-slide.active .button--sm {
    transform: rotate(-180deg);
    width: 48px;
    height: 48px;
}

.programm-slider ul {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding-left: 16px;
    padding-top: 10px;
}

.programm-slider ul li {
    margin-bottom: 10px;
}


.programm-slider .swiper-slide {
    min-height: 380px;
    height: max-content !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}





/* === Popup shell === */
.popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.popup.is-open {
    display: block;
}

.popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.popup__dialog {
    position: relative;
    margin: 90px auto;
    max-width: 860px;
    background: #fff;
    border-radius: 4px;
    padding: 32px 28px;
}

@media (min-width: 992px) {
    .popup__dialog {
        padding: 40px 48px;
    }
}

.popup__close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #000;
    opacity: .6;
}

.popup__close:hover {
    opacity: 1;
}

/* === CF7 grid === */
.cf7-grid {
    color: #0A0A0A;
}

.cf7-title {
    text-align: center;
    margin: 0 0 20px;
    /* font-size: 28px; */
    font-weight: 700;
}

.cf7-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

@media (min-width: 768px) {
    .cf7-row {
        grid-template-columns: 1fr 1fr;
    }
}

.wpcf7 form .wpcf7-form-control.wpcf7-text,
.wpcf7 form .wpcf7-form-control.wpcf7-tel,
.wpcf7 form .wpcf7-form-control.wpcf7-number,
.wpcf7 form .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: 1px solid #6D6D6D;
    padding: 12px 14px;
    font-size: 16px;
    color: #0A0A0A;
    outline: none;
    border-radius: 2px;
}

.wpcf7 form .wpcf7-form-control::placeholder {
    color: #9b9b9b;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #d33;
    margin-top: 6px;
}

/* === Submit === */
.cf7-actions {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.btn-gradient {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    color: #0A0A0A;
    text-transform: uppercase;
    background: linear-gradient(90deg, #A6F8B4 0%, #FFE783 100%);
    transition: transform .15s ease, box-shadow .15s ease;
}

.btn-gradient:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

/* Accessibility focus */
.popup [tabindex],
.popup button,
.popup input,
.popup textarea {
    outline-offset: 2px;
}


.popup .button--lg {
    margin-top: 24px;
}

@media(max-width:767px) {
    .popup__dialog {
        margin-top: 0;
        max-height: 100vh;
        overflow-y: auto;
    }

    .cf7-row {
        gap: 0;
    }

    .for__grid-item.image img,
    .reviews__grid-item img {
        max-height: 300px;
    }
}