@font-face {
  font-family: 'High Sans';
  src: url('../fonts/high_sans_serif_7.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'PFScandalPro';
  src: url('../fonts/PFScandalPro-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  background: #151515;
  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.087vw;
  height: 100%;
}

body {
  background: #151515;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 575px) {
  body {
    font-size: 1.5rem;
  }
}
.my-body-noscroll-class {
  overflow: hidden;
}

.my-body-noscroll-class body {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a,
button,
.img-svg {
  outline: none;
  border: 0;
  cursor: pointer;
  background: none;
  transition: 320ms;
  text-decoration: none;
}

.img-svg path,
.img-svg line,
.img-svg circle {
  transition: 320ms;
}

/* Bootstrap 4 */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  html {
    font-size: 0.52vw;
  }

  .container {
    max-width: 123rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 575px) {
  .xs {
    display: none !important;
  }
}
.t-btn {
  position: relative;
  overflow: hidden;
  border-radius: 1.3rem;
}

.t-btn:after {
  content: '';
  top: -50%;
  right: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(
    to bottom,
    rgba(229, 172, 142, 0),
    rgba(255, 255, 255, 0.7) 50%,
    rgba(229, 172, 142, 0)
  );
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  opacity: 0;
  position: absolute;
  z-index: 3;
  -webkit-animation: sheens 6s infinite;
  animation: sheens 6s infinite;
}

@-webkit-keyframes sheens {
  0%,
  79% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateZ(60deg) translate(1em, -11em);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
@keyframes sheens {
  0%,
  79% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateZ(60deg) translate(1em, -11em);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
.slick-slide {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

section {
  position: relative;
  z-index: 5;
}

.container {
  position: relative;
  z-index: 5;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 192rem auto;
  background-position: center top;
}

@media screen and (max-width: 575px) {
  .section__bg {
    background-size: 48rem auto;
  }
}
@media screen and (max-width: 575px) {
  .section__bg.pc {
    display: none;
  }
}
@media screen and (min-width: 575px) {
  .section__bg.xs {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 575px) {
  .xs {
    display: none;
  }
}
.top-title {
  color: #e29e71;
  font-family: 'PFScandalPro';
  font-weight: 400;
  font-size: 5.3rem;
  line-height: 0.7;
  letter-spacing: -0.3rem;
  line-height: 0.3;
}

@media screen and (max-width: 575px) {
  .top-title {
    font-size: 4.5rem;
  }
}
.t-title {
  font-size: 18.3rem;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'High Sans';
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.4rem;
}

@media screen and (max-width: 575px) {
  .t-title {
    font-size: 11.2rem;
    letter-spacing: -0.2rem;
  }
}
.t-btn {
  width: 37rem;
  height: 11rem;
  background: url('../img/btn-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #594c1e;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Gotham';
  cursor: pointer;
  transition: 320ms;
}

.t-btn.black {
  background: url('../img/btn-black-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ecc457;
}

@media screen and (max-width: 575px) {
  .t-btn {
    width: 33.7rem;
    height: 10rem;
    font-size: 1.5rem;
    letter-spacing: normal;
  }
}
.t-btn:hover {
  transform: scale(1.03);
}

.red {
  color: #c31f1a;
}

.yellow {
  color: #e5b52f !important;
}

@-webkit-keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fly1 {
  position: absolute;
  -webkit-animation: animate_leaf1 4s infinite;
  animation: animate_leaf1 4s infinite;
  pointer-events: none;
}

.fly2 {
  position: absolute;
  -webkit-animation: animate_leaf2 4s infinite;
  animation: animate_leaf2 4s infinite;
  pointer-events: none;
}

@-webkit-keyframes animate_leaf1 {
  0% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(2rem) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(1deg);
  }
}
@keyframes animate_leaf1 {
  0% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(2rem) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(1deg);
  }
}
@-webkit-keyframes animate_leaf2 {
  0% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-2rem) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(1deg);
  }
}
@keyframes animate_leaf2 {
  0% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-2rem) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(1deg);
  }
}
@media screen and (max-width: 575px) {
  .pcanim {
    opacity: 1 !important;
    transform: none !important;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #000;
  opacity: 0.7;
}

.modal {
  position: relative;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.modal[data-modal='video'] {
  padding: 0;
  width: auto;
}

@media screen and (max-width: 575px) {
  .modal[data-modal='video'] {
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal[data-modal='video'] .video-content {
  width: 800px;
  height: 450px;
  background: #0c0b12;
  max-width: 100%;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .modal[data-modal='video'] .video-content {
    width: 70vw;
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .modal[data-modal='video'] .video-content {
    width: 56vw;
    height: 36vw;
  }
}
@media screen and (max-width: 570px) {
  .modal[data-modal='video'] .video-content {
    width: 39rem;
    height: 60rem;
  }
}
.modal[data-modal='video'] iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
}

.modal[data-modal='video'] .modal__close {
  position: absolute;
  right: 0;
  top: -45px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0c0b12;
  cursor: pointer;
}

.modal[data-modal='video'] .modal__close .img-svg {
  width: 20px;
  height: 20px;
}

.modal[data-modal='video'] .modal__close .img-svg path {
  fill: #777777;
}

.modal[data-modal='video'] .modal__close:hover .img-svg path {
  fill: #fff;
}

.intro-section {
  height: 86.2rem;
}

@media screen and (max-width: 575px) {
  .intro-section {
    height: 97.8rem;
  }
}
.intro-section .card {
  width: 30.6rem;
  top: -16rem;
  left: -34rem;
}

.intro-section .money-left {
  width: 39rem;
  left: -35rem;
  top: 36rem;
}

.intro-section .coin {
  width: 40rem;
  right: -52rem;
  top: -7rem;
}

@media screen and (max-width: 575px) {
  .intro-section .coin {
    width: 16rem;
    right: -5rem;
    top: 50rem;
  }
}
.intro-section .money-right {
  width: 25rem;
  top: 45rem;
  right: -34rem;
}

.intro-section .money-left-xs {
  width: 12.5rem;
  left: 0;
  top: 34rem;
}

.intro-section .money-right-xs {
  width: 11rem;
  right: 0;
  top: 5rem;
}

.intro__toptitle {
  width: 111rem;
  padding-top: 8.5rem;
  margin: 0 auto 38.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e29e71;
  font-family: 'PFScandalPro';
  font-size: 8.8rem;
  line-height: 0.7;
  letter-spacing: -0.3rem;
  text-shadow: 0 19px 10px rgba(0, 0, 0, 0.55);
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 575px) {
  .intro__toptitle {
    width: 100%;
    padding-top: 0;
    margin-bottom: -1rem;
    justify-content: center;
    font-size: 5.9rem;
  }

  .intro__toptitle .right {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .intro__title {
    margin-top: -6rem;
    font-size: 24.2rem;
    line-height: 1;
    font-family: 'High Sans';
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(90deg, #656565 0%, #fff 28.84%, #fff 71.39%, #676767 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: inset -3px 2px 5px 0 rgba(255, 255, 255, 0.25);
  }
}
.intro__subtitle {
  width: 111rem;
  margin-left: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4rem;
  opacity: 0.6;
}

@media screen and (max-width: 575px) {
  .intro__subtitle {
    text-align: center;
    letter-spacing: -0.02rem;
    font-size: 1.4rem;
    line-height: 1.1;
    width: 21rem;
    padding-top: 3.5rem;
    margin: 0 auto 2.5rem;
    justify-content: center;
  }
}
.intro__subtitle span {
  background: linear-gradient(
    60deg,
    rgba(233, 184, 151, 0) -40%,
    #e9b897 48.09%,
    #e9b897 72.21%,
    rgba(233, 184, 151, 0) 140%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
  .intro__subtitle span {
    background: linear-gradient(
      60deg,
      rgba(233, 184, 151, 0) -40%,
      #e9b897 48.09%,
      #e9b897 72.21%,
      rgba(233, 184, 151, 0) 140%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.6;
  }
}
.intro__footer {
  margin: 6rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .intro__footer {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 38rem;
  }
}
.intro__footer-btn {
  position: relative;
}

.intro__footer-btn .btn-warning {
  font-size: 1.355rem;
  border-radius: 1rem;
  box-shadow: 0 17px 13px -10px rgba(0, 0, 0, 0.25);
  background: linear-gradient(138deg, #e13530 0%, #cc221d 100%);
  transform: rotate(-3deg);
  padding: 0.5rem 1.5rem 0.7rem;
  position: absolute;
  left: 8rem;
  top: -1.5rem;
  z-index: 10;
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .intro__footer-btn .btn-warning {
    left: 6.5rem;
  }
}
.intro__footer-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 46rem;
  font-size: 2.15rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 575px) {
  .intro__footer-info {
    font-size: 1.76rem;
    width: 34rem;
    margin-top: 2rem;
  }
}
.intro__footer-info img {
  width: 8rem;
  margin-right: 2.3rem;
}

@media screen and (max-width: 575px) {
  .intro__footer-info img {
    width: 4.6rem;
    margin-right: 1.2rem;
  }
}
.for-section {
  height: 127.5rem;
}

@media screen and (max-width: 575px) {
  .for-section {
    height: auto;
    padding-top: 3rem;
  }
}
.for-section .coin {
  width: 32rem;
  left: -47rem;
  top: -7rem;
}

.for-section .coin-right {
  width: 18.5rem;
  top: 67rem;
  right: -3rem;
}

.for-section .money-left-xs {
  width: 11rem;
  position: absolute;
  left: 0;
  top: 26rem;
}

.for-section .money-right-xs {
  position: absolute;
  width: 12rem;
  right: 0;
  top: 67rem;
}

.for-section .money-left-xs2 {
  width: 16.5rem;
  position: absolute;
  left: 0;
  top: 116rem;
}

.for__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .for__header {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .for__header-left {
    text-align: center;
  }
}
@media screen and (min-width: 575px) {
  .for__header-left .t-title span {
    color: #676767;
  }
}
.for__header-right {
  padding: 4.5rem 6.5rem;
  color: #939393;
  background: url('../img/for/header-right-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 54.5rem;
  height: 16.5rem;
}

@media screen and (max-width: 575px) {
  .for__header-right {
    margin-top: 1.5rem;
    margin-left: 5rem;
    width: 33.6rem;
    height: 19rem;
    padding: 4rem 4rem 0 6rem;
    background: url('../img/for/header-right-bg-xs.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.for__header-right b {
  color: #fff;
}

.for__phone {
  position: absolute;
  width: 34rem;
  top: 35rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-left: 0.5rem;
}

@media screen and (max-width: 575px) {
  .for__phone {
    top: 137rem;
    width: 100%;
    left: 0;
    transform: none;
    padding-left: 0;
    padding-right: 1.4rem;
  }
}
.for__phone-money {
  font-weight: 600;
  color: #dad8d6;
  font-size: 4.4rem;
}

@media screen and (max-width: 575px) {
  .for__phone-money {
    font-size: 3.3rem;
  }
}
.for__phone-text {
  margin-top: 12rem;
  width: 28rem;
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .for__phone-text {
    width: 23.3rem;
    margin: 8.5rem auto 0;
  }
}
.for__box {
  margin: 29rem auto 5.5rem;
  width: 107rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .for__box {
    display: block;
    width: 100%;
    margin: 7rem 0 55rem;
  }
}
.for__box-item {
  width: 28rem;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .for__box-item {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .for__box-item.item1 {
    margin-bottom: 6rem;
  }

  .for__box-item.item1 .subtitle {
    width: 23.5rem;
  }
}
.for__box-item .img {
  display: none;
}

@media screen and (max-width: 575px) {
  .for__box-item .img {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.for__box-item .img .center {
  width: 20rem;
  flex-shrink: 0;
}

.for__box-item .img .left,
.for__box-item .img .right {
  flex-shrink: 0;
  width: 12.3rem;
}

.for__box-item .title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 575px) {
  .for__box-item .title {
    width: 27.5rem;
    margin: 2.5rem auto 1.5rem;
    font-size: 1.8rem;
  }
}
.for__box-item .subtitle {
  font-size: 1.6rem;
  color: #bfbfbf;
}

@media screen and (max-width: 575px) {
  .for__box-item .subtitle {
    width: 24rem;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
.for__box-item .subtitle b {
  color: #fff;
}

.for__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .for__footer {
    display: block;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}
.for__footer .double__arrow {
  display: none;
}

@media screen and (max-width: 575px) {
  .for__footer .double__arrow {
    display: block;
    text-align: center;
    padding: 2.5rem 0;
  }

  .for__footer .double__arrow img {
    width: 26.5rem;
  }
}
.for__footer-item {
  width: 58.1rem;
  height: 26.5rem;
  border-radius: 1rem;
  padding: 4rem 5rem;
  position: relative;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 575px) {
  .for__footer-item {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding-left: 6rem;
  }
}
.for__footer-item .title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 575px) {
  .for__footer-item .title {
    font-size: 1.8rem;
  }
}
.for__footer-item .title img {
  width: 2.7rem;
  margin-left: 1rem;
}

.for__footer-item .subtitle {
  font-size: 1.6rem;
  width: 25rem;
  color: #e4a9a7;
}

@media screen and (max-width: 575px) {
  .for__footer-item .subtitle {
    font-size: 1.4rem;
    width: 19.5rem;
    line-height: 1.4;
  }
}
.for__footer-item .subtitle b {
  font-weight: 600;
  color: #fff;
}

.for__footer-item.item1 {
  background: url('../img/for/for__footer-item1-bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .for__footer-item.item1 {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.for__footer-item.item1 .cards {
  position: absolute;
  width: 28.3rem;
  right: -2rem;
  top: -3rem;
}

@media screen and (max-width: 575px) {
  .for__footer-item.item1 .cards {
    right: -3rem;
  }
}
.for__footer-item.item1 .reload {
  position: absolute;
  width: 4.3rem;
  right: 11rem;
  top: 3rem;
  z-index: 5;
  -webkit-animation: rotate2 5s infinite linear;
  animation: rotate2 5s infinite linear;
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .for__footer-item.item1 .reload {
    right: 10rem;
  }
}
.for__footer-item.item1 .notification {
  position: absolute;
  width: 21.5rem;
  right: 2.4rem;
  bottom: 2rem;
}

@media screen and (max-width: 575px) {
  .for__footer-item.item1 .notification {
    width: 18.5rem;
    right: 1.4rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .for__footer-item.item1 .title {
    width: 12rem;
  }
}
.for__footer-item.item2 {
  background: url('../img/for/for__footer-item2-bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #2f260d;
}

@media screen and (max-width: 575px) {
  .for__footer-item.item2 {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.for__footer-item.item2 .subtitle {
  color: #746733;
}

.for__footer-item.item2 .subtitle b {
  color: #000000;
}

.tariff-section {
  text-align: center;
  padding-bottom: 7rem;
}

@media screen and (max-width: 575px) {
  .tariff-section {
    padding-top: 21rem;
  }
}
.tariff-section .card-left {
  width: 34rem;
  top: 8rem;
  left: -34rem;
}

.tariff-section .card-right {
  width: 24rem;
  top: 35rem;
  right: -34rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .card-right {
    width: 13rem;
    top: 78rem;
    right: -6rem;
  }
}
.tariff-section .coin {
  width: 37rem;
  top: -15rem;
  left: -5rem;
}

@media screen and (max-width: 575px) {
  .tariff-section .coin {
    width: 21rem;
    top: -16rem;
    left: -7rem;
  }
}
@media screen and (max-width: 575px) {
  .tariff-section .container {
    padding: 0;
    background: #000000;
    border-radius: 3.3rem;
    width: 36rem;
    padding: 2.5rem 2rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.tariff__title {
  position: relative;
}

@media screen and (max-width: 575px) {
  .tariff__title {
    order: 0;
  }
}
.count {
  font-size: 1.35rem;
  border-radius: 1rem;
  box-shadow: 0 17px 13px -10px rgba(0, 0, 0, 0.25);
  background: linear-gradient(138deg, #e13530 0%, #cc221d 100%);
  transform: rotate(-3deg);
  padding: 0.5rem 1.5rem 0.7rem;
  position: absolute;
  left: 10rem;
  top: -1.5rem;
  z-index: 10;
  pointer-events: none;
  color: #e3a1a1;
}

@media screen and (max-width: 575px) {
  .count {
    border-radius: 0.5rem;
    left: 11rem;
    top: -1.5rem;
  }
}
.count b {
  color: #fff;
}

/*  */
.tariff__box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 575px) {
  .tariff__box {
    display: block;
    margin-top: 3rem;
  }
}

.tariff__item {
  margin: 0 2rem;
  padding: 4rem 3.5rem 3.5rem;
  background: #fff;
  color: #000;
  border-radius: 2.4rem;
  position: relative;
  width: 38.4rem;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .tariff__item {
    margin: 0 auto 7rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tariff__item .tariff__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-left: 3rem;
}
.tariff__item ul {
  padding: 0;
  padding-left: 2.5rem;
  margin: 3.5rem 0 4rem;
  list-style-type: none;
}
@media screen and (max-width: 575px) {
  .tariff__item ul {
    margin-bottom: 3rem;
  }
}
.tariff__item ul li {
  margin-bottom: 2.2rem;
  font-size: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  color: #7e7e7e;
}
.tariff__item ul li::before {
  content: '';
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 3px;
  height: 3px;
  background: #7e7e7e;
  border-radius: 50%;
}
.tariff__item ul li:last-child {
  margin-bottom: 0 !important;
}
.tariff__item ul li b {
  color: #000;
}
.tariff__item ul li span {
  color: #f3b203;
}
.tariff__item .t-btn {
  width: 100%;
  height: 9rem;
  font-size: 1.5rem;
}

.tariff__price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border: 1px solid #cbcbcb;
  border-radius: 5rem;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
  width: 24rem;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 575px) {
  .tariff__price {
    justify-content: space-between;
    order: 4;
    width: 21rem;
    margin: 2rem auto 2rem;
    font-size: 1.6rem;
    padding: 0.3rem 1.3rem;
  }
}
.tariff__price .old-price {
  font-weight: 300;
  opacity: 0.5;
  text-decoration: line-through;
  margin-right: 1.3rem;
}

.tariff__price .new-price {
  font-weight: 900;
}

.tariff__description {
  margin-top: 5rem;
}

@media screen and (max-width: 575px) {
  .tariff__description {
    margin-top: 0;
    order: 1;
    border-bottom: 0;
  }
}
.tariff__description-title {
  font-size: 1.8rem;
  font-weight: 800;
}

@media screen and (max-width: 575px) {
  .tariff__description-title {
    font-size: 1.7rem;
    width: 28rem;
    margin: 0 auto 1rem;
  }
}
.tariff__description-subtitle {
  margin: 1.3rem 0 2.5rem;
  font-size: 1.4rem;
  color: #a3a3a3;
}

@media screen and (max-width: 575px) {
  .tariff__description-subtitle {
    width: 24rem;
    font-size: 1.5rem;
    margin: 1.2rem auto 2.6rem;
  }

  .tariff__description-subtitle br {
    display: none;
  }
}
.slick-dots {
  bottom: 8rem;
}

@media screen and (max-width: 575px) {
  .slick-dots {
    top: 52rem;
    bottom: auto;
  }
}
@media screen and (max-width: 575px) {
  .slick-dots li {
    margin: 0;
  }
}
.slick-dots li button {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 2px solid #343434;
  background: none;
}

@media screen and (max-width: 575px) {
  .slick-dots li button {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.slick-dots li button::before {
  display: none;
}

.slick-dots li.slick-active button {
  border-color: #e29e71;
}

.case-section {
  height: 90.8rem;
  text-align: center;
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .case-section {
    height: 137rem;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 575px) {
  .case-section .top-title {
    font-size: 3.3rem;
  }
}
.case-section .t-title {
  margin: 0rem 0 0rem;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .case-section .t-title {
    width: 27rem;
    margin: 1rem auto 3.5rem;
    position: relative;
  }
}
.case-section .t-title img {
  width: 6.2rem;
}

@media screen and (max-width: 575px) {
  .case-section .t-title img {
    position: absolute;
    width: 4.6rem;
    top: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .case-section .t-title .right-arrow {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .case-section .t-title .left-arrow {
    right: 0.5rem;
  }
}
.case-section .t-title span {
  margin: 0 4rem;
}

@media screen and (max-width: 575px) {
  .case-section .t-title span {
    line-height: 0.65;
    margin: 0;
  }
}
.case-section .container {
  z-index: 10;
}

.case__box {
  width: 117rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 575px) {
  .case__box {
    width: 41.6rem;
  }
}
.case__box-bg {
  position: absolute;
  width: 143rem;
  pointer-events: none;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  top: 32rem;
}

@media screen and (max-width: 575px) {
  .case__box-bg {
    width: 116%;
    top: 93%;
  }
}
.case__slider {
  position: relative;
  z-index: 10;
  box-shadow: 0 1rem 15rem -46px rgba(0, 0, 0, 0.35);
  background: radial-gradient(80.21% 82.4% at 28.02% 20.58%, #272727 0%, #0c0c0c 100%);
  border-radius: 1.4rem;
}

.case__slider .space .item {
  padding: 8rem 7rem;
  height: 55rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item {
    display: block;
    height: auto;
    padding: 8rem 5rem 4rem;
  }
}
.case__slider .space .item__info {
  width: 29rem;
  height: 33rem;
  border-radius: 1.2rem;
  padding: 5rem 2rem;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item__info {
    width: 24rem;
    height: 21rem;
    margin: 0 auto;
    padding: 4.5rem 1.5rem 2rem;
  }
}
.case__slider .space .item__info .icon {
  position: absolute;
  width: 7rem;
  left: 50%;
  transform: translateX(-50%);
  top: -3.3rem;
}

.case__slider .space .item__info .title {
  display: block;
  margin: 0 auto;
  width: 22rem;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item__info .title {
    width: 18rem;
  }
}
.case__slider .space .item__info .value {
  display: inline-block;
  margin: 2.8rem 0 2rem;
  border-radius: 0.5rem;
  padding: 1.3rem 1.4rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item__info .value {
    font-size: 1.4rem;
    margin: 1.5rem 0 1rem;
    padding: 1rem 1.1rem;
  }
}
.case__slider .space .item__info .value.padding {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item__info .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .case__slider .space .item__info .text.small {
    font-size: 1.3rem;
  }
}
.case__slider .space .item__info.left {
  background: url('../img/case/left-bg.jpg');
  background-size: cover;
}

.case__slider .space .item__info.right {
  background: url('../img/case/right-bg.jpg');
  background-size: cover;
  color: #2a2006;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item__info.right {
    height: auto;
  }
}
.case__slider .space .item__info.right .value {
  border-color: rgba(255, 255, 255, 0.3);
}

.case__slider .space .item__person {
  flex-grow: 1;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item__person {
    margin: 3rem 0 6.3rem;
  }
}
.case__slider .space .item__person .name {
  font-weight: 300;
  color: #999999;
  font-size: 2rem;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item__person .name {
    font-size: 1.45rem;
  }
}
.case__slider .space .item__person .name b {
  color: #fff;
}

.case__slider .space .item__person .slider-arrow {
  width: 5.3rem;
  cursor: pointer;
}

.case__slider .space .item__person .slider-arrow.left {
  transform: rotate(180deg);
}

.case__slider .space .item__person-box {
  margin: 3.5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item__person-box {
    margin-top: 1.5rem;
  }
}
.case__slider .space .item__person .img {
  margin: 0 2rem;
  width: 23.5rem;
  height: 23.5rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item__person .img {
    width: 15.3rem;
    height: 15.3rem;
  }
}
.case__slider .space .item__person .img img {
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  box-shadow: 0 32px 82px -9px rgba(0, 0, 0, 0.77);
  object-fit: cover;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item__person .img img {
    width: 11rem;
    height: 11rem;
  }
}
.case__slider .space .item__person .play {
  margin-top: -2rem;
  cursor: pointer;
  padding: 1.2rem 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  box-shadow:
    0 19px 25px -13px rgba(0, 0, 0, 0.38),
    inset 0 5px 20px 0 rgba(255, 255, 255, 0.05);
  background: linear-gradient(138deg, #e13530 0%, #cc221d 100%);
  font-size: 1.8rem;
  transition: 320ms;
  position: relative;
  z-index: 10;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media screen and (max-width: 575px) {
  .case__slider .space .item__person .play {
    font-size: 1.6rem;
    margin-top: 5.5rem;
    padding: 1rem 2.2rem;
  }
}
.case__slider .space .item__person .play:hover {
  transform: scale(1.02);
}

.case__slider .space .item__person .play img {
  margin-right: 1rem;
}

.line-section {
  overflow: hidden;
  position: absolute;
  top: 50.5rem;
  transform: rotate(-5deg);
  left: -2rem;
  z-index: 6;
}

@media screen and (max-width: 575px) {
  .line-section {
    top: 102.5rem;
  }
}
.line__box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-animation: marquee 6s infinite linear;
  animation: marquee 6s infinite linear;
}

.line__box img {
  display: block;
  width: 147rem;
  max-width: none;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .line__box img {
    width: 100rem;
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-147rem);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-147rem);
  }
}
@media screen and (max-width: 575px) {
  @-webkit-keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100rem);
    }
  }
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100rem);
    }
  }
}
.author-section {
  height: 101rem;
  padding-top: 46rem;
}

@media screen and (max-width: 575px) {
  .author-section {
    padding-top: 7rem;
    height: 152rem;
  }
}
@media screen and (max-width: 575px) {
  .author-section .container {
    width: 32rem;
    padding: 0;
  }
}
.author-section .top-title {
  color: #ffbf94;
  margin-bottom: 5rem;
}

@media screen and (max-width: 575px) {
  .author-section .top-title {
    font-size: 2.8rem;
    margin-bottom: 90rem;
  }
}
.author-section .coin {
  width: 34rem;
  top: 30rem;
  left: -52rem;
}

.author-section .card-left {
  left: -8rem;
  width: 15rem;
  bottom: 41rem;
}

.author-section .card-right {
  width: 25.5rem;
  bottom: -25rem;
  right: -34rem;
}

@media screen and (max-width: 575px) {
  .author-section .card-right {
    right: -8rem;
    bottom: auto;
    top: -7rem;
    width: 18.5rem;
  }
}
.author-section .t-btn {
  display: none;
}

@media screen and (max-width: 575px) {
  .author-section .t-btn {
    display: flex;
  }
}
.author__list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 40rem;
  font-size: 1.8rem;
  letter-spacing: -0.1rem;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .author__list {
    width: 31.5rem;
    font-size: 1.5rem;
    margin-bottom: 6rem;
  }
}
.author__list li {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.author__list li .round {
  flex-shrink: 0;
  margin-top: 0.2rem;
  margin-right: 2rem;
  width: 4.8rem;
  border-radius: 3.4rem;
  background: #fff;
  padding: 0.3rem 0.4rem;
  overflow: hidden;
}

.author__list li .round .circle {
  width: 1.9rem;
  height: 1.9rem;
  background: #cb2424;
  border-radius: 50%;
  margin-left: auto;
}

.author__years {
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('../img/author/years-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 8.5rem;
  top: -36rem;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .author__years {
    width: 13.8rem;
    height: 13.8rem;
    top: 20rem;
    right: 0;
    background: url('../img/author/years-bg-xs.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.author__years .title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0.8rem 0 0.4rem;
}

@media screen and (max-width: 575px) {
  .author__years .title {
    font-size: 1.6rem;
  }
}
.author__years .subtitle {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 300;
}

@media screen and (max-width: 575px) {
  .author__years .subtitle {
    font-size: 1.1rem;
  }
}
.author__award {
  width: 36rem;
  padding: 1rem 4rem 5.5rem;
  position: absolute;
  left: 86rem;
  top: 6rem;
  background: url('../img/author/award-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  z-index: 10;
}

@media screen and (max-width: 575px) {
  .author__award {
    top: 56rem;
    left: 50%;
    transform: translateX(-50%);
    width: 31rem;
    height: 30rem;
  }
}
.author__award .award {
  position: absolute;
  z-index: 2;
  top: -10rem;
  left: 7rem;
  width: 22rem;
}

@media screen and (max-width: 575px) {
  .author__award .award {
    width: 19rem;
    left: 6rem;
    top: -7.5rem;
  }
}
.author__award .blur {
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.author__award .content {
  position: relative;
  z-index: 5;
}

.author__award .notifications {
  width: 16.9rem;
}

@media screen and (max-width: 575px) {
  .author__award .notifications {
    width: 14.5rem;
  }
}
.author__award .title {
  margin: 0.3rem 0 0.5rem;
  font-size: 2rem;
  font-weight: 800;
  color: #4b3b11;
  line-height: 1.3;
}

@media screen and (max-width: 575px) {
  .author__award .title {
    font-size: 1.7rem;
  }
}
.author__award .subtitle {
  margin-bottom: 2rem;
  text-transform: inherit;
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: #a78426;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .author__award .subtitle {
    font-size: 1.2rem;
  }
}
.author__award .text {
  font-weight: 500;
  color: #4b3b11;
}

@media screen and (max-width: 575px) {
  .author__award .text {
    font-size: 1.4rem;
  }
}
.faq-section {
  padding: 10rem 0 10rem;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .faq-section {
    background: #0f0f0f;
    padding: 4rem 0 10rem;
  }
}
@media screen and (max-width: 575px) {
  .faq-section .top-title {
    font-size: 4.8rem;
  }
}
.faq-section .t-title {
  margin-top: -1rem;
}

@media screen and (max-width: 575px) {
  .faq-section .t-title {
    font-size: 10rem;
  }
}
.faq__box {
  margin: 4rem 0 0;
}

@media screen and (max-width: 575px) {
  .faq__box {
    width: 33.6rem;
    margin: 3rem auto 0;
  }
}
.faq__item {
  text-align: left;
  box-shadow: inset -17px 11px 37px -19px rgba(255, 255, 255, 0.1);
  border: 1px solid #3f3f3f;
  background: #242424;
  border-radius: 0.6rem 0.6rem 2.5rem 0.6rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 575px) {
  .faq__item {
    margin-bottom: 3rem;
  }
}
.faq__item.active .faq__item-header .btn .gray {
  opacity: 0;
}

.faq__item.active .faq__item-header .btn .active {
  opacity: 1;
}

.faq__item-header {
  padding: 3rem 7.7rem;
  padding-right: 9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .faq__item-header {
    align-items: flex-start;
    padding: 4rem 4rem 3.5rem;
    padding-right: 1.5rem;
  }
}
.faq__item-header .title {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.33;
  width: 70rem;
}

@media screen and (max-width: 575px) {
  .faq__item-header .title {
    font-size: 1.6rem;
    width: 20.5rem;
  }
}
.faq__item-header .btn {
  position: relative;
  width: 4rem;
  height: 1.7rem;
}

.faq__item-header .btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 320ms;
}

.faq__item-header .btn .active {
  opacity: 0;
}

.faq__item-content {
  position: relative;
  padding: 3rem 7.7rem 6rem;
  font-size: 1.8rem;
  display: none;
}

@media screen and (max-width: 575px) {
  .faq__item-content {
    font-size: 1.3rem;
    padding: 0 4rem 15rem;
  }
}
.faq__item-content .note {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29.5rem;
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .faq__item-content .note {
    left: 0;
    right: auto;
    width: 21.6rem;
  }
}
.faq__item-content p {
  width: 70rem;
}

@media screen and (max-width: 575px) {
  .faq__item-content p {
    width: 20.5rem;
  }
}
.footer {
  padding-bottom: 5rem;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .footer .container {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .footer__left {
    width: 100%;
  }
}
.footer__left .logo {
  display: block;
  width: 20rem;
  margin-top: -1.5rem;
  margin-bottom: 0rem;
}

@media screen and (max-width: 575px) {
  .footer__left .logo {
    margin: 0 auto 2rem;
    transform: translateX(0.5rem);
  }
}
.footer__left .footer__left-link {
  color: #f3b203;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
}

.footer__left .footer__left-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0.5px;
  border: 1px dashed #f3b203;
  opacity: 0.5;
}

.footer__center {
  color: #999999;
  font-size: 1.6rem;
  opacity: 0.5;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .footer__center {
    margin: 3rem 0;
  }
}
.footer__center p {
  margin: 0 0 1rem;
}

.footer__right .footer__right-inst {
  width: 20.2rem;
  display: block;
}

.thanks-section {
  text-align: center;
}

.thanks-section .t-btn {
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  .faq-section .t-title {
    line-height: 0.7;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .faq-section {
    padding: 8rem 0 0;
    background: none;
  }
}
.program-section {
  text-align: center;
  padding-bottom: 10rem;
}
@media screen and (max-width: 575px) {
  .program-section {
    padding-bottom: 7rem;
  }
}
.program-section .t-title {
  margin-bottom: 2rem;
}
.program-section .money {
  position: absolute;
  width: 17rem;
  left: 0;
  bottom: 25rem;
}

.program__item {
  text-align: left;
  background: #fff;
  border-radius: 2.5rem;
  width: 95.5rem;
  margin: 0 auto 3.5rem;
  color: #000000;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4.5rem 4.5rem 4.5rem 6.5rem;
}
@media screen and (max-width: 575px) {
  .program__item {
    width: 100%;
    border-radius: 2rem;
    flex-wrap: wrap;
    padding: 3rem;
  }
}
.program__item .program__text {
  width: 40rem;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .program__item .program__text {
    order: 1;
    width: 100%;
    padding: 1rem 2rem 0;
  }
}
.program__item .program__img {
  width: 38.5rem;
  height: 24rem;
  border-radius: 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .program__item .program__img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.program__item .number {
  display: inline-block;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 17px 13px -10px rgba(0, 0, 0, 0.25);
  background: linear-gradient(138deg, #e13530 0%, #cc221d 100%);
  transform: rotate(-3deg);
}
.program__item .title {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .program__item .title {
    line-height: 1.3;
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 575px) {
  .program__item ul {
    padding-left: 2rem;
  }
}
.program__item ul li {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .program__item ul li {
    font-size: 1.9rem;
  }
}
.program__item ul li:last-child {
  margin-bottom: 0;
}

.bonus {
  padding: 1.4rem 2rem;
  border-radius: 1rem;
  background: linear-gradient(149deg, #f3b203 0%, #e3b536 100%),
    linear-gradient(
      22deg,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0.35) 45.19%,
      rgba(255, 255, 255, 0.35) 100%
    );
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #33290c;
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */
