@font-face {
    font-family: "Bebas Neue";
    src: url('../fonts/BebasNeueCyrillic.ttf');
}

@font-face {
    font-family: "Bebas Neue Cyrillic";
    src: url('../fonts/BebasNeueCyrillic.ttf');
}

@font-face {
    font-family: "Bebas Neue Pro";
    src: url('../fonts/BebasNeuePro-Bold.ttf');
}

@font-face {
    font-family: "Gotham Pro";
    src: url('../fonts/GothamPro.ttf');
    font-weight: 400;
}

@font-face {
    font-family: "Gotham Pro";
    src: url('../fonts/GothamPro-Bold.ttf');
    font-weight: 700;
}

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    --transition: 0.3s ease all;
}

*::-webkit-scrollbar {
    width: 4px;
    background-color: #FFFFFF;
}

*::-webkit-scrollbar-thumb {
    background-color: #E6BC78;
    border-radius: 0;
}

.section-achieve .container-achieve::-webkit-scrollbar {
    height: 4px;
}

*::selection,
*::-moz-selection,
*::-o-selection,
*::-ms-selection {
    background: var(--main-green);
    color: white;
}

body {
    background: url('../img/bg.svg') center top / cover no-repeat, linear-gradient(to right, #2F6E5C, #2F6E5C);
    font-family: "Gotham Pro";
    font-style: normal;
    line-height: normal;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

.button {
    display: flex;
    width: auto;
    max-width: 367px;
    justify-content: center;
    align-items: center;
    color: #1B1204;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    padding: 22px 36px;
    background: linear-gradient(45deg, #ffccae7f 0, #EABF7A7f 35%, #ffffff 45%, #EABF7A7f 55%, #ffccae7f 100%), linear-gradient(to bottom, #ffffff 0%, #E6BC78 50%, #e29b2a 100%);
    background-size: 400% 400%;
    color: var(--white);
    animation: gradientAnimation 3s linear infinite alternate;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    outline-width: 0;
    position: relative;
    cursor: pointer;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -350px;
    }

    100% {
        background-position: -700px;
    }
}

.container {
    margin: 0 16px;
}

.address {
    display: flex;
    align-items: center;
    gap: 15px;
}

.address span {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}


.logo {
    max-width: 115px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.logo img {
    width: 157px;
    max-width: 97px;
}

.logo span {
    color: #B7D7CE;
    font-size: 6px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

h1, .h1 {
    color: #FBCF8A;
    font-family: "Bebas Neue Pro";
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0.96px;
    margin-bottom: 18px;
    text-transform: none;
}

h2, .h2 {
    color: #1E4D45;
    text-align: center;
    font-family: "Bebas Neue Cyrillic";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

@media(min-width: 350px) {
    h1, .h1 {
        font-size: 48px;
    }
}

@media(min-width: 992px) {
    .container {
        margin: 0 48px;
    }

    h2 {
        font-size: 60px;
        letter-spacing: 1.2px;
    }
}

@media(min-width: 1200px) {
    .logo {
        flex-direction: row;
        align-items: flex-end;
        gap: 19px;
        max-width: unset
    }

    .logo img {
        max-width: unset;
    }

    .logo span {
        max-width: 211px;
        font-size: 11px;
        line-height: 117%;
        letter-spacing: 0.55px;
    }

    h1, .h1 {
        font-size: 68px;
        letter-spacing: 1.44px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
}

/*HEADER*/
header {
    height: 60px;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: url('../img/bg-menu-mobile.svg') center top / cover no-repeat;
    transition: var(--transition);
    z-index: 100;
}

header::before {
    content: "";
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3D9385;
}

header.active {
    height: 100vh;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 16px;
    margin: 0;
}

header .container>.address,
header .container>.language {
    display: none;
}


header .container>.phone {
    display: flex;
    align-items: center;
    padding: 12px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 2px solid #EABF7A;
}


header .button-menu {
    width: 60px;
    height: 60px;
    background: transparent;
    border-width: 0;
    outline-width: 0;
    background: #eabf7a;
    overflow: hidden;
}

header .button-menu span {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/menu-open.svg') center center no-repeat;
    transition: var(--transition);
}

header.active .button-menu span {
    background-image: url('../img/menu-close.svg');
    transform: rotate(-180deg);
}

header .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    max-height: calc(100vh - 60px);
    margin: 50px 16px;
    overflow: auto;
}

header .menu .navigation {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

header .menu .navigation li a {
    color: #FFF;
    font-family: "Bebas Neue Cyrillic";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    letter-spacing: 0.48px;
    text-transform: lowercase;
}

header .language {
    display: flex;
    gap: 12px;
    color: #EABF7A;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

header .language .switcher {
    list-style-type: none;
}

header .language .switcher a {
    color: #FFF;
}

header .button {
    padding: 22px 6px;
}

main {
    margin-top: 60px;
}

@media(min-width: 1200px) {
    header {
        height: auto;
        overflow: inherit;
    }

    header::before {
        top: auto;
        left: 48px;
        right: 48px;
        bottom: 0;
        width: calc(100% - 96px);
    }

    header .button-menu,
    header .menu {
        display: none;
    }

    header .container {
        padding: 14px 48px 16px;
    }

    header .container>.address,
    header .container>.language {
        display: flex;
    }

    header .language {
        position: relative;
    }

    header .language .current {
        color: #FFF;
        cursor: pointer;
        padding-left: 10px;
    }

    header .language .current::after {
        content: url('data:image/svg+xml;charset=UTF-8,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6.5 6L12 1" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
        display: inline-block;
        position: relative;
        top: -2px;
        transition: var(--transition);
        padding: 0 10px;
    }

    header .language:hover .current::after {
        top: 2px;
        transform: rotate(-180deg);
    }

    header .language .switcher {
        position: absolute;
        top: 110%;
        left: 10px;
        background: #2f6e5c;
        border: 2px solid #EABF7A;
        display: none;
        flex-direction: row;
        gap: 8px;
        padding: 10px;
    }

    header .language:hover .switcher {
        display: flex;
    }

    header .container>.phone {
        font-size: 18px;
        font-weight: 400;
        padding: 12px 18px;
    }

    main {
        margin-top: 77px;
    }
}

/*FOOTER*/

footer {
    background: #2F6E5C;
    position: relative;
}

footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 16px 60px;
    margin: 0;
    gap: 40px;
}

footer .address span {
    white-space: nowrap;
    font-size: 16px;
}

footer .logo {
    max-width: unset;
    align-items: center;
    gap: 14px;
}

footer .logo img {
    width: 152px;
    max-width: unset;
}

footer .logo span {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.72px;
    max-width: 340px;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3D9385;
}

@media(min-width: 340px) {
    footer .address span {
        font-size: 18px;
    }
}

@media(min-width: 992px) {
    footer .container {
        padding: 30px 48px 42px;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    footer::before {
        left: 48px;
        right: 48px;
        width: calc(100% - 96px);
    }

    footer .logo {
        flex-direction: row;
        align-items: flex-end;
        gap: 19px;
        max-width: unset
    }

    footer .logo img {
        width: 157px;
        max-width: unset;
    }

    footer .logo span {
        max-width: 211px;
        font-size: 11px;
        line-height: 117%;
        letter-spacing: 0.55px;
        text-align: left;
    }
}

/*SECTION HERO*/
.section-hero {
    display: flex;
    justify-content: center;
    padding: 40px 0 72vw;
    background-repeat: no-repeat;
    background-size: 133vw;
    background-position: bottom center;
    margin-bottom: 64px;
}

.section-hero .container {
    max-width: 367px;
}

.section-hero .subtitle {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    margin-bottom: 20px;
}

.section-hero .container-bonus {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 24px 0 32px;
}

.section-hero .container-bonus .bonus-info-left {
    width: 140px;
    text-align: center;
}

.bonus-image {
    width: 80%;
    margin: 0 auto;
}

.bonus-title {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 8px;
}

.section-hero .container-bonus .bonus-info-right {
    width: calc(100% - 172px);
    max-width: 205px;
}

.bonus-file {
    display: inline-block;
    color: #EABF7A;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 139%;
    letter-spacing: -0.14px;
    padding: 8px 16px;
    border-radius: 1000px;
    border: 2px solid #EABF7A;
    background: rgba(30, 77, 69, 0.80);
    margin-bottom: 15px;
}

.bonus-text {
    color: #FFF;
    font-family: "Gotham Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media(min-width: 768px) {
    .section-hero {
        justify-content: flex-start;
        background-size: 120vw;
        background-position: 40vw 20px;
        padding: 40px 0;
        margin-bottom: 20px;
    }
}

@media(min-width: 992px) {
    .section-hero {
        background-size: 88vw;
    }

    .bonus-title {
        text-align: left;
    }
}

@media(min-width: 1200px) {
    .section-hero {
        margin-bottom: 72px;
        padding: 56px 0 16px;
        /*background-size: contain;*/
        background-size: 65vw auto;
        background-position: 31vw 56px;
    }

    .section-hero .container {
        max-width: unset;
    }

    .section-hero h1 {
        max-width: 620px;
    }

    .section-hero .subtitle {
        max-width: 450px;
        font-size: 20px;
        line-height: 125%;
    }

    .section-hero .container-bonus {
        margin: 24px 0 0;
        gap: 32px;
    }

    .section-hero .container-bonus .bonus-info-left {
        width: 150px;
    }

    .section-hero .container-bonus .bonus-info-right {
        width: calc(100% - 233px);
    }

    .bonus-image {
        width: 140px;
        margin: 0 0 0 30px;
    }

    .bonus-title {
        font-size: 22px;
        line-height: 138%;
        text-align: left;
    }
}

@media(min-width: 1400px) {
    .bonus-image {
        width: 140px;
    }

    .section-hero {
        background-position: calc(100% - 48px) 56px;
    }

    .section-hero .container-bonus .bonus-info-left {
        width: 190px;
    }
}

.section-who .container {
    background: white;
    padding: 40px 30px 75px;
    position: relative
}

.section-who .container::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #C2D9D2;
}

.section-who h2 {
    margin-bottom: 18px;
}

.section-who .container-who {
    color: #000;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
}

.section-who .container-who .image {
    margin-bottom: 18px;
}

.section-who .container-who h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.6px;
    margin-bottom: 10px;
}

.section-who .container-who .text {
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.16px;
    margin-bottom: 20px;
}

.section-who .container-who .additional {
    font-size: 14px;
    font-weight: bold;
    line-height: 139%;
    letter-spacing: -0.14px;
    padding-left: 36px;
    position: relative;
}

.section-who .container-who .additional::before {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="34" viewBox="0 0 24 34" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" transform="matrix(1 0 0 -1 0 28)" fill="%23EABF7A"/><path d="M11.16 17.716L10.314 9.76V9.4H13.518V9.76L12.672 17.716H11.16ZM10.458 22V19.12H13.374V22H10.458Z" fill="black"/></svg>');
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 0;
}

@media(min-width: 768px) {
    .section-who .container-who {
        flex-direction: row;
    }

    .section-who .container-who .item {
        width: calc(50% - 12px);
    }

    .section-who .container-who .image {
        height: 290px;
        margin-bottom: 24px;
    }

    .section-who .container-who .image img {
        height: 100%;
    }
}

@media(min-width: 1200px) {
    .section-who h2 {
        margin-bottom: 32px;
    }

    .section-who .container-who {
        justify-content: center;
        gap: 56px;
    }

    .section-who .container-who .item {
        width: 360px
    }

    .section-who .container-who .image {
        height: 275px;
        margin-bottom: 0;
    }

    .section-who .container-who .image img {
        height: auto;
    }

    .section-who .container-who .item:nth-child(3n+1) {
        margin-top: 27px;
    }

    .section-who .container-who .item:nth-child(3n+2) {
        margin-top: 21px;
    }

    .section-who .container-who .item:nth-child(3n+1) .image {
        margin-left: 24px;
    }

    .section-who .container-who .item:nth-child(3n+2) .image {
        margin-left: 20px;
        margin-bottom: 6px;
    }

    .section-who .container-who .item:nth-child(3n+3) .image {
        margin-left: 43px;
        margin-bottom: 27px;
    }

    .section-who .container-who h3 {
        font-size: 24px;
        letter-spacing: -0.72px;
        margin-bottom: 12px;
    }

    .section-who .container-who .text {
        font-size: 18px;
        line-height: 139%;
        letter-spacing: -0.18px;
        margin-bottom: 24px;
    }

    .section-who .container-who .additional {
        font-size: 16px;
        line-height: 139%;
        letter-spacing: -0.16px;
        padding-left: 40px;
    }
}

/*SECTION PROBLEMS*/
.section-problems {
    padding: 50px 0;
}

.section-problems h2 {
    color: white;
    margin-bottom: 35px;
}

.section-problems .container-problems {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.section-problems .container-problems .problem {
    flex: 1;
    z-index: 2;
    padding: 10px;
    background: linear-gradient(to bottom, #2F6E5C 0, #2F6E5C 93px, white 93.000001px, white 100%);
    position: relative;
}

.section-problems .container-problems .problem .number {
    width: 40px;
    height: 40px;
    background: #EABF7A;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -20px;
    color: #2F6E5C;
    font-family: "Bebas Neue Cyrillic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 50%;
}

.section-problems .container-problems .problem .info {
    border: 1px solid #BEE9D6;
    height: 100%;
}

.section-problems .container-problems .problem h3 {
    color: #FFF;
    font-family: "Bebas Neue Cyrillic";
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin: 37px 5px 0;
}

.section-problems .container-problems .problem .info .content {
    color: #000;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: -0.18px;
    padding: 38px 24px 30px;
}

.section-problems .container-problems .problem .info .content div {
    height: 205px;
    overflow: hidden;
    transition: var(--transition);
    margin-bottom: 20px;
}

.section-problems .container-problems .problem .info .content button {
    color: #2F6E5C;
    border: 2px solid #2F6E5C;
    background: transparent;
    padding: 16px 0;
}

.section-problems .container-problems .problem .info .content button::after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M1 0.999512L6.5 5.99951L12 0.999512" stroke="%232F6E5C" stroke-width="2" stroke-linecap="round"/></svg>');
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: -2px;
    transition: var(--transition);
}

.section-problems .container-problems .problem .info .content.active button::after {
    transform: rotate(-180deg);
}

.section-problems .container-problems .problem .info .content button span {
    display: none;
    text-align: center;
    align-items: center;
    padding-left: 15px;
}

.section-problems .container-problems .problem .info .content button span.active {
    display: inline-flex;
}


.section-problems .container-problems .problem .info .content.active div {
    height: auto;
}

.section-problems .container-problems .problem .info .content ul {
    list-style-type: none;
}

.section-problems .container-problems .problem .info .content ul li {
    position: relative;
    padding-left: 21px;
}

.section-problems .container-problems .problem .info .content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #EABF7A;
    position: absolute;
    margin-top: 13px;
    left: 0;
}



.section-problems .button {
    margin: 30px auto 0;
}

.section-problems .button-problems {
    width: 100%;
}

@media(min-width: 992px) {
    .section-problems {
        padding: 100px 0;
    }

    .section-problems h2 {
        margin-bottom: 75px;
    }

    .section-problems .button {
        margin: 50px auto 0;
    }

    .section-problems .container-problems {
        flex-direction: row;
        align-items: flex-start;
        gap: 42px;
        max-width: 1360px;
        margin: 0 auto;
    }

    .section-problems .container-problems .problem {
        background: linear-gradient(to bottom, #2F6E5C 0, #2F6E5C 112px, white 112.000001px, white 100%);
        padding: 10px;
    }

    .section-problems .container-problems .problem h3 {
        font-size: 29px;
        margin: 44px 8px 0;
    }

    .section-problems .container-problems .problem .number {
        font-size: 29px;
        width: 62px;
        height: 62px;
        top: -21px;
        margin-left: -31px;
    }

    .section-problems .container-problems .problem .info .content {
        padding: 52px 36px 32px;
    }
}

.section-callback {
    background: #EABF7A;
    padding: 60px 0;
}

.section-callback .container {
    background: url('data:image/svg+xml;charset=UTF-8,<svg width="341" height="696" viewBox="0 0 341 696" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_31_899)"><path d="M465 527.5C465 653.145 354.19 755 217.5 755C80.8095 755 -30 653.145 -30 527.5C-30 401.855 80.8095 300 217.5 300C354.19 300 465 401.855 465 527.5Z" fill="%2313B89C" fill-opacity="0.4"/></g><defs><filter id="filter0_f_31_899" x="-330" y="0" width="1095" height="1055" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="150" result="effect1_foregroundBlur_31_899"/></filter></defs></svg>') left bottom / cover no-repeat, linear-gradient(to right, #1E4D45, #1E4D45);
    padding: 10px;
}

.section-callback h2 {
    color: #ffffff;
    margin: 0 auto 25px;
    padding: 0 10px;
    max-width: 450px;
}

.section-callback .container-callback {
    border: 1px solid #BEE9D6;
    padding: 32px 0 10px;
}

.section-callback .container-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 16px 30px;
}

.section-callback .container-info .info {
    position: relative;
    padding-left: 52px;
    max-width: 420px;
}

.section-callback .container-info .info::before {
    content: "";
    background: url('data:image/svg+xml;charset=UTF-8,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.695312 3.28585L4.45188 6.71289L9.57446 0.793457" stroke="%23C69342" stroke-width="2"/></svg>') center center no-repeat, linear-gradient(to right, #FFF, #FFF);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 8px solid #2F6E5C;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.section-callback .container-info .info h3 {
    color: #EABF7A;
    font-family: "Bebas Neue";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    letter-spacing: 0.44px;
    text-transform: uppercase;
}

.section-callback .container-info .info p {
    color: #FFF8F8;
    font-size: 16px;
    font-weight: 400;
    line-height: 139%;
    letter-spacing: -0.16px;
}

.section-callback .wpcf7 {
    width: 100%;
    max-width: 390px;
}

form {
    background: #ffffff;
    padding: 30px 30px 15px;
    width: 100%;
    margin: 0 auto;
}

form .input-title {
    color: #2D725F;
    font-family: "Bebas Neue Cyrillic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.2px;
}

form input:not(.wpcf7-submit) {
    width: 100%;
    border: 1px solid #C0BDB7;
    background: #FFF;
    color: #43341D;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
    padding: 12px 20px;
}

form .input-hidden {
    display: none;
}

form .wpcf7-submit {
    width: 100%;
    margin-top: 24px;
}

.section-callback .callback {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.section-callback .callback .container-bonus {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-callback .callback .container-bonus .bonus-image {
    width: 100%;
    max-width: 320px;
}

.section-callback .callback .container-bonus .bonus-file {
    margin: 26px 0 15px;
}

.section-callback .callback .container-bonus .bonus-title {
    font-size: 24px;
    text-align: center;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-content {
    width: 90%;
    max-width: 390px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g id="Menu / Close_MD"><path id="Vector" d="M18 18L12 12M12 12L6 6M12 12L18 6M12 12L6 18" stroke="%232D725F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></g></svg>') center center / cover no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
}

@media (min-width: 992px) {
    .section-callback .container {
        background: url('data:image/svg+xml;charset=UTF-8,<svg width="940" height="723" viewBox="0 0 940 723" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_1_214)"><path d="M1130 459C1130 688.198 944.198 874 715 874C485.802 874 300 688.198 300 459C300 229.802 485.802 44 715 44C944.198 44 1130 229.802 1130 459Z" fill="%2313B89C" fill-opacity="0.4"/></g><defs><filter id="filter0_f_1_214" x="0" y="-256" width="1430" height="1430" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="150" result="effect1_foregroundBlur_1_214"/></filter></defs></svg>') 50% top / cover no-repeat, linear-gradient(to right, #1E4D45, #1E4D45);
        padding: 25px;
    }

    .section-callback .container-callback {
        padding: 52px 45px;
    }

    .section-callback h2 {
        padding: 0;
        max-width: 768px;
        margin: 0 auto 34px;
    }

    .section-callback .container-info {
        flex-direction: row;
        align-items: flex-start;
        gap: 68px;
    }

    .section-callback .container-info .info {
        padding-left: 76px;
    }

    .section-callback .container-info .info::before {
        background: url('data:image/svg+xml;charset=UTF-8,<svg width="19" height="14" viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5.21053L8.34615 11L17 1" stroke="%23C69342" stroke-width="3"/></svg>') center center no-repeat, linear-gradient(to right, #FFF, #FFF);
        width: 40px;
        height: 40px;
    }

    .section-callback .container-info .info h3 {
        font-size: 24px;
        letter-spacing: 0.48px;
    }

    .section-callback .container-info .info p {
        font-size: 20px;
        letter-spacing: -0.2px;
    }

    .section-callback .container-info {
        margin: 0 auto 43px;
    }

    .section-callback .wpcf7 {
        width: 390px;
    }

    form {
        background: #ffffff;
        padding: 40px 50px 25px;
    }

    .section-callback .callback {
        flex-direction: row;
        align-items: flex-start;
        gap: 60px;
    }
 
    .section-callback .callback .container-bonus {
        flex-direction: column-reverse;
        text-align: left;
    }

    .section-callback .callback .container-bonus .bonus-title {
        text-align: left;
    }
}

.section-results {
    padding: 70px 0;
}

.section-results h2 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.section-results .container-results {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 570px;
    max-height: 310px;
    margin: 0 auto 40px;
    overflow: hidden;
}

.section-results.active .container-results {
    max-height: 100%;
}

.section-results .container-results .item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.section-results .container-results .item .image {
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
}

.section-results .container-results .item p {
    width: calc(100% - 70px);
    color: #FFF;
    font-family: "Gotham Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 139%;
    letter-spacing: -0.16px;
}

.section-results .button-results {
    width: 100%;
    max-width: 360px;
    display: block;
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 138%;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 16px 0;
    margin: 0 auto;
}

.section-results .button-results::after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.999512L6.5 5.99951L12 0.999512" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: -1px;
    transition: var(--transition);
}

.section-results.active .button-results::after {
    transform: rotate(-180deg);
}

.section-results .button-results span {
    display: none;
    text-align: center;
    align-items: center;
    padding-left: 15px;
}

.section-results .button-results span.active {
    display: inline-flex;
}

@media(min-width: 992px) {
    .section-results h2 {
        margin-bottom: 53px;
    }

    .section-results .container-results {
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 1360px;
        max-height: unset;
        padding: 0 60px;
        gap: 40px;
    }

    .section-results .container-results .item {
        width: calc(50% - 20px);
        gap: 30px;
    }

    .section-results .container-results .item .image {
        width: 90px;
        height: 90px;
    }

    .section-results .container-results .item p {
        width: calc(100% - 120px);
        font-size: 20px;
        letter-spacing: -0.2px;
    }

    .section-results .button-results {
        display: none;
    }
}

.section-image img {
    width: 100%;
}

.section-achieve {
    padding: 50px 0 70px;
}

.section-achieve h2 {
    color: white;
    margin-bottom: 0;
}

.section-achieve .container-achieve {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 100%;
    overflow: auto;
    gap: 10px;
    padding: 18px 0 30px;
    position: relative;
}

.section-achieve .scroll {
    color: #EABF7A;
    text-align: right;
    font-family: "Bebas Neue Cyrillic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: lowercase;
}

.section-achieve .scroll::after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5.5H13M13 5.5L8.5 1M13 5.5L8.5 10" stroke="%23DEBA78" stroke-width="2"/></svg>');
    padding-left: 11px;
    position: relative;
    top: -2px;
}

.section-achieve .container-achieve .achieve {
    min-width: min(100%, 320px);
    max-width: 320px;
    height: 228px;
    z-index: 2;
    padding: 10px;
    background: linear-gradient(to bottom, #1E4D45 0, #1E4D45 80px, white 80.000001px, white 100%);
    position: relative;
}

.section-achieve .container-achieve .achieve .info {
    border: 1px solid #A68F6B;
    height: 100%;
    padding: 20px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.section-achieve .container-achieve .achieve .info::after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M1 3.94737L5.65385 8L12 1" stroke="%23C69342" stroke-width="2"/></svg>');
    width: 34px;
    height: 34px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -17px;
    border-radius: 50%;
}

.section-achieve .container-achieve .achieve h3 {
    color: #E6BC78;
    font-family: "Bebas Neue Cyrillic";
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin: 0 5px 28px;
}

.section-achieve .container-achieve .achieve .info .content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: "Gotham Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.16px;
    height: 115px;
}

@media(min-width: 992px) {
    .section-achieve {
        padding: 100px 0 90px;
    }

    .section-achieve h2 {
        margin-bottom: 38px;
    }

    .section-achieve .button {
        margin: 50px auto 0;
    }

    .section-achieve .container-achieve {
        flex-wrap: wrap;
        justify-content: center;
        gap: 42px;
        overflow: unset;
        max-width: 1360px;
        margin: 0 auto;
    }

    .section-achieve .scroll {
        display: none;
    }

    .section-achieve .container-achieve .achieve {
        background: linear-gradient(to bottom, #1E4D45 0, #1E4D45 105px, white 105.000001px, white 100%);
        width: calc(100% / 3 - 28px);
        height: 282px;
        min-width: 420px;
        max-width: unset;
        padding: 14px;
    }

    .section-achieve .container-achieve .achieve {
        height: 312px;
    }

    .section-achieve .container-achieve .achieve .info {
        padding: 28px 20px;
    }

    .section-achieve .container-achieve .achieve h3 {
        font-size: 28px;
    }

    .section-achieve .container-achieve .achieve .info::after {
        content: url('data:image/svg+xml;charset=UTF-8,<svg width="19" height="14" viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5.21053L8.34615 11L17 1" stroke="%23C69342" stroke-width="3"/></svg>');
        width: 46px;
        height: 46px;
        top: -34px;
        margin-left: -23px;
        line-height: 0;
    }

    .section-achieve .container-achieve .achieve .info .content {
        color: #000;
        align-items: flex-start;
        font-size: 20px;
        line-height: 139%;
        letter-spacing: -0.2px;
        height: 145px;
    }
}

.section-titul .container-titul {
    position: relative;
    background: #1E4D45;
    padding: 16px 16px 0;
    margin: 0;
}

.section-titul .container-titul .content {
    border: 1px solid #F0DFC2;
    border-bottom-width: 0;
    padding: 32px 16px;
}

.section-titul .container-titul .content .info {
    text-align: center;
}

.section-titul .container-titul .content .info h2 {
    color: #FFFCF8;
    text-align: center;
    font-family: "Bebas Neue Cyrillic";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.68px;
    margin-bottom: 10px;
}

.section-titul .container-titul .content .info h2 span {
    display: block;
    color: #EABF7A;
}

.section-titul .container-titul .content .info p {
    color: #FFF;
    text-align: center;
    font-family: "Gotham Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.16px;
}

.section-titul .container-titul .content .info img {
    max-width: 107px;
    margin-bottom: 19px;
}


.section-titul .container-button button {
    margin: 32px auto 16px;
}

.section-titul .bg-desktop {
    display: none;
}

.section-titul .bg-mobile {
    width: 100%;
}

@media (min-width: 576px) {
    .section-titul .container-titul {
        margin: 0 16px;
    }

    .section-titul .bg-mobile {
        padding: 0 16px;
    }
}

@media(min-width: 1200px) {
    .section-titul .container-titul {
        position: relative;
        background: #1E4D45;
        padding: 16px;
        overflow: hidden;
    }

    .section-titul .container-titul .content {
        padding: 65px 50px;
        min-height: 32vw;
        display: flex;
        align-items: center;
        border-bottom-width: 1px;
    }

    .section-titul .container-titul .content .info {
        text-align: left;
        max-width: 45%;
    }

    .section-titul .container-titul .content .info img {
        max-width: 120px;
        margin-bottom: 41px;
    }

    .section-titul .bg-desktop {
        display: block;
        height: 100%;
        width: 60%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .section-titul .bg-desktop img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left center;
    }

    .section-titul .bg-mobile {
        display: none;
    }

    .section-titul .container-titul .content .info h2 {
        font-size: 48px;
        letter-spacing: 0.96px;
        margin-bottom: 20px;
        text-align: left;
    }

    .section-titul .container-titul .content .info p {
        font-size: 20px;
        letter-spacing: -0.2px;
        text-align: left;
    }

    .section-titul .container-button button {
        margin: 64px auto 16px;
    }
}

.section-insta {
    padding-top: 48px
}

.section-insta .container {
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    text-align: center;
    overflow: hidden;
}

.section-insta .container img {
    width: 100%;
    transform: scale(1.5);
    position: relative;
    left: 3vw;
}

.section-insta .container .content {
    margin: 0 16px;
}

.section-insta .container .content .insta {
    display: inline-block;
    border-radius: 1000px;
    border: 2px solid #EABF7A;
    background: #1E4D45;
    padding: 0 23px;
    color: #EABF7A;
    font-family: "Gotham Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -0.16px;
    margin-bottom: 20px;
}

.section-insta .container .content h2 {
    color: white;
    margin-bottom: 20px;
}

.section-insta .container .content .subtitle {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 139%;
    letter-spacing: -0.16px;
    margin-bottom: 20px;
}

.section-insta .container .content .button {
    width: max-content;
    margin: 0 auto;
}

@media(min-width: 992px) {
    .section-insta {
        padding-top: 16px;
    }

    .section-insta .container {
        flex-direction: row;
        align-items: center;
        gap: 64px;
        text-align: left;
        margin: 0 48px;
    }

    .section-insta .container img {
        width: calc(50% - 32px);
        transform: none;
        left: 0;
    }

    .section-insta .container .content {
        margin: 0;
    }

    .section-insta .container .content .insta {
        font-size: 20px;
        line-height: 139%;
        letter-spacing: -0.2px;
        padding: 0 32px;
        line-height: 55px;
    }

    .section-insta .container .content h2 {
        text-align: left;
        margin-bottom: 26px;
    }

    .section-insta .container .content .subtitle {
        font-size: 20px;
        letter-spacing: -0.2px;
        margin-bottom: 37px;
    }

    .section-insta .container .content .button {
        margin: 0;
    }
}


@media(min-width: 1200px) {
    .section-insta .container {
        gap: 128px;
    }

    .section-insta .container img {
        width: calc(50% - 64px);
    }
}

.section-thanks {
    padding: 20px 0 40px;
}

.section-thanks .container {
    background: #1E4D45;
    padding: 10px;
}

.section-thanks .container .container-thanks {
    padding: 64px 16px 16px;
    border: 1px solid #BEE9D6;
    display: flex;
    flex-direction: column-reverse;
}

.section-thanks .container .container-thanks .subtitle {
    display: none;
}

.section-thanks .container .container-thanks .bonus-info {
    display: none;
}

.section-thanks .h2 {
    max-width: 580px;
    margin: 0 auto;
    color: white;
}

.section-thanks .h2 span {
    color: #EABF7A;
}

.section-thanks .button {
    margin: 30px auto 5px;
}

.section-thanks .bonus-image {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

@media(min-width: 992px) {
    .section-thanks {
        padding: 40px 0 60px;
    }

    .section-thanks .container {
        padding: 24px;
    }

    .section-thanks .container .container-thanks {
        flex-direction: row;
        align-items: center;
        gap: 32px;
        padding: 24px 16px;
    }

    .section-thanks .container .container-thanks .subtitle {
        display: block;
    }

    .section-thanks .container .container-thanks .bonus-info {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .section-thanks .container .container-thanks .bonus-info .bonus-file {
        background: #EABF7A;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 33px;
        letter-spacing: -0.12px;
        padding: 0 18px;
    }

    .section-thanks .container .container-thanks .bonus-info .bonus-text {
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
    }

    .section-thanks .container .container-bonus {
        width: calc(50% - 16px);
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    .section-thanks .container .container-thanks .bonus-image {
        max-width: 500px;
        margin: 0;
    }

    .section-thanks .container .subtitle {
        display: inline-block;
        color: #FFF;
        font-family: "Gotham Pro";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 139%;
        letter-spacing: -0.18px;
        position: relative;
        margin-bottom: 62px;
    }

    .section-thanks .container .subtitle::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -21px;
        width: 100%;
        height: 9px;
        border-radius: 5px;
        background: linear-gradient(to right, #EABF7A 0, #EABF7A 90%, #FFFFFF 90.000001%, #FFFFFF 100%);
    }

    .section-thanks .container .h2 {
        text-align: left;
    }

    .section-thanks .container .subtitle span {
        color: #EABF7A;
    }

    .section-thanks .container .button {
        margin: 40px 0 0 0
    }
}