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

img {
  max-width: 100%;
}

.section-title {
  font-size: 40px;
  line-height: 42px;
  font-family: "Oswald";
  font-weight: 700;
  text-transform: uppercase;
}

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

.button {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 14px 0px;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "Oswald";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  cursor: pointer;
}

.button-theme-blue {
  background-color: #2554ff;
  color: #fff;
  border: 1px solid #2554ff;
}

.button-theme-blue:hover {
  background-color: #0e45f1;
}

.button-theme-white {
  background-color: #fff;
  border: 1px solid #000;
}

.button-theme-white:hover {
  background-color: #2554ff;
  color: #fff;
  border: 1px solid #2554ff;
}

/* **************************************** MAIN ************************************** */

.main {
  background-image: url("../images/bg/main-bg-shape.svg"),
    url("../images/bg/bg-transparent.png"), url("../images/bg/main.jpg");
  background-size: contain, cover, cover;
  background-repeat: no-repeat;
  background-position: top right, center center, center center;
  height: calc(100vw - 55vw);
  width: 100%;
  position: relative;
  z-index: 3;
}

.main-darkening {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(
    108.84deg,
    #000000 -5.25%,
    rgba(0, 0, 0, 0) 73.47%
  );
}

.main__content {
  margin-top: calc(100vw - 96vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  z-index: 2;
}

.main__content-strong {
  font-weight: 700;
}

.main__content-title {
  font-size: 50px;
  font-weight: 700;
  font-family: "Oswald";
  line-height: 65px;
  color: #fff;
  margin-bottom: 20px;
}

.main__content-subtitle {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Play";
  color: #fff;
  margin-bottom: 42px;
}

.main__content-button {
  max-width: 275px;
  text-align: center;
  text-decoration: none;
}

/* **************************************** HEADER ************************************** */

.header {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__title {
  font-size: 20px;
  font-weight: 200;
  font-family: "Oswald";
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.header__title-main {
  font-weight: 400;
}

.header__phone {
  font-size: 25px;
  font-weight: 400;
  font-family: "Oswald";
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}

.hint {
  padding: 16px 0px;
  background-color: #f4f7fa;
}

.hint__title {
  font-family: "Play";
  font-weight: 400;
}

/* **************************************** ADVANTAGES ************************************** */

.advantages {
  margin-top: 50px;
}

.advantages-slider {
  position: relative;
}

.advantages-slider__item {
  display: inline-block;
}

.advantages-slider__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}

.advantages-slider__arrow-pref {
  left: -30px;
}

.advantages-slider__arrow-next {
  right: -30px;
}

.advantages__inner {
  position: relative;
}

.swiper {
  overflow: hidden;
  cursor: grab;
}

.swiper-slide {
  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;
}

/* **************************************** GIFT ************************************** */

.gift {
  margin-top: 100px;
  z-index: 2;
  position: relative;
  padding-bottom: 75px;
}

.gift-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f4f7fa;
  height: 359px;
  z-index: -1;
}

.gift__inner {
  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;
}

.gift__subtitle {
  margin-top: 12px;
  font-size: 28px;
  font-family: "Play";
  font-weight: 400;
  text-align: center;
}

.gift__button {
  margin-top: 62px;
}

.gift__button-item {
  width: 275px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.gift__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 52px -15px 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gift__content-white {
  background-color: #f4f7fa;
  padding: 35px 0px 0px 0px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gift__content-white-inner {
  padding-left: 33px;
}

.gift__content-white-text {
  margin-top: 24px;
}

.gift__content-item {
  margin: 0 15px;
  width: 305px;
  height: 432px;
  font-family: "Oswald";
}

.gift__content-item-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.gift__content-item-text {
  font-family: "Play";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.gift__content-dark {
  background-color: #051c2c;
  padding: 37px 0px 0px 40px;
  color: #fff;
}

.gift__content-dark-title {
  margin-bottom: 31px;
}

.gift__content-dark-choice {
  color: #000;
  background-color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  padding: 2px 5px;
  margin: 25px 0px;
}

.gift__content-dark-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gift__content-dark-item-text {
  margin-top: 14px;
}

.gift__content-dark-item-img {
  margin: 0 6px;
  width: 30px;
  height: 31px;
}

.gift__content-dark-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gift__content-dark-item-title {
  margin: 0 6px;
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 700;
  text-transform: uppercase;
}

.gift__content-strong {
  background-color: #2554ff;
  padding: 0px 5px;
  color: #fff;
}

/* **************************************** PROGRAM ************************************** */

.program {
  margin-top: 100px;
}

.program__title {
  margin-bottom: 34px;
}

.program__head {
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.program__inner {
  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;
}

.program__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}

.program__item {
  margin: 0 12px;
  width: 341px;
  height: 252px;
  padding: 32px 31px 0px;
}

.program__item-button {
  margin-top: 26px;
  width: 150px;
  text-align: center;
  color: #000;
  text-decoration: none;
  display: block;
}

.program__item-text {
  font-size: 16px;
  line-height: 22px;
  font-family: "Play";
  margin-top: 16px;
}

.program__item-bg {
  background-color: #f4f7fa;
}

.program__item-border {
  border: 1px solid #000;
  /* padding: 55px 31px 0px; */
}

.program__privileges {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 706px;
}

.program__privileges-content {
  background-color: #051c2c;
  padding: 32px 31px 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.program__privileges-content-img {
  width: 48px;
  height: 48px;
}

.program__privileges-text {
  font-size: 16px;
  line-height: 22px;
  font-family: "Play";
  color: #fff;
  margin-top: 20px;
}

/* **************************************** PROMOCODE ************************************** */

.code {
  background-color: #f4f7fa;
  position: relative;
  margin-top: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.code__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.code__subtitle {
  margin-top: 15px;
  font-size: 18px;
  font-family: "Play";
  position: absolute;
  text-transform: uppercase;
}

.code__subtitle-promo {
  font-size: 40px;
  background-color: #2554ff;
  color: #fff;
  padding: 9px 30px;
  text-transform: uppercase;
  font-family: "Oswald";
}

.code__img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.code__img-item {
  width: 100%;
}

.code__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 70px;
  height: 100%;
}

.code__content-inner {
  position: relative;
}

.questionnaire {
  padding: 79px 0px;
  background-color: #051c2c;
  background-image: url("../images/bg/form-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.questionnaire__inner {
  z-index: 1;
  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;
}

.questionnaire__title {
  color: #fff;
}

.questionnaire__form {
  margin-top: 27px;
  max-width: 440px;
  width: 100%;
}

.questionnaire.send .form,
.questionnaire.send .questionnaire__title {
  display: none;
}

.form {
  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;
}

.form-validate {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  color: red;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form-validate--danger {
  opacity: 1;
  color: red;
}

.form-validate--sucsess {
  opacity: 1;
  color: #2554ff;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 7px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.form__item-label {
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Play";
}

.form__item-input {
  font-family: "Play";
  font-size: 16px;
  padding: 12px 12px;
  outline: none;
  border-radius: 10px;
  border: 2px solid #fff;
}

.form__item-input:focus {
  border: 2px solid #2554ff;
}

.form__button {
  width: 100%;
  max-width: 275px;
  margin-top: 35px;
}

.questionnaire.send .questionnaire__promocode-block {
  display: flex;
}

.questionnaire__promocode-block {
  display: none;
  align-items: center;
  flex-direction: column;
  font-family: "Oswald";
  text-align: center;
}

.questionnaire__promocode-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.questionnaire__promocode {
  font-size: 40px;
  background-color: #2554ff;
  color: #fff;
  padding: 9px 30px;
}

.share {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.share__title {
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.share a {
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share a img {
  max-width: 100%;
}

.copy-btn {
  border: none;
  background-color: #fff;
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
}

/* ************************************ THANKS ***************************** */

.thank {
  padding: 100px 0px;
}

.thank__inner {
  max-width: 529px;
  margin: 0 auto;
  text-align: center;
}

.thank__linear {
  margin: 20px 0px 24px;
}

.thank__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px -16px;
}

.thank__content-item {
  width: 40px;
  height: 40px;
  margin: 0px 16px;
  cursor: pointer;
  border-radius: 50%;
}

.thank__content-item .thank__content-link-white {
  display: none;
}

.thank__content-item:hover {
  background-color: #2554ff;
}

.thank__content-item:hover .thank__content-link-black {
  display: none;
}

.thank__content-item:hover .thank__content-link-white {
  display: block;
  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;
}

.thank__content-link {
  width: 40px;
  height: 40px;
  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;
}

/* **************************************** FOOTER ****************************** */

.footer {
  padding: 40px 0px;
  background-color: #051c2c;
}

.footer__inner {
  padding: 0px 40px;
  color: #aaaaaa;
  font-family: "Play";
  font-weight: 400;
}

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.footer__legal {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.footer__legal.show {
  max-height: 9999px;
  padding-top: 20px;
}

.footer__btn {
  width: 100%;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.footer__legal ol {
  padding-left: 30px;
}

.footer__legal p {
  margin: 10px 0;
}

.footer__link {
  font-size: 18px;
  font-weight: 700;
  font-family: "Oswald";
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1360px) {
  .footer__head {
    flex-direction: column;
    text-align: center;
  }

  .footer__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__inner {
    padding: 0 10px;
  }

  .footer__link {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .container {
    max-width: 900px;
    padding: 0px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .main {
    background-image: url("../images/bg/main-bg-shape_tablet.svg"),
      url("../images/bg/bg-transparent.png"), url("../images/bg/main-table.jpg");
    background-size: auto, cover, cover;
    background-repeat: no-repeat;
    background-position: top right, center center, center center;
    max-height: 550px;
    height: calc(100vw - 20vw);
  }
  .main__content-title {
    font-size: 45px;
  }
  .hint__title {
    font-size: 16px;
  }
  .code__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 72%;
    flex: 1 1 72%;
  }
  .questionnaire {
    background-image: url("../images/bg/form-bg_tablet.svg");
  }
}

@media screen and (max-width: 768px) {
  .advantages-slider__arrow-pref {
    left: 0px;
  }
  .advantages-slider__arrow-next {
    right: 0px;
  }
  .code__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .code__content {
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
  }
  .program {
    margin-top: 60px;
  }
  .program__privileges {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .program__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px;
  }
  .program__item {
    margin: 0px;
    margin-bottom: 25px;
  }
  .program__privileges-content {
    padding-bottom: 30px;
  }
  .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
  }
  .header__item-logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header__item-phone {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header__item-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 14px;
  }
  .gift {
    margin-top: 60px;
  }

  .gift__content-item {
    margin: 0px;
  }
  .gift__content {
    margin: 34px 0px 0px;
  }
  .code__subtitle-promo {
    display: block;
    position: absolute;
    bottom: -82px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .code__subtitle {
    margin-bottom: 42px;
    text-align: center;
    position: relative;
  }
  .code__title {
    text-align: center;
  }
}

@media screen and (max-width: 603px) {
  .code {
    margin-top: 90px;
  }
  .thank {
    padding: 40px 0px;
  }
  .header__item-logo {
    width: 118px;
  }
  .header__phone {
    font-size: 18px;
  }
  .hint__title {
    font-size: 16px;
  }
  .header__title {
    font-size: 16px;
  }
  .main {
    height: 497px;
    background-position-x: right;
  }
  .main__content {
    margin-top: 50px;
  }
  .main__content-title {
    font-size: 27px;
    line-height: 34px;
  }
  .main__content-subtitle {
    font-size: 16px;
    line-height: 21px;
  }
  .program__item {
    max-width: 100%;
    width: auto;
  }
  .thank__inner {
    max-width: 500px;
  }
}

@media screen and (max-width: 500px) {
  .thank__inner {
    max-width: 300px;
  }
  .section-title {
    font-size: 25px;
  }

  .gift__subtitle {
    font-size: 18px;
  }
  .questionnaire {
    background-position: 15% 50%;
  }

  .questionnaire__form {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }
}

@media (max-width: 375px) {
  .header {
    padding-top: 27px;
  }

  .main {
    background-image: url("../images/bg/main-bg-shape_mobile.svg"),
      url("../images/bg/bg-transparent.png"), url("../images/bg/main-table.jpg");
    background-size: auto, cover, cover;
    background-repeat: no-repeat;
    background-position: top right, center center, 85% 50%;
  }

  .program {
    margin-top: 36px;
  }

  .gift {
    margin-top: 45px;
  }

  .code {
    margin-top: 50px;
  }
}
