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

body {
    background: #F2F2F2;
    color: #2A2A2A;
    font-size: 2rem;
    line-height: 1.2;
    font-family: 'Mont';
    font-weight: 400;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 0;
}

.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 {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
    width: 100%;
}

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

    .container {
        max-width: 119rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

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

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

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

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

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

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

.t-title {
    font-family: 'Unbounded';
    font-weight: 400;
    font-size: 4rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.red {
    color: #FF1934;
}

.gray {
    color: #A5A5A5;
}

.slider__arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 17rem;
    pointer-events: none;
}

.slider__arrows .slider__arrow {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.03);
    border: 0;
    padding: 0;
    margin: 0;
    transition: 320ms;
    pointer-events: auto;
}

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

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

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

.t-btn {
    display: inline-block;
    padding: 2.5rem 3.5rem;
    font-size: 1.8rem;
    font-weight: 400;
    border-radius: 3.6rem;
    color: #fff;
    min-width: 18.5rem;
    text-align: center;
    cursor: pointer;
    transition: 320ms;
}

@media screen and (min-width: 575px) {
    .t-btn:hover {
        transform: translateY(-0.5rem);
    }
}

.t-btn.red {
    background: #FF1934;
}

@media screen and (min-width: 575px) {
    .t-btn.gray {
        -webkit-backdrop-filter: blur(5rem);
        backdrop-filter: blur(5rem);
        box-shadow: inset 0 2px 4px 0 rgba(255, 255, 255, 0.16);
        background: url("../img/btn/gray.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 575px) {
    .t-btn.gray {
        border: 1px solid rgba(20, 34, 42, 0.15);
        color: #14222A;
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    position: relative;
    padding-left: 1.1rem;
}

ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7rem;
    background: #FF1934;
    width: 0.5rem;
    height: 0.5rem;
}

@media screen and (max-width: 575px) {
    ul li::before {
        display: none;
        top: -1.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

.frame {
    position: absolute;
    z-index: 20;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.frame.top {
    top: 0;
}

.frame.bottom {
    bottom: 0;
}

.frame.inverse {
    transform: scale(-1, -1);
}

.line-section {
    overflow: hidden;
    margin: 0 -1rem;
    display: none;
    position: relative;
    z-index: 10;
}

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

.line-section.right {
    margin-top: 0.5rem;
}

.line-section.right .line__box {
    -webkit-animation: marquee2 22s infinite linear;
    animation: marquee2 22s infinite linear;
    justify-content: flex-end;
}

.line__box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    -webkit-animation: marquee 22s infinite linear;
    animation: marquee 22s infinite linear;
}

.line__box .red {
    margin: 0 .5rem;
}

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

    100% {
        transform: translateX(-85.2rem);
    }
}

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

    100% {
        transform: translateX(-85.2rem);
    }
}

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

    100% {
        transform: translateX(102rem);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(102rem);
    }
}

.text-section {
    padding: 15rem 0 5rem;
}

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

.text-section .t-title {
    text-align: left;
}

.header {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    z-index: 31;
}

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

.header .header__inner {
    background: #fff;
    border-radius: 1.7rem;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 575px) {
    .header .header__inner {
        padding: 0.7rem .9rem;
        border-radius: 1rem;
    }
}

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

.header__logo .logo__img {
    display: block;
    width: 4.4rem;
    margin-right: 1rem;
}

@media screen and (max-width: 575px) {
    .header__logo .logo__img {
        width: 2.8rem;
        margin-right: 0.5rem;
    }
}

.header__logo .logo__title {
    text-transform: uppercase;
    font-family: 'Unbounded';
    color: #A5A5A5;
    font-size: 1.9rem;
}

@media screen and (max-width: 575px) {
    .header__logo .logo__title {
        font-size: 0.8rem;
    }
}

.header__logo .logo__title b {
    font-weight: 400;
}

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

.header__logo .logo__title span {
    color: #14222B;
}

@media screen and (max-width: 575px) {
    .header__logo .logo__title span {
        font-size: 1.2rem;
        display: block;
    }
}

.header__menu-btn {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    cursor: pointer;
    transition: 420ms;
    margin: 0;
    padding: 0;
    border: 0;
}

@media screen and (max-width: 575px) {
    .header__menu-btn {
        width: auto;
        height: auto;
        background: none;
    }
}

@media screen and (min-width: 575px) {
    .header__menu-btn:hover {
        background: #eaeaea;
    }
}

.header__menu-btn .img-svg {
    display: block;
    width: 2.2rem;
}

.header__menu-btn .img-svg path {
    fill: #14222A;
}

.header__menu-btn .close {
    display: none;
    height: 1.4rem;
    width: 2.2rem;
}

.header__menu-btn.active .close {
    display: block;
}

.header__menu-btn.active .open {
    display: none;
}

.header__menu {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    background: #fff;
    top: calc(100% - 1.5rem);
    padding: 3rem 10rem 3rem;
    border-radius: 0 0 3rem 3rem;
    display: none;
}

@media screen and (max-width: 575px) {
    .header__menu {
        top: calc(100% - 1rem);
        left: 1rem;
        right: 1rem;
        padding: 4rem 2rem 4rem;
    }
}

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

@media screen and (max-width: 575px) {
    .header__menu-list {
        flex-direction: column;
        justify-content: center;
    }
}

.header__menu-link {
    font-family: 'Unbounded';
    color: #000;
}

@media screen and (max-width: 575px) {
    .header__menu-link {
        text-align: center;
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }

    .header__menu-link:last-child {
        margin-bottom: 0;
    }
}

.header__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background: rgba(20, 34, 42, 0.37);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(20, 34, 42, 0.37);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

.overlay__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 5rem 0;
    overflow-y: auto;
}

@media screen and (max-width: 575px) {
    .overlay__inner {
        padding: 0;
    }
}

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

.modal__anketa {
    background: #FFFFFF;
    border-radius: 3rem;
    width: 45rem;
    text-align: center;
    padding: 3rem;
}

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

.modal__anketa .modal__close {
    display: none;
    margin: 0 auto 1.5rem;
    width: 2.5rem;
}

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

.modal__anketa .t-title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
}

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

.modal__anketa .t-title img {
    width: 3rem;
    margin-right: 0.7rem;
    margin-bottom: -0.3rem;
}

@media screen and (max-width: 575px) {
    .modal__anketa .t-title img {
        width: 2rem;
    }
}

.modal__anketa .t-btn {
    margin-top: 1rem;
    padding: 2.5rem;
    width: 100%;
}

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

.form__inner {
    display: block;
}

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

.input__title {
    text-align: left;
    margin: 2.5rem 0 1rem;
    font-size: 1.7rem;
}

@media screen and (max-width: 575px) {
    .input__title {
        font-size: 1.4rem;
        margin: 2rem 0 1rem;
    }
}

textarea {
    height: 12rem;
}

.t-input, .ui.selection.dropdown {
    display: block;
    width: 100%;
    border-radius: 2.5rem;
    padding: 2.5rem;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    transition: 320ms;
    background: rgba(217, 217, 217, 0.3);
    border: 0;
    outline: none;
    resize: none;
    color: #000;
}

@media screen and (max-width: 575px) {
    .t-input, .ui.selection.dropdown {
        border-radius: 3rem;
        font-size: 1.5rem;
        margin-bottom: .7rem;
    }
}

.t-input::-moz-placeholder, .ui.selection.dropdown::-moz-placeholder {
    color: rgba(42, 42, 42, 0.5);
}

.t-input:-ms-input-placeholder, .ui.selection.dropdown:-ms-input-placeholder {
    color: rgba(42, 42, 42, 0.5);
}

.t-input::placeholder, .ui.selection.dropdown::placeholder {
    color: rgba(42, 42, 42, 0.5);
}

.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
    color: #000;
}

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
    top: 2.2rem;
    right: 2.5rem;
}

.ui.selection.active.dropdown .menu {
    border: 0;
    border-radius: 0 0 2rem 2rem;
}

.ui.selection.active.dropdown.upward .menu {
    border-radius: 2rem 2rem 0 0;
}

@media screen and (max-width: 575px) {
    .ui.selection.dropdown .menu {
        max-height: 21rem;
    }
}

.ui.selection.dropdown .menu > .item {
    width: 100%;
    padding: 1.3rem 2.5rem !important;
    font-size: 1.7rem;
    background: rgba(217, 217, 217, 0.3);
    border: 0;
    outline: none;
    color: #000;
}

@media screen and (max-width: 575px) {
    .ui.selection.dropdown .menu > .item {
        font-size: 1.4rem;
        padding: 1rem 2.5rem !important;
    }
}

.ui.selection.dropdown .menu > .item:hover {
    background: rgba(217, 217, 217, 0.6);
}

.intro-section {
    padding: 15.5rem 0 9rem;
}

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

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

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

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

.intro__header-title {
    width: 72rem;
    flex-shrink: 0;
}

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

.intro__header-title .eyes {
    width: 2.6rem;
}

@media screen and (max-width: 575px) {
    .intro__header-title .eyes {
        width: 1.5rem;
        margin-bottom: -0.2rem;
    }
}

.intro__header-title .money {
    width: 4rem;
    margin-bottom: -0.6rem;
}

@media screen and (max-width: 575px) {
    .intro__header-title .money {
        width: 2rem;
        margin-bottom: -0.3rem;
    }
}

.intro__header-author {
    position: relative;
    padding-left: 9rem;
    margin-top: 1rem;
}

@media screen and (max-width: 575px) {
    .intro__header-author {
        margin: 1.8rem 0 1.4rem;
        padding: 0;
        text-align: center;
    }
}

.intro__header-author .author__img {
    position: absolute;
    width: 11.7rem;
    left: -3rem;
    top: -2rem;
}

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

.intro__header-author .author__text {
    line-height: 1.5;
    font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
    .intro__header-author .author__text {
        font-size: 1.6rem;
        line-height: 1.2;
    }
}

.intro__header-author .author__text b {
    font-weight: 600;
}

.intro__header-author .author__text .clock {
    width: 1.8rem;
    margin-right: 0.4rem;
    margin-bottom: -0.2rem;
}

@media screen and (max-width: 575px) {
    .intro__header-author .author__text .clock {
        width: 1.4rem;
    }
}

.intro__box {
    position: relative;
    margin: 4rem 0 0;
}

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

.intro__box .intro__video {
    width: 100%;
    height: 50rem;
    border-radius: 4rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center -5rem;
    object-position: center -5rem;
    background: #0A0B08;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .intro__box .intro__video {
        border-radius: 1.3rem;
        height: 39rem;
        -o-object-position: center top;
        object-position: center top;
    }
}

@media screen and (min-width: 575px) {
    .intro__box .intro__buttons {
        position: absolute;
        z-index: 22;
        top: 40.5rem;
        left: 11.5rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 575px) {
    .intro__box .intro__buttons {
        position: relative;
        z-index: 30;
        width: 26rem;
        margin: -3rem auto 0;
    }
}

@media screen and (max-width: 575px) {
    .intro__box .intro__buttons .t-btn {
        width: 100%;
    }
}

.intro__box .intro__buttons .t-btn.red {
    margin-right: 1.5rem;
}

@media screen and (max-width: 575px) {
    .intro__box .intro__buttons .t-btn.red {
        margin: 0 0 0.8rem;
    }
}

@media screen and (min-width: 575px) {
    .intro__box .intro__advantages {
        position: absolute;
        left: 81.5rem;
        top: 14rem;
        width: 26rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__box .intro__advantages {
        margin: 3.5rem 0 1.5rem;
    }
}

.intro__box .intro__advantages-item {
    margin-bottom: 3.5rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .intro__box .intro__advantages-item {
        color: #14222A;
        text-align: center;
    }
}

.intro__box .intro__advantages-item img {
    width: 2rem;
    margin-right: 0.5rem;
    margin-bottom: -0.3rem;
}

.intro__box .intro__advantages-item:last-child {
    margin-bottom: 0;
}

.intro__box .intro__person {
    display: none;
    position: absolute;
    width: 11.2rem;
    left: 8.5rem;
    top: -1rem;
    pointer-events: none;
}

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

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

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

.intro__parallax img {
    position: relative;
    max-width: none;
    width: 61rem;
    left: 40%;
    transform: translateX(-50%);
    transition: 530ms;
}

.resultat-section {
    padding: 0 0 9rem;
}

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

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

@media screen and (min-width: 575px) {
    .resultat-section .slider__arrows {
        position: absolute;
        width: 136rem;
        top: 21rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 575px) {
    .resultat-section .slider__arrows {
        display: flex;
        margin: 1rem auto 0;
        width: 14.5rem;
    }
}

.resultat__box {
    margin: 3.2rem -2rem 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .resultat__box {
        margin: 2rem 0 0;
        /* display: block; */
    }
}

.resultat__box .space {
    padding: 0 2rem;
}

@media screen and (max-width: 575px) {
    .resultat__box .space {
        width: auto;
        padding: 0 .5rem;
    }
}

.resultat__box .item {
    display: block;
    border-radius: 1.7rem;
    padding: 0.9rem;
    background: #fff;
}

@media screen and (max-width: 575px) {
    .resultat__box .item {
        padding: 0.4rem;
    }
}

.resultat__box .item .img {
    display: block;
    cursor: zoom-in;
    border-radius: 1.3rem;
    height: 34rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.itog-section {
    padding: 5rem 0 14rem;
}

@media screen and (max-width: 575px) {
    .itog-section {
        padding: 13rem 0 1rem;
        background-image: url("../img/itog/xs-bg.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center 17rem;
    }
}

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

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

.itog__left {
    width: 63.5rem;
}

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

.itog__left .t-title {
    margin-bottom: 4rem;
}

@media screen and (max-width: 575px) {
    .itog__left .t-title {
        margin-bottom: 2.5rem;
    }
}

.itog__left .t-title img {
    width: 4rem;
}

@media screen and (max-width: 575px) {
    .itog__left .t-title img {
        width: 2rem;
    }
}

.itog__left .subtitle {
    padding-right: 8rem;
    line-height: 1.45;
}

@media screen and (min-width: 575px) {
    .itog__left .subtitle {
        margin-bottom: 4rem;
    }
}

.itog__left .subtitle .red {
    margin-right: 0.5rem;
}

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

.itog__right {
    width: 52.5rem;
}

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

.itog__right .btn-center {
    margin: 2rem 0 4rem;
}

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

.itog__right-item {
    margin-bottom: 1.3rem;
    padding: 4rem 3.7rem;
    padding-right: 6rem;
    background: #fff;
    border-radius: 1.7rem;
}

@media screen and (max-width: 575px) {
    .itog__right-item {
        margin-bottom: 0.7rem;
        border-radius: 1.7rem;
        padding: 2rem;
        font-size: 1.8rem;
        text-align: center;
    }
}

.itog__right-item img {
    width: 2rem;
    margin-right: 0.5rem;
    margin-bottom: -0.4rem;
}

@media screen and (max-width: 575px) {
    .itog__right-item img {
        width: 1.5rem;
    }
}

.itog__right-item b {
    font-weight: 600;
}

.itog__right-item p {
    margin: 0 0 2rem;
}

.itog__right-item p:last-child {
    margin-bottom: 0;
}

.itog__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -12rem;
}

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

.itog__logo img {
    width: 11rem;
    margin-right: 2rem;
}

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

.itog__logo-text {
    font-size: 2.5rem;
    font-family: 'Unbounded';
    text-transform: uppercase;
}

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

.itog__logo-text span {
    display: block;
}

.itog__logo-text .gray {
    margin-left: 10rem;
}

@media screen and (max-width: 575px) {
    .itog__logo-text .gray {
        margin-left: 8.5rem;
    }
}

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

.info-section .t-title {
    margin-bottom: 2.5rem;
}

.tariff__subtitle {
    margin: 0 0 4rem;
    background: #fff;
    display: inline-block;
    padding: 1.5rem 4rem;
    border-radius: 6rem;
    font-size: 1.7rem;
}

@media screen and (max-width: 575px) {
    .info-section .t-title {
        margin-bottom: -5rem;
        position: relative;
        z-index: 4;
    }
    .tariff__subtitle {
        font-size: 1.1rem;
        margin: 0 0 0;
        background: none;
        color: #000;
        z-index: 4;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        top: 3.4rem;
        padding: 0;
        letter-spacing: -.03rem;
        opacity: .5;
        text-align: center;
    }
}

.info-section .slider__arrows {
    margin-left: 82rem;
}

@media screen and (max-width: 575px) {
    .info-section .slider__arrows {
        margin: -11rem auto 0;
        z-index: 8;
        position: relative;
        width: 14.5rem;
    }
}

@media screen and (max-width: 575px) {
    .info-section .slider__arrows .slider__arrow {
        box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    }
}

.program__box {
    position: relative;
}

@media screen and (min-width: 575px) {
    .program__slider {
        background-image: url("../img/info/pc-bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 575px) {
    .program__slider {
        background: #fff;
        border-radius: 1.3rem;
        padding-top: 13rem;
        padding-bottom: 12rem;
    }
}

@media screen and (max-width: 575px) {
    .program__slider .info__item-inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.program__number-slider, .info__item-number {
    position: absolute;
    background: #FF1934;
    border-radius: 1rem;
    padding-right: 2.5rem;
    left: 7rem;
    top: -1.5rem;
    width: 21rem;
    height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Unbounded';
    color: #fff;
}

.info__item-number {
    z-index: 20;
    padding: 0;
    font-size: 1.4rem;
}

@media screen and (max-width: 575px) {
    .program__number-slider, .info__item-number {
        z-index: 21;
        left: 50%;
        transform: translateX(-50%);
        top: 2rem;
        border-radius: 0.8rem;
        padding: 0;
        width: 8.5rem;
        height: 2.5rem;
        font-size: 1rem;
        text-align: center;
        white-space: nowrap;
    }
}

.program__number-slider.number2, .info__item-number.number2 {
    display: none;
    position: relative;
    top: auto;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 575px) {
    .program__number-slider.number2, .info__item-number.number2 {
        display: flex;
    }
}

@media screen and (max-width: 575px) {
    .program__number-slider {
        top: 9rem;
    }
}

.tariff__box {
    position: relative;
    margin-top: 6rem;
}

@media screen and (min-width: 575px) {
    .tariff__box .info__item {
        /* background-image: url("../img/info/pc-bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%; */

        background: #fff;
        border-radius: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .tariff__box .info__item {
        background: #fff;
        border-radius: 1.3rem;
    }
}

@media screen and (max-width: 575px) {
    .tariff__box .info__item-inner {
        padding-top: 6rem;
    }
}

.info__item {
    position: relative;
    z-index: 10;
}

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

.info__item-inner {
    padding: 7.5rem 7rem 5rem;
    padding-right: 4rem;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .info__item-inner {
        padding: 3rem 4rem 3rem;
    }
}

.info__item-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

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

@media screen and (max-width: 575px) {
    .info__item-column:first-child {
        padding-top: 0rem;
        margin-bottom: 4rem;
    }
    .info__item-column:nth-child(3) {
        margin-top: 4rem;
    }
}

@media screen and (min-width: 575px) {
    .info__item-column:first-child .t-btn {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .info__item-column:first-child {
        width: 22rem;
        flex-shrink: 0;
    }

    .info__item-column:first-child ul {
        padding-right: 1rem;
    }

    .info__item-column:first-child ul.bdr {
        border-right: 1px solid rgba(217, 217, 217, 0.4);
    }

    .info__item-column:nth-child(2) {
        padding-left: 5rem;
        padding-right: 3rem;
        width: 48rem;
        flex-shrink: 0;
    }
    .info__item-column:nth-child(3) {
        width: 41rem;
    }
    .info__item-column:nth-child(3) .info__item-price {
        margin-top: 4.6rem;
    }
}

.info__item-title {
    margin-bottom: 2.5rem;
    font-weight: 600;
    font-size: 2.8rem;
}

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

.info__item-subtitle {
    opacity: 0.6;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

.info__item ul li {
    margin-bottom: 1.9rem;
    font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
    .info__item ul li {
        font-size: 1.4rem;
        margin-bottom: 1.3rem;
        padding: 0;
    }
}

@media screen and (min-width: 575px) {
    .info__item ul li:last-child {
        margin-bottom: 0;
    }
}

.info__item ul li span {
    color: #A5A5A5;
}

.info__item-price {
    font-weight: 700;
    font-size: 1.8rem;
    margin-top: 3rem;
}

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

@media screen and (min-width: 575px) {
    .info__item .t-btn {
        position: absolute;
        bottom: 3rem;
        right: 15rem;
    }
}

@media screen and (max-width: 575px) {
    .info__item .t-btn {
        padding: 2rem 2.5rem;
        font-size: 1.4rem;
        margin-top: 2rem;
        white-space: nowrap;
    }
}

.tariff__description {
    margin-top: 6rem;
    opacity: 0.5;
    font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
    .tariff__description {
        margin-top: 2.5rem;
        opacity: 0.5;
        font-size: 1.4rem;
        width: 120%;
        margin-left: -10%;
    }
}

.faq-section {
    padding: 7rem 0 7.5rem;
}

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

.faq__box {
    margin: 3.2rem 0 0;
}

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

.faq__box .space {
    margin-bottom: 1.2rem;
}

@media screen and (max-width: 575px) {
    .faq__box .space {
        margin-bottom: 0.5rem;
    }
}

.faq__box .space:last-child {
    margin-bottom: 0;
}

.faq__item {
    border-radius: 5rem;
    background: rgba(20, 34, 42, 0.04);
    cursor: pointer;
    padding: 2rem 3.5rem;
    line-height: 1.2;
    transition: 420ms;
}

@media screen and (max-width: 575px) {
    .faq__item {
        border-radius: 1.3rem;
        padding: 1.3rem;
    }
}

.faq__item:hover {
    background: rgba(20, 34, 42, 0.1);
}

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

.faq__item-header .title {
    font-size: 2.8rem;
    font-weight: 600;
}

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

.faq__item-header .img-svg {
    width: 6.7rem;
    height: 6.7rem;
}

@media screen and (max-width: 575px) {
    .faq__item-header .img-svg {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.faq__item-content {
    font-size: 2.2rem;
    padding: 1rem 0 3rem;
    display: none;
}

@media screen and (max-width: 575px) {
    .faq__item-content {
        font-size: 1.4rem;
        padding: 1rem 0 1rem;
    }
}

.faq__item-content .content__box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .faq__item-content .content__box {
        display: block;
        padding-right: 2rem;
    }
}

.faq__item-content .title {
    color: #4B5B64;
    width: 10rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .faq__item-content .title {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

.faq__item.active {
    color: #fff;
    background: #14222A;
}

.faq__item.active .faq__item-header .img-svg {
    transform: rotate(180deg);
}

.faq__item.active .faq__item-header .img-svg path {
    fill: #fff;
}

.faq__item.active .faq__item-header .img-svg rect {
    stroke: #fff;
}

.trigger-section {
    padding-bottom: 6rem;
}

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

.trigger-section .btn-center {
    padding-right: 6rem;
}

@media screen and (max-width: 575px) {
    .trigger-section .btn-center {
        padding: 0 0 0;
    }
}

.trigger-section .t-title img {
    width: 4rem;
    margin-left: 1rem;
    margin-bottom: -0.5rem;
}

@media screen and (max-width: 575px) {
    .trigger-section .t-title img {
        width: 2rem;
        margin-left: 0.5rem;
    }
}

[data-aos][data-aos][data-aos-delay="6000"].aos-animate,
body[data-aos-delay="6000"] [data-aos].aos-animate {
    transition-delay: 6s;
}

.trigger__box {
    margin: 3.5rem 0 2rem;
    height: 46rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 5rem 0 0;
}

@media screen and (min-width: 575px) {
    .trigger__box {
        background: url("../img/trigger/pc-bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 575px) {
    .trigger__box {
        margin: 2rem 0 1rem;
        padding: 0 1rem 0;
        display: block;
        height: auto;
    }
}

.trigger__box-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
}

.trigger__box-active.left {
    background: url("../img/trigger/left.png");
    background-position: left;
}

.trigger__box-active.right {
    background: url("../img/trigger/right.png");
    background-position: right;
}

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

.trigger__box .trigger__column {
    width: 50%;
    padding: 0 2rem;
}

@media screen and (max-width: 575px) {
    .trigger__box .trigger__column {
        width: 100%;
        padding: 2rem 1rem;
        height: 20.5rem;
        border-radius: 1.5rem;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        padding-top: 7rem;
    }
}

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

@media screen and (max-width: 575px) {
    .trigger__box .trigger__left {
        margin-bottom: .5rem;
        background: url("../img/trigger/xs-bg1.jpg");
    }
}

.trigger__box .trigger__left .trigger__price.price1 {
    margin-right: 6rem;
}

@media screen and (max-width: 575px) {
    .trigger__box .trigger__left .trigger__price.price1 {
        margin-right: 4rem;
    }
}

.trigger__box .trigger__left .trigger__price.price3 {
    margin-right: 5rem;
}

@media screen and (max-width: 575px) {
    .trigger__box .trigger__left .trigger__price.price3 {
        margin-right: 3rem;
    }
}

.trigger__box .trigger__left .trigger__text {
    margin-right: 1.5rem;
}

.trigger__box .trigger__right {
    padding-left: 0;
}

@media screen and (max-width: 575px) {
    .trigger__box .trigger__right {
        padding-left: 1rem;
        background: url("../img/trigger/xs-bg2.jpg");
    }
}

.trigger__box .trigger__right .trigger__price {
    color: #2A2A2A;
}

.trigger__box .trigger__right .trigger__price.price1 {
    margin-left: 6rem;
}

@media screen and (max-width: 575px) {
    .trigger__box .trigger__right .trigger__price.price1 {
        margin-left: 3rem;
    }
}

.trigger__box .trigger__right .trigger__price.price3 {
    margin-left: 5rem;
}

@media screen and (max-width: 575px) {
    .trigger__box .trigger__right .trigger__price.price3 {
        margin-left: 3rem;
    }
}

.trigger__box .trigger__price {
    position: relative;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    border-radius: 3rem;
    -webkit-backdrop-filter: blur(1.4rem);
    backdrop-filter: blur(1.4rem);
    box-shadow: 0 32px 66px 0 rgba(255, 57, 223, 0.15);
    background: linear-gradient(146deg, #fbfbff 0%, rgba(255, 255, 255, 0.83) 100%);
    font-size: 2.5rem;
    color: #737373;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    margin-bottom: 1.1rem;
}

@media screen and (max-width: 575px) {
    .trigger__box .trigger__price {
        font-size: 1.6rem;
        padding: 0.7rem 1.1rem;
        margin-bottom: 0.7rem;
    }
}

.trigger__box .trigger__price .dot {
    margin-right: 1.2rem;
    background: #B6B6B6;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
}

@media screen and (max-width: 575px) {
    .trigger__box .trigger__price .dot {
        width: 0.9rem;
        height: 0.9rem;
        margin-right: 0.7rem;
    }
}

.trigger__box .trigger__price .dot.red {
    margin: 0;
    margin-left: 1.2rem;
    background: #FF1934;
}

@media screen and (max-width: 575px) {
    .trigger__box .trigger__price .dot.red {
        margin-left: 0.7rem;
    }
}

.trigger__box .trigger__price img {
    width: 2.5rem;
    margin-bottom: -0.2rem;
}

@media screen and (max-width: 575px) {
    .trigger__box .trigger__price img {
        width: 2rem;
    }
}

.trigger__box .trigger__text {
    margin-top: 4rem;
    position: relative;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    border-radius: 1.7rem;
    background: #FFFFFF;
    min-height: 9rem;
    padding: 1.8rem 2rem;
    font-size: 1.4rem;
    font-weight: 600;
}

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

.trigger__box .trigger__text img {
    width: 1.4rem;
    margin-right: 0.2rem;
}

.trigger__social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -6.5rem;
}

@media screen and (max-width: 575px) {
    .trigger__social {
        margin: 4rem 0;
        justify-content: center;
    }
}

.social__link {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 5.5rem;
    height: 5.5rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

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

.social__link .img-svg {
    width: 2.4rem;
}

.social__link:hover .img-svg path {
    fill: #000;
    fill-opacity: 1 !important;
}

.footer .footer__box {
    padding: 3.4rem 0;
    border-top: 1px solid rgba(17, 25, 37, 0.24);
}

@media screen and (max-width: 575px) {
    .footer .footer__box {
        border-top: 1px solid rgba(17, 25, 37, 0.15);
        padding: 2rem 0;
        text-align: center;
    }
}

.footer .footer__link {
    font-weight: 300;
    color: #111925;
    text-decoration: underline;
    opacity: 0.3;
    font-size: 1.6rem;
}

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

.footer .footer__link:hover {
    opacity: 0.7;
}

.story-section {
    position: relative;
}

.story__item {
    height: 46rem;
    position: relative;
    overflow: hidden;
    border-radius: 4rem;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 575px) {
    .story__item {
        border-radius: 1.3rem;
    }
}

.story__item.item1 {
    margin-bottom: 2.5rem;
    background-image: url("../img/story/1/pc-bg.jpg");
    padding: 8.5rem 10.5rem 0;
}

@media screen and (max-width: 575px) {
    .story__item.item1 {
        padding: 3rem 1rem 26rem;
        height: auto;
        background-image: url("../img/story/1/xs-bg.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }

    .story__item.item1 br {
        display: none;
    }
}

.story__item.item1 .text {
    width: 41rem;
}

@media screen and (max-width: 575px) {
    .story__item.item1 .text {
        width: 100%;
        text-align: center;
    }
}

.story__item.item1 .text img {
    width: 2rem;
    margin-right: 0.5rem;
}

@media screen and (max-width: 575px) {
    .story__item.item1 .text img {
        width: 1.5rem;
    }
}

.story__item.item1 .text p {
    margin: 0 0 4rem;
}

@media screen and (max-width: 575px) {
    .story__item.item1 .text p {
        margin-bottom: 3rem;
    }
}

.story__item.item1 .text p:last-child {
    margin-bottom: 0 !important;
}

.story__item.item1 .left {
    width: 2.2rem;
    position: absolute;
    left: 3.4rem;
    bottom: 5.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.story__item.item1 .money {
    position: absolute;
    top: -15rem;
    right: -20rem;
    width: 86.3rem;
    z-index: 5;
}

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

.story__item.item1 .parallax1 {
    position: absolute;
    top: -8rem;
    left: 35rem;
    width: 58rem;
    z-index: 6;
}

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

.story__item.item1 .parallax2 {
    position: absolute;
    top: -12rem;
    left: 85rem;
    width: 48rem;
    z-index: 4;
}

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

.story__item.item1 .story__price {
    position: absolute;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    border-radius: 3rem;
    -webkit-backdrop-filter: blur(1.4rem);
    backdrop-filter: blur(1.4rem);
    box-shadow: 0 32px 66px 0 rgba(255, 57, 223, 0.15);
    background: linear-gradient(146deg, #fbfbff 0%, rgba(255, 255, 255, 0.83) 100%);
    font-size: 2.5rem;
    color: #2A2A2A;
    font-weight: 600;
    padding: 1.2rem 2rem;
    margin-bottom: 1.1rem;
}

@media screen and (max-width: 575px) {
    .story__item.item1 .story__price {
        margin: 0;
        font-size: 1.65rem;
        padding: 0.6rem 1rem;
    }
}

.story__item.item1 .story__price.price1 {
    top: 28rem;
    left: 83rem;
}

@media screen and (max-width: 575px) {
    .story__item.item1 .story__price.price1 {
        left: 14.5rem;
        bottom: 6.5rem;
        top: auto;
    }
}

.story__item.item1 .story__price.price2 {
    top: 34rem;
    left: 66rem;
}

@media screen and (max-width: 575px) {
    .story__item.item1 .story__price.price2 {
        left: 5.5rem;
        bottom: 2rem;
        top: auto;
    }
}

.story__item.item1 .story__price.price3 {
    top: 35rem;
    left: 89rem;
}

@media screen and (max-width: 575px) {
    .story__item.item1 .story__price.price3 {
        left: 18rem;
        bottom: 1.5rem;
        top: auto;
    }
}

.story__item.item1 .story__price .dot {
    margin-right: 1.2rem;
    background: #FF1934;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
}

@media screen and (max-width: 575px) {
    .story__item.item1 .story__price .dot {
        width: 0.9rem;
        height: 0.9rem;
        margin-right: 0.7rem;
    }
}

.story__item.item2 {
    margin-bottom: 5.5rem;
    background-image: url("../img/story/2/pc-bg.jpg");
    padding: 5.5rem 5rem 0;
}

@media screen and (max-width: 575px) {
    .story__item.item2 {
        padding: 2.4rem 1rem 0;
        margin-bottom: 4.5rem;
        height: 36rem;
        background-image: url("../img/story/2/xs-bg.jpg");
    }
}

.story__item.item2 .t-title img {
    width: 4rem;
    margin-right: 1rem;
}

@media screen and (max-width: 575px) {
    .story__item.item2 .t-title img {
        width: 2rem;
        margin-right: 0.5rem;
    }
}

.story__item.item2 .author {
    width: 17.5rem;
    position: absolute;
    top: 25rem;
    left: 3rem;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .story__item.item2 .author {
        width: 10.5rem;
        top: 7rem;
        left: 9rem;
    }
}

.story__item.item2 .logo {
    width: 24.5rem;
    position: absolute;
    top: 21.5rem;
    left: 24rem;
    z-index: 21;
}

@media screen and (max-width: 575px) {
    .story__item.item2 .logo {
        width: 8rem;
        left: 19rem;
        bottom: 4.5rem;
        top: auto;
    }
}

.story__item.item2 .phone {
    width: 54.5rem;
    position: absolute;
    top: -4rem;
    left: 50rem;
}

@media screen and (max-width: 575px) {
    .story__item.item2 .phone {
        width: 38.5rem;
        top: 13rem;
        left: -3rem;
        transform: none !important;
        opacity: 1 !important;
    }
}

.story__item.item2 .parallax1 {
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 59rem;
    z-index: 6;
}

@media screen and (min-width: 575px) {
    .story__item.item2 .parallax1 img {
        border-radius: 0 0 4rem 0;
    }
}

@media screen and (max-width: 575px) {
    .story__item.item2 .parallax1 {
        bottom: -12rem;
        left: -67rem;
        width: 85rem;
    }
}

.story__item.item2 .frame {
    bottom: -2px;
    left: -2px;
    width: calc(100% + 4px);
}

.story__mini {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 600;
    position: relative;
}

@media screen and (max-width: 575px) {
    .story__mini {
        display: block;
        text-align: center;
    }
}

.story__mini .slash {
    color: #D9D9D9;
    margin: 0 3rem;
}

@media screen and (max-width: 575px) {
    .story__mini .slash {
        margin: 1rem 0;
    }
}

.story__mini .line {
    position: absolute;
    width: 15rem;
    left: 5rem;
    top: -15.4rem;
    z-index: 99;
}

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

.story__mini .title img {
    width: 2.4rem;
    margin-bottom: -0.4rem;
}

.story__item.item3 {
    margin: 7rem 0 1.5rem;
    background-image: url("../img/story/3/pc-bg.jpg");
    padding: 27rem 0 0;
    padding-left: 55rem;
}

@media screen and (max-width: 575px) {
    .story__item.item3 {
        height: 53rem;
        margin: 4rem 0 0;
        padding: 36rem 1rem 0;
        background-image: url("../img/story/3/xs-bg.jpg");
    }
}

.story__item.item3 .t-title {
    color: #fff;
    z-index: 7;
}

.story__item.item3 .t-title img {
    width: 4rem;
    margin-right: 1rem;
    margin-bottom: -0.5rem;
}

@media screen and (max-width: 575px) {
    .story__item.item3 .t-title img {
        width: 2rem;
    }
}

.story__item.item3 .person {
    position: absolute;
    left: 8.5rem;
    top: -14rem;
    width: 44.4rem;
}

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

.story__item.item3 .parallax1 {
    position: absolute;
    bottom: -11rem;
    left: -11rem;
    width: 89rem;
    z-index: 6;
}

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

.story__item.item3 .parallax2 {
    position: absolute;
    top: -2rem;
    right: -12rem;
    width: 89rem;
    z-index: 6;
}

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

.story__item.item3 .left {
    position: absolute;
    width: 15.5rem;
    left: 0;
    top: 0;
}

.story__item.item3 .right {
    position: absolute;
    width: 13.5rem;
    right: 0;
    top: 0;
}

.story__item.item4 {
    margin: 0 0 6.5rem;
    background-image: url("../img/story/4/pc-bg.png");
    padding: 4.5rem 3.5rem 0;
}

@media screen and (max-width: 575px) {
    .story__item.item4 {
        margin: 0 -1rem 0;
        padding: 2.5rem 0 0;
        background: none !important;
        height: auto;
    }
}

.story__item.item4 .person {
    position: absolute;
    left: 8.5rem;
    top: -14rem;
    width: 44.4rem;
}

.story__item.item4 .story__item-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 19rem;
}

@media screen and (max-width: 575px) {
    .story__item.item4 .story__item-header {
        display: block;
        height: auto;
        text-align: center;
        padding: 0 2.5rem;
    }
}

.story__item.item4 .story__item-header ul:nth-child(1) {
    flex-shrink: 0;
    width: 57rem;
}

@media screen and (max-width: 575px) {
    .story__item.item4 .story__item-header ul:nth-child(1) li:first-child::before {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .story__item.item4 .story__item-header ul:nth-child(1) {
        width: 100%;
    }
}

.story__item.item4 ul li {
    margin-bottom: 2.5rem;
    padding-left: 1.5rem;
}

@media screen and (max-width: 575px) {
    .story__item.item4 ul li {
        padding: 0;
    }
}

@media screen and (min-width: 575px) {
    .story__item.item4 ul li:last-child {
        margin-bottom: 0;
    }
}

.story__item.item4 ul li::before {
    display: block;
    border-radius: 50%;
    width: 0.7rem;
    height: 0.7rem;
}

@media screen and (max-width: 575px) {
    .story__item.item4 ul li::before {
        width: 0.6rem;
        height: 0.6rem;
    }
}

.story__item.item4 ul li img {
    width: 2.4rem;
    margin-bottom: -0.3rem;
}

@media screen and (max-width: 575px) {
    .story__item.item4 ul li img {
        width: 2rem;
    }
}

.story__item.item4 .story__item-footer {
    position: relative;
}

.story__item.item4 .story__item-footer .t-title {
    font-size: 2.4rem;
    color: #fff;
    padding-top: 7rem;
    font-weight: 100;
}

@media screen and (max-width: 575px) {
    .story__item.item4 .story__item-footer .t-title {
        color: #14222A;
        padding-top: 2rem;
    }
}

.story__item.item4 .story__item-footer .t-title b {
    font-weight: 400;
}

.story__item.item4 .story__item-footer .t-title span {
    font-weight: 400;
    margin-left: 4rem;
    margin-right: 3rem;
}

@media screen and (max-width: 575px) {
    .story__item.item4 .story__item-footer .t-title span {
        display: block;
        margin: .5rem auto;
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 575px) {
    .story__item.item4 .story__item-footer .text {
        position: absolute;
        right: 11rem;
        top: 5rem;
    }
}

@media screen and (max-width: 575px) {
    .story__item.item4 .story__item-footer .text {
        position: relative;
        margin-top: -2rem;
    }
}

.story__item.item4 .story__item-footer .text .text-svg {
    width: 28rem;
}

@media screen and (max-width: 575px) {
    .story__item.item4 .story__item-footer .text .text-svg {
        width: 100%;
    }
}

.story__item.item4 .story__item-footer .text .emoji {
    position: absolute;
    width: 8rem;
    right: 9.5rem;
    top: -2rem;
}

@media screen and (max-width: 575px) {
    .story__item.item4 .story__item-footer .text .emoji {
        width: 9rem;
        right: 9.5rem;
        top: 3rem;
    }
}

.story__item.item4 .story__item-footer .line {
    position: absolute;
    width: 9.6rem;
    left: 58rem;
    top: 9rem;
}

.pack-section .bg-text {
    position: absolute;
    left: 1.5rem;
    top: 1rem;
    width: 53.5rem;
}

@media screen and (max-width: 575px) {
    .pack-section .bg-text {
        display: none;
    }
}

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

@media screen and (max-width: 575px) {
    .pack__box {
        display: block;
        background: #FFFFFF;
        border-radius: 1.3rem;
        padding: 2.2rem 1rem 0;
    }
}

.pack__box-left .t-title img {
    width: 4rem;
}

@media screen and (max-width: 575px) {
    .pack__box-left .t-title img {
        width: 2rem;
    }
}

.pack__box-right {
    width: 60.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .pack__box-right {
        display: block;
        width: 100%;
        margin: 0 0 -3.5rem;
    }
}

.ez__box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 6.5rem 0 0;
}

@media screen and (max-width: 575px) {
    .ez__box {
        font-size: 1.5rem;
        margin: 2rem 0;
        justify-content: center;
    }
}

.ez__box img {
    width: 11rem;
    margin-right: 1.7rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .ez__box img {
        width: 8rem;
        margin-right: 1.2rem;
    }
}

.pack__item {
    border-radius: 1.7rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 22rem;
    width: 49%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 2.5rem;
    color: #fff;
    font-size: 1.6rem;
}

@media screen and (max-width: 575px) {
    .pack__item {
        width: 100%;
        height: 20.5rem;
        margin-bottom: 1rem;
        padding: 1.5rem 2.2rem;
    }

    .pack__item:last-child {
        margin-bottom: 0;
    }
}

.pack__item .text img {
    width: 2rem;
    margin-bottom: -0.5rem;
    margin-right: 0.4rem;
}

.pack__item .text p {
    margin: 0 0 2rem;
}

.pack__item .text p b {
    font-weight: 600;
}

.pack__item .text p:last-child {
    margin-bottom: 0;
}

.reviews-section {
    padding: 9rem 0 0;
}

.reviews-section .slider__arrows {
    width: 14.5rem;
    position: absolute;
    z-index: 5;
    left: 58rem;
    top: 32rem;
}

@media screen and (max-width: 575px) {
    .reviews-section .slider__arrows {
        top: auto;
        bottom: -8rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

.reviews-section .slider__arrows .slider__arrow {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.reviews__box {
    height: 46rem;
    background-image: url("../img/reviews/pc-bg.png");
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    padding-top: 12rem;
    padding-left: 57rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .reviews__box {
        height: 53.5rem;
        padding: 3.2rem 1rem 0;
        background-image: url("../img/reviews/xs-bg.jpg");
        border-radius: 1.3rem;
    }
}

.reviews__box-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/reviews/pc-bg-active.png");
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

@media screen and (max-width: 575px) {
    .reviews__box-active {
        background-image: url("../img/reviews/xs-bg-active.jpg");
        border-radius: 1.3rem;
    }
}

.reviews__box .subtitle {
    margin: 2rem 0 5.5rem;
    position: relative;
    z-index: 5;
}

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

.reviews__box .subtitle img {
    width: 2rem;
    margin-bottom: -0.3rem;
    margin-right: 0.4rem;
}

.reviews__box .reviews__phone {
    width: 64.4rem;
    position: absolute;
    bottom: 0;
    left: 1.5rem;
}

@media screen and (max-width: 575px) {
    .reviews__box .reviews__phone {
        width: 40rem;
        bottom: -2px;
        left: -3.5rem;
        max-width: none;
        width: 100%;
        height: 50rem;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: 40rem auto;
        background-repeat: no-repeat;
        background-position: -2.5rem bottom;
        border-radius: 1.3rem;
    }
}

.reviews__box .reviews__slider {
    position: absolute;
    left: 16rem;
    top: 12.5rem;
    width: 28rem;
}

@media screen and (max-width: 575px) {
    .reviews__box .reviews__slider {
        top: 32rem;
        left: 7.2rem;
        width: 16rem;
    }
}

.reviews__box .reviews__slider .space {
    padding: 0 2rem;
}

@media screen and (max-width: 575px) {
    .reviews__box .reviews__slider .space {
        padding: 0;
    }
}

.reviews__box .reviews__slider .space img {
    display: block;
}

.thanks-section {
    padding: 13.5rem 0 9rem;
}

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

.thanks-section .intro__box {
    margin: 0;
}

.thanks-section .intro__text {
    position: absolute;
    top: 3.5rem;
    left: 7rem;
    z-index: 20;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .thanks-section .intro__text {
        top: 2.5rem;
        left: 2rem;
        text-align: left;
    }
}

.thanks-section .subtitle {
    margin: 4rem 0 0;
    font-size: 2.6rem;
}

@media screen and (max-width: 575px) {
    .thanks-section .subtitle {
        font-size: 1.3rem;
        text-align: left;
        margin-top: 2rem;
    }
}

@media screen and (min-width: 575px) {
    .thanks-section .intro__buttons {
        left: 20.5rem;
    }

    .thanks-section .intro__buttons .t-btn {
        width: 26rem;
    }
}



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

.header__description {
    font-size: 1.5rem;
    margin-left: 1rem;
}
.header__description span {
    margin-right: 1rem;
}


.intro__subtitle {
    display: none;
    text-align: center;
    font-size: 1.3rem;
    opacity: 0.7;
    margin-bottom: 1.5rem;
}

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

