/* MIXINS */

/* RESET */

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: static !important;
  overflow-y: visible !important;
}

/* LAYOUT */

.container {
  max-width: 1140px;
  margin: 0 auto;
}

@font-face {
  font-family: "NeueMachina";
  src: url("../fonts/NeueMachina-Bold.woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "NeueMachina";
  src: url("../fonts/NeueMachina-Regular.woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "TTFirsNeue";
  src: url("../fonts/TTFirsNeue-Medium.woff2");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "TTFirsNeue";
  src: url("../fonts/TTFirsNeue-Regular.woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Akshar";
  src: url("../fonts/Akshar-Light.woff2");
  font-style: normal;
  font-weight: 400;
}

.overflow-hidden {
  overflow: hidden !important;
}

* {
  font-family: "TTFirsNeue";
  font-style: normal;
}

.title {
  color: #1d202c;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  font-family: "NeueMachina";
  text-align: center;
}

.button {
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

#preloader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
}

.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.1s, opacity 0.1s linear;
  -o-transition: visibility 0s 0.1s, opacity 0.1s linear;
  transition: visibility 0s 0.1s, opacity 0.1s linear;
}

#preloader div {
  width: 8vmax;
  height: 8vmax;
  border-right: 4px solid #0042FF;
  border-radius: 100%;
  -webkit-animation: spinRight 800ms linear infinite;
          animation: spinRight 800ms linear infinite;
}

#preloader div:before,
#preloader div:after {
  content: "";
  width: 6vmax;
  height: 6vmax;
  display: block;
  position: absolute;
  top: calc(50% - 3vmax);
  left: calc(50% - 3vmax);
  border-left: 3px solid #0042FF;
  border-radius: 100%;
  -webkit-animation: spinLeft 800ms linear infinite;
          animation: spinLeft 800ms linear infinite;
}

#preloader div:after {
  width: 4vmax;
  height: 4vmax;
  top: calc(50% - 2vmax);
  left: calc(50% - 2vmax);
  border: 0;
  border-right: 2px solid #0042FF;
  -webkit-animation: none;
          animation: none;
}

/* header */

/* header */

/* header */

.header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.header__left {
  display: flex;
  gap: 40px;
  align-items: center;
}

.header__right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header__bloggers {
  height: 42px;
}

.header__burger {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.header__burger:hover {
  color: #B9FF66;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.header__bloggers-button {
  background: #fff;
  border-radius: 16px;
  width: 126px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  color: #000;
  font-weight: 500;
}

.header__bloggers-button:hover {
  background: #F4F6F6;
}

.main__dress-icon {
  position: absolute;
  right: 460px;
  top: 250px;
}

.main__money-icon {
  position: absolute;
  right: -30px;
  top: 170px;
}

.main__checkmark-icon {
  position: absolute;
  right: 330px;
  top: 160px;
}

/* main */

/* main */

/* main */

.main {
  height: 580px;
  background: url(../images/data/main-bg.jpg) no-repeat center bottom/cover;
  padding-top: 50px;
  overflow: hidden;
  border-radius: 0 0 65px 65px;
}

.main .container {
  position: relative;
  height: 100%;
}

.main__title {
  font-size: 48px;
  color: #fff;
  font-family: "NeueMachina";
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 22px;
}

.main__content {
  width: 550px;
}

.main__text {
  font-size: 22px;
  line-height: 140%;
  color: #fff;
  width: 410px;
  margin-bottom: 56px;
}

.main__button {
  background: #B9FF66;
  border-radius: 15px;
  color: #1D202C;
  padding: 19px 48px;
  font-size: 16px;
  font-weight: 500;
}

.main__video-icon {
  position: absolute;
  left: 365px;
  top: 60px;
}

.main__pac-icon {
  position: absolute;
  right: 85px;
  top: 107px;
  z-index: 1;
}

.main__arrow-icon {
  position: absolute;
  left: 460px;
  bottom: 40px;
  z-index: 1;
}

.main__ice-cube-icon {
  position: absolute;
  left: -470px;
  bottom: -230px;
  z-index: 1;
}

.main__ice-cube-icon img {
  position: relative;
}

.main__ice-cube-icon2 {
  position: absolute;
  right: -390px;
  top: 22%;
  z-index: 1;
}

.main__video-icon2 {
  position: absolute;
  left: -290px;
  top: -50px;
  z-index: 1;
}

.main__girl-img {
  position: absolute;
  bottom: -6px;
  right: -130px;
  z-index: 1;
}

.main__tag {
  position: absolute;
  right: -180px;
  bottom: 0;
  z-index: 0;
}

/* scroll */

.scroll-icon-area {
  text-align: center;
  margin-top: -32px;
}

.scroll-icon {
  width: 94px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}

/* menu */

/* menu */

/* menu */

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 100;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-bottom-right-radius: 100px;
  overflow-y: scroll;
}

.menu--open {
  width: 100vw;
  height: 100vh;
  overflow: visible;
  border-bottom-right-radius: 0;
}

.menu--open:before {
  content: "";
  width: 100vw;
  height: 30vh;
  background: #fff;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.menu__close {
  position: absolute;
  left: 55px;
  top: 55px;
  padding: 12px 20px;
  background: #F5F8FA;
  border-radius: 15px;
  color: #A2A9B4;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 9;
}

.menu__close:hover {
  background: #0042FF;
  color: #fff;
}

.menu__content {
  width: 420px;
  z-index: 3;
}

.menu__title {
  color: #0042FF;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 40px;
  letter-spacing: 8px;
}

.menu__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 73px;
}

.menu__list a {
  color: #A2A9B4;
  font-size: 21px;
  font-family: "NeueMachina";
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.menu__list a:hover {
  font-weight: 700;
  color: #1D202C;
  padding-left: 30px;
  background: url(../images/data/menu_li_icon.svg) no-repeat left center;
}

.menu__phone {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 73px;
}

.menu__phone-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #0042FF;
  border-radius: 50px;
}

.menu__phone-phone {
  font-weight: 700;
  font-size: 18px;
  color: #1D202C;
  display: block;
  margin-bottom: 6px;
}

.menu__phone-time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #A2A9B4;
  font-size: 14px;
}

.menu__phone-time:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #B9FF66;
  border-radius: 50px;
}

.menu__btns-row {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.menu__icon0 {
  position: absolute;
  left: 6%;
  top: 45%;
}

.menu__icon0 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #0042FF;
  border-radius: 50px;
}

.menu__icon1 {
  position: absolute;
  left: 7%;
}

.menu__icon3 {
  position: absolute;
  right: 20vw;
  top: 54vh;
}

.menu__create {
  width: 100%;
  height: 52px;
  background: #013AE6;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 52px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
}

.menu__create:hover {
  background: #0037D7;
}

.menu__btn1,
.menu__btn2 {
  color: #1D202C;
  font-weight: 500;
  font-size: 16px;
  padding: 11px 15px;
  background: #B9FF66;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.menu__btn1:hover,
.menu__btn2:hover {
  background: #9FE051;
}

.menu__btn3 {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border-radius: 10px;
  padding: 11px 15px;
  color: #1D202C;
  font-weight: 500;
  background: #F5F8FA;
  font-size: 16px;
}

.menu__btn3:hover {
  background: #F4F6F6;
}

/* AVAIL */

/* AVAIL */

/* AVAIL */

.avail {
  padding-top: 70px;
  padding-bottom: 70px;
}

.avail__title {
  text-align: center;
  margin-bottom: 22px;
}

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

.avail__and {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 60px;
  padding: 8px;
  margin: 0 -8px;
  z-index: 2;
}

.avail__and span {
  background: #B9FF66;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50px;
}

.avail__item {
  background: #013AE6;
  border-radius: 18px;
  color: #fff;
  width: 213px;
  padding: 14px 35px;
  font-size: 22px;
  font-weight: 500;
  line-height: 139%;
}

.avail__title {
  font-weight: 500;
  font-size: 22px;
}

/* merch */

/* merch */

/* merch */

.merch {
  padding-bottom: 60px;
}

.merch .simplebar-track {
  margin-right: 50px;
  background: #F1F1F1;
  border-radius: 15px;
}

.merch .simplebar-scrollbar:before {
  background: #013AE6;
}

.merch__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.merch__item {
  padding: 45px 45px 35px 35px;
  background: #F5F8FA;
  border-radius: 35px;
}

.merch__item-img {
  margin-bottom: 18px;
  position: relative;
}

.merch__item-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

.merch__item-price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.merch__button-area {
  text-align: center;
}

.merch__item-button {
  background: #D9D9D9;
  padding: 11px 45px;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.merch__button {
  background: #B9FF66;
  border-radius: 15px;
  color: #000;
  padding: 21px 44px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.merch__button:hover {
  background: #9FE051;
}

.merch__item-new {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  padding: 7px 25px;
  background: #EA4256;
  text-align: center;
  color: #000;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  right: -10px;
  top: -12px;
  z-index: 2;
  text-transform: uppercase;
}

.merch__box-wrap {
  max-width: 100%;
}

.merch .simplebar-track.simplebar-vertical {
  background-color: #013AE6;
  width: 20px;
}

.merch .simplebar-content-wrapper {
  padding-right: 15px;
}

.merch .simplebar-scrollbar::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: #013AE6;
  border-radius: 5px;
  border-top-right-radius: 0;
  cursor: pointer;
  z-index: 9999;
}

.merch .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
}

.merch .merch .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.merch .steps .simplebar-track.simplebar-vertical {
  background-color: #fff;
}

.merch .steps .simplebar-scrollbar::before {
  background-color: #fff;
}

.merch .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  opacity: 1;
}

/* trans */

/* trans */

/* trans */

.trans {
  padding-bottom: 102px;
}

.trans__title {
  margin-bottom: 16px;
}

.trans__subtitle {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  color: #1D202C;
  margin-bottom: 50px;
}

.trans__range-result {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 21px;
  color: #1D202C;
}

.trans__value {
  text-align: center;
  margin-top: 14px;
  font-weight: 700;
  font-size: 21px;
  color: #1D202C;
  font-family: "NeueMachina";
}

.trans__text {
  text-align: center;
  margin-top: 22px;
  color: #9C9C9C;
  font-weight: 500;
  font-size: 22px;
}

/* range 2 */

#trans__range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #B9FF66), color-stop(50%, #ccc));
  background: -o-linear-gradient(left, #B9FF66 50%, #ccc 50%);
  background: linear-gradient(to right, #B9FF66 50%, #ccc 50%);
}

#trans__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 28px;
  width: 28px;
  background-color: #9FE051;
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#trans__range::-moz-range-thumb {
  height: 28px;
  width: 28px;
  background-color: #9FE051;
  border-radius: 50%;
  border: none;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#trans__range::-webkit-slider-thumb:hover {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
}

#trans__range:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
          box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

#trans__range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
          box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

#trans__range::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
}

#trans__range:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

#trans__range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

/* how */

/* how */

/* how */

.how {
  padding-bottom: 102px;
}

.how__title {
  margin-bottom: 17px;
}

.how__subtitle {
  margin-bottom: 100px;
  text-align: center;
  color: #9C9C9C;
  font-weight: 500;
  font-size: 22px;
}

.how__box {
  display: flex;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  row-gap: 74px;
  flex-wrap: wrap;
}

.how__item {
  text-align: center;
  width: calc(50% - 23px);
  background: #F5F8FA;
  border-radius: 10px;
  height: 159px;
}

.how__item-icon {
  margin-bottom: 10px;
  margin-top: -38px;
}

.how__item-text {
  font-size: 21px;
  font-weight: 500;
  color: #1D202C;
  line-height: 140%;
}

/* already */

/* already */

/* already */

.already {
  padding-bottom: 100px;
  border-radius: 0 0 65px 65px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.already__title {
  margin-bottom: 62px;
}

.already__img {
  text-align: center;
  margin-bottom: 25px;
}

.already__box {
  max-width: 675px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.already__sale {
  background: #F5F8FA;
  border-radius: 70px 70px 40px 40px;
  text-align: center;
  padding: 40px 55px;
}

.already__more {
  font-weight: 500;
  color: #fff;
  background: #1D202C;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 26px;
}

.already__text {
  color: #A2A9B4;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.already__trust-title {
  text-align: center;
  color: #1D202C;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

.already__trust {
  text-align: center;
  padding-top: 15px;
}

.already__trust-box {
  width: 335px;
  height: 313px;
  background: url(../images/data/already-trust-bg.png) no-repeat center center/cover;
  text-align: left;
  padding-bottom: 40px;
  padding-left: 40px;
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.already__trust-box:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.already__trust-name {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 124%;
  font-family: "NeueMachina";
}

.already__link {
  position: absolute;
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 100px;
  top: 30px;
  right: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.already__box-title {
  color: #1D202C;
  font-weight: 700;
  font-size: 36px;
  line-height: 116%;
  font-family: "NeueMachina";
  margin-bottom: 23px;
}

/* suit */

/* suit */

/* suit */

.suit {
  background: #333;
  padding-top: 145px;
  padding-bottom: 102px;
  position: relative;
  z-index: 1;
  margin-top: -50px;
  border-radius: 0 0 65px 65px;
}

.suit__title {
  color: #fff;
  margin-bottom: 32px;
}

.suit__wrapper {
  display: flex;
  gap: 52px;
}

.suit__right {
  padding-top: 55px;
}

.suit__subtitle {
  color: #B9FF66;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 18px;
  letter-spacing: 4px;
}

.suit__right-title {
  font-weight: 700;
  font-size: 36px;
  color: #A0A0A0;
  margin-bottom: 25px;
  line-height: 100%;
  font-family: "NeueMachina";
}

.suit__text {
  background: #fff;
  color: #888;
  font-weight: 500;
  font-size: 16px;
  padding: 17px 70px;
  border-radius: 17px;
  margin-bottom: 30px;
}

.suit__button {
  font-weight: 500;
  font-size: 16px;
  color: #1D202C;
  background: #B9FF66;
  padding: 22px 60px;
  border-radius: 15px;
}

.suit__button:hover {
  background: #9FE051;
}

/* join */

/* join */

/* join */

.join {
  padding-top: 162px;
  padding-bottom: 50px;
  position: relative;
  margin-top: -50px;
  z-index: 0;
}

.join .simplebar-track {
  background-color: #282828 !important;
  border-radius: 27px;
}

.join .simplebar-scrollbar:before {
  background: #555;
  opacity: 1;
}

.join .simplebar-scrollbar {
  cursor: -webkit-grab;
  cursor: grab;
}

.join__title {
  margin-bottom: 18px;
  text-align: center;
}

.join__title span {
  position: relative;
  font-family: "NeueMachina";
}

.join__title span span {
  position: relative;
  z-index: 2;
}

.join__title span:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #B9FF66;
  z-index: -1;
}

.join__subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #9C9C9C;
  margin-bottom: 55px;
}

.join__faces-box {
  display: flex;
}

.join__faces-box img {
  border: 5px solid #333;
  border-radius: 50px;
  font-size: 0;
  margin-left: -15px;
}

.join__faces-box img:first-child {
  margin-left: 0;
}

.join__wrapper {
  display: flex;
  width: 100%;
  border-radius: 35px;
  background: url(../images/data/join-bg.png) no-repeat 310px calc(100% + 7px), #333;
  padding: 50px;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
}

.join__human {
  display: flex;
  align-items: center;
  gap: 26px;
}

.join__right {
  width: 520px;
  overflow: hidden;
  max-height: 240px;
  align-self: flex-end;
}

.join__slider {
  height: 240px;
}

.join__top {
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
}

.join__text {
  max-width: 400px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  padding-right: 32px;
  height: 130px;
  overflow-y: auto;
}

.join__bottom {
  display: flex;
  justify-content: space-between;
}

.join__scrollbuts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #282828;
  padding: 3px;
  border-radius: 10px;
  width: 46px;
  height: 130px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}

.join__scrollbuts-button {
  height: 50%;
  width: 100%;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #282828;
  border: none;
}

.join__scrollbuts-button:hover {
  background: #333;
}

.join__scrollbuts-button svg {
  fill: #9C9C9C;
}

.join__human-name {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.join__wrapper-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 124%;
  font-family: "NeueMachina";
  color: #fff;
}

.join__wrapper-title span {
  font-weight: 500;
  font-size: 16px;
  color: #9C9C9C;
  display: inline-block;
  margin-left: 8px;
}

.join__human-subs {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 7px 12px;
  background: #282828;
  border-radius: 10px;
  color: #9C9C9C;
  font-weight: 500;
}

.join__human-subs svg {
  fill: #9C9C9C;
}

.join__left {
  margin-bottom: 50px;
}

/* pops */

.pops {
  padding-bottom: 80px;
}

.pops__title {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 500;
  line-height: 139%;
  text-align: center;
}

.pops__item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #F5F8FA;
  border-radius: 20px;
  padding: 20px 15px;
  width: 325px;
}

.pops__name {
  margin-bottom: 12px;
  color: #1D202C;
  font-weight: 500;
  font-size: 16px;
}

.pops__box {
  display: flex;
  justify-content: space-between;
  gap: 33px;
  flex-wrap: wrap;
  max-width: 1041px;
  margin: 0 auto;
}

.pops__subs {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #DEE0E1;
  padding: 7px 12px;
  border-radius: 10px;
}

.pops__slider {
  position: relative;
}

.pops__pagination {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  justify-content: space-between;
  display: none;
}

.pops-button-prev svg {
  fill: #1D202C;
}

/* why */

/* why */

/* why */

.why {
  padding-bottom: 102px;
  border-radius: 0 0 65px 65px;
  position: relative;
  z-index: 3;
  background: #fff;
}

.why__title {
  text-align: center;
  margin-bottom: 55px;
}

.why__box {
  display: flex;
  justify-content: center;
  gap: 35px;
  max-width: 820px;
  margin: 0 auto;
}

.why__column {
  width: 392px;
  border: 1px solid #F5F8FA;
  border-radius: 20px;
}

.why__item-head {
  height: 118px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 30px;
}

.why__item-img {
  position: absolute;
  right: 0;
  top: 0;
}

.why__item {
  margin-bottom: 40px;
}

.why__item-name {
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}

.why__item-text {
  padding-left: 30px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #1D202C;
}

.why__column_left .why__item-head {
  background: -webkit-gradient(linear, left top, right top, from(#0042FF), to(#00D1FF));
  background: -o-linear-gradient(left, #0042FF, #00D1FF);
  background: linear-gradient(to right, #0042FF, #00D1FF);
}

.why__column_left .why__item-name {
  color: #fff;
}

.why__column_right .why__item-head {
  background: -webkit-gradient(linear, left top, right top, from(#B9FF66), to(#FFF066));
  background: -o-linear-gradient(left, #B9FF66, #FFF066);
  background: linear-gradient(to right, #B9FF66, #FFF066);
}

.why__item-content {
  display: flex;
  gap: 8px;
  align-items: center;
}

.why__column .why__item:last-child .why__item-head {
  border-radius: 0 0 20px 20px;
}

/* about */

/* about */

/* about */

.about {
  background: #333;
  padding-top: 155px;
  padding-bottom: 12px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -60px;
  border-radius: 0 0 65px 65px;
}

.about__title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  font-family: "NeueMachina";
  margin-bottom: 50px;
}

.about__subtitle {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin-bottom: 50px;
}

.about__section {
  margin-bottom: 95px;
  position: relative;
}

/* ablogers */

.ablogers-slider .swiper-slide {
  padding: 0 35px;
}

.ablogers-slide {
  min-width: 400px !important;
  max-width: 400px !important;
}

.ablogers-slide__play {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.ablogers-slide__play svg {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.ablogers-slide img {
  border-radius: 35px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.ablogers-slide:hover img {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.ablogers-slide:hover svg {
  fill: #fff;
}

/* amedia */

.amedia .simplebar-track.simplebar-horizontal {
  max-width: 1140px;
  margin: 0 auto;
}

.amedia__box {
  display: flex;
  justify-content: center;
  gap: 78px;
}

.amedia__item-slide {
  min-width: 407px !important;
  max-width: 407px !important;
  padding: 0 39px;
}

.amedia__item {
  background: #282828;
  border-radius: 35px;
  text-align: left;
  padding: 32px;
}

.amedia__scrollbar {
  max-width: 1040px;
  margin: 0 auto;
}

.amedia__scrollbar {
  height: 20px;
  background: #fff;
  border-radius: 35px;
}

.amedia__scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background: #9FE051;
  border-radius: 35px;
  cursor: -webkit-grab;
  cursor: grab;
}

.amedia__slider-wrapper {
  margin-bottom: 60px;
  cursor: -webkit-grab;
  cursor: grab;
}

.amedia__item-name {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 30px;
}

.amedia__item-text {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
}

/* youtube */

.youtube .container {
  overflow: hidden;
}

.youtube__slider {
  position: relative;
}

.youtube__item {
  width: 100%;
  height: 526px;
  border-radius: 45px;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.youtube__item-button {
  padding: 17px 42px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  z-index: 11;
}

.youtube__item-button:hover {
  background: #fff;
  color: #000;
  gap: 10px;
}

.youtube__item-button:hover svg {
  fill: #000;
}

.youtube__nav {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 49%;
  display: flex;
  padding: 0 44px;
  align-items: center;
  justify-content: space-between;
}

.youtube-button-prev,
.youtube-button-next {
  position: static !important;
}

.youtube .swiper-button-prev:after,
.youtube .swiper-rtl .swiper-button-next:after {
  content: none;
}

.youtube .swiper-button-next:after,
.youtube .swiper-rtl .swiper-button-prev:after {
  content: none;
}

/* qa */

/* qa */

/* qa */

.qa {
  padding-top: 102px;
  padding-bottom: 102px;
}

.qa__title {
  margin-bottom: 90px;
}

.qa__box {
  display: flex;
  justify-content: space-between;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 110px;
  flex-wrap: wrap;
  padding: 0 28px;
}

.qa__item {
  width: calc(50% - 50px);
}

.qa__item-title {
  font-weight: 700;
  font-size: 21px;
  color: #1D202C;
  font-family: "NeueMachina";
}

.qa__item-count {
  color: #1D202C;
  font-size: 40px;
  font-weight: 500;
  position: relative;
}

.qa__item-count span {
  position: relative;
  z-index: 1;
}

.qa__item-count:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #B9FF66;
  border-radius: 50px;
  position: absolute;
  left: -8px;
  top: 0px;
  z-index: 0;
}

.qa__item-head {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 22px;
}

.qa__item-content {
  font-weight: 500;
  font-size: 16px;
  color: #8A93A1;
}

/* lform */

.lform {
  text-align: center;
  padding-bottom: 102px;
}

.lform__title {
  margin-bottom: 15px;
}

.lform__form {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.lform__input {
  height: 52px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #F5F8FA;
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 48px;
  border: none;
  outline: none;
  border: 1px solid transparent;
}

.lform__input:focus {
  border-color: #0042FF;
}

.lform__name {
  background-image: url(../images/data/form-name-icon.svg);
}

.lform__phone {
  background-image: url(../images/data/form-phone-icon.svg);
}

.lform__text {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 140%;
  color: #8A93A1;
}

.lform__text span {
  color: #1D202C;
}

.lform__button {
  height: 52px;
  width: 100%;
  border-radius: 10px;
  background: #013AE6;
  color: #fff;
}

.lform__button:hover {
  background: #0037D7;
}

.lform__button:active,
.lform__button:disabled {
  background: #0F2D89;
}

/* footer */

.footer {
  background: url(../images/data/footer-bg.jpg) no-repeat center top/cover;
  padding-bottom: 60px;
  padding-top: 400px;
  position: relative;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 40px;
}

.footer__btns {
  display: flex;
  gap: 20px;
}

.footer__btn {
  width: 151px;
  height: 47px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  border-radius: 13px;
  color: #fff;
}

.footer__btn svg {
  fill: #fff;
}

.footer__btn:hover {
  background: #fff;
  color: #000;
}

.footer__btn:hover svg {
  fill: #000;
}

.footer__right {
  text-align: right;
}

.footer__soc {
  display: flex;
  gap: 13px;
  margin-bottom: 26px;
  justify-content: flex-end;
}

.footer__roots {
  text-decoration: underline;
  color: #B9FF66;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}

.footer__roots:hover {
  text-decoration: none;
}

.footer-phone {
  display: block;
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  font-family: "NeueMachina";
}

.footer-phone:hover {
  color: #B9FF66;
}

/* alert */

/* alert */

/* alert */

.alert {
  width: 336px;
  border-radius: 30px;
  background: #fff;
  padding: 30px;
  position: fixed;
  left: 50%;
  margin-left: -168px;
  top: 50%;
  z-index: 100;
  text-align: center;
  display: none;
}

.alert__title {
  color: #1D202C;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.alert__text {
  font-size: 14px;
  font-weight: 500;
  color: #9C9C9C;
}

.alert__close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.alert__icon {
  margin-bottom: 30px;
  border-radius: 50px;
  width: 78px;
  height: 78px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #EEF9EC;
}


.swiper-slide .pops__item:first-of-type {
  margin-bottom: 24px;
}

/* modal */

/* modal */

/* modal */

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 0 50px;
}

.modal__bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: calc(100vh + 200px);
  z-index: 11;
  top: 0;
  left: 0;
}

.modal__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 12;
}

.modal__container {
  display: flex;
  justify-content: center;
}



.modalMy {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.modalMy__container {
  width: 100%;
  max-width: 500px;
  height: 514px;
  border-radius: 40px;
  padding: 80px;
  padding-right: 75px;
  display: flex;
  justify-content: center;
  gap: 100px;
  background: #fff;
  margin: 0 15px;
  position: relative;
}

.modalMy__bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: calc(100vh + 200px);
  z-index: 11;
  top: 0;
  left: 0;
}

.modalMy__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 12;
}

.modalMy.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.modalMy__close {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 30px;
  background: none;
  cursor: pointer;
}

.modalMy .modalMy__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
}


.modalMy .modalMy__container {
  padding: 50px;
  height: unset;
}

.modalMy .modalMy__close.modal-exit {
  top: 20px;
}
.modalMy .icon-close {
  font-size: 24px;
}

.modalMy__icon-success {
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: rgba(145, 222, 127, 0.15);
  border-radius: 50%;
  margin-bottom: 30px;
}

.modalMy__icon-success .modalMy__icon {
  width: 44px;
  height: 44px;
  min-height: 44px;
  background-image: url('../images/data/face-happy.svg');
  display: inline-block;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  padding: 6px;
}

@media (max-width: 1260px) {
  .modalMy__container {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .modalMy__container {
    height: auto;
    padding: 0;
    gap: 0;
    flex-direction: column;
    border-radius: 20px 20px 20px 20px;
  }

  .modalMy__content {
    width: 100%;
    padding: 40px;
    padding-top: 0;
  }

  .modalMy__img {
    width: 100%;
  }

  .modalMy__wrapper {
    width: 500px;
  }
}

@media (max-width: 720px) {
  .modalMy__container {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .modalMy__container {
    max-width: 335px;
  }

  .modalMy__content {
    padding: 22px;
    padding-top: 0;
  }
  .modalMy {
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: scroll;
  }
}

.modal.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.modal__close {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  border: none;
  background: #fff;
  font-size: 30px;
  background: none;
  cursor: pointer;
  color: #fff;
}

.modal iframe {
  height: 510px;
  width: 880px;
}

.modal video {
  border-radius: 35px;
}

.youtube-video_hidden {
  display: none;
}

@media (max-width: 1750px) {
  .main {
    height: 610px;
  }
}


.pops__img {
    max-width: 60px;
  }
.pops__img__bl {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 1260px) {
  .container {
    width: 950px;
  }
}


.join__human-img-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.join__human-img-cont img {
  width: 100%;
}

@media (max-width: 1260px) {
  .title {
    font-size: 40px;
  }

  .header {
    margin-bottom: 70px;
  }

  .header__bloggers-button {
    height: 50px;
  }

  .main__dress-icon {
    right: 410px;
    top: 235px;
    max-width: 80px;
  }

  .main__money-icon {
    right: 20px;
    top: 200px;
  }

  .main__checkmark-icon {
    max-width: 70px;
    right: 300px;
    top: 200px;
  }

  .main {
    padding-top: 20px;
    height: 500px;
  }

  .main__title {
    font-size: 38px;
  }

  .main__content {
    width: 450px;
    position: relative;
    z-index: 2;
  }

  .main__video-icon {
    width: 70px;
    left: 335px;
    top: 20px;
  }

  .main__pac-icon {
    width: 60px;
    top: 115px;
    right: 100px;
  }

  .main__arrow-icon {
    width: 60px;
    left: 350px;
    width: 75px;
    display: none;
  }

  .main__ice-cube-icon {
    width: 400px;
    left: -240px;
    bottom: -190px;
  }

  .main__girl-img {
    max-width: 600px;
    right: -70px;
  }

  .main__tag {
    max-width: 600px;
    right: -80px;
  }

  .menu__icon1 {
    max-width: 130px;
    top: 50%;
  }

  .merch__box {
    gap: 30px;
  }

  .trans__subtitle {
    font-size: 30px;
  }

  .suit__right {
    padding-top: 0;
  }

  .suit__right-title {
    font-size: 30px;
  }

  .suit__text br {
    display: none;
  }

  .join__wrapper {
    padding: 40px;
    padding-left: 25px;
    background-position-x: 240px;
  }

  .join__right {
    width: 430px;
  }

  .join__text {
    max-width: 360px;
  }

  .join__scrollbuts {
    right: 42px;
    bottom: 58px;
  }

  .join__wrapper-title {
    font-size: 28px;
  }

  .join__human-img {
    max-width: 60px;
  }

  .join__human-img-cont {
    width: 60px;
    height: 60px;
  }

  .pops__item {
    width: 300px;
  }

  .pops__img {
    max-width: 60px;
  }
  .pops__img__bl {
    width: 60px;
    height: 60px;
  }

  .pops__box {
    gap: 20px;
  }

  .about__title {
    font-size: 40px;
  }

  .about__subtitle {
    font-size: 30px;
  }

  .amedia__item-slide {
    min-width: 350px !important;
    max-width: 350px !important;
    padding: 0 11px;
  }

  .amedia__scrollbar {
    max-width: 100%;
    margin: 0 50px;
  }

  .youtube__item {
    height: 436px;
  }

  .qa__title {
    margin-bottom: 60px;
  }

  .qa__box {
    padding: 0;
  }

  .footer {
    padding-top: 180px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 688px;
  }
}

@media (max-width: 991px) {
  .header {
    margin-bottom: 50px;
  }

  .header__right {
    gap: 10px;
  }

  .header__bloggers {
    height: 36px;
  }

  .header__logo {
    width: 114px;
  }

  .main__dress-icon {
    right: 210px;
  }

  .main__money-icon {
    right: 10px;
    top: 220px;
  }

  .main__checkmark-icon {
    right: 100px;
    top: 160px;
  }

  .main {
    height: 520px;
  }

  .main__title {
    font-size: 45px;
    line-height: 95%;
  }

  .main__content {
    width: 330px;
  }

  .main__text {
    font-size: 16px;
  }

  .main__video-icon {
    width: 70px;
    top: 100px;
    left: 395px;
  }

  .main__pac-icon {
    display: none;
  }

  .main__arrow-icon {
    bottom: 70px;
    left: 240px;
  }

  .main__ice-cube-icon {
    width: 333px;
    left: -130px;
  }

  .main__girl-img {
    max-width: 520px;
    right: -100px;
  }

  .main__tag {
    max-width: 480px;
    right: -80px;
    bottom: 60px;
  }

  .scroll-icon-area {
    display: none;
  }

  .menu__close {
    top: 25px;
    left: 25px;
  }

  .menu__icon1 {
    display: none;
  }

  .merch .container {
    width: 100%;
    padding-left: 50px;
  }

  .merch__item {
    min-width: 328px;
  }

  .merch__button-area {
    margin-top: 40px;
  }

  .how__subtitle {
    font-size: 18px;
  }

  .how__item {
    height: 120px;
  }

  .how__item-icon img {
    max-width: 100px;
  }

  .how__item-text {
    font-size: 17px;
    padding: 0 15px;
  }

  .how__item-text br {
    display: none;
  }

  .suit__title {
    margin-bottom: 36px;
  }

  .suit__right-title {
    font-size: 25px;
  }

  .suit__text {
    padding: 14px 22px;
  }

  .join__wrapper {
    flex-direction: column;
    padding: 50px;
    background: #333;
  }

  .join__illustr {
    display: none;
  }

  .join__right {
    width: 100%;
  }

  .join__text {
    max-width: 510px;
  }

  .join__scrollbuts {
    bottom: 67px;
    right: 50px;
  }

  .pops__item {
    width: 320px;
  }

  .why__item-img {
    right: -50px;
  }

  .about__title {
    font-size: 34px;
  }

  .ablogers-slide {
    min-width: 273px !important;
    max-width: 273px !important;
  }

  .youtube__item {
    height: 316px;
  }

  .qa {
    padding-top: 75px;
  }

  .qa__box {
    flex-direction: column;
    row-gap: 40px;
  }

  .qa__item {
    width: 100%;
  }

  .qa__item-title {
    font-size: 17px;
  }

  .qa__item-head {
    margin-bottom: 10px;
  }

  .lform {
    border-radius: 0 0 65px 65px;
    position: relative;
    z-index: 2;
    background: #fff;
  }

  .footer {
    padding-top: 200px;
    z-index: 1;
    margin-top: -50px;
  }

  .footer__logo {
    margin-bottom: 25px;
  }

  .footer__btns {
    flex-direction: column;
  }

  .footer__right {
    display: flex;
    flex-direction: column;
  }

  .footer__soc {
    margin-bottom: auto;
  }

  .footer-phone {
    font-size: 18px;
  }

  .modal iframe {
    width: 660px;
    height: 400px;
  }
}

@media screen and (max-width: 720px) {
  .container {
    width: 470px;
  }
}

@media (max-width: 720px) {
  .title {
    font-size: 28px;
  }

  .header {
    margin-bottom: 50px;
  }

  .header__left {
    gap: 20px;
  }

  .header__bloggers-button {
    height: 40px;
  }

  .main__dress-icon {
    right: 80px;
    top: 245px;
    max-width: 60px;
  }

  .main__money-icon {
    max-width: 40px;
    top: 300px;
    right: -50px;
  }

  .main__checkmark-icon {
    max-width: 50px;
    right: 10px;
    top: 240px;
  }

  .main__title {
    font-size: 40px;
  }

  .main__content {
    width: 390px;
  }

  .main__text {
    margin-bottom: 26px;
  }

  .main__video-icon {
    left: 420px;
    top: 180px;
    z-index: 9;
    display: none;
  }

  .main__arrow-icon {
    left: 58px;
    bottom: 82px;
  }

  .main__ice-cube-icon2 {
    right: -260px;
    top: 5%;
  }

  .main__video-icon2 {
    display: none;
  }

  .main__girl-img {
    max-width: 390px;
  }

  .main__tag {
    max-width: 340px;
  }

  .menu {
    align-items: flex-start;
  }

  .menu__close {
    font-size: 13px;
    left: auto;
    right: 20px;
  }

  .menu__content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 0 40px;
  }

  .menu__title {
    margin-top: 30px;
  }

  .menu__list {
    margin-bottom: 50px;
  }

  .menu__list a {
    font-size: 18px;
  }

  .menu__phone {
    margin-bottom: 60px;
  }

  .menu__btns-row {
    margin-bottom: 20px;
  }

  .menu__icon0 {
    display: none;
  }

  .avail {
    padding: 50px 0;
  }

  .merch .container {
    padding-left: 15px;
    padding-right: 0;
  }

  .merch .simplebar-track {
    margin-right: 15px;
  }

  .trans__subtitle {
    font-size: 26px;
  }

  .how {
    padding-bottom: 80px;
  }

  .how__box {
    flex-direction: column;
  }

  .how__item {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .already {
    padding-bottom: 60px;
  }

  .already__title {
    margin-bottom: 50px;
  }

  .already__title br {
    display: none;
  }

  .already__box {
    flex-direction: column;
    gap: 45px;
  }

  .already__sale {
    width: 330px;
    margin: 0 auto;
  }

  .suit__wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .suit__right-title {
    line-height: 130%;
  }

  .join {
    padding-top: 130px;
  }

  .join__title span:before {
    height: 12px;
  }

  .join__subtitle {
    font-size: 18px;
  }

  .join__faces-box {
    justify-content: center;
  }

  .join__wrapper {
    padding: 40px;
  }

  .join__scrollbuts {
    display: none;
  }

  .join__wrapper-title {
    text-align: center;
  }

  .join__wrapper-title span {
    display: none;
  }

  .join__icon {
    display: none;
  }

  .pops__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .pops__item {
    flex-direction: column;
    justify-content: center;
    width: 226px;
    padding: 18px 13px;
    gap: 14px;
  }

  .pops__name {
    text-align: center;
  }

  .pops__box {
    gap: 15px;
  }

  .why {
    padding-bottom: 70px;
  }

  .why__box {
    flex-direction: column;
    align-items: center;
  }

  .why__column {
    max-width: 100%;
  }

  .about {
    padding-top: 115px;
    padding-bottom: 60px;
  }

  .about__subtitle {
    display: none;
  }

  .about__section {
    margin-bottom: 0;
  }

  .ablogers {
    display: none;
  }

  .amedia {
    display: none;
  }

  .youtube__item {
    height: 526px;
    justify-content: center;
  }

  .youtube__nav {
    display: none;
  }

  .qa__title {
    margin-bottom: 40px;
  }

  .qa__item-title {
    font-size: 16px;
  }

  .qa__item-count {
    font-size: 30px;
  }

  .qa__item-head {
    gap: 20px;
  }

  .qa__item-content {
    font-size: 14px;
  }

  .lform {
    padding-bottom: 50px;
  }

  .footer {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .modal {
    padding: 0 20px;
  }

  .modal iframe {
    width: 500px;
    height: 280px;
  }
}

@media screen and (max-width: 500px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 500px) {
  .title {
    font-size: 24px;
  }

  .header {
    margin-bottom: 45px;
  }

  .main__dress-icon {
    right: auto;
    top: auto;
    left: 10px;
    bottom: 30px;
    z-index: 2;
    max-width: 100%;
  }

  .main__money-icon {
    top: auto;
    bottom: 155px;
    right: 50px;
    z-index: 2;
    max-width: 100%;
  }

  .main__checkmark-icon {
    right: auto;
    top: auto;
    left: 110px;
    bottom: 150px;
    z-index: 2;
  }

  .main {
    height: 1000px;
  }

  .main__title {
    font-size: 46px;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    line-height: 120%;
  }

  .main__content {
    width: 100%;
  }

  .main__text {
    width: 100%;
    margin-bottom: 25px;
  }

  .main__video-icon {
    left: auto;
    top: auto;
    left: 20px;
    bottom: 348px;
    display: block;
  }

  .main__pac-icon {
    display: block;
    top: 375px;
    right: 70px;
  }

  .main__arrow-icon {
    left: 190px;
    bottom: 277px;
    display: block;
    z-index: 2;
  }

  .main__ice-cube-icon {
    bottom: auto;
    left: auto;
    top: auto;
    right: auto;
    width: 550px;
    left: -90px;
    bottom: -70px;
  }

  .main__ice-cube-icon2 {
    right: -90px;
    top: 460px;
    max-width: 100%;
  }

  .main__video-icon2 {
    display: block;
    left: 0;
    top: 360px;
  }

  .main__girl-img {
    max-width: 100%;
    right: 0;
  }

  .main__tag {
    max-width: 100%;
    right: 0;
    bottom: 140px;
  }

  .menu__title {
    margin-bottom: 30px;
  }

  .menu__list a {
    font-size: 14px;
  }

  .menu__phone {
    gap: 10px;
    margin-bottom: 30px;
  }

  .menu__phone-phone {
    font-size: 15px;
  }

  .menu__phone-time {
    font-size: 12px;
  }

  .menu__btns {
    margin-bottom: 40px;
  }

  .menu__btns-row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
  }

  .menu__icon2 {
    position: absolute;
    top: 0;
    right: 30px;
  }

  .menu__icon3 {
    right: -20px;
    top: 40%;
  }

  .avail {
    padding: 30px 0;
  }

  .avail__item {
    font-size: 16px;
    line-height: 139%;
    width: 150px;
    padding: 10px 23px;
  }

  .avail__title {
    font-size: 16px;
  }

  .merch__item {
    min-width: 192px;
    padding: 25px 20px;
  }

  .merch__item-title {
    font-size: 20px;
  }

  .merch__item-price {
    font-size: 12px;
  }

  .merch__button-area {
    margin-top: 20px;
  }

  .merch__button {
    padding: 11px 15px;
    font-size: 14px;
  }

  .trans {
    display: none;
  }

  .how {
    padding-bottom: 60px;
  }

  .suit {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .suit__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .suit__right-title {
    font-size: 20px;
    line-height: 150%;
  }

  .suit__button {
    padding: 10px 58px;
  }

  .suit__left img {
    width: 100%;
  }

  .suit__button-area {
    text-align: center;
  }

  .join__subtitle {
    font-size: 16px;
  }

  .join__wrapper {
    padding: 30px;
  }

  .join__text {
    font-size: 14px;
  }

  .join__human-name {
    gap: 16px;
  }

  .join__wrapper-title {
    font-size: 24px;
  }

  .pops__title {
    font-size: 20px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .pops__item {
    width: 265px;
    margin: 0 auto;
    flex-direction: row;
    background: #282828;
    margin-bottom: 20px;
  }

  .pops__name {
    font-size: 14px;
    color: #fff;
    text-align: left;
  }

  .pops__box {
    display: auto;
    justify-content: auto;
    flex-wrap: nowrap;
    gap: 0;
    max-width: auto;
    margin: auto;
  }

  .pops__subs {
    font-size: 10px;
    background: #333;
    color: #9c9c9c;
  }

  .pops__subs svg {
    fill: #9c9c9c;
  }

  .pops__pagination {
    display: flex;
  }

  .why__item-img {
    max-width: 260px;
  }

  .qa__item {
    padding-left: 10px;
  }

  .footer {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .footer__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer__btns {
    flex-direction: row;
  }

  .footer__right {
    text-align: center;
  }

  .footer__soc img {
    width: 36px;
  }

  .footer__soc {
    position: relative;
    top: -105px;
  }

  .modal iframe {
    width: 350px;
    height: 200px;
  }
}

@media (max-width: 450px) {
  .main__title {
    font-size: 40px;
  }

  .main__ice-cube-icon2 {
    top: 420px;
  }

  .main__video-icon2 {
    max-width: 200px;
  }

  .join__human-name {
    font-size: 14px;
  }

  .join__human-subs {
    font-size: 14px;
  }

  .pops__title {
    font-size: 16px;
  }
}