/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
@font-face {
  font-family: 'Rouble';
  src: url("../fonts/rouble.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/stolzl_bold.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/stolzl_medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/stolzl_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/stolzl_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/stolzl_thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal; }
:root {
  --bg-color: #fff;
  --bg-light-color: #F0F0F0;
  --accent-color: #A3876E;
  --prime-color: #7147EF;
  --text-color: #222327;
  --disable-color: #747580;
  --light-color: #767D8C;
  --font-size-big-text: 20px;
  /*18-20*/
  --border-radius: 38px;
  --border-radius-big: 50px; }
  @media (max-width: 769px) {
    :root {
      --border-radius-big: 30px;
      --border-radius: 24px;
      --font-size-big-text: 18px; } }
  @media (max-width: 479px) {
    :root {
      --border-radius: 16px; } }

:target {
  scroll-margin-top: 100px; }

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

a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

ul {
  list-style: none; }

.hr {
  width: 100%;
  height: 1px;
  background-color: var(--light-color);
  opacity: .5; }

input {
  outline: none; }

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0; }

* img {
  max-width: 100%; }

body {
  font-family: "Stolzl", sans-serif;
  background-color: var(--bg-color);
  font-size: 18px;
  line-height: 1.4em;
  color: var(--text-color);
  background-image: url("../images/bg_main-min.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  body._lock {
    overflow: hidden; }
  @media (max-width: 769px) {
    body {
      background-size: 100%  100%;
      font-size: 16px; } }

section {
  padding-top: clamp(3.75rem, 2.523rem + 6.14vw, 7.125rem);;
  padding-bottom: clamp(3.75rem, 2.523rem + 6.14vw, 7.125rem);; }

footer {
  padding-top: clamp(2.5rem, 1.667rem + 4.17vw, 4.25rem);;
  padding-bottom: clamp(2.5rem, 1.667rem + 4.17vw, 4.25rem);; }

h1 {
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);;
  /*24-40*/
  font-style: normal;
  font-weight: 900;
  line-height: 115%;
  /* 39.6px */
  max-width: 750px;
  margin-bottom: 32px;
  color: var(--text-color); }

h2 {
  margin-bottom: clamp(2.188rem, 1.392rem + 3.98vw, 4.375rem);;
  /*35-70*/
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);;
  /*24-40*/
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  /* 39.6px */
  max-width: 620px;
  color: #1D1E23; }

h3 {
  font-family: 'Stolzl';
  font-weight: 500;
  line-height: 1.25em;
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);;
  /*24-30*/
  margin-bottom: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);;
  /*35-70*/
  color: var(--text-color); }

h5 {
  font-family: 'Stolzl';
  font-weight: 500;
  line-height: 1.25em;
  font-size: var(--font-size-big-text);
  /*18-28*/
  margin-bottom: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);;
  /*35-70*/
  color: var(--text-color); }

p, li {
  font-family: 'Stolzl';
  font-weight: 400;
  line-height: 1.4em;
  color: var(--text-color); }

li {
  margin-bottom: 16px; }

p.note {
  display: block;
  padding-left: 32px;
  font-style: italic;
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);;
  width: 100%;
  max-width: 360px;
  margin-top: 32px; }

[class*="__container"] {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  z-index: 3; }

@media (max-width: 1246px) {
  [class*="__container"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
[class*="__smallcontainer"] {
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
  z-index: 3; }

@media (max-width: 1046px) {
  [class*="__smallcontainer"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
.help-block.form-error {
  position: relative;
  font-size: .8em;
  color: #b94a48; }

.btn_std, .btn_ghost {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  background: var(--prime-color);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: .8em;
  text-align: center;
  text-decoration: none;
  max-width: 360px;
  text-align: center;
  color: white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  margin: 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1; }
  @media (max-width: 479px) {
    .btn_std, .btn_ghost {
      font-size: 16px; } }

.btn_std:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px var(--prime-color) inset;
          box-shadow: 0px 0px 0px 2px var(--prime-color) inset;
  top: 6px;
  right: -6px;
  z-index: -1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.btn_std:hover:after {
  -webkit-box-shadow: 0px 0px 0px 2px #8C66FF inset;
          box-shadow: 0px 0px 0px 2px #8C66FF inset;
  top: 12px;
  right: -12px; }

.btn_std.btn_ghost {
  -webkit-box-shadow: 0px 0px 0px 2px #8C66FF inset;
          box-shadow: 0px 0px 0px 2px #8C66FF inset; }

.btn_std:hover, .btn_std.btn_ghost:hover {
  background: #8C66FF; }

.btn_std.btn_ghost:hover {
  -webkit-box-shadow: 0px 0px 0px 2px #E8D39C inset;
          box-shadow: 0px 0px 0px 2px #E8D39C inset; }

/*первый экран*/
.main_screen {
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
  /* .main_screen__container */
  /* .main_screen__header */
  /* .main_screen__logos */
  /* .main_screen__logo */
  /* .main_screen__menu */
  /* .main_screen__menu_item */
  /* .main_screen__offer */
  /* .main_screen__lead */
  /*.main_screen__about*/
  /* .main_screen__features */
  /* .main_screen__features__item */
  /* .main_screen__features__item_icn */
  /* .main_screen__features__item-text-wrapper */
  /* .main_screen__features__item-header */
  /* .main_screen__features__item-text */
  /* .main_screen__form */
  /*&__form:before{
    content: '';
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    border:1px solid #FFFFFF;
    position: absolute;
    right: -12px;
    bottom: -12px;

  }*/
  /* .main_screen__form_top */
  /* .main_screen__form_bottom */ }
  .main_screen__container {
    position: relative; }
  .main_screen__header {
    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;
    margin-bottom: clamp(4rem, 2.364rem + 8.18vw, 8.5rem);
    /*64-136*/ }
    @media (max-width: 520px) {
      .main_screen__header {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .main_screen__logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    position: relative;
    z-index: 50; }
    @media (max-width: 520px) {
      .main_screen__logos {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 16px; } }
  .main_screen__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 992px) {
      .main_screen__menu {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 32px;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 60%;
        margin-top: 80px; } }
  .main_screen__menu_item {
    list-style: none;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500; }
  .main_screen__menu_item a {
    text-decoration: none;
    color: var(--text-color);
    display: block;
    padding-bottom: 3px;
    border-bottom: 2px solid;
    border-color: transparent; }
    @media (max-width: 992px) {
      .main_screen__menu_item a {
        color: white;
        font-size: 24px;
        line-height: 2em;
        font-weight: 400; } }
  .main_screen__menu_item a:hover {
    /*text-decoration: underline;*/
    color: var(--prime-color);
    border-bottom: 2px solid var(--prime-color); }
    @media (max-width: 992px) {
      .main_screen__menu_item a:hover {
        color: white; } }
  .main_screen__menu_item:not(:last-child) {
    margin-right: 68px; }
    @media (max-width: 992px) {
      .main_screen__menu_item:not(:last-child) {
        margin-right: inherit; } }
  .main_screen__menu_item:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 6px;
    background-color: var(--text-color);
    top: 6px;
    right: -34px; }
    @media (max-width: 992px) {
      .main_screen__menu_item:not(:last-child):after {
        display: none; } }
  .main_screen__offer {
    max-width: 750px;
    position: relative;
    z-index: 3; }
    @media (max-width: 769px) {
      .main_screen__offer {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto; } }
  .main_screen__lead {
    font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
    /*24-36*/
    line-height: 1.1em; }
  .main_screen__about {
    font-weight: 300;
    font-size: var(--font-size-big-text);
    line-height: 1.5em;
    padding-left: 80px;
    background-image: url(../images/icn_arrow_main.svg);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: clamp(1.375rem, 0.875rem + 2.5vw, 2.75rem);
    /*22-44*/
    max-width: 630px; }
    @media (max-width: 992px) {
      .main_screen__about {
        background-image: none;
        padding-left: 0; } }
  .main_screen .btn_std {
    margin-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
    /*40-80*/ }
  .main_screen__features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 42px 1fr 42px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: space-between;
    grid-gap: 42px;
    margin-top: clamp(3rem, 1.955rem + 5.23vw, 5.875rem);
    /*48-94*/
    position: relative;
    z-index: 10; }
    @media (max-width: 830px) {
      .main_screen__features {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    @media (max-width: 769px) {
      .main_screen__features {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto; } }
  .main_screen__features__item {
    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: 830px) {
      .main_screen__features__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 479px) {
      .main_screen__features__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: inherit;
            -ms-flex-align: inherit;
                align-items: inherit; } }
  .main_screen__features__item_icn {
    height: 70px; }
    @media (max-width: 830px) {
      .main_screen__features__item_icn {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 40px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 479px) {
      .main_screen__features__item_icn {
        margin-right: inherit; } }
  .main_screen__features__item-header {
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.3em; }
  .main_screen__features__item-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em; }
  .main_screen__form .help-block.form-error {
    position: absolute;
    font-size: .8em;
    left: 0;
    top: -20px;
    color: #b94a48; }
  .main_screen__form {
    background-color: white;
    border-radius: var(--border-radius);
    width: 100%;
    position: relative;
    margin-top: 60px;
    z-index: 5;
    overflow: hidden; }
    @media (max-width: 992px) {
      .main_screen__form {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto; } }
  .main_screen__form form {
    position: relative;
    z-index: 5; }
  .main_screen__form_top {
    background-color: var(--prime-color);
    padding: 44px 50px;
    padding-bottom: 105px; }
    @media (max-width: 479px) {
      .main_screen__form_top {
        padding: 32px 24px;
        padding-bottom: 105px; } }
  .main_screen__form_top .btn_std {
    margin-top: 0;
    font-family: 'Stolzl';
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color);
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0; }
    @media (max-width: 479px) {
      .main_screen__form_top .btn_std {
        font-size: 16px;
        width: 100%; } }
  .main_screen__form_top .btn_std:after {
    -webkit-box-shadow: 0px 0px 0px 2px white inset;
            box-shadow: 0px 0px 0px 2px white inset; }

.img_cube {
  position: absolute;
  top: 160px;
  right: -140px;
  z-index: 1; }
  @media (max-width: 992px) {
    .img_cube {
      position: absolute;
      top: 330px;
      right: -100px;
      z-index: 1;
      width: 70%; } }
  @media (max-width: 479px) {
    .img_cube {
      top: 200px;
      right: -80px;
      z-index: 1;
      width: 80%; } }

.decor_main_offer_1 {
  position: absolute;
  top: 43%;
  right: 36%;
  z-index: 1; }

.decor_main_offer_2 {
  position: absolute;
  top: 5%;
  right: 44%;
  z-index: 1; }

.decor_main_offer_3 {
  position: absolute;
  top: 2%;
  left: 0;
  z-index: 1; }

.top_form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center; }
  @media (max-width: 992px) {
    .top_form {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-gap: 32px; } }
  @media (max-width: 479px) {
    .top_form {
      display: block; } }

.field-label-5 {
  font-size: 10px;
  line-height: 14px;
  color: #333333;
  letter-spacing: -.01px; }

.field_box2 {
  padding-bottom: 10px; }
  @media (max-width: 769px) {
    .field_box2 {
      width: 100%; } }
  @media (max-width: 479px) {
    .field_box2 {
      margin-bottom: 24px; } }

.text-field-2 {
  border: none;
  width: 100%;
  border-bottom: 2px solid #FFFFFF;
  padding: 10px 0 10px 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Stolzl';
  color: #F9F9FB;
  background-color: transparent; }
  @media (max-width: 479px) {
    .text-field-2 {
      font-size: 16px; } }

.text-field-2::-webkit-input-placeholder {
  color: #F9F9FB !important; }

.text-field-2::-moz-placeholder {
  color: #F9F9FB !important; }

.text-field-2:-ms-input-placeholder {
  color: #F9F9FB !important; }

.text-field-2::-ms-input-placeholder {
  color: #F9F9FB !important; }

.text-field-2::placeholder {
  color: #F9F9FB !important; }

.w-checkbox {
  line-height: 1em; }

.w-checkbox-input {
  /* .w-checkbox-input--inputType-custom */ }

.w {
  /* .w--redirected-checked */ }

.main_screen__form .success-message {
  color: white; }

.heading_spasibo {
  font-size: 20px;
  font-weight: 900; }

.w-checkbox-input {
  /* .w-checkbox-input--inputType-custom */ }

input[type="checkbox"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  border: 2px solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="checkbox"]:checked {
  background-image: url("../images/icn_galka.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #41298A; }

input[type="submit"] {
  border: none; }

.w {
  /* .w--redirected-checked */ }

.field-label-5 {
  font-size: 10px;
  font-weight: 300;
  color: #FFFFFF;
  font-family: 'Stolzl';
  margin-left: 10px;
  letter-spacing: -.01em; }

.field-label-5 a {
  font-size: 10px;
  font-weight: 300;
  color: #FFFFFF;
  font-family: 'Stolzl'; }

.top_form_notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px; }
  @media (max-width: 1300px) {
    .top_form_notes {
      -ms-grid-columns: 1fr 24px 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 992px) {
    .top_form_notes {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      justify-items: flex-start;
      grid-gap: 10px; } }
  @media (max-width: 769px) {
    .top_form_notes {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.w-form-done, .w-form-fail {
  display: none; }

.main-section__bunner {
  position: absolute;
  bottom: 0px;
  width: 200%;
  height: 74px;
  left: 0;
  background-color: white;
  /*      @media (max-width: 650px) {  height: 30px;bottom: 32px;}
        @media (max-width: 450px) {  height: 25px;bottom: 24px;} */ }

.strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 106%;
  position: absolute;
  left: 0; }

.strip__wrapper {
  margin-top: 0;
  width: 200%;
  height: 100%;
  position: absolute;
  background-image: url("../images/text-bunner2.svg?4");
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  background-position: center;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  right: 0;
  top: 0;
  -webkit-animation: bunner 14s linear infinite;
          animation: bunner 14s linear infinite; }
@-webkit-keyframes bunner {
  0% {
    right: 0%;
    width: 100%; }
  100% {
    right: 0%; } }
@keyframes bunner {
  0% {
    right: 0%;
    width: 100%; }
  100% {
    right: 0%; } }
/*конец первый экран*/
/*Зачем*/
.why {
  padding-bottom: 0;
  /* .why__smallcontainer */
  /* .why__wrapper */
  /* .why__header */
  /* .why__text */ }
  .why__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 769px) {
      .why__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto; } }
  .why__text p {
    margin-bottom: 24px; }

/*конец Зачем*/
/*Кому*/
.who .swiper-wrapper {
  position: relative;
  width: auto;
  height: auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.who {
  position: relative;
  overflow: hidden;
  /* .who__container */
  /* .who__wrapper */
  /* .who__item */
  /* .who__text */
  /* .who__photo */ }
  @media (max-width: 1232px) {
    .who {
      padding-left: 24px;
      padding-right: 24px; } }
  .who__container {
    border-radius: var(--border-radius);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    /* Black w/opacity/see-through */
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    padding: 84px 94px;
    padding-top: clamp(2rem, 0.818rem + 5.91vw, 5.25rem);
    padding-bottom: clamp(2rem, 0.818rem + 5.91vw, 5.25rem);
    padding-left: clamp(2.625rem, 1.443rem + 5.91vw, 5.875rem);
    padding-right: clamp(2.625rem, 1.443rem + 5.91vw, 5.875rem);
    position: relative;
    z-index: 2; }
  .who__item {
    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 (max-width: 769px) {
      .who__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .who__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (max-width: 769px) {
      .who__item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .who__item:not(:last-child) {
    margin-bottom: 50px; }
  @media (max-width: 769px) {
    .who__item:last-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 769px) {
    .who__item:last-child .who__photo {
      width: 100%;
      margin-top: 50px; } }
  .who__text {
    width: 48%; }
    @media (max-width: 769px) {
      .who__text {
        width: 100%; } }
  .who__item:nth-child(1) .who__text {
    padding-right: 32px; }
    @media (max-width: 769px) {
      .who__item:nth-child(1) .who__text {
        padding-right: 0; } }
  .who__item:nth-child(2) .who__text {
    padding-left: 32px; }
    @media (max-width: 769px) {
      .who__item:nth-child(2) .who__text {
        padding-left: 0; } }
  .who__text span {
    background-color: #E8E0FF;
    padding-left: 3px;
    padding-right: 3px; }
  .who__text ul li {
    list-style: disc; }
  .who__photo {
    width: 48%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 769px) {
      .who__photo {
        margin-bottom: 44px; } }
    @media (max-width: 479px) {
      .who__photo {
        width: 100%; } }
  .who__item:nth-child(1) .who__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .who__item:nth-child(2) .who__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .who__item:last-child .who__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 769px) {
      .who__item:last-child .who__photo {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media (max-width: 479px) {
    .who__item:last-child .who__photo .btn_std {
      max-width: none;
      width: 100%;
      margin: 0; } }
  .who__photo {
    position: relative; }
  .who__photo img {
    border-radius: var(--border-radius); }
  .who__photo_img {
    position: relative;
    width: 100%;
    max-width: 452px; }
  .who__photo_img:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    -webkit-box-shadow: 0px 0px 0px 1px var(--prime-color) inset;
            box-shadow: 0px 0px 0px 1px var(--prime-color) inset;
    top: 9px;
    right: -16px;
    z-index: -1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }

.object_who_right_1 {
  position: absolute;
  z-index: 0;
  right: -10%;
  top: 3%; }

.decor_who_2 {
  position: absolute;
  top: 15%;
  left: 0%;
  z-index: 1; }

.decor_who_3 {
  position: absolute;
  bottom: 15%;
  right: 0%;
  z-index: 1; }

.decor_who_4 {
  position: absolute;
  bottom: 0;
  left: -5%;
  z-index: 1; }

/*конец Кому*/
/*После*/
.after {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  /* .after__container */
  /* .after__wrapper */
  /* .after__item */
  /* .after__name */
  /* .after__desc */ }
  .after__container h2 {
    text-align: right;
    max-width: none; }
    @media (max-width: 800px) {
      .after__container h2 {
        text-align: left; } }
  .after__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
    /*24-40*/
    width: 100%; }
  .after__item {
    /*background-color: white;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%; }
    @media (max-width: 800px) {
      .after__item {
        width: 100%; } }
    @media (max-width: 650px) {
      .after__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .after__item:nth-child(even) {
    margin-left: 10%; }
    @media (max-width: 800px) {
      .after__item:nth-child(even) {
        margin-left: 0; } }
  .after__item .after__name, .after__item .after__desc {
    background-color: white;
    border-radius: var(--border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 196px;
    overflow: hidden;
    padding-left: 48px;
    padding-right: 48px; }
    @media (max-width: 1100px) {
      .after__item .after__name, .after__item .after__desc {
        height: auto;
        padding-top: 24px;
        padding-bottom: 24px; } }
    @media (max-width: 800px) {
      .after__item .after__name, .after__item .after__desc {
        padding-left: 24px;
        padding-right: 24px; } }
    @media (max-width: 479px) {
      .after__item .after__name, .after__item .after__desc {
        padding-left: 16px;
        padding-right: 16px; } }
  .after__item:nth-child(odd) .after__name, .after__item:nth-child(odd) .after__desc {
    background-color: var(--prime-color);
    color: white; }
  .after__name {
    width: 36%;
    font-size: var(--font-size-big-text);
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: .03em;
    text-transform: uppercase; }
    @media (max-width: 650px) {
      .after__name {
        width: 100%;
        padding-bottom: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important; } }
  .after__desc {
    width: 64%;
    font-weight: 400; }
    @media (max-width: 650px) {
      .after__desc {
        width: 100%;
        padding-top: 24px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important; } }

.decor_after_1 {
  position: absolute;
  top: 15%;
  right: -1%;
  z-index: 1; }

.decor_after_2 {
  position: absolute;
  top: 30%;
  left: 4%;
  z-index: 0; }

/*конец После*/
/*Эксперты*/
.experts {
  /* .experts__smallcontainer */
  /* .experts__txt */
  /* .experts__name */
  /* .experts__position */
  /* .experts__description */ }
  @media (min-width: 993px) {
    .experts {
      padding-left: 0;
      padding-right: 0; } }
  .experts__smallcontainer {
    position: relative; }
  .experts__smallcontainer h2 {
    margin-bottom: 30px; }
  .experts__smallcontainer h2 + p {
    max-width: 668px; }
  @media (max-width: 1300px) {
    .experts__txt {
      max-width: 500px; } }
  .experts__name {
    font-size: var(--font-size-big-text);
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .experts__position {
    line-height: 1.25em;
    margin-bottom: 16px; }
  .experts__description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em; }

.experts .swiper-buttons-wrapper {
  width: 150px;
  position: absolute;
  right: 0;
  bottom: 40px; }
  @media (max-width: 900px) {
    .experts .swiper-buttons-wrapper {
      display: none; } }

.swiper {
  /* .swiper__container */ }
  .swiper__container {
    margin-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
    max-width: none; }

.swiper2 {
  padding-bottom: 80px; }

.experts-slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem) auto;
  grid-template-columns: auto auto;
  grid-gap: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  /*24-40*/ }
  @media (max-width: 1300px) {
    .experts-slide {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      grid-gap: 24px; } }

.swiper-pagination-bullet-active {
  background-color: var(--prime-color);
  width: 16px;
  border-radius: 4px; }

.swiper-slide-img {
  width: 286px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 900px) {
    .swiper-slide-img {
      width: 100%;
      max-width: 200px; } }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: ''; }

.swiper-button-next {
  width: 64px;
  height: 64px;
  background-image: url("../images/btn_slider_right.svg");
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.swiper-button-next:hover {
  opacity: .6; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: ''; }

.swiper-button-prev {
  width: 64px;
  height: 64px;
  background-image: url("../images/btn_slider_left.svg");
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.swiper-button-prev:hover {
  opacity: .6; }

/*конец Эксперты*/
/*Как*/
.how {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  /* .how__container */
  /* .how__wrapper */
  /* .how__header */
  /* .how__content */ }
  @media (max-width: 1232px) {
    .how {
      padding-left: 24px;
      padding-right: 24px; } }
  .how__container {
    border-radius: var(--border-radius);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    /* Black w/opacity/see-through */
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    padding: 84px 94px;
    padding-top: clamp(2rem, 0.818rem + 5.91vw, 5.25rem);
    padding-bottom: clamp(2rem, 0.818rem + 5.91vw, 5.25rem);
    padding-left: clamp(2.625rem, 1.443rem + 5.91vw, 5.875rem);
    padding-right: clamp(2.625rem, 1.443rem + 5.91vw, 5.875rem);
    position: relative;
    z-index: 2; }
  .how__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 1150px) {
      .how__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  @media (max-width: 1150px) {
    .how__wrapper:last-child .how__header.doc {
      position: relative;
      padding-left: 124px;
      min-height: 176px; } }
  @media (max-width: 992px) {
    .how__wrapper:last-child .how__header.doc {
      padding-top: 60px; } }
  @media (max-width: 650px) {
    .how__wrapper:last-child .how__header.doc {
      padding-left: 80px;
      margin-left: -24px; } }
  @media (max-width: 479px) {
    .how__wrapper:last-child .how__header.doc {
      padding-left: 0;
      padding-top: 1px; } }
  @media (max-width: 1150px) {
    .how__wrapper:last-child .how__header.doc:after {
      content: '';
      width: 6px;
      height: 100%;
      background-color: var(--prime-color);
      display: block;
      position: absolute;
      left: 21px;
      top: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: 1; } }
  @media (max-width: 479px) {
    .how__wrapper:last-child .how__header.doc:after {
      display: none; } }
  @media (max-width: 479px) {
    .how__header {
      margin-left: -24px; } }
  @media (max-width: 650px) {
    .how__content ul {
      margin-left: -24px; } }
  .how__content ul li {
    padding-left: 124px;
    min-height: 176px;
    position: relative;
    padding-top: 14px;
    margin-bottom: 0; }
    @media (max-width: 650px) {
      .how__content ul li {
        padding-left: 80px; } }
    @media (max-width: 479px) {
      .how__content ul li {
        padding-left: 40px;
        padding-top: 1px;
        min-height: auto;
        padding-bottom: 32px; } }
  .how__content ul li:before {
    content: '';
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 14px solid var(--prime-color);
    background-color: white;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2; }
    @media (max-width: 479px) {
      .how__content ul li:before {
        width: 24px;
        height: 24px;
        border-radius: 24px;
        border: 7px solid var(--prime-color); } }
  .how__content ul li:after {
    content: '';
    width: 6px;
    height: 100%;
    background-color: var(--prime-color);
    display: block;
    position: absolute;
    left: 21px;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1; }
    @media (max-width: 479px) {
      .how__content ul li:after {
        display: none; } }
  .how__content ul li span {
    font-size: var(--font-size-big-text);
    font-weight: 900;
    display: block;
    margin-bottom: 12px; }

.how_doc {
  padding-left: 124px;
  padding-top: 60px;
  /* .how_doc__image */ }
  @media (max-width: 1150px) {
    .how_doc {
      padding-top: 24px; } }
  @media (max-width: 650px) {
    .how_doc {
      padding-left: 100px; } }
  @media (max-width: 600px) {
    .how_doc {
      padding-left: 0px; } }
  .how_doc__image {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 312px;
    height: 224px;
    background-image: url(../images/img_doc_preview.png);
    background-repeat: no-repeat;
    border-radius: 26px;
    border: 8px solid var(--prime-color);
    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;
    /*overflow: hidden;*/
    background-size: cover;
    position: relative;
    z-index: 2; }
    @media (max-width: 600px) {
      .how_doc__image {
        left: -24px; } }
    @media (max-width: 479px) {
      .how_doc__image {
        background-size: cover;
        background-size: 100%;
        height: 178px;
        width: auto;
        background-position: center;
        background-color: #2f378c; } }
  .how_doc__image img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .how_doc__image:hover img {
    width: 30%;
    opacity: .9; }
  @media (max-width: 479px) {
    .how_doc__image img {
      width: 44px; } }
  .how_doc__image:after {
    content: '';
    position: absolute;
    display: block;
    z-index: -4;
    width: 100px;
    height: 174px;
    border-bottom-left-radius: 136px;
    border-left: 6px solid var(--prime-color);
    border-bottom: 6px solid var(--prime-color);
    bottom: 97px;
    left: -111px; }
    @media (max-width: 600px) {
      .how_doc__image:after {
        /* display: none; */
        border-bottom-left-radius: 0;
        border-bottom: 0px;
        left: 13px;
        height: 30px;
        bottom: 220px; } }
    @media (max-width: 479px) {
      .how_doc__image:after {
        display: none; } }

.how_doc .note {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-align: right;
  margin-top: 16px;
  padding-right: 48px; }

.how__header.doc h2 {
  margin-bottom: 0; }

.how__header.doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.decor_how_1 {
  position: absolute;
  top: 0%;
  right: -10%;
  z-index: 1; }

.decor_how_2 {
  position: absolute;
  top: 50%;
  right: 4%;
  z-index: 1; }

.decor_how_3 {
  position: absolute;
  bottom: 0;
  left: -10%;
  z-index: 1; }

/*конец Как*/
/*Программа*/
.programm {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  /* .programm__container */
  /* .programm__wrapper */
  /* .programm__item */
  /* .after__desc */
  /*.programm__icon*/ }
  .programm h2 {
    max-width: none; }
  .programm__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
    /*24-40*/
    width: 100%; }
  .programm__item {
    /*background-color: white;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%; }
    @media (max-width: 800px) {
      .programm__item {
        width: 100%; } }
    @media (max-width: 650px) {
      .programm__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .programm__item:nth-child(even) {
    margin-left: 10%; }
    @media (max-width: 800px) {
      .programm__item:nth-child(even) {
        margin-left: 0; } }
  .programm__item .programm__name, .programm__item .programm__desc {
    background-color: white;
    border-radius: var(--border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 196px;
    overflow: hidden;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 58px;
    padding-bottom: 58px; }
    @media (max-width: 1120px) {
      .programm__item .programm__name, .programm__item .programm__desc {
        height: auto;
        padding-top: 24px;
        padding-bottom: 24px; } }
    @media (max-width: 800px) {
      .programm__item .programm__name, .programm__item .programm__desc {
        padding-left: 24px;
        padding-right: 24px; } }
    @media (max-width: 650px) {
      .programm__item .programm__name, .programm__item .programm__desc {
        min-height: auto; } }
    @media (max-width: 479px) {
      .programm__item .programm__name, .programm__item .programm__desc {
        padding-left: 16px;
        padding-right: 16px; } }
  @media (max-width: 1120px) {
    .programm__item .programm__name {
      -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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 650px) {
    .programm__item .programm__name {
      width: 100%;
      padding-bottom: 0 !important;
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important; } }
  @media (max-width: 650px) {
    .programm__item .programm__desc {
      width: 100%;
      padding-top: 24px !important;
      border-top-left-radius: 0 !important;
      border-top-right-radius: 0 !important; } }
  @media (max-width: 1120px) {
    .programm__item .programm__name .programm__icon {
      margin-bottom: 24px; } }
  @media (max-width: 769px) {
    .programm__item .programm__name .programm__icon {
      width: 44px;
      height: 44px; } }
  .programm__item:nth-child(even) .programm__name, .programm__item:nth-child(even) .programm__desc {
    background-color: var(--prime-color);
    color: white; }
  .programm__item:nth-child(even) .programm__name p {
    color: white; }
  .programm__name {
    width: 36%;
    font-size: var(--font-size-big-text);
    line-height: 1.4em;
    letter-spacing: .03em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 650px) {
      .programm__name {
        width: 100%;
        padding-bottom: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important; } }
  .programm__name p {
    font-weight: 500;
    font-size: var(--font-size-big-text); }
  .programm__desc {
    width: 64%;
    font-weight: 400; }
    @media (max-width: 650px) {
      .programm__desc {
        width: 100%;
        padding-top: 24px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important; } }
  .programm__desc ul li {
    padding-right: 150px;
    position: relative;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .programm__desc ul li {
        padding-right: 0; } }
  .programm__desc ul li:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 992px) {
      .programm__desc ul li:not(:last-child) {
        margin-bottom: 24px; } }
  .programm__desc ul li span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    border-radius: 10px;
    background-color: #9C9C9C;
    color: white;
    font-weight: 400;
    padding: 0 8px;
    font-size: 12px;
    line-height: 24px; }
    @media (max-width: 992px) {
      .programm__desc ul li span {
        position: relative;
        right: auto;
        top: 4px;
        margin-bottom: 10px;
        width: auto;
        display: block;
        text-align: center;
        width: 80px; } }
  .programm__item:nth-child(even) .programm__desc ul li {
    color: white; }
  .programm__item:nth-child(even) .programm__desc ul li span {
    background-color: #4D30A3; }
  .programm__icon {
    width: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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; }
  .programm .btn_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;
    margin-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
    /*40-80*/ }
    @media (max-width: 1120px) {
      .programm .btn_wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 24px; } }
  .programm .btn_wrapper p {
    width: 100%;
    max-width: 562px;
    font-weight: 300; }
  .programm .btn_std {
    width: 100%;
    min-width: 300px; }

.decor_programm_1 {
  position: absolute;
  top: 25%;
  right: -1%;
  z-index: 1; }

.decor_programm_2 {
  position: absolute;
  top: 50%;
  left: -4%;
  z-index: 1; }

/*конец Программа*/
/*Цена*/
.price {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  /* .price__container */
  /* .price__smallcontainer */
  /* .price__wrapper */
  /* .price__name */
  /* .price__count */
  /* .price__count__wrapper */
  /* .price__old_price */
  /* .price__now_price */
  /* .price__desc */ }
  @media (max-width: 1232px) {
    .price {
      padding-left: 24px;
      padding-right: 24px; } }
  .price__container {
    background-color: var(--prime-color);
    border-radius: var(--border-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .price__smallcontainer {
    padding-top: 48px;
    padding-bottom: 48px; }
    @media (max-width: 479px) {
      .price__smallcontainer {
        padding-left: 0;
        padding-right: 0;
        padding-top: 24px;
        padding-bottom: 24px; } }
  .price__smallcontainer h2 {
    margin-bottom: 30px;
    color: white; }
  .price__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; }
    @media (max-width: 769px) {
      .price__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        grid-gap: 44px; } }
  .price__name p {
    width: 100%;
    max-width: 545px;
    color: white; }
  .price__count {
    width: 100%;
    max-width: 320px;
    padding: 30px 44px;
    border: 1px solid #FFFFFF;
    border-radius: 24px; }
    @media (max-width: 479px) {
      .price__count {
        padding: 20px 34px;
        border: 1px solid #FFFFFF;
        border-radius: 24px;
        max-width: 260px; } }
  .price__old_price {
    font-size: 32px;
    position: relative;
    z-index: 1;
    color: #C6B2FF;
    white-space: nowrap; }
    @media (max-width: 479px) {
      .price__old_price {
        font-size: 18px; } }
  .price__old_price:after {
    content: '';
    display: block;
    width: 170px;
    height: 3px;
    background-color: #C6B2FF;
    -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
            transform: rotate(-8deg);
    position: absolute;
    z-index: 2;
    top: 13px;
    left: -6px; }
    @media (max-width: 479px) {
      .price__old_price:after {
        width: 95px;
        height: 2px;
        top: 10px;
        left: -4px; } }
  .price__old_price span {
    font-size: .5em; }
  .price__now_price {
    font-size: 48px;
    font-weight: 500;
    color: white;
    margin-top: 16px;
    margin-bottom: 30px;
    white-space: nowrap; }
    @media (max-width: 479px) {
      .price__now_price {
        font-size: 28px;
        margin-top: 4px;
        margin-bottom: 10px; } }
  .price__now_price span {
    font-size: 20px; }
  .price__desc {
    color: white; }

.decor_price_1 {
  position: absolute;
  top: 0%;
  right: -5%;
  z-index: 1; }

.decor_price_2 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 1; }

.decor_price_3 {
  position: absolute;
  bottom: -10%;
  left: -5%;
  z-index: 1; }
  @media (max-width: 479px) {
    .decor_price_3 {
      bottom: 10%; } }

/*конец Цена*/
/*Начните*/
.start_now {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  /* .start_now__container */
  /* .start_now__smallcontainer */
  /* .start_now__wrapper */
  /* .start_now__text */
  /* .start_now__form */ }
  @media (max-width: 1232px) {
    .start_now {
      padding-left: 24px;
      padding-right: 24px; } }
  .start_now__container {
    background-color: white;
    padding-top: 60px;
    padding-bottom: 80px; }
  @media (max-width: 479px) {
    .start_now__smallcontainer {
      padding-left: 0;
      padding-right: 0; } }
  .start_now__smallcontainer p {
    margin-bottom: 12px;
    font-size: var(--font-size-big-text); }
  .start_now__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; }
    @media (max-width: 992px) {
      .start_now__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 44px; } }
  .start_now__text {
    width: 100%;
    max-width: 476px; }
    @media (max-width: 992px) {
      .start_now__text {
        max-width: 650px; } }
  .start_now__form {
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 992px) {
      .start_now__form {
        padding: 40px 50px; } }
    @media (max-width: 550px) {
      .start_now__form {
        padding: 20px 0px; } }
  .start_now .w-form {
    width: 100%;
    max-width: 418px; }
  .start_now .w-form-done {
    display: none; }
  .start_now .w-form-fail {
    display: none; }
  .start_now .form .btn_std {
    width: 100%;
    max-width: none;
    font-family: 'Stolzl';
    /*    outline: none;
        border: none;
        padding: 17px 24px 16px 24px;
        width: 100%;
        border-radius: 64px;
        cursor: pointer;
        margin-top: 40px;*/ }
  .start_now .form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    position: relative; }
    @media (max-width: 865px) {
      .start_now .form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
  .start_now .form .input_std {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 13px 8px 12px 8px;
    text-transform: uppercase;
    border-bottom: 2px solid var(--text-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 24px;
    font-size: var(--font-size-big-text); }
  .start_now .form .input_std:focus {
    border-bottom: 2px solid var(--text-color);
    background-color: white; }
  .start_now .final_h2 span {
    background-color: var(--prime-color);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px; }
  .start_now label.w-checkbox {
    position: static;
    bottom: -40px;
    font-size: 13px;
    line-height: 16px;
    color: var(--text-color); }
    @media (max-width: 865px) {
      .start_now label.w-checkbox {
        position: static;
        margin-top: 10px; } }
  .start_now label.w-checkbox a {
    color: var(--text-color); }
  .start_now label.w-checkbox span {
    padding-left: 10px; }
  .start_now .form .checkbox.style-a {
    margin-top: 32px; }
  .start_now .checkbox.style-a {
    margin-top: 12px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .start_now .checkbox.style-a input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .start_now .checkbox.style-a input:checked ~ .checkbox__checkmark {
    background-color: #040405; }
  .start_now .checkbox.style-a .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
  .start_now .checkbox.style-a .checkbox__body {
    color: var(--disable-color);
    line-height: 1.4;
    font-size: clamp(0.625rem, 0.565rem + 0.3vw, 0.75rem); }
  .start_now .checkbox.style-a input:checked ~ .checkbox__checkmark:after {
    opacity: 1; }

/*конец Начните*/
/*Подарок*/
.gifts {
  position: relative;
  overflow: hidden;
  margin-top: 4px;
  padding-top: 0;
  /* .gifts__container */
  /* .gifts__smallcontainer */
  /* .gifts__wrapper */
  /* .gifts__item */
  /* .gifts__icn */
  /* .gifts__txt */ }
  @media (max-width: 1232px) {
    .gifts {
      padding-left: 24px;
      padding-right: 24px; } }
  .gifts__container {
    background-color: white;
    padding-top: 60px;
    padding-bottom: 80px;
    border-radius: var(--border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  @media (max-width: 479px) {
    .gifts__smallcontainer {
      padding-left: 0;
      padding-right: 0; } }
  .gifts__smallcontainer h3 {
    max-width: 500px;
    margin-bottom: 42px; }
  .gifts__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 58px 1fr 58px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 58px; }
    @media (max-width: 992px) {
      .gifts__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  @media (max-width: 992px) {
    .gifts__item {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto 44px 1fr;
      grid-template-columns: auto 1fr;
      grid-gap: 44px;
      max-width: 570px; } }
  @media (max-width: 479px) {
    .gifts__item {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-gap: 20px; } }
  .gifts__icn {
    width: 62px;
    height: 62px; }
  .gifts__txt {
    margin-top: 20px; }
    @media (max-width: 992px) {
      .gifts__txt {
        margin-top: 4px; } }

/*конец Подарок*/
/*Отзывы*/
.reviews .swiper-horizontal > .swiper-pagination-bullets, .reviews .swiper-pagination-bullets.swiper-pagination-horizontal, .reviews .swiper-pagination-custom, .reviews .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%; }

.reviews .swiper-buttons-wrapper {
  width: 150px;
  position: absolute;
  right: 0;
  bottom: 30px; }
  @media (max-width: 479px) {
    .reviews .swiper-buttons-wrapper {
      /*      right: auto;        bottom: -60px;*/
      z-index: 10;
      width: 100px; } }

@media (max-width: 479px) {
  .reviews .swiper-button-next, .reviews .swiper-button-prev {
    width: 44px;
    height: 44px;
    background-size: 44px; } }

@media (max-width: 769px) {
  .reviews .swiper {
    padding-bottom: 30px; } }

.swiper3 .swiper-wrapper {
  padding-bottom: 40px; }

@media (max-width: 769px) {
  .reviews .swiper__container {
    padding-left: 24px;
    padding-right: 24px; } }

.reviews {
  position: relative;
  overflow: hidden;
  /*  padding-left: 24px;
    padding-right: 24px;*/
  /* .reviews__smallcontainer */
  /* .reviews__wrapper */
  /* .reviews__item */
  /* .reviews__position */
  /* .reviews__top */
  /* .reviews__name */
  /* .reviews__rating */
  /* .reviews__text */ }
  @media (min-width: 770px) {
    .reviews .swiper__container {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 479px) {
    .reviews__smallcontainer h2 {
      max-width: 200px; } }
  .reviews__item {
    border-radius: var(--border-radius);
    overflow: inherit;
    background-color: rgba(255, 255, 255, 0.8);
    /* Black w/opacity/see-through */
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    padding: 60px 50px;
    margin: 0 20px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 868px; }
    @media (max-width: 769px) {
      .reviews__item {
        padding: 30px;
        margin: inherit; } }
    @media (max-width: 479px) {
      .reviews__item {
        padding: 20px; } }
  @media (max-width: 1800px) {
    .reviews__item.swiper-slide-next, .reviews__item.swiper-slide-prev {
      opacity: .5; } }
  @media (max-width: 769px) {
    .reviews__item.swiper-slide-next, .reviews__item.swiper-slide-prev {
      opacity: 1; } }
  .reviews__item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: var(--border-radius);
    -webkit-box-shadow: 0px 0px 0px 1px white inset;
            box-shadow: 0px 0px 0px 1px white inset;
    /*border: 9px solid white;*/
    z-index: 1;
    right: -20px;
    bottom: -20px;
    background: transparent; }
    @media (max-width: 769px) {
      .reviews__item:after {
        display: none; } }
  .reviews__position {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
    position: absolute;
    width: 100%;
    max-width: 460px;
    left: 0;
    top: 25px;
    z-index: 2; }
    @media (max-width: 769px) {
      .reviews__position {
        position: static; } }
  .reviews__top {
    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; }
  .reviews__name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--font-size-big-text);
    position: relative;
    width: 80%; }
  .reviews__rating {
    position: relative;
    color: #363433;
    font-size: 13px;
    margin-right: 32px; }
  .reviews__rating:after {
    content: '';
    display: block;
    position: absolute;
    right: -30px;
    top: -2px;
    background-image: url("../images/icn_star.svg");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat; }
  .reviews__text {
    width: 100%;
    max-width: 650px;
    margin-top: clamp(2rem, 1.136rem + 4.32vw, 4.375rem);
    /* 32-70*/
    margin-left: auto;
    margin-right: auto; }
  .reviews__text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    font-weight: 300; }

/*конец Отзывы*/
/*О школе*/
.about {
  padding-top: 0;
  /* .about__smallcontainer */
  /* .about__container */
  /* .about__wrapper */
  /* .about__item */ }
  .about__smallcontainer h3 {
    width: 100%;
    max-width: 850px; }
    @media (max-width: 900px) {
      .about__smallcontainer h3 {
        max-width: 600px; } }
  .about__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px 1fr 70px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 70px; }
    @media (max-width: 1100px) {
      .about__wrapper {
        grid-gap: 35px; } }
    @media (max-width: 900px) {
      .about__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        max-width: 600px; } }
  .about__item {
    border-radius: 20px;
    overflow: inherit;
    background-color: rgba(255, 255, 255, 0.8);
    /* Black w/opacity/see-through */
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    padding: 48px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1100px) {
      .about__item {
        padding: 30px; } }
  .about__item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 0px 1px white inset;
            box-shadow: 0px 0px 0px 1px white inset;
    /*border: 9px solid white;*/
    z-index: 1;
    right: -10px;
    bottom: -10px;
    background: transparent; }
  .about__item h4 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.2em; }
  .about__item p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4em; }

/*конец О школе*/
/* Футер */
/* Футер - изображение */
.action_docs {
  background-image: url("../images/icn_sert_action.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 45%; }

.action_sert {
  background-image: url("../images/icn_doc_action.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 45%; }

/* Конец. Футер - изображение */
footer.footer_action {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px; }

.footer_action__container {
  width: 100%;
  margin: 0px auto;
  color: #362B57;
  font-size: 14px;
  line-height: 171%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%; }

.footer_action__container.copyright {
  display: block;
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2em;
  color: #362B57; }

.footer_action__container.copyright p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2em;
  color: #9885AA; }

.footer_action__container a {
  color: #9885AA; }

.footer_contacts__block {
  width: 40%; }

.footer_contacts__block a {
  text-decoration: none;
  border: none; }

.footer_contacts__phone {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  display: block; }

.footer_contacts__email {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  display: block; }

.footer_docs__block {
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.footer_docs__item {
  padding-left: 50px; }

.footer_docs__item li {
  font-size: 14px;
  line-height: 171%;
  list-style: disc; }

@media (max-width: 1160px) {
  .footer_action__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
@media (max-width: 991px) {
  .footer_docs__block {
    width: 67%; }

  .footer_contacts__block {
    width: 30%; } }
@media (max-width: 840px) {
  .footer_action__container {
    -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; }

  .block_socseti {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer_docs__block {
    width: 100%;
    max-width: 620px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer_contacts__block {
    width: 100%;
    text-align: center;
    text-align: center;
    margin-bottom: 60px; }

  .footer_action__container.copyright {
    width: 100%;
    text-align: center; } }
@media (max-width: 560px) {
  .footer_docs__item {
    padding-top: 32px;
    padding-left: 0; } }
@media (max-width: 479px) {
  .footer_docs__item {
    padding-top: 0;
    padding-left: 24px; }

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

  .action_docs {
    width: 100%;
    margin-bottom: 24px; }

  .action_sert {
    width: 100%;
    background-image: none; } }
/* Конец Футер */