@font-face {
  font-family: "";
  src: url("../fonts/.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background: #0e0e0e;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.31;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

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

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

img {
  max-width: 100%;
}

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

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

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

@media (min-width: 576px) {
  .reviews-section .container,
  .case-section .container {
    max-width: 136rem;
  }
}

@media (min-width: 576px) {
  html {
    font-size: 0.695vw;
  }
}
@media (min-width: 1450px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 0.521vw;
  }
}

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

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

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

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

@-webkit-keyframes animate_leaf {
  0% {
    transform: translateY(0) rotate(1deg);
  }

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

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

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

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

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

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}

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;
  }
}

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

p .green {
  color: #21f891;
}

.t-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 1.23;
}

.t-title .green {
  color: #21f891;
}

.t-btn {
  padding: 0.6rem;
  padding-right: 2rem;
  border-radius: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 575px) {
  .t-btn:not(.static) {
    animation: pulse 2.5s infinite;
  }
}

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

  50% {
    transform: scale(1.07);
  }

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

.t-btn.green {
  color: #0e0e0e;
  background: #21f891;
}

.t-btn.black {
  color: #fff;
  background: #0e0e0e;
}

.t-btn.black .icon {
  background: #21f891;
}

.t-btn.black .icon .img-svg path {
  fill: #0e0e0e;
}

.t-btn.black .arrow path {
  fill: #21f891;
}

.t-btn.blue {
  color: #0e1621;
  background: #5eb5f7;
}

.t-btn .icon {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e0e0e;
}

.t-btn .icon .img-svg {
  width: 2.3rem;
}

.t-btn span {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 2.3rem;
  margin-right: auto;
}

.t-btn .arrow {
  width: 0.7rem;
}

.toptitle {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

section.green {
  background: #21f891;
  color: #0e0e0e;
}

.header__dropdown {
  position: relative;
}

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

.header__dropdown .header__dropdown-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #21f891;
  color: #0e0e0e;
  border-radius: 1rem;
  padding: 0.8rem 2rem;
  cursor: pointer;
  transition: 320ms;
}

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

.header__dropdown .header__dropdown-btn span {
  margin-right: 1rem;
}

.header__dropdown .header__dropdown-menu {
  position: absolute;
  top: 5rem;
  right: 0;
  background: #ffffff;
  border-radius: 1rem;
  white-space: nowrap;
  padding: 2rem;
  padding-right: 2.5rem;
  transition: 520ms;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.header__dropdown .header__dropdown-menu .link {
  position: relative;
  color: #0e0e0e;
  opacity: 0.5;
  margin-bottom: 1.5rem;
}

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

.header__dropdown .header__dropdown-menu .link::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  height: 1px;
  background: #0e0e0e;
  transition: 620ms;
  opacity: 0;
  width: 0;
}

.header__dropdown .header__dropdown-menu .link:hover {
  opacity: 1;
}

.header__dropdown .header__dropdown-menu .link:hover::before {
  opacity: 1;
  width: 100%;
}

.header__dropdown.active .header__dropdown-menu {
  opacity: 1;
  pointer-events: auto;
}

.header__dropdown.active .header__dropdown-btn {
  background: #ffffff;
}
.header__dropdown .header__dropdown-btn img {
  transition: 320ms;
}

.header__dropdown.active .header__dropdown-btn img {
  transform: rotate(90deg);
  margin-bottom: -0.2rem;
}

.header {
  position: absolute;
  /* left: 25rem; */
  /* top: 7.8rem; */
  top: 0;
  width: 100%;
  z-index: 101;
  padding: 2rem 0;

  display: none;
}
@media screen and (min-width: 575px) {
  .header {
    display: block;
    width: 138rem;
    padding: 3rem 0;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 575px) {
  .header .container {
    width: 133rem;
    justify-content: space-between;
    /* margin-left: 27rem; */
  }
}
.header .header__logo {
  display: block;
  width: 12rem;
}
@media screen and (min-width: 575px) {
  .header .header__logo {
    width: 14.6rem;
  }
  .header__links {
    display: flex;
    align-items: center;
    column-gap: 4rem;
  }
  .header__links-link {
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
  }
  .header__links-link::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background: #21f891;
    border-radius: 100%;
    position: absolute;
    left: -1.6rem;
    top: 0.5rem;
    opacity: 0;
    pointer-events: none;
    transition: 320ms;
  }
  .header__links-link:hover::before {
    opacity: 1;
  }
  .header__links-link .uk {
    width: 1.5rem;
  }
  .header__right a {
    border-radius: 1rem;
    padding: 1rem 2rem;
    width: 14.9rem;
    background: #21f891;
  }
  .header__right span {
    font-weight: 500;
    font-size: 1.6rem;
    color: #0e0e0e;
  }
  .header__right img {
    width: 1.2rem;
    margin-left: 1rem;
  }
}
.header .header__menu-btn {
  position: absolute;
  right: 1.2rem;
  top: -1.3rem;
}

.fixed__trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #21f891;
  padding: 1.4rem 2.7rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0e0e0e;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}

@media screen and (min-width: 575px) {
  .fixed__trigger {
    width: 37.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.fixed__trigger-btn {
  background: #1d1d1d;
  color: #fff;
  font-size: 1.2rem;
  padding: 1.3rem 2rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed__trigger-btn .img-svg {
  margin-left: 1.5rem;
  width: 0.5rem;
}

.fixed__trigger-btn .img-svg path {
  fill: #fff;
}

.mobile__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #012418;
  z-index: 9999999;
  transform: translateX(100%);
  transition: 520ms;
  opacity: 0;
  pointer-events: none;
  background: #0e0e0e;
  padding: 2.3rem 1.5rem;
}

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

.mobile__menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 3.5rem;
}

.mobile__menu-header .logo {
  width: 11.5rem;
}

.mobile__menu-header .mobile__menu-close {
  margin-right: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile__menu-header .mobile__menu-close .img-svg {
  width: 1.6rem;
  height: 1.6rem;
}

.mobile__menu-header .mobile__menu-close .img-svg path {
  fill: #21f891;
}

.mobile__menu .header__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 5rem 0 5rem;
}

.mobile__menu .header__menu-link {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #fff;
}

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

.mobile__menu .header__dropdown {
  display: inline-block;
}

.mobile__menu .header__dropdown-btn {
  font-size: 1.6rem;
}

.mobile__menu .header__dropdown-menu {
  left: 0;
  right: auto !important;
}

.line-section {
  overflow: hidden;
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 575px) {
  .line-section {
    margin: 0 -10rem;
  }
}
.line__box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-animation: marquee 40s infinite linear;
  animation: marquee 40s infinite linear;
}

.line__box img {
  display: block;
  width: 119rem;
  max-width: none;
  flex-shrink: 0;
  margin-right: 1rem;
}

.line2 {
  margin: 1rem 0;
  display: flex;
  justify-content: flex-end;
}

.line2 .line__box {
  -webkit-animation: marquee2 40s infinite linear;
  animation: marquee2 40s infinite linear;
}

.line3 .line__box {
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}

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

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

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

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

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

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

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

  100% {
    transform: translateX(120rem);
  }
}
/* 
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
} */

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* background: #0E0E0E; */
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(0.5rem);
  padding: 0 2.7rem;
}

/* @media (min-width: 576px) {
  .overlay {
      width: 37.8rem;
      left: 50%;
      transform: translateX(-50%);
  }
} */

.overlay__logo {
  margin: 3.4rem auto;
  width: 12rem;
  opacity: 0;
}

.modal__form {
  background: #212121;
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  display: none;
}

.modal__form .t-title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

.modal__form .t-btn {
  width: 100%;
  text-align: left;
}

.t-input {
  position: relative;
  margin-bottom: 1.5rem;
}

.t-input input {
  width: 100%;
  border: 1px solid #4c4c4c;
  border-radius: 1.5rem;
  outline: none;
  height: 6rem;
  padding-left: 6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background: none;
}

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

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

.t-input input::placeholder {
  color: #fff;
}

.t-input .icon {
  position: absolute;
  width: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  pointer-events: none;
}

.intro-section {
  /* padding-top: 7.5rem; */
  margin-top: -6rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 100;
  background: #0e0e0e;
}
@media screen and (min-width: 575px) {
  .intro-section {
    display: none;
  }
  .mobile__btn {
    display: none;
  }
  .mobile__icon {
    display: none;
  }
}
.mobile__btn {
  position: fixed;
  right: 1.3rem;
  top: 1.4rem;
  z-index: 105;
}
.mobile__icon {
  position: absolute;
  left: 2.7rem;
  top: 5.2rem;
}
.mobile__icon img {
  width: 12rem;
}
.intro-section .t-title {
  margin: 2.8rem 0 3rem;
  font-size: 2.8rem;
  text-align: center;
}
.intro-section .t-title span {
  color: #21f891;
}


.intro-section .t-subtitle {
  width: 32rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.6rem;
}

.intro__img {
  display: block;
  margin-top: 3rem;
}

.intro__info {
  padding: 3rem 1rem 3rem 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #1d1d1d;
  width: 37.5rem;
  margin-left: -2.7rem;
  margin-top: 2rem;
  gap: 2.4rem;
  column-gap: 2rem;
}

.intro__info-item {
  min-width: 14.9rem;
  /* margin-right: 2rem; */

  font-size: 1.4rem;
  font-weight: 600;
  /* margin-bottom: 1.7rem; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.intro__info-item .icon {
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro__info-item .icon img {
  max-height: 100%;
}

.intro__bg {
  position: absolute;
  max-width: none;
  width: 26rem;
  top: 14rem;
  left: 6rem;
  z-index: -1;
  pointer-events: none;
}
.pc-section {
  display: none;
}
@media screen and (min-width: 575px) {
  .pc-section {
    display: block;
    height: 87rem;
    margin-top: 10rem;
  }
  .pc__top {
    display: flex;
    column-gap: 26rem;
    padding-top: 46rem;
    justify-content: center;
  }
  .pc__top__left {
    font-family: "Unbounded";
  }
  .pc__top__left-subtitle {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.3rem;
  }
  .pc__top__left-title {
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
  }
  .pc__top__left-title span {
    color: #21f891;
  }
  .pc__top__right {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #fff;
  }
  .pc__top__right__icon {
    width: 5.4rem;
  }
  .pc__top__right-text {
    margin-top: 1.5rem;
  }
  .pc__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
    margin-top: 6.2rem;
  }
  .pc__bottom .t-btn {
    border-radius: 1rem;
    padding: 1.2rem 2.1rem 1.2rem 1.1rem;
    width: 64.3rem;
    animation: none;
    height: 7.9rem;
  }
  .pc__bottom .t-btn span {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.6;
    text-transform: uppercase;
    color: #0e0e0e;
    margin-left: 3.3rem;
    font-family: "Unbounded";
  }
  .pc__bottom .t-btn .img-svg.arrow {
    width: 0.8rem;
  }
  .pc__bottom__right {
    border-radius: 1rem;
    padding: 2rem 4rem;
    width: 66.8rem;
    /* height: 79px; */
    background: #212121;
  }
  .pc__bottom__right__flex {
    display: flex;
    align-items: center;
    column-gap: 2rem;
  }
  .pc__bottom__right__flex__item {
    display: flex;
    align-items: center;
    column-gap: 1rem;
  }
  .pc__bottom__right__flex__item img {
    width: 4rem;
  }
  .pc__bottom__right__flex__item-text {
    font-weight: 600;
    font-size: 1.4rem;
  }
}

.after-section .t-title {
  margin-bottom: 2.5rem;
  text-align: center;
}
.after-section .t-btn.green {
  width: 95%;
  margin-top: 3rem;
  margin-left: 1.5rem;
}

.after__box-item {
  position: relative;
  width: 30rem;
  margin-left: auto;
  margin-bottom: 1rem;
  padding: 1.8rem;
  padding-left: 5rem;
  border-radius: 1.5rem;
  background: #212121;
}
/* .after__box-item.none {
  display: none;
} */
/* @media screen and (min-width : 575px) {
  .after__box-item.bottom {
    margin-top: 12rem;
  }
} */
.after__box-item span br {
  display: none;
}
.after__box-item img {
  width: 8rem;
  position: absolute;
  left: -3.5rem;
  top: 21%;
}

.after__box-item:nth-child(3) img {
  top: 8%;
}
.after__box-item:nth-child(4) img {
  top: 16%;
}
.after__box-item:nth-child(5) img {
  top: 25%;
}
.after__box-item:nth-child(6) img {
  top: 16%;
}

.after__box-item:nth-child(5) {
  padding-right: 1rem;
}
.after-section .t-btn .xs-text {
  display: inline-block;
}
.after-section .t-btn .pc-text {
  display: none;
}
.after__box .after-item-bg {
  display: none;
}
@media screen and (min-width: 575px) {
  .after-section .t-title {
    font-size: 6.4rem;
  }
  .after-section .t-title span {
    color: #21f891;
  }
  .after__box {
    width: 133rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    gap: 2rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  .after__box-item {
    width: 43rem;
    margin-bottom: 0;
    margin-left: 0;
    padding: 12rem 3.2rem 4rem 3.2rem;
    text-align: center;
    border-radius: 3rem;
    background: #1d1d1d;
    position: relative;
    overflow: hidden;
  }
  /* .after__box-item.none {
      display: block;
  } */
  .after__box-item.bottom {
    margin-top: 0rem;
  }
  .after__box-item span {
    position: relative;
    z-index: 2;
  }
  .after__box .after-item-bg {
    pointer-events: none;
    display: block;
    width: 33rem;
    position: absolute;
    left: 0rem;
    top: 7rem;
    z-index: 1;
  }
  .after__box .after-item-bg.top {
    top: 7rem;
  }
  .after__box-item img {
    width: 9rem;
    left: 17.5rem;
    top: 13%;
    z-index: 2;
  }
  .after-section .t-btn.green {
    border-radius: 1rem;
    margin: auto;
    padding: 1.2rem 1rem;
    width: 133rem;

    /* height: 79px; */
  }
  .after-section .t-btn .xs-text {
    display: none;
  }
  .after-section .t-btn .pc-text {
    display: inline-block;
    margin-left: 38rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.6;
    text-transform: uppercase;
    font-family: "Unbounded";
    text-align: center;
  }
  .after-section .t-btn .img-svg.arrow {
    width: 0.8rem;
    margin-right: 1rem;
  }
  .after__box-item span br {
    display: inline-block;
  }
  .after__box-item:nth-child(3) img {
    top: 13%;
  }
  .after__box-item:nth-child(5) img {
    top: 13%;
  }
}

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

.bonus-section .bonus-title {
  margin: 1rem 0 2rem;
  font-size: 2.4rem;
}
.bonus-section .bonus-title br {
  display: none;
}
.bonus-title .gray {
  color: #7f7f7f;
  position: relative;
}
.bonus-title .gray::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  height: 3px;
  background: #f94747;
}

.bonus__box-item {
  margin-bottom: 1rem;
  height: 32rem;
  padding: 2rem 0rem 2rem 2rem;
  /* padding-left: 16rem; */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  /* align-items: center;
justify-content: flex-start; */
  overflow: hidden;
}
.bonus__box__item__header {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
.bonus__box__item__header img {
  width: 5rem;
}
.bonus__box__item__header-text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Unbounded";
}
.bonus__box-item .t-title {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 17rem;
}
.bonus__box-item .t-title.first {
  margin-top: 15rem;
}
.bonus__box-item.green {
  color: #fff;
}

.bonus-section .t-btn {
  margin-top: 2rem;
}
@media screen and (min-width: 575px) {
  .bonus-section .bonus-title {
    font-weight: 500;
    font-size: 6rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
  }
  .bonus-section .bonus-title br {
    display: inline-block;
  }
  .bonus__box {
    display: flex;
    align-items: stretch;
    column-gap: 2rem;
    justify-content: center;
    margin-top: 5rem;
  }
  .bonus__box-item {
    width: 43rem;
    height: 43rem;
    border-radius: 1rem;
    /* padding-left: 0rem; */
    padding: 2.5rem 0rem 3rem 3rem;
    flex-direction: column;
    align-items: baseline;
    justify-content: initial;
  }
  .bonus__box-item .t-title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.4;
    text-transform: uppercase;
    margin-top: 24rem;
  }
  .bonus__box-item .t-title.first {
    margin-top: 21.4rem;
  }
  .bonus__box__item__header {
    display: flex;
    align-items: center;
    column-gap: 1rem;
  }
  .bonus__box__item__header img {
    width: 5rem;
  }
  .bonus__box__item__header-text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Unbounded";
  }
  .bonus__box-item.green {
    color: white;
  }
  .bonus-section .t-btn {
    border-radius: 1rem;
    padding: 1.2rem 1.1rem;
    width: 133rem;
    margin: auto;
    margin-top: 1rem;
  }
  .bonus-section .t-btn span {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.6;
    text-transform: uppercase;
    color: #0e0e0e;
    font-family: "Unbounded";
    margin-left: 38rem;
  }
  .bonus-section .t-btn span br {
    display: none;
  }
  .bonus-section .t-btn .img-svg.arrow {
    width: 0.8rem;
    margin-right: 1rem;
  }
}

.trigger-section {
  display: block;
  padding: 3rem 0;
  position: relative;
  z-index: 99;
}
.pc__form-section {
  display: none;
}
@media screen and (min-width: 575px) {
  .trigger-section {
    display: none;
  }
}
.trigger__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem 0 2rem;
  padding: 2rem 2.5rem;
  text-transform: uppercase;
  font-family: "Unbounded";
  background: rgba(29, 29, 29, 0.1);
  border-radius: 1.5rem;
}

.trigger__price .old-price {
  opacity: 0.5;
  font-size: 1.6rem;
  text-decoration: line-through;
}

.trigger__price .new-price {
  background: #1d1d1d;
  border-radius: 1.5rem;
  color: #fff;
  padding: 1.3rem 2.5rem;
  font-size: 2.2rem;
}

.trigger-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  margin-bottom: 3rem;

  width: 24rem;
  font-weight: 600;
}
.trigger-section ul li {
  /* padding-left: 2rem; */

  font-size: 1.6rem;
  margin-bottom: 0.5rem;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  /* background-image: url('../img/icons/check.svg');
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: 0 .5rem;  */
}
.trigger-section ul li img {
  width: 1.3rem;
  margin-right: 0.8rem;
}

.trigger__timer {
  margin: 3rem 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.trigger__timer-title {
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 0.5rem;
  width: 50%;
}

.trigger__timer-box {
  text-align: center;
  display: flex;
  align-items: flex-start;
}

.trigger__timer-box .value {
  background: #1d1d1d;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 5.4rem;
  height: 5.4rem;
  color: #fff;
  font-size: 2rem;
  font-family: "Unbounded";
}

.trigger__timer-box .description {
  margin-top: 0.8rem;
}

.trigger__timer-box .dots {
  padding-top: 0.7rem;
  margin: 0 0.5rem;
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (min-width: 575px) {
  .pc__form-section {
    display: block;
  }
  .pc__form__box {
    display: flex;
    column-gap: 2rem;
    align-items: stretch;
    justify-content: center;
  }
  .pc__form__box__left {
    background: url(../img/pc-form/item-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70rem;
    height: 66.2rem;
    padding: 3.5rem 0rem 4rem 4rem;
  }
  .pc__form__box__left-title {
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #f8f8f8;
    font-family: "Unbounded";
  }
  .pc__form__box__left-title span {
    color: #21f891;
  }
  .pc__form__box__left__list {
    margin-top: 3.5rem;
  }
  .pc__form__box__left__list__item {
    display: flex;
    align-items: center;
    column-gap: 0.55rem;
    margin-top: 2.2rem;
  }
  .pc__form__box__left__list__item img {
    width: 1.3rem;
  }
  .pc__form__box__left__list__item-text {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
  }
  .pc__form__box__prices {
    display: flex;
    align-items: center;
    column-gap: 3rem;
    border-radius: 1.5rem;
    width: 35.4rem;
    background: #252525;
    padding: 1rem 1rem 1rem 2.5rem;
    margin-top: 4.8rem;
    /* height: 92px; */
  }
  .pc__form__box__prices-old {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Unbounded";
    position: relative;
  }
  .pc__form__box__prices-old::before {
    content: "";
    width: 12rem;
    height: 0.2rem;
    background: #f94747;
    position: absolute;
    left: -0.5rem;
    top: 1rem;
  }
  .pc__form__box__prices-new {
    border-radius: 1.5rem;
    width: 17.2rem;
    background: #1d1d1d;
    padding: 2rem;
  }
  .pc__form__box__prices-new .text {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #21f891;
    font-family: "Unbounded";
  }
  .pc__form__box__right {
    border-radius: 2rem;
    width: 61rem;
    padding: 3.5rem 2rem 2rem 2rem;
    /* height: 662px; */
    background: #1b1a1a;
  }
  .pc__form__box__right-title {
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
    font-family: "Unbounded";
  }
  .pc__form__box__right-title span {
    color: #21f891;
  }
  .pc__form__box__right__timer {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 2.8rem;
  }
  .pc__form__box__right__timer__minutes {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pc__form__box__right__timer__seconds {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pc__form__box__right__timer__miliseconds {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pc__form__box__right__timer__minutes__value {
    background: #252525;
    border-radius: 1rem;
    width: 5.3rem;
    padding: 1.5rem 1.2rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;

    /* height: 54px; */
    font-family: "Unbounded";
  }
  .pc__form__box__right__timer__seconds__value {
    background: #252525;
    border-radius: 1rem;
    width: 5.3rem;
    padding: 1.5rem 1.2rem 1.5rem 0.8rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;

    /* height: 54px; */
    font-family: "Unbounded";
  }
  .pc__form__box__right__timer__miliseconds__value {
    background: #252525;
    border-radius: 1rem;
    min-width: 5.3rem;
    padding: 1.5rem 1.2rem 1.5rem 0.8rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;

    /* height: 54px; */
    font-family: "Unbounded";
  }
  .pc__form__box__right .dots {
    font-size: 3.5rem;
    margin: 0 0.5rem;
  }
  .pc__form__box__right__timer__description {
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
  .pc__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3.3rem;
  }
  .pc__form-inp {
    width: 57rem;
    padding: 3.4rem 0rem 3.4rem 2.5rem;
    outline: none;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.4;
    color: rgba(248, 248, 248, 0.6);
    background: #252525;
    border-radius: 1rem;
    border: none;
    margin-bottom: 1rem;
  }
  .pc__form .t-btn {
    width: 57rem;
    border-radius: 1rem;
    padding: 1.2rem 1rem;
    animation: none;
    margin-top: 2rem;
  }
  .pc__form .t-btn span {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
    color: #0e0e0e;
    font-family: "Unbounded";
    margin-left: 13rem;
  }
  .pc__form .t-btn .img-svg.arrow {
    margin-right: 1rem;
    width: 0.8rem;
  }
}
.program-section {
  padding: 6rem 0 5rem;
  text-align: center;
}

.program__description {
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  background: #212121;
  text-align: center;
  position: relative;
  z-index: 10;
  display: block;
}
@media screen and (min-width: 575px) {
  .program__description {
    display: none;
  }
}
.program__item {
  text-align: left;
  margin-bottom: 1rem;
}

.program__button {
  border-radius: 1.5rem;
  background: #21f891;
  padding: 2rem;
  position: relative;
  z-index: 5;
}

.program__button.active .arrow {
  transform: rotate(90deg);
}

.program__button .program__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
}

.program__button .program__head .number {
  width: 11.5rem;
  height: 4rem;
  border-radius: 1rem;
  background: #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program__head .count {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1d1d1d;
}
.program__head .count img {
  width: 2rem;
  margin-right: 1rem;
}

.program__button .program__head .arrow {
  width: 0.9rem;
  transition: 320ms;
}

.program__button .t-title {
  margin: 2rem 0 0;
  font-size: 1.8rem;
  line-height: 1.23;
  color: #0e0e0e;
}
.program__button .t-title br {
  display: none;
}
.program__content {
  display: none;
  background: #212121;
  margin-top: -2rem;
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 4rem 2rem 2rem;
}

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

.program__content ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.program__content ul li:last-child {
  margin-bottom: 0;
}

.program__content ul li::before {
  content: "-";
  position: absolute;
  font-size: 1.4rem;
  top: 0rem;
  left: 0rem;
}
.arrow.xs {
  display: block;
}
.arrow.pc {
  display: none;
}
.pc__sheip {
  display: none;
}
@media screen and (min-width: 575px) {
  .program-section .t-title.program__title {
    font-weight: 500;
    font-size: 6.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4rem;
  }
  .program__box {
    width: 133rem;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    gap: 2rem;
    margin-top: 5rem;
  }
  .arrow.xs {
    display: none;
  }
  .program__button .program__head .arrow.pc {
    display: block;
    width: 5rem;
    margin-right: -0.7rem;
  }
  .program__button .program__head {
    padding-right: 0;
  }
  .program__head .count {
    margin-left: -10rem;
  }
  .program__button.active .arrow.pc {
    transform: rotate(0deg);
  }
  .program__item {
    margin-bottom: 0;

    min-height: 16.6rem;
    /* padding: 2rem; */
  }
  .program__item .t-title {
    /* width: 31.9rem; */
    min-height: 5.6rem;
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }
  .program__button {
    width: 43rem;
    min-height: 16.6rem;
    cursor: pointer;
  }

  .program__content {
    width: 43rem;
  }
  .pc__sheip {
    display: block;
    border-radius: 3rem;
    width: 88rem;
    background: #1d1d1d;
    padding: 4.1rem 6.4rem 4rem 4.3rem;
  }
  .pc__sheip-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.6;
    text-transform: uppercase;
    font-family: "Unbounded";
  }
  .pc__sheip__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.7rem;
  }
  .pc__sheip__item img {
    width: 5rem;
  }
  .pc__sheip__item-text {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 1rem;
  }
  .pc__sheip__item.second {
    margin-left: -3rem;
  }
}
.for-section {
  padding-bottom: 10rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .for-section {
    padding-bottom: 5rem;
  }
}

.for__box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin: 2rem 0 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width : 575px) {
  .for__box {
    
  background: #000;
  }
}

.for__item {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
  background: #212121;
  position: relative;
  text-align: center;
  padding: 2.5rem 1.5rem 3.5rem;
  overflow: hidden;
}

.for__item:nth-child(1) .title {
  width: 25rem;
}

.for__item .icon {
  margin: 0 auto;
  display: block;
  width: 9rem;
}

.for__item .title {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 auto 1.8rem;
}

.for__item .img {
  width: 23rem;
}
.pc-title {
  display: none;
}
.pc-subtitle {
  display: none;
}
.pc-img {
  display: none;
}
.item-bg {
  display: none;
}
@media screen and (min-width: 575px) {
  .for-section .t-title {
    font-size: 6.4rem;
  }
  .for-section .t-title span {
    color: #21f891;
  }
  .for__box {
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 2rem;
    margin-top: 5rem;
  }
  .for__item {
    border-radius: 3rem;
    width: 42.9rem;
    padding: 4rem 3.1rem 0rem 2.3rem;
    /* height: 700px; */
    overflow: hidden;
    background: #1d1d1d;
  }
  .item-bg {
    display: block;
    left: 0;
    top: 7.7rem;
    position: absolute;
    pointer-events: none;
    z-index: 1;
  }
  .item-bg img {
    width: 33rem;
  }
  .pc-title {
    display: block;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    font-family: "Unbounded";
    margin-bottom: 1.6rem;
    position: relative;
    z-index: 2;
  }
  .for-section .title {
    display: none;
  }
  .pc-subtitle {
    display: block;
    width: 38.7rem;
    position: relative;
    z-index: 2;
  }
  .img {
    display: none;
  }
  .pc-img {
    display: block;
    width: 35.3rem;
    margin-left: 2rem;
    margin-top: 3rem;
    position: relative;
    z-index: 2;
  }
  .icon {
    position: relative;
    z-index: 2;
  }
}
.reviews-section {
  text-align: center;
  padding-top: 4rem;
}
@media screen and (min-width: 575px) {
  .reviews-section .t-title,
  .case-section .t-title {
    font-size: 6.4rem;
    text-align: left;
  }
}
.reviews__slider {
  margin: 3rem -0.7rem 0;
  text-align: left;
}

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

.reviews__slider .slick-list {
  overflow: visible;
  /*important, allows overflow slides to be visible*/
}

.reviews__slider .slick-track {
  margin-left: 0;
}

.reviews__slider .space {
  padding: 0 0.7rem;
}

.reviews__slider .item {
  border-radius: 1.5rem;
  background: #21f891;
  color: #0e0e0e;
  padding: 1rem;
  text-transform: uppercase;
  font-family: "Unbounded";
}

.reviews__slider .item img {
  border-radius: 1rem;
  display: block;
  margin-bottom: 1rem;
}

.reviews__slider .item .title {
  font-size: 2.4rem;
  padding-left: 1rem;
  display: block;
}

.reviews__slider .item .subtitle {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  padding-left: 1rem;
}

.crew-section {
  text-align: center;
  padding-bottom: 6rem;
  display: block;
}

.crew-section .img {
  margin: 3rem 0 1rem;
  border-radius: 1.5rem;
  position: relative;
}

.crew-section p {
  margin: 2rem 0;
}

.crew-section .hr {
  height: 4rem;
}
.pc__crew-section {
  display: none;
}
@media screen and (min-width: 575px) {
  .crew-section {
    display: none;
  }
  .pc__crew-section {
    display: block;
    margin-bottom: 8rem;
  }
  .pc__crew__box {
    display: flex;
    column-gap: 2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
  }
  .pc__crew__box__left {
    width: 43rem;
    padding: 3.5rem 4rem 4rem 4rem;
    background: url(../img/crew/item-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 3rem;
  }
  .pc__crew__box__left-title {
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Unbounded";
    margin-bottom: 4rem;
  }
  .pc__crew__box__left-title span {
    color: #21f891;
  }
  .pc__crew__box__left-subtitle {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .pc__crew__box__left-subtitle span {
    font-weight: 700;
  }
  .pc__crew-icon {
    width: 6rem;
    margin-top: 7.4rem;
  }
  .pc__crew__box__right img {
    width: 88rem;
  }
  .pc__crew-section .line__box .line {
    width: 198rem;
  }
  .pc__crew-section .line__box {
    margin-bottom: 2rem;
  }
}
.contacts-section {
  padding: 3rem 0 10rem;
}
@media screen and (max-width: 575px) {
  .contacts-section {
    padding-top: 5rem;
  }
}

.contacts-section .logo {
  display: block;
  width: 15rem;
}

.contacts-section .t-title {
  font-size: 1.8rem;
  margin: 6rem 0 3rem;
}

.contacts__box {
  padding: 3rem;
  background: #212121;
  border-radius: 1.5rem;
}

.contacts__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.contacts__items .contacts__item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contacts__items .contacts__item:nth-child(2) {
  margin: 2rem 0 3rem;
}

.contacts__items .contacts__item img {
  width: 1.8rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.contacts__links {
  margin: 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.contacts__links .contacts__link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.contacts__links .contacts__link:nth-child(2) {
  margin: 2rem 0;
}

.contacts__description {
  opacity: 0.5;
}
.contacts-bg {
  display: none;
}
@media screen and (min-width: 575px) {
  .contacts-section {
    margin-top: 7rem;
  }
  .contacts__box {
    display: flex;
    /* align-items: center; */
    column-gap: 5.3rem;
    width: 133rem;
    margin: auto;
    position: relative;
    padding: 5.5rem 0rem 4.5rem 3rem;
    overflow: hidden;
  }
  .contacts__box .logo {
    margin-top: -11rem;
  }
  .contacts__box .t-title {
    position: absolute;
    left: 35.3rem;
    top: 0;
    font-size: 2rem;
  }
  .contacts__items {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    margin-left: 12rem;
  }
  .contacts__item {
    margin-bottom: 0.5rem;
  }
  .contacts__item span {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .contacts__item img {
    width: 1.5rem;
  }
  .contacts__links {
    margin: 5.5rem 0 0 0;
  }
  .contacts__links .contacts__link {
    font-weight: 500;
    font-size: 1.4rem;
    text-decoration-skip-ink: none;
    color: rgb(204, 204, 204);
  }
  .contacts__description {
    font-weight: 500;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 13.1rem;
    margin-left: 5rem;
    position: relative;
    z-index: 2;
  }
  .contacts-bg {
    display: block;
    position: absolute;
    right: 0.5rem;
    top: 0;
    z-index: 1;
  }
  .contacts-bg img {
    width: 28rem;
  }
}
.thanks__logo {
  display: block;
  width: 12rem;
  margin: 3.5rem auto;
}

.thanks__logo img {
  display: block;
}

.thanks__box {
  background: #212121;
  border-radius: 1.5rem;
  width: 32rem;
  margin: 0 auto;
  padding: 6rem 2rem 2rem;
  text-align: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.thanks__box .t-title {
  font-size: 2.4rem;
}

.thanks__box .t-title.green {
  margin: 2rem 0 4rem;
  font-size: 3.2rem;
  color: #21f891;
}

.thanks__box .t-subtitle {
  /* width: 24.5rem; */
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
}
.thanks__box .t-subtitle br {
  display: none;
}
.thanks__box .t-btn {
  margin: 3.5rem 0 3rem;
}

.thanks__box .description {
  width: 23rem;
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}

.thanks__box .description img {
  position: absolute;
  width: 2rem;
  left: 110%;
  top: -1rem;
}
@media screen and (min-width: 575px) {
  .thanks-section {
    background: url(../img/thanks/pc-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 21.2rem 31rem 11.6rem 26.5rem;
  }
  .thanks__box {
    background-image: none !important;
    border: 0.1rem solid rgba(255, 255, 255, 0.1);
    border-radius: 3rem;
    width: 86.5rem;
    padding: 14rem 11.1rem 5rem 11.1rem;
    background: #1d1d1d;
    position: relative;
    /* margin-top: 22.2rem; */
    /* height: 534px; */
  }
  .thanks__logo {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 14.8rem;
  }
  .thanks__logo img {
    width: 14.8rem;
  }
  .thanks__box .t-title.white {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.23;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
  }
  .thanks__box .t-title.green {
    font-weight: 500;
    font-size: 6rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #21f891;
    margin: 1rem 0 2rem 0;
  }
  .thanks__box .t-subtitle {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    color: #fff;
  }
  .thanks__box .t-subtitle br {
    display: inline-block;
  }
  .thanks__box .t-subtitle.second {
    display: none;
  }
  .thanks__box .t-btn {
    width: 64.3rem;
    border-radius: 1rem;
    padding: 1.2rem 1.1rem;
    margin: 1rem 0 2rem 0;
  }
  .thanks__box .t-btn span {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.6;
    text-transform: uppercase;
    font-family: "Unbounded";
    margin-left: 19rem;
    color: #0e0e0e;
  }
  .thanks__box .description {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    width: 40rem;
    margin: auto;
  }
  .thanks__box .description br {
    display: none;
  }
  .thanks__box .description img {
    display: none;
  }
}
.fixed-btn {
  position: fixed;
  width: 37.5rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  z-index: 99;
}

.fixed-btn .t-btn {
  width: 32rem;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 575px) {
  .fixed-btn .t-btn {
    display: flex;
  }
}

.slider__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20rem;
  flex-shrink: 0;
}

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

.slider__arrows .slider__arrow {
  width: 8rem;
  height: 8rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d1d1d;
  transition: 320ms;
  cursor: pointer;
}

@media screen and (min-width: 575px) {
  .slider__arrows .slider__arrow:not(.slick-disabled):hover {
    transform: scale(1.05);
    background: #252525;
  }
}

.slider__arrows .slider__arrow.slick-hidden {
  display: none;
}

.slider__arrows .slider__arrow .img-svg {
  width: 5rem;
}

.slider__arrows .slider__arrow.right {
  background: #21f891;
}

.slider__arrows .slider__arrow.right:hover {
  background: #07d572;
}

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

.slider__arrows .slider__arrow.right .img-svg path {
  fill: #0e0e0e;
}

.section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .section__header {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-bottom: 2rem !important;
  }
}

.section__header .slider__arrows {
  margin-bottom: 2rem;
}

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

/*  */

.case-section {
  padding: 8.5rem 0 10rem;
}

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

.case__slider {
  margin: 8rem -1.5rem 0;
}

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

.case__slider .slick-list {
  overflow: visible;
}

.case__slider .space {
  padding: 0 1.5rem;
}

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

.case__slider .item {
  background: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3rem;
  padding: 5rem 0 0 3rem;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .case__slider .item {
    display: block;
    padding: 0;
  }
}

.case__slider .item__left {
  width: 55rem;
  padding-bottom: 4rem;
  min-height: 47rem;
}

@media screen and (max-width: 575px) {
  .case__slider .item__left {
    width: 100%;
    min-height: 0;
    padding: 3rem 0.8rem 2rem;
  }
}

.case__slider .item__left-header {
  height: 12.5rem;
  padding-left: 28rem;
}

@media screen and (max-width: 575px) {
  .case__slider .item__left-header {
    height: 11.5rem;
    padding-left: 15rem;
  }
}

.case__slider .item__left-header .man {
  position: absolute;
  width: 28rem;
  left: 2.5rem;
  top: -5rem;
}

@media screen and (max-width: 575px) {
  .case__slider .item__left-header .man {
    width: 19rem;
    top: 0rem;
    left: 0;
  }
}

.case__slider .item__left-header .name {
  margin-bottom: 1rem;
  font-family: "Unbounded";
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .case__slider .item__left-header .name {
    font-size: 2.1rem;
  }
}

.case__slider .item__left-header .subtitle {
  font-weight: 600;
}

.case__slider .item__left-video {
  height: 30rem;
  border-radius: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 575px) {
  .case__slider .item__left-video {
    height: 19rem;
  }
}

.case__slider .item__left-video .play-btn {
  width: 10rem;
}

@media screen and (max-width: 575px) {
  .case__slider .item__left-video .play-btn {
    width: 8rem;
  }
}

.case__slider .item__left-video .play-btn:hover {
  transform: scale(1.05);
}

.case__slider .item__right {
  width: 48rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 575px) {
  .case__slider .item__right {
    width: 100%;
    display: block;
  }
}

.case__slider .item__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 15rem);
  background: rgba(255, 255, 255, 0.2);
}

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

.case__slider .item__right-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 3rem;
  margin-left: 2.5rem;
}

@media screen and (max-width: 575px) {
  .case__slider .item__right-list {
    margin-left: 1.5rem;
    padding-right: 2.5rem;
  }
}

.case__slider .item__right-list li {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
  position: relative;
}

@media screen and (max-width: 575px) {
  .case__slider .item__right-list li {
    font-size: 1.2rem;
  }

  .case__slider .item__right-list li br {
    display: none;
  }
}

.case__slider .item__right-list li:last-child {
  margin-bottom: 0;
}

.case__slider .item__right-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.1rem;
  background: #21f891;
}

.case__slider .item__right-text {
  margin-left: 2.5rem;
  padding-right: 6rem;
  font-weight: 400;
}

.case__slider .item__right-text p {
  margin: 0 0 2rem;
}

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

.case__slider .item__right-review {
  margin: 2.5rem 0 0;
  border-radius: 2rem;
  background: #21f891;
  color: #0e0e0e;
  padding: 3.5rem 5.5rem 3.5rem 2.5rem;
}

@media screen and (max-width: 575px) {
  .case__slider .item__right-review {
    padding: 2.3rem;
    margin-top: 3rem;
  }
}

.case__slider .item__right-review .title {
  margin-bottom: 3rem;
  font-weight: 600;
  color: rgba(14, 14, 14, 0.5);
}

@media screen and (max-width: 575px) {
  .case__slider .item__right-review .title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.case__slider .item__right-review .text {
  font-size: 1.4rem;
}

@media screen and (max-width: 575px) {
  .case__slider .item__right-review .text {
    font-size: 1.2rem;
  }
}

.modal[data-modal="video"] {
  padding: 0;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 575px) {
  .modal[data-modal="video"] {
    height: auto;
  }
}

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

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

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

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

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

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

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

.modal[data-modal="video"] .modal__close .img-svg path {
  fill: #777777;
}

.modal[data-modal="video"] .modal__close:hover .img-svg path {
  fill: #fff;
}
