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

@font-face {
  font-family: "Exo2-Bold";
  src: url("../assets/fonts/Exo2-Bold.woff2") format("woff2"),
    url("../assets/fonts/Exo2-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2-ExtraBold";
  src: url("../assets/fonts/Exo2-ExtraBold.woff2") format("woff2"),
    url("../assets/fonts/Exo2-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

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

.wrapper {
  width: 100%;
  height: 100vh;
  background: #140306;
}

.header__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo__container {
  display: block;
  text-decoration: none;
  max-width: 200px;
}

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

.lang__item {
  font-family: "Exo2-Bold";
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.lang__item:hover {
  color: rgb(46, 180, 225);
}

.lang__item.active {
  transform: scale(1.3);
  color: rgb(46, 180, 225);
}

.lang__item.ru {
  margin-bottom: 10px;
}

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

.email__icon {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../assets/icons/mail.webp") center no-repeat;
  background-size: contain;
}

/* .messenger {
  width: 40px;
  height: 35px;
} */

/* .messenger__container {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style-type: none;
} */

/* .tg {
  display: block;
  text-decoration: none;
  background: url("./assets/icons/tg__icon_header.webp") center no-repeat;
  background-size: contain;
}

.youTube {
  display: block;
  text-decoration: none;
  background: url("./assets/icons/YouTube__icon_header..webp") center no-repeat;
  background-size: contain;
}

.vk {
  display: block;
  text-decoration: none;
  background: url("./assets/icons/vk__icon_header..webp") center no-repeat;
  background-size: contain;
}

.twich {
  display: block;
  text-decoration: none;
  background: url("./assets/icons/twich__icon_header..webp") center no-repeat;
  background-size: contain;
} */

main {
  background: radial-gradient(50% 50% at 50% 50%, #2b051d 0%, #1c0404 88.94%);
  overflow: hidden;
}

.preview {
  height: 1080px;
  background: #7310ad;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  overflow: hidden;
}

.stars__decor {
  width: 1000px;
  height: 570px;
  background: url(../assets/starsDecor.webp) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -90px;
  right: 0;
}

.stars__decor1 {
  width: 635px;
  height: 628px;
  background: url(../assets/starsDecor1.webp) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.girls__container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1200px;
  height: 1070px;
  background: url("../assets/images/girls3.webp") center no-repeat;
  background-size: contain;
}

.money__decor {
  width: 500px;
  height: 350px;
  background: url("../assets/Decor1.webp") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.money__decor1 {
  width: 200px;
  height: 440px;
  background: url("../assets/Decor2.webp") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.money__decor2 {
  width: 200px;
  height: 125px;
  background: url("../assets/Decor4.webp") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 305px;
  left: 250px;
  z-index: -1;
}

.money__decor3 {
  width: 200px;
  height: 125px;
  background: url(../assets/Decor5.webp) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 438px;
  right: -5px;
  z-index: -1;
}

.preview__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.preview__info {
  padding-top: 145px;
}

.preview__title {
  max-width: 760px;
  font-family: "Exo2-ExtraBold";
  color: #fff;
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 72px;
  margin-bottom: 33px;
}

.preview__title span {
  font-size: 73px;
  color: #f6ff00;
}

.preview__text {
  max-width: 550px;
  font-family: "Exo2-Regular";
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 53px;
}

.preview__text span {
  font-weight: 700;
  color: #f6ff00;
}

.btn__block {
  max-width: 550px;
}

.preview__btn {
  max-width: 415px;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 30px 12px 23px;
  cursor: pointer;
  border-radius: 11px;
  background: linear-gradient(90deg, #ff2020 0%, #ffae00 100%);
}

html[lang="en"] .preview__btn {
  max-width: 445px;
}

.preview__btn:hover .btn__icon {
  transform: translateX(15px);
}

.btn__text {
  font-family: "Exo2-ExtraBold";
  color: #fff;
  font-size: 35px;
  font-style: italic;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
}

.after__text {
  font-family: "Exo2-Regular";
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 42px;
}

.btn__icon {
  width: 35px;
  height: 35px;
  background: url("../assets/icons/Enter_icon.webp") center no-repeat;
  background-size: contain;
  transition: 0.5s ease-in-out;
}

.games {
  margin-bottom: 100px;
  position: relative;
}

.games__title {
  font-family: "Exo2-ExtraBold";
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 100px;
  margin-bottom: 135px;
}

.games__title span {
  color: #f6ff00;
}

.games__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.games__cards_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 90px;
}

.game__card {
  max-width: 788px;
  display: flex;
  align-items: center;
  gap: 29px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(
    95deg,
    rgba(227, 44, 47, 0.64) -13.05%,
    rgba(31, 38, 162, 0.28) 100.56%
  );
  backdrop-filter: blur(16px);
  padding: 5px;
}

.card__img {
  max-width: 322px;
}

.card__icon_container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card__icon {
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.card__icon:hover {
  transform: scale(1.3);
}

.world {
  background: url("../assets/icons/world__icon.webp") center no-repeat;
  background-size: contain;
}

.steam {
  background: url("../assets/icons/steam__icon.webp") center no-repeat;
  background-size: contain;
}

.card__title {
  max-width: 355px;
  color: #fff;
  font-family: "Exo2-ExtraBold";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.card__text {
  max-width: 350px;
  color: #e3e7ef;
  font-family: "NotoSans-Regular";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 39px;
}

.games__cardsDown_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.game__cardDown {
  min-width: 490px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(
    95deg,
    rgba(227, 44, 47, 0.64) -13.05%,
    rgba(31, 38, 162, 0.28) 100.56%
  );
  backdrop-filter: blur(16px);
  padding: 5px;
}

.card__imgDown {
  max-width: 206px;
}

.card__iconDown {
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.card__iconDown:hover {
  transform: scale(1.3);
}

.card__iconDown .steam {
  background: url("../assets/icons/steam__icon.webp") center no-repeat;
  background-size: contain;
}

.card__iconDown .world {
  background: url("../assets/icons/world__icon.webp") center no-repeat;
  background-size: contain;
}

.card__iconDown.phone {
  background: url("../assets/icons/phone__icon.webp") center no-repeat;
  background-size: contain;
}

.card__titleDown {
  max-width: 250px;
  color: #fff;
  font-family: "Exo2-ExtraBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.card__textDown {
  max-width: 250px;
  color: #e3e7ef;
  font-family: "NotoSans-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 48px;
}

.card__iconDown_container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.money__decor4 {
  width: 299px;
  height: 506px;
  background: url(../assets/Decor3.webp) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 37%;
  left: 0;
}

.working__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.working {
  height: 960px;
  background: url("../assets/bg.png") center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 168px;
}

.starsDecor__left {
  width: 550px;
  height: 870px;
  background: url(../assets/stars_left.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 1;
}

.starsDecor__right {
  width: 515px;
  height: 830px;
  background: url(../assets/stars_right.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -120px;
  z-index: 1;
}

.content {
  max-width: 1460px;
  margin: 0 auto;
  padding-top: 60px;
}

.working__title {
  color: #fff;
  text-align: center;
  font-family: "Exo2-ExtraBold";
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 100px;
  margin-bottom: 32px;
}

.working__container {
  max-width: 1200px;
  margin: 0 auto 30px;
}

html[lang="en"] .working__list {
  max-width: 1080px;
}

.working__list {
  max-width: 1000px;
  list-style-type: decimal;
}

.list__item {
  font-family: "NotoSans-Regular";
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 27px;
}

li::marker {
  font-family: "Exo2-Bold";
  font-size: 50px;
}

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

.list__item span {
  font-family: "Exo2-Bold";
  font-size: 50px;
  font-weight: 700;
}

.proposals {
  padding-bottom: 168px;
}

.proposals__wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.proposals__title {
  color: #fff;
  text-align: center;
  font-family: "Exo2-ExtraBold";
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 100px;
  margin-bottom: 100px;
}

.proposals__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 110px;
  row-gap: 50px;
}

.proposals__item {
  max-width: 461px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #300a46;
  box-shadow: 0 16px 16px -16px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 0 25px 73px;
}

.proposals__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 36px;
  height: 58px;
  background: linear-gradient(180deg, #46dd21 0%, #35e4a7 100%);
  clip-path: polygon(
    0 0,
    /* верхний левый угол */ 100% 0,
    /* верхний правый угол */ 100% 85%,
    /* правый нижний угол перед остриём */ 50% 100%,
    /* центр нижнего острого угла */ 0 85% /* левый нижний угол перед остриём */
  );
  z-index: 2;
}

.item__icon {
  width: 278px;
  height: 245px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.icon1 {
  background: url("../assets/images/1.webp") center no-repeat;
  background-size: contain;
}

.icon2 {
  width: 450px;
  height: 330px;
  top: -75px;
  background: url("../assets/images/2.webp") center no-repeat;
  background-size: contain;
}

.icon3 {
  width: 385px;
  height: 330px;
  top: -75px;
  background: url("../assets/images/3.webp") center no-repeat;
  background-size: contain;
}

.icon4 {
  width: 385px;
  height: 330px;
  top: -75px;
  background: url("../assets/images/4.webp") center no-repeat;
  background-size: contain;
}

.icon5 {
  width: 385px;
  height: 330px;
  top: -75px;
  background: url("../assets/images/5.webp") center no-repeat;
  background-size: contain;
}

.icon6 {
  width: 385px;
  height: 330px;
  top: -75px;
  background: url("../assets/images/6.webp") center no-repeat;
  background-size: contain;
}

.item__title {
  color: #f0f3f7;
  text-align: center;
  font-family: "Poppins-Regular";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin: 230px 0 16px;
}

.item__text {
  color: #e3e7ef;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.faq {
  padding: 100px 0 100px;
  background: linear-gradient(to bottom, #1c0404 0%, #6410ad 100%);
  position: relative;
}

.decor {
  width: 360px;
  height: 1040px;
  background: url("../assets/stars_left.png") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.decor1 {
  width: 410px;
  height: 1040px;
  background: url("../assets/stars_right.png") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.faq__wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.faq__title {
  color: #fff;
  text-align: center;
  font-family: "Exo2-ExtraBold";
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 100px;
  margin-bottom: 75px;
}

.faq__item {
  margin-bottom: 50px;
}

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

.faq__subtitle {
  font-family: "Exo2-Bold";
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin-bottom: 25px;
}

.faq__text {
  font-family: "NotoSans-Regular";
  font-weight: 400;
  font-size: 28px;
  font-style: normal;
  color: #fff;
  line-height: 40px;
  letter-spacing: 1px;
}

/* .faq__text span {
  font-weight: 700;
  font-size: 35px;
} */

.footer {
  background: #140306;
  box-shadow: 0 4px 22.8px 0 rgba(255, 39, 241, 0.06);
  padding: 30px 0 30px;
}

.footer__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  flex-direction: column;
}

/* .link__title {
  max-width: 290px;
  color: #fff;
  font-family: "Poppins-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 43px;
} */

.footer__logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.link__list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 35px;
}

.link {
  width: 38px;
  height: 38px;
  display: block;
  text-decoration: none;
}

.logo__footer_text {
  color: #fff;
  font-family: "Exo2-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.logo__footer_text span {
  font-weight: 700;
}

@media (max-width: 1650px) {
  .header__wrapper {
    padding: 15px 30px 15px;
  }

  .preview__wrapper {
    padding: 0 30px 0;
  }

  .preview {
    height: 940px;
  }

  .girls__container {
    width: 1000px;
    height: 940px;
  }

  .money__decor4 {
    width: 220px;
    height: 427px;
    top: 47%;
  }

  .games__wrapper,
  .proposals__wrapper,
  .footer__wrapper,
  .faq__wrapper {
    padding: 0 30px 0;
  }

  .working__wrapper {
    padding: 0 70px 0;
  }

  .faq__text {
    max-width: 1200px;
    font-size: 25px;
  }
}

@media (max-width: 1440px) {
  .preview__title {
    font-size: 47px;
    line-height: 55px;
  }

  .preview__text {
    max-width: 520px;
    font-size: 24px;
  }

  .preview__info {
    padding-top: 105px;
  }

  .preview {
    height: 750px;
  }

  .btn__block {
    max-width: 400px;
  }

  .after__text {
    font-size: 15px;
  }

  html[lang="en"] .preview__btn {
    max-width: 375px;
  }

  .preview__btn {
    max-width: 355px;
  }

  .btn__text {
    font-size: 28px;
    line-height: 50px;
  }

  .girls__container {
    width: 940px;
    height: 750px;
  }

  .logo__container {
    max-width: 165px;
  }

  /* .messenger {
    width: 25px;
  } */

  .header__wrapper {
    padding: 15px 30px 15px;
  }

  /* .messenger__container {
    gap: 25px;
  } */

  .money__decor3 {
    top: 290px;
    right: 10px;
  }

  .money__decor1 {
    width: 160px;
    height: 340px;
    bottom: 35px;
  }

  .money__decor2 {
    width: 170px;
    height: 95px;
    top: 208px;
    left: 205px;
  }

  .money__decor {
    width: 400px;
    height: 250px;
  }

  .games__title {
    font-size: 55px;
    line-height: 75px;
  }

  .card__img {
    max-width: 245px;
  }

  .card__title {
    font-size: 38px;
  }

  /* .card__icon {
    margin-bottom: 20px;
  } */

  .card__imgDown {
    max-width: 185px;
  }

  /* .card__iconDown {
    margin-bottom: 22px;
  } */

  .card__titleDown {
    margin-bottom: 20px;
  }

  .working__title {
    font-size: 55px;
  }

  .proposals__title {
    font-size: 55px;
  }

  .proposals__container {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
  }

  .proposals__item {
    padding: 0 25px 50px;
  }

  .icon1 {
    width: 165px;
    top: -75px;
  }

  .item__title {
    font-size: 27px;
  }

  .item__text {
    font-size: 16px;
  }

  .proposals__item::after {
    width: 30px;
    height: 45px;
  }

  .proposals__item {
    padding: 0 25px 30px;
  }

  .icon2 {
    width: 345px;
    top: -85px;
  }

  .icon3,
  .icon4,
  .icon5 {
    width: 340px;
    top: -80px;
  }

  .icon6 {
    width: 340px;
    top: -85px;
  }

  .item__title {
    margin: 190px 0 16px;
  }

  .proposals__container {
    column-gap: 50px;
    row-gap: 35px;
  }

  html[lang="en"] .working__list {
    max-width: 830px;
  }

  .working__list {
    max-width: 750px;
  }

  .list__item {
    font-size: 25px;
  }

  .list__item span,
  li::marker {
    font-size: 40px;
  }

  .link {
    width: 35px;
    height: 35px;
  }

  .faq {
    padding: 50px 0 100px;
  }

  .faq__title {
    font-size: 60px;
  }

  .faq__subtitle {
    font-size: 40px;
  }

  .faq__text {
    font-size: 21px;
  }

  .faq__text span {
    font-size: 26px;
  }

  .working {
    height: 850px;
  }
}

@media (max-width: 1300px) {
  .girls__container {
    width: 780px;
    height: 720px;
  }

  .preview {
    height: 720px;
  }

  .preview__title {
    font-size: 45px;
  }

  .preview__text {
    max-width: 370px;
    font-size: 19px;
    line-height: 37px;
    margin-bottom: 30px;
  }

  .btn__text {
    font-size: 25px;
  }

  html[lang="en"] .preview__btn {
    max-width: 350px;
  }

  .preview__btn {
    max-width: 333px;
  }

  .money__decor1 {
    width: 125px;
    height: 260px;
    bottom: 55px;
  }

  .money__decor2 {
    width: 130px;
    height: 72px;
    top: 217px;
    left: 165px;
  }

  .money__decor3 {
    width: 160px;
    height: 100px;
    top: 290px;
    right: -15px;
  }

  .money__decor {
    width: 340px;
    height: 220px;
  }

  .games__title {
    font-size: 50px;
    line-height: 70px;
  }

  .money__decor4 {
    width: 185px;
    height: 321px;
  }

  .working__title {
    font-size: 50px;
  }

  .working {
    margin-bottom: 100px;
  }

  .proposals__title {
    font-size: 55px;
  }

  /* .link__title {
    font-size: 22px;
    margin-bottom: 25px;
  } */

  .link {
    width: 30px;
    height: 30px;
  }

  .stars__decor {
    width: 735px;
  }

  .stars__decor1 {
    width: 550px;
  }

  .stars__decor1 {
    height: 655px;
  }

  .faq__text {
    max-width: 950px;
  }
}

@media (max-width: 1200px) {
  .preview__title {
    max-width: 460px;
    font-size: 40px;
  }

  .preview__text {
    font-size: 18px;
    line-height: 33px;
  }

  html[lang="en"] .preview__btn {
    max-width: 290px;
  }

  .preview__btn {
    max-width: 280px;
  }

  .btn__icon {
    width: 27px;
    height: 27px;
  }

  .btn__text {
    font-size: 20px;
    line-height: 45px;
  }

  .games__title {
    font-size: 43px;
    line-height: 57px;
  }

  .games__title {
    margin-bottom: 100px;
  }

  .card__title {
    font-size: 25px;
  }

  .card__icon {
    width: 33px;
    height: 33px;
  }

  .card__text {
    font-size: 20px;
  }

  .card__img {
    max-width: 200px;
  }

  .game__card {
    gap: 15px;
  }

  .card__imgDown {
    max-width: 150px;
  }

  .card__titleDown {
    margin-bottom: 15px;
  }

  .card__textDown {
    max-width: 312px;
    font-size: 18px;
    margin-bottom: 33px;
  }

  .game__cardDown {
    gap: 15px;
  }

  .starsDecor__right {
    height: 620px;
  }

  .starsDecor__left {
    width: 461px;
    height: 620px;
  }

  .proposals__title {
    font-size: 50px;
  }

  .icon1 {
    width: 150px;
    top: -80px;
  }

  .icon2,
  .icon3,
  .icon4,
  .icon5 {
    width: 320px;
    top: -92px;
  }

  .icon6 {
    width: 322px;
    top: -92px;
  }

  .proposals__item::after {
    width: 27px;
    height: 37px;
  }

  .proposals__item {
    padding: 0 25px 15px;
  }
}

@media (max-width: 1000px) {
  .preview {
    height: 650px;
  }

  .girls__container {
    width: 650px;
    height: 610px;
  }

  .preview__info {
    padding-top: 60px;
  }

  .preview__title {
    font-size: 34px;
  }

  html[lang="en"] .preview__btn {
    max-width: 230px;
  }

  .preview__btn {
    max-width: 230px;
  }

  html[lang="en"] .btn__text {
    font-size: 13px;
  }

  .btn__text {
    font-size: 15px;
  }

  .after__text {
    font-size: 12px;
  }

  .games__title {
    font-size: 35px;
    margin-bottom: 65px;
  }

  .working__title {
    font-size: 35px;
  }

  .list__item span,
  li::marker {
    font-size: 35px;
  }

  .list__item {
    font-size: 23px;
  }

  .working {
    height: 775px;
    margin-bottom: 55px;
  }

  .proposals__title {
    font-size: 35px;
  }

  .proposals__container {
    grid-template-columns: repeat(1, max-content);
  }

  .proposals {
    padding-bottom: 110px;
  }

  .faq__title {
    font-size: 50px;
  }

  .faq__subtitle,
  .faq__text {
    text-align: center;
  }

  .logo__footer_text {
    font-size: 12px;
  }
}

@media (max-width: 950px) {
  .games__cards_container {
    grid-template-columns: repeat(1, max-content);
    justify-content: center;
    margin-bottom: 30px;
  }

  .card__img {
    max-width: 190px;
  }
}

@media (max-width: 750px) {
  .girls__container {
    width: 435px;
    height: 413px;
  }

  .money__decor {
    width: 162px;
    height: 178px;
  }

  .money__decor1 {
    width: 70px;
    height: 177px;
    bottom: 87px;
  }

  .money__decor2 {
    width: 100px;
    height: 55px;
    top: 115px;
    left: 70px;
  }

  .money__decor3 {
    width: 160px;
    height: 100px;
    top: 290px;
    right: -39px;
  }

  .stars__decor {
    width: 555px;
    height: 490px;
  }

  .stars__decor1 {
    width: 500px;
    height: 320px;
  }

  .starsDecor__right {
    height: 735px;
  }

  .starsDecor__left {
    height: 815px;
  }

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

  .faq__subtitle {
    font-size: 35px;
  }
}

@media (max-width: 650px) {
  .girls__container {
    width: 350px;
    height: 335px;
  }

  .money__decor {
    width: 121px;
    height: 153px;
  }

  .money__decor1 {
    width: 60px;
    height: 127px;
    bottom: 33px;
  }

  .money__decor2 {
    width: 60px;
    height: 30px;
    top: 110px;
    left: 72px;
  }

  .money__decor3 {
    width: 139px;
    height: 50px;
    top: 150px;
    right: -39px;
  }

  .preview__title {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .preview__text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .preview__btn {
    max-width: 200px;
    gap: 10px;
    padding: 8px 20px 12px 10px;
  }

  html[lang="en"] .preview__btn {
    max-width: 200px;
  }

  .btn__icon {
    width: 21px;
    height: 21px;
  }

  .after__text {
    font-size: 10px;
  }

  .games__title {
    font-size: 30px;
    margin-bottom: 60px;
  }

  .card__img {
    max-width: 170px;
  }

  .card__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .card__text {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .game__cardDown {
    min-width: 444px;
  }

  .card__titleDown {
    font-size: 22px;
  }

  .card__textDown {
    max-width: 265px;
    margin-bottom: 30px;
  }

  .card__icon {
    width: 45px;
    height: 45px;
  }

  .card__icon_container {
    gap: 20px;
  }

  .card__iconDown {
    width: 45px;
    height: 45px;
  }

  .card__iconDown_container {
    gap: 20px;
  }

  .starsDecor__right {
    width: 430px;
  }

  .starsDecor__left {
    width: 400px;
  }

  .list__item span,
  li::marker {
    font-size: 29px;
  }

  .list__item {
    font-size: 20px;
  }

  .proposals__item {
    max-width: 345px;
  }

  .icon1 {
    width: 135px;
    top: -83px;
  }

  .icon2,
  .icon3,
  .icon4,
  .icon5,
  .icon6 {
    width: 285px;
    top: -101px;
  }

  .item__title {
    margin: 165px 0 16px;
  }

  .faq__title {
    font-size: 45px;
  }

  .faq__subtitle {
    font-size: 29px;
  }

  .faq__text {
    font-size: 18px;
  }

  .decor1 {
    width: 320px;
    height: 850px;
  }
}

@media (max-width: 550px) {
  .decor1 {
    top: 3%;
  }
}

@media (max-width: 450px) {
  .logo__container {
    max-width: 140px;
  }

  .girls__container {
    width: 323px;
    height: 321px;
  }

  .money__decor {
    width: 89px;
    height: 100px;
    bottom: 9%;
    left: 6%;
  }

  .games__title {
    font-size: 26px;
    margin-bottom: 50px;
  }

  .game__card {
    max-width: 370px;
  }

  .card__title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .card__text {
    font-size: 15px;
    margin-bottom: 23px;
  }

  .card__img {
    max-width: 180px;
  }

  .card__imgDown {
    max-width: 130px;
  }

  .card__titleDown {
    font-size: 20px;
  }

  .card__textDown {
    font-size: 15px;
    max-width: 213px;
  }

  .game__cardDown {
    min-width: 360px;
  }

  .starsDecor__left {
    height: 630px;
    top: 5%;
  }

  .working__title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .list__item span,
  li::marker {
    font-size: 26px;
    line-height: 40px;
  }

  .list__item {
    font-size: 18px;
  }

  .working {
    height: 780px;
  }

  .proposals__title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .proposals__item {
    max-width: 300px;
  }

  .item__title {
    font-size: 25px;
  }

  .item__text {
    font-size: 14px;
  }

  .icon4,
  .icon5,
  .icon6 {
    width: 245px;
    top: -109px;
  }

  .faq__title {
    font-size: 43px;
    margin-bottom: 45px;
  }

  .faq__subtitle {
    font-size: 26px;
  }

  .faq__text {
    font-size: 16px;
    line-height: 29px;
  }

  .decor {
    width: 373px;
    top: -4%;
    left: -24%;
  }
}

@media (max-width: 430px) {
  .preview__info {
    padding-top: 35px;
  }

  .preview__title {
    font-size: 29px;
    line-height: 45px;
    margin-bottom: 11px;
  }

  .preview__title span {
    font-size: 45px;
  }

  .card__img {
    max-width: 155px;
  }

  .card__title {
    font-size: 19px;
    margin-bottom: 13px;
  }

  .card__text {
    font-size: 13px;
    margin-bottom: 21px;
  }

  .card__icon {
    width: 39px;
    height: 39px;
  }

  .card__titleDown {
    font-size: 19px;
  }

  .card__iconDown {
    width: 39px;
    height: 39px;
  }

  .card__textDown {
    font-size: 12px;
    margin-bottom: 25px;
    max-width: 200px;
  }

  .games__title {
    line-height: 45px;
  }

  .faq__title {
    font-size: 39px;
  }

  .faq__subtitle {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .faq__text {
    font-size: 13px;
  }

  .faq__item {
    margin-bottom: 40px;
  }

  .proposals {
    padding-bottom: 65px;
  }

  .faq {
    padding: 50px 0 60px;
  }

  .email__icon {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 390px) {
  .preview__title {
    font-size: 27px;
  }

  .game__card {
    max-width: 325px;
  }

  .card__title {
    font-size: 16px;
  }

  .card__text {
    font-size: 12px;
  }

  .card__icon {
    width: 32px;
    height: 32px;
  }

  .game__cardDown {
    min-width: 325px;
  }

  .card__iconDown {
    width: 32px;
    height: 32px;
  }

  .card__titleDown {
    font-size: 16px;
  }

  .card__textDown {
    max-width: 160px;
  }

  .games__title {
    font-size: 23px;
  }

  .working__title {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .list__item span,
  li::marker {
    font-size: 23px;
  }

  .list__item {
    font-size: 15px;
  }

  .working {
    height: 730px;
  }

  .proposals__title {
    font-size: 27px;
  }

  .proposals__item {
    max-width: 270px;
  }

  .icon1 {
    width: 122px;
    top: -88px;
  }

  .icon2,
  .icon3,
  .icon4 {
    width: 270px;
    top: -107px;
  }

  .icon5,
  .icon6 {
    width: 228px;
    top: -115px;
  }

  .proposals__item::after {
    right: 17px;
  }

  .item__title {
    font-size: 23px;
  }

  .item__text {
    font-size: 13px;
  }

  .item__title {
    margin: 145px 0 16px;
  }

  .faq__title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .content {
    padding-top: 30px;
  }
}
