/*
Theme Name: Moons
Theme URI: 
Author: SKOYAR.COM
Author URI: 
Description: Custom theme for land website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: land-theme
*/ 

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
}

.button {
  border: none;
  border-radius: 10px;
  padding: 14px 24px;
  background: #e30088;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.button:hover {
  background: #b3266e;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -3%;
  color: #030410;
}

body {
  font-family: "Montserrat", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  height: 64px;
  background: #0f1221;
}
.header .container {
  height: 100%;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.header__menu > a {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__menu > a:hover {
  color: #e30088;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__menu_logo {
  display: none;
}
.header__menu_close {
  display: none;
}
.header__menu_burger {
  display: none;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header__btns button {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -2%;
  text-align: center;
  padding: 5px 16px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__btns_se {
  background: #e30088;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__btns_se:hover {
  background: #b3266e;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__btns_vous {
  background: #ffffff;
  color: #54577a;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__btns_vous:hover {
  background: rgba(255, 255, 255, 0.8745098039);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.promo {
  background: #1b2e40;
  height: 800px;
}
.promo .container {
  height: 100%;
}
.promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.promo__wrapper img {
  position: absolute;
  right: 0;
}
.promo__text {
  max-width: 565px;
  width: 100%;
}
.promo__text .button {
  margin-top: 53px;
}
.promo__title {
  font-weight: 700;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #ffffff;
}
.promo__title span {
  color: #9cd323;
}
.promo__subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #ffffff;
}

.books {
  padding: 70px 0 100px 0;
}
.books .swiper {
  width: 100%;
}
.books .swiper .swiper-slide {
  background: #dfe1f3;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 483px;
}
.books .swiper .swiper-wrapper {
  padding-top: 85px;
}
.books .swiper .swiper-button-prev {
  top: 27px;
  right: 46px;
  left: auto;
}
.books .swiper .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.books .swiper .swiper-button-prev::after {
  display: none;
}
.books .swiper .swiper-button-next {
  top: 27px;
  right: 0;
}
.books .swiper .swiper-button-next::after {
  display: none;
}
.books .swiper__image {
  width: 200px;
  height: 300px;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  border-radius: 7px;
}
.books .swiper__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.books .swiper__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: center;
  color: #000000;
  padding: 0 22px;
}
.books .swiper__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
  padding: 0 22px;
}
.books .swiper__status {
  position: absolute;
  top: -15px;
  right: 22px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  line-height: 150%;
  letter-spacing: -2%;
  padding: 5px 12px;
  color: #ffffff;
  z-index: 2;
}
.books .swiper__status_new {
  background: #54a6ff;
}
.books .swiper__status_bestSeller {
  background: #dba32a;
}
.books .swiper__status_abonement {
  background: #e30088;
}

.advantages {
  padding: 70px 0 207px 0;
  background: #dfe1f3;
  position: relative;
}
.advantages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.advantages__block {
  border-radius: 20px;
  padding: 50px;
  background: #ffffff;
  width: calc(25% - 18px);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.advantages__block_circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #9cd323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages__block_title {
  margin-top: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: center;
}
.advantages__block:hover {
  -webkit-box-shadow: 0px 0px 21px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 21px -3px rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.advantages__logo {
  position: absolute;
  bottom: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 840px;
}

.tarifs {
  padding: 70px 0 164px 0;
  background: #9cd323;
  position: relative;
  overflow: hidden;
}
.tarifs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 60px;
}
.tarifs__block {
  background: #54577a;
  border-radius: 20px;
  padding: 50px 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tarifs__block_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
  text-align: center;
  color: #ffffff;
}
.tarifs__block_status {
  padding: 5px 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
  margin-top: 10px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tarifs__block_status_free {
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tarifs__block_status_base {
  border: 1px solid #ffc73a;
  color: #ffc73a;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tarifs__block_status_prime {
  border: 1px solid #9cd323;
  color: #9cd323;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tarifs__block_subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #c2c6e8;
}
.tarifs__block_list {
  margin-top: 25px;
  width: 100%;
}
.tarifs__block_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #767995;
}
.tarifs__block_row img {
  min-width: 24px;
  width: 24px;
}
.tarifs__block_row div {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #ffffff;
}
.tarifs__block_row_element {
  padding-bottom: 0;
  margin-bottom: 25px;
  border-bottom: none;
}
.tarifs .swiper2 {
  margin-top: 60px;
}
.tarifs .swiper2 .swiper-slide {
  width: 360px;
  background: #54577a;
  border-radius: 20px;
}
.tarifs .swiper2 .swiper-slide:last-child {
  margin-right: 0 !important;
}
.tarifs .swiper2 .swiper-slide:hover .tarifs__block_status_free {
  background: #fff;
  color: #54577a;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tarifs .swiper2 .swiper-slide:hover .tarifs__block_status_base {
  background: #ffc73a;
  color: #54577a;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tarifs .swiper2 .swiper-slide:hover .tarifs__block_status_prime {
  background: #9cd323;
  color: #54577a;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.coments {
  padding: 70px 0;
}
.coments .swiper {
  width: 100%;
}
.coments .swiper .swiper-slide {
  background: #dfe1f3;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 395px;
}
.coments .swiper .swiper-wrapper {
  padding-top: 85px;
}
.coments .swiper .swiper-button-prev {
  top: 27px;
  right: 46px;
  left: auto;
}
.coments .swiper .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.coments .swiper .swiper-button-prev::after {
  display: none;
}
.coments .swiper .swiper-button-next {
  top: 27px;
  right: 0;
}
.coments .swiper .swiper-button-next::after {
  display: none;
}
.coments .swiper__image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 10px solid #e30088;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.coments .swiper__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coments .swiper__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
  color: #000000;
  padding-left: 36px;
  padding-right: 36px;
}
.coments .swiper__subtitle {
  margin-top: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #54577a;
  padding-left: 36px;
  padding-right: 36px;
}
.coments__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 75px;
}
.coments__stats_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coments__stats_block img {
  min-width: 36px;
  width: 36px;
  margin-right: 20px;
}
.coments__stats_block div:nth-child(2) {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
  color: #54577a;
  margin-right: 10px;
}
.coments__stats_block div:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #54577a;
}

.form {
  background: #1b2e40;
  height: 800px;
}
.form .container {
  height: 100%;
}
.form__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.form__form {
  max-width: 638px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__form input {
  margin-top: 50px;
  width: 312px;
  height: 39px;
  border: 1px solid #54577a;
  border-radius: 6px;
  padding: 9px 14px;
  outline-width: 0px;
  outline-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -2%;
}
.form__form input:focus, .form__form input:active {
  outline-width: 0px;
  outline-color: transparent;
}
.form__form input::-webkit-input-placeholder {
  color: #6b7280;
}
.form__form input::-moz-placeholder {
  color: #6b7280;
}
.form__form input:-ms-input-placeholder {
  color: #6b7280;
}
.form__form input:-moz-placeholder {
  color: #6b7280;
}
.form__form .button {
  width: 312px;
  margin-top: 20px;
}
.form__form_noty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 51px;
}
.form__form_noty img {
  min-width: 24px;
  width: 24px;
}
.form__form_noty div {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #ffffff;
}
.form__image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer {
  padding: 50px 0;
  background: #0f1221;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__wrapper > div {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
  color: #ffffff;
}
.footer__wrapper:last-child {
  margin-top: 55px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.footer__copy {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #9ca3af;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

@media screen and (max-width: 1280px) {
  .promo {
    height: 653px;
  }
  .promo__wrapper img {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .promo {
    height: 522px;
  }
  .promo__text {
    max-width: 465px;
  }
  .promo__title {
    font-size: 42px;
  }
  .promo__subtitle {
    font-size: 28px;
  }
  .promo__wrapper img {
    width: 400px;
  }
  .advantages__block {
    padding: 30px 20px;
  }
  .advantages_circle {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .form {
    height: 700px;
  }
  .form__form {
    max-width: 500px;
  }
  .form__image {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .promo__text {
    max-width: 405px;
  }
  .promo__title {
    font-size: 37px;
  }
  .promo__subtitle {
    font-size: 21px;
  }
  .promo__wrapper img {
    width: 300px;
  }
  .title {
    font-size: 32px;
  }
  .books .swiper__image {
    width: 150px;
    height: 250px;
  }
  .books .swiper__title {
    font-size: 21px;
    line-height: 120%;
    min-height: 50px;
  }
  .books .swiper__subtitle {
    margin-top: 12px;
  }
  .advantages__block {
    padding: 20px 10px;
    width: calc(25% - 10px);
  }
  .advantages__block_title {
    font-size: 16px;
  }
  .advantages__block_circle {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  .advantages__block_circle img {
    width: 70px;
  }
  .advantages__logo {
    width: 700px;
  }
  .tarifs__block {
    padding: 30px 10px;
  }
  .tarifs__block_subtitle {
    font-size: 14px;
  }
  .coments .swiper__image {
    width: 150px;
    height: 150px;
  }
  .coments .swiper__title {
    font-size: 21px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .coments .swiper__subtitle {
    padding-left: 21px;
    padding-right: 21px;
  }
  .coments__stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
  .form {
    height: 550px;
  }
  .form__form {
    max-width: 400px;
  }
  .form__image {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header__menu {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0f1221;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header__menu_active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header__menu_close {
    display: block;
    position: absolute;
    top: 14px;
    right: 30px;
  }
  .header__menu_logo {
    display: block;
    width: 150px;
    margin-bottom: 20px;
  }
  .header__menu > a {
    font-size: 16px;
  }
  .header__menu_burger {
    display: block;
  }
  .header__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
  }
  .promo {
    height: auto;
    padding: 32px 0;
  }
  .promo__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .promo__wrapper img {
    position: relative;
    margin-top: 42px;
  }
  .promo__text {
    max-width: 570px;
  }
  .promo__title {
    font-size: 32px;
  }
  .promo__subtitle {
    font-size: 18px;
  }
  .promo__text .button {
    margin-top: 40px;
  }
  .books {
    padding: 30px 0 82px;
  }
  .books .swiper__image {
    width: 200px;
    height: 300px;
  }
  .books .swiper__title {
    min-height: auto;
    font-size: 24px;
  }
  .advantages {
    padding: 30px 0 97px;
  }
  .advantages__wrapper {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
  .advantages__block {
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .advantages__block_circle {
    margin: 0;
    min-width: 75px;
    width: 75px;
    height: 75px;
  }
  .advantages__block_circle > img {
    width: 36px;
  }
  .advantages__block_title {
    font-size: 14px;
    margin-top: 0;
    text-align: left;
  }
  .advantages__logo {
    width: 350px;
    bottom: -16px;
  }
  .tarifs {
    padding: 30px 0 179px;
  }
  .coments .swiper__image {
    width: 200px;
    height: 200px;
  }
  .coments .swiper__title {
    font-size: 24px;
  }
  .coments .swiper .swiper-wrapper {
    padding-top: 60px;
  }
  .coments__stats {
    margin-top: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form {
    height: 730px;
    padding-top: 47px;
    overflow: hidden;
  }
  .form__form {
    max-width: 100%;
  }
  .form__image {
    position: relative;
    margin-top: 20px;
    display: block;
    margin: 0 auto;
  }
  .form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer {
    padding: 43px 0;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-bottom: 44px;
  }
  .footer__wrapper:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 576px) {
  .tarifs .swiper2 {
    margin-top: 40px;
  }
  .tarifs .swiper2 .swiper-slide {
    width: 230px;
  }
  .books .title {
    max-width: 200px;
  }
  .promo {
    padding-bottom: 0;
  }
  .promo .container {
    padding-left: 0;
    padding-right: 0;
  }
  .promo__text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .promo__wrapper img {
    max-width: 100%;
    width: 412px;
    margin: 42px auto 0 auto;
  }
}