@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: 'Proxima-Nova';
  src: url("../fonts/Proxima-Nova.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/Proxima-Nova-Semibold.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/Proxima-Nova-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/Proxima-Nova-Extrabold.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'CharterITC';
  src: url("../fonts/CharterITC.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'CharterITC';
  src: url("../fonts/CharterITC-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'CharterITC';
  src: url("../fonts/CharterITC-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'CharterITC';
  src: url("../fonts/CharterITC-Bold-Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic; }
:root {
  --bg-color: #fff;
  --accent-color: #7BA1AB;
  --text-color: #101314;
  --disable-color: #747580;
  --light-color: #5C5C5C;
  --second-color: #333333; }

/* :target{scroll-margin-top:100px;} */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul {
  list-style: none; }

input {
  outline: none; }

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

* img {
  max-width: 100%; }

body {
  font-family: "Proxima-Nova", sans-serif;
  background-color: white;
  color: var(--text-color);
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  /*    &._lock {
        overflow: hidden;
      } */ }

section {
  padding-top: clamp(3.75rem, 2.212rem + 7.69vw, 7.5rem);
  padding-bottom: clamp(3.75rem, 2.212rem + 7.69vw, 7.5rem); }

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

h2 {
  font-family: 'CharterITC',serif;
  color: var(--text-color);
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  line-height: 1.1em;
  font-weight: 400;
  margin-bottom: clamp(1.375rem, 0.92rem + 2.27vw, 2.625rem); }

h3 {
  font-family: 'CharterITC',serif;
  color: var(--text-color);
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  line-height: 1.1em;
  font-weight: 400;
  margin-bottom: clamp(1.375rem, 0.92rem + 2.27vw, 2.625rem); }

p {
  margin-bottom: 0.8em; }

p strong {
  font-weight: 500; }

[class*="__container"] {
  widows: 100%;
  max-width: 1200px;
  margin: 0px auto; }

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

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

.btn_main, .btn_std, .btn_ghost {
  cursor: pointer;
  display: flex;
  padding-top: clamp(1rem, 0.897rem + 0.51vw, 1.25rem);
  padding-bottom: clamp(1rem, 0.897rem + 0.51vw, 1.25rem);
  padding-right: clamp(1.5rem, 1.09rem + 2.05vw, 2.5rem);
  padding-left: clamp(1.5rem, 1.09rem + 2.05vw, 2.5rem);
  background: var(--text-color);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.69rem + 0.3vw, 0.875rem);
  line-height: .8em;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 360px;
  text-align: center;
  color: white;
  transition: all 0.3s;
  border: 0;
  margin: 24px auto 0; }

.btn_std.btn_ghost {
  box-shadow: 0px 0px 0px 2px #C9B787 inset; }

.btn_main:hover, .btn_std:hover, .btn_std.btn_ghost:hover {
  background: white;
  color: var(--text-color); }

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

.link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  color: var(--accent-color); }

/* Главный экран */
.main {
  padding: 32px 0 4.0625rem;
  /*  @media (min-width: 1680px) {  min-height: 90vh; } */
  /* .main__container */
  /* .main__logos */
  /* .main__smallcontainer */
  /* .main__mba_logo */
  /* .main__mba_logo_txt */
  /* .main__triggers */
  /* .main__form */ }
  .main__logos {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 0.714rem + 2.68vw, 2.375rem);
    justify-content: space-between;
    margin-bottom: 18%; }
    @media (max-width: 500px) {
      .main__logos {
        flex-direction: column;
        margin-bottom: 25%; } }
  @media (max-width: 1024px) {
    .main .main_logos__accedit {
      width: 100%;
      max-width: 20vw; } }
  @media (max-width: 500px) {
    .main .main_logos__accedit {
      display: none; } }
  @media (max-width: 1024px) {
    .main__smallcontainer {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .main__smallcontainer .name_box {
    width: 100%;
    max-width: 60vw;
    padding-left: 32px;
    padding-right: 32px;
    margin: 20px auto;
    position: relative;
    height: 25vh; }
    @media (max-width: 1024px) {
      .main__smallcontainer .name_box {
        max-width: 80vw; } }
    @media (max-width: 700px) {
      .main__smallcontainer .name_box {
        max-width: 100vw; } }
    @media (max-width: 500px) {
      .main__smallcontainer .name_box {
        padding-left: 0;
        padding-right: 0;
        height: 20vh; } }
  .main__smallcontainer h1 {
    margin-bottom: 0;
    margin-top: 0;
    color: var(--text-color);
    font-family: 'CharterITC',serif;
    font-weight: 400;
    font-size: 13.8vw;
    margin-left: -8px;
    white-space: nowrap;
    text-align: center;
    line-height: 0.5em; }
    @media (min-width: 1650px) {
      .main__smallcontainer h1 {
        font-size: 230px; } }
    @media (max-width: 1220px) {
      .main__smallcontainer h1 {
        font-size: 13.5vw; } }
    @media (max-width: 1024px) {
      .main__smallcontainer h1 {
        font-size: 18vw; } }
    @media (max-width: 700px) {
      .main__smallcontainer h1 {
        font-size: 21.2vw; } }
  .main__smallcontainer h1 span.intensive {
    color: var(--accent-color);
    font-family: 'CharterITC',serif;
    font-weight: 400;
    font-size: .5em;
    font-style: italic;
    display: inline-block;
    margin-left: -0.2em; }
  .main__smallcontainer h1 span.desc {
    color: var(--text-color);
    font-family: 'Proxima-Nova',sans-serif;
    font-size: 0.125em;
    font-weight: 400;
    line-height: 1em;
    display: block;
    position: absolute;
    top: -0.8em;
    left: 31vw;
    text-align: left; }
    @media (max-width: 1024px) {
      .main__smallcontainer h1 span.desc {
        left: 41vw; } }
    @media (max-width: 700px) {
      .main__smallcontainer h1 span.desc {
        left: 48vw; } }
    @media (max-width: 400px) {
      .main__smallcontainer h1 span.desc {
        left: 46vw;
        top: -0.6em;
        font-size: 0.15em;
        letter-spacing: -.015em; } }
  .main__mba_logo {
    margin-top: clamp(2.625rem, 2.208rem + 2.08vw, 3.5rem);
    display: flex;
    flex-direction: column;
    align-items: center; }
  .main__mba_logo_txt {
    margin-top: clamp(1.5rem, 1.024rem + 2.38vw, 2.5rem);
    font-family: 'Proxima-Nova';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.5rem);
    line-height: 1.33em;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--accent-color);
    max-width: 480px; }
  .main__triggers {
    margin-top: clamp(2.125rem, 1.352rem + 3.86vw, 4.25rem);
    width: 100%;
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; */
    /* grid-gap:unquote('clamp(1.5rem, 1.045rem + 2.27vw, 2.75rem)'); */
    font-weight: 400;
    font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
    line-height: 1.2em;
    letter-spacing: -0.025em;
    text-align: left;
    color: var(--text-color);
    padding-top: clamp(1.125rem, 0.946rem + 0.89vw, 1.5rem);
    padding-bottom: clamp(1.125rem, 0.946rem + 0.89vw, 1.5rem);
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--accent-color); 

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 32px;
  }
    @media (max-width: 1120px) {
      .main__triggers {
        margin-top: 20px;
        max-width: 80vw; } }
    @media (max-width: 767px) {
      .main__triggers {
        flex-wrap: wrap;
        gap: 4%;
        justify-content: center;
        align-items: baseline;
        margin-top: 3%;
         grid-template-columns: 1fr;  
         } }
    @media (max-width: 700px) {
      .main__triggers {
        max-width: 100vw; } }
    @media (max-width: 460px) {
      .main__triggers {
        margin-top: 52px;
        gap: 0;
        padding-left: 0; } }
  .main__triggers span {
    font-family: 'CharterITC',sans-serif;
    font-weight: 700;
    font-style: italic; }
  .main__form {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 868px) {
      .main__form {
        display: grid;
        text-align: center;
        grid-gap: 32px;
        justify-content: center; } }

.date_cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px; }
  @media (max-width: 475px) {
    .date_cta {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; } }

.date_cta_when {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1220px) {
    .date_cta_when {
      display: grid;
      grid-gap: 8px; } }

.date_cta_when_txt {
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  margin-right: 18px;
  flex-shrink: 0;
  color: #333333;
  position: relative; }

.date_cta_when_txt:after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  background-color: var(--accent-color);
  border-radius: 50%;
  position: absolute;
  right: -11px;
  top: 10px; }
  @media (max-width: 1220px) {
    .date_cta_when_txt:after {
      display: none; } }

.date_cta_when_note {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  line-height: 1em;
  padding-right: 16px;
  color: #333333; }
  @media (max-width: 475px) {
    .date_cta_when_note {
      margin-bottom: 24px; } }

.date_cta_btn {
  width: 100%;
  max-width: 228px; }

.date_cta_btn .btn_std {
  height: 32px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  align-items: center;
  justify-content: center; }

.date_cta_btn .btn_std:hover {
  background-color: var(--accent-color); }

.main_logos {
  /* .main_logos__orgs */
  /* .main_logos__accedit */ }
  .main_logos__orgs {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 0.714rem + 2.68vw, 2.375rem); }
  .main_logos__orgs img[src="images/action_logo.svg"] {
    position: relative;
    top: -5px; }
  @media (max-width: 665px) {
    .main_logos__orgs img:last-child {
      display: none; } }
  .main_logos__accedit {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 0.714rem + 2.68vw, 2.375rem); }
  @media (max-width: 500px) {
    .main_logos__accedit img {
      max-height: 80px;
      max-width: 143px; } }
  @media (max-width: 400px) {
    .main_logos__accedit img {
      max-height: 60px;
      max-width: 120px; } }

.main_trigger {
  /* .main_trigger__item */ }
  .main_trigger__item {
    position: relative; text-align: center;}
    @media (max-width: 460px) {
      .main_trigger__item {
       /* background: url("../images/icn_accent_point.svg") no-repeat;
        background-position: 0 4px;
        padding-left: 32px; */
        margin-bottom: 16px;
      } 
    }
    @media (max-width: 767px) {
      .main_trigger__item {
        margin-bottom: 20px;
       } }
  .main_trigger__item:nth-child(1) {
   /* width: 30%;*/
    /*padding-right: 32px; */}
    @media (max-width: 767px) {
      .main_trigger__item:nth-child(1) {
        width: 100%;
       } }
    @media (max-width: 460px) {
      .main_trigger__item:nth-child(1) {
        width: 100%; } }
  .main_trigger__item:nth-child(2) {
   /* width: 12%;*/
    /*padding-right: 32px; */}
    @media (max-width: 767px) {
      .main_trigger__item:nth-child(2) {
       /* width: 46%;*/ } }
    @media (max-width: 460px) {
      .main_trigger__item:nth-child(2) {
        width: 100%;
         } }
  .main_trigger__item:nth-child(3) {
   /* width: 30%;*/
   /* padding-right: 32px;*/ }
    @media (max-width: 767px) {
      .main_trigger__item:nth-child(3) {
        width: 100%; } }
    @media (max-width: 460px) {
      .main_trigger__item:nth-child(3) {
        width: 100%;
      } }
  .main_trigger__item:nth-child(4) {
  /*  width: 28%; */}
    @media (max-width: 767px) {
      .main_trigger__item:nth-child(4) {
        width: 100%;
        } }
    @media (max-width: 460px) {
      .main_trigger__item:nth-child(4) {
        width: 100%; } }
    @media (max-width: 400px) {
      .main_trigger__item:nth-child(4) {
        } }

/* конец Главный экран */
/* Форма на главном экране */
.main_lead {
  background-color: var(--accent-color);
  padding-top: clamp(2rem, 1.455rem + 2.73vw, 3.5rem);
  padding-bottom: clamp(2rem, 1.455rem + 2.73vw, 3.5rem);
  /* .main_lead__smallcontainer */ }
  .main_lead__smallcontainer {
    width: 100%;
    max-width: 60vw; }
    @media (max-width: 1024px) {
      .main_lead__smallcontainer {
        max-width: none; } }
    @media (max-width: 840px) {
      .main_lead__smallcontainer {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  .main_lead .main_form {
    /* .main_form__txt */
    /* .main_form__btn_container */
    /* .main_form__form */
    /* .main_form__top_form */
    /* .main_form__inputs */
    /* .main_form__field_box */
    /* .main_form__text-field */
    /* .main_form__checkbox */
    /* .main_form__checkbox_input */
    /* .main_form__checkbox_txt */
    /* .main_form__text-field.error */
    /* .main_form__text-field.error .help-block.form-error */ }
    .main_lead .main_form__txt {
      font-weight: 400;
      font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
      line-height: 1.1em;
      letter-spacing: -0.03em;
      color: var(--text-color);
      max-width: 800px; }
      @media (max-width: 868px) {
        .main_lead .main_form__txt {
          text-align: center;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          line-height: 1.35em; } }
    .main_lead .main_form__txt span {
      font-family: 'CharterITC',serif;
      font-weight: 700;
      font-style: italic; }
    .main_lead .main_form__btn_container .btn_std {
      margin-top: 0;
      margin-right: 0;
      white-space: nowrap;
      margin-left: 20px; }
      @media (max-width: 868px) {
        .main_lead .main_form__btn_container .btn_std {
          justify-content: center;
          align-items: center;
          margin-left: auto;
          margin-right: auto; } }
    .main_lead .main_form__form .success_message h2 {
      color: var(--light-color); }
    .main_lead .main_form__top_form {
      display: flex;
      width: 100%;
      justify-content: space-between;
      display: flex;
      align-items: center; }
      @media (max-width: 868px) {
        .main_lead .main_form__top_form {
          flex-direction: column;
          gap: 24px; } }
      @media (max-width: 500px) {
        .main_lead .main_form__top_form {
          gap: 12px; } }
    .main_lead .main_form__inputs {
      display: flex;
      width: 72%; }
    @media (max-width: 765px) {
      .main_lead .main_form__inputs {
        width: 100%; } }
    @media (max-width: 500px) {
      .main_lead .main_form__inputs {
        flex-direction: column;
        align-items: center; } }
    .main_lead .main_form__field_box {
      width: calc(100%/3);
      position: relative; }
      @media (max-width: 500px) {
        .main_lead .main_form__field_box {
          width: 80%;
          margin-bottom: 16px; } }
      @media (max-width: 400px) {
        .main_lead .main_form__field_box {
          width: 100%;
          margin-bottom: 16px; } }
    .main_lead .main_form__field_box label {
      display: none; }
    .main_lead .main_form__text-field {
      color: white;
      letter-spacing: 0.03em;
      font-weight: 700;
      width: 100%;
      height: 48px;
      padding-left: 16px;
      text-transform: uppercase;
      border: 0;
      background-color: #88AAB3;
      border-bottom: 2px solid #B4CACF; }
    .main_lead .main_form__field_box:not(:last-child) {
      /*    content: ' ';
          background-image:url("../images/field_razd.svg");
          background-repeat:no-repeat;
          position: absolute;
          z-index: 2;
          height: 32px;
          top: 5px;
          font-size: 22px;
          width: 2px;
          @media (max-width: 500px){ display: none;} */
      border-right: 1px solid #7BA1AB; }
    .main_lead .main_form__checkbox {
      display: flex;
      align-items: center;
      color: var(--disable-color);
      margin-top: 20px;
      font-size: clamp(0.625rem, 0.565rem + 0.3vw, 0.75rem); }
    .main_lead .main_form__checkbox a {
      color: var(--disable-color); }
    .main_lead .main_form__checkbox_input {
      box-sizing: border-box;
      padding: 0;
      margin-right: 6px; }
    .main_lead .main_form__text-field.error {
      position: relative; }
    .main_lead .main_form__text-field.error + .help-block.form-error {
      position: absolute;
      font-size: .6em;
      left: 0;
      top: -14px; }
  .main_lead .main_form__top_form .btn_main {
    width: 25%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 868px) {
      .main_lead .main_form__top_form .btn_main {
        max-width: 320px;
        text-align: center;
        width: 100%; } }

.main_lead input.main_form__text-field::placeholder {
  color: white !important;
  font-weight: 700; }

.checkbox.style-a {
  margin-top: 12px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  user-select: none; }

@media (max-width: 868px) {
  .checkbox.style-a {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .final_form .checkbox.style-a {
    margin-left: 0; }

  .final_form .checkbox.style-a .link {
    font-size: 1em; } }
.checkbox.style-a input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkbox.style-a input:checked ~ .checkbox__checkmark {
  background-color: #040405; }

.checkbox.style-a input:checked ~ .checkbox__checkmark:after {
  opacity: 1; }

.checkbox.style-a:hover input ~ .checkbox__checkmark {
  background-color: #040405;
  /* окрашиваем фон в серый цвет*/ }

.checkbox.style-a:hover input:checked ~ .checkbox__checkmark {
  background-color: #040405; }

.checkbox.style-a .checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #040405;
  border: 1px solid #040405;
  transition: background-color 0.25s ease;
  border-radius: 0px; }

.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;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease; }

.checkbox.style-a .checkbox__body {
  color: white;
  line-height: 1.4;
  font-size: clamp(0.625rem, 0.565rem + 0.3vw, 0.75rem); }

#popup_form .agreement{
  margin-top: 18px;
  font-size: clamp(0.625rem, 0.565rem + 0.3vw, 0.75rem); }
}
#popup_form .checkbox__body{
    line-height: 0.8;
    font-size: 20px;
  font-size: clamp(0.625rem, 0.565rem + 0.3vw, 0.75rem); }
}
.checkbox.style-a .checkbox__body a {
  text-transform: none;
  color: white; }

#popup_form .checkbox.style-a .checkbox__body {
  color: var(--text-color); }

#popup_form .checkbox.style-a .checkbox__body a {
  color: var(--text-color); }

#popup_form2 .checkbox.style-a .checkbox__body {
  color: var(--text-color); }

#popup_form2 .checkbox.style-a .checkbox__body a {
  color: var(--text-color); }

/* конец Формы на главном экране */
/* о MBA */
.mba_about {
  /* .mba_about__container */
  /* .mba_about__box */
  /* .mba_about__text */
  /* .mba_about__digits */
  /* .mba_about__digits-item */
  /* .mba_about__digits-item__digit */
  /* .mba_about__digits-item-txt */
  /* .mba_about__wrapper */
  /* .mba_about__item */
  /* .mba_about__img */
  /* .mba_about__txt */
  /* .mba_about__item_accent */
  /* .mba_about__txt */
  /* .mba_about__icn_accent */
  /* .mba_about__icn_accent_top */
  /* .mba_about__icn_accent_bottom */
  /* .mba_about__btn_container */
  /* .mba_about__attention */
  /* .mba_about__attention_big */
  /* .mba_about__attention_small */ }
  .mba_about__box {
    position: relative;
    width: 100%;
    max-width: 1200px; }
  .mba_about__text {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 800px;
    background-color: #FAFAFA;
    padding-left: clamp(2rem, 0.455rem + 7.73vw, 6.25rem);
    padding-right: clamp(2rem, 0.455rem + 7.73vw, 6.25rem);
    padding-top: clamp(1.5rem, 0.591rem + 4.55vw, 4rem);
    padding-bottom: clamp(1.5rem, 0.591rem + 4.55vw, 4rem);
    /* @media (max-width:860px){width: 80%;}
    @media (max-width:640px){width: 90%;}
    @media (max-width:540px){width: 100%;}
    @media (max-width:400px){padding:16px 24px;} */
    /*    @media (max-width:991px){
        padding-left:unquote('clamp(1rem, 0.523rem + 2.38vw, 2rem)');
        padding-right:unquote('clamp(1rem, 0.523rem + 2.38vw, 2rem)');
        padding-top:unquote("clamp(0.75rem, 0.392rem + 1.79vw, 1.5rem);");
        padding-bottom:unquote("clamp(0.75rem, 0.392rem + 1.79vw, 1.5rem);");
      } */ }
    @media (max-width: 991px) {
      .mba_about__text {
        max-width: none; } }
  .mba_about__digits {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 3em;
    width: 100%;
    max-width: 700px;
    background-image: url("../images/bg_rainbow.png");
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: clamp(1.5rem, 1.045rem + 2.27vw, 2.75rem);
    padding-top: clamp(2rem, 1.273rem + 3.64vw, 4rem);
    padding-bottom: clamp(2rem, 1.273rem + 3.64vw, 4rem);
    min-height: 612px; }
    @media (max-width: 991px) {
      .mba_about__digits {
        top: 0; } }
    @media (max-width: 910px) {
      .mba_about__digits {
        flex-direction: row; } }
    @media (max-width: 860px) {
      .mba_about__digits {
        top: 1em;
        width: 90%; } }
    @media (max-width: 540px) {
      .mba_about__digits {
        top: 2em;
        width: 100%;
        background-image: none; } }
    @media (max-width: 460px) {
      .mba_about__digits {
        top: 3em; } }
    @media (max-width: 365px) {
      .mba_about__digits {
        position: relative;
        min-height: auto;
        align-items: flex-start; } }
  @media (max-width: 991px) {
    .mba_about .mba_about__digits {
      display: none; } }
  .mba_about__digits-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    opacity: 0.8;
    width: 100%;
    max-width: 300px;
    position: relative;
    z-index: 3; }
    @media (max-width: 1100px) {
      .mba_about__digits-item {
        max-width: 200px; } }
    @media (max-width: 991px) {
      .mba_about__digits-item {
        max-width: 150px; } }
    @media (max-width: 860px) {
      .mba_about__digits-item {
        top: -20px; } }
  .mba_about__digits-item__digit {
    font-family: 'CharterITC',serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
    line-height: 1.1em;
    text-align: center;
    letter-spacing: -0.025em;
    color: var(--text-color); }
  .mba_about__digits-item-txt {
    font-family: 'Proxima Nova',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
    line-height: 1.05em;
    text-align: center;
    letter-spacing: -0.025em;
    color: var(--text-color); }
  .mba_about__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
    margin-top: 60px; }
  .mba_about__item {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 440px) {
      .mba_about__item {
        flex-direction: column; } }
  .mba_about__img {
    width: 64px;
    flex-shrink: 0;
    margin-right: 32px; }
    @media (max-width: 440px) {
      .mba_about__img {
        margin-bottom: 16px; } }
  .mba_about__txt strong {
    font-weight: 500; }
  .mba_about__item_accent {
    border: 4px solid;
    border-color: var(--accent-color);
    padding: 32px 32px 32px 20px;
    position: relative; }
  .mba_about__icn_accent {
    width: 78px;
    height: 78px;
    background-color: var(--accent-color);
    color: white;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: -39px;
    top: -39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'CharterITC';
    text-align: center; }
    @media (max-width: 467px) {
      .mba_about__icn_accent {
        display: none; } }
  .mba_about__icn_accent_top {
    font-size: 28px;
    line-height: .5em; }
  .mba_about__icn_accent_top span {
    font-size: 16px; }
  .mba_about__icn_accent_bottom {
    font-size: 14px;
    line-height: .8em; }
  .mba_about__btn_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px; }
    @media (max-width: 767px) {
      .mba_about__btn_container {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start; } }
  .mba_about__btn_container .btn_std {
    margin-top: 0;
    margin-right: 32px;
    margin-left: 0; }
    @media (max-width: 767px) {
      .mba_about__btn_container .btn_std {
        margin-top: 24px; } }
  .mba_about__btn_container .btn_std:hover {
    background-color: var(--accent-color); }
  .mba_about__attention {
    display: flex;
    color: var(--second-color); }
  .mba_about__attention_big {
    padding-left: 43px;
    background-image: url(../images/icn_tire.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    font-size: 40px;
    line-height: 1em;
    margin-right: 12px; }
    @media (max-width: 440px) {
      .mba_about__attention_big {
        display: flex;
        align-items: center; } }
  .mba_about__attention_small p {
    margin-bottom: 0;
    font-size: 15px; }
  .mba_about__attention_small span {
    font-weight: 500; }
  .mba_about .bg_mba_on_rainbow {
    position: absolute;
    z-index: 1;
    right: clamp(2rem, 0.765rem + 6.18vw, 4.625rem);
    top: 3em; }
    @media (max-width: 991px) {
      .mba_about .bg_mba_on_rainbow {
        right: 16px; } }
    @media (max-width: 910px) {
      .mba_about .bg_mba_on_rainbow {
        display: none; } }

/* конец о MBA */
/* Программа */
[data-ripple] {
  position: relative;
  overflow: hidden; }

.ripple-effect {
  position: absolute;
  border-radius: 9999px;
  animation: ripple-animation 2s; }

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4; }
  to {
    transform: scale(100);
    opacity: 0; } }
.aks-accordion {
  margin-top: clamp(1.5rem, 1.024rem + 2.38vw, 2.5rem);
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid;
  border-color: var(--accent-color); }

.aks-accordion-item {
  width: 100%;
  border-bottom: 1px solid;
  border-color: var(--accent-color);
  padding-top: clamp(1.5rem, 1.024rem + 2.38vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1.024rem + 2.38vw, 2.5rem);
  cursor: pointer; }

.aks-accordion-item-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative; }

.aks-accordion-item-icon {
  width: 25px;
  height: 25px;
  background: none;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  text-align: center;
  position: absolute;
  left: 24px;
  top: 0px; }
  @media (max-width: 1100px) {
    .aks-accordion-item-icon {
      left: auto;
      right: clamp(1rem, 0.762rem + 1.19vw, 1.5rem); } }
  @media (max-width: 475px) {
    .aks-accordion-item-icon {
      left: auto;
      right: 0; } }

.aks-accordion-item-icon svg {
  width: 30px;
  fill: var(--accent-color);
  margin: 0 auto; }

.aks-accordion-item-title {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1024px) {
    .aks-accordion-item-title {
      padding-left: clamp(1rem, 0.762rem + 1.19vw, 1.5rem);
      padding-right: 70px; } }
  @media (max-width: 575px) {
    .aks-accordion-item-title {
      width: 80%;
      margin-left: 0; } }

.aks-accordion-item .aks-accordion-item-title h3 {
  margin-bottom: 0;
  /* font-size: 18px;
  line-height: 1.1em;
  font-family: 'Proxima-Nova';
  font-weight: 500; */ }
  @media (max-width: 400px) {
    .aks-accordion-item .aks-accordion-item-title h3 {
      font-size: 18px; } }

.aks-accordion-item.opened .aks-accordion-item-title h3 {
  margin-bottom: 24px; }

.aks-accordion-item-title h4 {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1rem, 0.881rem + 0.6vw, 1.25rem);
  line-height: 1.4em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text-color); }

.aks-accordion-item-title h4 span.span_offline {
  background-color: var(--accent-color);
  color: var(--text-color);
  padding-left: 3px;
  padding-right: 3px;
  font-size: clamp(0.625rem, 0.506rem + 0.6vw, 0.875rem);
  display: inline-block;
  font-weight: 400;
  letter-spacing: .08em;
  position: relative;
  bottom: 3px; }

span.span_offline_hidden {
  display: none; }

.aks-accordion-item-content {
  display: none;
  width: 100%;
  max-width: 946px;
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 0;
  overflow: hidden;
  word-break: break-word;
  font-weight: 300;
  text-align: left;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1024px) {
    .aks-accordion-item-content {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (max-width: 575px) {
    .aks-accordion-item-content {
      width: 80%;
      margin-left: 0; } }

ul[itemprop="text"] li {
  padding-left: 32px;
  background-image: url("../images/list_point.svg?2");
  background-repeat: no-repeat;
  background-position: 0 11px;
  color: var(--text-color);
  font-family: 'HelveticaNeueCyr';
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-bottom: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); }

ul[itemprop="text"] {
  margin-top: clamp(1.125rem, 0.589rem + 2.68vw, 2.25rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 32px; }
  @media (max-width: 575px) {
    ul[itemprop="text"] {
      grid-template-columns: 1fr; } }

.aks-accordion-item.opened .aks-accordion-item-icon-open {
  display: none; }

.aks-accordion-item-icon-close {
  display: none; }

.aks-accordion-item.opened .aks-accordion-item-icon-close {
  display: block; }

.aks-accordion-item.opened {
  /*  background: #363940; */ }

.aks-accordion-item.opened .aks-accordion-item-title h4 {
  /*     color:white;
      opacity: .8; */ }

.aks-accordion-item.opened ul[itemprop="text"] li {
  /*     color: white; */ }

.aks-accordion-item.ofline.opened {
  min-height: 60vh;
  /*  background-color: #141417;
    background-image:url("../images/bg_offline.png");
    background-repeat:no-repeat;
    background-position: right bottom; */
  background-size: contain; }
  @media (max-width: 850px) {
    .aks-accordion-item.ofline.opened {
      background-size: cover; } }

.aks-accordion-item.ofline.opened h4, .aks-accordion-item.ofline.opened ul[itemprop="text"] li {
  /* color:var(--light-color); */ }

.aks-accordion-item.ofline.opened span.span_offline_hidden {
  display: inline; }
  @media (max-width: 850px) {
    .aks-accordion-item.ofline.opened span.span_offline_hidden {
      display: none; } }

@media screen and (max-width: 500px) {
  .aks-accordion {
    width: 100%; }

  .aks-accordion-item-content {
    /* padding-left: 11px; */
    width: 100%;
    max-width: 946px; } }
.programm__smallcontainer.btns_container {
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 550px) {
    .programm__smallcontainer.btns_container {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; } }

.programm__smallcontainer.btns_container .btn_std {
  margin-top: 0;
  white-space: nowrap; }
  @media (max-width: 550px) {
    .programm__smallcontainer.btns_container .btn_std {
      margin-top: 24px; } }

.programm__smallcontainer.btns_container .btn_std:hover {
  background-color: var(--accent-color); }

.programm__smallcontainer.btns_container p {
  color: var(--second-color);
  padding-right: 24px;
  margin-bottom: 0; }

.programm {
  /* .programm__smallcontainer */
  /* .programm__header */
  /* .programm__heading */
  /* .programm__about */
  /* .programm__container */
  /* .programm__row */
  /* .programm__name */
  /* .programm__desc */ }
  @media (max-width: 910px) {
    .programm {
      padding-top: 160px; } }
  @media (max-width: 540px) {
    .programm {
      padding-top: 220px; } }
  @media (max-width: 450px) {
    .programm {
      padding-top: 150px; } }
  @media (max-width: 364px) {
    .programm {
      padding-top: 100px; } }
  .programm__smallcontainer {
    position: relative; }
  .programm__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .programm__heading {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: flex-end; }
  .programm__heading h2 {
    margin-bottom: 0;
    line-height: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline; }
    @media (max-width: 910px) {
      .programm__heading h2 {
        flex-direction: column; } }
  .programm__about {
    /*  width:30%; */
    /*  text-align: right; */
    display: inline-block;
    font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem); }
    @media (max-width: 910px) {
      .programm__about {
        margin-top: 8px; } }
  .programm__container {
    border-top: 0px solid black;
    border-color: var(--accent-color);
    padding-top: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    margin-top: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem); }
  .programm__row {
    margin-bottom: 16px;
    display: flex; }
    @media (max-width: 540px) {
      .programm__row {
        flex-direction: column; } }
  .programm .heading_row {
    margin-bottom: 32px; }
    @media (max-width: 910px) {
      .programm .heading_row {
        margin-top: clamp(1rem, 0.458rem + 2.71vw, 2rem);
        margin-bottom: clamp(1rem, 0.458rem + 2.71vw, 2rem); } }
  .programm__name {
    width: 50%;
    letter-spacing: -0.025em;
    padding-left: 32px;
    background: url("../images/icn_accent_point.svg") no-repeat;
    background-position: 4px 9px;
    margin-left: -32px;
    padding-right: 24px; }
    @media (max-width: 991px) {
      .programm__name {
        background-position: 14px 9px; } }
    @media (max-width: 540px) {
      .programm__name {
        width: 100%;
        margin-bottom: 8px; } }
  .programm__name p {
    margin-bottom: 0; }
  .programm__name span {
    font-family: 'CharterITC';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
    line-height: 2em;
    letter-spacing: -0.025em;
    color: var(--light-color);
    display: block; }
  .programm__desc {
    width: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
    line-height: 1.6em;
    color: var(--light-color); }
    @media (max-width: 540px) {
      .programm__desc {
        width: 100%; } }
  .programm__desc .btn_std.btn_changes:hover {
    color: white;
    background-color: var(--accent-color); }
  .programm__desc .btn_std.btn_changes {
    position: absolute;
    right: 0;
    top: 25%;
    margin: 0; }
    @media (max-width: 787px) {
      .programm__desc .btn_std.btn_changes {
        position: static;
        margin-top: 24px;
        margin-bottom: 24px; } }

.accent {
  font-family: 'CharterITC';
  font-weight: 700;
  font-style: italic; }

.heading_modul {
  font-weight: 600;
  padding-left: inherit;
  margin-left: inherit;
  background: none; }
  @media (max-width: 910px) {
    .heading_modul {
      width: 100%; } }

@media (max-width: 787px) {
  .programm.groups .programm__row {
    flex-direction: column; } }

@media (max-width: 787px) {
  .programm.groups .programm__name, .programm.groups .programm__desc {
    width: 100%; } }

/* конец Программа */
/* Вы научитесь */
.skills {
  background-color: var(--accent-color);
  /* .skills__smallcontainer */
  /* .skills__block */
  /* .skills__ul */
  /* .skills__li */
  /* .skills__btn_container */ }
  .skills__smallcontainer h2 {
    text-align: center;
    color: white;
    position: relative;
    z-index: 2; }
  .skills__block {
    margin-top: clamp(3.75rem, 1.716rem + 10.17vw, 7.5rem);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 1200px) {
      .skills__block {
        padding-left: 10%; } }
    @media (max-width: 767px) {
      .skills__block {
        flex-direction: column;
        padding-left: 20%; } }
  .skills__ul {
    position: relative;
    z-index: 1; }
  .skills__li {
    margin-bottom: 12px;
    padding-right: 24px;
    list-style: disc; }
  .skills__btn_container .btn_std {
    align-items: center;
    justify-content: center;
    margin-top: clamp(2.5rem, 1.364rem + 5.68vw, 5.625rem); }

.skill {
  /* .skill__item */ }
  .skill__item {
    color: var(--text-color);
    width: 50%;
    font-weight: 500;
    position: relative;
    margin-bottom: clamp(3.438rem, 2.188rem + 6.25vw, 6.875rem); }
    @media (max-width: 991px) {
      .skill__item {
        width: 40%; } }
    @media (max-width: 767px) {
      .skill__item {
        width: 80%; } }
    @media (max-width: 460px) {
      .skill__item {
        width: 100%; } }
  @media (min-width: 768px) {
    .skill__item:nth-child(3), .skill__item:nth-child(4) {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .skill__item:nth-child(3), .skill__item:nth-child(4) {
      margin-bottom: clamp(3rem, 2.636rem + 1.82vw, 4rem); } }
  @media (max-width: 767px) {
    .skill__item:nth-child(3) {
      margin-bottom: clamp(3rem, 2.636rem + 1.82vw, 4rem); } }
  @media (max-width: 767px) {
    .skill__item:nth-child(4) {
      margin-bottom: 0; } }
  .skill__number {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -20%;
    font-family: 'CharterITC';
    font-style: italic;
    font-weight: 700;
    font-size: clamp(4.688rem, 2.983rem + 8.52vw, 9.375rem);
    line-height: 0.3em;
    letter-spacing: -0.02em;
    color: #8DB9C4; }
    @media (max-width: 767px) {
      .skill__number {
        left: -30%; } }
    @media (max-width: 460px) {
      .skill__number {
        left: -28%; } }

/* конец Вы научитесь */
/* Как будет проходить обучение */
.how {
  /* .how__smallcontainer */
  /* .how__container */
  /* .how__block */
  /* .how__item */
  /* .how__item-wrapper */
  /* .how__icn */ }
  .how__block {
    margin-top: clamp(3.438rem, 2.188rem + 6.25vw, 6.875rem);
    display: flex; }
    @media (max-width: 870px) {
      .how__block {
        flex-direction: column;
        margin-left: 5%; } }
  .how__item {
    width: 25%;
    height: 300px;
    display: flex; }
    @media (max-width: 870px) {
      .how__item {
        width: 100%;
        max-width: 480px;
        height: auto; } }
  .how__item-wrapper {
    height: 150px;
    position: relative;
    padding-right: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); }
    @media (max-width: 870px) {
      .how__item-wrapper {
        padding-left: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem); } }
  .how__icn {
    height: 56px;
    width: 56px;
    background: url(../images/icn_how_point.svg) no-repeat;
    position: absolute; }

.text-top {
  align-items: flex-start; }

.text-top .how__icn {
  bottom: -28px;
  left: 0; }
  @media (max-width: 870px) {
    .text-top .how__icn {
      bottom: auto;
      left: -28px;
      top: 0; } }

.text-bottom .how__icn {
  top: -28px;
  left: 0; }
  @media (max-width: 870px) {
    .text-bottom .how__icn {
      top: 0;
      left: -28px; } }

.text-bottom {
  align-items: flex-end; }

.text-bottom .how__icn.star {
  background: url(../images/icn_how_star.svg) no-repeat; }
  @media (max-width: 870px) {
    .text-bottom .how__icn.star {
      left: -23px; } }

.how__item.text-top .how__item-wrapper {
  border-bottom: 1px solid;
  border-color: var(--accent-color); }
  @media (max-width: 870px) {
    .how__item.text-top .how__item-wrapper {
      border-bottom: none;
      border-left: 1px solid;
      border-color: var(--accent-color); } }

.how__item.text-bottom .how__item-wrapper {
  border-top: 1px solid;
  border-color: var(--accent-color);
  padding-top: clamp(2.25rem, 1.886rem + 1.82vw, 3.25rem); }
  @media (max-width: 870px) {
    .how__item.text-bottom .how__item-wrapper {
      border-top: none;
      border-left: 1px solid;
      padding-top: inherit;
      border-color: var(--accent-color); } }

.how__item.text-bottom:last-child .how__item-wrapper {
  border: none; }

/* конец Как будет проходить обучение */
/* Спикеры */
.speakers {
  /* .speakers__smallcontainer */
  /* .speakers__container */ }
  .speakers__smallcontainer {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 479px) {
      .speakers__smallcontainer {
        flex-direction: column; } }
  .speakers__smallcontainer h2, .speakers__smallcontainer p {
    width: 50%; }
    @media (max-width: 479px) {
      .speakers__smallcontainer h2, .speakers__smallcontainer p {
        width: 100%; } }
  .speakers__smallcontainer h2 {
    padding-right: 24px; }
    @media (max-width: 800px) {
      .speakers__smallcontainer h2 {
        width: 100%; } }

.speakers_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.33%;
  margin-top: clamp(2.25rem, 1.25rem + 5vw, 5rem);
  /* .speakers_block__item */
  /* .speakers_block__photo */
  /* .speakers_block__name */
  /* .speakers_block__position */ }
  @media (max-width: 992px) {
    .speakers_block {
      gap: 0; } }
  .speakers_block__item {
    width: 24%;
    margin-bottom: clamp(3rem, 1.932rem + 4.75vw, 4.875rem); }
    @media (max-width: 992px) {
      .speakers_block__item {
        width: calc(100%/3);
        padding-right: 4%; } }
    @media (max-width: 560px) {
      .speakers_block__item {
        width: calc(100%/2);
        padding-right: 4%; } }
  .speakers_block__photo {
    position: relative;
    z-index: 0; }
  .speakers_block__name {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    letter-spacing: -.02em;
    font-weight: 400;
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    font-family: 'CharterITC';
    color: var(--text-color);
    margin-top: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); }
  .speakers_block .speakers_block__name1, .speakers_block .speakers_block__name2 {
    /* background-color: var(--accent-color); */
    display: inline-block;
    line-height: 1.1em;
    /* bottom: 1.9em; */
    /* padding: 4px 8px 0px 8px; */
    position: relative; }
  .speakers_block .speakers_block__name2 {
    font-weight: 700; }
  .speakers_block__position {
    font-size: clamp(0.688rem, 0.581rem + 0.47vw, 0.875rem);
    line-height: 1.45em;
    margin-top: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); }

.btn_about_speaker {
  position: absolute;
  z-index: 1;
  left: -2px;
  top: 0;
  cursor: pointer;
  display: none; }

section.speakers {
  padding-bottom: 0; }

section.speakers.end_speakers {
  padding-bottom: clamp(3.75rem, 2.212rem + 7.69vw, 7.5rem);
  padding-top: 0;
  /* .speakers__smallcontainer */ }
  section.speakers.end_speakers__smallcontainer {
    padding-top: 0; }

section.speakers.end_speakers .btn_std {
  margin-left: 0; }

section.speakers.end_speakers .btn_std:hover {
  background-color: var(--accent-color); }

/* конец Спикеры */
/* fancybox */
.speaker_about {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 667px) {
    .speaker_about {
      flex-direction: column; } }

.speaker_about .speakers_block__item {
  width: 50%;
  padding-right: 0; }
  @media (max-width: 667px) {
    .speaker_about .speakers_block__item {
      width: 40%;
      margin-bottom: 40px; } }
  @media (max-width: 467px) {
    .speaker_about .speakers_block__item {
      width: 80%;
      margin-bottom: 32px; } }

.speaker_about .speakers_block__txt {
  width: 50%;
  font-weight: 300;
  line-height: 1.5em;
  font-size: clamp(1rem, 0.881rem + 0.6vw, 1.25rem);
  color: var(--text-color); }
  @media (max-width: 667px) {
    .speaker_about .speakers_block__txt {
      width: 80%; } }
  @media (max-width: 467px) {
    .speaker_about .speakers_block__txt {
      width: 100%; } }

.fancybox-close {
  background-image: url("../images/ei_close.svg"); }

.fancybox-close {
  width: 50px;
  height: 50px;
  top: 20px;
  right: 18px; }

.fancybox-skin {
  height: 100vh !important;
  border-radius: 0;
  width: 100% !important;
  /* max-width: 767px; */
  padding-top: 10% !important; }
  @media (max-width: 467px) {
    .fancybox-skin {
      padding: 0 !important;
      padding-top: 10% !important; } }

.fancybox-wrap {
  /*  transition:all 3s; */
  height: 100vh !important;
  top: 0 !important;
  left: 0 !important;
  max-width: 767px !important; }

.fancybox-inner {
  height: 100% !important;
  width: auto !important;
  padding: clamp(1.25rem, 0.655rem + 2.98vw, 2.5rem); }
  @media (max-width: 467px) {
    .fancybox-inner {
      padding: 24px; } }

.blocker {
  padding: 0px;
  display: flex; }

.modal {
  border-radius: 0;
  width: 100% !important;
  max-width: 767px !important;
  padding: clamp(1.25rem, 0.655rem + 2.98vw, 2.5rem);
  padding-top: 10% !important; }
  @media (max-width: 767px) {
    .modal {
      flex-direction: column;
      width: 90% !important; } }
  @media (max-width: 667px) {
    .modal {
      flex-direction: column; } }
  @media (max-width: 467px) {
    .modal {
      padding: 24px; } }

.modal a.close-modal {
  width: 50px;
  height: 50px;
  top: 20px;
  right: 18px;
  background-image: url("../images/ei_close.svg"); }

/* конец fancybox */
/* Документы */
.docs {
  background-color: var(--accent-color);
  font-color: var(--light-color);
  padding-bottom: clamp(2rem, 1.583rem + 2.08vw, 2.875rem);
  /* .docs__smallcontainer */ }
  .docs__smallcontainer {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 479px) {
      .docs__smallcontainer {
        flex-direction: column; } }
  .docs__smallcontainer h2 {
    color: white; }
  .docs__smallcontainer p {
    width: 50%;
    color: var(--text-color); }
    @media (max-width: 479px) {
      .docs__smallcontainer p {
        width: 100%; } }
  .docs__smallcontainer h2, .docs__smallcontainer p {
    padding-right: 24px; }

.docs_content {
  background-color: var(--accent-color);
  padding: 0;
  display: flex;
  position: relative;
  /* .docs_content__item */ }
  .docs_content__item {
    padding-left: 20px;
    padding-right: 30px; }
  .docs_content .docs_shadow {
    z-index: 2;
    width: 100px;
    position: absolute;
    height: 100%;
    right: 0;
    background-image: url(../images/bg_section_docs.svg); }
  .docs_content .docs_shadow.left {
    right: inherit;
    left: 0;
    background-image: url(../images/bg_section_docs_l.svg); }

.docs.end_docs {
  padding-top: clamp(2rem, 1.583rem + 2.08vw, 2.875rem);
  padding-bottom: clamp(3.75rem, 2.212rem + 7.69vw, 7.5rem); }
  .docs.end_docs .btn_std {
    margin-top: 0;
    margin-left: 0; }
    @media (max-width: 620px) {
      .docs.end_docs .btn_std {
        margin-left: auto; } }

.docs__smallcontainer.end_docs_content {
  display: flex;
  align-items: center; }
  @media (max-width: 620px) {
    .docs__smallcontainer.end_docs_content {
      flex-direction: column;
      gap: 24px;
      align-items: center;
      justify-content: center; } }

.main_logos {
  /* .main_logos__accedit */ }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60%; }

.events__item.swiper-slide {
  text-align: left;
  display: flex;
  width: inherit;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (max-width: 600px) {
    .events__item.swiper-slide {
      max-width: none;
      width: 80%; } }

.recomendations__item.swiper-slide {
  text-align: left;
  display: flex;
  width: inherit;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .recomendations__item.swiper-slide {
      max-width: none;
      width: 80%; } }

.swiper-pagination-bullet-active {
  background: var(--text-color); }

.docs_content__item-text {
  margin-top: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  padding-left: 7%;
  text-align: left; }

.docs_content__item-text .small-text {
  font-size: .8em; }

.swiper-pagination-bullet {
  background: white; }

.swiper-pagination {
  position: static; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 100px; }

/* конец Документы */
/* Видео */
.how_video {
  background-color: #65848C;
  background-color: var(--text-color);
  /* .how_video__container */
  /* .how_video__block */
  /* .how_video__about */
  /* .how_video__name */
  /* .how_video__author */
  /* .how_video__author_photo */
  /* .how_video__author_name */
  /* .how_video__video */ }
  .how_video__container h2 {
    color: white; }
  .how_video__block {
    display: flex; }
    @media (max-width: 991px) {
      .how_video__block {
        flex-direction: column; } }
  .how_video__about {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    padding-right: clamp(1.5rem, 0.955rem + 2.73vw, 3rem); }
    @media (max-width: 991px) {
      .how_video__about {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        min-height: auto; } }
    @media (max-width: 767px) {
      .how_video__about {
        flex-direction: column; } }
  .how_video__about p {
    margin-top: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    color: var(--text-color);
    color: white; }
  @media (max-width: 991px) {
    .how_video__name {
      width: 100%;
      max-width: 400px; } }
  @media (max-width: 767px) {
    .how_video__name {
      max-width: none; } }
  .how_video__author {
    display: flex;
    align-items: center;
    margin-left: -4px; }
    @media (max-width: 991px) {
      .how_video__author {
        width: 50%;
        justify-content: flex-end; } }
    @media (max-width: 767px) {
      .how_video__author {
        margin-top: 24px;
        width: 100%;
        justify-content: flex-start; } }
  .how_video__author_photo {
    flex-shrink: 0;
    margin-right: 24px; }
    @media (max-width: 991px) {
      .how_video__author_photo {
        margin-right: 0; } }
  @media (max-width: 991px) {
    .how_video__author_photo img {
      width: 80%; } }
  .how_video__author_name .speakers_block__name1, .how_video__author_name .speakers_block__position {
    color: white; }
  .how_video__author_name .speakers_block__position, .how_video__author_name .speakers_block__name {
    margin-top: 0; }
  .how_video__author_name .speakers_block__position {
    max-width: 250px; }
  .how_video__video {
    width: 50%; }
    @media (max-width: 991px) {
      .how_video__video {
        width: 100%;
        margin: 40px auto 0; } }
  .how_video__video iframe {
    border: 15px solid;
    border-color: var(--accent-color); 
    height:405px!important;}
    @media (max-width: 991px) {
      .how_video__video iframe {
        height: 500px !important; } }
    @media (max-width: 767px) {
      .how_video__video iframe {
        height: 50vh !important; } }

/* конец Видео */
/* Отзывы */
.refs {
  /* .refs__smallcontainer */
  /* .refs__container */
  /* .refs__block */
  /* .refs__item */
  /* .refs__item-text */
  /* .refs___author */
  /* .refs__author_photo */
  /* .refs__item-kov */
  /* .how_video__author_photo */ }
  .refs__block {
    display: flex;
    margin-top: clamp(3.75rem, 3.205rem + 2.73vw, 5.25rem); }
  .refs__item {
    width: 100%;
    min-height: 260px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
    flex-shrink: 0;
    padding-top: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    margin-right: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem);
    padding-left: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); }
    @media (max-width: 600px) {
      .refs__item {
        width: 100%;
        max-width: none;
        padding-right: 60px;
        margin-right: 0; } }
  .refs__item:first-child {
    margin-left: clamp(2rem, 0.455rem + 7.73vw, 6.25rem); }
    @media (max-width: 600px) {
      .refs__item:first-child {
        margin-left: inherit; } }
  .refs__item-text {
    position: relative;
    z-index: 1;
    line-height: 1.4em; }
  .refs___author {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-left: -4px; }
  .refs__author_photo {
    flex-shrink: 0;
    margin-right: 24px;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    overflow: hidden; }
  .refs__item-kov {
    position: absolute;
    left: -10%;
    top: 0%;
    z-index: 0; }

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

.refs {
  /* .refs__author_name */ }
  .refs__author_name .speakers_block__name1, .refs__author_name .speakers_block__position {
    color: var(--text-color); }
  .refs__author_name .speakers_block__position, .refs__author_name .speakers_block__name {
    margin-top: 0; }
  .refs__author_name .speakers_block__position {
    max-width: 250px; }

/* конец Отзывы */
/* Изменения */
.changes {
  padding-top: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  padding-bottom: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  /* .changes__smallcontainer */
  /* .changes__block */
  /* .changes__item */
  /* .changes__item-head */
  /* .changes__item-head-number */
  /* .changes__item-head-txt */
  /* .changes__item-text */ }
  .changes__smallcontainer h3 {
    margin-bottom: -100px;
    max-width: 360px; }
    @media (max-width: 600px) {
      .changes__smallcontainer h3 {
        margin-bottom: clamp(1.375rem, 0.92rem + 2.27vw, 2.625rem); } }
  .changes__block {
    display: flex;
    justify-content: space-between;
    height: 496px;
    align-items: flex-end;
    color: var(--text-color); }
    @media (max-width: 600px) {
      .changes__block {
        height: auto;
        flex-direction: column;
        align-items: flex-start; } }
  .changes__item {
    border: 1px solid #65848C;
    border-bottom: 4px solid;
    border-color: var(--accent-color);
    width: 100%;
    max-width: 272px;
    padding-top: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    padding-bottom: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    padding-left: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    padding-right: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 900px) {
      .changes__item {
        max-width: none;
        width: 30%;
        margin-right: 5%; } }
    @media (max-width: 600px) {
      .changes__item {
        border-bottom: 1px solid;
        border-left: 4px solid;
        border-color: var(--accent-color);
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 5%;
        height: 160px;
        margin-right: 0; } }
    @media (max-width: 480px) {
      .changes__item {
        padding-left: 12px;
        padding-right: 12px; } }
  @media (max-width: 900px) {
    .changes__item:last-child {
      margin-right: 0; } }
  @media (max-width: 600px) {
    .changes__item:last-child {
      margin-bottom: 0%; } }
  .changes__item-head {
    /* @media (max-width:480px){text-align:right;} */ }
  .changes__item-head-number {
    font-size: clamp(3rem, 2.636rem + 1.82vw, 4rem);
    line-height: 1.2em; }
    @media (max-width: 600px) {
      .changes__item-head-number {
        max-width: 240px; } }
    @media (max-width: 400px) {
      .changes__item-head-number {
        /* font-size: 28px; */ } }
  .changes__item-head-txt {
    font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
    line-height: 1.05em;
    max-width: 100px;
    opacity: .8; }
  .changes__item-text {
    font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
    line-height: 1.4em;
    opacity: .8; }
    @media (max-width: 600px) {
      .changes__item-text {
        max-width: 160px;
        text-align: right; } }

.change_first {
  height: 62%; }
  @media (max-width: 600px) {
    .change_first {
      height: auto;
      width: 76%; } }

.change_second {
  height: 74%; }
  @media (max-width: 600px) {
    .change_second {
      height: auto;
      width: 88%; } }

.change_third {
  height: 86%; }
  @media (max-width: 600px) {
    .change_third {
      height: auto;
      width: 100%; } }

.btn_changes {
  width: 100%;
  text-align: center;
  justify-content: center;
  max-width: 272px; }

/* конец Изменения */
/* Мы&nbsp;подготовили сотрудников ведущих компаний */
.companies {
  background-color: var(--accent-color);
  /* .companies__smallcontainer */
  /* .companies__container */
  /* .companies__block */
  /* .companies__item */
  /* .companies__item-wrapper */ }
  .companies__smallcontainer h2 {
    color: white;
    max-width: 440px; }
    @media (max-width: 900px) {
      .companies__smallcontainer h2 {
        max-width: none; } }
  .companies__block {
    margin-top: clamp(3rem, 2.091rem + 4.55vw, 5.5rem);
    display: flex;
    border: 1px solid #FFFFFF;
    width: 100%;
    height: 188px;
    align-items: center; }
    @media (max-width: 900px) {
      .companies__block {
        flex-wrap: wrap;
        height: auto; } }
  .companies__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%; }
    @media (max-width: 900px) {
      .companies__item {
        width: 50%;
        border: none; } }
  .companies__item-wrapper {
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid white;
    width: 100%; }
    @media (max-width: 900px) {
      .companies__item-wrapper {
        height: 200px;
        border-right: none; } }
  @media (max-width: 480px) {
    .companies__item-wrapper img {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      max-height: 80px; } }
  .companies__item:last-child .companies__item-wrapper {
    border: none; }
    @media (max-width: 900px) {
      .companies__item:last-child .companies__item-wrapper {
        border-left: 1px solid white; } }
  @media (max-width: 900px) {
    .companies__item:nth-child(1) .companies__item-wrapper {
      border-bottom: 1px solid white; } }
  @media (max-width: 900px) {
    .companies__item:nth-child(2) .companies__item-wrapper {
      border-bottom: 1px solid white;
      border-left: 1px solid white; } }

/* конец Мы&nbsp;подготовили сотрудников ведущих компаний */
/* Управленческий стаж студентов */
.about_students {
  background-color: #E5ECEE;
  /* .about_students__smallcontainer */
  /* .about_students__container */
  /* .about_students__block */
  /* .about_students__item */
  /* .about_students__number */
  /* .about_students__text */ }
  .about_students__block {
    margin-top: clamp(2.5rem, 1.727rem + 3.86vw, 4.625rem);
    margin-bottom: clamp(4rem, 2.955rem + 5.23vw, 6.875rem);
    background-color: white;
    border: 1px solid;
    border-color: var(--accent-color);
    width: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 787px) {
      .about_students__block {
        flex-wrap: wrap;
        border: none;
        background-color: inherit; } }
  .about_students__item {
    border-left: 4px solid;
    border-color: var(--accent-color);
    padding-top: clamp(1rem, 0.636rem + 1.82vw, 2rem);
    padding-bottom: clamp(1rem, 0.636rem + 1.82vw, 2rem);
    padding-left: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
    padding-right: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
    width: 25%; }
    @media (max-width: 787px) {
      .about_students__item {
        border: none;
        width: 50%;
        padding-left: 0;
        padding-top: 0; } }
  .about_students__item:nth-child(1) {
    width: 23%; }
    @media (max-width: 787px) {
      .about_students__item:nth-child(1) {
        width: 50%; } }
  .about_students__item:nth-child(3) {
    width: 32%; }
    @media (max-width: 787px) {
      .about_students__item:nth-child(3) {
        width: 50%; } }
  .about_students__item:nth-child(4) {
    width: 20%; }
    @media (max-width: 787px) {
      .about_students__item:nth-child(4) {
        width: 50%; } }
  .about_students__number {
    font-size: clamp(3rem, 2.636rem + 1.82vw, 4rem);
    line-height: 1.2em; }
  .about_students__text {
    font-size: 0.75rem, 0.682rem + 0.34vw, 0.938rem);
    line-height: 1.05em;
    opacity: .8; }

.about_students {
  /* .about_students__smallcontainer */
  /* .about_students__sphera */
  /* .about_students__name */
  /* .about_students__facts */
  /* .about_students__facts-item */
  /* .about_students__facts-number */
  /* .about_students__facts-text */ }
  .about_students__sphera {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 787px) {
      .about_students__sphera {
        flex-direction: column; } }
  .about_students__name {
    width: 50%; }
    @media (max-width: 787px) {
      .about_students__name {
        width: 100%; } }
  .about_students__facts {
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 787px) {
      .about_students__facts {
        width: 100%;
        margin-top: clamp(2.5rem, 1.727rem + 3.86vw, 4.625rem); } }
  .about_students__facts-item {
    width: calc(100% / 3); }
    @media (max-width: 400px) {
      .about_students__facts-item {
        width: calc(100% / 2); } }
  .about_students__facts-item:nth-child(1), .about_students__facts-item:nth-child(2), .about_students__facts-item:nth-child(3) {
    margin-bottom: clamp(2rem, 1.5rem + 2.5vw, 3.375rem); }
  .about_students__facts-number {
    font-size: clamp(3rem, 2.636rem + 1.82vw, 4rem);
    line-height: 1.2em; }
  .about_students__facts-text {
    font-size: 0.75rem, 0.682rem + 0.34vw, 0.938rem);
    line-height: 1.05em;
    opacity: .8; }

/* конец Управленческий стаж студентов */
/* Условия приема */
.conditions {
  /* .conditions__container */
  /* .conditions__smallcontainer */
  /* .conditions__block */
  /* .conditions__item */ }
  @media (max-width: 1240px) {
    .conditions {
      padding-left: 20px;
      padding-right: 20px; } }
  .conditions__container {
    border-width: clamp(0.25rem, 0.114rem + 0.68vw, 0.625rem);
    border-style: solid;
    border-color: var(--accent-color);
    padding-top: clamp(4rem, 3.409rem + 2.95vw, 5.625rem);
    padding-bottom: clamp(4rem, 3.409rem + 2.95vw, 5.625rem); }
    @media (max-width: 1160px) {
      .conditions__container {
        padding-left: clamp(1rem, 0.409rem + 2.95vw, 2.625rem);
        padding-right: clamp(1rem, 0.409rem + 2.95vw, 2.625rem); } }
  .conditions__block {
    display: flex;
    align-items: flex-start;
    width: 100%; }
    @media (max-width: 787px) {
      .conditions__block {
        flex-direction: column; } }
  .conditions__item {
    width: 50%; }
    @media (max-width: 787px) {
      .conditions__item {
        width: 100%; } }
  .conditions .btn_std {
    margin-top: 12px;
    margin-right: 0; }
    @media (max-width: 787px) {
      .conditions .btn_std {
        margin-left: 0; } }
    @media (max-width: 348px) {
      .conditions .btn_std {
        padding-left: 8px;
        padding-right: 8px; } }
  .conditions .btn_std:hover {
    background-color: var(--accent-color); }
  .conditions .programm__name {
    width: auto;
    margin-bottom: 16px; }

.conditions-cta {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end; }
  @media (max-width: 787px) {
    .conditions-cta {
      text-align: left;
      align-items: flex-start;
      justify-content: flex-start; } }

.conditions-cta p {
  max-width: 350px;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
  line-height: 160%;
  text-align: right;
  letter-spacing: -0.025em;
  color: var(--second-color);
  opacity: 0.8;
  margin-bottom: 0; }
  @media (max-width: 787px) {
    .conditions-cta p {
      text-align: left; } }

/* конец Условия приема */
/* О нас говорят */
.tell_outside {
  padding-top: 0;
  /* .tell_outside__smallcontainer */
  /* .tell_outside__container */
  /* .tell_outside__block */
  /* .tell_outside__header */
  /* .tell_outside__text */ }
  .tell_outside__container .hr:nth-child(1) {
    margin-top: clamp(3rem, 2.636rem + 1.82vw, 4rem);
    margin-bottom: clamp(3.75rem, 3.068rem + 3.41vw, 5.625rem); }
    @media (max-width: 787px) {
      .tell_outside__container .hr:nth-child(1) {
        margin-top: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
        margin-bottom: clamp(1.5rem, 1.318rem + 0.91vw, 2rem); } }
  .tell_outside__container .hr + .tell_outside__smallcontainer + .hr {
    margin-top: clamp(3.75rem, 3.068rem + 3.41vw, 5.625rem); }
    @media (max-width: 787px) {
      .tell_outside__container .hr + .tell_outside__smallcontainer + .hr {
        margin-top: clamp(1.5rem, 1.318rem + 0.91vw, 2rem); } }
  .tell_outside__block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px 0; }
    @media (max-width: 787px) {
      .tell_outside__block {
        flex-direction: column; } }
  .tell_outside__header {
    width: 50%;
    font-family: 'CharterITC',serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    line-height: 1.4em;
    padding-right: 80px; }
    @media (max-width: 787px) {
      .tell_outside__header {
        width: 100%;
        margin-bottom: 24px;
        padding-right: 0; } }
  .tell_outside__text {
    width: 50%;
    letter-spacing: -0.025em; }
    @media (max-width: 787px) {
      .tell_outside__text {
        width: 100%; } }

.tell_outside_source {
  display: flex;
  align-items: center; }
  @media (max-width: 787px) {
    .tell_outside_source {
      flex-direction: column-reverse; } }
  .tell_outside_source .tell_outside__text {
    text-align: right; }
    @media (max-width: 787px) {
      .tell_outside_source .tell_outside__text {
        text-align: left;
        margin-bottom: 24px; } }

.tell_outside.faq {
  padding-top: clamp(3.75rem, 2.212rem + 7.69vw, 7.5rem);
  background-color: var(--accent-color); }

.tell_outside.faq .hr {
  background-color: white;
  margin-top: clamp(3rem, 2.636rem + 1.82vw, 4rem);
  margin-bottom: clamp(3.75rem, 3.068rem + 3.41vw, 5.625rem); }

.tell_outside.faq .hr.last {
  margin-bottom: 0; }

.tell_outside.faq .hr + .tell_outside__smallcontainer + .hr {
  margin-top: clamp(3rem, 2.636rem + 1.82vw, 4rem); }
  @media (max-width: 787px) {
    .tell_outside.faq .hr + .tell_outside__smallcontainer + .hr {
      margin-top: clamp(3rem, 2.636rem + 1.82vw, 4rem); } }

.tell_outside.faq a {
  color: var(--text-color); }

/* конец О нас говорят */
/* Мероприятия */
.events {
  background-color: var(--text-color);
  /* .events__smallcontainer */
  /* .events__container */
  /* .events__block */
  /* .events__item */
  /* .events__video */
  /* .events__name */
  /* .events__author */ }
  .events .hr {
    background-color: #7BA1AB;
    margin-bottom: clamp(3rem, 2.636rem + 1.82vw, 4rem);
    margin-top: clamp(3rem, 2.636rem + 1.82vw, 4rem); }
  .events__smallcontainer {
    display: flex;
    align-items: baseline; }
    @media (max-width: 787px) {
      .events__smallcontainer {
        flex-direction: column; } }
  .events__smallcontainer h2, .events__smallcontainer p {
    color: white;
    margin-bottom: 0;
    width: 50%; }
    @media (max-width: 787px) {
      .events__smallcontainer h2, .events__smallcontainer p {
        width: 100%; } }
  .events__smallcontainer p {
    text-align: right; }
    @media (max-width: 787px) {
      .events__smallcontainer p {
        text-align: left;
        margin-top: 24px; } }
  .events__block {
    display: flex;
    align-items: flex-start; }
  .events__item {
    width: 100%;
    max-width: 495px;
    margin-right: 10%; }
  .events__video {
    height: 292px;
    width: 100%; }
  .events__name {
    margin-top: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    margin-bottom: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    color: white; }
  .events__author {
    display: flex;
    align-items: center; }
  .events__author .how_video__author_photo img {
    border-radius: 78px; }

/* конец Мероприятия */
/* Рекомендуем посмотреть */
.recomendations {
  /* .recomendations__smallcontainer */
  /* .recomendations__container */
  /* .recomendations__block */
  /* .recomendations__item */
  /* .recomendations__table */
  /* .recomendations__name */
  /* .recomendations__content */
  /* .recomendations__content-header */
  /* .recomendations__content-value */ }
  .recomendations__smallcontainer {
    display: flex;
    align-items: baseline;
    margin-bottom: clamp(3rem, 2.636rem + 1.82vw, 4rem); }
    @media (max-width: 787px) {
      .recomendations__smallcontainer {
        flex-direction: column; } }
  .recomendations__smallcontainer h2, .recomendations__smallcontainer p {
    width: 50%; }
    @media (max-width: 787px) {
      .recomendations__smallcontainer h2, .recomendations__smallcontainer p {
        width: 100%; } }
  .recomendations__smallcontainer p {
    text-align: right; }
    @media (max-width: 787px) {
      .recomendations__smallcontainer p {
        text-align: left; } }
  .recomendations__item {
    width: 100%;
    max-width: 495px;
    border-width: clamp(0.25rem, 0.114rem + 0.68vw, 0.625rem);
    border-style: solid;
    border-color: var(--accent-color);
    padding-top: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    padding-bottom: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    padding-left: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    padding-right: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 10%; }
    @media (max-width: 992px) {
      .recomendations__item {
        padding-right: clamp(2rem, 1.048rem + 4.76vw, 4rem); } }
    @media (max-width: 412px) {
      .recomendations__item {
        padding-right: clamp(3rem, 2.524rem + 2.38vw, 4rem); } }
  .recomendations__table {
    width: 100%;
    max-width: 340px; }
    @media (max-width: 412px) {
      .recomendations__table {
        max-width: none; } }
  .recomendations__name {
    font-family: 'CharterITC';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    line-height: 133%;
    letter-spacing: -0.025em;
    color: var(--text-color); }
  .recomendations__content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
    line-height: 160%;
    letter-spacing: -0.025em;
    color: var(--second-color);
    margin-bottom: 4px; }
  .recomendations__content:last-child {
    margin-bottom: 0; }
  .recomendations__content-header {
    flex-grow: 1;
    border-bottom: 1px dotted;
    border-color: var(--second-color);
    position: relative; }
  .recomendations__content-header span {
    position: absolute;
    z-index: 1;
    background-color: white;
    display: block;
    top: -16px;
    padding-right: 4px; }
    @media (max-width: 412px) {
      .recomendations__content-header span {
        top: -13px; } }
  .recomendations__content-value {
    text-align: right;
    padding-left: 4px; }

.btn_arrow {
  cursor: pointer;
  display: flex;
  padding: 12px;
  background: var(--text-color);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.69rem + 0.3vw, 0.875rem);
  line-height: .8em;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 360px;
  text-align: center;
  color: white;
  transition: all 0.3s;
  border: 0;
  position: absolute;
  right: -10px;
  top: 10%; }
  @media (max-width: 600px) {
    .btn_arrow {
      right: clamp(-0.25rem, -0.114rem + 0.68vw, -0.625rem); } }

.btn_arrow:hover {
  background-color: var(--accent-color); }

.btn_arrow img {
  width: 24px; }

/* конец Рекомендуем посмотреть */
/* Финальный экран */
.final {
  /* .final__smallcontainer */
  /* .final__container */ }
  .final__smallcontainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .final__smallcontainer {
        flex-direction: column; } }
    @media (max-width: 460px) {
      .final__smallcontainer {
        padding-left: 0;
        padding-right: 0; } }

.final_content {
  width: 50%; }
  @media (min-width: 768px) {
    .final_content {
      padding-right: 24px; } }
  @media (max-width: 767px) {
    .final_content {
      width: 100%;
      /* max-width: 480px; */ } }
  @media (max-width: 460px) {
    .final_content {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.txt_border {
  display: inline-block;
  border: 1px solid;
  border-color: var(--disable-color);
  padding: 16px 24px;
  margin: 24px 0;
  font-family: 'HelveticaNeueCyr';
  font-weight: 400;
  line-height: 1.5em;
  font-size: clamp(1rem, 0.881rem + 0.6vw, 1.25rem);
  color: var(--text-color); }

.rubl {
  font-family: 'Rouble'; }

.final_form {
  width: 100%;
  max-width: 520px;
  /* .final_form__txt */
  /* .final_form__form */
  /* .final_form__top_form */
  /* .final_form__inputs */
  /* .final_form__field_box */
  /* .final_form__text-field */
  /* .final_form__checkbox */
  /* .final_form__checkbox_input */
  /* .final_form__checkbox_txt */
  /* .main_form__inputs */
  /* .main_form__field_box */
  /* .main_form__text-field */ }
  @media (min-width: 962px) {
    .final_form {
      position: relative; } }
  @media (max-width: 767px) {
    .final_form {
      width: 100%;
      max-width: none;
      position: static;
      padding-top: 30px; } }
  @media (max-width: 460px) {
    .final_form {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .final_form__txt {
    font-weight: 300;
    font-size: clamp(1rem, 0.94rem + 0.3vw, 1.125rem);
    line-height: 1.2em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--light-color); }
    @media (max-width: 868px) {
      .final_form__txt {
        text-align: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.35em; } }
  .final_form__txt span {
    color: var(--accent-color); }
  .final_form__form {
    margin-top: 20px; }
  .final_form__top_form {
    margin-top: 24px;
    display: flex;
    width: 100%;
    gap: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .final_form__inputs {
    display: flex;
    width: 100%;
    flex-direction: column;
    /* @media (max-width: 767px) and (min-width: 570px){flex-direction: row; } */ }
  .final_form__field_box {
    width: 100%;
    position: relative;
    margin-bottom: 24px; }
  .final_form__field_box label {
    display: none; }
  .final_form__text-field {
    width: 100%;
    height: 44px;
    padding-left: 0;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid;
    border-color: var(--disable-color); }
  .final_form input.final_form__text-field:focus {
    border-color: var(--text-color); }
  .final_form__checkbox {
    display: flex;
    align-items: center;
    color: var(--disable-color);
    margin-top: 20px;
    font-size: clamp(0.625rem, 0.565rem + 0.3vw, 0.75rem); }
  .final_form__checkbox a {
    color: var(--disable-color); }
  .final_form .checkbox.style-a {
    margin-top: 32px; }
  .final_form__checkbox_input {
    box-sizing: border-box;
    padding: 0;
    margin-right: 6px; }
  .final_form .btn_std {
    margin-top: 24px; }
    @media (min-width: 768px) {
      .final_form .btn_std {
        width: 100%;
        max-width: none; } }
    @media (max-width: 767px) {
      .final_form .btn_std {
        margin-left: auto; } }
  .final_form__inputs {
    display: flex;
    width: 100%; }
  @media (max-width: 765px) {
    .final_form__inputs {
      width: 100%; } }
  @media (max-width: 500px) {
    .final_form__inputs {
      flex-direction: column;
      align-items: center; } }
  .final_form__field_box {
    width: 100%;
    position: relative; }
    @media (max-width: 500px) {
      .final_form__field_box {
        width: 100%;
        margin-bottom: 16px; } }
    @media (max-width: 400px) {
      .final_form__field_box {
        width: 100%;
        margin-bottom: 16px; } }
  .final_form__field_box label {
    display: none; }
  .final_form__text-field {
    color: var(--text-color);
    letter-spacing: 0.03em;
    font-weight: 700;
    width: 100%;
    height: 48px;
    padding-left: 16px;
    text-transform: uppercase;
    border: 0;
    background-color: #F2F6F7;
    border-bottom: 2px solid #B6CBD1; }

@media (max-width: 460px) {
  .final_form__top_form > .final_form {
    padding-left: 0;
    padding-right: 0; } }

.checkbox {
  /* .checkbox__checkmark */
  /* .checkbox__body */ }

.final .checkbox.style-a .checkbox__body a, .final .checkbox.style-a .checkbox__body, .final .checkbox.style-a .checkbox__body {
  color: var(--text-color); }

.price_bottom {
  margin-top: 20px; }

.txt_price {
  display: inline-block;
  padding-right: 7px;
  padding-bottom: 3px;
  padding-top: 5px;
  padding-left: 7px;
  /* background-color: var(--text-color); */
  /* color: #fff; */
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  line-height: 1em;
  font-weight: 500; }

.txt_old_price {
  display: inline-block;
  margin-left: 20px;
  color: var(--light-color);
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  font-weight: 400;
  margin-top: 1px;
  line-height: 1.5em;
  text-decoration: line-through; }

.rub {
  font-family: Rouble, sans-serif;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem); }

.txt_about_price {
  margin-top: clamp(2rem, 1.364rem + 3.18vw, 3.75rem);
  padding-right: 51px; }

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

.final_form .main_form__inputs {
  display: flex;
  flex-direction: column; }

.final_form .main_form__inputs .main_form__text-field {
  color: white;
  letter-spacing: 0.03em;
  font-weight: 700;
  width: 100%;
  height: 48px;
  padding-left: 16px;
  text-transform: uppercase;
  border: 0;
  background-color: #88AAB3;
  border-bottom: 2px solid #B4CACF; }

.final_form .btn_main {
  max-width: none;
  margin-left: 0;
  width: 100%;
  justify-content: center; }

.final_form input::placeholder {
  color: var(--accent-color); }

/* конец Финальный экран */
/* Футер */
.hr {
  width: 100%;
  height: 1px;
  background-color: var(--accent-color);
  opacity: .5; }

.footer {
  /* .footer__container */
  /* .footer__smallcontainer */
  /* .footer__links */
  /* .footer__link */ }
  .footer__container {
    margin-bottom: 36px; }
  .footer__smallcontainer, .footer p {
    color: var(--disable-color);
    font-size: clamp(0.625rem, 0.506rem + 0.6vw, 0.875rem);
    line-height: 1.8em;
    display: flex;
    justify-content: space-between; }
  @media (max-width: 720px) {
    .footer__smallcontainer {
      flex-direction: column-reverse; } }
  .footer__links {
    margin-top: 8px; }
  .footer__link {
    color: var(--disable-color);
    display: block;
    font-weight: 300; }
  .footer__contacts {
    width: 30%;
    text-align: right;
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: 'CharterITC'; }
    @media (max-width: 720px) {
      .footer__contacts {
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 24px; } }
  .footer__contacts a {
    color: var(--text-color);
    text-decoration: none; }
  .footer__contacts a[href*="tel"] {
    font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    line-height: 1em; }
  .footer__contacts p {
    margin-bottom: 4px; }
  .footer__contacts a[href*="mailto"] {
    font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
    line-height: 1em; }
  .footer__copyrights {
    width: 70%;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 720px) {
      .footer__copyrights {
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center; } }

.success_message {
  padding: 0px;
  margin-top: 24px;
  color: white;
  text-align: left;
  margin-top: 24px;
  background-color: transparent; }

.w-form-done {
  display: none;
  text-align: left; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

/* конец Футер */
/* Выбрать тариф */
.sel_tarif {
  /* .sel_tarif__smallcontainer */
  /* .sel_tarif__wrapper */
  /* .sel_tarif__item */
  /* .sel_tarif__head */
  /* .sel_tarif__head_name */
  /* .sel_tarif__price */
  /* .sel_tarif__head_bottom */
  /* .sel_tarif__content */
  /* .sel_tarif__content_item */
  /* .sel_tarif__btn */
  /* .sel_tarif__content_item_accent */
  /* .sel_tarif__btn_note */ }
  .sel_tarif__smallcontainer h2 {
    text-align: center;
    margin-bottom: 60px; }
  .sel_tarif__smallcontainer h2 + p {
    text-align: center; }
  .sel_tarif__wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 950px) {
      .sel_tarif__wrapper {
        flex-direction: column;
        align-items: center; } }
  .sel_tarif__item {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  @media (max-width: 950px) {
    .sel_tarif__item:not(:last-child) {
      margin-bottom: 32px; } }
  .sel_tarif__head {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    max-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .sel_tarif__head h3 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
    letter-spacing: -.3px; }
  .sel_tarif__price {
    display: flex; }
  .sel_tarif__content {
    margin-top: 24px;
    margin-bottom: 24px;
    flex-grow: 1; }
  .sel_tarif__content_item {
    padding: 16px 44px 16px 66px;
    background-image: url("../images/icn_ok.svg");
    background-repeat: no-repeat;
    background-position: 30px 15px;
    background-color: #F2F6F7;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 4px; }
  .sel_tarif__content_item:last-child {
/*    min-height: 160px; */}
    @media (max-width: 950px) {
      .sel_tarif__content_item:last-child {
        min-height: auto; } }
  .sel_tarif__btn {
    min-height: 100px; }
  .sel_tarif__btn .btn_std {
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
    text-align: center;
    justify-content: center;
    margin-top: 0; }
  .sel_tarif__btn .btn_std:hover {
    background-color: var(--accent-color); }
  .sel_tarif__content_item_accent {
    background-image: url("../images/icn_ok_w.svg");
    color: white;
    background-color: var(--accent-color); }
  .sel_tarif__btn_note {
    padding-left: 32px;
    padding-top: 2px;
    font-size: 14px;
    color: var(--second-color);
    font-style: italic;
    font-family: "CharterITC";
    background-image: url(../images/icn_attention.svg);
    background-repeat: no-repeat;
    background-position: -1px 0px;
    min-height: 32px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .sel_tarif__btn_note.hidden_el {
    padding-left: 32px;
    padding-top: 2px;
    font-size: 14px;
    color: var(--second-color);
    font-style: italic;
    font-family: "CharterITC";
    background-image: none;
    background-repeat: no-repeat;
    background-position: -1px 0px;
    min-height: 32px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }

/* конец Выбрать тариф */

/*# sourceMappingURL=style.css.map */
