@font-face {
    font-family: 'TrajanPro3';
    src: url('../fonts/TrajanPro3Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
    border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    /* 1 */
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

html {
    font-size: 2.32vw;
    height: 100%;
}

body {
    color: #515151;
    font-size: 1.8rem;
    line-height: 1.56;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #f7f7f7;
    /* background: linear-gradient(168deg, #FFF 8.02%, #E5E5E5 91.01%); */
}

@media screen and (max-width: 575px) {
    body {
        background: #efefef;
    }
}
.my-body-noscroll-class {
    overflow: hidden;
}

.my-body-noscroll-class body {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a,
button,
.img-svg,
.modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    transition: 320ms;
    text-decoration: none;
}

.img-svg path,
.img-svg line,
.img-svg circle {
    transition: 320ms;
}

/* Bootstrap 4 */
.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    html {
        font-size: 4px;
    }

    .container {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 5.5px;
    }

    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 8px;
    }

    .container {
        max-width: 984px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 9px;
    }

    .container {
        max-width: 1107px;
    }
}

@media (min-width: 1500px) {
    html {
        font-size: 10px;
    }

    .container {
        max-width: 1230px;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    .hidden-lg {
        display: none;
    }
}

.slick-slide {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.t-title {
    font-family: 'TrajanPro3';
    font-weight: 400;
    line-height: 1.23;
    font-size: 5rem;
}

section {
    /* position: relative; */
}

.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 192rem auto;
    background-repeat: no-repeat;
    background-position: top center;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .section__bg.pc {
        display: none;
    }
}

.section__bg.xs {
    background-size: 43rem auto;
}

@media screen and (min-width: 575px) {
    .section__bg.xs {
        display: none;
    }
}

.container {
    /* z-index: 4; */
    /* position: relative; */
}

.green {
    color: #33946f;
}

.orange {
    color: #db794c;
}

.t-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.66rem;
    letter-spacing: 1.332px;
    color: #fff;
    cursor: pointer;
    transition: 320ms;
    display: inline-block;
}
.t-btn.gray .button__box {
    color: #000 !important;
}

@media screen and (max-width: 575px) {
    .t-btn {
        font-size: 1.6rem;
    }
}

.t-btn:hover {
    transform: scale(1.03);
}

.t-btn .button__box {
    width: 34rem;
    height: 9.5rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .t-btn .button__box {
        width: 33rem;
    }
}

.dmr-section {
    position: relative;
}

.dmr-section .container {
    position: relative;
    z-index: 4;
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.modal {
    position: relative;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.modal[data-modal='video'] {
    padding: 0;
    width: auto;
}

@media screen and (max-width: 575px) {
    .modal[data-modal='video'] {
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.modal[data-modal='video'] .video-content {
    width: 800px;
    height: 450px;
    background: #0c0b12;
    max-width: 100%;
    padding: 0;
}

@media screen and (max-width: 992px) {
    .modal[data-modal='video'] .video-content {
        width: 70vw;
        height: 40vw;
    }
}

@media screen and (max-width: 767px) {
    .modal[data-modal='video'] .video-content {
        width: 56vw;
        height: 36vw;
    }
}

@media screen and (max-width: 570px) {
    .modal[data-modal='video'] .video-content {
        width: 95vw;
        height: 65vw;
    }
}

.modal[data-modal='video'] iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
}

.modal[data-modal='video'] .modal__close {
    position: absolute;
    right: 0;
    top: -45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c0b12;
    cursor: pointer;
}

.modal[data-modal='video'] .modal__close .img-svg {
    width: 20px;
    height: 20px;
}

.modal[data-modal='video'] .modal__close .img-svg line {
    stroke: #777777;
}

.modal[data-modal='video'] .modal__close:hover .img-svg line {
    stroke: #fff;
}

.modal__lock {
    background-color: #eeebe6;
    background-image: url('../img/modal/pc-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 97rem;
    height: 34rem;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    padding: 6rem 10rem 4.5rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .modal__lock {
        padding: 4rem 2rem;
        width: 33rem;
        height: auto;
        background-image: url('../img/modal/xs-bg.jpg');
    }
}

.modal__lock .img18 {
    position: absolute;
    width: 4.4rem;
    bottom: 1.5rem;
    right: 1.5rem;
}

@media screen and (max-width: 575px) {
    .modal__lock .img18 {
        width: 2.3rem;
        bottom: 0.9rem;
        right: 0.9rem;
    }
}

@media screen and (max-width: 575px) {
    .modal__lock .t-title {
        font-size: 2.2rem;
    }
}

.modal__lock .subtitle {
    margin: 1rem 0 3rem;
    font-size: 1.7rem;
    font-weight: 300;
}

@media screen and (max-width: 575px) {
    .modal__lock .subtitle {
        font-size: 1.1rem;
        margin: 0.7rem 0 2rem;
    }
}

.modal__lock .buttons__box .t-btn {
    margin: 0 2rem;
}

@media screen and (max-width: 575px) {
    .modal__lock .buttons__box .t-btn {
        margin: 0 0 1.5rem;
    }
}

.modal__lock .buttons__box .t-btn .button__box {
    width: 28rem;
    height: 7.8rem;
}

.modal__review {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    background-color: #eeebe6;
    width: 45rem;
    padding: 5rem;
    border-radius: 2rem;
    max-height: 95%;
    overflow-y: auto;
    line-height: 1.3;
}

@media screen and (max-width: 575px) {
    .modal__review {
        padding: 3rem;
        width: 35rem;
    }
}

.modal__review .modal__close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 3rem;
    cursor: pointer;
}

.modal__review .author__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.modal__review .author__img {
    width: 20rem;
}

@media screen and (max-width: 575px) {
    .modal__review .author__img {
        width: 16rem;
    }
}

.modal__review .author__name {
    font-weight: 600;
    font-size: 2rem;
    margin: 1rem auto 0;
    width: 20rem;
}

.modal__review .author__text {
    font-size: 1.6rem;
    margin-top: 2rem;
}

@media screen and (max-width: 575px) {
    .modal__review .author__text {
        font-size: 1.4rem;
    }
}

.modal__review .author__text p {
    margin: 0 0 1.5rem;
}

.modal__review .author__text p:last-child {
    margin-bottom: 0;
}

.modal__review .author__video-btn {
    margin: 1.5rem 0 0;
    font-weight: 600;
    text-decoration: underline;
}

@media screen and (max-width: 575px) {
    .modal__review .author__video-btn {
        font-size: 1.6rem;
    }
}

#mobile__menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #eee;
    box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.5);
    z-index: 99;
    width: 56rem;
    opacity: 0;
    transition: 320ms;
    transform: translateX(100%);
}

#mobile__menu.active {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 575px) {
    #mobile__menu {
        width: 100%;
    }
}

#mobile__menu .mobile__menu-close {
    position: absolute;
    top: 3rem;
    right: 5rem;
    width: 2.7rem;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    #mobile__menu .mobile__menu-close {
        width: 2.4rem;
        top: 4rem;
        right: 3rem;
    }
}

#mobile__menu .content {
    padding: 4rem 12rem 4rem 5rem;
}

@media screen and (max-width: 575px) {
    #mobile__menu .content {
        padding: 3.5rem 4rem 3rem 4rem;
    }
}

#mobile__menu .logo {
    font-family: 'TrajanPro3';
    font-size: 3.2rem;
    margin-bottom: 3.3rem;
}

@media screen and (max-width: 575px) {
    #mobile__menu .logo {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }
}

#mobile__menu .menu__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

#mobile__menu .menu__content .menu__link {
    margin-bottom: 1.6rem;
    font-size: 2.1rem;
    color: #515151;
}

@media screen and (max-width: 575px) {
    #mobile__menu .menu__content .menu__link {
        font-size: 1.8rem;
        margin-bottom: 1.3rem;
    }
}

#mobile__menu .menu__content .menu__link:hover {
    color: #33946f;
}

@media screen and (max-width: 575px) {
    #mobile__menu .t-btn .button__box {
        width: 28rem;
        height: 8rem;
    }
}

.intro-section {
    height: 138.3rem;
    background-color: #eee9e5;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 575px) {
    .intro-section {
        height: 175.8rem;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .container {
        padding: 0 5rem;
    }
}

.intro__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4rem 0 0;
}

@media screen and (max-width: 575px) {
    .intro__header {
        padding: 3rem 0;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media screen and (max-width: 575px) {
    .intro__logo {
        flex-direction: column;
        display: flex;
    }
}

.intro__logo-title {
    color: #745f63;
    font-weight: 300;
    font-size: 1.5rem;
}

@media screen and (max-width: 575px) {
    .intro__logo-title {
        font-size: 1.2rem;
        line-height: 1.3;
        order: 1;
        margin-top: 0.3rem;
    }
}

.intro__logo-title b {
    font-weight: 500;
    color: #1e1e1e;
}

@media screen and (min-width: 575px) {
    .intro__logo-title br {
        display: none;
    }
}

.intro__logo-name {
    font-family: 'TrajanPro3';
    font-size: 4rem;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {
    .intro__logo-name {
        font-size: 2.5rem;
        order: 0;
    }
}

.intro__logo-name span {
    color: #33946f;
}

.intro__time {
    display: flex;
    align-items: center;
    margin-left: 12rem;
    margin-right: auto;
    font-size: 1.5rem;
}

@media screen and (max-width: 575px) {
    .intro__time.pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .intro__time.xs {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .intro__time {
        width: 24rem;
        margin: 3rem auto 2.4rem;
        padding-left: 0.5rem;
    }
}

.intro__time-icon {
    margin-right: 1rem;
    width: 3.7rem;
}

@media screen and (max-width: 575px) {
    .intro__time-icon {
        margin-right: 2rem;
    }
}

.intro__time-text {
    margin-top: -0.5rem;
}

.intro__time-text .title {
    color: #33946f;
}

.intro__time-text .subtitle {
    font-weight: 600;
    text-transform: uppercase;
}

.intro__menu-button {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 5px;
    background: rgba(20, 20, 20, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 320ms;
    position: fixed;
    top: 6rem;
    z-index: 20;
    @media screen and (max-width: 575px) {
        right: 2.5rem;
        top: 2.8rem;
    }
}

.intro__menu-button:hover {
    background: rgba(20, 20, 20, 0.2);
}

.intro__menu-button img {
    width: 2rem;
}

.intro__format {
    width: 32.2rem;
    margin: 3.3rem 0 1.8rem;
}

@media screen and (max-width: 575px) {
    .intro__format {
        width: 25rem;
        display: block;
        margin: 0 auto 1rem;
    }
}

.intro__title {
    width: 66.5rem;
    font-size: 6rem;
}

@media screen and (max-width: 575px) {
    .intro__title {
        width: 100%;
        text-align: center;
        font-size: 3.5rem;
    }
}

.intro__subtitle {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 2.3rem 0 2.4rem;
    color: #c64568;
    font-size: 2rem;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .intro__subtitle {
        margin: 31rem 0 0;
        font-size: 1.4rem;
    }
    .intro__subtitle2 {
        margin: 2rem 0 3rem;
    }
    .intro__subtitle br {
        display: none;
    }
}

.intro__subtitle b {
    font-weight: 700;
    color: #515151;
}

.intro__subtitle img {
    width: 5.8rem;
    margin-right: 1.5rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 575px) {
    .intro__subtitle img {
        /* display: none; */
    }
}

@media screen and (max-width: 575px) {
    .intro__buttons-box {
        text-align: center;
    }
}

@media screen and (min-width: 575px) {
    .intro__buttons-box {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        padding: 2.3rem 3rem 2rem 4.4rem;
        border-radius: 3rem;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: rgba(81, 81, 81, 0.1);
        box-shadow: 0px 0px 12px 0px rgba(181, 181, 181, 0.58) inset;
        -webkit-backdrop-filter: blur(9px);
        backdrop-filter: blur(9px);
    }
}

.intro__buttons-box .title {
    font-weight: 400;
    color: #6d6d6d;
    font-size: 2.3rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.925px;
    margin-right: 4rem;
}

@media screen and (max-width: 575px) {
    .intro__buttons-box .title {
        border-radius: 1.5rem 1.5rem 0 0;
        font-size: 1.4rem;
        margin: 0;
        letter-spacing: 0.56px;
        padding: 1.5rem;
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: rgba(81, 81, 81, 0.1);
        box-shadow: 0px 0px 12.02364px 0px rgba(181, 181, 181, 0.58) inset;
        -webkit-backdrop-filter: blur(9px);
        backdrop-filter: blur(9px);
    }

    .intro__buttons-box .title br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .intro__buttons-box .t-btn {
        margin-top: -0.3rem;
        position: relative;
        z-index: 10;
    }
}

.intro__place {
    position: absolute;
    width: 21.5rem;
    top: 58rem;
    left: 74rem;
    /* pointer-events: none; */
}

.intro__place .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 320ms;
    pointer-events: none;
}

.intro__place:hover .hover {
    opacity: 1;
}

@media screen and (max-width: 575px) {
    .intro__place {
        display: none;
    }
}

.intro__place-xs {
    width: 24rem;
    margin: 0 auto;
    display: none;
}

@media screen and (max-width: 575px) {
    .intro__place-xs {
        display: block;
    }
}

.intro__stat {
    position: absolute;
    display: flex;
    align-items: center;
    top: 63rem;
    left: 102rem;
}

@media screen and (max-width: 575px) {
    .intro__stat {
        position: relative;
        top: auto;
        left: auto;
        width: 24rem;
        margin: 0 auto 2.2rem;
    }
}

.intro__stat-icon {
    width: 8rem;
    flex-shrink: 0;
    margin-right: 1rem;
    position: relative;
}

.intro__stat-icon img {
    display: block;
}

.intro__stat-icon span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 0.2rem;
    padding-right: 0.1rem;

    font-size: 2.8rem;
    font-family: 'GothamPro';
    font-weight: 700;
    color: #1e1e1e;
    line-height: 1;
    letter-spacing: -0.3rem;
    opacity: 1 !important;

    padding-top: 0.5rem;
}
@media screen and (max-width: 575px) {
    .intro__stat-icon {
        width: 5rem;
        margin-right: 1.3rem;
    }
    .intro__stat-icon span {
        font-size: 1.8rem;
    }
}

.intro__stat-text {
    line-height: 1.23;
    font-size: 1.2rem;
}

@media screen and (max-width: 575px) {
    .intro__stat-text {
        font-size: 1.4rem;
    }

    .intro__stat-text br {
        display: none;
    }
}

.intro__stat-text b {
    font-weight: 600;
}

.intro__stat-shadow {
    position: absolute;
    z-index: -1;
    max-width: none;
    width: 19rem;
    top: -3rem;
    left: 3rem;
}

.intro__date {
    position: absolute;
    top: 30rem;
    left: 107rem;
    width: 22rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .intro__date {
        top: 39.5rem;
        width: 11rem;
        left: 23.5rem;
    }
}

.intro__date-value {
    font-size: 8rem;
    line-height: 1;
    font-family: 'TrajanPro3';
    white-space: nowrap;
    letter-spacing: -0.6rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .intro__date-value {
        font-size: 5rem;
        letter-spacing: -0.4rem;
    }
}

.intro__date-mounth {
    text-transform: uppercase;
    line-height: 1;
    font-size: 3.6rem;
    font-family: 'TrajanPro3';
    margin-bottom: 1.3rem;
}

@media screen and (max-width: 575px) {
    .intro__date-mounth {
        font-size: 2.1rem;
        margin-bottom: 0.5rem;
    }
}

.intro__date img {
    display: block;
    margin: 0 auto;
    width: 18rem;
}

@media screen and (max-width: 575px) {
    .intro__date img {
        width: 10.7rem;
    }
}

.intro__content {
    min-height: 100rem;
}

@media screen and (max-width: 575px) {
    .intro__content {
        min-height: 125rem;
    }
}

.intro__video {
    position: relative;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .intro__video {
    }
}

.intro__video .t-btn {
    position: relative;
    right: -2rem;
}

@media screen and (max-width: 575px) {
    .intro__video .t-btn {
        right: auto;
        margin: 7rem auto 0;
    }
}

.intro__video-left {
    font-size: 5.5rem;
    font-family: 'TrajanPro3';
    text-align: right;
    line-height: 1.3;
}

@media screen and (max-width: 575px) {
    .intro__video-left {
        order: 1;
        font-size: 3.5rem;
        line-height: 1.2;
        margin: 5rem 0 1.3rem;
        text-align: center;
    }
}

.intro__video-center {
    margin: 0 7rem;
}

@media screen and (max-width: 575px) {
    .intro__video-center {
        order: 0;
        margin: 0;
    }
}

@keyframes pulse50 {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.intro__video-center .play-button {
    width: 15rem;
    position: relative;
    animation: pulse 3s infinite;
}

@media screen and (max-width: 575px) {
    .intro__video-center .play-button {
        width: 12rem;
    }
}

.intro__video-center .play-button:hover {
    transform: scale(1.1);
}

.intro__video-center .play-button::before {
    content: '';
    position: absolute;
    width: 130%;
    height: 130%;
    background: #db794c;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    /* transform: ; */
    transform: translate(-50%, -50%);
    opacity: 0.2;
}

.intro__video-center .play-button img {
    position: relative;
    z-index: 4;
    display: block;
}

.intro__video-right {
    font-size: 3rem;
    line-height: 1.3;
}

/* .intro__video-right br {
display: none;
} */

@media screen and (max-width: 575px) {
    .intro__video-right {
        order: 2;
        width: 22rem;
        margin: 0 auto;
        font-size: 2rem;
        text-align: center;
    }

    .intro__video-right br {
        display: none;
    }
}

.intro__video-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8rem;
    text-align: left;
    margin-left: 20rem;
}

@media screen and (max-width: 575px) {
    .intro__video-box {
        flex-direction: column;
        margin-bottom: 0;
        margin-top: -7rem;
        margin-left: 0;
    }
}

.reviews-section {
    padding: 12rem 0 4rem;
    margin-top: -60rem;
    background: #f7f7f7;
}

@media screen and (max-width: 575px) {
    .reviews-section {
        margin-top: -76rem;
        padding: 7rem 0 5rem;
        background: #ebebeb;
    }
}

.reviews-section .t-title {
    text-align: center;
}
.reviews-section .new__small-title {
    text-align: center;
    font-size: 2rem;
    font-family: 'TrajanPro3';
}
@media screen and (max-width: 575px) {
    .reviews-section .t-title {
        font-size: 2.5rem;
    }
    .reviews-section .new__small-title {
        text-align: center;
        font-size: 1.5rem;
        font-family: 'TrajanPro3';
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .reviews-section .container {
        padding: 0 2.5rem;
    }
}

.reviews__box {
    margin: 6rem auto 0;
    width: 90rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .reviews__box {
        margin-top: 3rem;
        width: 100%;
    }
}

.reviews__box p {
    margin: 0 0 2rem;
}

.reviews__box b {
    font-weight: 700;
}

.reviews__box .slider__arrow {
    width: 2.8rem;
    position: absolute;
    top: 22rem;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .reviews__box .slider__arrow {
        display: none;
    }
}

.reviews__box .slider__arrow.left {
    left: -8rem;
}

.reviews__box .slider__arrow.right {
    right: -8rem;
}

.reviews__box .slider__arrow.right img {
    transform: rotate(180deg);
}

.reviews__box .space {
    margin-bottom: 5rem;
}

.reviews__box .space .item {
    padding: 3rem 5rem 5rem;
    font-weight: 300;
    line-height: 1.3;
    border-radius: 27.747px;
    border: 1px solid rgba(119, 119, 119, 0.2);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(181, 181, 181, 0.58) inset;
}

@media screen and (max-width: 575px) {
    .reviews__box .space .item {
        font-size: 1.6rem;
        padding: 2.5rem;
    }
}

.slick-dots {
    bottom: 0;
}

@media screen and (max-width: 575px) {
    .slick-dots {
        bottom: 1rem;
    }
}

.slick-dots li {
    margin: 0 1rem;
    padding: 0;
    width: auto;
}

@media screen and (max-width: 575px) {
    .slick-dots li {
        margin: 0 0.5rem;
    }
}

.slick-dots li.slick-active button {
    background: #c64568;
}

.slick-dots li button {
    margin: 0;
    padding: 0;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(181, 181, 181, 0.58) inset;
}

@media screen and (max-width: 575px) {
    .slick-dots li button {
        width: 0.8rem;
        height: 0.8rem;
    }
}

.slick-dots li button::before {
    display: none;
}

.program-section {
    /* padding-bottom: 14rem; */
}

@media screen and (max-width: 575px) {
    .program-section {
        background: #ededed;
        padding-bottom: 5rem;
    }
}

.program-section .top-title {
    display: block;
    display: none;
    width: 46.4rem;
    margin: 0 auto 2rem;
}

.top-title-bg {
    display: block;
    width: 46.4rem;
    height: 4.1rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 4rem auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff9085;
    font-size: 1.5rem;
    font-family: 'Inter';
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}

@media screen and (max-width: 575px) {
    .program-section .top-title-bg {
        background-image: url('../img/program/top-title-bg-xs.png');
        width: 33rem;
        height: 3rem;
        font-size: 1.05rem;
        letter-spacing: 0.18rem;
    }
}

.program__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 105rem;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .program__header {
        width: 100%;
        flex-direction: column;
    }
}

.program__header .img-box {
    position: relative;
    width: 10.5rem;
    height: 5.2rem;
    margin-bottom: 1.5rem;
}

.program__header .img-box img {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: 13.4rem;
}

.program__header-left {
    margin-left: 2rem;
    width: 17rem;
}

@media screen and (max-width: 575px) {
    .program__header-left {
        width: 100%;
        margin: 2.2rem 0 1.5rem;
        order: 1;
        display: flex;
        align-items: center;
        padding-left: 3.5rem;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 575px) {
    .program__header-left .img-box {
        margin-right: 5.3rem;
        margin-bottom: -1rem;
        flex-shrink: 0;
        width: 7.5rem;
    }
}

.program__header-left img {
    width: 13.4rem;
}

.program__header-left .title {
    font-family: 'TrajanPro3';
    font-size: 1.74rem;
    text-transform: uppercase;
}

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

@media screen and (max-width: 575px) {
    .program__header-center {
        width: 100%;
        margin: 0;
        order: 0;
    }
}

@media screen and (max-width: 575px) {
    .program__header-center .t-title {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }
    .program__header-center .t-title br {
        display: block;
    }
    .program__header-left .title {
        font-size: 1.7rem;
        padding-right: 0.5rem;
        width: 60%;
    }
}

.program__header-center .subtitle {
    font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
    .program__header-center .subtitle {
        font-size: 1.4rem;
        width: 28rem;
        margin: 0 auto;
    }

    .program__header-center .subtitle br {
        display: none;
    }
}

.program__header-center .subtitle b {
    font-size: 2rem;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .program__header-center .subtitle b {
        font-size: 1.4rem;
    }
}

.program__header-right {
    width: 19rem;
    flex-shrink: 0;
    text-align: left;
    margin-right: -2rem;
}

@media screen and (max-width: 575px) {
    .program__header-right {
        width: 100%;
        margin: 0;
        order: 2;
        display: flex;
        align-items: center;
        padding-left: 2.1rem;
    }
}

@media screen and (max-width: 575px) {
    .program__header-right .img-box {
        margin-right: 3.6rem;
        margin-bottom: -1rem;
    }
}

.program__header-right .title {
    font-size: 1.7rem;
}

.program__header-right .title b {
    font-weight: 600;
}

.program__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6rem 0 0;
}
.program__buttons-helper {
    margin: 2rem 0 5rem;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    opacity: 0.5;
}
@media screen and (max-width: 575px) {
    .program__buttons-helper {
        font-size: 1.8rem;
        margin: -1rem 0 4rem;
        line-height: 1.4;
    }
}

@media screen and (max-width: 575px) {
    .program__buttons {
        margin: 7rem -15px 3rem;
        padding-left: 3rem;
        padding-right: 3rem;
        justify-content: space-between;
        padding-bottom: 1rem;
    }
}

.program__buttons .button {
    margin: 0 2.5rem;
    border-radius: 20px;
    background: rgba(81, 81, 81, 0.1);
    box-shadow: 0px 0px 12.02364px 0px rgba(181, 181, 181, 0.58) inset;
    padding: 1.8rem 5.7rem;
    font-size: 3rem;
    line-height: 1.2;
    font-family: 'TrajanPro3';
    cursor: pointer;
    position: relative;
    transition: 320ms background;
}

@media screen and (max-width: 575px) {
    .program__buttons .button {
        padding: 1.8rem 4.8rem;
        margin: 0;
        white-space: nowrap;
        font-size: 2.3rem;
    }

    .program__buttons .button::before {
        content: '';
        position: absolute;
        height: 1px;
        left: 100%;
        top: 0;
        width: 4rem;
        pointer-events: none;
    }
}

.program__buttons .button.active {
    color: #fff;
    background:
        linear-gradient(
            274deg,
            rgba(255, 255, 255, 0) -14.6%,
            rgba(255, 255, 255, 0.39) 39.52%,
            rgba(255, 255, 255, 0) 110.6%
        ),
        linear-gradient(263deg, #c64568 24.18%, #c23058 54.54%);
    box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0.3) inset;
}

.program__buttons .button:not(.active):hover {
    background: rgba(81, 81, 81, 0.2);
}

@media screen and (max-width: 575px) {
    .program__tabs {
        width: 33rem;
        margin: 0 auto;
    }
}

.tab {
    position: relative;
    display: none;
}

.tab.active {
    display: block;
}

.tab .arrow {
    position: absolute;
    width: 6rem;

    display: none;
}

.tab .line {
    display: none;
}

@media screen and (max-width: 575px) {
    .tab .arrow {
        display: none;
    }
}

.tab__content {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 4rem;
}

.tab__content .t-btn {
    display: none;
    width: 100%;
}

.tab__content .t-btn .button__box {
    width: 24.3rem;
    height: 6.5rem;
    color: #000;
    font-size: 1.2rem;
    margin: 0 auto;
    display: flex;
}

@media screen and (max-width: 575px) {
    .tab__content .t-btn {
        display: block;
    }
}

.program__item {
    width: 66rem;
    margin-bottom: 5rem;
    border-radius: 27.747px;
    border: 0.925px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(181, 181, 181, 0.58) inset;
    padding: 2.7rem 3rem 4.5rem;
}

@media screen and (max-width: 575px) {
    .program__item {
        width: 100%;
        padding: 2.3rem 2.5rem 3.3rem;
        margin: 0 0 3rem !important;
    }

    .program__item.hidden {
        display: none;
    }
}

.program__item .item__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.2rem;
}

@media screen and (max-width: 575px) {
    .program__item .item__header {
        display: block;
    }
}

.program__item .item__header .number {
    background: #db794c;
    color: #fff;
    font-size: 2.6rem;
    font-family: 'TrajanPro3';
    padding: 0.4rem 1.8rem;
    margin-right: 2rem;
    border-radius: 3px;
    white-space: nowrap;
}

@media screen and (max-width: 575px) {
    .program__item .item__header .number {
        display: inline-block;
        font-size: 2.2rem;
        padding: 0.4rem 1.5rem;
        margin-right: 1.7rem;
        margin-bottom: 1rem;
        white-space: nowrap;
    }
}

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

.program__item .item__header .text .name {
    font-size: 1.7rem;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .program__item .item__header .text .name {
        font-size: 1.6rem;
    }
}

.program__item .item__header .text .time {
    font-weight: 300;
    font-size: 1.6rem;

    display: none;
}

@media screen and (max-width: 575px) {
    .program__item .item__header .text .time {
        font-size: 1.3rem;
    }
}
.center {
    text-align: center;
}
.program__item .item__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 2.1rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .program__item .item__title {
        font-size: 1.8rem;
    }
}

.item__title.title2 {
    margin-top: 3rem;
}

.item__title.title3 {
    margin-top: 4rem;
}

@media screen and (max-width: 575px) {
    .program__item .item__title.title2 {
        font-size: 1.5rem;
    }
}

.program__item .item__title img {
    margin-right: 1rem;
}

@media screen and (max-width: 575px) {
    .program__item .item__title img {
        margin-right: 0.8rem;
        width: 2rem;
    }
}

.program__item .item__list {
    margin-top: 1rem;
    padding-left: 2rem;
}

@media screen and (max-width: 575px) {
    .program__item .item__list {
        padding-left: 2rem;
    }
}

.program__item .item__list li {
    margin-bottom: 0.9rem;
    font-size: 1.7rem;
}

@media screen and (max-width: 575px) {
    .program__item .item__list li {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 0.7rem;
    }
}

.program__item .line {
    height: 1px;
    background: #b6b6b6;
    margin: 1.5rem 0;
}

.program__item .item__secret {
    margin: 2rem 0 0;
    margin-left: -0.5rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .program__item .item__secret {
        overflow: hidden;
    }
}

.program__item .item__secret .white {
    display: block;
}

@media screen and (max-width: 575px) {
    .program__item .item__secret .white {
        width: 150%;
        max-width: none;
    }
}

.program__item .item__secret .red {
    opacity: 0;
    transition: 420ms;
    transition-timing-function: ease-in-out;
    position: absolute;
    width: 21.5rem;
    top: 0rem;
    right: 7rem;
}

.item__secret:hover .red {
    opacity: 1;
}

@media screen and (max-width: 575px) {
    .program__item .item__secret .red {
        width: 12rem;
        top: 2rem;
        right: 1rem;
        opacity: 1;
    }
}

@media screen and (min-width: 575px) {
    .tab1 .item1 {
        order: 0;
    }

    .tab1 .item2 {
        order: 1;
    }

    .tab1 .item3 {
        order: 3;
        margin-top: -8rem;
    }

    .tab1 .item4 {
        order: 2;
    }

    .tab1 .arrow1 {
        top: 34rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab1 .arrow2 {
        top: 68.5rem;
        right: 24rem;
        transform: rotate(80deg) scale(1, -1);
    }

    .tab1 .arrow3 {
        top: 115rem;
        left: 50%;
        transform: translateX(-50%) rotate(180deg) scale(1, -1);
    }

    .tab2 .item1 {
        order: 0;
    }

    .tab2 .item2 {
        order: 1;
    }

    .tab2 .item3 {
        order: 3;
        margin-top: 1rem;
    }

    .tab2 .item4 {
        order: 2;
        margin-top: -6rem;
    }

    .tab2 .arrow1 {
        top: 34rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab2 .arrow2 {
        top: 49rem;
        right: 24rem;
        transform: rotate(80deg) scale(1, -1);
    }

    .tab2 .arrow3 {
        top: 90rem;
        left: 50%;
        transform: translateX(-50%) rotate(180deg) scale(1, -1);
    }

    .tab3 .item1 {
        order: 0;
    }

    .tab3 .item2 {
        order: 1;
    }

    .tab3 .item3 {
        order: 3;
        margin-top: -6rem;
    }

    .tab3 .item4 {
        order: 2;
    }

    .tab3 .arrow1 {
        top: 34rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab3 .arrow2 {
        top: 70rem;
        right: 24rem;
        transform: rotate(80deg) scale(1, -1);
    }

    .tab3 .arrow3 {
        top: 90rem;
        left: 50%;
        transform: translateX(-50%) rotate(180deg) scale(1, -1);
    }
}

.faq-section {
    background: linear-gradient(180deg, #ebebeb, #e0e0e0);
}

@media screen and (max-width: 575px) {
    .faq-section {
        background: linear-gradient(180deg, #e3e2e0, #e3e2e0);
    }
}

.faq__box {
    width: 180rem;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10rem;
    background: #33946f;
    box-shadow: 0px 0px 8px 0px rgba(28, 28, 28, 0.3) inset;
    padding: 10.5rem 0 9rem;
    color: #fff;
    position: relative;
    z-index: 5;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

@media screen and (max-width: 575px) {
    .faq__box {
        width: 100%;
        padding: 4rem 0 3rem;
        border-radius: 4rem;
    }
}

.faq__box .t-title {
    text-align: center;
    margin-bottom: 5.5rem;
}

@media screen and (max-width: 575px) {
    .faq__box .t-title {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
}

.faq__items {
    width: 115rem;
    max-width: 100%;
    margin: 0 auto;
    background-image: url('../img/faq/line.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.faq__item {
    background-image: url('../img/faq/line.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    padding-bottom: 2.8rem;
}

.faq__item.hidden {
    display: none;
}

@media screen and (max-width: 575px) {
    .faq__item {
        padding-bottom: 2rem;
    }
}

.faq__item.active .faq__header .icon {
    transform: rotate(180deg);
}

.faq__item .faq__header {
    padding-top: 2.8rem;
    padding-right: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.23;
    cursor: pointer;
    position: relative;
}
.faq__item .faq__header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2rem;
}

@media screen and (max-width: 575px) {
    .faq__item .faq__header {
        padding-left: 1.5rem;
        padding-right: 1rem;
        font-size: 1.7rem;
        padding-top: 2rem;
    }
}

.faq__item .faq__header .icon {
    width: 5.4rem;
    transition: 320ms;
    flex-shrink: 0;
    margin-left: 9rem;
}

@media screen and (max-width: 575px) {
    .faq__item .faq__header .icon {
        flex-shrink: 0;
        width: 4rem;
        margin-left: 3rem;
    }
}

.faq__item .faq__header .icon img {
    display: block;
}

.faq__item .faq__content {
    padding-right: 15rem;
    padding-top: 2rem;
    display: none;
}

.faq__item .faq__content a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 575px) {
    .faq__item .faq__content {
        padding-left: 1.5rem;
        padding-right: 3rem;
        font-size: 1.5rem;
    }
}

.faq__item .faq__content p {
    margin: 0 0 1rem;
}

.show-faq {
    color: #515151;
    display: block;
    width: 34rem;
    margin: 9rem auto 0;
}

@media screen and (max-width: 575px) {
    .show-faq {
        margin-top: 3rem;
        margin-bottom: 2rem;
        width: 30rem;
    }
    .show-faq .button__box {
        width: 100%;
        height: 8rem;
    }
}

.support-section {
    background: #eaeaea;
    text-align: center;
    overflow: hidden;
}

.support-section .container {
    padding-top: 7rem;
    padding-bottom: 5rem;
    height: 120rem;
}

@media screen and (max-width: 575px) {
    .support-section .container {
        padding-top: 4rem;
        height: 73rem;
    }
}

@media screen and (max-width: 575px) {
    .support-section .t-title {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .support-section .t-title .green {
        display: block;
    }
}

.support-section .subtitle {
    font-weight: 600;
    font-size: 2.4rem;
}

@media screen and (max-width: 575px) {
    .support-section .subtitle {
        font-size: 1.4rem;
    }
}

.support__box {
    position: relative;
}

@media screen and (max-width: 575px) {
    .support__box {
        position: static;
    }
}

.support__box .item {
    display: inline-block;
    position: absolute;
    padding: 1.2rem 2.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0.7rem;
    box-shadow: 0px 15px 22px -8px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-family: 'TrajanPro3';
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .support__box .item {
        font-size: 1.4rem;
        padding: 0.8rem 1rem;
        left: 5.8rem !important;
        width: 31rem;
    }
}

.support__box .item.item1 {
    top: 54rem;
    left: 0;
}

@media screen and (max-width: 575px) {
    .support__box .item.item1 {
        top: 15.5rem;
        background-image: url('../img/support/item1-xs.png') !important;
    }
}

.support__box .item.item3 {
    top: 54rem;
    left: 81rem;
    width: 38.4rem;
}

.support__footer {
    margin: 87rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .support__footer {
        display: block;
        margin: 42rem 0 0;
    }
}

.support__footer .t-btn {
    margin-right: 4rem;
    color: #515151;
}

@media screen and (max-width: 575px) {
    .support__footer .t-btn {
        margin: 0;
    }
}

@media screen and (max-width: 575px) {
    .support__footer .t-btn .button__box {
        width: 30.5rem;
        height: 8rem;
    }
}

.support__footer .t-btn img {
    margin-right: 1.5rem;
}

.support__footer-right {
    text-align: left;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .support__footer-right {
        width: 31rem;
        text-align: center;
        color: #474747;
        font-size: 1.3rem;
        margin: 2rem auto 0;
    }
}

.support__footer-right p {
    margin: 0 0 0.5rem;
}

.support__footer-right p:last-child {
    margin-bottom: 0;
}

.leaf img {
    width: 100%;
}

.support__leaf1 {
    position: absolute;
    right: -25rem;
    top: 10rem;
    width: 30rem;
    animation: animate_leaf1 4s infinite;
}

@media screen and (max-width: 575px) {
    .support__leaf1 {
        right: -5rem;
        top: -1rem;
        width: 16rem;
    }
}

@keyframes animate_leaf1 {
    0% {
        transform: translateY(0) rotate(1deg);
    }
    50% {
        transform: translateY(2rem) rotate(-2deg);
    }
    100% {
        transform: translateY(0) rotate(1deg);
    }
}

.support__leaf2 {
    position: absolute;
    right: -27rem;
    top: 85rem;
    width: 25rem;
    animation: animate_leaf1 4s infinite;
}
@media screen and (max-width: 575px) {
    .support__leaf2 {
        display: none;
    }
}

.support__leaf3 {
    position: absolute;
    left: -15rem;
    top: 30rem;
    width: 25rem;
    animation: support__leaf3 4s infinite;
}

@media screen and (max-width: 575px) {
    .support__leaf3 {
        left: -1rem;
        top: 1rem;
        width: 12rem;
    }
}

@keyframes support__leaf3 {
    0% {
        transform: translateY(0) rotate(1deg);
    }
    50% {
        transform: translateY(-2rem) rotate(1deg);
    }
    100% {
        transform: translateY(0) rotate(1deg);
    }
}

.support__leaf4 {
    position: absolute;
    left: -32rem;
    top: 90rem;
    width: 30rem;
    animation: support__leaf3 4s infinite;
}
@media screen and (max-width: 575px) {
    .support__leaf4 {
        display: none;
    }
}

.footer {
    background: #33946f;
    padding: 3rem 0 3rem;
    font-size: 1.2rem;
    color: #e5e5e5;
}

@media screen and (max-width: 575px) {
    .footer {
        padding: 3.5rem 0 3rem;
    }
}

.footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .footer .container {
        display: block;
        justify-content: space-between;
    }
}

.footer p {
    margin: 0;
}

.footer a {
    color: #e5e5e5;
    display: block;
}

.footer .footer__center {
    /* text-align: center; */
}

@media screen and (max-width: 575px) {
    .footer .footer__center {
        /* text-align: left; */
        margin-top: 1.5rem;
    }
}

.footer .footer__center .footer__link {
    display: block;
    margin-bottom: 0.1rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__center .footer__link {
        margin: 0;
    }
}

.footer .footer__center .footer__link:last-child {
    margin-bottom: 0;
}

.footer .footer__right {
}

.footer__right .link2 {
    margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__right {
        margin: 2rem 0;
    }
}

.develop__link {
    margin-top: 0rem;
}
.develop__link span {
    text-decoration: underline;
    /* font-weight: 600; */
}

/* ==================================== Secret section=============================================== */

.secret-section {
    background: url(../img/secret__section/background-1.jpg);
    background-repeat: no-repeat;
    background-size: 192rem 100%;
    background-position: top center;
    padding: 10rem 0rem 15rem;
}
.secret__box {
    background: url(../img/secret__section/background-2.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* margin-top: 5rem; */
    position: relative;
    height: 40rem;
}

.secret__box__flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0rem 3rem;
}
.secret__box__pic {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../img/secret__section/secret__BG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.1rem;
    width: 42.6rem;
    height: 4rem;
}
.secret__box__pic p {
    font-size: 1.5rem;
    font-family: 'Inter', sans-serif;
    color: #f36d6d;
    font-weight: 400;
    line-height: 2.34rem;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
}
.secret__box__pic img {
    width: 1.354rem;
}
.secret__box__title {
    text-align: center;
    margin-top: 7rem;
}
.secret__box__title .subtitle {
    font-size: 2rem;
    margin-top: -0.3rem;
}
.secret__box__title .subtitle span {
    font-weight: 700;
}
.secret__box__title .t-title span {
    color: #33946f;
}
.t-title {
    /* font-size: 7.2rem; */
}

@media screen and (max-width: 575px) {
    .t-title br {
        display: none;
    }
}

.secret__box__title h2 {
    font-size: 7.2rem;
}
.secret__box__flex__item-1 {
    text-align: right;
    margin-top: 7rem;
    margin-bottom: -7rem;
    margin-left: -4rem;
}
.secret__box__flex__item-2 {
    margin-top: 7rem;
}
.secret__box__flex__item-1 img {
    margin-bottom: -1.5rem;
    cursor: pointer;
    margin-left: -1rem;
}
.secret__box__flex__item-1 p {
    margin-bottom: 5rem;
    line-height: 1.3;
}
.secret__box__flex__item-1 span {
    color: #db794c;
    font-weight: 700;
}

.secret__box__flex__item-2 span {
    color: #db794c;
    font-weight: 700;
}
.secret__box__flex__item-2 p {
    margin-bottom: -0.6rem;
    position: relative;
}
.secret__box__flex__item-2 img {
    margin-bottom: -2rem;
    cursor: pointer;
    margin-left: -2rem;
}
.secret__box__leaf {
    position: absolute;
    bottom: -2rem;
    right: 8rem;
}

@media screen and (max-width: 575px) {
    .secret__box {
        background: url(../img/secret__section/background-2-xs.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 37rem;
        height: 43.6rem;
        /* margin-left: -0.5rem; */

        left: 50%;
        transform: translateX(-50%);
    }
    .secret-section {
        padding: 12.3rem 0 5rem;
        background: url(../img/secret__section/background-1-xs.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
    }
    .secret__box__flex {
        display: block;
    }
    .secret__box__pic {
        background: url(../img/secret__section/secret__BG.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 33rem;
        margin-top: -1.7rem;
    }
    .secret__box__pic p {
        display: flex;
        align-items: center;
        font-size: 1.162rem;
    }
    .secret__box__pic img {
        width: 1.49rem;
        margin-top: -0.5rem;
    }
    .secret__box__title h2 {
        font-size: 3.5rem;
        width: 130%;
        left: 50%;
        transform: translateX(-12%);
        margin-top: -3rem;
    }
    .secret__box__title {
        order: 1;
    }

    .secret__box__flex__item-1 {
        display: flex;
        order: 2;
        align-items: center;
        column-gap: 2rem;
        margin-top: 6.5rem;
        margin-bottom: -1rem;
        margin-left: -4rem;
        margin-right: -6.5rem;
    }
    .secret__box__flex__item-1 img {
        transform: rotate(180deg);
        width: 11.5rem;
        margin-top: -15rem;
    }
    .secret__box__flex__item-1 p {
        font-size: 1.4rem;
        margin-top: -7rem;
        text-align: left;
    }

    .secret__box__title .subtitle span {
        font-size: 1.4rem;
    }
    .secret__box__title .subtitle {
        font-size: 1.4rem;
        line-height: 2.184rem;
        width: 101%;
    }
    .secret__box__title .subtitle br {
        display: none;
    }
    .secret__box__flex {
        display: flex;
        flex-direction: column;
    }
    .secret__box__flex__item-2 {
        display: flex;
        order: 3;
        line-height: 1.3;
        margin-top: 10rem;
    }
    .secret__box__flex__item-2 p {
        font-size: 1.4rem;
        margin-top: -12rem;
        right: -1.6rem;
    }
    .secret__box__flex__item-2 img {
        margin-top: -19rem;
        width: 14rem;
        margin-left: -5rem;
    }
    .secret__box__leaf {
        display: none;
    }
}
/* ========================================Secret section part2==========================================*/
.secret__title {
    text-align: center;
    margin-top: 10rem;
}
.secret__title .t-title {
    margin-left: 3%;
    font-size: 5rem;
}
.secret__title span {
    color: #33946f;
}
.secret__parent-1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    column-gap: 5rem;
    margin-top: 5rem;
}
.secret__parent__1__title {
    font-weight: 700;
    font-size: 1.8rem;
    margin-top: 2rem;
    width: 101%;
}
.secret__parent__1__title__mini {
    font-weight: 700;
    font-size: 1.8rem;
    margin-top: 2rem;
}
.big__parent .subtitle {
    color: #848484;
    font-size: 1.8rem;
    font-weight: 400;
}
.secret__parent__1__item-1 img {
    width: 23.9rem;
}
.secret__parent__1__item-2 img {
    width: 26.3rem;
}
.secret__parent__1__item-2 {
    margin-bottom: -10rem;
}
.secret__parent__1__item-3 img {
    width: 22.1rem;
}
.secret__parent-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    column-gap: 5rem;
    margin-top: 5rem;
}
.secret__parent__2__item-1 img {
    width: 22.8rem;
}
.secret__parent__2__item-2 {
    margin-bottom: -15rem;
    margin-left: 6rem;
    margin-right: 8rem;
}
.secret__parent__2__item-2 img {
    width: 28.1rem;
}
.secret__parent__2__item-3 img {
    width: 25.7rem;
}
.secret__parent__2__item-3 {
    margin-right: -5.5rem;
}
.big__parent {
    position: relative;
}
.secret__parent__2__leaf {
    position: absolute;
    left: -20%;
    bottom: 40%;
}
@media screen and (max-width: 575px) {
    .secret__title {
        margin-top: 5rem;
    }
    .secret__title .t-title {
        font-size: 2.5rem;
        width: 93%;
        margin: 0 auto;
    }
    .secret__parent-1 {
        display: block;
        margin-top: -1rem;
    }
    .secret__parent-2 {
        display: block;
    }
    .secret__parent__2__item-2 {
        margin: 0;
        margin-top: 3rem;
    }
    .secret__parent__2__item-3 {
        margin-top: 3rem;
        margin-right: auto;
        margin-left: auto;
    }
    .secret__parent__1__item-1 .subtitle {
        width: 82%;
    }
    .secret__parent__1__item-2 .subtitle {
        width: 83%;
    }
    .secret__parent__1__item-3 .subtitle {
        width: 77%;
    }
    .secret__parent__2__item-1 p {
        width: 72%;
    }
    .secret__parent__2__item-2 p {
        width: 64%;
    }
    .secret__parent__2__item-3 p {
        width: 73%;
    }
    .secret__parent__2__item-3 img {
        width: 25rem !important;
    }
    .big__parent img {
        width: 24.1rem;
    }
    .big__parent .subtitle {
        font-size: 1.8rem;
        color: #848484;
        /* width: 80%; */
        margin: 0 auto;
        margin-top: 0.8rem;
    }
    .big__parent .subtitle br {
        display: none;
    }
    .secret__parent__1__title {
        font-size: 1.8rem;
    }
    .secret__parent__1__title__mini {
        font-size: 1.8rem;
        width: 100%;
    }
    .secret__parent__1__item-2 {
        margin-bottom: 0;
        margin-top: 3rem;
    }
    .secret__parent__1__item-2 img {
        width: 26rem;
    }
    .big__parent img {
        width: 24rem;
    }
    .secret__parent__1__item-3 img {
        width: 23rem;
    }
    .secret__parent__1__item-3 {
        margin: 2rem 0 0;
    }
    .secret__parent-2 {
        margin-top: 2rem;
    }
    .secret__parent__2__leaf {
        display: none;
    }
    .secret__parent__2__item-2 img {
        width: 28rem;
    }
    /* .secret__parent-1 {
display: flex;
flex-direction: column;
align-items: center;
}
.secret__parent-2 {
display: flex;
flex-direction: column;
align-items: center;
} */
}
/* ====================================STATISTICS====================================================== */

.statistics {
    background-color: #33946f;
    border-radius: 3rem;
    height: 73rem;
    width: 180.7rem;
    margin-top: -2rem;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 575px) {
    .statistics {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 575px) {
    .statistics {
        margin-left: auto;
        margin-right: auto;
    }
}

.statistics__parent {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.statistics__figure img {
    /* width: 81rem; */
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    border-radius: 2rem;
}
.statistics__title-mini {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    color: #134633;
    letter-spacing: 0.27rem;
}
.statistics__title .t-title {
    color: #e7e3df;
    font-size: 9.3rem;
    width: 108%;
}
.statistics__section .container {
    position: relative;
}
.statistics__flower {
    width: 47.9rem;
    position: absolute;
    right: -35rem;
    top: -18rem;
    z-index: 4;
    pointer-events: none;
    animation: animate_flower 5s infinite;
}

@keyframes animate_flower {
    0% {
        transform: translateY(0) rotate(1deg);
    }

    50% {
        transform: translateY(0.5rem) rotate(-1deg);
    }

    100% {
        transform: translateY(0) rotate(1deg);
    }
}

.statistics__title {
    margin-left: 52rem;
    margin-top: 10rem;
}
.statistics-subtitle {
    font-size: 2.7rem;
    font-weight: 300;
    color: #e7e3df;
    line-height: 4.212rem;
    margin: 1rem 0 1rem;
}
.statistics-subtitle span {
    font-weight: 600;
}
.statistics__item {
    display: flex;
    align-items: center;
    column-gap: 3rem;
    background: url(../img/statistics__section/border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* height: 23.6rem; */
    padding: 2rem;
    padding-right: 1rem;
    /* width: 107%; */
}
.statistics__item img {
    cursor: pointer;
}
.statistics__item p {
    font-size: 2.2rem;
    color: #e7e3df;
    font-weight: 300;
}
.statistics__section {
    background: url(../img/statistics__section/background-1.jpg);
    background-repeat: no-repeat;
    background-size: 192rem auto;
    background-position: top center;
    position: relative;
}

.statistics__figure__xs {
    display: none;
}
@media screen and (max-width: 575px) {
    .statistics__section {
        background: url(../img/statistics__section/background-1-xs.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top center;
    }
    .statistics__parent {
        display: block;
    }
    .statistics__figure {
        display: none;
    }
    .statistics {
        border-radius: 1.2rem;
        margin-top: 0;
        width: 38.2rem;
        height: 78.9rem;
    }
    .statistics__flower {
        display: none;
    }
    .statistics__title {
        margin: 0;
    }
    .statistics__title-mini {
        font-size: 1.8rem;
        text-align: center;
        font-weight: 500;
        line-height: 2.808rem;
        position: relative;
        top: 3rem;
        letter-spacing: 0.2rem;
    }
    .statistics__title .t-title {
        font-size: 4rem;
        text-align: center;
        margin-top: 4rem;
        margin-left: -1.5rem;
    }
    .statistics-subtitle br {
        display: none;
    }
    .statistics-subtitle {
        font-size: 1.8rem;
        line-height: 2.808rem;
        text-align: center;
        width: 96%;
    }
    .statistics__item {
        background: url(../img/statistics__section/mobile__bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 33rem;
        margin: 3rem auto 0;
        padding: 2rem 1rem 0;
    }
    .statistics__item p {
        font-size: 1.5rem;
        line-height: 2.34rem;
        text-align: center;
        padding: 0 1rem;
    }
    .statistics__item p br {
        display: none;
    }
    .statistics__item img {
        width: 4rem;
    }
    .statistics__figure__xs {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .statistics__figure__xs img {
        width: 100%;
        display: block;
        border-radius: 0 0 1rem 1rem;
    }
}
/* ========================================Secret woman===================================================== */
.secretWoman {
    background: url(../img/woman__section/bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;

    position: relative;
    width: 175.8rem;

    left: 50%;
    transform: translateX(-50%);

    height: 143rem;
    margin: 12rem 0 0;
    padding: 7.5rem 0rem;
}

.secretWoman__box {
    position: relative;
}
@media screen and (max-width: 575px) {
    .secretWoman {
        height: auto;
        margin-top: 0;
        background: #fff;
        padding: 5rem 0 6rem;
    }
    .secretWoman__box {
        width: 38rem;
        position: relative;
        margin: 0 auto;
        padding: 0;
    }
    .secretWoman__box p {
        /* font-weight: 500 !important; */
        font-size: 1.7rem !important;
    }
}

.secretWoman__box__leaf {
    position: absolute;
    left: -20%;
    top: -28rem;
}
.secretWoman__box .t-title {
    font-size: 5rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 7rem;
}
.secretWoman__parent-1 {
    display: flex;
    justify-content: space-evenly;
    /* margin-top: 7rem; */
    column-gap: 3rem;
}

.secretWoman__box p {
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
}

.secretWoman__child-1 {
    position: relative;
}
.secretWoman__child-1 img {
    width: 40rem;
}
.secretWoman__box .secretWoman__child-1__text-1 {
    position: absolute;
    top: 1rem;
    left: 53%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    color: #d9d9d9;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.secretWoman__child-1__text-1 span {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.secretWoman__box .secretWoman__child-1__text-2 {
    font-family: 'Inter', sans-serif;
    font-size: 1.564rem;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 2rem;
    left: 53%;
    color: #d9d9d9;
}
.secretWoman__child-1__text-2 span {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-weight: 600;
}
.secretWoman__child-2 {
    position: relative;
}
.secretWoman__child-2 img {
    width: 38rem;
}
.secretWoman__child-2 p {
    position: absolute;
    bottom: 12rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.72);
}
.secretWoman__child-3 {
    position: relative;
    padding-bottom: 5rem;
}
.secretWoman__child-3 img {
    width: 38rem;
}
.secretWoman__child-3 p {
    position: absolute;
    bottom: 8rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.secretWoman__parent-2 {
    display: flex;
    justify-content: space-evenly;
    column-gap: 3rem;
}
.secretWoman__child-4 {
    position: relative;
    margin-left: 2rem;
}
.secretWoman__child-4 img {
    width: 38rem;
}
.secretWoman__child-4 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 10rem;
    color: #ffffff;
}
.secretWoman__child-5 {
    position: relative;
    margin-top: -10rem;
}

@media screen and (max-width: 575px) {
    .secretWoman__child-5 {
        margin-top: 0;
    }

    .secretWoman__box img {
        width: 100% !important;
    }
}

.secretWoman__child-5 img {
    width: 38rem;
}
.secretWoman__child-5 p {
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    position: absolute;
    text-align: center;
    bottom: 1.5rem;
    color: #d9d9d9;
}
.secretWoman__child-5 span {
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}
.secretWoman__child-6 {
    position: relative;
    margin-top: -4rem;
}
.secretWoman__child-6 img {
    width: 38rem;
}
.secretWoman__child-6 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: -0.6rem;
}
.secretWoman__parent-3 {
    display: flex;
    justify-content: space-evenly;
    column-gap: 3rem;
}
.secretWoman__child-7 {
    position: relative;
    margin-top: 2rem;
}
.secretWoman__child-7 img {
    width: 38rem;
}
.secretWoman__child-7 p {
    font-family: 'Inter';
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: -0.6rem;
    color: #d9d9d9;
}
.secretWoman__child-7 span {
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}
.secretWoman__child-8 {
    position: relative;
    margin-top: -4rem;
}
.secretWoman__child-8 img {
    width: 38rem;
}
.secretWoman__child-8 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    position: absolute;
    bottom: 1rem;
    text-align: center;
    color: #ffffff;
}
.secretWoman__child-9 {
    position: relative;
    margin-top: -2.5rem;
}
.secretWoman__child-9 img {
    width: 38.1rem;
}
.secretWoman__child-9 p {
    font-family: 'Inter' sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    position: absolute;
    bottom: 6rem;
    text-align: center;
    color: #d9d9d9;
}
.secretWoman__child-9 span {
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.secretWoman__box__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    bottom: 5rem;
}
@media screen and (max-width: 575px) {
    .secretWoman__row {
        display: block;
    }

    .secretWoman__child-1 img {
        width: 105% !important;
        max-width: none;
        margin-left: -5%;
    }

    .secretWoman__box .secretWoman__child-1__text-2 {
        left: 50%;
    }
    .secretWoman__box .secretWoman__child-1__text-1 {
        left: 50%;
    }

    .secretWoman__child-8 {
        margin-top: -4rem;
    }
    .secretWoman__child-1 {
        margin-top: 2rem;
    }
    .secretWoman__child-9 {
        margin-top: 0;
    }
    .secretWoman__child-9 p {
        position: absolute;
        bottom: 2rem;
    }
    .secretWoman__child-2 p {
        bottom: 2rem;
    }

    .secretWoman__child-3 p {
        bottom: 6rem;
    }

    .secretWoman__child-4 {
        margin-left: 0;
        margin-top: -1rem;
    }
    .secretWoman__child-4 p {
        position: absolute;
        bottom: 2rem;
    }
    .secretWoman__child-6 {
        margin-top: 2rem;
    }
    .secretWoman__child-6 p {
        top: 0;
    }

    .secretWoman__child-7 {
        margin-left: 0;
    }

    .secretWoman__child-7 p {
        top: 0;
    }

    .secretWoman__child-8 p {
        bottom: 0.5rem;
    }

    .secretWoman__child-2 {
        margin: 1.5rem 0;
    }

    .secretWoman__child-5 p {
        bottom: 1.5rem;
    }

    .secretWoman__box__leaf {
        display: none;
    }

    .secretWoman__box .t-title {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
    .secretWoman__box__btn {
        position: absolute;
        bottom: -5rem;

        background-size: 100% 100%;
    }
}

/* =============================================result ================================================*/

.result__section .t-title {
    text-align: center;
    margin-top: 6.5rem;
    font-size: 5rem;
}
.result__section .t-title span {
    color: #33946f;
}
.result__section__img img {
    width: 58rem;
    pointer-events: none;
}
.result__section__text__left p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: right;
    color: #515151;
    margin-top: 2rem;
    padding-bottom: 1rem;
}

.result__section__text__right p {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    color: #515151;
    margin-top: 2rem;
}

.result {
    display: flex;
    justify-content: space-evenly;
    margin-top: 5rem;
    position: relative;
}
.result__leaf {
    position: absolute;
    top: -45rem;
    right: -30rem;
}

.result__section__text__left {
    text-align: right;
}
.result__section__text__left-1 {
    margin-right: -7rem;
}
.result__section__text__left-2 {
    margin-right: -2rem;
}
.result__section__text__left-3 {
    margin-right: 0.5rem;
}
.result__section__text__left-4 {
    margin-right: 3.5rem;
}
.result__section__text__left-5 {
    margin-right: 2rem;
}
.result__section__text__left-6 {
    margin-right: -2rem;
    padding-top: 1rem;
    padding-bottom: 0 !important;
}

.result__section__text__right-1 {
    margin-left: -6rem;
}
.result__section__text__right-2 {
    margin-left: 0rem;
}
.result__section__text__right-3 {
    margin-left: 1rem;
}
.result__section__text__right-4 {
    margin-left: 2rem;
}
.result__section__text__right-5 {
    margin-left: 0rem;
}
.result__section__text__right-6 {
    margin-left: -1.5rem;
    padding-top: 1rem;
}

.result__line-xs {
    display: none;
}
.result__leaf-xs {
    display: none;
}
.result__small__leaf-xs {
    display: none;
}
@media screen and (max-width: 575px) {
    .result__section {
        padding: 6rem 0 0;
        margin-top: 6rem;
        height: 159rem;
        background: url(../img/cherry__section/background-xs.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: bottom center;
    }
    .result__section__text__right-6,
    .result__section__text__left-6 {
        display: none;
    }
    .result__section__img {
        display: none;
    }
    .result__section .t-title br {
        display: none;
    }
    .result__line-xs {
        display: block;
        position: absolute;
        left: 10%;
        width: 0.92rem;
        top: 1.2rem;
        flex-shrink: 0;
    }
    .result__line-xs img {
        width: 100%;
    }
    .result__section .t-title {
        font-size: 2.5rem;
        line-height: 3.088rem;
        width: 90%;
        text-align: center;
        left: 50%;
        transform: translateX(7%);
        margin-top: 0;
    }
    .result__section__text__left {
        display: block;
        text-align: left;
    }
    .result__section__text__left p {
        text-align: left;
        margin-left: 8rem;
        margin-top: 0;
        margin-bottom: 0.4rem;
        line-height: 1.82rem;
    }
    .result__section__text__right p {
        text-align: left;
        margin-left: 8rem;
        margin-top: 0;
        line-height: 1.82rem;
    }
    .result__section__text__right {
        display: block;
    }
    .result {
        display: block;
        position: relative;
    }
    .result__section__text__left-1 {
        margin-right: 0;
        position: relative;
        bottom: 0rem;
    }
    .result__section__text__left-2 {
        margin-right: 0;
        position: relative;
        bottom: -2.5rem;
        width: 65%;
    }
    .result__section__text__left-3 {
        margin-right: 0;
        position: relative;
        bottom: -4rem;
        width: 60%;
    }
    .result__section__text__left-4 {
        margin-right: 0;
        position: relative;
        top: 4.5rem;
    }
    .result__section__text__left-5 {
        margin-right: 0;
        position: relative;
        top: 6rem;
        padding: 0 !important;
    }
    .result__section__text__left-6 {
        margin-right: 0;
        position: relative;
        top: 6.5rem;
    }
    .result__section__text__left-7 {
        margin-right: 0;
        position: relative;
        top: 7rem;
    }
    .result__section__text__right-1 {
        margin-left: 0rem;
        position: relative;
        top: 8.5rem;
    }
    .result__section__text__right-2 {
        margin-left: 0rem;
        position: relative;
        top: 10rem;
    }
    .result__section__text__right-3 {
        margin-left: 0rem;
        position: relative;
        top: 11.5rem;
    }
    .result__section__text__right-4 {
        margin-left: 0rem;
        position: relative;
        top: 13rem;
    }
    .result__section__text__right-5 {
        margin-left: 0rem;
        position: relative;
        top: 14.3rem;
    }
    .result__section__text__right-6 {
        margin-left: 0rem;
        position: relative;
        top: 14rem;
    }
    .result__section__text__right-7 {
        margin-left: 0rem;
        position: relative;
        top: 20rem;
    }
    .result__leaf-xs {
        display: block;
        position: absolute;
        top: 10%;
        right: 0;
    }
    .result__leaf-xs img {
        width: 11.4rem;
    }
    .result__leaf {
        display: none;
    }
    .result__small__leaf-xs {
        display: block;
        position: absolute;
        top: 84%;
        right: 5%;
    }
    .result__small__leaf-xs img {
        width: 10.7rem;
    }
}

.bonus__section {
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 575px) {
    .bonus__section {
        margin-top: -2rem;
    }
}

/* =======================================CHERRY==================================================== */
.cherry__section {
    margin-top: 2rem;
}
.cherry__section .container {
    padding-bottom: 2rem;
}
@media screen and (max-width: 575px) {
    .cherry__section .container {
        padding-bottom: 10rem;
    }
}
.cherry__parent {
    background: url(../img/cherry__section/cherry__bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100.3rem;
    margin: auto;
    padding: 3rem 0rem;
    height: 56.6rem;
    position: relative;
}
.cherry__parent .t-title {
    font-size: 2.811rem;
    margin-top: 7rem;
    margin-left: 8rem;
}
.cherry__parent .t-title span {
    color: #33946f;
}
.cherry__box__subtitle {
    font-size: 5.527rem;
    background: -webkit-linear-gradient(
        #c64568 100%,
        #c23058 100%,
        #ffffff 0%,
        #ffffff 39%,
        #ffffff 0%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'TrajanPro3';
    font-weight: 400;
    line-height: 1.23;
    font-size: 5.527rem;
    width: 6.7rem;
}
.cherry__box {
    display: flex;
    justify-content: flex-start;
    margin-top: 5.5rem;
    margin-left: 8rem;
}
.cherry__box__mini__left {
    display: flex;
    align-items: flex-start;
    column-gap: 2.2rem;
    margin-right: 6rem;
}
@media screen and (min-width: 575px) {
    .cherry__box__mini__left {
        width: 85%;
    }
}
.cherry__box__mini__left p {
    font-size: 1.7rem;
    color: #6f6f6f;
    margin-top: 0.5rem;
}
.cherry__box__mini__left span {
    font-weight: 600;
    color: #453e3e;
}
.cherry__box__mini__right {
    display: flex;
    align-items: flex-start;
    column-gap: 1.5rem;
}
.cherry__box__mini__right p {
    font-size: 1.7rem;
    color: #6f6f6f;
    margin-top: 0.5rem;
}
.cherry__box__mini__right span {
    font-weight: 600;
    color: #453e3e;
}
.cherry__box__2 {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
    margin-left: 8rem;
}

.cherry__box__btn {
    margin-right: 13rem;
}
.cherry__box__btn .t-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.66rem;
    letter-spacing: 1.332px;
    color: #fff;
    cursor: pointer;
    transition: 320ms;
    display: inline-block;
}

.cherry__box__btn .t-btn:hover {
    transform: scale(1.03);
}

.cherry__box__btn .t-btn .button__box {
    width: 34rem;
    height: 9.5rem;
    background: url(../img/cherry__section/button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cherry__parent__mouse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2rem;
    cursor: pointer;
}
.cherry__parent__arrow {
    position: absolute;
    left: 47%;
    bottom: 18%;
}
@media screen and (max-width: 575px) {
    .cherry__section {
        margin-top: -2rem;
        background-color: #fbfbfb;
    }
    .cherry__parent {
        position: relative;
        background: none;
        height: auto;
        padding-bottom: 0;
    }
    .cherry__parent .t-title {
        font-size: 2.5rem;
        line-height: 1.4;
        margin-top: 0;
        text-align: center;
        text-transform: uppercase;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    .cherry__box__subtitle {
        font-size: 4.5rem;
    }
    .cherry__box {
        display: block;
        margin-left: 4rem;
        margin-top: 2rem;
    }
    .cherry__box p {
        font-size: 1.4rem;
    }
    .cherry__box span {
        font-size: 1.4rem;
    }
    .cherry__box__2 {
        display: block;
        margin-left: 4rem;
        margin-top: 0;
    }
    .cherry__box__2 p {
        font-size: 1.4rem;
    }
    .cherry__box__2 span {
        font-size: 1.4rem;
    }
    .cherry__box__mini__left {
        display: flex;
        align-items: start;
        column-gap: 0rem;
    }
    .cherry__box__mini__left p {
        width: 75%;
    }
    .cherry__box__mini__left br {
        display: none;
    }
    .cherry__box__mini__right {
        display: flex;
        align-items: start;
        column-gap: 0rem;
    }
    .cherry__box__mini__right br {
        display: none;
    }
    .cherry__box__mini__right p {
        width: 75%;
    }
    .cherry__box__btn .t-btn .button__box {
        width: 33rem;
        height: 8.9rem;
    }
    .cherry__box__btn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
        margin-bottom: -4rem;
    }
    .cherry__parent__mouse {
        display: block;
        position: absolute;
        top: -4rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .cherry__parent__arrow {
        display: none;
    }
}
/* ===========================================BONUS==================================================== */

.bonus__section {
    padding-top: 5rem;
    /* margin-top: 7rem; */
    background: #fff;
}
.bonus__section img {
    width: 38rem;
}
.big__bonus {
    /* background: url(../img/bonus__section/background.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
    max-width: 175.8rem;
    padding: 10rem 5rem;
    margin: auto;
    position: relative;
}
.bonus__section .container .bonus__ilust {
    position: absolute;
    left: 8rem;
    top: 3rem;
}
@media screen and (max-width: 575px) {
    .bonus__section .container .bonus__ilust {
        left: -4.5rem;
        top: 0rem;
    }
}

.bonus__very__small__leaf {
    position: absolute;
    right: 4rem;
    top: 2rem;
}
.bonus__very__small__leaf img {
    width: 7.872rem;
}
.bonus__small__leaf img {
    width: 15.262rem;
}
.bonus__small__leaf {
    position: absolute;
    top: 10rem;
    right: -20%;
}
.bonus__box__big__leaf {
    position: absolute;
    left: -9rem;
    bottom: -22%;
    pointer-events: none;
}
.bonus__box__big__leaf img {
    width: 50.4rem;
}
.bonus__ilust img {
    width: 22rem;
}
.bonus__section__num {
    font-family: 'TrajanPro3';
    font-weight: 400;
    line-height: 1.23;
    font-size: 18.378rem;
}
.bonus__section__box .t-title span {
    text-indent: 16rem;
}

@media screen and (max-width: 575px) {
    .bonus__section__box .t-title span {
        text-indent: 9rem;
    }
}

.bonus__section__box p {
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
}

.bonus__section__box .t-title {
    font-size: 4.7rem;
    display: flex;
    align-items: center;
    margin-left: 4rem;
    position: relative;
}

.bonus__section__parent__1 {
    display: flex;
    justify-content: space-evenly;
    column-gap: 3rem;
}
.bonus__section__parent__1__child-1 {
    position: relative;
}
.bonus__section__parent__1__child-1 p {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    color: #8e8e8e;
    position: absolute;
    top: 0.3rem;
}
.bonus__section__parent__1__child-1 span {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}
.bonus__section__parent__1__child-2 {
    position: relative;
    margin-top: -2.5rem;
}
.bonus__section__parent__1__child-2 p {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.8rem;
    position: absolute;
    bottom: 7.5rem;
}
.bonus__section__parent__1__child-3 {
    position: relative;
}
.bonus__section__parent__1__child-3 p {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    color: #8e8e8e;
    position: absolute;
    bottom: 1.5rem;
}
.bonus__section__parent__2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    column-gap: 3rem;
}
.bonus__section__parent__1__child-3 span {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}
.bonus__section__parent__2__child-1 {
    position: relative;
    margin-top: -5rem;
    margin-left: -1rem;
}
.bonus__section__parent__2__child-1 p {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.8rem;
    position: absolute;
    top: -0.5rem;
}
.bonus__section__parent__2__child-1 img {
    width: 39.2rem;
}
.bonus__section__parent__2__child-2 {
    position: relative;
    margin-top: -6rem;
}
.bonus__section__parent__2__child-2 p {
    color: #929292;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 2rem;
}
.bonus__section__parent__2__child-2 span {
    color: white;
    font-weight: 600;
}
.bonus__section__parent__2__child-3 {
    position: relative;
    margin-top: -6rem;
}
.bonus__section__parent__2__child-3 p {
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 1.8rem;
    position: absolute;
    bottom: 2rem;
}
.bonus__section__parent__3 {
    display: flex;
    justify-content: space-evenly;
    /* align-items: baseline; */
    column-gap: 3rem;
    margin-top: -3rem;
}
.bonus__section__parent__3__child-1 {
    position: relative;
    margin-top: -4rem;
}
.bonus__section__parent__3__child-1 p {
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 1.7rem;
    position: absolute;
    bottom: 5rem;
}
.bonus__section__parent__3__child-2 {
    position: relative;
    margin-top: 5rem;
}
.bonus__section__parent__3__child-2 p {
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 1.8rem;
    position: absolute;
    bottom: 1rem;
}
.bonus__section__parent__3__child-3 {
    position: relative;
    margin-top: -4rem;
}
.bonus__section__parent__3__child-3 p {
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 1.8rem;
    position: absolute;
    bottom: 5rem;
}
.bonus__section__btn .t-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.665rem;
    letter-spacing: 1.332px;
    color: #fff;
    cursor: pointer;
    transition: 320ms;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 38%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4.8rem;
}

.bonus__section__btn .t-btn:hover {
    transform: translateX(-50%) scale(1.03);
}
.bonus__section__arrow {
    position: absolute;
    top: -0rem;
    left: -7rem;
    width: 5rem;
}
.bonus__section__btn .t-btn .button__box {
    width: 34.2rem;
    height: 9.5rem;
    background: url(../img/bonus__section/button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 575px) {
    .bonus__very__small__leaf {
        display: none;
    }
    .bonus__section__arrow {
        position: absolute;
        top: 2rem;
        left: -4rem;
        width: 3rem;
    }
    .bonus__small__leaf {
        display: none;
    }
    .bonus__section {
        background: #fff;
    }
    .big__bonus {
        background: none;
        padding: 4rem 0 0;
    }
    .bonus__section__box {
        width: 38rem;
        margin: 0 auto;
    }

    .bonus__section__parent__1 {
        display: block;
    }
    .bonus__section__parent__2 {
        display: block;
    }
    .bonus__section__parent__3 {
        display: block;
    }
    .bonus__ilust img {
        width: 12rem;
    }
    .bonus__ilust {
        left: -4.8rem;
        top: 0.3rem;
    }
    .bonus__section__num {
        font-size: 10rem;
        text-align: center;
        margin-left: -9rem;
    }
    .bonus__section__box .t-title {
        font-size: 2.3rem;
        width: 78%;
        margin-left: 9rem;
        text-align: left;
    }
    .bonus__section__box p {
        font-size: 1.6rem !important;
    }
    .bonus__section__box .t-title br {
        display: none;
    }
    .bonus__section__parent__1__child-1 img {
        width: 100% !important;
        max-width: none;
    }
    .bonus__section__parent__1__child-1 {
    }
    .bonus__section__parent__1__child-1 p {
    }
    .bonus__section__parent__1__child-2 img {
        width: 100% !important;
        max-width: none;
    }
    .bonus__section__parent__1__child-2 {
        margin-top: 0;
    }
    .bonus__section__parent__1__child-2 p {
        width: 100%;
        margin-bottom: -5.5rem;
    }
    .bonus__section__parent__1__child-3 img {
        width: 100% !important;
        max-width: none;
    }
    .bonus__section__parent__1__child-3 {
        margin-top: 2rem;
    }
    .bonus__section__parent__1__child-3 p {
    }
    .bonus__section__parent__2__child-1 {
        margin-top: 2rem;
    }
    .bonus__section__parent__2__child-1 p {
        width: 110%;
        top: 0;
    }
    .bonus__section__parent__2__child-1 img {
        width: 100% !important;
        max-width: none;
    }
    .bonus__section__parent__2__child-2 img {
        width: 100% !important;
        max-width: none;
    }
    .bonus__section__parent__2__child-2 {
        margin-top: 0;
    }
    .bonus__section__parent__2__child-2 p {
        bottom: 1rem;
    }
    .bonus__section__parent__2__child-3 {
        margin-top: 1rem;
    }
    .bonus__section__parent__2__child-3 img {
        width: 100% !important;
        max-width: none;
    }
    .bonus__section__parent__2__child-3 p {
        bottom: 1.5rem;
    }
    .bonus__section__parent__3__child-1 {
        margin-top: 2rem;
    }
    .bonus__section__parent__3__child-1 img {
        width: 100% !important;
        max-width: none;
    }
    .bonus__section__parent__3__child-1 p {
        width: 100%;
        bottom: 1.3rem;
    }
    .bonus__section__parent__3__child-2 {
        margin-top: 2rem;
    }
    .bonus__section__parent__3__child-2 img {
        width: 100% !important;
        max-width: none;
    }
    .bonus__section__parent__3__child-2 p {
    }
    .bonus__section__parent__3__child-3 {
        margin-top: 1.5rem;
    }
    .bonus__section__parent__3__child-3 img {
        width: 100% !important;
        max-width: none;
    }
    .bonus__section__parent__3__child-3 p {
        bottom: 1.5rem;
    }
    .bonus__section__btn .t-btn {
        position: relative;
        left: 50%;
        top: auto;
        transform: translateX(-50%);
        bottom: auto;
        margin-top: 3rem;
        margin-bottom: -5rem;
        font-size: 1.5rem;
    }
    .bonus__box__big__leaf {
        display: none;
    }
}
/* -=================================================expert============================================= */
.experts__section {
    padding-top: 13rem;
    position: relative;
    z-index: 6;
    background: linear-gradient(90deg, #faf8f8, #efeded);
}
.experts__box {
    background-color: #33946f;
    border-radius: 3rem;
    position: relative;
    overflow: hidden;
    max-width: 120rem;
    margin: auto;
    padding: 5.6rem;
}
.experts__box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #33946f;
    border-radius: 3rem;
    z-index: 10;
    pointer-events: none;
}
@media screen and (max-width: 575px) {
    .experts__box::before {
        border: 2px solid #33946f;
        border-radius: 2rem;
    }
}
.experts__box__text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.experts__box__text .t-title .experts__box__title {
    font-size: 3.9rem;
    color: #e7e3df;
    text-transform: uppercase;
}
.experts__box__text .t-title .experts__box__num {
    font-size: 11.2rem;
    color: #e7e3df;
}
.experts__box__text .experts__box__text__small {
    font-family: 'Inter', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    margin-left: -2rem;
    color: #134633;
}
.experts__box__text .t-title {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}
.experts__box__figures-1 {
    position: absolute;
    left: -4.5rem;
    top: 4rem;
}

.experts__box__subtitle {
    font-size: 2rem;
    font-weight: 300;
    text-align: left;
    color: #e7e3df;
    margin-left: -1rem;
    margin-top: -0.8rem;
    text-align: center;
}

.figure-img {
    width: 29rem;
}

.experts__box__figures-2 {
    position: absolute;
    left: 12rem;
    top: 1rem;
}

.experts__box__figures-3 {
    position: absolute;
    left: 79rem;
    top: 2rem;
}
.experts__box__figures-4 {
    position: absolute;
    right: -3rem;
    top: 2rem;
}
.experts__box__figures-xs {
    display: none;
}
@media screen and (max-width: 575px) {
    .experts__section {
        display: block;
        padding-top: 9rem;
    }
    .experts__box__text .t-title {
        display: flex;
        align-items: center;
        column-gap: 1rem;
        margin-left: 1rem;
    }
    .experts__parent {
        display: block;
    }
    .experts__box {
        width: 33rem;
        height: 40.1rem;
        display: block;
        border-radius: 1.8rem;
    }
    .experts__box__text {
        margin-left: 0;
        margin-top: -3rem;
    }
    .experts__box__text .t-title .experts__box__num {
        font-size: 6rem;
        margin-left: -1rem;
    }
    .experts__box__text .t-title .experts__box__title {
        font-size: 2.1rem;
        text-transform: uppercase;
        font-weight: 400;
    }
    .experts__box__subtitle {
        font-size: 1.187rem;
        line-height: 1.852rem;
        text-align: center;
        font-weight: 300;
        margin-left: 0rem;
        margin-top: -1rem;
    }
    .experts__box__text .experts__box__text__small {
        font-size: 1.4rem;
        text-align: center;
        margin-top: 0rem;
        width: 85%;
        margin-left: 0rem;
        margin-bottom: 0;
    }
    .experts__box__figures-1 {
        display: none;
    }
    .experts__box__figures-2 {
        display: none;
    }
    .experts__box__figures-3 {
        display: none;
    }
    .experts__box__figures-4 {
        display: none;
    }
    .experts__box__figures-xs {
        display: block;
        position: absolute;
        bottom: -5.5rem;
        left: -11%;
    }
    .experts__box__figures-xs img {
        max-width: none;
        width: 40.4rem;
    }
}
/* ===========================================TARIF==================================================== */
.tarifs__section {
    margin-top: 9rem;
    /* background: #f3f3f3; */
}
.tarif {
    padding-bottom: 6rem;
}
@media screen and (max-width: 575px) {
    .tarif {
        padding-bottom: 0;
    }
}
.tarif .t-title {
    text-align: center;
    font-size: 5rem;
    font-weight: 400;
    text-align: center;
    margin-top: 7rem;
}
.tarif .t-title span {
    color: #33946f;
}
.tarif__subtitle {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin-top: 2rem;
}
.tarif__subtitle span {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
.tarif__box img {
    width: 28.7rem;
}
.tarif__box {
    display: flex;
    justify-content: space-evenly;
    margin-top: 7.5rem;
    column-gap: 1.5rem;
    position: relative;
}

.tarif__box__card {
    height: 14.5rem;
}
.tarif__parent {
    display: flex;
    justify-content: space-evenly;
    position: relative;
}

.tarif__parent .hr {
    width: 25rem;
    margin: 2rem auto 0.5rem;
    height: 1px;
    background: #efefef;
}

.tarif__progressbar {
    position: relative;
    width: 25rem;
    margin: 0 auto;
}
.tarif__progressbar .round {
    position: relative;
    width: 100%;
    height: 3.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background: #fff;
    z-index: 4;
    overflow: hidden;
}
.tarif__progressbar .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}
.tarif__progressbar .title {
    color: #c6c6c6;
    font-size: 1.4rem;
    position: relative;
    z-index: 6;
}
.tarif__progressbar b {
    font-weight: 700;
    color: #535353;
}
.tarif__progressbar .icon {
    position: absolute;
    right: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    /* border: 1px solid #fff; */
    box-shadow: -9px 0px 9px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: 5;
}
.tarif__progressbar .blur {
    position: absolute;
    pointer-events: none;
    top: -1.4rem;
    left: 0;
    width: 26rem;
    max-width: none;
}

.tarif__progressbar.bar1 .line {
    left: -55%;
}

.tarif__progressbar.bar2 .line {
    left: -45%;
}

.tarif__progressbar.bar3 .title,
.tarif__progressbar.bar4 .title {
    color: #e9a1a1;
}
.tarif__progressbar.bar3 b,
.tarif__progressbar.bar4 b {
    color: #fff;
}
.tarif__progressbar.bar3 .line {
    left: -5%;
}

.tarif__box__block ul {
    padding-right: 1rem !important;
}
.tarif__box__block li.none {
    text-decoration: line-through;
    font-weight: 400 !important;
    color: rgb(222, 222, 222) !important;
}

.tarif__parent__mini-1 .tarif__box__block li {
    color: #dedede;
}
.tarif__parent__mini-1 .tarif__box__block li:nth-child(4) {
    color: #1e1e1e;
}
.tarif__parent__mini-1 .tarif__box__block ul li span:nth-child(5) {
    color: #dedede;
}
.tarif__parent__mini-1 .tarif__box__block li:nth-child(6) {
    color: #1e1e1e;
}
.tarif__parent__mini-1 .tarif__box__block li:nth-child(7) {
    /* color: #1e1e1e; */
}
.tarif__parent__mini-1 .tarif__box__block ul span {
    color: #1e1e1e;
}
.tarif__box__block .tarif__box__Skill {
    margin-right: -1rem;
    margin-bottom: 1.5rem;
}
.tarif__box__block .tarif__box__Skill p {
    color: #1e1e1e;
    font-weight: 400;
    font-size: 1.282rem;
    text-align: center;
    text-transform: uppercase;
}
.tarif__box__block .tarif__box__Skill span {
    color: #000000;
    font-weight: 600;
    font-size: 1.282rem;
    text-align: center;
    text-transform: uppercase;
}
.tarif__parent ul {
    background-color: #ffffff;
    border-radius: 2rem;
    width: 100%;
    /* padding: 2rem 2rem; */
    padding-top: 1rem;
    padding-bottom: 3rem;
    margin-top: 1rem;
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    padding-left: 3.5rem;
}

.tarif__parent ul li {
    position: relative;
}

.tarif__parent ul li::before {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    top: 0.6rem;
    left: -1.5rem;
    background: #444444;
}
.tarif__box__block {
    background-color: white;
    border-radius: 2rem;
    /* width: 105%; */
    /* padding-top: 1rem; */
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tariff__item {
    /* width: 23.5%; */
    width: 28.8rem;
    position: relative;
    z-index: 10;
}
.tarif_price {
    font-family: 'TrajanPro3';
    font-weight: 400;
    text-align: center;
    line-height: 1.23;
    font-size: 2.5rem;
}

.tarif__parent ul li {
    margin-top: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.68rem;
    font-weight: 400;
    color: #1e1e1e;
}
.li-title {
    color: #d5728d;
    font-size: 1.5rem;
    line-height: 1.15;
    margin-bottom: -0.5rem;
}
.tarif__parent span {
    font-weight: 600;
    text-align: center;
}
.tarif__parent p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #1e1e1e;
    margin-left: -1.5rem;
    margin-bottom: 0;
    margin-bottom: -0.5rem;
}
.tarif__parent .t-title {
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    margin-right: 3rem;
}
.tarif__parent .tarif__parent__subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.5rem;
}
.tarif__box__leaf {
    position: absolute;
    left: -30%;
    top: -23rem;
    pointer-events: none;
}
.tarif__box__page {
    position: absolute;
    right: -30%;
    top: -50rem;
}
.tarif__box__leaf-right {
    position: absolute;
    right: -29.5%;
    top: 40rem;
}
.tarif__box__big-flower img {
    width: 135rem;
    pointer-events: none;
    /* display: none; */
}

@keyframes animate_one {
    0% {
        transform: translateY(0) rotate(1deg);
    }

    50% {
        transform: translateY(-4rem) rotate(-1deg);
    }

    100% {
        transform: translateY(0) rotate(1deg);
    }
}
.tarif__box__big-flower {
    position: absolute;
    top: 67%;
    left: -32%;
    animation: animate_one 5s infinite;
    pointer-events: none;
}

.tarif__box__btn__red .t-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    transition: 320ms;
    display: inline-block;
}

.tarif__box__btn__red .t-btn:hover {
    transform: scale(1.03);
}

.tarif__box__btn__red .t-btn .button__box {
    width: 24.3rem;
    height: 6.5rem;
    background: url(../img/tarifs__section/red__button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tarif__box__btn__green .t-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1.332px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 320ms;
    display: inline-block;
    margin-top: 1.3rem;
}

.tarif__box__btn__green .t-btn:hover {
    transform: scale(1.03);
}

.tarif__box__btn__green .t-btn .button__box {
    width: 24.3rem;
    height: 6.5rem;
    background: url(../img/tarifs__section/green__button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tarif__box__btn__gray .t-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1.332px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 320ms;
    display: inline-block;
    margin-top: 1.3rem;
}

.tarif__box__btn__gray .t-btn:hover {
    transform: scale(1.03);
}

.tarif__box__btn__gray .t-btn .button__box {
    width: 24.3rem;
    height: 6.5rem;
    background: url(../img/tarifs__section/gray__button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tarif__box__btn__white .t-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1.332px;
    color: #515151;
    text-align: center;
    cursor: pointer;
    transition: 320ms;
    display: inline-block;
    margin-top: 1.3rem;
}

.tarif__box__btn__white .t-btn:hover {
    transform: scale(1.03);
}

.tarif__box__btn__white .t-btn .button__box {
    width: 24.3rem;
    height: 6.5rem;
    background: url(../img/tarifs__section/white__button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tarif__line {
    width: 24.2rem;
    height: 0.1rem;
    background-color: #efefef;
    margin: auto;
    margin-top: 3rem;
    margin-right: 3rem;
}
@media screen and (max-width: 575px) {
    .tarifs__section {
        margin-top: 6rem;
    }
    .tarif__box {
        display: block;
        margin: 0;
        /* display: none; */
    }
    .tarif .t-title {
        font-size: 2.5rem;
        line-height: 1.4;
        text-align: center;
        width: 85%;
        text-transform: uppercase;
        margin-left: auto;
        margin-right: auto;
    }
    .tarif__subtitle {
        font-size: 1.4rem;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .tarif__subtitle br {
        display: none;
    }
    .tarif__subtitle span {
        font-size: 1.4rem;
    }
    .tarif__parent {
        display: block;
        margin: 3rem auto 0;
        width: 33rem;
    }
    .tariff__item {
        width: 100%;
        margin: 0 0 8rem !important;
    }
    /* .tarif__parent__mini-1 .tarif__box__card {
height: 9.5rem;
overflow: hidden;
}
.tarif__parent__mini-1 .tarif__box__card img {
height: 12.3rem;
} */
    .tarif__box__card {
        height: auto;
        margin-bottom: 1rem;
    }
    .tariff__item .t-btn .button__box {
        width: 28rem;
        height: 7.5rem;
        font-size: 1.3rem !important;
        letter-spacing: 0.1rem !important;
        line-height: 1.25;
    }
    .tarif__box__block {
        max-width: none;
        width: 33rem;
        margin-top: 0;
    }
    .tarif__parent__mini-1 {
        margin-top: -2.5rem;
    }
    .tarif__parent__mini-2 {
        margin-top: 10rem;
    }
    .tarif__parent__mini-3 {
        margin-top: 10rem;
    }
    .tarif__parent__mini-4 {
        margin-top: 10rem;
    }
    .tariff__item ul li {
        font-size: 1.6rem;
    }
    .tariff__item ul li span {
        font-size: 1.6rem;
    }
    .tariff__item .button__box {
        width: 2.76rem;
        height: 7.4rem;
    }
    .tarif_price {
        font-size: 2.8rem;
        color: #000;
    }
    .tarif__parent .tarif__parent__subtitle {
        font-size: 1.375rem;
        margin-bottom: 1rem;
    }
    .tariff__item .button__box .t-btn {
        font-size: 1.3rem;
    }
    .tarif__parent .tarif__box__Skill p {
        font-size: 1.469rem;
    }
    .tarif__box__card img {
        max-width: none;
        width: 32.9rem;
    }
    .tarif__box__leaf {
        display: none;
    }
    .tarif__box__leaf-right {
        display: none;
    }
    .tarif__box__page {
        display: none;
    }
    .tarif__box__big-flower {
        display: none;
    }
}
/* =============================================MANYFEW================================================ */
.many-few__section {
    margin-top: 10rem;
}
@media screen and (max-width: 575px) {
    .many-few__section {
        margin-top: 7rem;
    }
}
.many-few__section .t-title {
    text-align: center;
    font-size: 5rem;
    font-weight: 400;
    text-align: center;
    color: #515151;
}
.many-few__section .many-few__subtitle {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin-top: 1rem;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 575px) {
    .many-few__section .many-few__subtitle {
        font-size: 1.55rem;
        width: 100%;
        padding-top: 1rem;
        margin: 0 auto 2rem;
    }
}
.many-few__section .many-few__subtitle span {
    font-weight: 600;
}
.many-few__subtitle-text {
    background: url(../img/many-few__section/manyFew__BG.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70.4rem;
    height: 4.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    text-align: center;
}
.many-few__subtitle-text span {
    text-transform: uppercase;
    color: #33946f;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.25rem;
}
@media screen and (max-width: 575px) {
    .many-few__subtitle-img img {
        width: 33.4rem;
        margin-left: 4rem;
    }
}
.many-few__parent__1 img {
    width: 32rem;
}
.many-few__parent__1 {
    display: flex;
    justify-content: space-around;
    margin-top: 5rem;
    column-gap: 10rem;
}
.many-few__parent__1 p {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2.652rem;
    text-align: center;
}
.many-few__parent__1 span {
    font-weight: 700;
}
.many-few__parent__2 img {
    width: 32rem;
}
.many-few__parent__2 {
    display: flex;
    justify-content: space-around;
    margin-top: 3rem;
    column-gap: 10rem;
}
.many-few__parent__2 p {
    font-size: 1.7rem;
    font-weight: 400;

    text-align: center;
}
.many-few__parent__2 span {
    font-weight: 700;
}
.many-few__parent__2-item-1 {
    margin-top: 1rem;
}
@media screen and (max-width: 575px) {
    .many-few__parent__1 {
        display: block;
        margin-top: 3rem;
    }
    .many-few__parent__2 {
        display: block;
    }
    .many-few__parent__3 {
        display: block;
    }
    .many-few__subtitle-text {
        margin-left: 0;
        width: 41rem;
        height: 3rem;

        display: none;
    }
    .many-few__subtitle-text span {
        font-size: 1.4rem;
        text-transform: none;
        letter-spacing: 0.09rem;
    }
    .many-few__box .box {
        width: 38rem;
        margin: 0 auto;
    }
    .many-few__box .t-title {
        font-size: 3rem;
    }
    .many-few__subtitle {
        font-size: 1.5rem;
    }
    .many-few__parent__1 img {
        width: 100% !important;
        max-width: none;
    }
    .many-few__box img {
        margin-bottom: 1rem !important;
    }
    .many-few__parent__1 {
        margin-left: 0rem;
        margin-right: -0rem;
    }
    .many-few__parent__1 p {
        margin-top: -0.2rem;
    }
    .many-few__parent__2 p {
        margin-top: -0.2rem;
    }
    .many-few__parent__2 img {
        width: 100% !important;
        max-width: none;
    }
    .many-few__parent__2 {
        margin-left: 0rem;
        margin-right: -0rem;
    }
    .many-few__parent__1-item {
        margin-top: 0;
    }
    .many-few__parent__2-item {
        margin-top: 3rem;
    }
}
/* ============================================whatif__section======================================= */
.whatif__section {
    margin-top: 12rem;
}

@media screen and (min-width: 575px) {
    .whatif__section .container {
        position: relative;
    }
}
@media screen and (max-width: 575px) {
    .whatif__section {
        margin-top: 6rem;
    }
}
.whatif {
    background-color: #33946f;
    border-radius: 10rem;
    max-width: 192rem;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 50rem;
    box-shadow: 0px 0px 8px 0px #1c1c1c4d inset;

    position: relative;
}
.whatif .t-title {
    color: #ffffff;
    font-size: 10rem;
    font-weight: 400;
    margin-top: 5rem;
    text-transform: uppercase;
}
.whatif__subtitle {
    font-family: 'TrajanPro3';
    font-weight: 400;
    line-height: 1.23;
    font-size: 5rem;
    color: #ffffff;
    text-transform: uppercase;
}
.whatif__box {
    display: flex;
    align-items: center;
    margin-left: -5rem;
    column-gap: 1rem;
}
.whatif__box img {
    width: 17.2rem;
}
.whatif__box p {
    font-size: 2.7rem;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}
.whatif__box span {
    font-size: 2.7rem;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
}
.whatif__bg {
    background: url(../img/whatif__section/bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 51%;
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.whatif__bg p {
    font-family: 'TrajanPro3';
    font-weight: 400;
    line-height: 1.45;
    font-size: 2.4rem;
    color: #ffffff;
    text-align: center;
}
.whatif__text {
    color: #ffffff;
    font-size: 2.7rem;
    font-weight: 400;
    text-align: left;
    margin-top: 3rem;
}
.whatif__text span {
    color: #ffffff;
    font-weight: 600;
    text-align: left;
}
.whatif__text img {
    margin-left: 2.5rem;
    margin-bottom: -2rem;
}
.whatif__sam img {
    width: 72rem;
}

.whatif__sam {
    position: absolute;
    right: -17rem;
    top: -15rem;
}
.whatif__sam-xs {
    display: none;
}
@media screen and (max-width: 575px) {
    .whatif {
        background-color: #33946f;
        border-radius: 3rem;
        max-width: 100%;
        margin: auto;
        height: 74.5rem;
        padding-bottom: 50rem;
        box-shadow: 0px 0px 8px 0px #1c1c1c4d inset;

        position: relative;
    }
    .whatif__sam {
        display: none;
    }
    .whatif .t-title {
        font-size: 4.5rem;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 0;
    }
    .whatif .whatif__subtitle {
        font-size: 2.5rem;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 1rem;
    }
    .whatif__box {
        margin-left: 0;
    }
    .whatif__box img {
        width: 12.5rem;
    }
    .whatif__box p {
        font-size: 1.6rem;
        line-height: 2.496rem;
        font-weight: 400;
        width: 60%;
    }
    .whatif__box span {
        font-size: 1.6rem;
        line-height: 2.496rem;
        font-weight: 600;
    }
    .whatif__box p br {
        display: none;
    }
    .whatif__bg {
        background: url(../img/whatif__section/background-xs.png);

        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 23.1rem;
        height: 7.4rem;
        margin-left: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .whatif__bg p {
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.786rem;
        text-align: center;
    }
    .whatif__text {
        font-size: 1.6rem;
        line-height: 2.496rem;
        font-weight: 400;
        width: 40%;
        margin-left: 3.5rem;
        margin-top: 1.5rem;
    }
    .whatif__text span {
        font-size: 1.6rem;
        line-height: 2.496rem;
        font-weight: 600;
    }
    .whatif__text br {
        display: none;
    }
    .whatif__text img {
        display: none;
    }
    .whatif__sam-xs {
        display: block;
        position: absolute;
        right: 0;
        bottom: 5rem;
    }
    .whatif__sam-xs img {
        width: 31.9rem;
    }
}
/* ==============================================FORMEN================================================ */
.formen__section {
    margin-top: -40.5rem;
    background: #ffffff;
}
.formen__section .container {
    position: relative;
}
.formen {
    background:
        linear-gradient(
            180deg,
            rgba(240, 219, 181, 0.3) 0%,
            rgba(232, 193, 118, 0.3) 100%
        ),
        linear-gradient(0deg, #fee294, #fee294);
    max-width: 167.5rem;
    margin: auto;
    border-radius: 10rem;
    padding-top: 9.2rem;
    position: relative;
    padding-bottom: 11rem;
    box-shadow: 0px 0px 8px 0px #1c1c1c4d inset;
}
.formen__arrow {
    position: absolute;
    right: 18rem;
    bottom: 2rem;
}
.formen__box {
    margin-left: 60rem;
    line-height: 3.7rem;
    margin-top: 3rem;
}
.formen__box .t-title {
    color: #a27733;
    font-size: 6rem;
    text-transform: uppercase;
    width: 105%;
}
.formen__text {
    display: flex;
    align-items: baseline;
    column-gap: 2rem;
}
.formen__text p {
    color: #7a4a0a;
    font-size: 2.4rem;
    font-weight: 300;
    text-align: left;
}
.formen__text span {
    color: #7a4a0a;
    font-weight: 700;
}
.formen__subtitle {
    font-size: 3rem;
    font-weight: 600;
    color: #7a4a0a;
    text-align: left;
    width: 110%;
}
.formen__subtitle-2 {
    font-size: 3rem;
    font-weight: 600;
    color: #7a4a0a;
    text-align: left;
    width: 110%;
}
.formen__bg {
    display: flex;
    align-items: center;
    column-gap: 3rem;
    background: url(../img/formen__section/Плашка.svg);
    background-repeat: no-repeat;
    background-size: 80% 100%;
    width: 120%;
    margin: 2rem 0;
    padding: 3rem 2rem;
}
.formen__bg p {
    font-size: 2.3rem;
    font-weight: 400;
    color: #7a4a0a;
    text-align: left;
}
.formen__bg span {
    font-weight: 600;
    color: #7a4a0a;
}
.formen__woman {
    position: absolute;
    top: -19.1rem;
    left: -7rem;
}
.formen__woman img {
    width: 62.8rem;
}
.formen__box__btn .t-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.66rem;
    letter-spacing: 1.332px;
    color: #fff;
    cursor: pointer;
    transition: 320ms;
    display: inline-block;
    text-align: center;
    line-height: 2.127rem;
}

.formen__box__btn .t-btn:hover {
    transform: scale(1.03);
}

.formen__box__btn .t-btn .button__box {
    width: 34rem;
    height: 9.5rem;
    background: url(../img/cherry__section/button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
@media screen and (max-width: 575px) {
    .formen {
        background:
            linear-gradient(
                180deg,
                rgba(240, 219, 181, 0.3) 0%,
                rgba(232, 193, 118, 0.3) 100%
            ),
            linear-gradient(0deg, #fee294, #fee294);
        width: 37.4rem;
        height: 53.7rem;
        margin: auto;
        border-radius: 3rem;
        padding-top: 7rem;
        /* padding-top: 9.2rem; */
        position: relative;
        /* padding-bottom: 21.4rem; */
        box-shadow: 0px 0px 8px 0px #1c1c1c4d inset;
    }
    .formen__arrow {
        display: none;
    }
    .formen__woman img {
        display: none;
    }
    .formen__section {
        margin-top: -10.5rem;
    }
    .formen__box {
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .formen__box .t-title {
        font-size: 2.5rem;
        text-align: center;
        text-transform: uppercase;
        margin-top: -6rem;
        width: 100%;
    }
    .formen__text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .formen__text p {
        font-size: 1.4rem;
        line-height: 2.184rem;
        font-weight: 300;
        text-align: center;
        width: 80%;
    }
    .formen__text span {
        font-size: 1.4rem;
        line-height: 2.184rem;
        font-weight: 700;
        text-align: center;
    }
    .formen__text br {
        display: none;
    }
    .formen__text img {
        width: 6rem;
        margin-top: 1.5rem;
    }
    .formen__subtitle {
        font-size: 2rem;
        text-align: center;
        line-height: 3.12rem;
        font-weight: 600;
        width: 70%;
        margin-left: 4.7rem;
    }
    .formen__subtitle-2 {
        font-size: 2rem;
        text-align: center;
        line-height: 1.35;
        font-weight: 600;
        width: 80%;
        margin: 0 auto;
    }
    .formen__subtitle-2 br {
        display: none;
    }
    .formen__bg {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url(../img/formen__section/Плашка-xs.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 29.3rem;
        margin: auto;
    }
    .formen__bg img {
        width: 4.2rem;
        margin-top: -2.2rem;
    }
    .formen__bg p {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2.184rem;
        width: 90%;
        margin-top: 1rem;
    }
    .formen__bg span {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 2.184rem;
    }
    .formen__bg br {
        display: none;
    }
    .formen__box__btn .t-btn .button__box {
        width: 33rem;
        height: 8.9rem;
        background: url(../img/cherry__section/button.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 3rem;
        margin-left: 0.7rem;
    }
}
/* ===============================================payment__section======================================= */

.payment__section {
    padding-top: 15rem;
    background: #fff;
    /* height: 50rem; */
}
.payment__section .container {
    position: relative;
}
.payment__section__parent {
    position: relative;
}
.payment__section__parent .t-title {
    font-size: 4.246rem;
    text-align: center;
    color: #515151;
}
.payment__section__box {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 8rem;
}
.payment__section__box p {
    font-size: 1.9rem;
    font-weight: 400;
    text-align: center;
    margin-top: 4rem;
}
.payment__section__box span {
    font-weight: 600;
}
.payment__section__box__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 575px) {
    .payment__section__box__item.item5 {
        width: 30rem;
    }
}

.payment__section__leaf {
    position: absolute;
    right: -28%;
    top: -30%;
}
.payment__section__btn .t-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.45rem;
    letter-spacing: 1.332px;
    color: #fff;
    cursor: pointer;
    transition: 320ms;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 35%;
    bottom: -32%;
    z-index: 18;
}
.payment__section__arrow {
    position: absolute;
    left: 37rem;
    bottom: -6rem;
    z-index: 1;
}
.payment__section__btn .t-btn:hover {
    transform: scale(1.03);
}

.payment__section__btn .t-btn .button__box {
    width: 38.2rem;
    height: 9.249rem;
    background: url(../img/payment__section/button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
@media screen and (max-width: 575px) {
    .payment__section__parent {
        position: relative;
    }
    .payment__section__arrow {
        position: absolute;
        left: 1rem;
        bottom: 9.5rem;
        transform: rotate(45deg);
        z-index: 1;
    }
    .payment__section__box {
        display: block;
        margin-top: -1rem;
        padding-bottom: 2rem;
    }
    .payment__section__parent .t-title {
        font-size: 3rem;
        width: 80%;
        margin-left: 4rem;
        margin-bottom: 4rem;
    }
    .payment__section__box__item {
        margin-top: 3rem;
    }
    .payment__section__box__item p {
        margin-top: 1.5rem;
    }
    .payment__section__leaf {
        display: none;
    }
    .payment__section__btn {
        margin-bottom: -5rem;
        text-align: center;
    }
    .payment__section__btn .t-btn {
        position: relative;
        left: auto;
        transform: none;
        bottom: auto;
        /* bottom: -5rem; */
    }
    .payment__section__btn .t-btn .button__box {
        margin-top: 0;
    }
}
/* ============================================TRAINING============================================== */

.training__section {
    margin-top: -6rem;
}

.training__section .container {
    position: relative;
    height: 147rem;
}

.training__section__text__1,
.training__section__text__2 {
    display: none;
}

.cursor__btn {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #888787;
    position: absolute;
    animation: pulse 2s infinite;
    z-index: 10;
}
.cursor__btn.btn1 {
    left: 33rem;
    top: 40rem;
}

.cursor__btn.btn2 {
    left: 74rem;
    top: 52rem;
}

@media screen and (max-width: 575px) {
    .cursor__btn.btn1 {
        left: 31rem;
        top: 37rem;
    }
    .cursor__btn.btn2 {
        left: 5rem;
        top: 104rem;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.training__section__parent {
    background: url(../img/training__section/background.jpg);
    background-repeat: no-repeat;
    background-size: 192rem auto;
    background-position: top center;
    max-width: 192rem;
    margin: auto;
    position: relative;
    line-height: 1.3;
}
@media screen and (max-width: 575px) {
    .training__section__parent {
        padding-top: 10rem;
        background: url(../img/training__section/background-xs.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-color: #f5f5f5;
        background-position: bottom center;
        height: 192rem;
    }
}

.training__section__sofi {
    position: absolute;
    left: -32rem;
    top: 21rem;
    pointer-events: none;
}
.training__section__sofi img {
    width: 100.14rem;
}
.training__section__monro {
    position: absolute;
    right: -24rem;
    top: 22%;
    pointer-events: none;
}
.training__section__monro img {
    width: 87.5rem;
}
.training__section__sam {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
}
.training__section__sam img {
    width: 77.5rem;
}
.training__section__text__1 {
    position: absolute;
    left: 35rem;
    top: 25%;
}
.training__section__text__2 {
    position: absolute;
    right: 42rem;
    top: 40%;
    text-align: right;
}
.training__section__text__3 {
    position: absolute;
    bottom: 24%;
    left: 4rem;
}
.training__section__text__4 {
    position: absolute;
    bottom: 12%;
    text-align: center;
    left: 8rem;
}
.training__section__text__5 {
    position: absolute;
    right: -3rem;
    bottom: 10%;
}
.training__section__box__leaf {
    position: absolute;
    left: -20rem;
    top: -7.2rem;
}
@media screen and (max-width: 1500px) {
    .training__section__box__leaf {
        display: none;
    }
}
.training__section__box__leaf-2 {
    position: absolute;
    bottom: -10rem;
    right: -11%;
}
.training__section__text__1-title {
    font-family: 'TrajanPro3';
    font-weight: 400;
    line-height: 1.23;
    font-size: 3.6rem;
    color: #33946f;
    margin-bottom: -1.5rem;
}
.training__section__subtitle {
    font-size: 2rem;
}
.training__section__subtitle.xs {
    display: none;
}
.training__section__subtitle span {
    font-weight: 600;
}
.training__section__box .t-title {
    font-size: 5rem;
    text-align: center;
    padding-top: 17rem;
    /* position: absolute;
top: 15rem;
left: 27%; */
}
.training__section__text__3 .training__section__text__3__t-title {
    font-family: 'TrajanPro3';
    font-weight: 400;
    line-height: 1.23;
    position: sticky;
    z-index: 6;
    font-size: 4.5rem;
}
.training__section__parent .t-title span {
    color: #33946f;
}
.training__section__text__3 .t-title {
    text-align: left;
    font-size: 4.6rem;
}
@media screen and (max-width: 575px) {
    /* .training__section__parent {
max-width: none;
width: 43rem;
} */
    .training__section {
        /* height: 187.3rem; */
    }
    .training__section .container {
        position: static;
    }
    .training__section__box .t-title {
        font-size: 2.5rem;
        width: 60%;
        margin-left: 8.5rem;
        padding-top: 0rem;
        padding-bottom: 2rem;
    }
    .training__section__sofi {
        position: absolute;
        top: 12rem;
        left: -85%;
    }
    .training__section__sofi img {
        max-width: none;
        width: 110rem;
    }
    .training__section__text__1 {
        backdrop-filter: blur(0.5rem);
        background: rgba(255, 255, 255, 0.4);
        z-index: 100;
        padding-top: 1.5rem;
        padding-bottom: 4rem;
        position: absolute;
        width: 33rem;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
        top: 32%;
        text-align: left;
        box-shadow: 0px 10px 10px 10px #ffffff4d inset;
        border-radius: 1rem;
    }
    .training__section__text__1 br {
        display: none;
    }
    .training__section__text__1-title {
        font-size: 2.5rem;
        line-height: 3.088rem;
        margin-left: 3rem;
    }
    .training__section__subtitle.pc {
        display: none;
    }
    .training__section__subtitle.xs {
        display: block;
    }
    .training__section__subtitle br {
        display: block !important;
    }
    .training__section__text__1 .training__section__subtitle {
        font-size: 1.5rem;
        line-height: 1.95rem;
        max-width: 90%;
        margin-left: 3rem;
        margin-bottom: -2rem;
    }
    .training__section__box__leaf {
        display: none;
    }
    .training__section__box__leaf-2 {
        display: none;
    }
    /* .training__section__sam {
position: absolute;
top: 105%;
left: 50%;
transform: translateX(-50%);
}
.training__section__sam img {
max-width: none;
width: 36.6rem;
} */
    .training__section__text__2 {
        backdrop-filter: blur(0.5rem);
        background: rgba(255, 255, 255, 0.4);
        z-index: 100;
        padding-top: 1.5rem;
        padding-bottom: 4rem;
        position: absolute;
        width: 33rem;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
        top: 67%;
        text-align: left;
        box-shadow: 0px 10px 10px 10px #ffffff4d inset;
        border-radius: 1rem;
    }
    .training__section__text__2 br {
        display: none;
    }
    .training__section__text__2 .training__section__text__1-title {
        font-size: 2.5rem;
        line-height: 3.088rem;
        margin-left: 3rem;
    }
    .training__section__text__2 .training__section__subtitle {
        font-size: 1.5rem;
        line-height: 1.95rem;
        max-width: 90%;
        margin-left: 3rem;
        margin-bottom: -2rem;
    }
    .training__section__text__3 {
        position: absolute;
        top: 80.5%;
    }
    .training__section__text__3 .training__section__text__3__t-title {
        font-size: 2.5rem;
        line-height: 3.088rem;
        text-align: center;
        margin-top: -10rem;
        position: sticky;
        z-index: 6;
    }
    .training__section__text__3 .training__section__subtitle {
        font-size: 1.4rem;
        line-height: 1.82rem;
        text-align: center;
        margin-top: 0.7rem;
    }
    .training__section__text__4 {
        font-size: 1.2rem;
        line-height: 1.56rem;
        position: absolute;
        top: 84.5%;
        text-align: center;
        left: 7%;
        font-weight: 400;
        text-align: left;
        width: 30%;
    }
    .training__section__text__4 p {
        font-size: 1.2rem;
        line-height: 1.56rem;
        font-weight: 400;
    }
    .training__section__text__4 span {
        font-size: 1.2rem;
        line-height: 1.56rem;
        font-weight: 600;
    }
    .training__section__text__5 {
        font-size: 1.2rem;
        line-height: 1.56rem;
        position: absolute;
        top: 84.5%;
        text-align: center;
        right: 7%;
        font-weight: 400;
        text-align: right;
        width: 30%;
        width: 14rem;
    }
    .training__section__text__5 p {
        font-size: 1.2rem;
        line-height: 1.56rem;
        font-weight: 400;
    }
    .training__section__text__5 span {
        font-size: 1.2rem;
        line-height: 1.56rem;
        font-weight: 600;
    }
    .training__section__monro {
        position: absolute;
        left: -25%;
        top: 44%;
    }
    .training__section__monro img {
        width: 80.5rem;
        max-width: none;
    }
}
/* ========================================UNIQUENESS================================================ */

.uniqueness__section {
    /* margin-top: 7rem; */
    /* background: url(../img/uniqueness__section/bg.png); */
    background-size: 192rem auto;
    background-position: top center;
    background-color: #fff;
    padding-top: 7rem;
    height: 96rem;
}
.uniqueness__parent {
    position: relative;
}
.uniqueness__box {
    display: flex;
    justify-content: space-around;
}
.uniqueness__box__silverHand {
    position: absolute;
    left: -30%;
    top: 0;
    pointer-events: none;
}
.uniqueness__box__silverHand img {
    width: 80rem;
}
.uniqueness__box__lupa {
    position: absolute;
    top: -2%;
    right: -31%;
    pointer-events: none;
}
.uniqueness__box__lupa img {
    width: 80rem;
}
.uniqueness__box__silverHand-xs {
    display: none;
}
.uniqueness__box__lupa-xs {
    display: none;
}
.uniqueness__box-page {
    display: flex;
    justify-content: flex-end;
    font-family: 'TrajanPro3';
    font-weight: 400;
    font-size: 2rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
    margin-top: -3rem;
}
.uniqueness__section .t-title {
    text-align: center;
    font-size: 5rem;
}
.uniqueness__box__item .t-title {
    font-size: 3.5rem;
    text-align: left;
    margin-left: 5rem;
    margin-top: 3rem;
}
.uniqueness__box__item ul {
    margin-left: 4rem;
}
.uniqueness__box ul li {
    font-size: 2.2rem;
    line-height: 3.432rem;
    font-weight: 400;
    margin-top: 2.5rem;
}
.uniqueness__box ul li span {
    font-weight: 600;
}
.uniqueness__box__item-2 .t-title {
    font-size: 3.5rem;
    text-align: left;
    margin-left: 5rem;
    margin-top: 3rem;
}
.uniqueness__box__item-2 ul {
    margin-left: 4rem;
}
.uniqueness__box__item-3 .t-title {
    font-size: 3.5rem;
    text-align: left;
    margin-left: 6.5rem;
    margin-top: 3rem;
}
.uniqueness__box__item-3 ul {
    margin-left: 3.5rem;
    list-style: none;
}

.uniqueness__box ul {
    list-style: none;
}
.uniqueness__box li {
    position: relative;
}
.uniqueness__box li::before {
    content: '';
    background: #000;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    position: absolute;
    left: -3rem;
    top: 50%;
    transform: translateY(-50%);
}

.uniqueness__box__item-3 .uniqueness__box-page {
    margin-top: 0;
    position: relative;
    bottom: -2rem;
}

.uniqueness__section-subtitle {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
}
.uniqueness__section-subtitle span {
    font-weight: 600;
}
.uniq-item {
    border: 0.1rem solid #515151;
    border-radius: 0.592rem;
}
.uniqueness__box__item {
    width: 55.3rem;
}
.uniqueness__box__item-2 {
    width: 55.3rem;
    margin-top: 3.5rem;
}
.uniqueness__box__item-3 {
    width: 50.3rem;
}
@media screen and (max-width: 575px) {
    .uniqueness__section {
        background: url(../img/uniqueness__section/bg-xs.png);
        background-size: 100% auto;
        background-position: bottom center;
        background-repeat: no-repeat;
        margin: auto;
        margin-top: -5rem;
        height: 103rem;
    }
    .uniqueness__parent {
        position: relative;
    }
    .uniqueness__box {
        display: block;
        margin-left: 0;
    }
    .uniqueness__box__item {
        max-width: none;
        /* border-width: 0.6px; */
        width: 33rem;
        margin: 0 auto;
    }
    .uniq-item {
        border: 0.1rem solid rgba(81, 81, 81, 0.5);
    }
    .uniqueness__minibox .uniqueness__box__item .t-title {
        font-size: 2rem;
        margin-top: 2rem;
        margin-left: 2rem;
    }
    .uniqueness__box__item ul {
        margin-left: 1rem;
    }
    .uniqueness__box__item ul li {
        font-size: 1.4rem;
        line-height: 2.184rem;
        margin-top: 1rem;
    }
    .uniqueness__box li::before {
        content: '';
        background: #000;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        position: absolute;
        left: -2rem;
        top: 45%;
        transform: translateY(-50%);
    }
    .uniqueness__box-page {
        display: flex;
        justify-content: flex-end;
        font-family: 'TrajanPro3';
        font-weight: 400;
        font-size: 1.2rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        margin-top: -3rem;
    }
    .uniqueness__box__item-2 {
        max-width: none;
        width: 33rem;
        margin: 3rem auto;
    }
    .uniqueness__minibox .uniqueness__box__item-2 .t-title {
        font-size: 2rem;
        margin-left: 2rem;
        margin-top: 2rem;
    }
    .uniqueness__box__item-2 ul {
        margin-left: 1rem;
    }
    .uniqueness__box__item-2 ul li {
        font-size: 1.4rem;
        line-height: 2.184rem;
        margin-top: 1rem;
    }
    .uniqueness__box__item-3 {
        max-width: none;
        width: 33rem;
        margin: 0 auto;
    }
    .uniqueness__box .uniqueness__box__item-3 .t-title {
        font-size: 2rem;
        margin-left: 2rem;
        margin-top: 2rem;
    }
    .uniqueness__box__item-3 ul {
        margin-left: 1rem;
    }
    .uniqueness__box__item-3 ul li {
        font-size: 1.4rem;
        line-height: 2.184rem;
        margin-top: 1.5rem;
    }
    .uniqueness__box .uniqueness__box__item-3 .uniqueness__box-page {
        display: flex;
        justify-content: flex-end;
        font-family: 'TrajanPro3';
        font-weight: 400;
        font-size: 1.2rem;
        margin-right: 1rem;
        margin-bottom: 3rem;
        margin-top: -3rem;
    }
    .uniqueness__section .t-title {
        font-size: 2.5rem;
        text-transform: none;
    }
    .uniqueness__section-subtitle {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2.184rem;
        text-align: center;
        width: 50%;
        margin-left: 10rem;
    }
    .uniqueness__box__silverHand {
        display: none;
    }
    .uniqueness__box__lupa {
        display: none;
    }
    .uniqueness__box__silverHand-xs {
        display: block;
        position: absolute;
        right: -2rem;
        top: 3rem;
    }
    .uniqueness__box__silverHand-xs img {
        width: 20.9rem;
    }
    .uniqueness__box__lupa-xs {
        display: block;
        position: absolute;
        right: -2rem;
        top: 62%;
    }
    .uniqueness__box__lupa-xs img {
        width: 28rem;
    }
}
/* =======================================RECOMENDATION================================================ */

/* =======================================RECOMENDATION================================================ */
.recomendation__section {
    background: url(../img/recomendation__section/bg.jpg);
    background-size: 192rem auto;
    background-repeat: no-repeat;
    background-color: #eaeaea;
    max-width: 192rem;
    height: 195rem;
    margin: auto;
    /* margin-top: 13.5rem; */
    padding: 8rem 0rem;
}
@media screen and (max-width: 575px) {
    .recomendation__box__parent__item-ava {
        width: 15.4rem;
        flex-shrink: 0;
    }
    .recomendation__box__parent .new-photos {
        width: 15.4rem;
        height: 15.4rem;
    }
}
.new-photos {
    width: 15.4rem;
    height: 15.4rem;
    border: 4px solid #33946f;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
@media screen and (max-width: 575px) {
    .recomendation__section {
        height: 415rem;
        background-image: none !important;
        padding: 5rem 0 0;
    }
}
.recomendation__box-1 .t-title {
    font-size: 5rem;
    text-align: center;
    margin-top: 4rem;
}
.new__mini-subtitle {
    font-size: 2rem;
    text-align: center;
    font-family: 'TrajanPro3';
}
.recomendation__box__parent {
    display: flex;
    margin-top: 5rem;
}

.recomendation__box__parent__item-ava {
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

.recomendation__box__parent__item-ava::before {
    content: 'ЧИТАТЬ ОТЗЫВ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 4px solid #33946f;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    white-space: nowrap;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
    opacity: 0;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .recomendation__box__parent__item-ava::before {
        display: none;
    }
}

.recomendation__box__parent__item-ava:hover::before {
    opacity: 1;
}

.recomendation__box-1 span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #515151;
    margin-top: 0.8rem;
    display: block;
    line-height: 1.4;
}
.recomendation__box-1 p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.472rem;
    color: #33946f;
}
.recomendation__box__parent__item {
    display: flex;
}
@media screen and (max-width: 575px) {
    .recomendation__box__parent__item {
        align-items: center;
    }
    .recomendation__box__parent__item-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}

.recomendation__box__parent .item {
    display: flex;
    column-gap: 2rem;
}

.recomendation__box__parent__item-2 {
}
.recomendation__box__parent__item-3 {
    margin-right: -0.8rem;
}
.recomendation__box__parent__item-4 {
    margin-left: -1.9rem;
}
.recomendation__box__parent__item-5 {
    margin-right: -5.5rem;
}
.recomendation__box__parent__item-6 {
    margin-right: -9.9rem;
}
.recomendation__box__parent__item-7 {
    margin-left: -1.6rem;
}
.recomendation__box__parent__item-8 {
}
.recomendation__box__parent__item-9 {
    margin-right: -7.2rem;
}
.recomendation__box-1 img {
    width: 15.4rem;
    display: block;
}
@media screen and (max-width: 575px) {
    .recomendation__box__parent {
        display: block;
        align-items: center;
        margin-top: -1rem;
        margin-left: 5rem;
    }
    .recomendation__box__parent img {
        /* width: 11rem; */
        display: block;
    }
    .recomendation__box-1 p {
        font-size: 1.8rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .recomendation__box-1 .t-title {
        font-size: 3rem;
        padding-bottom: 5rem;
        width: 65%;
        margin: auto;
        margin-top: -2rem;
    }
    .new__mini-subtitle {
        font-size: 1.5rem;
        text-align: center;
        margin-top: -4rem;
        margin-bottom: 3rem;
        font-family: 'TrajanPro3';
        padding: 0 1rem;
    }
    .new__mini-subtitle br {
        display: none;
    }
    .recomendation__box__parent .item {
        margin: 0 0 2.5rem !important;
        width: 100%;
        /* justify-content: flex-start !important; */
        column-gap: 2.5rem !important;
    }
    .recomendation__box__parent .item .recomendation__box__parent__item-ava {
    }
}
/* =======================================RECOMENDATION PART2================================================ */
.recomendation__box-2 {
    margin-top: 5rem;
    position: relative;
}
.recomendation__box__2__ilustr {
    position: absolute;
    top: 78%;
    left: -6%;
    pointer-events: none;
    width: 53rem;
}
.recomendation__box__2__text-1 {
    display: flex;
    align-items: baseline;
    column-gap: 2rem;
    position: absolute;
    left: 0;
    top: 110%;
}
.recomendation__box__2__text-1 img,
.recomendation__box__2__text-2 img {
    box-shadow: 0px 0px 10px 0px #33946f;
    border-radius: 50%;
}
.recomendation__box__2__text-2 {
    display: flex;
    align-items: baseline;
    column-gap: 2rem;
    position: absolute;
    left: -3%;
    top: 170%;
}
.recomendation__box__2__text-3 {
    display: flex;
    align-items: baseline;
    column-gap: 2rem;
    position: absolute;
    left: 31%;
    top: 103%;
}
.recomendation__box__2__text-4 {
    position: absolute;
    top: 195%;
    left: 26%;
}
.recomendation__box__2__text-5 {
    position: absolute;
    left: 2%;
    bottom: -180%;
}
.recomendation__box__2__text-6 {
    position: absolute;
    left: 22%;
    bottom: -196%;
    display: flex;
    align-items: flex-start;
}
.recomendation__box__2__text-6 img {
    margin-right: 2rem;
    margin-top: 0.8rem;
    box-shadow: 0px 0px 10px 0px #33946f;
    border-radius: 50%;
}

.recomendation__box__2__inst {
    background: url(../img/recomendation__section/youtube.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 24.9rem;
    height: 8.2rem;
    position: absolute;
    left: 38%;
    top: 25%;
    /* pointer-events: none; */
}
.recomendation__box__2__inst a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 2.4rem;
    font-size: 1.6rem;
    margin-left: -1.9rem;
}

.recomendation__box__2__telegram {
    background: url(../img/recomendation__section/telegram__bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 23.6rem;
    height: 8.2rem;
    position: absolute;
    left: 45%;
    top: 63%;
}
.recomendation__box__2__telegram a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 2.6rem;
    font-size: 1.6rem;
    margin-left: -2.5rem;
}

.recomendation__box__2__sam img {
    width: 85.4rem;
    pointer-events: none;
}
.recomendation__box__2__sam {
    position: absolute;
    right: -14%;
    bottom: -240%;
    pointer-events: none;
}
.recomendation__box__2__item {
    /* margin-left: 4rem; */
}
.recomendation__box__2__item .t-title {
    font-size: 7.594rem;
    line-height: 9.379rem;
    font-weight: 400;
    border-left: solid 0.7rem #33946f;
    border-radius: 0.5rem;
    padding-left: 2rem;
}
.recomendation__box-2 p {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2.907rem;
}
.recomendation__box-2 span {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 2.907rem;
}
.recomendation__box__2__item__ilustr {
    background: url(../img/recomendation__section/spicker__BG.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 35.6rem;
    height: 3.8rem;
    margin-bottom: 1.5rem;
    margin-left: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff9085;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.03rem;
    font-size: 1.43rem;
    text-transform: uppercase;
}
.p-text {
    display: inline;
    margin-left: 0.5rem;
}
.recomendation__box__2__sam-xs {
    display: none;
}
.recomendation__box__2__text-3-xs {
    display: none;
}
.recomendation__box__2__ellipse__xs-1 {
    display: none;
}
.recomendation__box__2__ellipse__xs-2 {
    display: none;
}
.recomendation__box__2__ellipse__xs-3 {
    display: none;
}
.recomendation__box__2__leaf__xs-left {
    display: none;
}
.recomendation__box__2__leaf__xs-right {
    display: none;
}
/* =========================================ПОСЛЕДНИЙ БЛОК=========================================== */
@media screen and (max-width: 575px) {
    .recomendation__box-2 {
        position: relative;
    }
    .recomendation__box__2__sam {
        display: none;
    }
    .recomendation__box__2__leaf__xs-left {
        display: block;
        position: absolute;
        left: 0;
        bottom: 110rem;
        width: 13.6rem;
    }
    .recomendation__box__2__leaf__xs-right {
        display: block;
        position: absolute;
        right: 0;
        bottom: 105rem;
        width: 7.6rem;
    }
    .recomendation__box__2__item__ilustr {
        background: url(../img/recomendation__section/spicker__BG.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 35.6rem;
        height: 3.8rem;
        margin-bottom: 1.5rem;
        margin-left: 2rem;
        font-size: 1.43rem;
    }
    .recomendation__box__2__item .t-title {
        border: none;
        font-size: 4.96rem;
        line-height: 6.126rem;
        text-align: center;
        width: 90%;
        margin-left: 1rem;
    }
    .recomendation__box__2__item .t-title br {
        display: none;
    }
    .recomendation__box__2__item__ilustr img {
        /* margin-top: -0.5rem; */
    }
    .recomendation__box__2__inst {
        width: 33.4rem;
        height: 12.2rem;
        position: absolute;
        left: 3rem;
        top: 80rem;
        pointer-events: none;
    }
    .recomendation__box__2__inst a {
        font-size: 2.211rem;
        margin-top: 3.5rem;
        margin-left: -2.6rem;
    }
    .recomendation__box__2__telegram {
        background: url(../img/recomendation__section/telegram__bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 33.4rem;
        height: 12.2rem;
        position: absolute;
        left: 3rem;
        top: 88rem;
        pointer-events: none;
    }
    .recomendation__box__2__telegram a {
        font-size: 2.211rem;
        margin-top: 3.7rem;
        margin-left: -2.6rem;
    }
    .recomendation__box__2__ilustr {
        display: none;
    }
    .recomendation__box__2__sam-xs {
        display: block;
        width: 100%;
    }
    .recomendation__box__2__text-1 {
        display: flex;
        align-items: baseline;
        column-gap: 2rem;
        position: absolute;
        left: 5rem;
        top: 100rem;
        font-size: 1.9rem;
        line-height: 2.907rem;
    }
    .recomendation__box__2__text-2 {
        display: flex;
        align-items: baseline;
        column-gap: 2rem;
        position: absolute;
        left: 5rem;
        font-size: 1.9rem;
        top: 123rem;
        line-height: 2.907rem;
    }
    .recomendation__box__2__text-2 br {
        display: none;
    }
    .recomendation__box__2__text-3 {
        display: none;
    }
    .recomendation__box__2__text-3-xs {
        display: block;
        display: flex;
        align-items: baseline;
        column-gap: 2rem;
        position: absolute;
        left: 8.5rem;
        top: 113rem;
        font-size: 1.9rem;
        line-height: 2.907rem;
    }

    .recomendation__box__2__text-4 {
        position: absolute;
        top: 136rem;
        left: 8.5rem;
        font-size: 1.9rem;
        line-height: 2.907rem;
        width: 70%;
    }
    .recomendation__box__2__text-4 br {
        display: none;
    }
    .recomendation__box__2__text-5 {
        position: absolute;
        left: 8.5rem;
        top: 146rem;
        font-size: 1.9rem;
        line-height: 2.907rem;
        width: 70%;
    }

    .recomendation__box__2__text-6 {
        left: 5rem;
        top: 154rem;
        font-size: 1.9rem;
        line-height: 2.907rem;
        width: 70%;
    }
    .recomendation__box__2__text-5 br {
        display: none;
    }
    .recomendation__box__2__ellipse__xs-1 {
        display: block;
        position: absolute;
        width: 3.8rem;
        top: 145.4rem;
        left: 3.8rem;
    }
    .recomendation__box__2__ellipse__xs-2 {
        display: block;
        position: absolute;
        width: 3.8rem;
        top: 115.3rem;
        left: 3.7rem;
    }
    .recomendation__box__2__ellipse__xs-3 {
        display: block;
        position: absolute;
        width: 3.8rem;
        top: 134.5rem;
        left: 3.8rem;
    }
}

.typed-cursor {
    margin: 0;
}

@media screen and (max-width: 575px) {
    .aos-off {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media screen and (min-width: 575px) {
    .formen__woman,
    .whatif__sam {
        opacity: 1 !important;
    }
}

.overlay {
    /* display: block; */
}
.modal__boy {
    /* display: block; */

    background-color: #eeebe6;
    background-image: url('../img/modal/pc-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 75rem;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    padding: 4rem 5rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .modal__boy {
        padding: 4rem 2rem;
        width: 36rem;
        height: auto;
        background-image: url('../img/modal/xs-bg.jpg');
        background-size: 45rem auto;
        background-position: top center;
    }
}

.modal__boy .t-title {
    font-size: 3.5rem;
}

@media screen and (max-width: 575px) {
    .modal__boy .t-title {
        font-size: 2.9rem;
        width: 95%;
        margin: 0 auto;
    }
}

.modal__boy .subtitle {
    margin: 1.2rem 0 2rem;
    font-size: 1.6rem;
    font-weight: 300;
}

@media screen and (max-width: 575px) {
    .modal__boy .subtitle {
        font-size: 1.5rem;
        margin: 0.7rem 0 2rem;
    }
}

.modal__boy .buttons__box {
    margin: 2rem 0 2rem;
}
.modal__boy .t-btn .button__box {
    width: 41rem;
    height: 8rem;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #fff;
}
@media screen and (max-width: 575px) {
    .modal__boy .t-btn .button__box {
        width: 32rem;
        font-size: 1.35rem;
        padding: 0 1rem;
        letter-spacing: normal;
    }
}

.modal__boy .modal__undertitle {
    font-size: 1.4rem;
    width: 50rem;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .modal__boy .modal__undertitle {
        width: 100%;
        /* line-height: 1.5; */
    }
}
/* =====================================================ПРАВКИ==================================================================== */
.support__box .item {
    display: inline-block;
    position: absolute;
    padding: 3.2rem 3.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0.7rem;
    box-shadow: 0px 15px 22px -8px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-family: 'TrajanPro3';
    font-size: 2.3rem;
}
.support__box .item.item1 {
    top: 54rem;
    left: -10rem;
}
.support__box .item.item2 {
    top: 70rem;
    left: 32rem;
}
@media screen and (max-width: 575px) {
    .support__box .item.item2 {
        top: 47rem;
        width: 33rem;
        left: 4.8rem !important;
        font-size: 1.2rem;
        background-image: url('../img/support/item2-xs.png') !important;
    }
}
.support__box .item.item3 {
    top: 54rem;
    left: 85rem;
    width: 45.4rem;
}
@media screen and (max-width: 575px) {
    .support__box .item.item3 {
        top: 24rem;
        width: 31rem;
        background-image: url('../img/support/item3-xs.png') !important;
    }
}
.support__arrow {
    position: absolute;
    left: 13rem;
    bottom: 9rem;
    transform: rotateY(-180deg);
}
@media screen and (max-width: 575px) {
    .support__arrow {
        display: none;
    }
    .support__box .item.item1 {
        top: 15rem;
    }
    .support__box .item {
        display: inline-block;
        position: absolute;
        font-size: 1.4rem;
        padding: 0.8rem 1rem;
        left: 5.8rem !important;
        width: 31rem;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        border-radius: 0.7rem;
        box-shadow: 0px 15px 22px -8px rgba(0, 0, 0, 0.25);
        color: #fff;
        font-family: 'TrajanPro3';
    }
}

.modal__close-overlay {
    width: 4rem;
    position: absolute;
    right: 3rem;
    top: 3rem;
    cursor: pointer;
}

.modal__close-overlay .img-svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 575px) {
    .modal__close-overlay {
        width: 4rem;
        right: 2rem;
        top: 2rem;
    }
}

.modal__close-overlay {
    display: none;
}

.modal__tariff {
    background-color: #eeebe6;
    background-image: url('../img/modal/pc-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 45rem;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    padding: 4rem 5rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .modal__tariff {
        width: 90%;
    }
}

.modal__form {
}

.modal__form .t-input {
    display: block;
    width: 31rem;
    height: 6rem;
    margin: 0 auto 1.5rem;
    border-radius: 1rem;
    padding: 2rem;
    border: 0;
    font-size: 1.6rem;
}

@media screen and (max-width: 575px) {
    .modal__form .t-input {
        width: 100%;
    }
}

.modal__tariff .t-title {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.modal__tariff .t-btn {
    margin-bottom: 1rem;
}
.modal__tariff .t-btn .button__box {
    width: 31rem;
    height: 8rem;
    font-size: 1.4rem;
    color: #fff;
}
.modal__tariff .t-btn .button__box u {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.5;
    display: block;
    letter-spacing: normal;
}
@media screen and (max-width: 575px) {
    .modal__tariff .t-btn {
        width: 100%;
    }
    .modal__tariff .t-btn .button__box {
        width: 100%;
        font-size: 1.3rem;
    }
}

button.t-btn {
    padding: 0;
}

/*  */
@media screen and (min-width: 575px) {
    .secret__item {
        width: 30%;
    }
}

.itog__list {
    list-style: none;
}

.itog__list li {
    position: relative;
}
.itog__list li::before {
    content: '';
    position: absolute;
    left: -2.3rem;
    top: 0.3rem;
    display: block;
    width: 1.8rem;
    height: 2rem;
    background: url('../img/check-mark.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
    .itog__list li::before {
        width: 1.4rem;
        left: -2rem;
        top: 0.1rem;
    }
}

.reviews__description {
    text-align: center;
    opacity: 0.5;
    margin-top: -1.5rem;
    font-size: 1.6rem;
}

@media screen and (max-width: 575px) {
    .reviews__description {
        margin-top: -4rem;
        font-size: 1.4rem;
    }
}

.recomendation__box__parent {
    flex-wrap: wrap;
    /* justify-content: center; */
    width: 100%;
    margin: 5rem 0 0;
}

.recomendation__box__parent .item {
    width: 33%;
    margin: 0 0 5rem;
}

@media screen and (max-width: 575px) {
    .recomendation__box__parent .item {
        width: 100%;
        justify-content: flex-start;
        padding-left: 4rem;
    }
}

.back-btn {
    opacity: 0.7;
    font-size: 1.4rem;
    text-decoration: underline;
    cursor: pointer;
    transition: 320ms;
}
.back-btn:hover {
    opacity: 1;
}

.qr-img {
    border-radius: 1rem;
    width: 15rem;
}

.address-url {
    word-wrap: break-word;
    width: 70%;
    margin: 0 auto 1rem;
    font-size: 1.7rem;
}

.lira-url {
    word-wrap: break-word;
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 1.7rem;
}

.crypto-price {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.copy-btn {
    background:
        linear-gradient(192deg, #000 0%, #131313 100%),
        linear-gradient(
            314deg,
            rgba(255, 255, 255, 0) 0%,
            #fff 43.23%,
            rgba(255, 255, 255, 0) 100%
        );
    border-radius: 5px;
    padding: 1.5rem 2rem;
    color: #fff;
    cursor: pointer;
    margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
    .address-url {
        width: 85%;
    }
}

.modal__subtitle {
    font-size: 1.5rem;
    margin-top: -1rem;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.tarif__parent .day-title {
    text-align: left;
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: -0.7rem;
    color: #d5728d;
    /* text-transform: uppercase; */
}
/* ====================================================== НОВЫЕ БЛОКИ=================================================================== */
.mastermind-section {
    background: #ececec;
    padding: 7.3rem 0;
}
@media screen and (max-width: 575px) {
    .mastermind-section {
        padding-bottom: 4rem;
    }
}
.mastermind-section .container {
    position: relative;
}
.mastermind__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 2rem;
}
@media screen and (max-width: 575px) {
    .mastermind__title {
        margin-left: 0;
    }
}
.mastermind__title-big {
    font-family: 'TrajanPro3';
    font-size: 5rem;
    line-height: 6.2rem;
}
@media screen and (max-width: 575px) {
    .mastermind__title-big {
        font-size: 2.5rem;
        line-height: 3.1rem;
    }
}
.mastermind__title-small {
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.1rem;
    margin-top: 1.7rem;
}
@media screen and (max-width: 575px) {
    .mastermind__title-small {
        font-size: 1.4rem;
        line-height: 2.2rem;
        width: 15.7rem;
        margin-top: 1.5rem;
    }
}
.mastermind__list {
    margin-top: 10rem;
    margin-left: 1rem;
}
@media screen and (max-width: 575px) {
    .mastermind__list {
        margin-top: -2.4rem;
        margin-left: 3.5rem;
    }
}
.mastermind__list__item {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    margin-top: 6.3rem;
    position: relative;
}
@media screen and (max-width: 575px) {
    .mastermind__list__item {
        column-gap: 1.3rem;
        margin-top: 3.1rem;
    }
}
.mastermind__list__item img {
    width: 5.433rem;
}
@media screen and (max-width: 575px) {
    .mastermind__list__item img {
        width: 3.467rem;
    }
}
@media screen and (max-width: 575px) {
    .mastermind__list__item.item1 {
        margin-top: 3.8rem;
    }
    .mastermind__list__item.item2 {
        margin-top: 3.5rem;
    }
    .mastermind__list__item.item2::before {
        bottom: -0.6rem;
    }
    .mastermind__list__item.item3 {
        margin-top: 3rem;
    }
}
.mastermind__list__item.item4 {
    margin-top: 7rem;
}
@media screen and (max-width: 575px) {
    .mastermind__list__item.item4 {
        margin-top: 4rem;
    }
    .mastermind__list__item.item4::before {
        bottom: -1.7rem;
    }
}
.mastermind__list__item.item5 {
    margin-top: 7.5rem;
}
@media screen and (max-width: 575px) {
    .mastermind__list__item.item5 {
        margin-top: 4rem;
    }
    .mastermind__list__item.item5::before {
        bottom: -1.7rem;
    }
}
.mastermind__list__item.last {
    display: flex;
    align-items: start;
    margin-top: 7rem;
}
@media screen and (max-width: 575px) {
    .mastermind__list__item.last {
        margin-top: 4rem;
    }
    .mastermind__list__item.last img {
        padding-top: 0.5rem;
    }
    .mastermind__list__item.last .mastermind__list__item-text.xs-title {
        margin-bottom: 0.4rem;
    }
}
.mastermind__list__item::before {
    content: '';
    width: 53.5rem;
    height: 0.1rem;
    background: rgb(81, 81, 81);
    background: linear-gradient(
        90deg,
        rgba(81, 81, 81, 1) 0%,
        rgba(212, 212, 212, 0.9332107843137255) 47%,
        rgba(236, 236, 236, 0.9023984593837535) 90%
    );
    position: absolute;
    bottom: -3.3rem;
}
@media screen and (max-width: 575px) {
    .mastermind__list__item::before {
        background: rgb(81, 81, 81);
        background: linear-gradient(
            90deg,
            rgb(119, 119, 119) 0%,
            rgba(212, 212, 212, 0.9332107843137255) 47%,
            rgba(236, 236, 236, 0.9023984593837535) 90%
        );
        width: 33rem;
        position: absolute;
        bottom: -2.3rem;
    }
    .mastermind__list__item:last-child::before {
        display: none;
    }
}
.mastermind__list__item-text {
    font-family: 'TrajanPro3';
    font-size: 2.5rem;
    line-height: 3.1rem;
}
@media screen and (max-width: 575px) {
    .mastermind__list__item-text {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 29.2rem;
        padding-top: 0.4rem;
        margin-bottom: 0.2rem;
    }
}
@media screen and (max-width: 575px) {
    .mastermind__list__item-text.xs-title {
        width: 28rem;
    }
    .mastermind__list__item-text.xs-title br {
        display: none;
    }
}
.mastermind__list__item-subtitle {
    font-weight: 400;
    font-size: 1.6rem;
    min-height: 2rem;
    line-height: 2rem;
    padding-top: 0.5rem;
}
@media screen and (max-width: 575px) {
    .mastermind__list__item-subtitle {
        font-size: 1.2rem;
        line-height: 1.3;
        padding-top: 0;
    }
    .mastermind__list__item .mastermind__list__item-subtitle.xs2.text-xs {
        display: block;
    }
    .mastermind__list__item-subtitle.xs2.text-pc {
        display: none;
    }
}
.mastermind__list__item-subtitle.xs2.text-xs {
    display: none;
}
@media screen and (max-width: 575px) {
    .mastermind__list__item-subtitle.xs {
        width: 25.5rem;
    }
    .mastermind__list__item-subtitle.xs br {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .mastermind__list__item-subtitle.xs2 {
        width: 25.5rem;
    }
}
.mastermind__list__item-subtitle span {
    font-weight: 700;
}
.mastermind__section-img {
    width: 59.7rem;
    position: absolute;
    top: 14rem;
    right: 3rem;
}
@media screen and (max-width: 575px) {
    .mastermind__section-img {
        display: none;
    }
}
/* ============================================================= */
.meaning-section {
    background-color: #eaeaea;
    padding-bottom: 8rem;
    margin-top: -30rem;
}
@media screen and (max-width: 575px) {
    .meaning-section {
        margin-top: 0;
        /* margin-top: -10rem; */
    }
}
.meaning-section .container {
    position: relative;
}
.meaning__box {
    background: url(../img/meaning-section/pc-bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 120rem;
    height: 57.1rem;
    position: relative;
}
@media screen and (max-width: 575px) {
    .meaning__box {
        background: url(../img/meaning-section/xs-bg.jpg);
        /* background-position: center; */
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center -1.5rem;
        width: 43rem;
        height: 100rem;
        margin-left: -1.4rem;
    }
}
.meaning__box__title {
    font-family: 'TrajanPro3';
    font-weight: 400;
    font-size: 3.5rem;
    color: #ffefc3;
    line-height: 4.3rem;
    text-align: center;
    float: right;
    margin-right: 7.7rem;
    margin-top: 5.4rem;
}
@media screen and (max-width: 575px) {
    .meaning__box__title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-right: 7.2rem;
        margin-top: 5.4rem;
    }
}
.meaning__box__list {
    display: flex;
    align-items: stretch;
    column-gap: 3.7rem;
    position: absolute;
    right: 4.6rem;
    top: 17.3rem;
}
@media screen and (max-width: 575px) {
    .meaning__box__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        right: 5.5rem;
        top: 13rem;
    }
}
/* @media screen and (max-width: 575px) {
.meaning__box__list__item.xs2 {
  margin-left: -3.5rem;
}
} */
.meaning__box__list__item__mini {
    display: flex;
    align-items: flex-start;
    column-gap: 1.7rem;
    margin-bottom: 1.6rem;
}
@media screen and (max-width: 575px) {
    .meaning__box__list__item__mini {
        margin-bottom: 1.2rem;
    }
}
.meaning__box__list__item__mini__text.item1 {
    padding-left: 0.5rem;
}
.meaning__box__list__item__mini-num {
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 4.3rem;
    font-family: 'TrajanPro3';
    color: #ffefc3;
    margin-top: -0.3rem;
}
.meaning__box__list__item__mini__text-title {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2rem;
    color: #ffefc3;
    margin-bottom: 0.3rem;
}
.meaning__box__list__item__mini__text-subtitle {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #fff;
}
@media screen and (max-width: 575px) {
    .meaning__box__list__item__mini__text-subtitle br {
        display: none;
    }
    .meaning__box__list__item__mini__text-subtitle {
        width: 24.3rem;
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .meaning__box__list__item__mini__text-subtitle.xs1 {
        width: 22.3rem;
    }
    .meaning__box__list__item__mini__text-subtitle.xs3 {
        width: 19.3rem;
    }
    .meaning__box__list__item__mini__text-subtitle.xs7 {
        width: 18.3rem;
    }
}
.meaning-decor1 {
    position: absolute;
    width: 30.2rem;
    left: 38rem;
    top: -14rem;
}
@media screen and (max-width: 575px) {
    .meaning-decor1 {
        display: none;
    }
}

.meaning-decor2 {
    position: absolute;
    width: 15.2rem;
    left: -4rem;
    top: 4rem;
}
@media screen and (max-width: 575px) {
    .meaning-decor2 {
        display: none;
    }
}
.meaning-decor3 {
    position: absolute;
    width: 33.5rem;
    right: -1.5rem;
    bottom: 26.5rem;
}
@media screen and (max-width: 575px) {
    .meaning-decor3 {
        width: 25.3rem;
        position: absolute;
        right: 9rem;
        transform: rotate(5.5deg);
        bottom: 47.8rem;
    }
}
.meaning__plashka {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120rem;
    padding: 2rem 0rem 1.8rem 0rem;
    background: url(../img/meaning-section/plashka.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 5rem;
    margin-bottom: 3.4rem;
}
@media screen and (max-width: 575px) {
    .meaning__plashka {
        width: 39.7rem;
        background: url(../img/meaning-section/plashka-xs.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 3.5rem;
    }
}
.meaning__plashka-text {
    font-weight: 400;
    font-size: 2.8rem;
    font-family: 'TrajanPro3';
    line-height: 3.5rem;
    text-align: center;
    color: #fff;
    text-transform: lowercase;
}
@media screen and (max-width: 575px) {
    .meaning__plashka-text {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}
.meaning__bottom__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
@media screen and (max-width: 575px) {
    .meaning__bottom__title {
        margin-top: -1rem;
    }
}
.meaning__bottom__title-price {
    font-family: 'TrajanPro3';
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.7rem;
}
.meaning__bottom__title-seat {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-align: center;
    color: #4b4b4b;
}
.meaning__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4.5rem;
    margin-top: 1.5rem;
}
@media screen and (max-width: 575px) {
    .meaning__buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2.5rem;
    }
}
.meaning__buttons .tarif__box__btn__red {
    margin-top: 1rem;
}
@media screen and (max-width: 575px) {
    .meaning__buttons .tarif__box__btn__red .button__box {
        width: 29.7rem;
        height: 8.5rem;
    }
    .meaning__buttons .tarif__box__btn__red .t-btn {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .meaning__buttons .tarif__box__btn__green .button__box {
        width: 29.7rem;
        height: 8.5rem;
    }
    .meaning__buttons .tarif__box__btn__green .t-btn {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .meaning__buttons .tarif__box__btn__white .button__box {
        width: 29.7rem;
        height: 8.5rem;
    }
    .meaning__buttons .tarif__box__btn__white .t-btn {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

.red-underline {
    position: relative;
    display: inline-block;
}
.red-underline::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d26684;
}

.li-bold {
    font-weight: 800;
    color: #3d9976;
}

.iframe-documents {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.transformation-section {
    background: #fff;
    padding: 10rem 0 10rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .transformation-section {
        padding: 5rem 0 4rem;
    }
}

.transformation-section .t-subtitle {
    width: 69rem;
    margin: 1rem auto 1rem;
}

.transformation__description {
    opacity: 0.5;
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: 400;
}
.transformation__description.xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .transformation-section .t-title {
        font-size: 3.5rem;
        padding: 0 2rem;
    }

    .transformation-section .t-subtitle {
        width: 100%;
    }
    .transformation__description {
        font-size: 1.3rem;
        margin-top: 5.5rem;
    }
    .transformation__description.xs {
        display: block;
    }
    .transformation__description.pc {
        display: none;
    }
}

.transformation__box {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

@media screen and (max-width: 575px) {
    .transformation__box {
        margin: 3rem auto 0;
        width: 34rem;
    }
}

.transformation__scroll {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    text-align: left;
}

@media screen and (max-width: 575px) {
    .transformation__scroll {
    }
}

.transformation__item {
    width: 41rem;
    margin-left: 6rem;
    background: #33946f;
    border-radius: 3rem;
    color: #fff;
    padding: 3.5rem 3.5rem 5rem;
    flex-shrink: 0;
    position: relative;
}

@media screen and (max-width: 575px) {
    .transformation__item {
        margin-left: 0;
        margin-right: 2rem;
        width: 100%;
        height: auto;
        padding: 3rem 2.5rem 5rem;
        border-radius: 2rem;
    }
}

.transformation__item.opacity {
    opacity: 0 !important;
}

.transformation__item .icon {
    position: absolute;
    width: 1.7rem;
    top: 0;
    right: 3.4rem;
}

.transformation__item .name {
    font-family: 'TrajanPro3';
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.2;
    text-transform: uppercase;

    margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
    .transformation__item .name {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
}

.transformation__item-title {
    font-size: 2rem;
    color: #0b5337;
    font-family: 'TrajanPro3';
    font-weight: 400;
    text-transform: none;
    line-height: 1.2;
}
.transformation__item-text {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
}

.point-b {
    margin: 2rem 0 0;
    background: url('../img/pointb-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 1.5rem;
}

.point-b .transformation__item-title {
    color: #fff;
}

.transformation__item .t-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3rem;
}

.transformation__item .t-btn .button__box {
    width: 24rem;
    height: 6.5rem;
    font-size: 1.2rem;
}

@media screen and (max-width: 575px) {
    .transformation__item-title {
        margin-bottom: 0.5rem;
    }
    .point-b .transformation__item-title {
        font-size: 1.7rem;
    }
}

/*  */

.modal__transformation {
    width: 70rem;
    padding: 2rem 4rem 5rem;
}

.author__text .title {
    font-family: 'TrajanPro3';
    font-weight: 400;
    line-height: 1.23;
    font-size: 2.8rem;
    margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
    .modal__transformation {
        width: 90%;
        padding: 1rem 3rem 3rem;
    }
    .author__text .title {
        font-size: 2rem;
    }
}

.overlay,
.modal__lock {
    display: block;
}

@media screen and (min-width: 1100px) {
    .training__section__text__3 {
        position: absolute;
        bottom: 25%;
        left: 14rem;
    }
    .training__section__text__4 {
        position: absolute;
        bottom: 14%;
        text-align: center;
        left: 14rem;
    }
    .training__section__text__5 {
        position: absolute;
        right: 11rem;
        bottom: 14%;
    }
}
