@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
.tel {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tel a {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #2D64F4;
}
.tel span {
  margin-left: 15px;
  font-weight: 400;
  font-size: 16px;
}

.navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 50px -webkit-max-content 50px -webkit-max-content 50px -webkit-max-content 50px -webkit-max-content;
  -ms-grid-columns: max-content 50px max-content 50px max-content 50px max-content 50px max-content;
  grid-template-columns: repeat(5, -webkit-max-content);
  grid-template-columns: repeat(5, max-content);
  grid-gap: 50px;
  padding-bottom: 10px;
}
.navigation__elem {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .navigation {
    grid-gap: 20px;
  }
}

.theme {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-top: 1px;
}
@media screen and (max-width: 1000px) {
  .theme {
    margin-right: 20px;
  }
}

.trigger {
  margin: 0 10px 0 8px;
  position: relative;
  width: 36px;
  height: 20px;
  background: #1151F3;
  border-radius: 17.5px;
}
.trigger .trigger__inner {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 12.5px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.trigger .trigger__inner_right {
  position: absolute;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 12.5px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  left: 18px;
}

.language {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .language {
    margin-right: 20px;
  }
}
.language .language__flag {
  margin-top: 2px;
}
.language span {
  margin: 0 5px;
  font-size: 16px;
}
.language span:hover {
  color: #2D64F4;
}
.language .language__arrow {
  margin-top: 2px;
}
.language .language__other {
  display: none;
}
.language .language__other_show {
  top: 21px;
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5px;
}
.language .language__other_show span {
  margin: 0;
}

.header {
  padding: 0 16px;
  margin-top: 39px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
@media screen and (max-width: 900px) {
  .header {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .header .header__logo {
    width: 90px;
    height: 47px;
    margin-left: 16px;
  }
}
.header .header__right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header__right .header__tel {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .header .header__right {
    display: none;
  }
}

.burger {
  width: 20px;
  height: 2px;
  border-radius: 12px;
  position: relative;
  display: none;
}
.burger:before {
  content: "";
  top: 4px;
  right: 0;
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 12px;
}
.burger:after {
  right: 0;
  content: "";
  bottom: 4px;
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 12px;
}
@media screen and (max-width: 900px) {
  .burger {
    display: block;
    margin-right: 16px;
  }
}

.shadow {
  display: none;
}

.header_mobile {
  margin-top: 0;
  padding-top: 43px;
  position: fixed;
  display: block;
  z-index: 100;
  top: 0;
  width: 100%;
}
.header_mobile .shadow {
  display: block;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: -100;
  background-color: rgba(0, 0, 0, 0.5);
  height: 2000px;
  width: inherit;
}
.header_mobile .header__logo {
  top: 39px;
  position: absolute;
}
.header_mobile .header__right {
  margin: 0;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 25px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: -webkit-min-content 25px -webkit-min-content 25px -webkit-min-content 25px -webkit-min-content;
  -ms-grid-rows: min-content 25px min-content 25px min-content 25px min-content;
  grid-template-rows: repeat(4, -webkit-min-content);
  grid-template-rows: repeat(4, min-content);
}
.header_mobile .header__right > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.header_mobile .header__right > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.header_mobile .header__right > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.header_mobile .header__right > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.header_mobile .header__right > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.header_mobile .header__right > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.header_mobile .header__right > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.header_mobile .header__right > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.header_mobile .header__right > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.header_mobile .header__right > *:nth-child(10) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.header_mobile .header__right > *:nth-child(11) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.header_mobile .header__right > *:nth-child(12) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.header_mobile .header__right .header__navigation-links {
  margin: 0 auto;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 2;
      grid-row-start: 2;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 25px;
}
.header_mobile .header__right .header__navigation-links .header__tel {
  margin: 0 auto;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}
.header_mobile .header__right .navigation {
  width: 100%;
  margin: 0 auto;
  -ms-grid-columns: -webkit-min-content 15px -webkit-min-content 15px -webkit-min-content 15px -webkit-min-content;
  -ms-grid-columns: min-content 15px min-content 15px min-content 15px min-content;
  grid-template-columns: repeat(4, -webkit-min-content);
  grid-template-columns: repeat(4, min-content);
  -ms-grid-rows: -webkit-min-content 15px -webkit-min-content;
  -ms-grid-rows: min-content 15px min-content;
  grid-template-rows: repeat(2, -webkit-min-content);
  grid-template-rows: repeat(2, min-content);
  grid-gap: 15px;
  padding-bottom: 0;
  border: 0;
  position: relative;
}
.header_mobile .header__right .navigation > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.header_mobile .header__right .navigation > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.header_mobile .header__right .navigation > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.header_mobile .header__right .navigation > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.header_mobile .header__right .navigation > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.header_mobile .header__right .navigation > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.header_mobile .header__right .navigation > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.header_mobile .header__right .navigation > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.header_mobile .header__right .navigation:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 105%;
  position: absolute;
  height: 1px;
  content: "";
}
.header_mobile .header__right .navigation .navigation__elem {
  margin: 0 auto;
}
.header_mobile .header__right .navigation .navigation__elem_last {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  margin: 0 auto;
}
.header_mobile .header__right .navigation a {
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
.header_mobile .header__right .theme {
  margin: 0 auto;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.header_mobile .header__right .language {
  margin: 0 auto;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 3;
      grid-row-start: 3;
}
.header_mobile .burger {
  position: absolute;
  right: 0;
  top: 62px;
}

.footer {
  width: 100%;
  padding-top: 50px;
  margin-top: 160px;
}
@media screen and (max-width: 900px) {
  .footer {
    margin-top: 80px;
  }
}
.footer .footer__wraper {
  padding: 0 18px 0 19px;
}
.footer .footer__links {
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 1144px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 46px -webkit-max-content;
  -ms-grid-rows: 1fr 46px max-content;
  grid-template-rows: 1fr -webkit-max-content;
  grid-template-rows: 1fr max-content;
  grid-row-gap: 46px;
}
.footer .footer__links > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.footer .footer__links > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.footer .footer__links > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.footer .footer__links > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.footer .footer__links > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.footer .footer__links > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 900px) {
  .footer .footer__links {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (-webkit-max-content)[4];
    -ms-grid-rows: (max-content)[4];
    grid-template-rows: repeat(4, -webkit-max-content);
    grid-template-rows: repeat(4, max-content);
    width: 100%;
  }
  .footer .footer__links > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer .footer__links > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .footer .footer__links > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer .footer__links > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .footer .footer__links > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer .footer__links > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .footer .footer__links > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .footer .footer__links > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
.footer .footer__links .footer__elem_logo p {
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
}
@media screen and (max-width: 900px) {
  .footer .footer__links .footer__elem_logo {
    -ms-grid-row: 4;
        grid-row-start: 4;
    position: relative;
  }
  .footer .footer__links .footer__elem_logo p {
    position: absolute;
    white-space: nowrap;
    font-size: 11.7579px;
    line-height: 29px;
  }
}
.footer .footer__links .footer__elem-phone {
  margin-left: auto;
}
.footer .footer__links .footer__elem-phone p {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
}
.footer .footer__links .footer__elem-phone a {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #2D64F4;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .footer .footer__links .footer__elem-phone {
    margin: 0;
  }
  .footer .footer__links .footer__elem-phone a {
    font-size: 14px;
    line-height: 25px;
  }
  .footer .footer__links .footer__elem-phone p {
    font-size: 14px;
    line-height: 25px;
  }
}
.footer .footer__links .footer__elem_social {
  margin-left: auto;
}
.footer .footer__links .footer__elem_social p {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
}
.footer .footer__links .footer__elem_social a + a {
  margin-left: 12px;
}
@media screen and (max-width: 900px) {
  .footer .footer__links .footer__elem_social p {
    font-size: 14px;
    line-height: 25px;
  }
}
.footer .footer__links .footer__elem_google span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-left: 2px;
}
@media screen and (max-width: 900px) {
  .footer .footer__links .footer__elem_google {
    -ms-grid-row: 4;
        grid-row-start: 4;
    margin-left: auto;
  }
}
.footer .footer__links .footer__elem_other {
  margin: 0 auto;
  margin-top: auto;
}
.footer .footer__links .footer__elem_other span {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
}
.footer .footer__links .footer__elem_other span + span {
  margin-left: 21px;
}
@media screen and (max-width: 900px) {
  .footer .footer__links .footer__elem_other {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    margin: 0 auto;
  }
  .footer .footer__links .footer__elem_other span {
    font-size: 12px;
  }
}
.footer .footer__links .footer__elem_pay {
  margin-top: auto;
  margin-left: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__links .footer__elem_pay .footer__pay-outer, .footer .footer__links .footer__elem_pay .footer__pay-googlepay-outer, .footer .footer__links .footer__elem_pay .footer__pay-visa-outer, .footer .footer__links .footer__elem_pay .footer__pay-mastercard-outer {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 28px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 25.3846px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 0px 25.3846px rgba(0, 0, 0, 0.08));
}
.footer .footer__links .footer__elem_pay .footer__pay-mastercard-outer {
  padding: 6px 7px;
}
.footer .footer__links .footer__elem_pay .footer__pay-visa-outer {
  padding: 10px 8px 9px 6px;
}
.footer .footer__links .footer__elem_pay .footer__pay-googlepay-outer {
  padding: 9px 6px 7px 6px;
}
.footer .footer__links .footer__elem_pay .footer__pay-outer + .footer__pay-outer, .footer .footer__links .footer__elem_pay .footer__pay-mastercard-outer + .footer__pay-outer, .footer .footer__links .footer__elem_pay .footer__pay-visa-outer + .footer__pay-outer, .footer .footer__links .footer__elem_pay .footer__pay-googlepay-outer + .footer__pay-outer, .footer .footer__links .footer__elem_pay .footer__pay-outer + .footer__pay-mastercard-outer, .footer .footer__links .footer__elem_pay .footer__pay-mastercard-outer + .footer__pay-mastercard-outer, .footer .footer__links .footer__elem_pay .footer__pay-visa-outer + .footer__pay-mastercard-outer, .footer .footer__links .footer__elem_pay .footer__pay-googlepay-outer + .footer__pay-mastercard-outer, .footer .footer__links .footer__elem_pay .footer__pay-outer + .footer__pay-visa-outer, .footer .footer__links .footer__elem_pay .footer__pay-mastercard-outer + .footer__pay-visa-outer, .footer .footer__links .footer__elem_pay .footer__pay-visa-outer + .footer__pay-visa-outer, .footer .footer__links .footer__elem_pay .footer__pay-googlepay-outer + .footer__pay-visa-outer, .footer .footer__links .footer__elem_pay .footer__pay-outer + .footer__pay-googlepay-outer, .footer .footer__links .footer__elem_pay .footer__pay-mastercard-outer + .footer__pay-googlepay-outer, .footer .footer__links .footer__elem_pay .footer__pay-visa-outer + .footer__pay-googlepay-outer, .footer .footer__links .footer__elem_pay .footer__pay-googlepay-outer + .footer__pay-googlepay-outer {
  margin-left: 13px;
}
@media screen and (max-width: 900px) {
  .footer .footer__links .footer__elem_pay {
    margin: 0 auto;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}
.footer .footer__adres {
  padding: 25px 0;
}
@media screen and (max-width: 900px) {
  .footer .footer__adres {
    padding: 10px;
  }
}
.footer .footer__adres p {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.footer .footer__adres .footer__adres-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

body {
  width: 100%;
}

.wrapper {
  max-width: 1144px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .wrapper {
    min-width: 360px;
  }
}

.content {
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .content {
    min-width: 360px;
  }
}

main {
  padding: 0 16px;
  margin-top: 45px;
  max-width: 100%;
}
@media (max-width: 900px) {
  main {
    margin-top: 50px;
  }
}

.choices {
  width: 100%;
  height: 44px;
  border: 0.5px solid #C7C7C7;
  border-radius: 98px;
  background-color: #fff;
  margin-bottom: 15px;
}
.choices .choices__inner {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0;
  height: 44px;
  border: 0;
  padding-top: 4px;
  padding-left: 10px;
}
.choices .choices__inner .choices__list--single {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #2D64F4;
}
.choices .choices__inner .choices__list--single .choices__placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #C7C7C7;
}
.choices .choices__inner .choices__list--single .choices__item {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 360px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .choices .choices__inner .choices__list--single .choices__item {
    max-width: 260px;
  }
}
.choices .choices__list--dropdown {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #1C2B39;
  padding: 0 10px;
  border: 0;
  margin-top: 1px;
  -webkit-box-shadow: 0px 0px 4px rgba(166, 166, 166, 0.25);
          box-shadow: 0px 0px 4px rgba(166, 166, 166, 0.25);
}
.choices .choices__list--dropdown .choices__item {
  padding: 10px 0;
  text-align: center;
}
.choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #2D64F4;
}
.choices .choices__list--dropdown .choices__placeholder {
  display: none;
}

.is-open, .is-fucused {
  border: 0.380835px solid #2D64F4;
}

.main-form__form {
  margin-left: 38px;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 21px rgba(184, 184, 184, 0.25);
          box-shadow: 0px 0px 21px rgba(184, 184, 184, 0.25);
  border-radius: 10px;
  padding: 25px 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 900px) {
  .main-form__form {
    padding: 20px 15px;
  }
}
.main-form__form .first-form__header {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #1C2B39;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .main-form__form .first-form__header {
    font-size: 16px;
    line-height: 30px;
  }
}
.main-form__form .first-form__discr {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #1C2B39;
}
@media screen and (max-width: 900px) {
  .main-form__form .first-form__discr {
    font-size: 14px;
    line-height: 26px;
  }
}
.main-form__form .all-forms {
  display: none;
  position: relative;
}
.main-form__form .all-forms .form-number {
  position: absolute;
  font-size: 31.1111px;
  line-height: 40px;
  font-weight: 800;
  color: rgba(45, 100, 244, 0.2);
  right: 0;
  top: 0;
}
.main-form__form .active-form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-form__form .first-form input[type=text], .main-form__form .first-form input[type=email], .main-form__form .second-form input[type=text], .main-form__form .second-form input[type=email], .main-form__form .third-form input[type=text], .main-form__form .third-form input[type=email] {
  border: 0.5px solid #C7C7C7;
  border-radius: 98px;
  padding: 7px 15px;
  margin-top: 2px;
  margin-bottom: 15px;
  color: #2D64F4;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.main-form__form .first-form input[type=text]::-webkit-input-placeholder, .main-form__form .first-form input[type=email]::-webkit-input-placeholder, .main-form__form .second-form input[type=text]::-webkit-input-placeholder, .main-form__form .second-form input[type=email]::-webkit-input-placeholder, .main-form__form .third-form input[type=text]::-webkit-input-placeholder, .main-form__form .third-form input[type=email]::-webkit-input-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.main-form__form .first-form input[type=text]::-moz-placeholder, .main-form__form .first-form input[type=email]::-moz-placeholder, .main-form__form .second-form input[type=text]::-moz-placeholder, .main-form__form .second-form input[type=email]::-moz-placeholder, .main-form__form .third-form input[type=text]::-moz-placeholder, .main-form__form .third-form input[type=email]::-moz-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.main-form__form .first-form input[type=text]:-ms-input-placeholder, .main-form__form .first-form input[type=email]:-ms-input-placeholder, .main-form__form .second-form input[type=text]:-ms-input-placeholder, .main-form__form .second-form input[type=email]:-ms-input-placeholder, .main-form__form .third-form input[type=text]:-ms-input-placeholder, .main-form__form .third-form input[type=email]:-ms-input-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.main-form__form .first-form input[type=text]::-ms-input-placeholder, .main-form__form .first-form input[type=email]::-ms-input-placeholder, .main-form__form .second-form input[type=text]::-ms-input-placeholder, .main-form__form .second-form input[type=email]::-ms-input-placeholder, .main-form__form .third-form input[type=text]::-ms-input-placeholder, .main-form__form .third-form input[type=email]::-ms-input-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.main-form__form .first-form input[type=text]::placeholder, .main-form__form .first-form input[type=email]::placeholder, .main-form__form .second-form input[type=text]::placeholder, .main-form__form .second-form input[type=email]::placeholder, .main-form__form .third-form input[type=text]::placeholder, .main-form__form .third-form input[type=email]::placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
@media screen and (max-width: 900px) {
  .main-form__form .first-form input[type=text], .main-form__form .first-form input[type=email], .main-form__form .second-form input[type=text], .main-form__form .second-form input[type=email], .main-form__form .third-form input[type=text], .main-form__form .third-form input[type=email] {
    font-size: 14px;
    line-height: 26px;
  }
}
.main-form__form .third-form .third-form__more-people {
  margin-top: 30px;
}
.main-form__form .third-form .third-form__more-people .third-form__more-people-header {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .main-form__form .third-form .third-form__more-people .third-form__more-people-header {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #2D64F4;
  }
}
.main-form__form .third-form .third-form__more-people .third-form__more-people-container {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.main-form__form .third-form .third-form__more-people .third-form__more-people-container .third-form__more-people-attribute {
  margin-right: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #1C2B39;
}
@media screen and (max-width: 900px) {
  .main-form__form .third-form .third-form__more-people .third-form__more-people-container .third-form__more-people-attribute {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #1C2B39;
  }
}
.main-form__form .third-form .third-form__more-people .third-form__more-people-container .third-form__more-people-value {
  margin-left: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .main-form__form .third-form .third-form__more-people .third-form__more-people-container .third-form__more-people-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #2D64F4;
  }
}
.main-form__form .main-form__border {
  top: 78px;
  left: -38px;
  height: 100%;
  z-index: -1;
  width: 100%;
  border: 0.537975px solid #2D64F4;
  border-radius: 10.7595px;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .main-form__form .main-form__border {
    display: none;
  }
}
.main-form__form #first-form__code {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #2D64F4;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 0;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .main-form__form #first-form__code {
    font-size: 14px;
    line-height: 26px;
  }
}
.main-form__form #first-form__promo {
  display: none;
  margin-bottom: 30px;
}
.main-form__form .main-form__next {
  background: #2D64F4;
  border-radius: 5px;
  border: 0;
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.main-form__form .main-form__prev {
  display: none;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: rgba(45, 100, 244, 0.5);
  margin-top: 15px;
  border: 0;
  text-align: center;
}
.main-form__form .main-form-checkbox-outer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-form__form .main-form-checkbox-outer span {
  margin-left: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #1C2B39;
}
@media screen and (max-width: 900px) {
  .main-form__form .main-form-checkbox-outer span {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 900px) {
  .main-form__form {
    margin: 0;
    margin-top: 20px;
  }
}

.main-form__form-thanks {
  margin-top: 0;
  margin-left: 0;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}

.main-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 52fr 42px 48fr;
  grid-template-columns: 52fr 48fr;
  grid-gap: 42px;
  width: 100%;
}
@media (max-width: 900px) {
  .main-form {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-form .main-form__left {
  margin-top: 78px;
}
.main-form .main-form__left h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  color: #1C2B39;
}
.main-form .main-form__left h2 span {
  color: rgb(45, 100, 244);
}
@media screen and (max-width: 900px) {
  .main-form .main-form__left h2 {
    font-size: 20px;
    line-height: 34px;
  }
}
.main-form .main-form__left .main-form__text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  color: #1C2B39;
}
@media screen and (max-width: 900px) {
  .main-form .main-form__left .main-form__text {
    font-size: 14px;
    line-height: 26px;
  }
}
.main-form .main-form__left .main-photo-outer {
  position: relative;
  width: inherit;
  height: 400px;
  margin-top: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-form .main-form__left .main-photo-outer .main-photo {
  width: inherit;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
@media screen and (max-width: 1040px) {
  .main-form .main-form__left .main-photo-outer .main-photo img {
    max-width: 320px;
  }
  .main-form .main-form__left .main-photo-outer .main-photo .main-photo_last-photo {
    margin: 0 auto;
    max-width: 320px;
    max-height: 200px;
  }
}
.main-form .main-form__left .main-photo-outer .main-photo_first {
  position: absolute;
  opacity: 1;
  z-index: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.main-form .main-form__left .main-photo-outer .main-photo_first span {
  margin-top: 28px;
  font-weight: 900;
  font-size: 60px;
  line-height: 88px;
  text-transform: uppercase;
}
@media screen and (max-width: 1040px) {
  .main-form .main-form__left .main-photo-outer .main-photo_first span {
    font-size: 50px;
    line-height: 70px;
  }
}
@media screen and (max-width: 900px) {
  .main-form .main-form__left .main-photo-outer .main-photo_first span {
    font-size: 40px;
    line-height: 60px;
    max-width: 320px;
  }
}
@media screen and (max-width: 900px) {
  .main-form {
    display: block;
  }
}

.second-form .second-form__customer {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #1C2B39;
}
@media screen and (max-width: 900px) {
  .second-form .second-form__customer {
    font-size: 14px;
    line-height: 26px;
  }
}
.second-form .second-form__passport {
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .second-form .second-form__passport {
    font-size: 14px;
    line-height: 26px;
  }
}
.second-form .second-form__more-people-outer {
  width: 100%;
}
.second-form .second-form__more-people-outer .second-form__more-people-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.second-form .second-form__more-people-outer .second-form__more-people-wrapper .second-form__more-people {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0);
  border: 0;
}
.second-form .second-form__more-people-outer .second-form__more-people-wrapper .second-form__more-people span {
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .second-form .second-form__more-people-outer .second-form__more-people-wrapper .second-form__more-people span {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #2D64F4;
  }
}
.second-form .second-form__more-people-outer .second-form__more-people-wrapper .second-form__more-people .second-form__more-people-img {
  display: none;
}
.second-form .second-form__more-people-outer .second-form__more-people-wrapper .second-form__more-people .second-form__more-people-img-visible {
  display: block;
}

.last-form .last-form__header {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #2D64F4;
  margin-left: 15px;
}
.last-form .last-form__outer {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 70px) 35px minmax(0, 70px) 35px minmax(0, 70px) 35px minmax(0, 70px);
  grid-template-columns: repeat(4, minmax(0, 70px));
  grid-row-gap: 20px;
  grid-column-gap: 35px;
  border: 1px solid #2D64F4;
  border-radius: 19px;
  width: inherit;
  padding: 55px 43px;
}
@media screen and (max-width: 900px) {
  .last-form .last-form__outer {
    grid-column-gap: 20px;
    border-radius: 14px;
    padding: 20px 15px;
  }
}
.last-form .last-form__outer .last-form__number {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  width: inherit;
  border: 0.5px solid #2D64F4;
  border-radius: 4.20147px;
  padding-top: 5xp;
  padding-bottom: 6px;
  padding-left: 13px;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (max-width: 900px) {
  .last-form .last-form__outer .last-form__number {
    font-size: 14px;
    line-height: 26px;
  }
}
.last-form .last-form__outer .last-form__term {
  width: 100%;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  border: 0.5px solid #2D64F4;
  border-radius: 4.20147px;
  padding: 5px 5px 6px 6px;
}
@media screen and (max-width: 900px) {
  .last-form .last-form__outer .last-form__term {
    width: 51px;
    font-size: 14px;
    line-height: 26px;
  }
}
.last-form .last-form__outer .last-form__svv {
  width: 100%;
  padding: 5px 16px 6px 13px;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  border: 0.5px solid #2D64F4;
  border-radius: 4.20147px;
}
@media screen and (max-width: 900px) {
  .last-form .last-form__outer .last-form__svv {
    font-size: 14px;
    line-height: 26px;
  }
}
.last-form .last-form__outer input {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #9C9C9C;
}
@media screen and (max-width: 900px) {
  .last-form .last-form__outer input {
    font-size: 14px;
    line-height: 26px;
  }
}
.last-form .last-form__pay-outer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
.last-form .last-form__pay-outer button {
  padding: 13px 60px;
  background: #000000;
  border-radius: 8px;
  border: 0;
}
@media screen and (max-width: 900px) {
  .last-form .last-form__pay-outer button {
    padding: 5px 40px;
  }
}

.price-outer {
  display: none;
}
.price-outer .price__header {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 900px) {
  .price-outer .price__header {
    font-size: 16px;
  }
}
.price-outer .price__price {
  text-align: center;
  font-weight: 600;
  font-size: 38px;
  line-height: 72px;
  color: #2D64F4;
}
.price-outer .price__price span {
  font-size: 16px;
}
@media (max-width: 900px) {
  .price-outer .price__price {
    font-size: 34px;
    line-height: 63px;
  }
  .price-outer .price__price span {
    font-size: 14px;
  }
}

.programm {
  margin-top: 224px;
}
@media screen and (max-width: 900px) {
  .programm {
    margin-top: 80px;
  }
}
.programm .programm__wrapper {
  padding: 50px 100px;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .programm .programm__wrapper {
    padding: 30px 20px;
  }
}
.programm .programm__order-outer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.programm .programm__order {
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
  padding: 14px 75px;
  background: #2D64F4;
  border-radius: 5px;
  border: 0;
  text-decoration: none;
}
.programm .programm__order span {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 900px) {
  .programm .programm__order {
    width: 100%;
  }
  .programm .programm__order span {
    font-size: 16px;
    line-height: 30px;
  }
}
.programm h2 {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.programm h2 span {
  color: rgb(45, 100, 244);
}
@media screen and (max-width: 900px) {
  .programm h2 {
    font-size: 18px;
  }
}
.programm .programm__conteiner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 134px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: -webkit-min-content 20px -webkit-min-content;
  -ms-grid-rows: min-content 20px min-content;
  grid-template-rows: repeat(2, -webkit-min-content);
  grid-template-rows: repeat(2, min-content);
  grid-row-gap: 20px;
  grid-column-gap: 134px;
}
.programm .programm__conteiner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.programm .programm__conteiner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.programm .programm__conteiner > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.programm .programm__conteiner > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.programm .programm__conteiner .programm__elem-outer {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 7px rgba(227, 227, 227, 0.25);
          box-shadow: 0px 0px 7px rgba(227, 227, 227, 0.25);
  border-radius: 10px;
}
.programm .programm__conteiner .programm__elem-outer .programm__elem {
  margin-bottom: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 32px 25px 50px;
}
.programm .programm__conteiner .programm__elem-outer .programm__elem span {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1C2B39;
}
@media screen and (max-width: 900px) {
  .programm .programm__conteiner .programm__elem-outer .programm__elem span {
    font-size: 14px;
  }
}
.programm .programm__conteiner .programm__elem-outer .programm__other {
  max-height: 0;
  overflow: hidden;
}
.programm .programm__conteiner .programm__elem-outer .programm__other li {
  line-height: 0;
  font-size: 0;
}
.programm .programm__conteiner .programm__elem-outer .programm__other_show {
  max-height: 300px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 900px) {
  .programm .programm__conteiner .programm__elem-outer .programm__other_show {
    padding-bottom: 10px;
  }
}
.programm .programm__conteiner .programm__elem-outer .programm__other_show li {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #1C2B39;
  margin-left: 30px;
  list-style-type: none;
  position: relative;
}
.programm .programm__conteiner .programm__elem-outer .programm__other_show li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: -13px;
  top: 15px;
  background-color: #1C2B39;
}
@media screen and (max-width: 900px) {
  .programm .programm__conteiner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
}
.programm .programm__atantion {
  margin-top: 35px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  padding: 35px 39px 35px 30px;
  border-radius: 10px;
}
.programm .programm__atantion p {
  margin-left: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 900px) {
  .programm .programm__atantion p {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
  }
}
.programm .programm__atantion svg {
  overflow: visible;
}
@media screen and (max-width: 900px) {
  .programm .programm__atantion {
    -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;
    padding: 15px 14px;
  }
}

.plus {
  position: relative;
  width: 18px;
  height: 3px;
  background-color: rgb(45, 100, 244);
}
.plus:after {
  top: -7.5px;
  left: 7.5px;
  content: "";
  position: absolute;
  width: 3px;
  height: 18px;
  background-color: rgb(45, 100, 244);
}

.faq {
  margin-top: 160px;
}
@media screen and (max-width: 900px) {
  .faq {
    margin-top: 80px;
  }
}
.faq h2 {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.faq h2 span {
  color: rgb(45, 100, 244);
}
@media screen and (max-width: 900px) {
  .faq h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
.faq .faq__questions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 64px;
}
@media screen and (max-width: 900px) {
  .faq .faq__questions {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.faq .faq__questions .faq__question-outer {
  padding: 30px 0;
}
@media screen and (max-width: 900px) {
  .faq .faq__questions .faq__question-outer {
    padding: 15px 0;
  }
}
.faq .faq__questions .faq__question-outer .faq__question {
  height: 44px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.faq .faq__questions .faq__question-outer .faq__question img {
  width: 18px;
}
@media screen and (max-width: 900px) {
  .faq .faq__questions .faq__question-outer .faq__question img {
    width: 8px;
  }
}
.faq .faq__questions .faq__question-outer .faq__question span {
  width: 90%;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 900px) {
  .faq .faq__questions .faq__question-outer .faq__question span {
    font-size: 14px;
    line-height: 22px;
  }
}
.faq .faq__questions .faq__answer {
  display: none;
}
.faq .faq__questions .faq__answer_active {
  display: block;
}
.faq .faq__questions .faq__answer_active p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .faq .faq__questions .faq__answer_active p {
    font-size: 14px;
    line-height: 28px;
  }
}

.what-doing {
  margin-top: 160px;
}
@media screen and (max-width: 900px) {
  .what-doing {
    margin-top: 80px;
  }
}
.what-doing h2 {
  width: 40%;
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
}
.what-doing h2 span {
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .what-doing h2 {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
}
.what-doing .what-doing__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 2fr;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .what-doing .what-doing__main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: -webkit-min-content 20px -webkit-min-content 20px -webkit-min-content;
    -ms-grid-rows: min-content 20px min-content 20px min-content;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    margin-top: 25px;
  }
  .what-doing .what-doing__main > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .what-doing .what-doing__main > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .what-doing .what-doing__main > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.what-doing .what-doing__main .what_doing__elem {
  border-radius: 33px;
}
.what-doing .what-doing__main .what_doing__elem .what_doing__elem-header {
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
.what-doing .what-doing__main .what_doing__elem .what_doing__elem-header span {
  color: rgb(45, 100, 244);
}
@media screen and (max-width: 900px) {
  .what-doing .what-doing__main .what_doing__elem .what_doing__elem-header {
    font-size: 16px;
  }
}
.what-doing .what-doing__main .what_doing__elem .what_doing__elem-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.what-doing .what-doing__main .what_doing__elem .what_doing__elem-text span {
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .what-doing .what-doing__main .what_doing__elem .what_doing__elem-text {
    font-size: 14px;
  }
}
.what-doing .what-doing__main .what_doing__elem_first {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  padding: 35px;
}
.what-doing .what-doing__main .what_doing__elem_first .what_doing__elem_first-img-outer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 55px 0;
}
@media screen and (max-width: 900px) {
  .what-doing .what-doing__main .what_doing__elem_first {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
}
.what-doing .what-doing__main .what_doing__elem_second {
  padding: 25px 35px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.what-doing .what-doing__main .what_doing__elem_second .medicine {
  margin-right: -20px;
}
.what-doing .what-doing__main .what_doing__elem_second .what_doing__elem-outer {
  margin-top: auto;
}
@media screen and (max-width: 900px) {
  .what-doing .what-doing__main .what_doing__elem_second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .what-doing .what-doing__main .what_doing__elem_second .what_doing__elem-img {
    margin-bottom: 20px;
  }
}

.extreme {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
}
@media (max-width: 900px) {
  .extreme {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.extreme .extreme__left {
  width: 50%;
  margin-right: 120px;
}
.extreme .extreme__left h2 {
  width: 80%;
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.extreme .extreme__left h2 span {
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .extreme .extreme__left h2 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 30px;
  }
}
.extreme .extreme__left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 900px) {
  .extreme .extreme__left p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 900px) {
  .extreme .extreme__left {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.extreme .extreme__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .extreme .extreme__right {
    position: static;
    grid-gap: 10px;
  }
}
.extreme .extreme__right .extreme__right-elem {
  width: 370px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px rgba(227, 227, 227, 0.25);
          box-shadow: 0px 0px 7px rgba(227, 227, 227, 0.25);
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .extreme .extreme__right .extreme__right-elem {
    width: inherit;
  }
}
.extreme .extreme__right .extreme__right-elem span {
  font-weight: 600;
  font-size: 16px;
  line-height: 44px;
  color: #1C2B39;
  margin-left: 15px;
}
@media screen and (max-width: 900px) {
  .extreme .extreme__right .extreme__right-elem span {
    font-size: 14px;
    line-height: 22px;
  }
}
.extreme .extreme__right .extreme__right-elem .extreme__right-img-outer {
  background-color: #2D64F4;
  border-radius: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 38px;
  height: 38px;
}
.extreme .extreme__right .extreme__right-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: rgba(45, 100, 244, 0.25);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
@media screen and (max-width: 900px) {
  .extreme .extreme__right .extreme__right-background {
    max-width: 90%;
    height: 100%;
    -webkit-filter: blur(75px);
            filter: blur(75px);
  }
}
.extreme .extreme__right .extreme__right-header {
  top: -71px;
  z-index: -1;
  position: absolute;
  font-weight: 900;
  font-size: 78px;
  line-height: 116px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .extreme .extreme__right .extreme__right-header {
    display: none;
  }
}

.traumas {
  margin-top: 160px;
}
@media screen and (max-width: 900px) {
  .traumas {
    margin-top: 80px;
  }
}
.traumas h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  width: 40%;
}
.traumas h2 span {
  color: rgb(45, 100, 244);
}
@media screen and (max-width: 900px) {
  .traumas h2 {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
}
.traumas .traumas__outer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  margin-top: 36px;
}
@media screen and (max-width: 900px) {
  .traumas .traumas__outer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}
.traumas .traumas__outer .traumas__elem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 25px;
}
@media screen and (max-width: 900px) {
  .traumas .traumas__outer .traumas__elem {
    padding: 9px 25px;
  }
}
.traumas .traumas__outer .traumas__elem span {
  margin-left: 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 44px;
}

.sport {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
}
@media screen and (max-width: 900px) {
  .sport {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}
.sport .sport__left {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .sport .sport__left {
    width: 100%;
  }
}
.sport .sport__left h2 {
  width: 80%;
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.sport .sport__left h2 span {
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .sport .sport__left h2 {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
}
.sport .sport__left .sport__sports-outer .sport__more-sports-outer {
  padding-top: 30px;
}
.sport .sport__left .sport__sports-outer .sport__more-sports-outer .sport__more-sports {
  margin: 0 auto;
  display: block;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .sport .sport__left .sport__sports-outer .sport__more-sports-outer .sport__more-sports {
    font-size: 14px;
    line-height: 17px;
  }
}
.sport .sport__left .sport__sports-outer .sport__elem {
  border-radius: 63px;
  padding: 6px 10px;
  display: inline;
  line-height: 50px;
  white-space: nowrap;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sport .sport__left .sport__sports-outer .sport__elem .sport__name-outer {
  display: inline-block;
  overflow: hidden;
  font-weight: 400;
  max-width: 350px;
  font-size: 14px;
  line-height: 14px;
  text-overflow: ellipsis;
}
@media screen and (max-width: 900px) {
  .sport .sport__left .sport__sports-outer .sport__elem .sport__name-outer {
    max-width: 180px;
  }
}
.sport .sport__left .sport__sports-outer .sport__elem img {
  padding: 10px;
  margin: -10px;
  margin-left: 0;
  display: none;
}
@media screen and (max-width: 900px) {
  .sport .sport__left .sport__sports-outer .sport__elem {
    font-size: 12px;
    line-height: 40px;
    margin-right: 10px;
  }
}
.sport .sport__right {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .sport .sport__right {
    position: static;
  }
}
.sport .sport__right p {
  position: absolute;
  font-weight: 900;
  font-size: 60px;
  line-height: 88px;
  text-transform: uppercase;
  top: -14px;
}
@media screen and (max-width: 900px) {
  .sport .sport__right p {
    position: static;
    display: none;
  }
}
.sport .sport__right img {
  position: absolute;
  top: 250px;
  z-index: -100;
}
@media screen and (max-width: 900px) {
  .sport .sport__right img {
    position: static;
    height: 266px;
    margin: 0 auto;
    margin-top: 36px;
  }
}

.step-slider {
  margin-top: 160px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  .step-slider {
    margin-top: 80px;
  }
}

.slider-header {
  width: 650px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 63px;
  font-weight: 900;
  font-size: 59.66px;
  line-height: 88px;
  text-align: right;
  text-transform: uppercase;
  color: rgba(45, 100, 244, 0.1);
}
@media screen and (max-width: 900px) {
  .slider-header {
    display: inline;
    margin-top: 80px;
    position: static;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1C2B39;
  }
  .slider-header span {
    color: #2D64F4;
  }
}

.slider-hand {
  display: none;
}
@media screen and (max-width: 900px) {
  .slider-hand {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
}

.slider {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 35px;
}

.slider > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.slider > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.slider > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.slider > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.slider .slider__elem {
  display: none;
}
.slider .slider__elem_visible {
  width: 230px;
  margin-top: auto;
  display: block;
}
.slider .slider__elem_visible .slider__img-outer {
  display: none;
}
.slider .slider__elem_visible .slider__text-outer .slider__text1 {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #2D64F4;
  white-space: nowrap;
}
.slider .slider__elem_visible .slider__text-outer .slider__text2 {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
.slider .slider__elem_visible .slider__text-outer .slider__text3 {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
.slider .slider__elem_visible .slider__next-button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider .slider__elem_visible .slider__next-button button {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.slider .slider__elem_visible .slider__next-button button svg {
  margin-left: 15px;
}
.slider .slider__elem_active {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  background: rgba(45, 100, 244, 0.15);
  border-radius: 33px;
  width: 334px;
  height: 585px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  position: relative;
}
@media screen and (max-width: 900px) {
  .slider .slider__elem_active {
    width: 270px;
    height: 393px;
  }
}
.slider .slider__elem_active .slider__img-outer {
  display: block;
  margin-top: 190px;
}
.slider .slider__elem_active .slider__img-outer:after {
  background: rgba(45, 100, 244, 0.7);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  content: "";
  height: 180px;
  width: 180px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -4;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .slider .slider__elem_active .slider__img-outer {
    margin-top: 144px;
  }
  .slider .slider__elem_active .slider__img-outer img {
    height: 153px;
  }
}
.slider .slider__elem_active .slider__next-button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 40px;
}
.slider .slider__elem_active .slider__next-button button {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.slider .slider__elem_active .slider__text-outer {
  position: absolute;
  top: 33px;
  left: 75px;
}
.slider .slider__elem_active .slider__text-outer .slider__text1 {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .slider .slider__elem_active .slider__text-outer .slider__text1 {
    font-size: 12px;
    line-height: 23px;
  }
}
.slider .slider__elem_active .slider__text-outer .slider__text2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .slider .slider__elem_active .slider__text-outer .slider__text2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.slider .slider__elem_active .slider__text-outer .slider__text3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .slider .slider__elem_active .slider__text-outer .slider__text3 {
    font-size: 18px;
    line-height: 30px;
  }
}

.recomends {
  overflow: hidden;
  margin-top: 160px;
  position: relative;
}
.recomends .slider__elem_visible {
  position: relative;
}
.recomends .slider__elem_visible .recomends__icon {
  position: absolute;
  top: -80px;
  left: 0;
}
.recomends .slider__elem_visible .recomends__rate {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #2D64F4;
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: -60px;
}
.recomends .slider__elem_visible .recomends__rate img {
  margin-top: 36px;
}
.recomends .slider__elem_visible .recomends__text {
  display: none;
}
.recomends .slider__elem_visible .recomends__name {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: -30px;
}
.recomends .slider__elem_visible button {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  margin-bottom: 2px;
}
.recomends .slider__elem_visible button img {
  display: inline-block;
  margin-left: 15px;
}
.recomends .slider__elem_visible .recomends__img-outer {
  display: none;
}
.recomends .slider__elem_active {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 900px) {
  .recomends .slider__elem_active {
    width: 270px;
    height: 460px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recomends .slider__elem_active .recomends__icon {
  position: absolute;
  top: 20px;
  left: 20px;
}
.recomends .slider__elem_active .recomends__rate {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  font-weight: 900;
  left: 50%;
  top: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4px;
}
.recomends .slider__elem_active .recomends__rate img {
  margin: 0;
  margin-left: 13px;
}
@media screen and (max-width: 900px) {
  .recomends .slider__elem_active .recomends__rate {
    font-size: 14px;
    line-height: 23px;
  }
  .recomends .slider__elem_active .recomends__rate img {
    margin-left: 10px;
    height: 12px;
  }
}
.recomends .slider__elem_active .recomends__name {
  margin-left: -5px;
  position: absolute;
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  white-space: nowrap;
  left: 50%;
  top: 63px;
}
.recomends .slider__elem_active .recomends__name span {
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .recomends .slider__elem_active .recomends__name {
    font-size: 18px;
    line-height: 30px;
  }
}
.recomends .slider__elem_active .recomends__img-outer {
  margin-top: auto;
  display: block;
}
@media screen and (max-width: 900px) {
  .recomends .slider__elem_active .recomends__img-outer {
    margin-top: 100px;
  }
  .recomends .slider__elem_active .recomends__img-outer img {
    width: 91px;
  }
}
.recomends .slider__elem_active .recomends__text {
  display: block;
  margin: 25px 25px 35px 25px;
}
.recomends .slider__elem_active .recomends__text p {
  display: inline;
  font-size: 16px;
  line-height: 30px;
}
.recomends .slider__elem_active .recomends__text a {
  color: #2D64F4;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .recomends .slider__elem_active .recomends__text {
    margin: 15px 15px 30px 15px;
  }
  .recomends .slider__elem_active .recomends__text p {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .recomends .slider__elem_active .recomends__text a {
    overflow: normal;
    font-size: 14px;
    line-height: 24px;
  }
}
.recomends .slider__elem_active button {
  display: none;
}

.thanks {
  margin-top: 84px;
}

.one-time {
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .one-time {
    font-size: 14px;
    line-height: 26px;
  }
}

.thanks-header {
  max-width: 550px;
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.thanks-header span {
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .thanks-header {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}

.present {
  margin: 0 auto;
  padding: 45px 100px;
  border-radius: 7px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px -webkit-min-content;
  -ms-grid-columns: 1fr 30px min-content;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  -ms-grid-rows: -webkit-min-content, -webkit-min-content;
  -ms-grid-rows: min-content, min-content;
  grid-template-rows: -webkit-min-content, -webkit-min-content;
  grid-template-rows: min-content, min-content;
  max-width: 650px;
  margin-bottom: 50px;
  grid-column-gap: 30px;
}

.present > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.present > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.present > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.present > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.present > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.present > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.present .present__header {
  margin-top: auto;
  font-weight: 900;
  font-size: 24px;
  line-height: 44px;
  text-transform: uppercase;
  color: #2D64F4;
}
.present .present__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
}
.present svg {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}
@media screen and (max-width: 900px) {
  .present {
    padding: 30px 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (-webkit-min-content)[3];
    -ms-grid-rows: (min-content)[3];
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
  }
  .present > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .present > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .present > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .present svg {
    -ms-grid-column: 0;
        grid-column-start: 0;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 25px;
    width: 86px;
    height: 97px;
  }
  .present .present__header {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
  }
  .present .present__text {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
}

.thanks__message {
  margin-top: 108px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .thanks__message {
    margin-top: 88px;
  }
  .thanks__message svg {
    height: 99px;
    width: 99px;
  }
}

.thanks__what-doing {
  margin: 0 auto;
  max-width: 577px;
  margin-top: 25px;
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
}
.thanks__what-doing span {
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .thanks__what-doing {
    font-size: 20px;
    line-height: 34px;
  }
}

.thanks__text {
  margin: 0 auto;
  max-width: 840px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .thanks__text {
    font-size: 14px;
    line-height: 26px;
  }
}

.thanks__no-message {
  margin-top: 5px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.thanks__no-message a {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #2D64F4;
}
@media screen and (max-width: 900px) {
  .thanks__no-message {
    margin-top: 8px;
  }
  .thanks__no-message a {
    font-size: 14px;
    line-height: 26px;
  }
}

.thanks__all {
  position: absolute;
  font-weight: 900;
  font-size: 35px;
  line-height: 51px;
  text-transform: uppercase;
  width: 300px;
  top: -15px;
  left: -340px;
}
@media screen and (max-width: 900px) {
  .thanks__all {
    display: none;
  }
}

.thanks__sell {
  position: absolute;
  z-index: -1;
  right: -250px;
  top: 250px;
}
@media screen and (max-width: 900px) {
  .thanks__sell {
    display: none;
  }
}