@import url("./fonts/evolventa.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body,
html,
main {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Evolventa", sans-serif;
  color: #171717;
}
body.overlay {
  overflow: hidden;
}
.container {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
input,
button {
  font-family: "Evolventa", sans-serif;
}
.mobile {
  display: none;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f42468;
  border: none;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
}

.button:hover {
  background: #d60a4d;
}

.button:active {
  background: #f42468;
}

.button1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  color: #171717;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
}

.button1:hover {
  background: #f1f2fd;
}

.button1:active {
  background: #fff;
}
.button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e5fc;
  border: none;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  color: #5061ec;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
}

.button2:hover {
  background: #c5caf9;
}

.button2:active {
  background: #e2e5fc;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  main {
    transform: scale(0.8);
    transform-origin: left top;
    width: 125%;
  }
}
@media (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block;
  }
}

html,
body {
  width: 100dvw;
  overflow-x: hidden;
}

header {
  background: #f7598d;
  position: relative;
  overflow: hidden;
}

header > .container {
  background: url("/static/images/header1.svg") no-repeat bottom right;
  height: 450px;
}

.header_logo {
  padding: 20px 0 0;
}

.header_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header_content > div:nth-child(1) {
  color: #fff;
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  padding: 70px 0 20px;
}

.header_content > div:nth-child(2) {
  background: #fff;
  height: 63px;
  display: flex;
  align-items: center;
  transform: skew(-15deg);
  padding: 0 20px;
  margin-left: -20px;
}

.header_content > div:nth-child(2) > span {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  transform: skew(15deg);
}

.header_content > div:nth-child(3) {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
}

@media (max-width: 1024px) {
  header > .container {
    background: none;
    height: auto;
  }

  .header_logo {
    text-align: center;
  }

  .header_logo > img {
    height: 30px;
  }

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

  .header_content > div:nth-child(1) {
    text-align: center;
    font-size: 42px;
    line-height: 105%;
    padding: 23px 0 10px;
  }

  .header_content > div:nth-child(2) {
    height: 30px;

    padding: 0 10px;
    margin: 0;
  }

  .header_content > div:nth-child(2) > span {
    font-size: 18px;
    line-height: 100%;
    transform: skew(15deg);
  }

  .header_content > div:nth-child(3) {
    font-size: 18px;
    padding-top: 5px;
  }

  .header_img {
    display: flex;
    justify-content: center;
    padding-top: 17px;
  }
}

/*** ABOUT **/
.about_wrapper {
  display: flex;
  gap: 27px;
}

.about_content {
  padding-top: 62px;
  display: flex;
  flex-direction: column;
}

.about_img {
  display: flex;
}

.about_content > div:nth-child(1) {
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  color: #f7598d;
}

.about_content > div:nth-child(2) {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  padding: 12px 0 40px;
}

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

.about_list > div {
  display: flex;
  align-items: center;
  gap: 12px;

  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.about_tags_title {
  padding: 40px 0 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}

.about_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about_tags > span {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 17px;
  background: #dff7fc;
  border-radius: 20px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
}

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

  .about_content > div:nth-child(1) {
    font-size: 42px;
  }

  .about_content > div:nth-child(2) {
    font-size: 18px;
    padding: 4px 0 25px;
  }

  .about_list {
    gap: 14px;
  }

  .about_list > div {
    gap: 18px;
    font-size: 16px;
  }

  .about_tags_title {
    font-size: 18px;
    padding: 33px 0 0;
    margin-bottom: -30px;
  }

  .about_tags_mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    background: url("/static/images/about_mobile.png") no-repeat right bottom;
    margin-right: -20px;
    box-sizing: border-box;
    padding: 76px 20px 40px 0;
  }

  .about_tags_mobile > div {
    display: flex;
    gap: 10px;
  }

  .about_tags_mobile > div > span {
    display: flex;
    align-items: center;
    background: #dff7fc;
    border-radius: 20px;
    white-space: nowrap;
    font-weight: 400;
    line-height: 140%;
    height: 28px;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 12px;
  }
}

/** gift */
/** GIFT */
.gift {
  background: #5061ec;
  position: relative;
  overflow: visible;
}

.gift_content {
  display: flex;
  align-items: center;
  height: 438px;
  position: relative;
}

.gift_content > div:nth-child(1) {
  display: flex;
  flex-direction: column;
}

.gift_content > div:nth-child(1) {
  width: 100%;
}

.gift_content > div > div:nth-child(1) {
  font-weight: 700;
  font-size: 60px;
  line-height: 130%;
  color: #fff;
}

.gift_content > div > div:nth-child(2) {
  background: #fff;
  transform: skew(-15deg);
  height: 75px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  margin: 20px 60px 0 -20px;
  width: 80%;
}

.gift_content > div > div:nth-child(2) > span {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  transform: skew(15deg);
}

.gift_content > div > div:nth-child(3) {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 145%;
  padding-top: 8px;
  max-width: 830px;
}

.gift_imgtitle {
  display: flex;
  justify-content: flex-end;
  padding: 40px 340px 0 0;
}

.gift_img {
  display: flex;
  position: absolute;
  right: -80px;
  bottom: -60px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .gift_content {
    height: auto;
  }

  .gift_content > div > div:nth-child(1) {
    padding: 40px 0 24px;
    font-size: 40px;
    line-height: 105%;
  }

  .gift_content > div > div:nth-child(2) {
    transform: none;
    height: auto;
    width: 100%;
    padding: 0 20px;
    margin: 0 -20px;
  }

  .gift_content > div > div:nth-child(2) > span {
    font-size: 24px;
    line-height: 130%;
    transform: none;
    padding: 11px 0;
  }

  .gift_content > div > div:nth-child(3) {
    max-width: auto;
    padding: 20px 0 40px;
    font-size: 24px;
    line-height: 120%;
  }

  .gift_imgtitle {
    padding: 0 0 40px;
    justify-content: flex-start;
  }

  .gift_img {
    position: absolute;
    right: 0px;
    top: auto;
    bottom: -40px;
    display: block;
  }

  .gift_img > img {
    width: 180px;
    transform: rotate(20deg);
  }
}

/** DONTBUY **/
.dontbuy > .container {
  background: url("/static/images/dontbuy.png") no-repeat left bottom;
}

.dontbuy_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 70px 0 0;
  padding-left: 590px;
  height: 500px;
  box-sizing: border-box;
}

.dontbuy_content > div:nth-child(1) {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}

.dontbuy_content > div:nth-child(2) {
  font-weight: 400;
  font-size: 24px;
  line-height: 145%;
}

@media (max-width: 1024px) {
  .dontbuy > .container {
    background: url("/static/images/dontbuy_mobile.png") no-repeat right bottom;
  }

  .dontbuy_content {
    gap: 13px;
    height: auto;
    padding: 30px 0 74px 0;
  }

  .dontbuy_content > div:nth-child(1) {
    font-size: 18px;
    line-height: 140%;
  }

  .dontbuy_content > div:nth-child(2) {
    font-size: 16px;
  }
}

/** LIKE **/

.like {
  background: #dff7fc;
  overflow: hidden;
}

.like_content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 433px;
  justify-content: center;
}

.like_content > div:nth-child(1) {
  font-weight: 400;
  font-size: 32px;
  line-height: 145%;
  padding-left: 50px;
  width: 830px;
}

.like_content > div:nth-child(2) {
  background: #fff;
  height: 144px;
  display: flex;
  align-items: center;
  padding: 0 50px;
  transform: skew(-10deg);
  position: relative;
  max-width: 1020px;
}

.like_content > div:nth-child(2) > span {
  transform: skew(10deg);
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
}

.like_content > div:nth-child(2) > img {
  position: absolute;
  right: -100px;
  transform: translateY(-50px);
}

@media (max-width: 1024px) {
  .like_content {
    height: auto;
    padding: 30px 0 40px;
    gap: 12px;
  }

  .like_content > div:nth-child(1) {
    font-size: 16px;
    line-height: 150%;
    padding-left: 0px;
    width: auto;
  }

  .like_content > div:nth-child(2) {
    height: auto;
    align-items: center;
    padding: 10px 20px;
  }

  .like_content > div:nth-child(2) > span {
    font-size: 18px;
    line-height: 140%;
  }

  .like_content > div:nth-child(2) > img {
    position: absolute;
    right: -10px;
    width: 100px;
    transform: none;
  }
}

/** howto */

.howto > .container {
  background: url("/static/images/nextback.png") no-repeat right bottom;
}

.howto_wrapper {
  display: flex;
  flex-direction: column;
  padding: 94px 0;
  max-width: 815px;
}

.howto_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 115%;
}

.howto_description {
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  padding: 10px 0 2px;
}

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

.howto_item {
  display: flex;
  gap: 21px;
  padding-top: 38px;
}

.howto_item > span:nth-child(1) {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  display: flex;
  box-sizing: border-box;
  padding-top: 13px;
  justify-content: center;
  width: 51px;
  min-width: 51px;
  height: 51px;
  background: #5061ec;
  border-radius: 26px;
  color: #fff;
}

.howto_item > div:nth-of-type(1) > div:nth-child(1) {
  font-weight: 700;
  font-size: 28px;
  line-height: 145%;
  padding-top: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.howto_item > div:nth-of-type(1) > div:nth-child(1) > span {
  background: #c5caf9;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  height: 35px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 18px;
}

.howto_item__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  padding: 16px 0 0 72px;
}

.howto_item__description a {
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  text-decoration: none;
  color: #5061ec;
  border-bottom: 2px solid #5061ec;
}

@media (max-width: 1024px) {
  .howto > .container {
    background: url("/static/images/nextback_mobile1.png") no-repeat right
      bottom;
  }

  .howto_wrapper {
    padding: 32px 0 48px;
    max-width: 100%;
  }

  .howto_title {
    font-size: 18px;
    line-height: 140%;
  }

  .howto_description {
    padding: 0px 0 8px;
    font-size: 28px;
    line-height: 140%;
  }

  .howto_item {
    gap: 12px;
    padding-top: 16px;
  }

  .howto_item > span:nth-child(1) {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 18px;
    padding-top: 12px;
  }

  .howto_item > div:nth-of-type(1) > div:nth-child(1) {
    font-size: 16px;
    line-height: 145%;
    padding-top: 8px;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }

  .howto_item > div:nth-of-type(1) > div:nth-child(1) > span {
    height: 24px;
    padding: 0 12px;
    font-size: 12px;
  }

  .howto_item__description {
    gap: 12px;
    font-size: 14px;
    padding: 6px 0 0 50px;
  }

  .howto_item__description a {
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #5061ec;
  }
}

/** START */
.start {
  padding: 60px 0 86px 0;
  background: #5061ec;
}

.start_container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.start_also {
  padding-bottom: 20px;
}

.start_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  color: #fff;
}
.start_description {
  display: flex;
  gap: 82px;
  align-items: center;

  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  padding: 20px 0 40px;
}

.start_description > div:nth-child(1) {
  background: #dff7fc;
  padding: 20px;
  border-radius: 20px;
  width: 620px;
  box-sizing: border-box;
}

.start_description > div:nth-child(2) {
  color: #fff;
}

.start_wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}

.start_left {
  display: flex;
  flex-direction: column;
  width: 570px;
}

.start_left > div:nth-child(1) {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
}

.start_left > div:nth-child(2) {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.start_left > div:nth-child(2) > span {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;

  background: url("/static/images/bullet.svg") no-repeat left top;
  padding: 0 0 0 48px;
}

.start_left > div:nth-child(3) {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin: 38px 0 30px;
}

.start_button {
  position: relative;
  display: flex;
}

.start_button a {
  max-width: 488px;
}

.start_img > img {
  width: 662px;
}

.start_free_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(90px, 10px);
}

.start_free_price > div:nth-child(1) {
  color: #8b8b8b;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  position: relative;
}

.start_free_price > div:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #8b8b8b;
}

.start_free_price > div:nth-child(2) {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  text-align: center;
}

.start_img {
  position: absolute;
  right: -54px;
  bottom: -82px;
}

.start_discount {
  position: absolute;
  top: -100px;
  right: 100px;
}

@media (max-width: 1024px) {
  .start {
    padding: 25px 0 30px;
  }
  .start_title {
    font-size: 40px;
    line-height: 110%;
  }
  .start_description {
    font-size: 16px;
    line-height: 135%;
  }

  .start_wrapper {
    padding: 16px;
  }

  .start_left {
    width: 100%;
  }

  .start_left > div:nth-child(1) {
    font-size: 16px;
  }

  .start_left > div:nth-child(2) {
    margin-top: 16px;
    gap: 16px;
  }

  .start_left > div:nth-child(2) > span {
    font-size: 16px;
    background-size: 21px 23px;
    padding: 0 0 0 36px;
  }

  .start_left > div:nth-child(3) {
    font-size: 16px;
    margin: 15px 0 20px;
  }

  .start_img__mobile img {
    width: 100%;
    margin: -10px 0 0px 0;
  }

  .start_button > a {
    height: 36px;
    font-size: 14px;
  }

  .start_description {
    padding: 20px 0 25px;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    align-items: flex-start;
  }

  .start_description > div:nth-child(1) {
    width: auto;
    border-radius: 0 20px 20px 0;
    margin-left: -20px;
    padding: 14px 20px 14px 20px;
  }

  .start_description > div:nth-child(2) {
    color: #fff;
    padding: 0;
  }

  .start_discount {
    top: 225px;
    right: -20px;
  }

  .start_discount > img {
    width: 95px;
  }

  .start_button {
    flex-direction: column-reverse;
  }

  .start_free_price {
    position: relative;
    transform: none;
  }
}

/**** PAYMENTS ****/
.payment {
  background: #f7598d;
  padding: 80px 0;
}
.payment-wrapper {
  display: grid;
  grid-template-columns: auto 540px;
  gap: 52px;
}
.payment-wrapper > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.payment-title {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}
.payment-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.payment-description span {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 145%;
}
.payment-info {
  color: #fff;
  padding: 20px 0 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
}
.payment-counter {
  display: flex;
  gap: 15px;
  align-items: center;
}

.payment-counter > div:first-child {
  display: flex;
  gap: 15px;
}

.payment-counter > div:first-child > div:nth-child(2) {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}

.payment-counter > div:nth-child(2) {
  display: flex;
}
.payment-counter > div:nth-child(2) > span {
  background: #fff;
  width: 82px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-weight: 700;
  font-size: 50.52px;
  line-height: 115%;
}

.payment-form-wrapper {
  width: 100%;
  max-width: 540px;
  overflow: hidden;
  position: relative;
}
.payment-form-wrapper > div:first-child {
  position: relative;
  width: 200%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: margin 0.3s;
}
.payment-form-wrapper div.preloader {
  position: absolute;
  display: none;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8) url(/static/images/payment-preloader.gif)
    no-repeat center center;
}
.payment-form-wrapper.step2 > div {
  margin-left: -100%;
}
.payment-form-step {
  padding: 0 0 20px 40px;
  color: #fff;
  font-weight: 400;
  font-size: 26.7px;
  line-height: 40.05px;
}
.payment-form {
  border-radius: 30px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.payment-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment-form form > div input[type="text"],
.payment-form form > div input[type="tel"],
.payment-form form > div input[type="email"],
.payment-form form > div select {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  padding: 0 16px;
  border: solid 2px #e2e2e3;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.payment-form .has_equipment {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
}

.payment-form .has_equipment input {
  border-color: #b2b2b2;
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.payment-form form > div input::placeholder,
.payment-form form > div select::placeholder {
  color: #b2b2b2;
}
.payment-form form > div.select {
  position: relative;
}
.payment-form form > div.select::after {
  --size: 4px;
  content: "";
  position: absolute;
  right: 16px;
  pointer-events: none;
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid #b2b2b2;
  top: 50%;
  transform: translateY(-50%);
}
.payment-form form > div.select > select {
  appearance: none;
}
.payment-form form > div.select > select:invalid {
  color: #b2b2b2;
}
.payment-form form > div.select > select > option {
  color: #171717;
}
.payment-form form > div.form_button {
  padding-top: 30px;
}

.payment-form form > div.form_button1 {
  padding-top: 10px;
}

.payment-form > div.politics {
  padding-top: 20px;
  color: #b2b2b2;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.payment-form > div.politics > a {
  color: #b2b2b2;
}
.payment_cost {
  font-weight: bold;
  padding-top: 78px;
  font-size: 16px;
}
.payment_cost_free {
  height: 67px;
}

@media (max-width: 1024px) {
  .payment {
    padding: 40px 0;
  }
  .payment-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .payment-title {
    font-size: 35px;
    text-align: left;
    width: 100%;
  }
  .payment-title br {
    display: none;
  }
  .payment-description {
    gap: 12px;
  }
  .payment-description > span {
    font-size: 20px;
  }
  .payment-info {
    font-size: 16px;
  }

  .payment-counter {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
  }

  .payment-counter > div:first-child {
    gap: 10px;
  }

  .payment-counter > div:first-child > img {
    width: 24px;
  }

  .payment-counter > div:first-child > div:nth-child(2) {
    font-size: 24px;
  }

  .payment-counter > div:first-child > div:nth-child(2) > br {
    display: none;
  }

  .payment-counter > div:nth-child(2) > span {
    width: 62px;
    height: 72px;
    border-radius: 12px;
    font-size: 38px;
    margin-bottom: 32px;
  }

  .payment-form-step {
    padding: 0 0 10px 20px;
    font-size: 16px;
  }
  .payment-arrow {
    display: none;
  }
  .payment-form-wrapper {
    margin: 0;
  }
  .payment-form {
    padding: 20px;
  }
  .payment-form form {
    gap: 8px;
  }
  .payment-form form > div.button {
    padding-top: 10px;
  }
  .payment-form div.politics {
    padding-top: 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
  }
  .payment-form div.politics > br {
    display: none;
  }
  .payment_cost {
    font-weight: bold;
    padding-top: 41px;
  }

  .payment_cost_free {
    height: 40px;
  }

  .payment-form .has_equipment {
    font-size: 14px;
  }
}

/*********** TEACHERS *****************/
.teachers {
  padding: 52px 0 97px;
}

.teachers-wrapper {
  display: flex;
  flex-direction: column;
}

.teachers-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  padding: 0px 0 74px;
}

.teachers-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.teachers-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 71px 25px 30px;
  border-radius: 24px;
  background: #fafafb;
  position: relative;
}

.teachers-block > div:nth-child(1) {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}

.teachers-block > div:nth-child(2) {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.teachers-block > div:nth-child(3) {
  position: absolute;
  top: -44px;
  left: 30px;
}

.teachers-count {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}

.teachers-count > div:nth-child(1) {
  font-weight: 700;
  font-size: 50.92px;
  line-height: 135%;
  padding-top: 10px;
}

.teachers-count > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.teachers-count > div:nth-child(2) > div:nth-child(1) {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 155.87px;
  line-height: 100%;
}

.teachers-count > div:nth-child(2) > div:nth-child(2) {
  font-weight: 700;
  font-size: 50.92px;
  line-height: 120%;
  margin-top: -50px;
}

.teachers-stats {
  display: flex;
  padding-top: 60px;
  align-items: center;
  gap: 80px;
}

.teachers-stats > div:nth-child(2) {
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
}

@media (max-width: 1024px) {
  .teachers {
    padding: 30px 0 55px;
  }

  .teachers-title {
    font-size: 32px;
    text-align: left;
    padding-bottom: 32px;
  }

  .teachers-count {
    flex-direction: column;
    padding-top: 30px;
    gap: 10px;
  }

  .teachers-count > div:nth-child(1) {
    font-size: 32px;
    padding-top: 0px;
  }

  .teachers-count > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .teachers-count > div:nth-child(2) > div:nth-child(1) {
    font-size: 85px;
  }

  .teachers-count > div:nth-child(2) > div:nth-child(2) {
    font-size: 27px;
    margin-top: -30px;
  }

  .teachers-slider_wrapper {
    padding: 0 20px;
    margin: 0 -20px;
    overflow: hidden;
    padding-top: 44px;
  }

  .teachers-slider.swiper {
    overflow: initial;
  }

  .teachers-slider .swiper-slide {
    width: 290px;
  }

  .teachers-block {
    gap: 15px;
  }

  .teachers-block > div:nth-child(2) {
    font-size: 16px;
  }

  .teachers-stats {
    flex-direction: column-reverse;
    padding-top: 50px;
    align-items: flex-start;
    gap: 24px;
  }

  .teachers-stats > div:nth-child(2) {
    font-size: 24px;
    line-height: 135%;
  }

  .teachers-stats > div:nth-child(1) > img {
    width: 100%;
    max-width: 224px;
  }
}

/********************* REVIEWS *********************/
.reviews {
  background: #dff7fc;
}
.reviews-wrapper {
  position: relative;
  padding: 40px 0 44px;
}
.reviews-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
}
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}
.reviews-mark {
  background: #fff;
  border-radius: 24px;
  padding: 36px;
  min-height: 175px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.reviews-mark > div:nth-child(1) > div:nth-child(1) {
  font-weight: 700;
  font-size: 84px;
  line-height: 100%;
}
.reviews-mark > div:nth-child(1) > img {
  margin-top: -10px;
}
.reviews-mark > div:nth-child(2) {
  font-weight: 400;
  font-size: 13.2px;
  line-height: 27.6px;
  color: #bebebe;
}
.reviews-mark > div:nth-child(2) img {
  width: 120px;
}
.review-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.review-item > img {
  border-radius: 8px;
  width: 100%;
}
.reviews-owl {
  position: absolute;
  bottom: 0;
  right: 200px;
  display: flex;
}
.reviews-list.swiper {
  display: none;
}
@media (max-width: 1024px) {
  .reviews {
    overflow: hidden;
  }
  .reviews-wrapper {
    padding: 30px 0;
  }
  .reviews-title {
    font-size: 28px;
    text-align: left;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }
  .reviews-mark {
    border-radius: 14px;
    padding: 20px;
    flex-direction: row;
    min-height: auto;
    gap: 46px;
  }
  .reviews-mark > div:nth-child(1) > div:nth-child(1) {
    font-size: 49px;
  }
  .reviews-mark > div:nth-child(1) > img {
    height: 18px;
  }
  .reviews-mark > div:nth-child(2) img {
    height: 31px;
  }
  .reviews-mark > div:nth-child(2) > div:nth-child(2) {
    font-size: 10px;
    line-height: 14px;
  }
  .reviews-list {
    margin-top: 20px;
  }
  .reviews-list.swiper {
    display: block;
    overflow: visible;
  }
  .reviews-list img {
    width: 100%;
    border-radius: 6px;
  }
  .reviews-list .swiper-pagination {
    bottom: auto !important;
  }
  .reviews-list .swiper-pagination > .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 2px !important;
  }
  .reviews-list
    .swiper-pagination
    > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #80def1;
  }
}

/** WRITE */

.write {
  background: #5061ec;
  overflow: hidden;
}

.write_wrapper {
  display: flex;
  flex-direction: column;
  height: 419px;
  justify-content: center;
  gap: 40px;
  position: relative;
}

.write_title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
}

.write_button > a {
  max-width: 488px;
}

.write_img {
  display: flex;
  position: absolute;
  right: -100px;
  bottom: 0;
}

.write_img > img {
  height: 419px;
}

@media (max-width: 1024px) {
  .write {
    padding: 30px 0 0;
  }
  .write_wrapper {
    height: auto;
    gap: 20px;
    padding-bottom: 230px;
  }

  .write_title {
    font-size: 22px;
  }
  .write_button > a {
    max-width: none;
  }
  .write_img {
    right: -20px;
  }
  .write_img > img {
    height: 222px;
  }
}

/** WHEN */
.when {
  padding: 70px 0;
}

.when_title {
  padding-bottom: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
}

.when_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 144px 70px;
}

.when_grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.when_grid > div > div:nth-child(2) {
  font-weight: 400;
  font-size: 24px;
  line-height: 145%;
  text-align: center;
}

@media (max-width: 1024px) {
  .when {
    padding: 40px 0 20px;
  }

  .when_title {
    font-size: 22px;
    padding-bottom: 40px;
  }

  .when_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .when_grid > div {
    gap: 16px;
  }

  .when_grid > div > div:nth-child(1) > img {
    transform: scale(0.8);
  }

  .when_grid > div > div:nth-child(2) {
    font-size: 16px;
  }
}

/** LEARNING */

.learning {
  padding: 0px 0 50px;
}

.learning_content {
  width: 100%;
  background: url("/static/images/learning_back.svg") no-repeat center center;
  background-size: cover;
  height: 340px;
  box-sizing: border-box;
  padding: 99px 0 0 71px;
  position: relative;
}

.learning_content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  max-width: 1000px;
}

.learning_content > div > div {
  display: flex;
  flex-direction: column;
  background: url("/static/images/bullet.svg") no-repeat left top 10px;
  padding-left: 50px;
}

.learning_content > div > div > div:nth-child(1) {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}

.learning_content > div > div > div:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.learning_owl {
  position: absolute;
  right: -54px;
  bottom: -2px;
  display: flex;
}

@media (max-width: 1024px) {
  .learning {
    padding: 27px 0 0;
  }
  .learning_wrapper > img {
    max-width: 313px;
  }

  .learning_content {
    background: url("/static/images/learning_backmobile.svg") no-repeat center
      center;
    height: auto;
    padding: 33px 10px 100px 10px;
  }

  .learning_content > div {
    gap: 14px;
  }

  .learning_content > div > div {
    padding-left: 20px;
    background-size: 21px 23px;
    padding: 0 0 0 36px;
  }

  .learning_content > div > div > div:nth-child(1) {
    font-size: 20px;
    line-height: 28px;
  }
  .learning_content > div > div > div:nth-child(2) > br {
    display: none;
  }

  .learning_owl {
    right: 0px;
    bottom: 0px;
  }
}

/** WANT */
.want {
  background: #f7598d;
  overflow: hidden;
}

.want_wrapper {
  height: 407px;
  position: relative;
  padding-left: 490px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}

.want_img {
  display: flex;
  position: absolute;
  left: -80px;
  pointer-events: none;
}

.want_title {
  font-weight: 700;
  font-size: 56px;
  line-height: 115%;
  color: #fff;
}

.want_button > a {
  max-width: 488px;
}

@media (max-width: 1024px) {
  .want {
    padding: 30px 0 0;
  }
  .want_wrapper {
    height: auto;
    gap: 20px;
    padding-left: 0;
    padding-right: 120px;
    padding-bottom: 105px;
  }

  .want_img {
    left: auto;
    right: -20px;
    bottom: 0;
  }

  .want_title {
    font-size: 21px;
  }

  .want_title > br {
    display: none;
  }

  .want_button > a {
    height: 48px;
    font-size: 18px;
    max-width: none;
  }
}

/***************** FAQ *******************/
.faq {
  padding: 50px 0 70px;
}
.faq_title {
  font-size: 57px;
  font-weight: 700;
  line-height: 52.8px;
}
.faq_wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.faq_wrapper > label {
  border-top: solid 1px #f0f0f0;
  padding: 20px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.faq_wrapper > label:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.faq_question {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: relative;
}
.faq_question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("/static/images/faq-openclose.svg") no-repeat right top;
  transition: all 0.35s;
}
.faq_answer {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  transition: all 0.35s;
  max-height: 0px;
  overflow: hidden;
  box-sizing: content-box;
}
.faq_wrapper > label > input {
  position: absolute;
  opacity: 0;
}
.faq_wrapper > label > input:checked + .faq_question + .faq_answer {
  max-height: 25rem;
}
.faq_wrapper > label > input:checked + .faq_question::after {
  transform: rotate(180deg);
}
/* ~~~~~~~~~~~~ FAQ_MOBILE ~~~~~~~~~*/
@media (max-width: 1024px) {
  .faq {
    padding: 16px 0 0px;
  }
  .faq_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
  }
  .faq_question,
  .faq_question a {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  .faq_answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
  }
}
/************ FOOTER  *****************/
footer {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  margin: 70px 0 50px 0;
  gap: 90px;
}
.footer_logo img {
  width: 212px;
}
.footer_first {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer_first > div {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer_first a {
  text-decoration: none;
  color: #171717;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.95px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.footer_first a:hover {
  text-decoration: underline;
}
.footer_second {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: space-between;
}
.footer_second a {
  font-size: 13px;
  font-weight: 700;
  line-height: 14.95px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #171717;
  text-decoration: none;
}
.footer_second a:hover {
  text-decoration: underline;
}
.footer_social {
  display: flex;
  gap: 13px;
}
.footer_last {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer_last > div {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #171717;
}
.footer_last > div > a {
  font-weight: 700;
  text-decoration: none;
  color: #171717;
}
.footer_copyright {
  grid-area: f;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #171717;
  opacity: 0.5;
}
/* ~~~~~~~footer - mobile ~~~~~~~~~~~~*/
@media (max-width: 1024px) {
  footer {
    width: 100%;
    grid-template-columns: 1fr auto;
    margin: 50px 0 50px 0;
    gap: 30px;
  }
  .footer_logo img {
    width: 128px;
  }
  .footer_social {
    display: none;
  }
  .footer_second {
    justify-content: space-between;
  }
  .footer_second > a {
    font-size: 10px;
    font-weight: 700;
    line-height: 11.5px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .footer_last > div {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .footer_last > .footer_social {
    display: flex;
    margin-top: 20px;
  }
  .footer_first a {
    font-size: 10px;
    font-weight: 400;
    line-height: 11.5px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .footer_first {
    position: relative;
  }
  .footer_copyright {
    font-size: 9px;
    font-weight: 400;
    line-height: 11.7px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

/** total **/
.total {
  background: #f7598d;
}

.total_wrapper {
  padding: 102px 0 55px;
  color: #fff;
  background: url(/static/images/total_gift.svg) no-repeat right bottom;
}
.total_title {
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
}

.total_title > span {
  position: relative;
}

.total_title > span > div {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(-100% + 20px));
  color: #fcc8d9;
}

.total_title > span > div::after {
  content: "";
  position: absolute;
  border: solid 2px #fcc8d9;
  width: 100%;
  transform: translate(-100%, 35px);
}

.total_list {
  display: flex;
  flex-direction: column;
  padding: 20px 0 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 190%;
}

.total_button > a {
  max-width: 488px;
}

@media (max-width: 1024px) {
  .total {
    background-image: url(/static/images/total_gift_mobile.svg);
    background-repeat: no-repeat;
    background-position: right top 220px;
  }

  .total_wrapper {
    padding: 66px 0 30px;
    background: none;
  }
  .total_title {
    font-size: 40px;
  }

  .total_title > span {
    position: relative;
  }

  .total_title > span > div {
    transform: translate(-50%, calc(-100% + 10px));
  }

  .total_title > span > div::after {
    border: solid 1px #fcc8d9;
    transform: translate(-100%, 19px);
  }

  .total_list {
    font-size: 18px;
    line-height: 140%;
    gap: 10px;
  }
}
