/* ==================== ABSTRACTS ==================== */
/* ==================== BASE ==================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

body,
form,
input,
button {
    font-family: "Inter Tight", -apple-system, HelveticaNeue, Helvetica, Arial, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

body {
    color: #000;
    background-color: #F9F8F5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    position: relative;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

img {
    height: auto;
    max-width: 100%;
}

.is-uppercase {
    text-transform: uppercase;
}

/* ROOT */
.root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.is-scroll-section {
    scroll-margin-top: 88px;
}

.is-scroll-section.elements {
    scroll-margin-top: 0;
}

.is-scroll-section.whom {
    scroll-margin-top: 55px;
}

.is-scroll-section.programm {
    scroll-margin-top: 24px;
}

.is-scroll-section.experts,
.is-scroll-section.packages {
    scroll-margin-top: -24px;
}

.is-scroll-section.reviews {
    scroll-margin-top: 100px;
}

.is-scroll-section.faq {
    scroll-margin-top: -30px;
}

@media (max-width: 1209px) {
    .is-scroll-section.elements {
        scroll-margin-top: 20px;
    }

    .is-scroll-section.whom {
        scroll-margin-top: 45px;
    }

    .is-scroll-section.programm {
        scroll-margin-top: -10px;
    }

    .is-scroll-section.experts {
        scroll-margin-top: 0;
    }

    .is-scroll-section.packages {
        scroll-margin-top: -84px;
    }

    .is-scroll-section.reviews {
        scroll-margin-top: 24px;
    }

    .is-scroll-section.faq {
        scroll-margin-top: 6px;
    }
}

@media (max-width: 767px) {
    .is-scroll-section {
        scroll-margin-top: 50px;
    }

    .is-scroll-section.elements {
        scroll-margin-top: 30px;
    }

    .is-scroll-section.programm,
    .is-scroll-section.reviews {
        scroll-margin-top: 0;
    }

    .is-scroll-section.experts {
        scroll-margin-top: -10px;
    }

    .is-scroll-section.packages {
        scroll-margin-top: -10px;
    }

    .is-scroll-section.faq {
        scroll-margin-top: 36px;
    }
}

.cl-widget-f23871v23871 {
    display: none !important;
}

[class*=cl-widget-] {
    margin-left: auto;
    margin: -36px -40px -40px -55px;
    max-width: 348px !important;
    width: 348px !important;
    min-width: 348px !important;
}

[class*=cl-widget-] .cl-text-class-button {
    background: #F8E367 !important;
}

@media (max-width: 767px) {
    [class*=cl-widget-] {
        margin-left: -40px;
    }

    [class*=cl-widget-] [cl-content-container] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    body:has(.navbar__btn.is-sticky-bottom) .footer {
        padding-bottom: 48px;
    }
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@font-face {
    font-family: "Conte Script reduced";
    src: url("../fonts/ConteScriptreduced.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==================== COMMON ==================== */
.container {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
    padding: 32px 40px;
}

@media (max-width: 767px) {
    .container {
        max-width: 1392px;
        padding-inline: 16px;
    }
}

.logo {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.logo img {
    width: 79px;
    height: 25px;
    display: block;
}

.logo:hover,
.logo:focus,
.logo:active {
    opacity: 0.9;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .logo img {
        width: 69px;
        height: 21px;
    }
}

.close {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.close::before,
.close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 2px;
}

.close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.close:hover,
.close:focus,
.close:active {
    opacity: 0.8;
}

.btn {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    height: 51px;
    color: #000;
    border: none;
    background-color: #fff;
    padding: 8px 36px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border-radius: 0;
    outline: none;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.btn:hover {
    background-color: #F8E367;
}

.btn:focus,
.btn:active {
    background-color: #FFFA7E;
}

.btn--long {
    min-width: 333px;
}

.btn--yellow {
    background-color: #F8E367;
}

.btn--yellow:hover {
    background-color: #FFFA7E;
}

.btn--yellow:focus,
.btn--yellow:active {
    background-color: #FFFFAC;
}

@media (max-width: 767px) {
    .btn {
        height: 41px;
        font-size: 14px;
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
    }

    .btn__icon {
        max-height: 13px;
    }
}

@media (max-width: 576px) {
    .btn--long {
        min-width: 100%;
    }
}

.title {
    font-size: 74px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 1200px) {
    .title {
        font-size: 60px;
    }
}

@media (max-width: 1024px) {
    .title {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 32px;
        letter-spacing: 0;
    }
}

.subtitle {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    margin-block: 0;
}

.control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 127px;
    width: 100%;
}

.control__prev,
.control__next {
    width: 56px;
    height: 56px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #000;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.control__prev:hover,
.control__prev:focus,
.control__prev:active,
.control__next:hover,
.control__next:focus,
.control__next:active {
    background-color: #F8E367;
}

.control__prev.swiper-button-disabled,
.control__next.swiper-button-disabled {
    background-color: transparent !important;
    opacity: 0.5;
    cursor: not-allowed;
}

.control__prev .control__icon {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

@media (max-width: 767px) {
    .control {
        display: none;
    }
}

.social {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.social,
.social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social__link {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.social__link:hover,
.social__link:focus,
.social__link:active {
    opacity: 0.8;
    text-decoration: none;
}

.social__icon {
    width: 24px;
    height: 24px;
}

@media (max-width: 767px) {
    .social {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .social__link {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .social__icon {
        width: 20px;
        height: 20px;
    }
}

.subscribe {
    max-width: 348px;
    width: 100%;
    display: none;
}

.subscribe__title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.1rem;
}

.subscribe__title,
.subscribe__control,
.subscribe__submit {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.subscribe__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subscribe__control,
.subscribe__submit {
    height: 36px;
}

.subscribe__control {
    outline: none;
    border: 2px solid #000;
    padding: 8px 16px;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe__control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.subscribe__control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.subscribe__control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.subscribe__control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.subscribe__control::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.subscribe__submit {
    height: 36px;
    min-width: 129px;
    color: #fff;
    background-color: #000;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.subscribe__submit:hover,
.subscribe__submit:focus,
.subscribe__submit:active {
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
    .subscribe__title {
        font-size: 12px;
        margin-bottom: 0.8rem;
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    border-top: 2px solid transparent;
    border-radius: 50%;
    margin-top: -12px;
    margin-left: -12px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: rotateLoader 1s linear infinite;
    animation: rotateLoader 1s linear infinite;
    pointer-events: none;
    z-index: 99;
}

@-webkit-keyframes rotateLoader {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateLoader {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ==================== BLOCKS ==================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    min-height: 55px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(88, 61, 47, 0.7);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.navbar,
.navbar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar__container {
    padding-block: 0;
}

.navbar__hamburger {
    display: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 16px;
    border: none;
    background-color: transparent;
}

.navbar__hamburger span {
    position: absolute;
    top: 4px;
    left: 50%;
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.navbar__hamburger span:nth-child(2) {
    top: 10px;
    left: auto;
    right: 0;
    width: 18px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.navbar__hamburger span:nth-child(3) {
    top: 16px;
    left: auto;
    right: 0;
    width: 12px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.navbar__hamburger.is-active span {
    top: 14px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.navbar__hamburger.is-active span:nth-child(1) {
    -webkit-transform: translateY(50%) translateX(-50%) rotate(45deg);
    transform: translateY(50%) translateX(-50%) rotate(45deg);
}

.navbar__hamburger.is-active span:nth-child(2) {
    top: 14px;
    -webkit-transform: translateY(50%) translateX(-50%) rotate(-45deg);
    transform: translateY(50%) translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.navbar__menu,
.navbar__links {
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar__menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.navbar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar__link:hover,
.navbar__link:focus,
.navbar__link:active {
    opacity: 0.7;
    text-decoration: none;
}

.navbar__head {
    display: none;
}

.navbar__head .navbar__logo {
    color: #000;
}

.navbar__btn {
    display: none;
    font-size: 14px;
    margin-left: auto;
    min-width: 247px;
    padding: 4px 24px 4px 14px;
}

.navbar__btn .btn__icon {
    width: 17px;
    height: 12px;
}

.navbar__btn--m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar.is-scrolled::before {
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar__container {
        padding-inline: 0;
    }

    .navbar__logo,
    .navbar__link,
    .navbar__btn {
        height: 55px;
    }

    .navbar__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 223px;
        text-align: center;
    }

    .navbar__menu {
        width: calc(100% - 223px - 247px);
    }

    .navbar__links {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .navbar__link {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        min-width: 130px;
        min-width: 13.4%;
        width: 100%;
        white-space: nowrap;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar__link:first-child {
        min-width: 19.6%;
    }

    .navbar__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar__btn--m {
        display: none;
    }
}

@media (max-width: 1199px) {
    .navbar {
        min-height: 47px;
    }

    .navbar,
    .navbar__hamburger,
    .navbar__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar__logo {
        display: block;
    }

    .navbar__menu {
        padding: 0 32px 70px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        min-height: 100vh;
        max-height: 100vh;
        min-height: 100dvh;
        max-height: 100dvh;
        overflow-y: auto;
        background-color: #fff;
        -webkit-transform: translateX(-110vw) !important;
        transform: translateX(-110vw) !important;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    }

    .navbar__menu.is-active {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .navbar__head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        min-height: 47px;
        width: 100%;
    }

    .navbar__head .navbar__logo {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

    .navbar__links {
        text-transform: uppercase;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 24px;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .navbar__link {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        color: #000;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        border-bottom: 1px solid #000;
        padding-block: 15.5px;
    }

    .navbar__btn--m {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 48px;
    }
}

@media (max-width: 767px) {
    .navbar__menu {
        padding-inline: 16px;
    }
}

.header {
    color: #F8E367;
    position: relative;
    min-height: 788px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #615f62;
    overflow-x: hidden;
}

.header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.header__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.header__bg-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header__bg-img--m {
    display: none;
}

.header__container {
    padding-top: 152px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}

.header__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
}

.header__subtitle {
    max-width: 552px;
    font-size: 24px;
    line-height: 1.2;
}

.header__caption {
    max-width: 325px;
    font-weight: 700;
    margin-block: 0;
}

.header__caption--m {
    display: none;
}

.header__title {
    font-size: 156px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 14px;
    pointer-events: none;
    white-space: nowrap;
}

.header__foot {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    width: 100vw;
    max-width: 1440px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header__foot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 1px solid rgba(248, 227, 103, 0.2);
}

.header__item {
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__item:nth-child(2) {
    border-left: 1px solid rgba(248, 227, 103, 0.2);
    border-right: 1px solid rgba(248, 227, 103, 0.2);
}

.header__btn {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    height: 48px;
    z-index: 199;
    pointer-events: auto;
}

@media (max-width: 1439px) {
    .header__title {
        font-size: 10.8vw;
    }
}

@media (max-width: 1200px) {
    .header {
        min-height: 100vh;
    }
}

@media (max-width: 1024px) {
    .header__container {
        padding-top: 100px;
    }

    .header__subtitle {
        max-width: 305px;
        font-size: 16px;
        line-height: 1.25;
    }

    .header__caption {
        font-size: 13px;
        line-height: 1.2;
        max-width: 165px;
        margin-bottom: 0;
    }

    .header__foot {
        font-size: 16px;
        line-height: 1.5;
    }

    .header__item {
        height: 48px;
    }

    .header__bg-img--d {
        display: none;
    }

    .header__bg-img--m {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header__title {
        font-size: 19.6vw;
        line-height: 0.98;
        white-space: normal;
        margin-top: 78px;
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .header {
        min-height: 764px;
    }

    .header__container {
        padding-top: 70px;
    }

    .header__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }

    .header__caption {
        margin-left: 0;
        margin-bottom: 2px;
        position: relative;
        top: 0;
        left: 0;
    }

    .header__caption--d {
        display: none;
    }

    .header__caption--m {
        display: block;
        margin-top: auto;
        max-width: 100%;
    }

    .header__title {
        font-size: 19.6vw;
        line-height: 0.98;
        white-space: normal;
        margin-top: 0;
        margin-bottom: 22px;
    }

    .header__title span {
        font-size: 22vw;
        line-height: 0.8;
    }

    .header__foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-template-columns: repeat(1, 1fr);
    }

    .header__item {
        font-size: 13px;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: 1px solid rgba(248, 227, 103, 0.2);
        border-left: none;
        border-right: none;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        border-right: 1px solid rgba(248, 227, 103, 0.2);
    }

    .header__item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        text-transform: uppercase;
        border-top: none;
        border-bottom: none;
    }

    .header__item:last-child {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .header__btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.marquee {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    height: 83px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    white-space: nowrap;
}

.marquee,
.marquee__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.marquee__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.marquee__content {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding-right: 24px;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
}

.marquee--2 {
    display: none;
}

@media (max-width: 991px) {
    .marquee {
        font-size: 16px;
        height: 52px;
    }

    .marquee__content {
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
        padding-right: 14px;
    }

    .marquee__icon {
        max-height: 21px;
        max-width: 21px;
    }

    .marquee--2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.whom {
    border-bottom: 1px solid #000;
}

.whom__container {
    padding-top: 0;
    padding-bottom: 0;
}

.whom__items {
    display: grid;
    grid-template-columns: 43.5% 56.5%;
}

.whom__pict {
    padding: 40px 40px 40px 0;
}

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

.whom__content,
.whom__caption {
    position: relative;
}

.whom__content {
    border-left: 1px solid #000;
    padding: 40px 0 40px 40px;
}

.whom__caption {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    padding-left: 16px;
}

.whom__caption::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #000;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.whom__title {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 0;
    padding-right: 70px;
}

.whom__title .is-uppercase {
    display: block;
}

.whom__title br {
    display: none;
}

.whom__fl {
    display: block;
    margin-top: 60px;
}

.whom__fl--mobile {
    display: none;
}

@media (max-width: 1300px) {
    .whom__title {
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    .whom__title {
        font-size: 40px;
    }

    .whom__fl {
        max-height: 100px;
    }
}

@media (max-width: 1024px) {
    .whom__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .whom {
        margin-bottom: 21px;
    }

    .whom__items {
        grid-template-columns: 1fr;
    }

    .whom__pict {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
        border-top: 1px solid #000;
        padding: 16px 16px 16px 49.5%;
        width: calc(100% + 32px);
        margin-left: -16px;
    }

    .whom__pict::after {
        content: "";
        position: absolute;
        top: 0;
        left: calc(49.5% - 32px);
        width: 1px;
        height: 100%;
        background-color: #000;
    }

    .whom__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border: none;
        padding: 24px 0;
    }

    .whom__caption {
        font-weight: 600;
        font-size: 14px;
    }

    .whom__caption::before {
        width: 7px;
        height: 7px;
    }

    .whom__title {
        font-size: 18px;
        line-height: 1.1;
        margin-top: 16px;
    }

    .whom__fl {
        display: none;
    }

    .whom__fl--mobile {
        display: block;
        position: absolute;
        bottom: 16px;
        left: 16px;
        width: 54px;
        height: 67px;
    }
}

@media (max-width: 576px) {
    .whom__title {
        font-weight: 500;
    }

    .whom__title br {
        display: block;
    }

    .whom__title .is-uppercase {
        display: inline;
    }
}

.experts__container {
    padding-top: 178px;
    padding-bottom: 48px;
}

.experts__head {
    margin-bottom: 64px;
}

.experts__swiper {
    background-color: #fff;
    overflow: hidden;
}

.experts__swiper .swiper-wrapper {     
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;    
}

.experts__swiper .swiper-wrapper {
    opacity: 0;
}

.experts:has(.experts__swiper.swiper-initialized) .experts__swiper {
    background-color: transparent;
}

.experts:has(.experts__swiper.swiper-initialized) .swiper-wrapper {
    opacity: 1;
}

.experts:has(.experts__swiper.swiper-initialized) .loader {
    opacity: 0;
}

@media (min-width: 1201px) {
    .experts__swiper {
        height: 1212px;
    }

    .experts__swiper .swiper-slide {
        height: calc(50% - 32px) !important;
    }

    .experts__swiper .swiper-slide:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .experts__swiper .swiper-slide:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0 !important;
    }

    .experts__swiper .swiper-slide:nth-child(3) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .experts__swiper .swiper-slide:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        margin-top: 0 !important;
    }

    .experts__swiper .swiper-slide:nth-child(5) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .experts__swiper .swiper-slide:nth-child(6) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .experts__swiper .swiper-slide:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 23px !important;
    }

    .experts__swiper .swiper-slide:nth-child(8) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .experts__swiper .swiper-slide:nth-child(9) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
        margin-top: 23px !important;
    }

    .experts__swiper .swiper-slide:nth-child(10) {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .experts__swiper .swiper-slide:nth-child(6) .expert,
    .experts__swiper .swiper-slide:nth-child(7) .expert,
    .experts__swiper .swiper-slide:nth-child(8) .expert,
    .experts__swiper .swiper-slide:nth-child(9) .expert,
    .experts__swiper .swiper-slide:nth-child(10) .expert {
        margin-top: 9px;
    }
}

@media (max-width: 1200px) {
    .experts__container {
        padding-top: 100px;
    }

    .experts__head {
        margin-bottom: 48px;
    }

    .experts__swiper {
        overflow: visible !important;
    }

    .experts__swiper .swiper-scrollbar {
        opacity: 1 !important;
        position: relative !important;
        left: 0 !important;
        margin-top: 33px;
        height: 2px !important;
        width: 100% !important;
    }

    .experts__swiper .swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #000;
    }
}

@media (max-width: 767px) {
    .experts__container {
        padding-top: 60px; /*95*/
        padding-bottom: 35px;
    }

    .experts__head {
        margin-bottom: 30px;
    }
}

.expert {
    position: relative;
}

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

.expert__pict {
    position: relative;
}

.expert__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 253/328;
}

.expert__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 16px;
    color: #fff;
    background-color: #000;
}

.expert__content {
    padding-top: 24px;
}

.expert__name {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

.expert__desc {
    color: rgba(0, 0, 0, 0.7);
    margin-block: 0;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 5px;
}

.expert__btn {
    font-size: 14px;
    border: none;
    padding-inline: 0;
    background-color: transparent;
    overflow: visible;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.expert__btn .btn__text,
.expert__btn .btn__icon {
    pointer-events: none;
}

.expert__btn .btn__icon {
    width: 17px;
    height: 12px;
}

.expert__btn:hover,
.expert__btn:focus,
.expert__btn:active {
    opacity: 0.66;
    background-color: transparent;
}

@media (max-width: 576px) {
    .expert__img {
        aspect-ratio: 192/252;
    }

    .expert__content {
        padding-top: 20px;
    }

    .expert__name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .expert__desc {
        font-size: 14px;
        line-height: 1.43;
        margin-bottom: 6px;
        padding-right: 0;
        -webkit-line-clamp: 5;
    }

    .expert__btn {
        font-size: 12px;
    }
}

.modal-expert,
.modal-expert__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.modal-expert {
    min-height: 100vh;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.modal-expert__overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.modal-expert__close {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F9F8F5;
    width: 88px;
    height: 88px;
    border: none;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    z-index: 100;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.modal-expert__close svg {
    pointer-events: none;
}

.modal-expert__close:hover,
.modal-expert__close:focus,
.modal-expert__close:active {
    opacity: 0.8;
}

.modal-expert__content {
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
    z-index: 99;
    max-width: 710px;
    width: 100%;
    background-color: #F9F8F5;
    border-left: 1px solid #000;
}

.modal-expert__grid {
    padding: 30px;
    display: grid;
    grid-template-columns: 52.5% 47.5%;
}

.modal-expert__head {
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-expert__name {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
}

.modal-expert__lead {
    color: rgba(0, 0, 0, 0.7);
    margin-top: 0;
}

.modal-expert__lead::first-letter {
    text-transform: uppercase;
}

.modal-expert__link {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.modal-expert__link svg {
    width: 24px;
    height: 24px;
}

.modal-expert__link:hover,
.modal-expert__link:focus,
.modal-expert__link:active {
    opacity: 0.8;
    color: #000;
    text-decoration: none;
}

.modal-expert__img {
    aspect-ratio: 300/380;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-expert__desc {
    border-top: 1px solid #000;
    padding: 30px;
}

.modal-expert__desc p {
    margin-top: 2px;
    padding-right: 16px;
}

.modal-expert.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 767px) {
    .modal-expert {
        top: auto;
        bottom: 0;
        min-height: 80vh;
    }

    .modal-expert__content {
        max-height: 80vh;
        border-left: none;
        border-top: 1px solid #000;
    }

    .modal-expert__grid {
        grid-template-columns: 55.7% 44.3%;
        padding: 64px 16px 24px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        min-height: 286px;
    }

    .modal-expert__head {
        height: 100%;
    }

    .modal-expert__name {
        font-size: 24px;
        white-space: nowrap;
        position: absolute;
        top: 20px;
        left: 16px;
    }

    .modal-expert__name br {
        display: none;
    }

    .modal-expert__lead {
        margin-top: 0;
    }

    .modal-expert__desc {
        padding: 22px 16px;
        line-height: 1.56;
    }

    .modal-expert__desc p {
        margin-top: 2px;
        margin-bottom: 16px;
        padding-right: 0;
    }

    .modal-expert__link {
        font-size: 14px;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .modal-expert__link svg {
        width: 20px;
        height: 20px;
    }

    .modal-expert__close {
        top: 5px;
        right: 1px;
        width: 60px;
        height: 60px;
        border: none;
        background-color: transparent;
    }
}

@media (max-width: 375px) {
    .modal-expert__grid {
        padding-top: 40px;
    }

    .modal-expert__name {
        top: 26px;
    }

    .modal-expert__lead {
        margin-top: 32px;
    }
}

.programm__container {
    padding-top: 115px;
}

.programm__title {
    margin-bottom: 54px;
}

.programm__item {
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
}

.programm__item::before,
.programm__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    z-index: 9;
}

.programm__item::after {
    top: auto;
    bottom: 0;
}

.programm__item:hover .programm__bg,
.programm__item:hover .programm__p,
.programm__item:focus .programm__bg,
.programm__item:focus .programm__p,
.programm__item:active .programm__bg,
.programm__item:active .programm__p {
    opacity: 1;
}

.programm__item+.programm__item {
    margin-top: -1px;
}

.programm__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
}

.programm__num {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    width: 11.6%;
}

.programm__p {
    opacity: 0;
    margin-top: -32px;
    margin-bottom: -32px;
    margin-right: 200px;
    width: 220px;
    height: 132px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.programm__p img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.programm__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.programm__subtitle {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.programm__authors {
    font-weight: 600;
    margin-top: 10px;
}

.programm__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.programm__arrow svg {
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.programm__block {
    position: relative;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    z-index: 2;
}

.programm__bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    pointer-events: none;
}

.programm__grid {
    display: grid;
    grid-template-columns: 324px 1fr;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 18.4%;
    -moz-column-gap: 18.4%;
    column-gap: 18.4%;
    padding-top: 32px;
}

.programm__img {
    display: block;
}

.programm__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    max-width: 768px;
}

.programm__text p {
    margin-block: 0;
    max-width: 350px;
}

.programm__text p br {
    display: none;
}

.programm__list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.programm__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.programm__list li+li {
    margin-top: 15px;
}

.programm__list .i-cross {
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-top: 6px;
}

.programm__control {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.programm__control:checked~.programm__bg {
    opacity: 1;
}

.programm__control:checked~.programm__head .programm__p {
    opacity: 0;
}

.programm__control:checked~.programm__head .programm__arrow svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.programm__control:checked~.programm__head+.programm__block {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

@media (min-width: 1201px) {
    .programm__pict {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (max-width: 1200px) {
    .programm__num {
        width: 26%;
    }

    .programm__p {
        display: none;
    }

    .programm__subtitle span {
        display: block;
    }

    .programm__grid {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
}

@media (max-width: 1024px) {
    .programm__grid {
        grid-template-columns: 220px 1fr;
    }
}

@media (max-width: 991px) {
    .programm__grid {
        grid-template-columns: 30% 1fr;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

@media (max-width: 767px) {
    .programm__container {
        padding-top: 81px;
        padding-bottom: 24px;
    }

    .programm__title {
        margin-bottom: 24px;
    }

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

    .programm__num {
        font-size: 12px;
    }

    .programm__subtitle {
        font-size: 18px;
        line-height: 1.1;
    }

    .programm__authors {
        font-size: 12px;
        margin-top: 2px;
        max-width: 180px;
    }

    .programm__arrow {
        top: auto;
        bottom: -4px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .programm__arrow svg {
        width: 24px;
        height: 24px;
    }

    .programm__text {
        display: block;
        line-height: 1.55;
    }

    .programm__text p br {
        display: block;
    }
}

@media (max-width: 576px) {
    .programm__grid {
        padding-top: 24px;
        grid-template-columns: 1fr;
    }

    .programm__pict {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        height: 0;
        margin-top: 20px;
        overflow: hidden;
        position: relative;
        padding-top: 54.23%;
    }

    .programm__img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 0%;
        object-position: 50% 0%;
    }

    .programm__block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.elements__container {
    padding-top: 148px;
    padding-bottom: 80px;
}

.elements__title {
    margin-bottom: 48px;
}

.elements__item {
    background-color: #fff;
    position: relative;
    padding: 32px;
    display: grid;
    grid-template-columns: 21.2% 434px 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    min-height: 329px;
}

.elements__item+.elements__item {
    margin-top: 24px;
}

.elements__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.elements__subtitle,
.elements__num {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
}

.elements__subtitle {
    margin-block: 0;
}

.elements__num {
    margin-top: auto;
}

.elements__img {
    display: block;
}

.elements__text {
    font-weight: 600;
    max-width: 450px;
    margin-left: auto;
    padding-right: 80px;
}

.elements__text p {
    margin-block: 0;
    position: relative;
}

.elements__text p+p {
    margin-top: 12px;
}

.elements__text p+p::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: 12px;
}

.elements__corner {
    position: absolute;
    width: 22px;
    height: 22px;
    pointer-events: none;
}

.elements__corner--tl {
    top: 10px;
    left: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.elements__corner--tr {
    top: 10px;
    right: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.elements__corner--tr::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #EC1E3D;
    border-radius: 50%;
}

.elements__corner--br {
    bottom: 10px;
    right: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.elements__corner--bl {
    bottom: 10px;
    left: 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

@media (min-width: 1301px) {
    .elements__text {
        position: relative;
        left: 20px;
    }
}

@media (max-width: 1300px) {
    .elements__text {
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    .elements__container {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .elements__title {
        margin-bottom: 40px;
    }

    .elements__item {
        gap: 32px;
        width: 100%;
        grid-template-columns: unset;
    }

    .elements__head {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .elements__body {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .elements__foot {
        grid-column: 2/3;
        grid-row: 2/3;
    }

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

    .elements__num {
        margin-top: 0;
    }

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

@media (max-width: 767px) {
    .elements__container {
        padding-top: 50px;
        padding-bottom: 28px;
    }

    .elements__title {
        margin-bottom: 24px;
    }

    .elements__item {
        padding: 24px;
        gap: 24px;
    }

    .elements__item:nth-child(2) .elements__text p:nth-child(2) br,
    .elements__item:nth-child(4) .elements__text p:nth-child(2) br {
        display: none;
    }

    .elements__item:nth-child(3) .elements__text p:nth-child(1) br,
    .elements__item:nth-child(3) .elements__text p:nth-child(2) br {
        display: none;
    }

    .elements__num {
        font-size: 14px;
    }

    .elements__subtitle {
        font-size: 18px;
        line-height: 1.1;
        font-weight: 700;
    }

    .elements__corner {
        width: 16px;
        height: 16px;
    }

    .elements__corner--tl {
        top: 6px;
        left: 6px;
    }

    .elements__corner--tr {
        top: 6px;
        right: 6px;
    }

    .elements__corner--tr::before {
        width: 7px;
        height: 7px;
    }

    .elements__corner--br {
        bottom: 6px;
        right: 6px;
    }

    .elements__corner--bl {
        bottom: 6px;
        left: 6px;
    }
}

@media (max-width: 576px) {
    .elements__body {
        grid-column: 1/3;
        grid-row: 3/4;
    }

    .elements__foot {
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .elements__text p {
        line-height: 22px;
    }

    .elements__text p+p {
        margin-top: 14px;
    }

    .elements__text p+p::before {
        margin-bottom: 15px;
    }

    .elements .elements__img {
        aspect-ratio: 295/160;
    }
}

.whois {
    overflow-x: hidden;
}

.whois__container {
    padding-top: 98px;
    padding-bottom: 64px;
}

.whois__title {
    margin-bottom: 56px;
}

.whois__item+.whois__item {
    margin-top: 118px;
}

.whois__head {
    margin-bottom: 35px;
}

.whois__subtitle {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
}

.whois__lead {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 0;
}

.whois__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    position: relative;
    border: 1px solid #000;
    border-bottom: none;
    width: calc(100% + 80px + 2px);
    margin-left: -41px;
}

.whois__card {
    position: relative;
    min-height: 284px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.whois__card:nth-child(1),
.whois__card:nth-child(5) {
    border-left: none;
}

.whois__num {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.whois__caption {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    margin-top: auto;
}

.whois__corner {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.whois__corner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #EC1E3D;
    border-radius: 50%;
}

.whois__pict {
    height: 100%;
}

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

@media (max-width: 1200px) {
    .whois__container {
        padding-top: 80px;
    }

    .whois__caption {
        font-size: 18px;
    }

    .whois__item+.whois__item {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .whois__card {
        padding: 16px;
        min-height: 180px;
    }

    .whois__num {
        font-size: 20px;
    }

    .whois__caption {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .whois__container {
        padding-top: 52px;
        padding-bottom: 24px;
    }

    .whois__title {
        margin-bottom: 24px;
    }

    .whois__item+.whois__item {
        margin-top: 48px;
    }

    .whois__head {
        margin-bottom: 22px;
    }

    .whois__subtitle {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 9px;
    }

    .whois__lead {
        font-size: 14px;
    }

    .whois__body {
        grid-template-columns: repeat(2, 1fr);
        width: calc(100% + 32px + 2px);
        margin-left: -17px;
    }

    .whois__card {
        min-height: 143px;
    }

    .whois__card:nth-child(1) {
        padding-left: 16px;
    }

    .whois__card:nth-child(odd) {
        border-left: none;
    }

    .whois__num,
    .whois__caption {
        font-size: 14px;
    }

    .whois__corner {
        top: 8px;
        right: 8px;
        width: 12px;
        height: 12px;
    }

    .whois__corner::before {
        width: 5px;
        height: 5px;
    }

    .whois__img {
        aspect-ratio: 155/111;
    }

    .whois__item--2 .whois__subtitle {
        max-width: 210px;
    }

    .whois__item--2 .whois__lead {
        max-width: 265px;
    }

    .whois__item--2 .whois__card:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .whois__item--2 .whois__card:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-left: none;
    }

    .whois__item--2 .whois__card:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border-left: 1px solid #000;
    }

    .whois__item--2 .whois__card:nth-child(4) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .whois__item--2 .whois__card:nth-child(5) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        border-left: 1px solid #000;
    }

    .whois__item--2 .whois__card:nth-child(6) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        border-left: none;
    }

    .whois__item--2 .whois__card:nth-child(7) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .whois__item--2 .whois__card:nth-child(8) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
}

.packages__container {
    padding-top: 180px;
    padding-bottom: 48px;
}

.packages__title {
    margin-bottom: 53px;
}

.packages__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

@media (max-width: 1200px) {
    .packages__container {
        padding-top: 98px;
    }
}

@media (max-width: 767px) {
    .packages__container {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .packages__title {
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .packages__items {
        grid-template-columns: 1fr;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 16px;
    }
}

.package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
    border: 1px solid #000;
    position: relative;
}

.package__head {
    margin-bottom: 33px;
}

.package__title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.package__lead {
    font-weight: 600;
    line-height: 1.2;
    margin-block: 0;
}

.package__body {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 24px;
}

.package__body strong {
    font-weight: 600;
}

.package__par {
    margin-top: 0;
}

.package__list {
    list-style: none;
    padding-left: 0;
    margin-block: 0;
    max-width: 380px;
}

.package__list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 13px;
}

.package__list li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #F8E367;
    border: 1px solid #0E0E0E;
    border-radius: 50%;
}

.package__prices {
    display: flex;
    margin-bottom: 16px;
}

.package__price,
.package__birds {
    width: 50%;
    padding: 7px 10px;
}

.package__price {
    border: 1px solid #F7C6DC;
    border-right: 0 none;
}

.package__birds {
    background: #F7C6DC;
}

.package__foot {
    margin-top: auto;
}

.package__info {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    margin-bottom: 16px;
}

.package__places {
    width: 100%;
}

.package__caption {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.package__caption span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.package__value {
    color: #000;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    display: block;
}

.package__birds .package__caption {
    color: #000;
}

.package__value span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.package__btn {
    width: 100%;
    min-width: 1px;
    padding-inline: 2px;
}

.package__btn .btn__icon {
    width: 17px;
    height: 12px;
}

.package__corner {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.package__corner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #EC1E3D;
    border-radius: 50%;
}

@media (max-width: 1280px) {

    .package__price {
        width: 40%;
    }

    .package__birds {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .package {
        padding: 24px;
    }

    .package__title {
        font-size: 24px;
        line-height: 1;
    }

    .package__btn {
        font-size: 14px;
    }

    .package__btn .btn__icon {
        width: 17px;
        height: 11px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .package__prices {
        flex-wrap: wrap;
    }
    .package__price {
        border-right: 1px solid #F8E367;
        border-bottom: 0 none;
    }

    .package__price,
    .package__birds {
        width: 100%;
    }

}

@media (max-width: 991px) {

    .package__lead,
    .package__body,
    .package__info {
        font-size: 14px;
        line-height: 1.2;
    }

    .package__lead br {
        display: none;
    }
}

@media (max-width: 767px) {
    .package__head {
        margin-bottom: 24px;
    }

    .package__title,
    .package__places {
        margin-bottom: 12px;
    }

    .package__lead {
        max-width: 214px;
    }

    .package__body {
        margin-bottom: 18px;
    }

    .package__info {
        margin-bottom: 15px;
    }

    .package__par {
        margin-bottom: 10px;
    }

    .package__list li {
        padding-left: 16px;
        margin-bottom: 12.5px;
    }

    .package__corner {
        top: 8px;
        right: 8px;
        width: 12px;
        height: 12px;
    }

    .package__corner::before {
        width: 5px;
        height: 5px;
    }

    .package__btn {
        min-height: 48px;
    }
}

.ambassador {
    margin-top: 80px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    overflow-x: hidden;
}

.ambassador__container {
    padding-block: 0;
    display: grid;
    grid-template-columns: 56.5% 43.5%;
    min-height: 708px;
}

.ambassador__head,
.ambassador__body,
.ambassador__pict {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ambassador__head {
    border-right: 1px solid #000;
    padding-left: 0;
}

.ambassador__body {
    position: relative;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-inline: 40px;
}

.ambassador__title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 2px;
    max-width: 700px;
    position: relative;
    top: 4px;
    left: 16px;
}

.ambassador__title span {
    display: block;
}

.ambassador__title span+span {
    margin-top: 48px;
}

.ambassador__pict {
    position: relative;
    left: 20px;
    top: -0.5%;
    height: 100%;
}

.ambassador__img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 461/570;
    border-top: 30px solid #f3f3f3;
    border-left: 20px solid #f3f3f3;
    border-right: 20px solid #f3f3f3;
    border-bottom: 120px solid #f3f3f3;
}

@media (min-width: 768px) {
    .ambassador__body::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        pointer-events: none;
    }
}

@media (max-width: 1200px) {
    .ambassador__head {
        padding-left: 0;
        padding-right: 40px;
    }

    .ambassador__title {
        font-size: 32px;
        top: 0;
        left: 0;
    }

    .ambassador__title span+span {
        margin-top: 30px;
    }

    .ambassador__pict {
        left: 0;
    }
}

@media (max-width: 1024px) {
    .ambassador__container {
        min-height: 520px;
    }

    .ambassador__head {
        padding-right: 24px;
    }

    .ambassador__title {
        font-size: 28px;
    }

    .ambassador__body {
        padding-inline: 24px;
    }
}

@media (max-width: 767px) {
    .ambassador {
        margin-top: 55px;
    }

    .ambassador__container {
        grid-template-columns: 1fr;
    }

    .ambassador__head {
        border-right: none;
        position: relative;
    }

    .ambassador__head::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100vw;
        height: 1px;
        background-color: #000;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .ambassador__head,
    .ambassador__body {
        padding-block: 24px;
    }

    .ambassador__body {
        padding-inline: 0;
    }

    .ambassador__body::before,
    .ambassador__body::after {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        pointer-events: none;
    }

    .ambassador__body::after {
        right: auto;
        left: 100%;
    }

    .ambassador__title {
        font-size: 18px;
        line-height: 1.1;
        font-weight: 500;
    }

    .ambassador__title span+span {
        margin-top: 20px;
    }

    .ambassador__title br {
        display: none;
    }

    .ambassador__pict {
        top: 0;
        border: 20px solid #f3f3f3;
        border-left: 14px solid #f3f3f3;
        border-right: 14px solid #f3f3f3;
        border-bottom: 85px solid #f3f3f3;
    }

    .ambassador__img {
        width: 100%;
        aspect-ratio: 300/308;
        border: none;
    }
}

.media__container {
    padding-top: 80px;
    padding-bottom: 148px;
    display: grid;
    grid-template-columns: 59.3% 40.7%;
    min-height: 304px;
}

.media__head {
    padding-right: 40px;
}

.media__title {
    font-size: 56px;
    letter-spacing: 0.003em;
    line-height: 1;
    margin-bottom: 0;
}

.media__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 34px;
}

.media__pict {
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 134px;
}

.media__corner {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.media__corner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #EC1E3D;
    border-radius: 50%;
}

.media__img {
    display: block;
}

.media__img--1 {
    aspect-ratio: 220/32;
}

.media__img--2 {
    aspect-ratio: 117/48;
}

.media__img--3 {
    aspect-ratio: 178/33;
}

.media__social {
    margin-top: -24px;
}

@media (min-width: 1201px) {
    .media__social {
        -webkit-column-gap: 58px;
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
}

@media (max-width: 1200px) {
    .media__container {
        padding-top: 98px;
        padding-bottom: 50px;
    }

    .media__title {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .media__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .media__container {
        padding-top: 80px;
        padding-bottom: 1px;
        grid-template-columns: 1fr;
        min-height: 1px;
    }

    .media__head {
        padding-right: 0;
        margin-bottom: 32px;
    }

    .media__title {
        font-size: 24px;
    }

    .media__social {
        margin-top: 32px;
    }

    .media__body {
        row-gap: 16px;
    }

    .media__pict {
        min-height: 69px;
    }

    .media__corner {
        top: 8px;
        right: 8px;
        width: 12px;
        height: 12px;
    }

    .media__corner::before {
        width: 5px;
        height: 5px;
    }

    .media__img--1 {
        max-height: 22px;
        aspect-ratio: 153/22;
    }

    .media__img--2 {
        max-height: 33px;
        aspect-ratio: 81/33;
    }
}

.reviews {
    overflow-x: hidden;
}

.reviews__container {
    padding-bottom: 72px;
}

.reviews__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px;
}

.reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 337px;
    border: 1px solid #000;
    padding: 22px 24px;
    position: relative;
}

.reviews__quote {
    display: block;
    position: relative;
    width: 15px;
    height: 11px;
    pointer-events: none;
    margin-bottom: 17px;
}

.reviews__date {
    letter-spacing: -0.02em;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 32px;
}

.reviews__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    padding-right: 20px;
}

.reviews__name {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
}

.reviews__name strong {
    display: block;
}

.reviews__name span {
    color: rgba(0, 0, 0, 0.6);
}

.reviews__ava {
    width: 48px;
    min-width: 48px;
    height: 48px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #000;
}

.reviews__ava img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reviews__body {
    position: relative;
}

.reviews__swiper {
    background-color: #fff;
    height: 337px;
    overflow: hidden;
}

.reviews__swiper .swiper-scrollbar {
    display: none;
}

.reviews__swiper .swiper-wrapper {
    opacity: 0;
}

.reviews__swiper.swiper-initialized {
    background-color: transparent;
}

.reviews__swiper.swiper-initialized .swiper-wrapper {
    opacity: 1;
}

.reviews:has(.reviews__swiper.swiper-initialized) .loader {
    opacity: 0;
}

@media (max-width: 1024px) {
    .reviews__container {
        padding-top: 80px;
    }

    .reviews__swiper {
        overflow: visible !important;
    }
}

@media (max-width: 767px) {
    .reviews__head {
        margin-bottom: 22px;
    }

    .reviews__title {
        line-height: 1.2;
    }

    .reviews__item {
        height: 277px;
        padding: 14px 16px;
    }

    .reviews__quote {
        width: 12px;
        height: 9px;
        margin-bottom: 13px;
    }

    .reviews__date {
        margin-bottom: 26px;
    }

    .reviews__text {
        font-size: 16px;
        line-height: 1.2;
        padding-right: 1px;
    }

    .reviews__name {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        line-height: 1.4;
    }

    .reviews__ava {
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-width: 1px;
    }

    .reviews__ava img {
        width: calc(100% + 6px);
        height: calc(100% + 6px);
    }

    .reviews__swiper {
        height: 277px;
    }

    .reviews__swiper .swiper-scrollbar {
        display: block;
        opacity: 1 !important;
        bottom: -32px !important;
        height: 2px !important;
    }

    .reviews__swiper .swiper-scrollbar .swiper-scrollbar-drag {
        background: #000;
    }
}

.carousel {
    padding-block: 31px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
}

.carousel__swiper {
    height: 306px;
    background-color: #fff;
    overflow: hidden;
    overflow: visible !important;
}

.carousel__swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    opacity: 0;
}

.carousel__swiper .swiper-slide {
    border: 1px solid rgba(0, 0, 0, 0.02);
    background-color: #fff;
    height: 306px;
    padding: 14px 14px 58px;
    -webkit-box-shadow: 0px 0px 16.1px -1px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 16.1px -1px rgba(0, 0, 0, 0.23);
}

.carousel__swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 217px;
    aspect-ratio: 203/217;
}

.carousel__swiper.swiper-initialized {
    background-color: transparent;
}

.carousel__swiper.swiper-initialized .swiper-wrapper {
    opacity: 1;
}

.carousel:has(.carousel__swiper.swiper-initialized) .loader {
    opacity: 0;
}

@media (max-width: 1024px) {
    .carousel__swiper {
        height: 180px;
    }

    .carousel__swiper .swiper-slide {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .carousel {
        padding-block: 19px;
    }

    .carousel__swiper {
        height: 146px;
    }

    .carousel .swiper-slide {
        height: 146px;
        padding-top: 6px;
        padding-inline: 6px;
    }

    .carousel .swiper-slide img {
        min-height: 109px;
        aspect-ratio: 102/109;
    }
}

.faq__container {
    padding-top: 180px;
    padding-bottom: 36px;
}

.faq__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 166px;
    -moz-column-gap: 166px;
    column-gap: 166px;
    margin-bottom: 64px;
}

.faq__title {
    margin-bottom: 0;
}

.faq__lead {
    font-size: 16px;
    line-height: 1.2;
    max-width: 315px;
    margin-block: 0;
}

.faq__lead--m {
    display: none;
}

.faq__link {
    color: #000;
    font-weight: 600;
    text-underline-offset: 3px;
}

.faq__link:hover,
.faq__link:focus,
.faq__link:active {
    color: #000;
    text-decoration: none;
}

.faq__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.faq__subtitle {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 32px;
}

.faq__item {
    position: relative;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.faq__control {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.faq__label {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 70px;
    padding: 22px 80px 22px 24px;
    position: relative;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.faq__label-title br {
    display: none;
}

.faq__label-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 72px;
    background-color: #F8E367;
    border-left: 1px solid #000;
}

.faq__label-icon svg {
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__label:hover {
    background-color: #fff;
}

.faq__content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.faq__text {
    font-weight: 600;
    padding: 23.5px 24px;
    border-top: 1px solid #000;
}

.faq__text p {
    margin-block: 0;
}

.faq__control:checked+.faq__label .faq__label-icon svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.faq__control:checked~.faq__content {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

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

    .faq__lead {
        font-size: 21px;
        margin-top: 0;
    }
}

@media (max-width: 1024px) {
    .faq__container {
        padding-block: 80px;
    }
}

@media (max-width: 991px) {
    .faq__head {
        margin-bottom: 48px;
    }

    .faq__lead {
        display: none;
    }

    .faq__lead--m {
        display: block;
    }
}

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

@media (max-width: 767px) {
    .faq__container {
        padding-bottom: 32px;
    }

    .faq__head {
        margin-bottom: 24px;
    }

    .faq__title {
        line-height: 1.2;
        margin-top: 0;
    }

    .faq__subtitle {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .faq__item {
        margin-bottom: 10px;
    }

    .faq__lead {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .faq__label {
        font-size: 14px;
        min-height: 58px;
        padding: 12px 60px 12px 16px;
    }

    .faq__label-title br {
        display: block;
    }

    .faq__label-icon {
        width: 58px;
    }

    .faq__label-icon svg {
        width: 24px;
        height: 24px;
    }

    .faq__text {
        padding: 12px 16px;
    }
}

.footer {
    font-size: 14px;
    line-height: 20px;
}

.footer__container {
    padding-top: 27px;
    padding-bottom: 30px;
}

.footer__menu {
    width: 100%;
}

.footer__menu,
.footer__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
}

.footer__menu-list {
    list-style: none;
    padding-left: 0;
}

.footer__menu-list:last-child {
    margin-left: auto;
}

.footer__menu-link {
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.footer__menu-link:hover,
.footer__menu-link:focus,
.footer__menu-link:active {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

.footer__head {
    margin-bottom: 194px;
}

.footer__body,
.footer__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__items,
.footer__legals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
}

.footer__body {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
}

.footer__items {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    position: relative;
    top: -4px;
}

.footer__caption {
    color: rgba(0, 0, 0, 0.6);
}

.footer__value {
    color: black;
    font-weight: 500;
    text-decoration: none;
}

.footer__value:hover,
.footer__value:focus,
.footer__value:active {
    text-decoration: underline;
}

.footer__foot {
    font-size: 14px;
    letter-spacing: -0.02em;
    padding-top: 1px;
}

.footer__legals {
    -webkit-column-gap: 1.8rem;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem;
}

.footer__legal,
.footer__copy {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
}

.footer__legal:hover,
.footer__legal:focus,
.footer__legal:active {
    color: black;
}

.footer__title {
    font-size: 156px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -3px;
    margin-bottom: 0;
    pointer-events: none;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

@media (max-width: 1439px) {
    .footer__title {
        font-size: 10.8vw;
    }
}

@media (max-width: 1024px) {
    .footer__head {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .footer__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 44px;
    }

    .footer__menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer__menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .footer {
        font-size: 12px;
        line-height: 18px;
    }

    .footer__title {
        font-size: 10.2vw;
        line-height: 0.98;
        white-space: normal;
        margin-top: 18px;
        margin-bottom: 6px;
    }

    .footer__head {
        margin-bottom: 25px;
    }

    .footer__logo img {
        max-height: 25px;
    }

    .footer__items {
        width: 100%;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 16px;
        margin-bottom: 28px;
    }

    .footer__body {
        padding-bottom: 22px;
    }

    .footer__foot {
        font-family: "Inter Tight", -apple-system, HelveticaNeue, Helvetica, Arial, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, sans-serif;
        display: block;
        font-size: 12px;
        padding-top: 12px;
    }

    .footer__legals {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer__copy {
        margin-top: 14px;
    }
}

@media (max-width: 576px) {
    .footer__menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__menu-list {
        row-gap: 15px;
    }

    .footer__menu-list:last-child {
        margin-left: 0;
    }
}

.page-thanks__columns {
    height: 100vh;
}

.page-thanks__columns,
.page-thanks__subcolumns {
    display: flex;
}

.page-thanks__pic,
.page-thanks__main-img {
    width: 40%;
}

.page-thanks__main-img {
    border-right: 1px solid #000;
}

.page-thanks__header {
    padding: 50px;
}

.page-thanks__header h1 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

.page-thanks__text,
.page-thanks__content {
    width: 60%;
}

.page-thanks__content {
    overflow-y: auto;
}


.page-thanks__main-img,
.page-thanks__pic {
    position: relative;
    overflow: hidden;
}

.page-thanks__main-img {
    height: 100%;
}

.page-thanks__pic {
    height: calc(100vh - 261px);
    border-left: 1px solid #000;
}

.page-thanks__subcolumns {
    border-top: 1px solid #000;
}

.page-thanks__text {
    font-size: 20px;
    font-weight: 500;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-thanks__text .btn {
    width: 247px;
}

@media (min-width: 1081px) {
    .page-thanks__main-img-right {
        display: none;
    }

    .page-thanks__picture,
    .page-thanks__picture img {
        object-fit: cover;
        width: 100%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .page-thanks__main-btn {
        display: none;
    }
}

@media (max-width: 1440px) {

    .page-thanks__header h1 {
        font-size: 60px;
    }

    .page-thanks__text,
    .page-thanks__header {
        padding: 30px;
    }
}

@media (max-width: 1080px) {
    .page-thanks__pic {
        display: none;
    }

    .page-thanks__picture,
    .page-thanks__picture-right-mob {
        display: flex;
    }

    .page-thanks__columns {
        height: auto;
        flex-wrap: wrap;
        align-items: stretch; 
        border-bottom: 1px solid #000; 
    }

    .page-thanks__main-img {
        order: 2;
        width: 50%;
        height: 45vh;
        overflow: hidden;
        display: flex;
        align-items: stretch; 
        border-top: 1px solid #000;   
        border-right: 1px solid #000; 
    }

    .page-thanks__main-img-right {
        order: 3;
        width: 50%;
        height: 45vh;
        overflow: hidden;
        display: flex;
        align-items: stretch;
        border-top: 1px solid #000;   
        border-left: none;
    }

    .page-thanks__main-img img,
    .page-thanks__main-img-right img,
    .page-thanks__main-img-right .page-thanks__picture-right-mob img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; 
    }

    .page-thanks__text,
    .page-thanks__content {
        width: 100%;
    }
    
    .page-thanks__main-img-right .page-thanks__picture-right-mob {
        width: 100%;
        height: 100%;         
        display: flex;
    }

    .page-thanks__main-img-right .page-thanks__picture-right-mob source,
    .page-thanks__main-img-right .page-thanks__picture-right-mob img {
        width: 100%;
        height: 100%;          
        object-fit: cover;   
    }

    .page-thanks__text {
        font-size: 18px;
    }
}


@media (max-width: 767px) {
    .page-thanks__text .btn {
        display: none;
    }

    .page-thanks__main-btn {
        order: 4;
    }

    .page-thanks__main-btn,
    .page-thanks__main-btn .btn {
        width: 100%;
    }

    .page-thanks__header h1 {
        font-size: 45px;
    }

    .page-thanks__text {
        font-size: 16px;
    }
}

@media (max-width: 480px) { .page-thanks__text, .page-thanks__header { padding: 16px; } .page-thanks__header h1 { font-size: 32px; } .page-thanks__main-img, .page-thanks__main-img-right { width: 50%; } .page-thanks__main-img .page-thanks__picture, .page-thanks__main-img .page-thanks__picture img { width: 100%; } .page-thanks__main-img-right { overflow: hidden; } 
 }

@media (max-width: 380px) {
    .page-thanks__main-img-right {
        max-height: 35vh;
    }
}

.tm-support {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

.tm-support a {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 155, 229, 1);
    transition: all 0.3s ease-in-out;
}

.tm-support a:hover {
    background: rgb(1, 124, 206);
}

.tm-support a svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    margin-right: 7px;
}

@media (max-width: 767px) {
    .tm-support a {
        width: 50px;
        height: 50px;
    }

    .tm-support {
        bottom: 60px;
        right: 20px;
    }

    .tm-support a svg {
        width: 25px;
        height: 25px;
        margin-right: 3px;
    }
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-overlay .popup {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.popup-overlay .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
}
.popup-overlay-check {
    position: relative;
}

.popup-overlay input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
}
.popup-overlay label {
    display: flex;
    justify-content: center;
    column-gap:15px;
    align-items: center;
}
.popup-overlay-check {
    width: 25px;
    height: 25px;
    border: 2px solid #eee;
    display: block;
}
.popup-overlay-check:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}

.popup-overlay input:checked~.popup-overlay-check:after {
    display: block;
}

.popup-overlay button {
    margin-top: 10px;
    padding: 8px 15px;
    border: none;
    background: #F8E367;
    color: №000;
    cursor: pointer;
    margin-bottom: 15px;
}

.popup-overlay button:disabled {
    background: #ccc;
    cursor: not-allowed;
}
