@charset "UTF-8";
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*! 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.67vw;
    height: 100%;
}

body {
    background: #fff;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.4;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

.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: 0;
    margin: 0 auto;
    width: 100%;
}

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

    .container {
        max-width: 143rem;
        padding: 0 1.5rem;
    }
}

@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-weight: 700;
    font-size: 7.4rem;
    color: #261409;
}

.d-title {
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 1.15;
    color: #fff;
}

.t-btn {
    display: block;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #0a0401;
    width: 34.8rem;
    position: relative;
}

.t-btn.green .title {
    color: #fff;
}

.t-btn.brown .title {
    color: #fff;
}

.t-btn .title {
    z-index: 5;
    position: inherit;
    text-align: center;
    width: 26.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.6rem 0 2.9rem 0;
}

.t-btn .arrow {
    position: absolute;
    z-index: 5;
    width: 1.7rem;
    top: 3.1rem;
    right: 3.3rem;
}

.t-btn .bg {
    transition: 320ms;
}

.t-btn:hover .bg.bg2 {
    opacity: 1;
}

.t-btn .bg.bg1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.t-btn .bg.bg2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

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

    .t-btn .title {
        width: 23rem;
        font-size: 1.6rem;
        padding: 2.2rem 0 2.5rem 0;
    }

    .t-btn .arrow {
        width: 1.2rem;
        right: 2.6rem;
        top: 2.8rem;
    }
}

.d-btn {
    display: block;
    border-radius: 3.2rem;
    padding: 1.8rem 3.5rem 2.2rem 3.5rem;
    background: #f4f0ea;
    font-weight: 400;
    font-size: 1.8rem;
    color: #261409;
    text-align: center;
    transition: 320ms;
}

.d-btn:hover {
    background: #ebe4d9;
}

.d-btn.white:hover {
    background: #e6e6e6;
}

.d-btn.border {
    background: transparent;
    border: 0.2rem solid #fff;
    color: #fff;
    border-radius: 3.8rem;
    transition: 320ms;
}

.d-btn.border:hover {
    background: white;
    color: #000;
}

.d-btn.green {
    background: #558650;
    color: #fff;
}

.d-btn.green:hover {
    background: #4b7646;
}

.d-btn.green-transparent {
    background: transparent;
    border: 1px solid #558650;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-btn.green-transparent:hover {
    color: #558650;
}

.d-btn.green-transparent img {
    margin-left: 0.5rem;
}

.container {
    position: relative;
}

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

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

.slider__arrows {
    display: flex;
    align-items: center;
}

.slider__arrow {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #261409;
    cursor: pointer;
    transition: 320ms;
    padding-right: 0.1rem;
    margin-right: 2rem;
}

@media screen and (max-width: 575px) {
    .slider__arrow {
        width: 5.3rem;
        height: 5.3rem;
        margin-right: 1.2rem;
    }
}

.slider__arrow:last-child {
    margin-right: 0 !important;
}

.slider__arrow:hover {
    border-color: #B48366;
    background: #B48366;
}

.slider__arrow:hover .img-svg path {
    fill: #fff;
}

.slider__arrow.white {
    border-color: #fff;
}

.slider__arrow.white .img-svg path {
    fill: #fff;
}

.slider__arrow.white:hover {
    border-color: #fff;
    background: #fff;
}

.slider__arrow.white:hover .img-svg path {
    fill: #000;
}

.slider__arrow .img-svg {
    width: 2rem;
}

@media screen and (max-width: 575px) {
    .slider__arrow .img-svg {
        width: 1.2rem;
    }
}

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

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

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

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

.header {
    margin-top: 2.7rem;
}

@media screen and (max-width: 575px) {
    .header {
        margin-top: 0.5rem;
    }
}

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

.header__nav__center {
    display: flex;
    align-items: center;
    margin-left: -6.5rem;
}

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

.header__nav__center .d-btn.beige {
    width: 16.8rem;
    margin-right: 2.2rem;
}

.header__nav__center .d-btn.brown {
    background: #b48366;
    color: white;
    width: 15.8rem;
}

.header__nav__right .d-btn {
    display: flex;
    align-items: center;
    padding: 1.6rem 3.5rem 1.7rem 3.5rem;
}

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

.header__nav__right .d-btn .title {
    margin-right: 0.9rem;
}

.header__nav__right .d-btn img {
    width: 3.2rem;
}

.header__nav__right__burger {
    display: none;
}

@media screen and (max-width: 575px) {
    .header__nav__right__burger {
        display: block;
        margin-right: 1rem;
        margin-top: -0.1rem;
    }
}

.header__nav-logo {
    width: 25.6rem;
    margin-left: -1rem;
}

@media screen and (max-width: 575px) {
    .header__nav-logo {
        width: 17.4rem;
        margin-left: 0.3rem;
    }
}

.footer {
    margin-top: 11.7rem;
}

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

.footer .footer__top {
    background: #f4f0ea;
    border-radius: 7.1rem 7.1rem 0 0;
}

@media screen and (max-width: 575px) {
    .footer .footer__top {
        border-radius: 4rem 4rem 0 0;
    }
}

.footer .footer__top .footer__top__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 5.1rem 2.5rem 7.8rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__top .footer__top__flex {
        flex-direction: column;
        align-items: center;
        padding: 1.3rem 4.1rem 3.4rem 4rem;
    }
}

.footer .footer__top__center {
    display: flex;
    align-items: center;
    margin-right: -19rem;
}

.footer .footer__top__center__links {
    display: flex;
}

.footer .footer__top__center__links .d-btn {
    height: 6.5rem;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .footer .footer__top__center__links .d-btn {
        height: 5.5rem;
    }
}

.footer .footer__top__center__links .d-btn .img-svg {
    width: 3.2rem;
}

.footer .footer__top__center__links .d-btn .img-svg path {
    fill: #000;
}

.footer .footer__top__center__links .d-btn:hover {
    background: #B48366 !important;
}

.footer .footer__top__center__links .d-btn:hover .img-svg path {
    fill: #fff;
}

@media screen and (max-width: 575px) {
    .footer .footer__top__center {
        flex-direction: column;
        margin-right: 0rem;
    }

    .footer .footer__top__center__links {
        display: flex;
        margin-top: 1.5rem;
        margin-right: 1rem;
    }
}

.footer .footer__top__center-text {
    margin-right: 1.5rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__top__center-text {
        margin-right: 0;
        font-size: 1.6rem;
    }
}

.footer .footer__top__center .d-btn {
    width: 9rem;
    border-radius: 3.2rem;
    padding: 1.8rem 2.9rem 1rem 2.9rem;
    margin-left: 1.5rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__top__center .d-btn {
        width: 8.3rem;
        padding: 1.4rem 2.6rem 1rem 2.6rem;
        margin-left: 1.2rem;
    }
}

.footer .footer__top__center .d-btn img {
    width: 3.2rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__top__center .d-btn img {
        width: 2.9rem;
    }
}

.footer .footer__top__center .d-btn.white {
    background: #fff;
}

.footer .footer__top__center .d-btn.brown {
    background: #b48366;
}

.footer .footer__top__logo {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__top__logo {
        flex-direction: column;
        text-align: center;
        margin-left: 0;
        margin-right: 0rem;
        margin-bottom: 2.5rem;
        margin-top: 1rem;
    }
}

.footer .footer__top__logo-text {
    font-weight: 700;
    font-size: 2.3rem;
    color: #261409;
    margin-left: 1rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__top__logo-text {
        font-size: 2.1rem;
        margin-top: 0.5rem;
        margin-right: 0.8rem;
    }
}

.footer .footer__top__logo img {
    width: 5rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__top__logo img {
        width: 4.4rem;
    }
}

.footer .footer__top__right .d-btn.white {
    display: flex;
    align-items: center;
    width: 12.5rem;
    background: #fff;
    padding: 1.8rem 3rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__top__right .d-btn.white {
        margin-top: 1.7rem;
        padding: 1.4rem 3rem;
    }
}

.footer .footer__top__right .d-btn.white .title {
    font-weight: 400;
    font-size: 1.6rem;
    color: #261409;
}

.footer .footer__top__right .d-btn.white img {
    width: 1.4rem;
    margin-left: 0.6rem;
}

.footer .footer__bottom {
    background: #e3d9cb;
    border-radius: 7.1rem 4.6rem 0 0;
    padding: 3.4rem 0 3.4rem 8.9rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__bottom {
        border-radius: 4rem 4rem 0 0;
        padding: 3rem 5.1rem 4.4rem 5.3rem;
    }
}

.footer .footer__bottom-link {
    font-weight: 600;
    font-size: 1.6rem;
    color: #633b22;
    margin-right: 3rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__bottom-link {
        margin-right: 0;
        margin-top: 1rem;
    }
}

.footer .footer__bottom__flex {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .footer .footer__bottom__flex {
        flex-direction: column;
        text-align: center;
    }
}

.mobile__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    transition: 520ms;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.mobile__menu.active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.mobile__menu-close {
    position: absolute;
    width: 5.5rem;
    height: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    top: 6rem;
    border-radius: 50%;
    background: #F4F0EA;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 220ms;
}

.mobile__menu-close img {
    display: block;
    width: 1.5rem;
}

.mobile__menu .menu {
    padding: 17rem 0 0;
}

.mobile__menu .menu .link {
    width: 24rem;
    color: #261409;
    height: 6.5rem;
    margin: 0 auto 1.5rem;
    border-radius: 3rem;
    background: #F4F0EA;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
}

.mobile__menu .menu .link img {
    margin-left: 1rem;
    width: 2.8rem;
}

.text-section {
    font-size: 1.8rem;
    padding: 6rem 0;
}

.text-section .t-btn {
    padding: 2rem 4rem;
    margin-bottom: 5rem;
}

.text-section p {
    margin: 0;
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

@media screen and (min-width: 575px) {
    .overlay {
        background: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }
}

@media screen and (max-width: 575px) {
    .overlay {
        background: #FFFFFF;
    }
}

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

.modal__author {
    left: auto;
    top: 0;
    right: 0;
    height: 100%;
    width: 108rem;
    background: #fff;
    transition: 620ms;
}

@media screen and (min-width: 575px) {
    .modal__author {
        transform: translateX(100%);
    }

    .modal__author.active {
        transform: translateX(0);
    }
}

@media screen and (max-width: 575px) {
    .modal__author {
        transform: none;
        left: 0;
        top: 0;
        width: 100%;
        position: fixed;
    }
}

.modal__author .modal__close {
    top: 8rem;
    left: -11rem;
}

@media screen and (max-width: 575px) {
    .modal__author .modal__close {
        left: 50%;
        transform: translateX(-50%);
        top: 7rem;
    }
}

.modal__author .modal__content {
    width: 100%;
    padding: 4rem 26rem 4rem 13rem;
    height: 100%;
    overflow-y: auto;
}

@media screen and (max-width: 575px) {
    .modal__author .modal__content {
        padding: 15.5rem 1rem 6rem;
    }
}

.modal__author .author__img {
    width: 14.5rem;
}

@media screen and (max-width: 575px) {
    .modal__author .author__img {
        margin: 0 auto;
        display: block;
    }
}

.modal__author .modal__text {
    line-height: 1.4;
}

@media screen and (max-width: 575px) {
    .modal__author .modal__text {
        font-size: 1.6rem;
        text-align: center;
    }
}

.modal__author .modal__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .modal__author .modal__buttons {
        display: block;
        margin-top: 3rem;
    }
}

.modal__author .modal__buttons .d-btn {
    margin-right: 2.5rem;
}

@media screen and (max-width: 575px) {
    .modal__author .modal__buttons .d-btn {
        margin: 0 auto 1.5rem;
    }
}

.modal__author .modal__buttons .d-btn:last-child {
    margin-right: 0;
}

.modal__close {
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 220ms;
}

@media screen and (max-width: 575px) {
    .modal__close {
        width: 5.5rem;
        height: 5.5rem;
        background: #F4F0EA;
    }
}

.modal__close:hover {
    background: #dddddd;
}

.modal__close img {
    display: block;
    width: 1.5rem;
}

.modal__form {
    width: 64.5rem;
    background: #fff;
    border-radius: 6rem;
    padding: 5.7rem 7rem 6.5rem;
}

@media screen and (max-width: 575px) {
    .modal__form {
        width: 35.5rem;
        padding: 3rem 2rem;
        border-radius: 3rem;
        top: calc(50% + 3rem);
    }
}

.modal__form .modal__close {
    right: 3.5rem;
    top: 3.5rem;
}

@media screen and (max-width: 575px) {
    .modal__form .modal__close {
        top: -8rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

.modal__form .modal__title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .modal__form .modal__title {
        margin-bottom: 2rem;
        line-height: 1.3;
    }
}

.modal__form .t-input {
    margin-bottom: 1.5rem;
    border-radius: 6.5rem;
    height: 10rem;
    width: 100%;
    display: block;
    padding: 0 5rem;
    color: #000;
    font-weight: 500;
    font-size: 1.8rem;
    border: 0;
    outline: none;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #f6f6f6;
}

@media screen and (max-width: 575px) {
    .modal__form .t-input {
        height: 7rem;
        padding: 2rem 3rem;
        font-size: 1.6rem;
    }
}

.modal__form .t-input::-moz-placeholder {
    color: #787061;
}

.modal__form .t-input:-ms-input-placeholder {
    color: #787061;
}

.modal__form .t-input::placeholder {
    color: #787061;
}

.modal__form .d-btn {
    margin-top: 3rem;
    width: 100%;
    border-radius: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .modal__form .d-btn {
        height: 7rem;
        margin-top: 1.5rem;
    }
}

.modal__form .d-btn img {
    width: 1.8rem;
    margin-left: 1.5rem;
}

.modal__form .modal__privacy {
    margin: 1.3rem 0 0;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    color: #787061;
}

@media screen and (max-width: 575px) {
    .modal__form .modal__privacy {
        padding: 0 2rem;
    }
}

.modal__form .modal__privacy a {
    color: #787061;
    text-decoration: none;
}

.modal__widget {
    padding: 4rem 2rem 0;
    width: 500px;
    background: #fff;
    border-radius: 4rem;
}

@media screen and (max-width: 575px) {
    .modal__widget {
        height: 100%;
        padding: 0;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .modal__widget .modal__scroll {
        width: 100%;
        height: 100%;
        width: 38rem;
        padding: 10rem 2rem 3rem;
        overflow-y: auto;
    }
}

.modal__widget .modal__close {
    right: 3.5rem;
    top: 3.5rem;
}

@media screen and (max-width: 575px) {
    .modal__widget .modal__close {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.modal__widget .modal__title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .modal__widget .modal__title {
        margin-bottom: 2rem;
        line-height: 1.3;
        font-size: 2rem;
        display: none;
    }
}

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

.modal__thanks .modal__title {
    font-size: 4rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
    .modal__thanks .modal__title {
        font-size: 2.5rem;
    }
}

.modal__thanks .t-subtitle {
    text-align: center;
}

.intro-section {
    margin-top: 15.7rem;
}

@media screen and (max-width: 575px) {
    .intro-section {
        margin-top: 5.1rem;
    }
}

.intro-section .container {
    position: relative;
}

.intro-section .intro__box {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box {
        flex-direction: column;
    }
}

.intro-section .intro__box__item {
    width: 87.7rem;
}

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

.intro-section .intro__box__item__header {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item__header {
        flex-direction: column;
    }
}

.intro-section .intro__box__item__header .t-title {
    margin-right: 6.7rem;
    margin-bottom: 4.2rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item__header .t-title {
        margin-right: 2rem;
        margin-bottom: 0;
        margin-top: -1rem;
        order: 2;
        font-size: 3.2rem;
    }
}

.intro-section .intro__box__item__header img {
    margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item__header img {
        width: 16.7rem;
        order: 1;
    }
}

.intro-section .intro__box__item__shleif {
    width: 84.7rem;
    padding: 11.8rem 10.7rem 11.7rem 8.9rem;
    background: #b48367;
    border-radius: 6rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item__shleif {
        width: 37.5rem;
        padding: 2.2rem 4.5rem 4rem 4.5rem;
        border-radius: 4rem;
        margin-top: 2rem;
    }
}

.intro-section .intro__box__item__shleif__box-text {
    color: white;
    font-size: 2.4rem;
    padding-top: 1rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item__shleif__box-text {
        font-size: 1.6rem;
        text-align: center;
        width: 24.5rem;
        margin: auto;
    }

    .intro-section .intro__box__item__shleif__box-text br {
        display: none;
    }
}

.intro-section .intro__box__item__shleif__box__btns {
    display: flex;
    align-items: center;
    margin-top: 5.3rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item__shleif__box__btns {
        flex-direction: column;
        margin-top: 2.5rem;
    }
}

.intro-section .intro__box__item__shleif__box__btns .t-btn.white {
    width: 34.8rem;
    position: relative;
    margin-right: 2rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item__shleif__box__btns .t-btn.white {
        width: 28.5rem;
        margin-left: 2rem;
    }
}

.intro-section .intro__box__item__shleif__box__btns .t-btn.white .title {
    z-index: 5;
    position: inherit;
    text-align: center;
    width: 26.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.6rem 0 2.9rem 0;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item__shleif__box__btns .t-btn.white .title {
        font-size: 1.6rem;
        padding: 2.2rem 0 2.5rem 0;
        width: 22rem;
    }
}

.intro-section .intro__box__item__shleif__box__btns .t-btn.white .arrow {
    position: absolute;
    z-index: 5;
    width: 1.7rem;
    top: 3.1rem;
    right: 3.3rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item__shleif__box__btns .t-btn.white .arrow {
        width: 1.2rem;
        right: 2.8rem;
        top: 2.7rem;
    }
}

.intro-section .intro__box__item__shleif__box__btns .d-btn.border {
    width: 28.3rem;
    padding: 2.6rem 0rem 2.6rem 0rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item__shleif__box__btns .d-btn.border {
        padding: 2rem 0rem 2.3rem 0rem;
        width: 28.5rem;
        margin-top: 0.5rem;
        font-size: 1.6rem;
    }
}

.intro-section .intro__box__item.women {
    width: 57.1rem;
    height: 64.4rem;
    background: url(../img/intro/item-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: -4.3rem;
    margin-top: -3rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item.women {
        width: 37.8rem;
        height: 43.8rem;
        background: url(../img/intro/item__bg-xs.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 0.8rem;
        margin-right: 0;
    }
}

.intro-section .intro__box__item.women .intro__box__item__text {
    margin-left: 14rem;
    margin-top: 47.5rem;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__box__item.women .intro__box__item__text {
        margin-top: 25rem;
        background: #fff;
        width: 33rem;
        border-radius: 3rem;
        padding: 2rem 0rem 2rem 2rem;
        margin: 25rem auto 0;
    }
}

.intro-section .intro__box__item.women .intro__box__item__text-name {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.4;
    color: #261409;
}

.intro-section .intro__box__item.women .intro__box__item__text-subtitle {
    color: #3f3f3f;
    font-size: 1.6rem;
    margin-top: 0.5rem;
}

.intro-section .intro__box__item.women .intro__box__item__info {
    display: flex;
    align-items: flex-start;
    width: 16.7rem;
    padding: 0.5rem 1.9rem 0.4rem 0.6rem;
    background: #ddd7cd;
    border-radius: 1.9rem;
    margin-top: 1.6rem;
    cursor: pointer;
    color: #787061;
    transition: 320ms;
}

.intro-section .intro__box__item.women .intro__box__item__info:hover {
    background: #b48366;
    color: white;
}

.intro-section .intro__box__item.women .intro__box__item__info img {
    width: 3.1rem;
    background: #fff;
    border-radius: 50%;
    padding: 0.5rem 1.2rem 0.8rem 1.1rem;
}

.intro-section .intro__box__item.women .intro__box__item__info-text {
    font-size: 1.7rem;
    font-weight: 500;
    margin-left: 0.8rem;
    letter-spacing: 0.09rem;
    padding-top: 0.2rem;
}

.intro-section .intro__decor {
    width: 192rem;
    position: absolute;
    top: 2rem;
    left: -24rem;
    bottom: 0rem;
    right: -24rem;
    z-index: -1;
}

.intro-section .intro__decor img {
    width: 100%;
}

.quastion-section {
    margin-top: 20.3rem;
}

@media screen and (max-width: 575px) {
    .quastion-section {
        background: #872d43;
        width: 37.5rem;
        border-radius: 4rem;
        padding-top: 31rem;
        padding-bottom: 0;
        margin-top: 3rem;
    }
}

.quastion-section .quastion__labirint {
    padding: 4rem 7.8rem 3.2rem 11.5rem;
    background: #fff;
    box-shadow: 0 8px 125px 0 rgba(0, 0, 0, 0.07);
    border-radius: 6rem;
    width: 56.6rem;
    margin-left: 0.5rem;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__labirint {
        width: 31.5rem;
        padding: 1.1rem 4.3rem 1rem 4.1rem;
        border-radius: 3.3rem;
        margin: auto;
    }
}

.quastion-section .quastion__labirint img {
    width: 37.2rem;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__labirint img {
        width: 23rem;
    }
}

.quastion-section .quastion__box {
    display: flex;
    align-items: stretch;
    margin-top: 3.5rem;
    margin-left: 1rem;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box {
        flex-direction: column;
        margin-left: 0;
        margin-top: 0rem;
    }
}

.quastion-section .quastion__box__item {
    display: flex;
    border-radius: 6rem;
    padding: 2.9rem 7rem 3.8rem 3rem;
    width: 68.4rem;
    box-shadow: 0 8px 125px 0 rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item {
        flex-direction: column;
        box-shadow: none;
        width: 100%;
        padding: 2.9rem 3rem 0 3rem;
    }
}

.quastion-section .quastion__box__item__a {
    transition: 320ms;
    height: 18.5rem;
    width: 18.1rem;
    background: linear-gradient(313deg, #ddd7cd 0%, #f4f0ea 100%);
    border-radius: 6rem;
    margin-right: 7.5rem;
}

.quastion-section .quastion__box__item__a.xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__a {
        width: 10.5rem;
        height: 10.8rem;
        border-radius: 3.5rem;
        background: transparent;
        border: 0.1rem solid #fff;
        margin-right: 0;
    }

    .quastion-section .quastion__box__item__a.active {
        background: linear-gradient(313deg, #ddd7cd 0%, #f4f0ea 100%);
        background: #E3DED5;
    }

    .quastion-section .quastion__box__item__a.xs {
        display: block;
        position: absolute;
        left: 16rem;
    }
}

.quastion-section .quastion__box__item__a.b {
    margin-right: 4.5rem;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__a.b {
        margin-right: 0;
        display: none;
    }
}

.quastion-section .quastion__box__item__a-a {
    font-weight: 400;
    font-size: 9.7rem;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    padding-top: 1rem;
}

.quastion-section .quastion__box__item__a-a .xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__a-a {
        font-size: 5.6rem;
    }

    .quastion-section .quastion__box__item__a-a.xs {
        display: block;
    }

    .quastion-section .quastion__box__item__a-a .xs {
        display: block;
    }
}

.quastion-section .quastion__box__item__list {
    margin-top: 0.5rem;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__list {
        margin-left: 2rem;
        margin-top: 2rem;
        display: none;
    }

    .quastion-section .quastion__box__item__list.active {
        display: block;
    }
}

.quastion-section .quastion__box__item__list.b .quastion__box__item__list-text::before {
    left: -1.5rem;
}

.quastion-section .quastion__box__item__list-text {
    line-height: 1.9;
    color: #261409;
    position: relative;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__list-text {
        font-size: 1.6rem;
        color: #fff;
        line-height: 1.9;
    }
}

.quastion-section .quastion__box__item__list-text::before {
    position: absolute;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    background: #b93253;
    left: -2.5rem;
    top: 1.5rem;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__list-text::before {
        background: #fff;
        left: -1.8rem;
        top: 1.3rem;
    }
}

.quastion-section .quastion__box__item.mini2 {
    width: 44.5rem;
    margin-left: 3.1rem;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item.mini2 {
        margin: 0;
        padding-top: 0;
    }
}

.quastion-section .quastion__box__item__button {
    position: absolute;
    bottom: 3.5rem;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__button {
        bottom: auto;
        position: relative;
        margin-top: 2rem;
    }
}

.quastion-section .quastion__box__item__button .t-btn.purpur {
    position: relative;
    width: 34.8rem;
    text-align: center;
    padding: 0rem 0 0rem 0;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__button .t-btn.purpur {
        width: 28.5rem;
        padding: 0rem 0 2.5rem 0;
    }
}

.quastion-section .quastion__box__item__button .t-btn.purpur .bg.xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__button .t-btn.purpur .bg.xs {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
    }
}

.quastion-section .quastion__box__item__button .t-btn.purpur .title {
    position: inherit;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27rem;
    line-height: 1.4;
    color: #fefefe;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__button .t-btn.purpur .title {
        color: #0a0401;
        font-size: 1.6rem;
        width: 21.5rem;
    }
}

.quastion-section .quastion__box__item__button .t-btn.purpur .arrow {
    position: absolute;
    right: 3.3rem;
    top: 3.1rem;
    z-index: 5;
}

.quastion-section .quastion__box__item__button .t-btn.purpur .arrow.xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__button .t-btn.purpur .arrow.xs .arrow {
        display: none;
    }

    .quastion-section .quastion__box__item__button .t-btn.purpur .arrow.xs.xs {
        display: block;
        position: absolute;
        width: 1.1rem;
        right: 3rem;
        top: 3rem;
    }
}

.quastion-section .quastion__box__item__button .t-btn.purpur .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__box__item__button .t-btn.purpur .bg {
        display: none;
    }
}

.quastion-section .quastion__rigth {
    background: url(../img/quastions/item-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 80.4rem;
    height: 92.8rem;
    position: absolute;
    right: 1rem;
    top: 0;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__rigth {
        background: none;
        width: auto;
        height: auto;
        top: -27rem;
        right: 0;
    }
}

.quastion-section .quastion__rigth__text {
    margin-left: 7.3rem;
    margin-top: 8.8rem;
    pointer-events: all;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__rigth__text {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 2rem;
        margin-top: 0;
        margin-left: 0;
    }
}

.quastion-section .quastion__rigth__text .d-title {
    margin-top: 1.5rem;
    margin-left: 0;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__rigth__text .d-title {
        font-size: 2.4rem;
        line-height: 1.15;
        text-align: center;
    }
}

.quastion-section .quastion__rigth__text-border {
    padding: 2rem 0rem 2.5rem 0rem;
    background: transparent;
    border: 0.2rem solid #fff;
    border-radius: 3.8rem;
    width: 39.5rem;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__rigth__text-border {
        font-size: 1.4rem;
        padding: 1.8rem 0 2.2rem 0;
        width: 31.7rem;
        margin-left: -2rem;
        border: 0.1rem solid #fff;
        margin-bottom: -0.5rem;
    }
}

.quastion-section .quastion__rigth__text-subtitle {
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 2.7rem;
}

@media screen and (max-width: 575px) {
    .quastion-section .quastion__rigth__text-subtitle {
        font-size: 1.4rem;
        text-align: center;
        width: 29.2rem;
        margin-top: 1.5rem;
        margin-left: -1.5rem;
    }

    .quastion-section .quastion__rigth__text-subtitle br {
        display: none;
    }
}

.result-section {
    margin-top: 10rem;
}

.result-section .result__box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-left: 2rem;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .result-section .result__box {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }
}

.result-section .result__box .space {
    flex-shrink: 0;
    width: 41.5rem;
    height: 58rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box .space {
        width: auto;
        height: auto;
    }
}

.result-section .result__box__bg {
    width: 100%;
    box-shadow: 0 8px 125px 0 rgba(0, 0, 0, 0.07);
    background: linear-gradient(211deg, #febe98 0%, #b48366 64.31%);
    transform: rotate(5deg);
    border-radius: 6rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box__bg {
        background: none;
        box-shadow: none;
        border-radius: 0;
        margin-left: 0;
        transform: rotate(0deg);
    }
}

.result-section .result__box .result__box__item {
    width: 100%;
    padding: 1.7rem 1.7rem 4.9rem 1.5rem;
    border-radius: 6rem;
    box-shadow: 0 8px 125px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
}

@media screen and (max-width: 575px) {
    .result-section .result__box .result__box__item {
        width: auto;
        margin-top: 2rem;
        margin-left: 0;
        border-radius: 4rem;
        padding: 1.4rem 1.4rem 4rem 1.2rem;
    }
}

.result-section .result__box .result__box__item.mini1 {
    transform: rotate(-5deg);
    margin-left: 0rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box .result__box__item.mini1 {
        transform: rotate(0deg);
    }
}

.result-section .result__box .result__box__item .pc {
    width: 38.3rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box .result__box__item .pc {
        display: none;
    }
}

.result-section .result__box .result__box__item .xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .result-section .result__box .result__box__item .xs {
        display: block;
        width: 32.7rem;
    }
}

.result-section .result__box .result__box__item-title {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    margin-top: 1.5rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box .result__box__item-title {
        font-size: 1.6rem;
        margin-top: 1.8rem;
    }
}

.result-section .result__box .result__box__item-subtitle {
    text-align: center;
    margin-top: 1.5rem;
}

@media screen and (max-width: 575px) {
    .result-section .result__box .result__box__item-subtitle {
        font-size: 1.6rem;
    }
}

.upbringing-section {
    margin-top: 10rem;
}

.upbringing-section .upbringing__bg {
    position: absolute;
    left: -25rem;
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__bg {
        left: -25.5rem;
        top: -3.5rem;
    }
}

.upbringing-section .upbringing__bg img {
    width: 195rem;
    max-width: none;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__bg img {
        width: 79rem;
    }
}

.upbringing-section .upbringing__ilustration {
    position: absolute;
    left: 51%;
    transform: translateX(-50%);
    top: 8rem;
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__ilustration {
        top: -0.5rem;
        left: 50%;
    }
}

.upbringing-section .upbringing__ilustration img {
    width: 52.4rem;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__ilustration img {
        width: 24.8rem;
        max-width: none;
    }
}

.upbringing-section .upbringing__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 60rem;
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__box {
        padding-top: 27rem;
    }
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__box__title.t-title {
        font-size: 3.6rem;
        line-height: 1.15;
    }
}

.upbringing-section .upbringing__box__title.t-title span {
    font-size: 9.2rem;
    color: #83604c;
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__box__title.t-title span {
        font-size: 3.6rem;
    }
}

.upbringing-section .upbringing__box-subtitle {
    font-weight: 700;
    font-size: 3.2rem;
    color: #000;
    margin-top: 3.5rem;
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__box-subtitle {
        font-size: 2rem;
        margin-top: 2.2rem;
    }
}

.upbringing-section .upbringing__box-text {
    font-size: 2.4rem;
    color: #3f3f3f;
    margin-top: 1.5rem;
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__box-text {
        font-size: 1.6rem;
        width: 32.5rem;
        margin-top: 1.2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .upbringing-section .upbringing__box-text br {
        display: none;
    }
}

.upbringing-section .upbringing__box__icon {
    margin-top: 1.5rem;
    margin-left: 1rem;
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__box__icon {
        margin-top: 3.2rem;
        margin-left: 0;
    }
}

.upbringing-section .upbringing__box__icon .mouse-xs {
    display: none;
}

.upbringing-section .upbringing__box__icon .mouse {
    display: block;
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__box__icon .mouse {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .upbringing-section .upbringing__box__icon .mouse-xs {
        display: block;
    }
}

.upbringing__slider-box {
    position: relative;
    margin-bottom: 5rem;
}

@media screen and (max-width: 575px) {
    .upbringing__slider-box {
        margin-bottom: 2rem;
    }
}

.upbringing__slider-box .upbringing__arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90rem;
    position: absolute;
    top: 8rem;
    left: 50%;
    transform: translateX(-50%);
}

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

.upbringing__slider-box .upbringing__arrows .slider__arrow {
    width: 5.3rem;
    height: 5.3rem;
    margin-right: 1.2rem;
}

.upbringing__slider-box .upbringing__arrows .slider__arrow .img-svg {
    width: 1.2rem;
}

.upbringing__slider-box .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -5rem;
}

.upbringing__slider-box .slick-dots li {
    margin: 0;
}

.upbringing__slider-box .slick-dots li button::before {
    content: none;
}

.upbringing__slider-box .slick-dots li.slick-active button {
    list-style: none;
    background: #825942;
}

.upbringing__slider-box .slick-dots button {
    background-color: rgba(37, 18, 8, 0.15);
    font-size: 0;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
}

.upbringing__slider {
    width: 75rem;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .upbringing__slider {
        width: 37.5rem;
    }
}

.metods-section {
    margin-top: 5rem;
}

@media screen and (max-width: 575px) {
    .metods-section {
        margin-top: 4rem;
    }
}

.metods-section .metods__box {
    background: url(../img/metods/shleif-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 140rem;
    height: 91.5rem;
    padding: 3.7rem 2.1rem 0 5.2rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box {
        background: url(../img/metods/shleif__bg-xs.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 35.5rem;
        height: 84.8rem;
        margin: auto;
        padding: 0rem 0rem 0rem 2rem;
    }
}

.metods-section .metods__box__header {
    display: flex;
    align-items: end;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box__header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: -2rem;
        padding-top: 4rem;
    }
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box__header__left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .metods-section .metods__box__header__left .d-title {
        font-size: 2.4rem;
    }
}

.metods-section .metods__box__header__left-border {
    width: 45.1rem;
    font-size: 2rem;
    line-height: 1.15;
    color: #fff;
    padding: 2.3rem 0;
    border: 0.2rem solid #fff;
    border-radius: 3.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box__header__left-border {
        font-size: 1.4rem;
        width: 26.1rem;
        padding: 1.1rem 2.8rem 0.9rem 2.8rem;
        border: 0.1rem solid #fff;
        line-height: 1.4;
        margin-bottom: 2rem;
    }
}

.metods-section .metods__box__header__right {
    margin-left: 31rem;
    padding-bottom: 0.8rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box__header__right {
        margin-left: 0;
        margin-top: 1rem;
    }
}

.metods-section .metods__box__header__right-text {
    font-size: 2rem;
    color: #fff;
    padding-right: 2rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box__header__right-text {
        font-size: 1.4rem;
        text-align: center;
        width: 32.5rem;
        padding-right: 0;
    }

    .metods-section .metods__box__header__right-text br {
        display: none;
    }
}

.metods-section .metods__box__list {
    display: flex;
    align-items: stretch;
    margin-top: 3.8rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box__list {
        width: 31.8rem;
    }
}

.metods-section .metods__box__list.slick-initialized.slick-slider {
    display: none;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box__list {
        margin-top: 2rem;
    }

    .metods-section .metods__box__list.slick-initialized.slick-slider {
        display: block;
    }

    .metods-section .metods__box__list .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
    }

    .metods-section .metods__box__list .slick-dots li {
        margin: 0;
    }

    .metods-section .metods__box__list .slick-dots li button::before {
        content: none;
    }

    .metods-section .metods__box__list .slick-dots li.slick-active button {
        list-style: none;
        background: white;
    }

    .metods-section .metods__box__list .slick-dots button {
        background-color: rgba(255, 255, 255, 0.185);
        font-size: 0;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 100%;
    }
}

.metods-section .metods__box__list__item {
    width: 41.5rem;
    background: #fff;
    border-radius: 6rem;
    padding: 0.9rem 1rem 3.8rem 1rem;
    margin-right: 2.6rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box__list__item {
        width: 31.8rem;
        border-radius: 4.6rem;
        padding: 0.6rem 0.7rem 0rem 0.7rem;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
}

.metods-section .metods__box__list__item img {
    width: 39.5rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box__list__item img {
        width: 30.2rem;
    }
}

.metods-section .metods__box__list__item-text {
    text-align: center;
    color: #261409;
    margin-top: 1.5rem;
    min-height: 10rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box__list__item-text {
        font-size: 1.4rem;
        margin-top: 2.5rem;
    }
}

.metods-section .metods__box .t-btn.white {
    position: relative;
    width: 34.8rem;
    margin-top: 4.2rem;
    margin-left: 3rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box .t-btn.white {
        width: 28.5rem;
        margin: auto;
        margin-top: 5rem;
    }
}

.metods-section .metods__box .t-btn.white:hover .bg.bg2 {
    transition: 320ms;
    opacity: 1;
}

.metods-section .metods__box .t-btn.white .title {
    z-index: 5;
    position: inherit;
    text-align: center;
    width: 26.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.6rem 0 2.9rem 0;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box .t-btn.white .title {
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 2.2rem 2.5rem;
        width: 23rem;
    }
}

.metods-section .metods__box .t-btn.white .bg.bg1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.metods-section .metods__box .t-btn.white .bg.bg2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box .t-btn.white .bg.bg2 {
        display: none;
    }
}

.metods-section .metods__box .t-btn.white .arrow {
    position: absolute;
    z-index: 5;
    width: 1.7rem;
    top: 3.1rem;
    right: 3.3rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__box .t-btn.white .arrow {
        width: 1.3rem;
        right: 2.7rem;
        top: 2.8rem;
    }
}

.metods-section .metods__bottom {
    display: flex;
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__bottom {
        flex-direction: column;
        align-items: center;
    }
}

.metods-section .metods__bottom__author {
    width: 51.4rem;
    height: 44.6rem;
    border-radius: 6rem;
    background: url(../img/metods/item-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__bottom__author {
        width: 35.5rem;
        height: 30.8rem;
        border-radius: 4rem;
    }
}

.metods-section .metods__bottom__item {
    background: linear-gradient(313deg, #ddd7cd 0%, #f4f0ea 100%);
    border-radius: 6rem;
    width: 85.2rem;
    height: 54.2rem;
    padding: 17.5rem 0 6.7rem 6.2rem;
    position: relative;
    margin-left: 3.3rem;
    margin-top: -9.5rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__bottom__item {
        width: 35.5rem;
        height: 37.1rem;
        padding: 1.5rem 0 3.6rem 2.1rem;
        margin-left: 0;
        margin-top: -6rem;
        border-radius: 4rem;
    }
}

.metods-section .metods__bottom__item__title.d-title {
    line-height: 1.15;
    color: #261409;
    margin-top: 2.5rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__bottom__item__title.d-title {
        font-size: 2.6rem;
        line-height: 1.15;
        margin-top: 2rem;
    }
}

.metods-section .metods__bottom__item-text {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.4;
    color: #787061;
    margin-top: 2.8rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__bottom__item-text {
        font-size: 1.6rem;
        margin-top: 0.5rem;
        width: 30rem;
    }

    .metods-section .metods__bottom__item-text br {
        display: none;
    }
}

.metods-section .metods__bottom__item img {
    width: 7rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__bottom__item img {
        width: 4.8rem;
        padding-top: 8rem;
    }
}

.metods-section .metods__bottom__item__logo {
    position: absolute;
    right: 3.1rem;
    top: 2rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__bottom__item__logo {
        right: 1.6rem;
        top: -6.5rem;
    }
}

.metods-section .metods__bottom__item__logo img {
    width: 28rem;
}

@media screen and (max-width: 575px) {
    .metods-section .metods__bottom__item__logo img {
        width: 14.4rem;
    }
}

.garant-section {
    margin-top: 8.6rem;
}

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

.garant-section .garant__title {
    color: #261409;
}

@media screen and (max-width: 575px) {
    .garant-section .garant__title {
        font-size: 2.6rem;
        text-align: center;
        width: 29.6rem;
        margin: auto;
    }

    .garant-section .garant__title br {
        display: none;
    }
}

.garant-section .garant__box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6rem;
    margin-left: -1rem;
    padding: 0 1rem;
}

@media screen and (max-width: 575px) {
    .garant-section .garant__box {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-top: 1.5rem;
    }
}

.garant-section .garant__box__item {
    display: inline-block;
    padding: 1.8rem 3rem 2.2rem 3rem;
    border: 0.1rem solid #787061;
    border-radius: 4.4rem;
    margin-top: 2rem;
    margin-right: 2rem;
}

@media screen and (max-width: 575px) {
    .garant-section .garant__box__item {
        margin-right: 0;
        display: inline-block;
        margin-top: 1rem;
        padding: 0;
    }
}

.garant-section .garant__box__item-text {
    color: #787061;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .garant-section .garant__box__item-text {
        font-size: 1.2rem;
        text-align: center;
        display: inline-block;
    }

    .garant-section .garant__box__item-text.xs1 {
        padding: 1.8rem 2.9rem 2.1rem 3rem;
    }

    .garant-section .garant__box__item-text.xs2 {
        padding: 0.9rem 2rem 1.2rem 2.5rem;
    }

    .garant-section .garant__box__item-text.xs3 {
        padding: 1rem 1.5rem 1.3rem 1.9rem;
        width: 25rem;
    }

    .garant-section .garant__box__item-text.xs4 {
        padding: 1.1rem 2rem 1.2rem 1.5rem;
        width: 31rem;
    }

    .garant-section .garant__box__item-text.xs5 {
        padding: 1.7rem 2.9rem 2.2rem 3rem;
    }

    .garant-section .garant__box__item-text.xs6 {
        padding: 1rem 1.5rem 1.3rem 1.5rem;
        width: 33rem;
    }
}

.garant-section .t-btn.brown {
    position: relative;
    width: 34.8rem;
    margin-top: 3.1rem;
}

@media screen and (max-width: 575px) {
    .garant-section .t-btn.brown {
        width: 28.5rem;
        margin: auto;
        margin-top: 3rem;
    }
}

.garant-section .t-btn.brown .title {
    color: #fff;
    position: inherit;
    z-index: 5;
    width: 28rem;
    text-align: center;
    padding: 2.6rem 0 2.9rem;
}

@media screen and (max-width: 575px) {
    .garant-section .t-btn.brown .title {
        width: 22rem;
        font-size: 1.6rem;
        padding: 2rem 0 2.5rem;
    }
}

.garant-section .t-btn.brown .bg.bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.garant-section .t-btn.brown .arrow {
    position: absolute;
    right: 3.1rem;
    top: 3.3rem;
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .garant-section .t-btn.brown .arrow {
        width: 1.2rem;
        right: 2.8rem;
        top: 2.8rem;
    }
}

.support-section {
    margin-top: 10rem;
}

@media screen and (max-width: 575px) {
    .support-section {
        margin-top: 6rem;
    }
}

.support-section .support__box {
    display: flex;
}

@media screen and (max-width: 575px) {
    .support-section .support__box {
        flex-direction: column;
        align-items: center;
    }
}

.support-section .support__box .support__box__right {
    margin-left: 3rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box .support__box__right {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-top: 3rem;
    }
}

.support-section .support__box__item {
    background: url(../img/support/item-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10.1rem 6.1rem 12rem 6.4rem;
    width: 56.6rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__item {
        width: 35.4rem;
        padding: 6.6rem 3.9rem 7.5rem 3.8rem;
    }
}

.support-section .support__box__item__title.d-title {
    color: #fff;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__item__title.d-title {
        font-size: 2.6rem;
    }
}

.support-section .support__box__item-subtitle {
    font-size: 2rem;
    color: #fff;
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__item-subtitle {
        font-size: 1.6rem;
        width: 27.7rem;
        margin-top: 1.5rem;
    }

    .support-section .support__box__item-subtitle br {
        display: none;
    }
}

.support-section .support__box__item-text {
    font-size: 1.8rem;
    color: #fff;
    margin-top: 18rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__item-text {
        font-size: 1.4rem;
        width: 18.4rem;
        margin-top: 3.5rem;
    }

    .support-section .support__box__item-text br {
        display: none;
    }
}

.support-section .support__box__item .t-btn.white {
    position: relative;
    width: 34.8rem;
    margin-top: 2.4rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__item .t-btn.white {
        width: 21.8rem;
        margin-top: 3rem;
    }
}

.support-section .support__box__item .t-btn.white .title {
    position: inherit;
    z-index: 5;
    text-align: center;
    padding: 2.6rem 0;
    width: 32rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__item .t-btn.white .title {
        font-size: 1.2rem;
        width: 21rem;
        padding: 1.5rem 0 1.8rem 0;
    }
}

.support-section .support__box__item .t-btn.white .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.support-section .support__box__item .t-btn.white .ava {
    position: absolute;
    width: 6.7rem;
    top: 0.6rem;
    left: 0.8rem;
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__item .t-btn.white .ava {
        width: 4.1rem;
    }
}

.support-section .support__box__item .t-btn.white .telega {
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
    z-index: 5;
    width: 6.7rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__item .t-btn.white .telega {
        width: 4.1rem;
        right: 0.4rem;
        top: 0.5rem;
    }
}

.support-section .support__box__mini {
    width: 80.4rem;
    margin-top: 2rem;
    box-shadow: 0 8px 125px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 6rem;
    padding: 1rem 1rem 1rem 6rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__mini {
        width: 35.5rem;
        padding: 2rem 2rem 4rem 2rem;
        border-radius: 4rem;
    }
}

.support-section .support__box__mini:first-child {
    margin-top: 0;
}

.support-section .support__box__mini__flex {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__mini__flex {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 575px) {
    .support-section .support__box__mini__flex__left {
        order: 2;
    }
}

.support-section .support__box__mini__flex__left-title {
    font-weight: 700;
    font-size: 3.2rem;
    color: #261409;
    margin-top: 4.2rem;
}

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

.support-section .support__box__mini__flex__left-subtitle {
    color: #261409;
    margin-top: 1rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__mini__flex__left-subtitle {
        font-size: 1.6rem;
        margin-left: 0.5rem;
        width: 25.4rem;
    }

    .support-section .support__box__mini__flex__left-subtitle br {
        display: none;
    }
}

.support-section .support__box__mini__flex__left .t-btn.brown {
    width: 34.8rem;
    position: relative;
    margin-top: 3.2rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__mini__flex__left .t-btn.brown {
        width: 28.5rem;
        margin: auto;
        margin-top: 2rem;
    }
}

.support-section .support__box__mini__flex__left .t-btn.brown.btn2 {
    margin-top: 6rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__mini__flex__left .t-btn.brown.btn2 {
        margin-top: 3rem;
    }

    .support-section .support__box__mini__flex__left .t-btn.brown.btn2 .title {
        width: 18rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 0 0 3rem;
        text-align: left;
    }
}

.support-section .support__box__mini__flex__left .t-btn.brown .title {
    color: #fff;
    font-weight: 500;
    position: inherit;
    z-index: 5;
    text-align: center;
    padding: 2.5rem 0;
    width: 26rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__mini__flex__left .t-btn.brown .title {
        font-size: 1.6rem;
        padding: 2.2rem 0 2.5rem;
        width: 22rem;
    }
}

.support-section .support__box__mini__flex__left .t-btn.brown .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.support-section .support__box__mini__flex__left .t-btn.brown .arrow {
    position: absolute;
    right: 3.3rem;
    top: 3.1rem;
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__mini__flex__left .t-btn.brown .arrow {
        width: 1.2rem;
        right: 2.8rem;
        top: 2.8rem;
    }
}

.support-section .support__box__mini__flex__right .item-xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__mini__flex__right {
        order: 1;
    }
}

.support-section .support__box__mini__flex__right .item-pc {
    width: 29.2rem;
    border-radius: 6rem;
}

@media screen and (max-width: 575px) {
    .support-section .support__box__mini__flex__right .item-pc {
        width: 31.5rem;
        border-radius: 4rem;
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .support-section .support__box__mini__flex .item-xs {
        display: block;
    }
}

.checkup-section {
    margin-top: 10rem;
}

@media screen and (max-width: 575px) {
    .checkup-section {
        margin-top: 3rem;
        background: #558650;
        border-radius: 4rem;
        height: 94.7rem;
    }
}

.checkup-section .checkup__parent {
    display: flex;
    align-items: stretch;
    min-width: 0;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent {
        flex-direction: column;
        align-items: center;
    }
}

.checkup-section .checkup__parent__left {
    background: url(../img/checkup/left-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 80.4rem;
    height: 60rem;
    padding: 6.6rem 0rem 3.9rem 6.8rem;
    position: relative;
    margin-right: 3rem;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__left {
        background: none;
        width: auto;
        height: auto;
        padding: 3.9rem 1rem 3.4rem 1rem;
        margin-top: 0;
        margin-right: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__left__title.d-title {
        font-size: 2.6rem;
        text-align: center;
        margin-left: 2rem;
    }
}

.checkup-section .checkup__parent__left-subtitle {
    font-size: 2rem;
    color: #fff;
    margin-top: 2.6rem;
    letter-spacing: 0.07rem;
    font-family: "Montserrat" sans-serif;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__left-subtitle {
        font-size: 1.6rem;
        text-align: center;
        margin-left: 2rem;
        margin-top: 1.5rem;
    }

    .checkup-section .checkup__parent__left-subtitle br {
        display: none;
    }
}

.checkup-section .checkup__parent__left .d-btn.white {
    width: 27.2rem;
    padding: 2.5rem 4rem;
    border-radius: 4rem;
    margin-top: 3.3rem;
    background: white;
}

.checkup-section .checkup__parent__left .d-btn.white:hover {
    background: #dbdbdb;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__left .d-btn.white {
        width: 22.4rem;
        padding: 2.5rem 0 2.3rem;
        font-size: 1.6rem;
        margin-top: 46rem;
        margin-left: 6.5rem;
    }
}

.checkup-section .checkup__parent__left__bottom {
    display: flex;
    margin-top: 7.8rem;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__left__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-left: 2rem;
        margin-top: 10rem;
    }
}

.checkup-section .checkup__parent__left__bottom__icon {
    width: 3.1rem;
    height: 3.1rem;
    background: rgba(104, 184, 101, 0.459);
    border-radius: 100%;
    text-align: center;
    padding-top: 0.5rem;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__left__bottom__icon {
        width: 2.3rem;
        height: 2.3rem;
        padding-top: 0;
    }
}

.checkup-section .checkup__parent__left__bottom__icon img {
    width: 1.7rem;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__left__bottom__icon img {
        width: 01.5rem;
    }
}

.checkup-section .checkup__parent__left__bottom-text {
    color: #fff;
    margin-left: 2.5rem;
    letter-spacing: 0.07rem;
    font-family: "Montserrat" sans-serif;
    margin-top: 0.5rem;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__left__bottom-text {
        font-size: 1.3rem;
        margin-left: 0;
    }
}

.checkup-section .checkup__parent__left__price {
    position: absolute;
    right: 4.1rem;
    bottom: 9.2rem;
    font-family: "Montserrat" sans-serif;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__left__price {
        text-align: center;
        right: 8rem;
        bottom: 15rem;
    }
}

.checkup-section .checkup__parent__left__price-text {
    color: #ffffff70;
    letter-spacing: 0.07rem;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__left__price-text {
        font-size: 1.6rem;
    }
}

.checkup-section .checkup__parent__left__price-money {
    line-height: 1.1;
    color: #fff;
    font-size: 2.8rem;
    letter-spacing: 0.09rem;
    font-family: "Montserrat" sans-serif;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__left__price-money {
        font-size: 2.4rem;
    }
}

.checkup-section .checkup__parent__left__price-money span {
    font-weight: 700;
    font-size: 2.4rem;
}

.checkup-section .checkup__parent__left__hand {
    position: absolute;
    right: 0;
    top: 11rem;
    width: 29.4rem;
}

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

.checkup-section .checkup__parent__right {
    width: 56.6rem;
    display: flex;
    overflow: hidden;
    min-width: 0;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__right {
        position: absolute;
        top: 22.5rem;
        right: 1rem;
        width: 35.5rem;
    }
}

.checkup-section .checkup__parent__right__item {
    width: 100%;
    height: 59.6rem;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__right__item {
        height: 40.5rem;
    }
}

.checkup-section .checkup__parent__right__item .checkup__parent__right__item-text {
    padding-top: 40rem;
    padding-right: 3rem;
    color: #261409;
    margin-left: 7.1rem;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__right__item .checkup__parent__right__item-text {
        padding-top: 23.5rem;
        font-size: 1.4rem;
        margin-left: 3rem !important;
    }

    .checkup-section .checkup__parent__right__item .checkup__parent__right__item-text br {
        display: none;
    }
}

.checkup-section .checkup__parent__right__item.bg1 {
    background: url(../img/checkup/item1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__right__item.bg1 {
        background: url(../img/checkup/item1-xs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.checkup-section .checkup__parent__right__item.bg2 {
    background: url(../img/checkup/item2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__right__item.bg2 {
        background: url(../img/checkup/item2-xs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.checkup-section .checkup__parent__right__item.bg3 {
    background: url(../img/checkup/item3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .checkup-section .checkup__parent__right__item.bg3 {
        background: url(../img/checkup/item3-xs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.checkup__parent .slick-dots {
    left: 7.6rem;
    bottom: 6rem;
    text-align: left;
}

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

.checkup__parent .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 0.7rem;
}

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

.checkup__parent .slick-dots li button {
    width: 8.5rem;
    height: 0.8rem;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 0.5rem;
}

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

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

.comfort-section .comfort__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.comfort-section .comfort__title .star1 {
    width: 21.6rem;
    position: absolute;
    left: 0;
    top: 9rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__title .star1 {
        display: none;
    }
}

.comfort-section .comfort__title .star2 {
    width: 21.6rem;
    position: absolute;
    right: 0;
    top: 9rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__title .star2 {
        display: none;
    }
}

.comfort-section .comfort__title .star-xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__title .star-xs {
        display: block;
    }
}

.comfort-section .comfort__title-big {
    font-weight: 700;
    font-size: 5.8rem;
    line-height: 1.15;
    text-align: center;
    color: #261409;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__title-big {
        font-size: 2.4rem;
        margin-top: 2rem;
    }
}

.comfort-section .comfort__title-small {
    font-size: 2.4rem;
    color: #261409;
    margin-top: 1.5rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__title-small {
        font-size: 1.6rem;
        width: 29rem;
    }

    .comfort-section .comfort__title-small br {
        display: none;
    }
}

.comfort-section .comfort__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 1.5rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box {
        flex-direction: column;
        align-items: center;
        width: auto;
        margin: 0;
    }
}

.comfort-section .comfort__box .space {
    width: 41.5rem;
    height: 47rem;
    margin-top: 6rem;
    margin-top: 6rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .space {
        width: auto;
        height: auto;
        margin-top: 2.5rem;
    }
}

.comfort-section .comfort__box__bg {
    box-shadow: 0 8px 125px 0 rgba(0, 0, 0, 0.07);
    background: #6da268;
    transform: rotate(-5deg);
    border-radius: 6rem;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box__bg {
        box-shadow: none;
        background: none;
        transform: rotate(0);
        border-radius: 0;
        margin-top: 0;
    }
}

.comfort-section .comfort__box .comfort__box__item.mini1 {
    transform: rotate(5deg);
    margin-right: 0;
    margin-top: 0;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item.mini1 {
        transform: rotate(0);
    }
}

.comfort-section .comfort__box .comfort__box__item {
    padding: 4.6rem 3.5rem 1.5rem 4.2rem;
    box-shadow: 0 8px 125px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 6rem;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item {
        margin-right: 0;
        width: 35.5rem;
        margin-top: 0;
        padding: 3.9rem 4.2rem 1.4rem 3.6rem;
        border-radius: 4rem;
        box-shadow: 0 7px 107px 0 rgba(0, 0, 0, 0.07);
        background: #fff;
    }
}

.comfort-section .comfort__box .comfort__box__item__top {
    display: flex;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__top {
        margin-left: 2rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__top-border {
    border: 0.1rem solid #b3b3b3;
    border-radius: 4.4rem;
    padding: 1rem 0 0rem 0;
    width: 17rem;
    font-weight: 500;
    color: #b3b3b3;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__top-border {
        font-size: 1.6rem;
        padding: 0rem 0rem 0.3rem 0.5rem;
        border-radius: 3.8rem;
        border: 0.86px solid #b3b3b3;
        width: 14.5rem;
        max-width: none;
        margin-left: -2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.comfort-section .comfort__box .comfort__box__item__top .arrow {
    width: 5.6rem;
    margin-left: 9.3rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__top .arrow {
        margin-left: 9.3rem;
        width: 4.7rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__center {
    margin-top: 7rem;
    margin-left: 1rem;
}

.comfort-section .comfort__box .comfort__box__item__center-text {
    font-weight: 600;
    color: #261409;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__center-text {
        font-size: 1.6rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__center-text span {
    color: #6da268;
    font-weight: 700;
}

.comfort-section .comfort__box .comfort__box__item__bottom {
    display: flex;
    margin-top: 3rem;
}

.comfort-section .comfort__box .comfort__box__item__bottom-num {
    font-size: 13.2rem;
    color: #6da268;
    margin-bottom: -1.5rem;
    min-height: 14.1rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom-num {
        font-size: 11.3rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom-num.num1 {
    margin-top: 1rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom-num.num1 {
        margin-top: 0;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom-num.num2 {
    margin-top: 3.2rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom-num.num2 {
        margin-top: 2rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom-num.num3 {
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom-num.num3 {
        margin-top: 1.5rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom-num.num4 {
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom-num.num4 {
        margin-top: 1.5rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom-num.num5 {
    margin-top: 1rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom-num.num5 {
        margin-top: 0;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom-num.num6 {
    margin-top: 3.5rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom-num.num6 {
        margin-top: 0rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom .icon1 {
    margin-left: 13.3rem;
    margin-top: -1rem;
    width: 5.9rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom .icon1 {
        margin-left: 11.1rem;
        width: 5rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom .icon2 {
    margin-left: 9.1rem;
    margin-top: 2rem;
    width: 9rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom .icon2 {
        width: 7.8rem;
        margin-left: 7.7rem;
        margin-top: 1rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom .icon3 {
    margin-left: 11.5rem;
    margin-top: 1.5rem;
    width: 5.4rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom .icon3 {
        margin-left: 9.8rem;
        width: 4.7rem;
        margin-top: 1rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom .icon4 {
    margin-left: 9rem;
    margin-top: 2rem;
    width: 7.4rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom .icon4 {
        margin-left: 7.7rem;
        width: 6.5rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom .icon5 {
    margin-left: 9rem;
    margin-top: 0rem;
    width: 9rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom .icon5 {
        width: 7.8rem;
        margin-left: 7.7rem;
    }
}

.comfort-section .comfort__box .comfort__box__item__bottom .icon6 {
    margin-left: 8rem;
    margin-top: 2.5rem;
    width: 9.3rem;
}

@media screen and (max-width: 575px) {
    .comfort-section .comfort__box .comfort__box__item__bottom .icon6 {
        width: 6.8rem;
        margin-left: 7rem;
        margin-top: 0;
    }
}

.comfort-section .t-btn.green {
    margin: auto;
    margin-top: 4rem;
}

.price-section {
    margin-top: 10rem;
}

.price-section .price__box {
    padding: 7.1rem 21rem 10rem 21rem;
    box-shadow: 0 8px 125px 0 rgba(0, 0, 0, 0.07);
    border-radius: 11rem;
    width: 182rem;
    margin: auto;
    margin-left: -20rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box {
        width: 37.5rem;
        margin-left: 0;
        border-radius: 4rem;
        padding: 4.7rem 2rem 4rem 2rem;
    }
}

.price-section .price__box__top {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__top {
        flex-direction: column;
        align-items: center;
    }
}

.price-section .price__box__top-title {
    font-weight: 700;
    font-size: 5.8rem;
    color: #261409;
    width: 83.4rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__top-title {
        width: auto;
        font-size: 2.4rem;
    }
}

.price-section .price__box__top__flex {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__top__flex {
        flex-direction: column;
        align-items: center;
        width: 35.6rem;
        background: #f4f4f4;
        border-radius: 1.4rem;
        padding: 1rem 0 1.4rem 0;
        margin-top: 2.3rem;
        position: relative;
    }

    .price-section .price__box__top__flex::before {
        content: "";
        position: absolute;
        width: 33.5rem;
        height: 0.1rem;
        background: rgba(221, 221, 221, 0.37);
        bottom: -1rem;
    }
}

.price-section .price__box__top__flex-text {
    font-weight: 700;
    font-size: 2rem;
    color: #261409;
    margin-right: 4.3rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__top__flex-text {
        text-align: center;
        order: 2;
        margin-right: 0;
    }
}

.price-section .price__box__top__flex img {
    width: 7.5rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__top__flex img {
        order: 1;
        width: 5.5rem;
    }
}

.price-section .price__box__list {
    margin-top: 9rem;
    margin-bottom: 7.9rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__list {
        margin-top: 4rem;
    }
}

.price-section .price__box__list__flex {
    display: flex;
    align-items: center;
    margin-top: 3.4rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__list__flex {
        margin-top: 3rem;
    }

    .price-section .price__box__list__flex::before {
        content: "";
        position: absolute;
        width: 33.5rem;
        height: 0.1rem;
        background: rgba(200, 196, 191, 0.37);
        bottom: -0.5rem;
    }
}

.price-section .price__box__list__flex-num {
    font-weight: 700;
    font-size: 2.8rem;
    color: #b3b3b3;
    margin-right: 20rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__list__flex-num {
        margin-right: 1.5rem;
        padding-left: 1rem;
    }

    .price-section .price__box__list__flex-num.num-xs {
        margin-top: -2rem;
    }
}

.price-section .price__box__list__flex__item {
    display: flex;
    align-items: center;
}

.price-section .price__box__list__flex__item .icon {
    width: 5.2rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__list__flex__item .icon {
        width: 3.5rem;
    }

    .price-section .price__box__list__flex__item .icon.xs-icon2 {
        margin-top: -2rem;
    }
}

.price-section .price__box__list__flex__item .icon.icon1 {
    margin-left: 0.4rem;
}

.price-section .price__box__list__flex__item .icon.icon7 {
    margin-left: 0.4rem;
}

.price-section .price__box__list__flex__item-text {
    font-weight: 600;
    font-size: 2rem;
    color: #261409;
    margin-left: 3.6rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__list__flex__item-text {
        font-size: 1.4rem;
        margin-left: 1rem;
        width: 21.9rem;
    }

    .price-section .price__box__list__flex__item-text.xs1 {
        width: 20.2rem;
    }

    .price-section .price__box__list__flex__item-text.xs2 {
        width: 21.2rem;
    }

    .price-section .price__box__list__flex__item-text.xs4 {
        width: 21.2rem;
    }

    .price-section .price__box__list__flex__item-text.xs6 {
        width: 15.2rem;
    }
}

.price-section .price__box__bottom {
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__bottom {
        flex-direction: column;
        align-items: baseline;
        margin-top: -5rem;
    }
}

.price-section .price__box__bottom__value {
    display: flex;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__bottom__value {
        margin-bottom: 2.9rem;
    }
}

.price-section .price__box__bottom__value__text-left {
    font-weight: 400;
    font-size: 2rem;
    color: #261409;
    background: #f0f0f0;
    border-radius: 3.8rem;
    width: 45rem;
    padding: 2.5rem 0 2.5rem 4.8rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__bottom__value__text-left {
        width: 33.5rem;
        padding: 1.8rem 0 1.8rem 0;
        border-radius: 2.8rem;
        font-size: 1.4rem;
        padding-left: 3.5rem;
    }
}

.price-section .price__box__bottom__value__text-right {
    font-weight: 600;
    font-size: 3.2rem;
    background: #6da268;
    color: #fff;
    border-radius: 3.8rem;
    padding: 1.7rem 4rem 1.9rem 4rem;
    margin-left: -20.8rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__bottom__value__text-right {
        font-size: 2.3rem;
        border-radius: 2.8rem;
        padding: 1.2rem 2.9rem 1.4rem 2.9rem;
        margin-left: -15rem;
    }
}

.price-section .price__box__bottom__buttons {
    display: flex;
    margin-left: 12.7rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__bottom__buttons {
        flex-direction: column;
        margin-left: 0;
    }
}

.price-section .price__box__bottom__buttons .d-btn.brown {
    width: 41.4rem;
    background: #b48366;
    color: white;
    padding: 2.6rem 0 2.6rem 0;
    border-radius: 3.8rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__bottom__buttons .d-btn.brown {
        width: 33.5rem;
        padding: 2.3rem 0 2.7rem 0;
        border-radius: 3.5rem;
        font-size: 1.4rem;
    }
}

.price-section .price__box__bottom__buttons .d-btn.brown:hover {
    background: #9b694c;
}

.price-section .price__box__bottom__buttons .d-btn.border {
    width: 38.7rem;
    background: transparent;
    color: #b48366;
    padding: 2.6rem 0 2.6rem 0;
    border-radius: 3.8rem;
    border: 0.1rem solid #b48366;
    transition: 320ms;
    margin-left: 2rem;
}

@media screen and (max-width: 575px) {
    .price-section .price__box__bottom__buttons .d-btn.border {
        margin-left: 0;
        padding: 2.4rem 0 2.6rem 0;
        border-radius: 3.5rem;
        font-size: 1.4rem;
        width: 24.6rem;
        margin-top: 1.5rem;
    }
}

.price-section .price__box__bottom__buttons .d-btn.border:hover {
    background: #b48366;
    color: white;
}

.last-section {
    margin-top: 11rem;
}

@media screen and (max-width: 575px) {
    .last-section {
        padding-bottom: 6rem;
    }
}

.last-section .last__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.last-section .last__title-big {
    font-weight: 700;
    font-size: 5.8rem;
    color: #261409;
}

@media screen and (max-width: 575px) {
    .last-section .last__title-big {
        font-size: 2.4rem;
        line-height: 1.15;
    }
}

.last-section .last__title-small {
    font-size: 3.2rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__title-small {
        font-size: 1.6rem;
        margin-top: 1.9rem;
    }
}

.last-section .last__box {
    display: flex;
    align-items: stretch;
    margin-top: 6.9rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__box {
        flex-direction: column;
        align-items: center;
        margin-top: 0rem;
    }
}

.last-section .last__box__item {
    text-align: center;
    width: 44.7rem;
    margin-right: 7.5rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__item {
        margin-right: 0;
        width: 35.5rem;
        margin-top: 4rem;
    }
}

.last-section .last__box__item__bg {
    box-shadow: 0 8px 125px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    transform: rotate(-4deg);
    border-radius: 6rem;
    width: 41.5rem;
    height: 47.5rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__item__bg {
        box-shadow: none;
        background: none;
        transform: rotate(0deg);
        border-radius: 0;
        width: auto;
        border-radius: 5rem;
        height: auto;
    }
}

.last-section .last__box__item__bg__mini {
    transform: rotate(4deg);
    box-shadow: 0 8px 125px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 6rem;
    padding: 1.7rem 1.6rem 3.3rem 1.5rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__item__bg__mini {
        transform: rotate(0deg);
        padding: 1.7rem 1.6rem 2rem 1.5rem;
    }
}

@media screen and (min-width: 575px) {
    .last-section .last__box__item__bg__mini.item2 {
        padding-bottom: 1.3rem;
    }
}

.last-section .last__box__item__bg__mini img {
    width: 38.3rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__item__bg__mini img {
        border-radius: 5rem;
    }
}

.last-section .last__box__item__bg__mini-title {
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    color: #000;
    margin-top: 1rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__item__bg__mini-title {
        font-size: 1.6rem;
        margin-top: 1.5rem;
    }
}

.last-section .last__box__item .t-btn {
    margin: auto;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__item .t-btn {
        width: 28.5rem;
    }
}

.last-section .last__box__item .t-btn .title {
    color: #fff;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__item .t-btn .title {
        font-size: 1.5rem;
        width: 22rem;
        padding: 2.2rem 0 2.2rem 0;
    }
}

@media screen and (max-width: 575px) {
    .last-section .last__box__item .t-btn .arrow {
        width: 1.2rem;
        right: 2.8rem;
        top: 2.5rem;
    }
}

.last-section .last__box__item-text {
    color: #000;
    margin-top: 3.6rem;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__item-text {
        font-size: 1.6rem;
        margin-top: 1.5rem;
    }
}

.last-section .last__box__item-text.mini2 {
    margin-bottom: 4.8rem;
}

@media screen and (max-width: 575px) {
    .last-section .last__box__item-text.mini2 {
        margin-bottom: 2rem;
        margin-top: 2.5rem;
    }
}

.inner-section {
    margin-top: 18rem;
    padding-bottom: 12rem;
}

@media screen and (max-width: 575px) {
    .inner-section {
        margin-top: 4.8rem;
        padding: 0 1rem 5rem;
    }
}

.inner-section .inner__box {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box {
        flex-direction: column;
        align-items: center;
    }
}

.inner-section .inner__box__left {
    margin-left: 2rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__left {
        margin-left: 0;
    }
}

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

.inner-section .inner__box__left__texts-border {
    font-size: 2rem;
    color: #261409;
    padding: 1.8rem 0 2rem 3rem;
    text-align: center;
    border: 0.1rem solid #cccac7;
    border-radius: 3.2rem;
    width: 53.1rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__left__texts-border {
        width: 35.5rem;
        font-size: 1.3rem;
        padding: 1.5rem 0 1.7rem 1.5rem;
        margin: auto;
        margin-top: -1rem;
    }
}

.inner-section .inner__box__left__texts-border::before {
    position: absolute;
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    background: #6da268;
    border-radius: 100%;
    left: 3rem;
    top: 2.8rem;
    box-shadow: 0px 0px 27px 1px #6da268;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__left__texts-border::before {
        width: 0.8rem;
        height: 0.8rem;
        left: 2.3rem;
        top: 2rem;
    }
}

.inner-section .inner__box__left__texts__title.t-title {
    line-height: 1.15;
    color: #261409;
    margin-top: 1.5rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__left__texts__title.t-title {
        font-size: 3.1rem;
        margin-top: 3.5rem;
    }
}

.inner-section .inner__box__left__texts-subtitle {
    color: #261409;
    font-size: 2.4rem;
    margin-top: 3.5rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__left__texts-subtitle {
        font-size: 1.6rem;
        width: 30.4rem;
        margin-top: 1.5rem;
    }

    .inner-section .inner__box__left__texts-subtitle br {
        display: none;
    }
}

.inner-section .inner__box__left__buttons {
    display: flex;
    margin-top: 5.6rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__left__buttons .t-btn {
        width: 28.5rem;
        margin-top: 35rem;
    }
}

@media screen and (max-width: 575px) and (max-width: 575px) {
    .inner-section .inner__box__left__buttons .t-btn .title {
        width: 23rem;
        font-size: 1.6rem;
        padding: 2.2rem 0 2.5rem 0;
    }
}

@media screen and (max-width: 575px) and (max-width: 575px) {
    .inner-section .inner__box__left__buttons .t-btn .arrow {
        width: 1.2rem;
        right: 2.6rem;
        top: 2.8rem;
    }
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__left__buttons {
        flex-direction: column;
    }
}

.inner-section .inner__box__left__buttons .d-btn {
    padding: 2.6rem 0 2.6rem 0;
    border-radius: 3.8rem;
    margin-left: 3rem;
    width: 26.7rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__left__buttons .d-btn {
        width: 28.5rem;
        margin-left: 0;
        margin-top: 47rem;
        padding: 2.4rem 0 2.4rem 0;
    }
}

.inner-section .inner__box__left__buttons .d-btn .title {
    font-weight: 500;
    color: #261409;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__left__buttons .d-btn .title {
        font-size: 16px;
    }
}

.inner-section .inner__box__right {
    background: url(../img/inner__intro/photo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 44.9rem;
    height: 52.8rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__right {
        background: url(../img/inner__intro/photo-xs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 35.5rem;
        height: 41.7rem;
        margin-top: -51rem;
    }
}

.inner-section .inner__box__right__item {
    background: url(../img/inner__intro/item-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3.1rem 3.5rem 3rem 6rem;
    margin-top: 32.4rem;
    font-family: "Montserrat";
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__right__item {
        background: #fff;
        width: 33rem;
        border-radius: 3rem;
        padding: 2rem 0rem 2rem 2rem;
        margin: 25rem auto 0;
    }
}

.inner-section .inner__box__right__item-name {
    color: #261409;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__right__item-name {
        font-size: 1.8rem;
    }
}

.inner-section .inner__box__right__item-text {
    line-height: 1.35;
    color: rgba(70, 39, 20, 0.705);
    font-size: 1.7rem;
    margin-top: 0.5rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__right__item-text {
        font-size: 1.5rem;
    }

    .inner-section .inner__box__right__item-text br {
        display: none;
    }
}

.inner-section .inner__box__right__item__flex {
    display: flex;
    align-items: center;
    background: #ddd7cd;
    width: 16.7rem;
    border-radius: 1.9rem;
    padding: 0.5rem 1.9rem 0.4rem 0.6rem;
    margin-top: 1.5rem;
    cursor: pointer;
    color: #787061;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__right__item__flex {
        width: 13rem;
        padding-left: 0.4rem;
        padding-bottom: 0.5rem;
    }
}

.inner-section .inner__box__right__item__flex:hover {
    background: #b48367;
    color: #fff;
}

.inner-section .inner__box__right__item__flex__icon {
    border-radius: 100%;
    background: #fff;
    width: 3.1rem;
    height: 3.1rem;
    text-align: center;
    padding-top: 0.6rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__right__item__flex__icon {
        width: 2rem;
        height: 2rem;
        padding-top: 0;
    }
}

.inner-section .inner__box__right__item__flex__icon img {
    width: 1.8rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__right__item__flex__icon img {
        width: 1.4rem;
    }
}

.inner-section .inner__box__right__item__flex-text {
    font-weight: 500;
    font-size: 1.7rem;
    margin-left: 0.8rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__right__item__flex-text {
        font-size: 1.4rem;
        margin-left: 0.4rem;
    }
}

.inner-section .inner__box__decor {
    position: absolute;
    right: 48rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__decor {
        right: 0;
        top: 28.5rem;
    }
}

.inner-section .inner__box__decor img {
    width: 31.7rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__decor img {
        width: 35.5rem;
    }
}

.inner-section .inner__box__ilustration {
    position: absolute;
    right: 48rem;
    top: 34rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__ilustration {
        right: 0rem;
        top: 7.5rem;
    }
}

.inner-section .inner__box__ilustration img {
    width: 18.7rem;
}

@media screen and (max-width: 575px) {
    .inner-section .inner__box__ilustration img {
        width: 7.4rem;
    }
}

.trust-section {
    margin-top: 9.9rem;
}

.trust-section .trust__box {
    display: flex;
    width: 140.5rem;
    background: linear-gradient(313deg, #ddd7cd 0%, #f4f0ea 100%);
    border-radius: 6rem;
    padding: 1rem;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box {
        flex-direction: column;
        align-items: center;
        border-radius: 4rem;
        width: 35.5rem;
        padding: 4rem 1rem;
        margin: auto;
    }
}

.trust-section .trust__box__left .decor-xs {
    display: none;
}

.trust-section .trust__box__left .profile-xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box__left {
        display: flex;
        margin-top: 11rem;
    }

    .trust-section .trust__box__left .profile-xs {
        display: block;
        width: 20.1rem;
    }

    .trust-section .trust__box__left .decor-xs {
        display: block;
        width: 13.4rem;
    }
}

.trust-section .trust__box__left .profile {
    width: 40.5rem;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box__left .profile {
        display: none;
    }
}

.trust-section .trust__box__left .decor {
    width: 27rem;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box__left .decor {
        display: none;
    }
}

.trust-section .trust__box__right {
    padding: 6rem 2rem 7.8rem 5.4rem;
    -webkit-backdrop-filter: blur(87.8px);
    backdrop-filter: blur(87.8px);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 6rem;
    width: 69rem;
    margin-left: 1.5rem;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box__right {
        width: 33.5rem;
        border-radius: 4rem;
        padding: 0;
        background: none;
    }
}

.trust-section .trust__box__right__item__title.d-title {
    color: #261409;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box__right__item__title.d-title {
        font-size: 2.4rem;
        margin-top: -30.8rem;
        margin-left: 1.3rem;
    }
}

.trust-section .trust__box__right__item__sheip {
    border-radius: 4.4rem;
    width: 33.4rem;
    background: #fff;
    padding: 0.9rem 0 1.3rem 0;
    margin-top: 3.1rem;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box__right__item__sheip {
        width: 27.6rem;
        padding: 1.2rem 0 1.6rem 0;
        margin-top: 25.5rem;
        margin-left: -0.8rem;
    }
}

.trust-section .trust__box__right__item__sheip-text {
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box__right__item__sheip-text {
        font-size: 1.6rem;
    }
}

.trust-section .trust__box__right__item__list {
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box__right__item__list {
        -webkit-backdrop-filter: blur(87.8px);
        backdrop-filter: blur(87.8px);
        background: rgba(255, 255, 255, 0.4);
        border-radius: 4rem;
        padding: 2.2rem 2.8rem 2.4rem 3rem;
        margin-left: -1rem;
        width: 33.5rem;
        margin-top: 1rem;
    }
}

.trust-section .trust__box__right__item__list__flex {
    display: flex;
    align-items: start;
}

.trust-section .trust__box__right__item__list__flex-text {
    font-weight: 400;
    line-height: 1.6;
    color: #261409;
    margin-left: 1.4rem;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box__right__item__list__flex-text {
        font-size: 1.4rem;
        width: 24.5rem;
        margin-left: 2rem;
    }
}

.trust-section .trust__box__right__item__list__flex img {
    width: 1.8rem;
    margin-top: 0.5rem;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box__right__item__list__flex img {
        width: 1.2rem;
    }
}

.trust-section .trust__box__right .t-btn.brown {
    margin-top: 2.2rem;
}

@media screen and (max-width: 575px) {
    .trust-section .trust__box__right .t-btn.brown {
        width: 28.5rem;
    }

    .trust-section .trust__box__right .t-btn.brown .title {
        font-size: 1.6rem;
        padding: 2.2rem 0 2.5rem 0;
        width: 22rem;
    }

    .trust-section .trust__box__right .t-btn.brown .arrow {
        width: 1.2rem;
        right: 2.8rem;
        top: 2.8rem;
    }
}

.header__nav-logo img {
    width: 25.5rem;
}

.intro__box__item__header img {
    width: 19.5rem;
}

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

.program-section {
    width: 182rem;
    margin: 0 auto 7rem;
    background: #F4F0EA;
    border-radius: 11rem;
    padding: 13rem 0 11rem;
}

@media screen and (max-width: 575px) {
    .program-section {
        width: 100%;
        background: none;
        border-radius: 0;
        padding: 0;
    }
}

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

.program__header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 6rem;
}

@media screen and (max-width: 575px) {
    .program__header {
        margin-bottom: 0;
    }
}

.program__header-icon {
    width: 21rem;
    margin-right: 12rem;
    flex-shrink: 0;
}

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

.program__header-text .t-title {
    font-size: 5.8rem;
}

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

.program__header-text .t-subtitle {
    width: 89rem;
    margin: 2.5rem 0 0;
    font-size: 2.4rem;
    font-family: 'Montserrat';
}

@media screen and (max-width: 575px) {
    .program__header-text .t-subtitle {
        font-size: 1.4rem;
        margin: 1.4rem 0 2.5rem;
        width: 100%;
    }
}

.program__box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.program__item {
    margin-bottom: 3.5rem;
    padding: 6.3rem 7.5rem;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .program__item {
        background: #F4F0EA;
        padding: 0;
        margin-bottom: 1.5rem;
        border-radius: 4rem;
    }
}

@media screen and (min-width: 575px) {
    .program__item.long {
        width: 100%;
        height: 58.5rem;
        border-radius: 6rem;
        background: #fff;
    }

    .program__item.long .program__item-content {
        width: 71rem;
    }

    .program__item.short {
        width: 68.5rem;
        background-image: url("../img/program/item2-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

.program__item-header {
    margin-bottom: 3rem;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .program__item-header {
        margin: 0;
        padding: 2.5rem 3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.program__item-header .title {
    font-weight: 600;
    font-size: 2.4rem;
}

@media screen and (max-width: 575px) {
    .program__item-header .title {
        font-size: 1.6rem;
        padding-right: 2rem;
    }

    .program__item-header .title b {
        font-size: 1.8rem;
        display: block;
    }
}

.program__item-header .arrow {
    display: none;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .program__item-header .arrow {
        display: block;
        width: 5.4rem;
        flex-shrink: 0;
    }
}

.program__item-header.active .arrow {
    transform: rotate(180deg);
}

@media screen and (max-width: 575px) {
    .program__item-content {
        padding: 1rem 3rem 3rem;
        display: none;
    }
}

.program__item-content .title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 575px) {
    .program__item-content .title {
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }
}

.program__item-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Montserrat';
}

.program__item-content ul li {
    padding-bottom: 1rem;
    padding-left: 4.2rem;
    background: url("../img/program/check.svg");
    background-repeat: no-repeat;
    background-size: 1.8rem auto;
    background-position: 0 .4rem;
}

@media screen and (max-width: 575px) {
    .program__item-content ul li {
        font-size: 1.4rem;
        padding-left: 3.5rem;
        background-position: 0 .1rem;
    }
}

.program__item-img {
    position: absolute;
    right: 1rem;
    top: 1rem;
    bottom: 1rem;
    border-radius: 6rem;
    background-size: cover;
    width: 50rem;
}

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

.reviews-section {
    padding: 7rem 0 0;
    overflow: hidden;
}

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

.reviews__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8rem;
}

@media screen and (max-width: 575px) {
    .reviews__header {
        display: block;
        margin-bottom: 2.5rem;
    }
}

.reviews__header .t-title {
    font-size: 5.8rem;
    line-height: 1.2;
}

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

.reviews__header-right {
    width: 59rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .reviews__header-right {
        width: 100%;
    }
}

.reviews__header-right img {
    width: 12.8rem;
    margin-right: 4.4rem;
    flex-shrink: 0;
    border-radius: 3.5rem;
}

@media screen and (max-width: 575px) {
    .reviews__header-right img {
        width: 7.2rem;
        border-radius: 1.5rem;
        margin-right: 2rem;
    }
}

.reviews__header-right .text {
    font-size: 2rem;
}

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

.reviews__box {
    position: relative;
}

.girl {
    position: absolute;
    width: 38rem;
    bottom: 4rem;
    left: -3rem;
}

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

.lines {
    width: 57rem;
    position: absolute;
    top: -3rem;
    right: -24rem;
}

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

.reviews__scroll {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
    .reviews__scroll {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        margin: 0 -1rem;
    }
}

.reviews__item {
    width: 32.8rem;
    height: 33rem;
    margin-bottom: 3.2rem;
    padding: 4rem 2.5rem 3rem 3.5rem;
    color: #261409;
    border-radius: 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    background-image: url("../img/reviews/item-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .reviews__item {
        margin: 0;
        margin-left: 1rem;
        flex-shrink: 0;
    }
}

.reviews__item.hidden {
    opacity: 0;
    pointer-events: none;
}

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

.reviews__item-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2.5rem;
}

.reviews__item-header .circle {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    margin-right: 1.7rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(313deg, #ddd7cd 0%, #f4f0ea 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews__item-header .name {
    font-size: 1.6rem;
    font-weight: 600;
}

.reviews__item-text {
    font-size: 1.6rem;
}

.reviews__item-link {
    font-size: 1.4rem;
}

.reviews__item-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6.4rem;
    height: 6.4rem;
    background: #F4F0EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 320ms;
}

.reviews__item-btn .img-svg {
    width: 1.5rem;
}

.reviews__item:hover .reviews__item-btn {
    background: #B48366;
}

.reviews__item:hover .reviews__item-btn .img-svg path {
    fill: #fff;
}

.growth-section {
    padding: 10rem 0;
}

@media screen and (max-width: 575px) {
    .growth-section {
        padding-bottom: 7rem;
    }
}

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

.growth-section .t-title {
    font-size: 5.8rem;
    line-height: 1.15;
}

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

.growth-section .t-subtitle {
    margin: 6rem 0;
    font-size: 2.4rem;
}

@media screen and (max-width: 575px) {
    .growth-section .t-subtitle {
        font-size: 1.6rem;
        margin: 1.8rem 0 2.5rem;
    }
}

.growth-section .t-btn {
    display: none;
    margin-top: 2.5rem;
}

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

.growth__box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

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

.growth__left {
    width: 45rem;
    flex-shrink: 0;
    position: relative;
}

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

.growth__left-slider {
    width: 45rem;
    border-radius: 6rem;
    background: linear-gradient(313deg, #ddd7cd 0%, #f4f0ea 100%);
}

@media screen and (max-width: 575px) {
    .growth__left-slider {
        width: 35.5rem;
        margin: 0 auto;
        border-radius: 4rem;
    }
}

.growth__left .slider__arrows {
    position: absolute;
    justify-content: flex-end;
    right: 5rem;
    bottom: 6rem;
}

@media screen and (max-width: 575px) {
    .growth__left .slider__arrows {
        bottom: 2rem;
        right: 4rem;
    }
}

.growth__left .item {
    height: 59rem;
}

@media screen and (max-width: 575px) {
    .growth__left .item {
        height: 73.5rem;
    }
}

.growth__left .item__content {
    padding: 6rem 5rem 0;
}

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

.growth__left .number {
    background: #fff;
    border-radius: 3rem;
    width: 10rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .growth__left .number {
        width: 8rem;
        height: 4rem;
        border-radius: 2rem;
        font-size: 1.4rem;
    }
}

.growth__left .title {
    margin: 4.5rem 0 1.5rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.15;
}

@media screen and (max-width: 575px) {
    .growth__left .title {
        margin: 1.2rem 0 1.4rem;
        font-size: 2.4rem;
    }
}

.growth__left .subtitle {
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .growth__left .subtitle {
        font-size: 1.6rem;
        height: 8rem;
        width: 90%;
    }

    .growth__left .subtitle br {
        display: none;
    }
}

.growth__left .img {
    display: none;
}

@media screen and (max-width: 575px) {
    .growth__left .img {
        display: block;
        border-radius: 4rem;
        width: 33.5rem;
        margin: 0 auto;
    }
}

.growth__right {
    width: 92rem;
}

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

.growth__right .item__img {
    height: 47rem;
    background-size: cover;
    border-radius: 6rem;
    background-repeat: no-repeat;
    background-position: center;
}

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

.growth__right .item__foot {
    margin: 3rem 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.growth__right .item__foot .icon {
    width: 9rem;
    margin-right: 3rem;
    flex-shrink: 0;
    border-radius: 3rem;
}

@media screen and (max-width: 575px) {
    .growth__right .item__foot .icon {
        width: 7rem;
        border-radius: 2rem;
        margin-right: 1.5rem;
    }
}

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

    .growth__right .item__foot .title br {
        display: none;
    }
}

.for-section {
    width: 182rem;
    margin: 0 auto;
    color: #fff;
    background: #872D43;
    padding: 8.5rem 0 12rem;
    text-align: center;
    border-radius: 11rem;
    margin-bottom: 10rem;
}

@media screen and (max-width: 575px) {
    .for-section {
        width: 100%;
        margin: 0;
        padding: 4rem 0 4rem;
        border-radius: 4rem;
        margin-bottom: 5rem;
    }
}

.for-section .t-title {
    font-size: 5.8rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .for-section .t-title {
        font-size: 2.4rem;
        width: 22rem;
        margin: 1rem auto 0;
        line-height: 1.15;
    }
}

.for-section .t-subtitle {
    font-size: 2.4rem;
    margin: 3.8rem 0 3.2rem;
}

@media screen and (max-width: 575px) {
    .for-section .t-subtitle {
        font-size: 1.4rem;
        width: 32rem;
        margin: 0.8rem auto 3.5rem;
    }
}

.for-section .description {
    font-size: 2.4rem;
    font-weight: 700;
    display: inline-block;
    padding: 1.3rem 4rem;
    border-radius: 3rem;
    border: 1px solid #FFFFFF;
}

@media screen and (max-width: 575px) {
    .for-section .description {
        font-size: 1.4rem;
        padding: 1.9rem 2.8rem;
    }
}

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

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

.for__box {
    margin: 6rem 0 4rem;
    position: relative;
}

@media screen and (min-width: 575px) {
    .for__box {
        overflow: hidden;
    }
}

@media screen and (max-width: 575px) {
    .for__box {
        margin: 0 0 6rem;
    }
}

.for__box .slick-dots {
    display: none !important;
    bottom: -4rem;
}

@media screen and (max-width: 575px) {
    .for__box .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}

.for__box .slick-dots li {
    margin: 0;
}

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

.for__box .slick-dots li.slick-active button {
    list-style: none;
    background: white;
}

.for__box .slick-dots button {
    background-color: rgba(255, 255, 255, 0.185);
    font-size: 0;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
}

.for__slider {
    position: relative;
    width: 240rem;
    left: 50%;
    transform: translateX(-50%);
}

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

.for__slider .space {
    padding: 0 3.5rem;
}

@media screen and (max-width: 575px) {
    .for__slider .space {
        padding: 0 2rem;
    }
}

.for__slider .item {
    background: #fff;
    color: #261409;
    border-radius: 6rem;
    padding: 1.7rem 1.7rem 3.5rem;
}

@media screen and (max-width: 575px) {
    .for__slider .item {
        border-radius: 4rem;
    }
}

.for__slider .item .img {
    border-radius: 6rem;
}

@media screen and (max-width: 575px) {
    .for__slider .item .img {
        border-radius: 4rem;
    }
}

.for__slider .item .title {
    margin: 3rem 0 0;
}

@media screen and (max-width: 575px) {
    .for__slider .item .title {
        font-size: 1.5rem;
    }
}

.for__footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.for__footer .t-btn {
    margin-left: 2.5rem;
}

@media screen and (max-width: 575px) {
    .for__footer .t-btn {
        margin-left: .5rem;
    }
}
