/*
* 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: 'LabGrotesque';
  src: url("../fonts/LabGrotesque-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'LabGrotesque';
  src: url("../fonts/LabGrotesque-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'LabGrotesque';
  src: url("../fonts/LabGrotesque-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rouble';
  src: url("../fonts/rouble.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'LabGrotesque';
  src: url("../fonts/LabGrotesque-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
:target {
  scroll-margin-top: 100px; }

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

a {
  color: #0055B5;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

a:hover {
  text-decoration: none; }

ul {
  list-style: none; }

input {
  outline: none; }

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

* img {
  max-width: 100%; }

:root {
  --bg-color: #fff;
  --bg-light-color: #F1F7FC;
  --prime-color:#0055B5;
  --accent-color: #0055B5;
  --text-color: #53504F;
  --header-color: #3B3938;
  --text-light-color: #97AAB3;
  --text-accent-color: #423E3A;
  --disable-color: #D8DADB;
  --border-radius:5px; }

.help-block.form-error {
  position: absolute;
  font-size: .8em;
  color: #b94a48;
  top: -10px; }
  @media screen and (max-width: 767px) {
    .help-block.form-error {
      top: 0px; } }

h2 {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--header-color);
  margin-bottom: clamp(4rem, 3.636rem + 1.82vw, 5rem);; }

h3 {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--header-color);
  margin-bottom: clamp(2.75rem, 2.295rem + 2.27vw, 4rem);; }

body {
  font-family: 'LabGrotesque', sans-serif;
  background-color: white;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.35em;
  color: var(--text-color); 
      overflow-x: hidden;
  }
  body._lock {
    overflow: hidden; }

section {
  padding-top: clamp(4rem, 3.091rem + 4.55vw, 6.5rem);
  padding-bottom: clamp(4rem, 3.091rem + 4.55vw, 6.5rem); }

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

.btn_std {
  border-radius: var(--border-radius); }

[class*="__wrapper"] {
  margin-top: clamp(3rem, 2.409rem + 2.95vw, 4.625rem); }

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

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

@media (max-width: 1068px) {
  [class*="__smallcontainer"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
.line_under_mainscreen {
  background: #ebf1f7;
  height: 40px;
  width: 100%; }

/* Первый экран */
@media (max-width: 767px) {
  .logos_block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.course_specif {
  border: 1px solid #D9D9D9;
  border-radius: var(--border-radius);
  padding: 12px 16px 10px; }
  @media (max-width: 400px) {
    .course_specif {
      display: none; } }

.course_specif_item {
  max-width: 225px;
  margin-right: 32px;
  font-weight: 400;
  font-size: 13px;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: var(--text-color);
  /* @media (max-width: 767px) {  } */ }

.course_specif_item:last-child {
  position: relative; }

.course_specif_item:last-child:before {
  content: '';
  height: 16px;
  width: 1px;
  position: absolute;
  background-color: #D9D9D9;
  left: -16px; }

.course_specif_item span {
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  padding-top: 2px;
  font-size: 28px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: var(--accent-color); }

.logo_link.logo_sgd {
  padding-top: 8px; }

@media screen and (max-width: 820px) {
  .logo_link[href*="mba"] {
    display: none; } }

.section.main {
  min-height: 72px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.block_main_features {
  /* .block_main_features__list */
  /* &__list li:not(:last-child){
    margin-right: 16px;
  } */ }
  .block_main_features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .block_main_features__list li {
    padding-left: 40px;
    font-size: 14px;
    line-height: 1em;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    border-radius: 32px;
    border: 2px solid #B8CEE0;
    width: auto; }

.swiper {
  margin-left: 0;
  overflow: visible; }

.feature_expert {
  background-image: url(../images/icn_feature_expert.svg);
  background-position: 8px center;
  background-size: 24px;
  background-repeat: no-repeat; }

.feature_docs {
  background-image: url(../images/icn_feature_docs.svg);
  background-position: 8px center;
  /* background-size:24px; */
  background-repeat: no-repeat; }

.feature_shield {
  background-image: url(../images/icn_feature_shield.svg);
  background-position: 8px center;
  background-size: 24px;
  background-repeat: no-repeat; }

.feature_online {
  background-image: url(../images/icn_feature_online.svg);
  background-position: 8px center;
  background-size: 24px;
  background-repeat: no-repeat; }

.feature_simple {
  background-image: url(../images/icn_feature_simple.svg);
  background-position: 8px center;
  background-size: 24px;
  background-repeat: no-repeat; }

.name_sys {
  color: var(--text-accent-color);
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04px;
  line-height: 102%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.name_sys__name {
  padding-right: 18px;
  margin-right: 12px;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold; }
  @media screen and (max-width: 479px) {
    .name_sys__name {
      font-size: 16px;
      padding-right: 4px;
      margin-right: 6px; } }

.name_sys__description {
  font-size: 12px;
  font-style: normal;
  line-height: 1.1em;
  font-weight: 300;
  letter-spacing: .048em;
  width: 100%;
  max-width: 260px;
  color: #91abc0; }

.name_sys__name span {
  font-weight: 300;
  margin-right: 4px;
  display: block;
  white-space: nowrap; }

@media screen and (max-width: 479px) {
  .logo_action {
    max-width: 88px; } }

.header {
  /* .header__menu */ }
  .header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 992px) {
      .header__menu ul {
        display: -ms-grid;
        display: grid;
        padding-top: 10%;
        width: 100%;
        height: 100%;
        padding-bottom: 30%; } }
  .header__menu ul li {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em; }
  .header__menu ul li:not(:last-child):after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--prime-color);
    position: absolute;
    right: -20px;
    bottom: 6px;
    border-radius: 4px; }
    @media screen and (max-width: 992px) {
      .header__menu ul li:not(:last-child):after {
        display: none; } }
  .header__menu ul li:not(:last-child) {
    margin-right: 36px; }
    @media screen and (max-width: 992px) {
      .header__menu ul li:not(:last-child) {
        margin-right: 0; } }
  .header__menu ul li a {
    text-decoration: none;
    color: var(--text-accent-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media screen and (max-width: 992px) {
      .header__menu ul li a {
        color: white; } }
  .header__menu ul li a:hover {
    text-decoration: none;
    color: var(--prime-color); }
    @media screen and (max-width: 992px) {
      .header__menu ul li a:hover {
        color: white; } }

.logos_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.main_offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 125px;
  padding-bottom: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  background: url("../images/bg_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 90vh;
  overflow: hidden;
  /*  @media screen and (max-width: 767px) {padding-bottom:0;padding-top:0;} */ }
  @media screen and (max-width: 991px) {
    .main_offer {
      padding-bottom: 17%; } }

.main_offer h2 {
  color: white;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  line-height: 1.08em;
  margin-bottom: 32px;
  letter-spacing: .11em; }

.main {
  /* .main__smallcontainer */ }
  .main__smallcontainer {
    position: relative; }

.block_offer {
  display: block;
  text-align: center;
  /* .block_offer__txt */
  /* .block_offer__image */ }
  .block_offer__txt {
    margin-bottom: 0; }
    @media screen and (max-width: 960px) {
      .block_offer__txt {
        width: 100%;
        z-index: 2; } }
    @media screen and (max-width: 767px) {
      .block_offer__txt {
        width: 100%; } }
    @media screen and (max-width: 690px) {
      .block_offer__txt {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 470px) {
      .block_offer__txt {
        position: relative;
        z-index: 1; } }
  .block_offer__txt h2 {
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 52px; }
  .block_offer__txt h3 {
    color: var(--header-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.54px;
    max-width: 274px;
    line-height: 110%;
    margin-bottom: 20px;
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .block_offer__txt h3 {
        margin-bottom: 24px; } }
  .block_offer__txt h3 {
    position: relative;
    width: 100%;
    max-width: 245px;
    padding-left: 50px;
    background-image: url(../images/icn_verify.svg);
    background-repeat: no-repeat;
    background-position: 0 center; }
  .block_offer__image {
    width: 35%;
    position: relative; }
  .block_offer__image img {
    position: absolute;
    left: 50%;
    z-index: 0; }
  .block_offer .img_main_offer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* right: -23%;    
    top: 11%;
    @media screen and (max-width: 1100px) {right: -15%;}
    @media screen and (max-width: 991px) {width:45%;    top: 0%;    right: -15%;}
    @media screen and (max-width: 767px) {display: none;} */ }
    @media screen and (max-width: 960px) {
      .block_offer .img_main_offer {
        position: absolute;
        right: 0;
        bottom: 30px;
        width: 65%; } }
    @media screen and (max-width: 767px) {
      .block_offer .img_main_offer {
        width: 70%; } }
    @media screen and (max-width: 690px) {
      .block_offer .img_main_offer {
        width: 100%;
        position: static;
        margin-top: -60px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 470px) {
      .block_offer .img_main_offer {
        position: relative;
        z-index: 0;
        margin-top: 48px;
        margin-bottom: 48px; } }
  .block_offer .img_main_offer img {
    position: relative;
    z-index: 1; }
  .block_offer .img_main_back {
    background: -o-radial-gradient(circle, rgba(215, 231, 245, 0.22) 12%, #f1f7fc 100%);
    background: radial-gradient(circle, rgba(215, 231, 245, 0.22) 12%, #f1f7fc 100%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 10%; }
  .block_offer .pl_newcourse {
    font-style: italic;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: -20px;
    z-index: 1;
    width: 100%;
    max-width: 284px;
    font-weight: 400;
    line-height: 105%;
    text-align: left;
    letter-spacing: -0.04em;
    padding-left: 44px;
    background-image: url("../images/icn_thumbs-up.svg");
    background-position: left center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .block_offer .pl_newcourse {
        right: 0px;
        top: 0px; } }
    @media screen and (max-width: 540px) {
      .block_offer .pl_newcourse {
        display: none; } }

.txt_preheading {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.7rem + 0.34vw, 0.938rem);
  line-height: 140%;
  letter-spacing: -0.01em;
  color: var(--text-color);
  text-transform: none;
  white-space: inherit; }
  @media screen and (max-width: 767px) {
    .txt_preheading {
      width: 100%;
      max-width: 600px; } }

.hr {
  background-color: var(--disable-color);
  margin-top: 16px;
  margin-bottom: 16px;
  margin-bottom: 16px; }

.h1 {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2rem, 1.545rem + 2.27vw, 3.25rem);
  line-height: 104%;
  /* margin-left: -7px; */
  letter-spacing: -0.01em;
  color: white;
  width: 100%;
  margin-bottom: 16px;
  text-shadow: 0px 4px 9px rgba(212, 100, 21, 0.2); }

h2 {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  line-height: 108%;
  letter-spacing: -0.03em;
  color: var(--header-color);
  width: 100%;
  margin-bottom: 24px; }

h3 {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 108%;
  letter-spacing: -0.03em;
  color: var(--header-color);
  width: 100%;
  margin-bottom: 24px; }

.span_h1_online {
  color: var(--prime-color);
  display: initial; }

.block_main_features {
  background-color: initial;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  gap: 7px;
  /* @media screen and (max-width: 580px) {  gap: 8px;} 
  @media screen and (max-width: 479px) { flex-wrap: wrap;}  */
  /*  @media screen and (max-width: 580px) { justify-content: start;    flex-direction: column;  align-items: self-start; }  */ }
  @media screen and (max-width: 991px) {
    .block_main_features {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      position: absolute;
      width: 100%;
      gap: 8px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media screen and (max-width: 950px) {
    .block_main_features {
      gap: 5px; } }
  @media screen and (max-width: 820px) {
    .block_main_features {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: relative;
      width: 360px;
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .block_main_features {
      width: 100%; } }

@media screen and (max-width: 820px) {
  .point_6 {
    display: none; } }

@media screen and (max-width: 820px) {
  .point_6.mob {
    display: block;
    background-color: var(--accent-color);
    margin-right: 22px;
    position: relative;
    top: 5px; } }

.main_features_item {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 78%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--text-color);
  /* flex-shrink: 0; */
  width: auto;
  /*  @media screen and (max-width:580px) {font-size: unquote("clamp(0.688rem, 0.534rem + 0.77vw, 0.813rem)");}
    @media screen and (max-width: 479px) {width:auto;} 
    @media screen and (max-width: 360px) {  width:100%;}  */ }
  @media screen and (max-width: 1160px) {
    .main_features_item {
      font-size: 15px; } }
  @media screen and (max-width: 991px) {
    .main_features_item {
      margin: 0; } }
  @media screen and (max-width: 950px) {
    .main_features_item {
      font-size: 1.6vw; } }
  @media screen and (max-width: 820px) {
    .main_features_item {
      font-size: 16px;
      margin-bottom: 12px;
      white-space: normal; } }
  @media screen and (max-width: 767px) {
    .main_features_item {
      width: 100%;
      line-height: 1.1em; } }

.point_6 {
  background-color: var(--accent-color);
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 0; }
  @media screen and (max-width: 479px) {
    .point_6 {
      width: 4px;
      height: 4px; } }
  @media screen and (max-width: 360px) {
    .point_6 {
      display: none; } }

@media screen and (max-width: 360px) {
  .point_6.mob {
    background-color: var(--accent-color);
    display: block;
    margin-right: 24px;
    margin-top: 4px; } }

.time {
  /* .time__wrapper */
  /* .time__cal */
  /* .time__time */ }
  .time__wrapper {
    padding: 8px 16px;
    border: 2px solid #438FE6;
    border-radius: 32px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 370px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-transform: uppercase; }
    @media screen and (max-width: 560px) {
      .time__wrapper {
        width: 300px; } }
  .time__cal {
    background-image: url(../images/icn_cal.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px;
    margin-right: 24px;
    font-size: 20px;
    line-height: 1em;
    height: 32px;
    font-weight: 500;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 560px) {
      .time__cal {
        font-size: 15px;
        padding-left: 30px;
        background-size: 24px; } }
  .time__time {
    background-image: url(../images/icn_place.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 560px) {
      .time__time {
        font-size: 15px;
        padding-left: 30px;
        background-size: 24px; } }

/* конец Первый экран */
/* Главная форма */
.main_form_sec.final {
  padding-top: 0;
  padding-bottom: clamp(4rem, 3.091rem + 4.55vw, 6.5rem);
  background-color: #FFFFFF; }

.main_form_sec {
  color: var(--text-color);
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* .main_form_sec__smallcontainer */
  /* .main_form_sec__container */ }
  @media screen and (max-width: 767px) {
    .main_form_sec {
      padding-top: 44px;
      height: auto;
      padding-bottom: 44px; } }
  .main_form_sec__smallcontainer {
    width: 100%; }
  .main_form_sec__container {
    background-color: #0055B5;
    border-radius: var(--border-radius);
    padding-top: 34px;
    padding-bottom: 36px;
    padding-left: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
    padding-right: clamp(1.25rem, 0.614rem + 3.18vw, 3rem); }
    @media screen and (max-width: 1156px) {
      .main_form_sec__container {
        border-radius: 0; } }
  .main_form_sec__container .btn_std:hover {
    background-color: #003D82;
    color: #ffffff; }

.main_form_sec.top_form {
  margin-top: clamp(2.25rem, 1.659rem + 2.95vw, 3.875rem); }

.main_form_sec.top_form .main_form_sec__container {
  background-color: #FFF;
  color: var(--text-color); }

.main_form_sec.top_form input.text-field-2.top1, .main_form_sec.top_form input.text-field-2.phonefield.top3 {
  color: var(--text-color); }

.main_form_sec.top_form .field-label-5.white, .main_form_sec.top_form .field-label-5.white a {
  color: var(--text-color); }

.main_form_sec.top_form .main_form_sec__container {
  border-radius: var(--border-radius);
  overflow: hidden; }

.main_form_sec.top_form .btn_std {
  border: none; }
  @media screen and (max-width: 764px) {
    .main_form_sec.top_form .btn_std {
      margin-top: 32px;
      margin-bottom: 16px; } }
  @media screen and (max-width: 560px) {
    .main_form_sec.top_form .btn_std {
      margin-top: 32px;
      margin-bottom: 16px;
      margin-left: auto;
      margin-right: auto; } }

.main_form_sec.top_form .heading_top_form {
  color: var(--text-color); }
  @media screen and (max-width: 560px) {
    .main_form_sec.top_form .heading_top_form {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.heading_name {
  text-transform: uppercase; }

.attention {
  padding-left: 30px;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  margin-top: 12px;
  min-height: 30px;
  background-image: url("../images/icn_attention.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px; }
  @media screen and (max-width: 560px) {
    .attention {
      padding-left: 0;
      padding-top: 32px;
      max-width: 270px;
      background-position: center top; } }

.main_form_sec input.text-field-2.top1::-webkit-input-placeholder, .main_form_sec input.text-field-2.phonefield.top3::-webkit-input-placeholder {
  color: var(--text-color);
  opacity: .5; }

.main_form_sec input.text-field-2.top1::-moz-placeholder, .main_form_sec input.text-field-2.phonefield.top3::-moz-placeholder {
  color: var(--text-color);
  opacity: .5; }

.main_form_sec input.text-field-2.top1:-ms-input-placeholder, .main_form_sec input.text-field-2.phonefield.top3:-ms-input-placeholder {
  color: var(--text-color);
  opacity: .5; }

.main_form_sec input.text-field-2.top1::-ms-input-placeholder, .main_form_sec input.text-field-2.phonefield.top3::-ms-input-placeholder {
  color: var(--text-color);
  opacity: .5; }

.main_form_sec input.text-field-2.top1::placeholder, .main_form_sec input.text-field-2.phonefield.top3::placeholder {
  color: var(--text-color);
  opacity: .5; }

.form-block-free3days {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .form-block-free3days {
      -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;
      margin-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    .form-block-free3days {
      margin-bottom: 0; } }
  @media screen and (max-width: 560px) {
    .form-block-free3days {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.main_form_sec .checkbox-field-3.form1 {
  position: relative;
  top: 12px;
  opacity: 0.7;
  z-index: 3;
  width: 100%;
  max-width: 500px;
  margin: 14px auto 44px 0px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .main_form_sec .checkbox-field-3.form1 {
      position: relative;
      top: 0;
      margin: 14px auto 0px 0px;
      text-align: center; } }

.top_form_free3day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .top_form_free3day {
      margin-top: 24px;
      -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; } }

.field_border2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  margin-right: 32px; }
  @media screen and (max-width: 560px) {
    .field_border2 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      margin-right: 0;
      width: 100%; } }

.form-block-free3days a.link-3 {
  color: white; }

a.link-3 {
  color: white; }

.field-label-5.white {
  color: white;
  padding-top: 5px;
  padding-top: 5px;
  padding-left: 25px;
  font-size: 13px; }

.btn_ghost.topform.main {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 69%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FFF;
  max-width: 184px;
  cursor: pointer;
  border-radius: var(--border-radius); }
  @media screen and (max-width: 471px) {
    .btn_ghost.topform.main {
      width: 80%;
      max-width: none;
      margin-left: auto;
      margin-right: auto; } }

.btn_ghost.topform.main:hover {
  border-color: var(--accent-color);
  background-color: var(--bg-light-color);
  color: var(--text-color); }

.field_box2 {
  width: 32%; }
  @media screen and (max-width: 560px) {
    .field_box2 {
      width: 100%;
      max-width: 250px;
      margin-left: auto;
      margin-right: auto; } }

.field_box2 label {
  display: none; }

.heading_top_form {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.892rem + 0.23vw, 1.063rem);
  line-height: 116%;
  letter-spacing: -0.015em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6px;
  /* max-width: 130px; */
  margin-right: 32px; }
  @media screen and (max-width: 992px) {
    .heading_top_form {
      margin-bottom: 32px; } }
  @media screen and (max-width: 767px) {
    .heading_top_form {
      margin-bottom: 0px; } }

.light_accent {
  color: var(--text-color);
  font-weight: 800;
  position: relative; }

.light_accent::after {
  display: none;
  content: ' ';
  background-image: url("../images/icn_arrow_free.svg?2");
  background-repeat: no-repeat;
  background-position: right;
  width: 8px;
  height: 12px;
  position: absolute;
  right: -18px;
  top: 6px; }
  @media screen and (max-width: 991px) {
    .light_accent::after {
      display: none; } }

.text-field-2.top1, .text-field-2.phonefield.top3 {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.688rem, 0.642rem + 0.23vw, 0.813rem);
  line-height: 308%;
  letter-spacing: 0.015em;
  color: white;
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #D8DADB; }

input.text-field-2.top1, input.text-field-2.phonefield.top3 {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: white;
  background: transparent; }
  @media screen and (max-width: 560px) {
    input.text-field-2.top1, input.text-field-2.phonefield.top3 {
      width: 100%;
      max-width: 250px; } }

input.text-field-2.top1::-webkit-input-placeholder, input.text-field-2.phonefield.top3::-webkit-input-placeholder {
  color: white;
  background: transparent; }

input.text-field-2.top1::-moz-placeholder, input.text-field-2.phonefield.top3::-moz-placeholder {
  color: white;
  background: transparent; }

input.text-field-2.top1:-ms-input-placeholder, input.text-field-2.phonefield.top3:-ms-input-placeholder {
  color: white;
  background: transparent; }

input.text-field-2.top1::-ms-input-placeholder, input.text-field-2.phonefield.top3::-ms-input-placeholder {
  color: white;
  background: transparent; }

input.text-field-2.top1::placeholder, input.text-field-2.phonefield.top3::placeholder {
  color: white;
  background: transparent; }

input.text-field-2.top1:active, input.text-field-2.phonefield.top3:active {
  background: transparent; }

.checkbox.w--redirected-checked {
  background-color: var(--prime-color);
  background-size: 10px; }

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  padding-bottom: 0px;
  background-color: var(--prime-color); }

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #517a8f;
  border-top-color: #517a8f;
  border-bottom-color: #517a8f;
  border-left-color: #517a8f;
  border-right-color: #517a8f;
  background-image: url("../images/icn_accept.svg?2");
  background-position: 50% 50%;
  background-size: 8px 7px;
  background-repeat: no-repeat;
  display: none; }

.w-checkbox.checkbox-field-3 input {
  opacity: 1 !important;
  position: absolute !important;
  z-index: 1 !important;
  left: 0 !important;
  top: 3px !important; }

.field_border2 {
  margin-top: -3px; }

.heading_spasibo {
  color: white;
  font-size: 30px;
  font-weight: 900; }

.txt_spasibo {
  color: white; }

.main_form_sec:not(.top_form) .txt_spasibo {
  color: white; }

.main_form_sec.top_form .txt_spasibo, .main_form_sec.top_form .heading_spasibo {
  color: var(--text-color); }

.main_form_sec.top_form {
  border-radius: var(--border-radius);
  overflow: hidden; }

/* конец Главная форма */
/* О чем этот курс? */
.block_about_section {
  overflow: hidden;
  padding-bottom: clamp(2.75rem, 2.295rem + 2.27vw, 4rem);;
  /* .block_about__smallcontainer */ }
  .block_about_section__smallcontainer {
    position: relative; }

.block_about_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px; }
  @media screen and (max-width: 767px) {
    .block_about_column {
      width: 100%;
      max-width: 400px;
      -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;
      margin: 0 auto; } }

.block_about_txt {
  padding-top: 0;
  /* @media screen and (max-width: 850px) {max-width: 376px;} */ }
  @media screen and (max-width: 767px) {
    .block_about_txt {
      width: 100%;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; } }

.block_about_txt .h2 {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--text-light-color); }
  @media screen and (max-width: 767px) {
    .block_about_txt .h2 {
      text-align: center; } }

.block_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4%; }

.txt_about {
  width: 48%;
  line-height: 140%;
  letter-spacing: -0.01em; }
  @media screen and (max-width: 767px) {
    .txt_about {
      margin-bottom: 20px;
      width: 100%; } }

.hr.base {
  background: #d8dadb;
  height: 1px; }

/* конец О чем этот курс? */
.block_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 5%;
  margin-top: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .block_features {
      gap: 5%; } }
  @media screen and (max-width: 767px) {
    .block_features {
      gap: 10%; } }
  @media screen and (max-width: 600px) {
    .block_features {
      /* width: 80%; margin-left: auto; margin-right: auto; flex-direction:column;    margin-bottom: 72px; */
      gap: 10%; } }

.block_features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 30%;
  gap: 32px;
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: var(--text-color);
  margin-bottom: clamp(3rem, 2.636rem + 1.82vw, 4rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 991px) {
    .block_features__item {
      height: auto;
      padding-bottom: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 30%; } }
  @media screen and (max-width: 767px) {
    .block_features__item {
      width: 45%;
      gap: 24px; } }
  @media screen and (max-width: 600px) {
    .block_features__item {
      width: 45%;
      /*  flex-direction: row; align-items: center; */ } }
  @media screen and (max-width: 400px) {
    .block_features__item {
      width: 100%;
      -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;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-bottom: 0; } }

.block_features.experienced .block_features__item {
  width: 48%; }
  @media screen and (max-width: 550px) {
    .block_features.experienced .block_features__item {
      width: 100%; } }

@media screen and (max-width: 550px) {
  .block_features__item:last-child {
    margin-bottom: 0; } }

/* Вы освоите */
.skills {
  padding-top: clamp(2.75rem, 2.295rem + 2.27vw, 4rem);; }

.skills__smallcontainer:first-child {
  text-align: center; }

.look__smallcontainer > p {
  color: var(--text-light-color);
  text-align: center;
  margin-bottom: 24px; }

.skills__smallcontainer h2, .look__smallcontainer h2 {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.skills__smallcontainer h4, .look__smallcontainer h4 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 225%;
  letter-spacing: -0.01em;
  color: #736B99;
  margin-bottom: 24px; }

.skills__smallcontainer h3 {
  margin-top: 48px;
  text-align: center;
  text-align: center;
  max-width: 544px;
  margin-left: auto;
  margin-right: auto; }

.skills__smallcontainer a.btn_std {
  width: 100%;
  max-width: 300px;
  color: var(--text-color);
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto; }

.block_features__item_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 991px) {
    .block_features__item_img {
      margin-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    .block_features__item_img {
      margin-bottom: 4px; } }
  @media screen and (max-width: 600px) {
    .block_features__item_img {
      margin-bottom: 0; } }
  @media screen and (max-width: 400px) {
    .block_features__item_img {
      margin-bottom: 24px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

a.btn_std, .btn_std {
  cursor: pointer;
  background-color: var(--accent-color);
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 69%;
  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;
  text-align: center;
  letter-spacing: -0.03em;
  color: #F9F9FB;
  width: 100%;
  border-radius: 4px;
  max-width: 250px;
  padding-top: 17px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 19px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  @media screen and (max-width: 471px) {
    a.btn_std, .btn_std {
      margin-left: auto;
      margin-right: auto; } }

a.btn_std:hover, .btn_std:hover {
  color: var(--text-color);
  background-color: transparent;
  outline: 3px solid;
  outline-color: var(--accent-color);
  outline-offset: -3px; }

.block_offer__txt a.btn_std {
  margin-left: 0; }

/* конец Вы освоите */
/* Ваши выгоды */
.features {
  /* .features__smallcontainer */
  /* .features__wrapper */
  /* .features__item */
  /* .features__img */
  /* .features__txt */
  /* .features__txt-header */
  /* .features__txt-text */ }
  .features__wrapper {
    margin-top: clamp(3rem, 2.409rem + 2.95vw, 4.625rem);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 1fr 48px 1fr 48px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 64px 48px; }
    @media screen and (max-width: 992px) {
      .features__wrapper {
        -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
    @media screen and (max-width: 747px) {
      .features__wrapper {
        -ms-grid-columns: 1fr 32px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 64px 32px; } }
    @media screen and (max-width: 447px) {
      .features__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 64px; } }
  .features__img {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px; }
  .features__txt-header {
    color: var(--header-color);
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em; }

.note_wrapper {
  margin-top: 48px;
  text-align: right; }

.note {
  font-size: 13px;
  line-height: 1em;
  color: #53504F;
  font-style: italic; }

/* конец Вашы выгоды */
/* Для кого */
.who {
  /* .who__smallcontainer */
  /* .who__wrapper */
  /* .who__item */
  /* .who__img */
  /* .who__text */ }
  .who__smallcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: clamp(4rem, 3.091rem + 4.55vw, 6.5rem); }
    @media screen and (max-width: 992px) {
      .who__smallcontainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .who__header {
    width: 35%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 992px) {
      .who__header {
        width: 100%;
        -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;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .who__smallcontainer .btn_std {
    margin-top: clamp(2rem, 1.273rem + 3.64vw, 4rem); }
    @media screen and (max-width: 992px) {
      .who__smallcontainer .btn_std {
        margin-top: 0; } }
    @media screen and (max-width: 500px) {
      .who__smallcontainer .btn_std {
        display: none; } }
  @media screen and (max-width: 992px) {
    .who__smallcontainer h2 {
      margin-bottom: 0; } }
  .who__wrapper {
    width: 65%;
    margin-top: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 100px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 100px 64px; }
  .who__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .who__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .who__wrapper > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }
  .who__wrapper > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
  .who__wrapper > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }
  .who__wrapper > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5; }
    @media screen and (max-width: 992px) {
      .who__wrapper {
        width: 100%;
        margin-top: 100px; } }
    @media screen and (max-width: 600px) {
      .who__wrapper {
        -ms-grid-columns: 1fr 64px 1fr;
        grid-template-columns: 1fr 1fr; } }
  .who__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .who__img {
    height: 48px;
    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;
    margin-bottom: 24px; }
  .who__text {
    font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
    font-weight: 700;
    letter-spacing: -.15;
    line-height: 1.1em; }
  .who__text ul li {
    font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
    font-weight: 700;
    letter-spacing: -.15px;
    line-height: 1.1em;
    list-style: disc; }

/* конец для кого */
/* Программа */
.programm {
  padding: 0;
  /* .programm__container */
  /* .programm__smallcontainer */ }
  .programm h2 {
    text-align: center; }
  .programm__container {
    background-color: var(--bg-light-color);
    border-radius: var(--border-radius); }
    @media (max-width: 1160px) {
      .programm__container {
        padding-left: 0;
        padding-right: 0; } }
  .programm__smallcontainer {
    padding-top: clamp(4rem, 3.091rem + 4.55vw, 6.5rem);
    padding-bottom: clamp(4rem, 3.091rem + 4.55vw, 6.5rem); }
  .programm a.btn_std {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-color); }

.aks-accordion-item-row {
  background-color: var(--text-light-color);
  border-radius: var(--border-radius); }

.aks-accordion-item-icon svg {
  fill: #FFF; }

svg.aks-accordion-item-icon-open {
  fill: white; }

h3[itemprop="name"] {
  color: white; }

h3 span.modul {
  color: #fff;
  font-weight: 600;
  white-space: nowrap; }
  @media screen and (max-width: 582px) {
    h3 span.modul {
      display: none; } }

.aks-accordion-item-content ul li {
  background: url(../images/icn_yes.svg) no-repeat;
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 600;
  /* color: #3A364D; */
  margin-bottom: 24px;
  background-position-y: 6px; }

.aks-accordion-item-content ul.list_point li {
  padding-left: 32px;
  list-style: none;
  background: url(../images/icn_list_point.svg) no-repeat;
  background-position-y: 10px;
  background-position-x: 4px;
  margin-bottom: 12px;
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 600;
  color: #3A364D;
  margin-bottom: 24px; }
  @media screen and (max-width: 471px) {
    .aks-accordion-item-content ul.list_point li {
      background-image: none;
      padding-left: 0; } }

.aks-accordion-item-content ul.list_point li span {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
  line-height: 160%;
  color: #3A364D;
  display: block;
  margin-top: 12px;
  padding-left: 24px;
  background: url(../images/icn_list_line.svg) no-repeat;
  background-position-y: 11px;
  background-position-x: 4px; }

.aks-accordion-item.opened .aks-accordion-item-row {
  background-color: var(--accent-color); }

.aks-accordion-item.opened .aks-accordion-item-row h3[itemprop="name"] {
  color: #FFF; }
  @media screen and (max-width: 471px) {
    .aks-accordion-item.opened .aks-accordion-item-row h3[itemprop="name"] {
      font-size: 18px; } }

@media screen and (max-width: 471px) {
  .aks-accordion-item-title h4, h3[itemprop="name"] {
    font-size: 18px !important;
    line-height: 1.1em; } }

.aks-accordion-item.opened .aks-accordion-item-row h3 span.modul {
  color: #FFF; }

/* конец Программа */
/* Лекторы */
.speakers_header {
  /* .speakers_header__container */
  /* .speakers_header__block */
  /* .speakers_header__item */
  /* .speakers_header__img */
  /* .speakers_header__text */ }
  .speakers_header__container h2 {
    text-align: center; }
  .speakers_header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px; }
    @media screen and (max-width: 800px) {
      .speakers_header__block {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 48px 4%; } }
  .speakers_header__item {
    width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px; }
    @media screen and (max-width: 800px) {
      .speakers_header__item {
        width: 48%; } }
    @media screen and (max-width: 479px) {
      .speakers_header__item {
        width: 100%; } }
  .speakers_header__img {
    height: 50px; }
  .speakers_header__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 110%;
    /* or 19px */
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--prime-color); }

.speakers {
  /* .speakers__smallcontainer */
  /* .speakers__container */ }
  .speakers__smallcontainer a.btn_std {
    margin-left: auto;
    margin-right: auto;
    color: var(--text-color); }
  .speakers__smallcontainer a.btn_std:hover {
    margin-left: auto;
    margin-right: auto;
    color: white; }

.txt_marg {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);
  line-height: 170%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #736B99;
  opacity: 0.8; }

.block_speakers {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  /* .block_speakers__item */ }
  @media screen and (max-width: 900px) {
    .block_speakers {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 32px 5%; } }
  @media screen and (max-width: 600px) {
    .block_speakers {
      gap: 32px 10%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 470px) {
    .block_speakers {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 32px 3%; } }
  .block_speakers__item {
    width: 30%;
    margin-right: inherit; }
    @media screen and (max-width: 900px) {
      .block_speakers__item {
        width: 30%; } }
    @media screen and (max-width: 600px) {
      .block_speakers__item {
        width: 45%; } }
    @media screen and (max-width: 470px) {
      .block_speakers__item {
        width: 65%; } }

.block_img_speaker {
  max-width: 180px; }

.speaker_about {
  font-family: 'LabGrotesque';
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #2D4654;
  position: relative;
  margin-top: clamp(2rem, 1.591rem + 2.05vw, 3.125rem);; }

.speaker_about:before {
  content: '';
  width: 23px;
  height: 1px;
  left: 0;
  top: -16px;
  background: #D9D9D9;
  display: block;
  position: absolute; }

.surname {
  text-transform: uppercase;
  display: block;
  margin-top: -4px; }

.img_speaker {
  border-radius: var(--border-radius); }

.speaker_name {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1rem, 0.932rem + 0.34vw, 1.188rem);
  line-height: 147%;
  letter-spacing: -0.02em;
  color: var(--prime-color); }

.speaker_position {
  font-family: 'LabGrotesque';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  line-height: 143%;
  color: #3A364D;
  min-height: 41px; }

/* конец Лекторы */
/* Как проходит процесс обучения */
.how {
  background: var(--bg-light-color);
  /* .how__smallcontainer */ }

@media screen and (max-width: 797px) {
  .block_how_header {
    padding-right: 0; } }

.block_how_header .h2 {
  max-width: 334px; }
  @media screen and (max-width: 797px) {
    .block_how_header .h2 {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

.block_how_proccess {
  color: var(--text-color);
  padding-left: 40px; }

@media screen and (max-width: 797px) {
  .ul_how {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 797px) {
  .li_how {
    margin-left: inherit; } }
@media screen and (max-width: 471px) {
  .li_how {
    background-position: 1px 0px, 16px 0px; } }

@media screen and (max-width: 471px) {
  .li_how.point2 {
    background-position: 0px 0px, 17px 0px;
    margin-left: -1px;
    padding-left: 66px; } }

@media screen and (max-width: 471px) {
  .li_how.point3 {
    background-position: 5px 0px, 20px 0px;
    margin-left: -4px;
    padding-left: 69px; } }

@media screen and (max-width: 471px) {
  .li_how.point4 {
    background-position: 2px 0px, 20px 0px;
    margin-left: -14px;
    padding-left: 79px;
    background-size: 48px; } }

/* конец Как проходит процесс обучения */
/* Документы */
.docs {
  /* .docs__smallcontainer */ }

.block_docs .btn_std {
  color: var(--text-color); }

.txt_doc_name-2.active {
  background-color: var(--prime-color); }

section.docs {
  /* padding-top:unquote("clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem)"); */ }

@media screen and (max-width: 767px) {
  .doc_doc1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start; } }

@media screen and (max-width: 767px) {
  .doc_sel-2.doc1.active {
    margin-bottom: 24px; } }

@media screen and (max-width: 767px) {
  .doc_sel_panel-2 {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .docs .btn_std {
    display: none; } }

/* конец Документы */
/* Отзывы */
.refs {
  padding-top: 0;
  /* .refs__smallcontainer */ }
  .refs__smallcontainer h2 {
    margin-bottom: 40px; }

.ref {
  /* .ref__item */ }

.block_auditor {
  /* .block_auditor__item */ }
  .block_auditor__item {
    background-color: var(--bg-light-color); }
    @media screen and (max-width: 767px) {
      .block_auditor__item {
        width: 100%; } }
    @media screen and (max-width: 650px) {
      .block_auditor__item {
        width: 100%; } }
    @media screen and (max-width: 471px) {
      .block_auditor__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: self-start;
            -ms-flex-align: self-start;
                align-items: self-start;
        -webkit-box-pack: self-start;
            -ms-flex-pack: self-start;
                justify-content: self-start; } }

@media screen and (max-width: 767px) {
  .block_audit_fact {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media screen and (max-width: 650px) {
  .block_audit_fact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    -webkit-box-pack: self-start;
        -ms-flex-pack: self-start;
            justify-content: self-start; } }
@media screen and (max-width: 471px) {
  .block_audit_fact {
    width: 100%; } }

@media screen and (max-width: 471px) {
  .audit_fact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    -webkit-box-pack: self-start;
        -ms-flex-pack: self-start;
            justify-content: self-start;
    width: 100%;
    margin-top: 0; } }

.counting {
  color: var(--accent-color); }
  @media screen and (max-width: 471px) {
    .counting {
      margin: 8px 24px 0 0;
      text-align: left; } }

/* конец Отзывы */
/* Почему Школа Генерального Директора */
.why {
  background-color: var(--bg-light-color);
  /* .why__smallcontainer */ }

.block_why_school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.block_why_school_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 120px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left; }

.block_why_school_right {
  width: 50%; }

.li_why {
  background-image: url(../images/icn_yes.svg?2); }

/* конец Почему Школа Генерального Директора */
/* FAQPage */
.faq__smallcontainer h2 {
  text-align: center; }

/* section.faq .aks-accordion-item-row {
  background-color:#F5F3FC;
}
section.faq .aks-accordion-item-icon svg{
  fill: var(--prime-color);
}
section.faq h3[itemprop="name"] {
  color: var(--text-color);
}
 */
/* конец FAQPage */
/* Стоимость курса */
section.form_final {
  background-color: var(--bg-light-color); }

section.form_final .price_left {
  width: 50%; }

section.form_final .price_right {
  width: 50%;
  background: #E4E5E5;
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -32px; }

section.form_final .price_right .w-form {
  width: 100%;
  max-width: 320px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

section.form_final .form {
  position: relative; }

section.form_final .form .help-block.form-error {
  position: absolute;
  font-size: .8em;
  color: #b94a48;
  top: -16px; }

.txt_price {
  background-color: var(--prime-color);
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 10px; }

.btn_std.full {
  width: 100%;
  max-width: none; }

section.form_final .input_std {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
  width: 100%;
  color: var(--text-color); }

section.form_final .btn_std.full {
  /*  margin-top: 24px; */
  color: var(--text-color); }

section.form_final .btn_std.full:hover {
  color: white; }

input.input_std::-webkit-input-placeholder, input.input_std.phonefield::-webkit-input-placeholder {
  color: var(--text-color); }

input.input_std::-moz-placeholder, input.input_std.phonefield::-moz-placeholder {
  color: var(--text-color); }

input.input_std:-ms-input-placeholder, input.input_std.phonefield:-ms-input-placeholder {
  color: var(--text-color); }

input.input_std::-ms-input-placeholder, input.input_std.phonefield::-ms-input-placeholder {
  color: var(--text-color); }

input.input_std::placeholder, input.input_std.phonefield::placeholder {
  color: var(--text-color); }

section.form_final .input_std {
  padding-left: 16px; }

section.form_final .input_std:hover {
  border-bottom-color: var(--text-color); }

section.form_final .input_std:focus {
  border-bottom-color: #fff;
  background-color: #fff; }

section.form_final .thank_you {
  margin-top: 2px; }
  @media screen and (max-width: 479px) {
    section.form_final .thank_you {
      margin-top: 16px; } }

.green_span2 {
  color: var(--prime-color); }

@media screen and (max-width: 479px) {
  .price_bottom {
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start; } }

@media screen and (max-width: 850px) {
  .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 8px; } }
@media screen and (max-width: 600px) {
  .prices {
    -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;
    gap: 8px; } }
@media screen and (max-width: 479px) {
  .prices {
    -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;
    gap: 16px; } }

@media screen and (max-width: 850px) {
  .txt_old_price {
    margin-left: 0; } }
@media screen and (max-width: 479px) {
  .txt_old_price {
    margin-top: 8px; } }

@media screen and (max-width: 850px) {
  .rub {
    text-decoration: none;
    display: inline-block; } }

@media screen and (max-width: 600px) {
  .price_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; } }

@media screen and (max-width: 600px) {
  section.form_final .price_left {
    width: 100%; } }

@media screen and (max-width: 600px) {
  section.form_final .price_right {
    width: 100%;
    padding: 8px 16px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px; } }

@media screen and (max-width: 600px) {
  section.form_final .form {
    margin-top: 20px; } }

/* конец Стоимость курса */
.w-form-done, .w-form-fail {
  display: none; }

.success-message {
  width: 100%;
  border: 0;
  color: var(--text-color); }

.main_form_sec__container {
  position: relative; }

.main_form_sec__container .success-message {
  margin-top: 8px; }

/* Рассрочка */
.installment {
  /* .installment__smallcontainer */
  /* .installment__block */
  /* .installment__illustration */
  /* .installment__about */
  /* .installment__features */
  /* .installment__feature */
  /* .installment__icn */
  /* .installment__txt */ }
  .installment__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10%; }
    @media screen and (max-width: 780px) {
      .installment__block {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media screen and (max-width: 640px) {
      .installment__block {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .installment__illustration {
    background-color: var(--bg-light-color);
    border-radius: var(border-radius);
    padding: 33px 37px 65px 23px;
    width: 40%; }
    @media screen and (max-width: 640px) {
      .installment__illustration {
        display: none; } }
  .installment__about {
    width: 50%; }
    @media screen and (max-width: 640px) {
      .installment__about {
        text-align: center; } }
    @media screen and (max-width: 640px) {
      .installment__about {
        width: 100%; } }
  .installment__features {
    margin-top: clamp(2rem, 1.273rem + 3.64vw, 4rem);;
    display: -webkit-box;;
    display: -ms-flexbox;;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 780px) {
      .installment__features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media screen and (max-width: 640px) {
      .installment__features {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-top: 64px; } }
    @media screen and (max-width: 460px) {
      .installment__features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media screen and (max-width: 780px) {
    .installment__feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 40px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 48px; } }
  @media screen and (max-width: 640px) {
    .installment__feature {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; } }
  @media screen and (max-width: 460px) {
    .installment__feature {
      -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;
      margin-bottom: 48px;
      width: 100%;
      max-width: 200px; } }
  .installment__icn {
    height: 42px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 780px) {
      .installment__icn {
        width: 48px;
        margin-bottom: 0; } }
    @media screen and (max-width: 640px) {
      .installment__icn {
        margin-bottom: 16px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 460px) {
      .installment__icn {
        margin-bottom: 0; } }
  .installment__txt {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: var(--text-color); }
    @media screen and (max-width: 780px) {
      .installment__txt {
        padding-top: 5px; } }
    @media screen and (max-width: 640px) {
      .installment__txt {
        padding-top: 0; } }
    @media screen and (max-width: 460px) {
      .installment__txt {
        padding-top: 5px;
        text-align: left; } }

.installment .h2 {
  margin-bottom: 38px; }
  @media screen and (max-width: 640px) {
    .installment .h2 {
      text-align: center; } }

.installment_how {
  /* .installment_how__smallcontainer */
  /* .installment_how__block */
  /* .installment_how__item */
  /* .installment_how__number */
  /* .installment_how__txt */ }
  .installment_how__smallcontainer {
    margin-top: clamp(4rem, 3.091rem + 4.55vw, 6.5rem);; }
  .installment_how__smallcontainer .btn_std {
    margin: 48px auto 0;
    color: var(--text-color); }
  .installment_how__smallcontainer h3 {
    text-align: center;
    margin-bottom: clamp(2.813rem, 1.79rem + 5.11vw, 5.625rem);; }
  .installment_how__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 580px) {
      .installment_how__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; } }
  .installment_how__item {
    width: 25%;
    position: relative; }
    @media screen and (max-width: 780px) {
      .installment_how__item {
        padding-top: 5px; } }
    @media screen and (max-width: 580px) {
      .installment_how__item {
        width: 100%;
        max-width: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: clamp(1.75rem, 0.932rem + 4.09vw, 4rem);; } }
  @media screen and (max-width: 780px) {
    .installment_how__txt {
      padding-right: 24px; } }
  .installment_how__item:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed;
    border-color: rgba(39, 37, 111, 0.2);
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 0; }
    @media screen and (max-width: 580px) {
      .installment_how__item:after {
        display: none; } }
  .installment_how__item:first-child {
    width: 30%; }
    @media screen and (max-width: 580px) {
      .installment_how__item:first-child {
        width: 100%;
        max-width: 400px; } }
  .installment_how__item:first-child .installment_how__txt {
    padding-right: 24px; }
  .installment_how__item:nth-child(2) {
    width: 20%; }
    @media screen and (max-width: 580px) {
      .installment_how__item:nth-child(2) {
        width: 100%;
        max-width: 400px; } }
  .installment_how__item:nth-child(4) .installment_how__number {
    color: white;
    background-color: var(--prime-color);
    border: none; }
  .installment_how__item:nth-child(4):after {
    content: '';
    width: 0;
    height: 0; }
  .installment_how__number {
    background-color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--text-color);
    height: 48px;
    width: 48px;
    border: 2px solid;
    border-color: var(--accent-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;
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 580px) {
      .installment_how__number {
        margin-bottom: 0;
        margin-right: 40px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
  .installment_how__txt {
    line-height: 130%;
    letter-spacing: -0.01em;
    color: var(--text-color); }
  .installment_how__txt a {
    color: var(--prime-color); }

.why.installment_why {
  background-color: #FFFFFF;
  /* .why__smallcontainer */ }

.block_why_school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .block_why_school {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; } }

.block_why_school_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 120px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left; }
  @media screen and (max-width: 991px) {
    .block_why_school_left {
      padding-right: 60px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .block_why_school_left {
      width: 100%;
      padding-right: 0px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: left; } }

.block_why_school_right {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .block_why_school_right {
      width: 100%; } }

.li_why {
  background-image: url(../images/icn_yes.svg?2);
  margin-bottom: 12px;
  margin-left: 0px;
  padding-left: 36px;
  background-position: 0px 5px;
  background-size: auto;
  background-repeat: no-repeat; }

.installment_link {
  text-decoration: none;
  border-bottom: 1px dashed;
  border-color: var(--prime-color);
  color: var(--prime-color); }

.installment_link:hover {
  opacity: .8; }

/* конец Рассрочка */
/* Футер */
/* Футер - изображение */
.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;
  background-color: #F5F7F8;
  border-top: 2px solid #EBEFF2;
  padding-top: 60px;
  padding-bottom: 60px; }

.footer_action__container {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  color: #91939A;
  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: #91939A; }

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

.footer_action__container a {
  color: #91939A; }

.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; }
  @media (max-width: 840px) {
    .footer_docs__block {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 42px; } }

.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: 77%; }

  .footer_contacts__block {
    width: 20%; } }
@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; }

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

  .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: 54px; }

  .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%; } }
/* Конец Футер */
/* Возможности системы */
.system {
  padding-top: 0;
  /* .system__smallcontainer */
  /* .system__wrapper */
  /* .system__item */
  /* .system__img */
  /* .system__link */
  /* .system__header */
  /* .system__txt */
  /* .system__text */ }
  .system__wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px 42px;
    -ms-grid-columns: 1fr 42px 1fr 42px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 50px 1fr;
    grid-template-rows: 1fr 1fr; }
  .system__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .system__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .system__wrapper > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }
  .system__wrapper > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
  .system__wrapper > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }
  .system__wrapper > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5; }
    @media screen and (max-width: 900px) {
      .system__wrapper {
        -ms-grid-columns: 1fr 42px 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 547px) {
      .system__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .system__item {
    background-color: var(--bg-light-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    padding-left: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
    padding-right: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
    padding-bottom: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
    padding-top: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right; }
    @media screen and (max-width: 547px) {
      .system__item {
        background-size: contain; } }
  .system__item:nth-child(1) {
    background-image: none;
    background-color: white; }
    @media screen and (max-width: 900px) and (min-width: 548px) {
      .system__item:nth-child(1) {
        background-image: none; } }
    @media screen and (max-width: 547px) {
      .system__item:nth-child(1) {
        padding-bottom: 0; } }
  .system__item:nth-child(2) {
    background-image: url("../images/icn_number_1.svg"); }
    @media screen and (max-width: 900px) and (min-width: 548px) {
      .system__item:nth-child(2) {
        background-image: none; } }
  .system__item:nth-child(3) {
    background-image: url("../images/icn_number_2.svg"); }
    @media screen and (max-width: 900px) and (min-width: 548px) {
      .system__item:nth-child(3) {
        background-image: none; } }
  .system__item:nth-child(4) {
    background-image: url("../images/icn_number_3.svg"); }
    @media screen and (max-width: 900px) and (min-width: 548px) {
      .system__item:nth-child(4) {
        background-image: none; } }
  .system__item:nth-child(5) {
    background-image: url("../images/icn_number_4.svg"); }
    @media screen and (max-width: 900px) and (min-width: 548px) {
      .system__item:nth-child(5) {
        background-image: none; } }
  .system__item:nth-child(6) {
    background-image: url("../images/icn_number_5.svg"); }
    @media screen and (max-width: 900px) and (min-width: 548px) {
      .system__item:nth-child(6) {
        background-image: none; } }
  .system__img {
    height: clamp(10rem, 6.364rem + 18.18vw, 20rem);
    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;
    margin-bottom: -20px; }
  .system__link {
    color: var(--prime-color);
    font-size: 14px;
    line-height: 16px; }
  .system__txt {
    min-height: 150px;
    padding-bottom: 24px; }
  .system__text ul li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
    list-style: disc; }

/* конец Возможности системы
 */
/*  Возможности системы 2 */
.system_2 {
  /* .system_2__smallcontainer */
  /* .system_2__wrapper */
  /* .system_2__item */
  /* .system_2__txt */
  /* .system_2__screen */ }
  .system_2__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: clamp(1.5rem, 0.955rem + 2.73vw, 3rem); }
  .system_2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #e9f0f7;
    border-radius: 20px;
    padding-left: clamp(1.5rem, 7.5vw, 5.625rem);
    padding-top: clamp(1.25rem, 0.341rem + 4.55vw, 3.75rem);
    padding-bottom: clamp(1.25rem, 0.341rem + 4.55vw, 3.75rem);
    padding-right: clamp(4rem, 2.364rem + 8.18vw, 8.5rem);
    background-image: url("../images/icn_number_1.svg");
    background-repeat: no-repeat;
    background-size: auto 390px;
    background-position: calc(100% - 44px) 15px; }
    @media screen and (max-width: 747px) {
      .system_2__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    @media screen and (max-width: 447px) {
      .system_2__item {
        background-size: auto;
        background-position: calc(100% - -27px) 15px; } }
  .system_2__txt {
    width: 50%;
    padding-right: 48px; }
    @media screen and (max-width: 747px) {
      .system_2__txt {
        width: 100%;
        padding-right: 0; } }
  .system_2__txt ul li {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 4px;
    list-style: disc; }
  .system_2__txt ul {
    margin-top: 12px;
    margin-bottom: 32px;
    padding-left: 30px; }
  .system_2__screen {
    width: 50%; }
    @media screen and (max-width: 747px) {
      .system_2__screen {
        width: 100%;
        margin-bottom: 32px;
        padding-top: 32px; } }

.system {
  /* .system__link */ }

.screen_1 {
  background-image: url("../images/icn_number_1.svg?2"); }

.screen_2 {
  background-image: url("../images/icn_number_2.svg?2"); }

.screen_3 {
  background-image: url("../images/icn_number_3.svg?2"); }

.screen_4 {
  background-image: url("../images/icn_number_4.svg?2"); }

.screen_5 {
  background-image: url("../images/icn_number_5.svg?2"); }

/* конец Возможности системы 2 */
/*  Эксперты */
.experts {
  /* .experts__container */
  /* .experts__wrapper */
  /* .experts__item */
  /* .experts__txt */
  /* .experts__name */
  /* .experts__position */ }
  .experts__wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px 46px;
    -ms-grid-columns: 1fr 46px 1fr 46px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .experts__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .experts__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .experts__wrapper > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }
    @media screen and (max-width: 757px) {
      .experts__wrapper {
        -ms-grid-columns: 1fr 46px 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 450px) {
      .experts__wrapper {
        grid-gap: 30px 24px; } }
  .experts__txt {
    margin-bottom: 12px; }
  .experts__name {
    font-size: clamp(1.063rem, 1.017rem + 0.23vw, 1.188rem);
    line-height: 1.2;
    margin-bottom: 14px;
    font-weight: 700; }
  .experts__position {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 19px; }

.experts_img {
  margin-bottom: 18px; }

.experts_img img {
  border-radius: var(--border-radius); }

/*  конец Эксперты */
/* Чат */
.chat {
  /* .chat__smallcontainer */
  /* .chat__block */
  /* .chat__txt */
  /* .chat__img */ }
  .chat__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 757px) {
      .chat__block {
        -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; } }
  .chat__txt {
    width: 50%;
    padding-right: clamp(1.5rem, 0.227rem + 6.36vw, 5rem); }
    @media screen and (max-width: 757px) {
      .chat__txt {
        width: 100%;
        text-align: center;
        padding-right: 0; } }
  .chat__txt .btn_std {
    margin-top: clamp(2rem, 1.273rem + 3.64vw, 4rem); }
  .chat__img {
    width: 50%; }
    @media screen and (max-width: 757px) {
      .chat__img {
        width: 100%;
        margin-top: 64px; } }

/* конец Чат */
/* О нас */
.about_us {
  padding-top: 0;
  /* .about_us__container */
  /* .about_us__txt */
  /* .about_us__wrapper */
  /* .about_us__item */
  /* .about_us__count */
  /* .about_us__text_fact */
  /* .about_us__logos */
  /* .about_us__logo */ }
  .about_us__smallcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 900px) {
      .about_us__smallcontainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .about_us__txt {
    width: 50%; }
    @media screen and (max-width: 900px) {
      .about_us__txt {
        width: 100%;
        margin-bottom: 64px; } }
  .about_us__txt p {
    width: 100%;
    max-width: 410px; }
    @media screen and (max-width: 900px) {
      .about_us__txt p {
        max-width: 700px; } }
  .about_us__txt h2 {
    margin-bottom: clamp(1rem, 0.636rem + 1.82vw, 2rem); }
  .about_us__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 470px) {
      .about_us__wrapper {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .about_us__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 470px) {
      .about_us__item {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .about_us__item:not(:last-child) {
    margin-right: 32px; }
    @media screen and (max-width: 470px) {
      .about_us__item:not(:last-child) {
        margin-right: 0; } }
  .about_us__count {
    margin-right: 12px;
    font-size: 42px;
    line-height: 1em;
    font-weight: 300;
    color: #423E3A; }
    @media screen and (max-width: 470px) {
      .about_us__count {
        margin-bottom: 10px; } }
  .about_us__text_fact {
    font-size: 14px;
    line-height: 1.1em;
    color: #53504F;
    max-width: 75px; }
  .about_us__logos {
    width: 50%;
    display: -ms-grid;
    display: grid;
    grid-gap: 30px 50px;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 900px) {
      .about_us__logos {
        width: 100%;
        -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
    @media screen and (max-width: 620px) {
      .about_us__logos {
        width: 100%;
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px 16px; } }
  .about_us__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--bg-light-color);
    border-radius: var(--border-radius); }
    @media screen and (max-width: 420px) {
      .about_us__logo {
        padding: 16px; } }

/* конец О нас */
/* Нам доверяют */
.clients {
  background-color: var(--bg-light-color);
  overflow: hidden;
  /* .clients__smallcontainer */
  /* .clients__wrapper */
  /* .clients__item */ }
  .clients__smallcontainer {
    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; }
  .clients__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .clients__item {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    width: 226px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: var(--border-radius); }
  .clients__item:not(:last-child) {
    margin-right: 44px; }

.nav_btns {
  position: relative;
  width: 102px; }

.nav_btns .swiper-button-next, .nav_btns .swiper-button-prev {
  position: absolute;
  top: -28px;
  width: 32px;
  height: 32px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.nav_btns .swiper-button-next {
  background-image: url("../images/btn_next.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

.nav_btns .swiper-button-next:hover {
  opacity: .8; }

.nav_btns .swiper-button-prev {
  background-image: url("../images/btn_prev.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  right: 72px; }

.nav_btns .swiper-button-prev:hover {
  opacity: .8; }

.nav_btns .swiper-button-prev:after, .nav_btns .swiper-button-next:after {
  display: none; }

/* конец Нам доверяют */
/* Тарифы */
.tarifs {
  background-color: #FCFCFC;
  /* .tarifs__smallcontainer */
  /* .tarifs__img */
  /* .tarifs__txt */ }
  .tarifs__smallcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 520px) {
      .tarifs__smallcontainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .tarifs__img {
    width: 50%; }
    @media screen and (max-width: 520px) {
      .tarifs__img {
        width: 100%;
        margin-top: 64px; } }
  .tarifs__txt {
    width: 50%; }
    @media screen and (max-width: 520px) {
      .tarifs__txt {
        width: 100%; } }
  .tarifs__txt h2 {
    margin-bottom: clamp(1rem, 0.636rem + 1.82vw, 2rem); }

/* конец Тарифы */
/*--------------------Header--------------------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
  /* transform: translateY(-100px); */
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .header__logo {
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__logo svg {
      max-width: 200px; }
  .header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1.25rem, -2.799rem + 8.44vw, 4.688rem);; }
  .header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px; }
  .header__btn {
    padding: 11px 16px;
    color: #fff;
    border: 2px solid var(--accent-color);
    background-color: transparent;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-size: clamp(0.688rem, 0.563rem + 0.62vw, 1rem);;
    letter-spacing: 0.2em; }
    @media (max-width: 576px) {
      .header__btn {
        padding: 7px 15px; } }

@media (max-width: 992px) {
  .menu {
    position: absolute;
    z-index: 100;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 20px 0;
    background-color: var(--accent-color);
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s; }
    .menu._active {
      left: 0; } }
.menu-icon {
  display: none; }
  @media (max-width: 992px) {
    .menu-icon {
      display: block;
      height: 18px;
      width: 30px;
      position: relative;
      cursor: pointer;
      z-index: 5; }
      .menu-icon span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: var(--accent-color); }
        .menu-icon span:first-child {
          top: 0; }
        .menu-icon span:last-child {
          top: auto;
          bottom: 0; }
      .menu-icon._active span {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0); }
        .menu-icon._active span:first-child {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          top: calc(50% - 1px); }
        .menu-icon._active span:last-child {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          bottom: calc(50% - 1px); } }
.menu__body {
  /*    display: flex;
      align-items: center;
      gap: unquote("clamp(1.25rem, -8.073rem + 15.04vw, 2.5rem);");
      @media (max-width: 992px) {
        flex-direction: column;
        margin: auto;
      } */ }
.menu__link {
  /*    font-weight: 500;
      font-size: 16px; */
  /*    color: var(--text-color); */
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  /*    &:before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        background-color: var(--accent-color);
        height: 3px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s;
      } */ }
  @media (any-hover: hover) {
    .menu__link:hover {
      color: var(--accent-color); }
      .menu__link:hover:before {
        opacity: 1;
        visibility: visible; } }
  @media (max-width: 992px) {
    .menu__link {
      line-height: 50px;
      font-size: 30px; } }

@media (max-width: 992px) {
  .menu__link:hover {
    color: white; }

  .menu__item {
    text-align: center; }

  .menu__body {
    gap: 50px; } }
@media (max-width: 530px) {
  /* .header__logo {display:none;} */
  .header__navigation {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%; } }
@media (any-hover: hover) {
  .login:hover {
    background-color: var(--accent-color); } }
@media (max-width: 425px) {
  .login {
    display: none; } }

.register {
  background-color: var(--accent-color); }
  @media (any-hover: hover) {
    .register:hover {
      background-color: transparent;
      color: var(--text-color); } }

.menu__link.external:after {
  content: ' ';
  position: relative;
  background: url("../images/fe_link-external.svg") no-repeat;
  display: inline-block;
  top: 0px;
  left: 5px;
  background-size: 18px;
  height: 16px;
  width: 16px; }
  @media (max-width: 992px) {
    .menu__link.external:after {
      background: url("../images/fe_link-external_w.svg?2") no-repeat;
      background-size: 16px;
      top: -2px;
      left: 10px; } }

.close_area-2.mainmenu {
  background-color: rgba(245, 246, 255, 0.8);
  position: fixed;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%; }

.close_area-2.mainmenu.show_closearea {
  display: block;
  position: fixed; }

.register.header__btn {
  display: block; }

.register.header__btn.hide_header__btn {
  display: none; }

.header_show {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.07);
  box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.07); }

/*--------------------/Header--------------------*/
/* popup */
.popup__wrapper ul li {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
  list-style: disc; }

.popup {
  position: fixed;
  top: 0;
  height: 100%;
  background-color: var(--bg-light-color); }

.speaker_about.modal .speaker {
  width: 100%;
  padding-right: 0; }

.speaker_about .speakers_block__item {
  width: 40%; }

.speaker_about .speaker img {
  margin-right: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 180px; }

.speaker_about .speaker_data {
  width: 100%;
  max-width: 230px; }

.speaker_data a {
  font-size: 15px;
  color: #11719a; }

.modal {
  border-radius: 0;
  width: 100% !important;
  max-width: 500px !important;
  padding: clamp(1.25rem, 0.655rem + 2.98vw, 2.5rem);
  padding-top: 2% !important; }

.speaker_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.speaker_about .speakers_block__item {
  width: 50%;
  padding-right: 0; }

.speaker_about .speakers_block__txt {
  width: 60%;
  font-weight: 300;
  line-height: 1.5em;
  font-size: clamp(1rem, 0.881rem + 0.6vw, 1.25rem); }

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

.blocker {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999; }

@media (max-width: 992px) {
  .speakers_block__item {
    width: calc(100%/3);
    padding-right: 4%; } }
@media (max-width: 767px) {
  .modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90% !important; }

  .speaker_about .speakers_block__txt {
    width: 100%; }

  .speaker_about .speakers_block__item {
    width: 100%; }

  .speaker_about .speaker {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

  .speaker_about .speaker img {
    margin-right: 24px; } }
@media (max-width: 567px) {
  .speaker_about.modal {
    overflow-y: scroll; } }
@media (max-width: 467px) {
  .speaker_about .speakers_block__item {
    width: 80%;
    margin-bottom: 32px; } }
/* конец popup */
/* соцсети */
.soc {
  text-align: center;
  /* .soc__container */
  /* .soc__wrapper */
  /* .soc__item */ }
  .soc__container {
    width: 100%;
    max-width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .soc__wrapper {
    margin-top: 8px;
    margin-bottom: 48px;
    display: -ms-grid;
    display: grid;
    grid-gap: 12px;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr;
    width: 60px; }
    @media (max-width: 840px) {
      .soc__wrapper {
        margin-left: auto;
        margin-right: auto; } }
  .soc__item {
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px; }

.vk {
  background-image: url(../images/icn_vk.svg); }

.tg {
  background-image: url(../images/icn_telegram.svg); }

.vk:hover {
  background-image: url(../images/icn_vk_hover.svg); }

.tg:hover {
  background-image: url(../images/icn_telegram_hover.svg); }

/* конец соцсети */
/* Программа */
.program {
  background-color: var(--prime-color);
  /* .program__smallcontainer */
  /* .program__wrapper */
  /* .program__content */
  /* .program__header */
  /* .program__main */
  /* .program__row */
  /* .program__time */
  /* .program__name */
  /* .program__speaker */
  /* .program__footer */ }
  .program__wrapper {
    width: 100%;
    background-color: white;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden; }
  .program__content {
    padding-left: clamp(1.5rem, -0.091rem + 7.95vw, 5.875rem);
    padding-right: clamp(1.5rem, -0.091rem + 7.95vw, 5.875rem);
    padding-top: clamp(1.5rem, 0.273rem + 6.14vw, 4.875rem);
    padding-bottom: clamp(1rem, 0.455rem + 2.73vw, 2.5rem); }
  .program__header {
    margin-bottom: clamp(2.5rem, 1.136rem + 6.82vw, 6.25rem); }
  .program__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .4fr 24px 1.6fr;
    grid-template-columns: .4fr 1.6fr;
    grid-gap: 24px;
    margin-bottom: clamp(1rem, 0.636rem + 1.82vw, 2rem); }
    @media (max-width: 700px) {
      .program__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 0px;
        margin-bottom: 16px; } }
  .program__time {
    color: var(--text-light-color);
    font-size: 15px; }
    @media (max-width: 700px) {
      .program__time {
        margin-bottom: 8px; } }
  .program__speaker {
    margin-top: 10px;
    font-weight: 400;
    color: var(--text-light-color); }
  .program__speaker span {
    font-weight: 600; }
  .program__footer {
    background-color: #F4F8FC;
    padding-left: clamp(1.5rem, -0.091rem + 7.95vw, 5.875rem);
    padding-right: clamp(1.5rem, -0.091rem + 7.95vw, 5.875rem);
    padding-top: clamp(1rem, 0.455rem + 2.73vw, 2.5rem);
    padding-bottom: clamp(1rem, 0.455rem + 2.73vw, 2.5rem); }
  .program__footer .btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .program__footer .btn__wrapper {
    margin-top: 0; }
    @media (max-width: 800px) {
      .program__footer .btn__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .program__footer .btn__wrapper .btn_std {
    margin-right: 50px; }
    @media (max-width: 800px) {
      .program__footer .btn__wrapper .btn_std {
        margin-bottom: 24px; } }
  .program__footer .btn__wrapper .block_attention {
    background-image: url("../images/icn_tickets.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px; }

a.pdf_download {
  width: 100px;
  height: 66px;
  border: 3px solid #F4F8FC;
  border-radius: 74px;
  position: absolute;
  right: 50px;
  top: 60px;
  background-image: url("../images/icn_pdf.svg");
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 800px) {
    a.pdf_download {
      top: .5%;
      right: 3%; } }

.name_pause {
  color: var(--text-light-color);
  padding-left: 38px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  background-image: url("../images/icn_cafe.svg?2");
  background-position: left 2px;
  background-repeat: no-repeat; }

.name_section {
  color: var(--prime-color);
  font-weight: 700;
  text-transform: uppercase; }

.name_program {
  color: var(--text-color);
  padding-left: 38px;
  font-weight: 700;
  background-image: url("../images/icn_accept_forum.svg");
  background-position: left top;
  background-repeat: no-repeat; }

.name_program ul {
  padding-left: 20px; }

.name_program ul li {
  list-style: disc;
  margin-top: 8px; }

/* конец Программа */
/* Место */
.place {
  background-image: url("../images/bg_place.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 80vh;
  /* .place__container */
  /* .place__wrapper */
  /* .place__content */
  /* .place__adress */
  /* .place__adress_item */
  /* .place__btn */ }
  .place__wrapper {
    margin-top: 0;
    background-color: white;
    width: 100%;
    max-width: 364px;
    border-radius: var(--border-radius);
    padding-left: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
    padding-right: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
    padding-top: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
    padding-bottom: clamp(1.25rem, 0.841rem + 2.05vw, 2.375rem); }
  .place__content {
    margin-bottom: 15vh; }
  .place__adress {
    margin-top: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
    font-size: 14px;
    line-height: 21px; }
  .place__adress_item {
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 28px; }
  .place__adress_item:not(:last-child) {
    margin-bottom: 12px; }

.mark_map {
  background-image: url("../images/icn_map.svg"); }

.mark_metro {
  background-image: url("../images/icn_metro.svg"); }

.place .btn_std {
  width: 100%;
  max-width: none; }

.popup_3free {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(245, 246, 255, 0.8); }

.close_area-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block; }

.icn_close {
  position: absolute;
  left: auto;
  top: -6%;
  right: -5%;
  bottom: auto;
  margin-top: 12px;
  margin-right: 12px;
  cursor: pointer;
  height: 24px;
  z-index: 9;
  width: 24px; }

.icn_close:hover {
  opacity: 0.4; }

.pp_block_right {
  max-width: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 999;
  position: relative;
  border-radius: var(--border-radius); }

@media (max-width: 440px) {
  .pp_block_right.map iframe {
    width: 320px; } }

/* конец Место */
/* Финальный экран */
.main_form_sec.final .main_form_sec__container {
  background-color: white; }

.main_form_sec__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 780px;
  margin: 0 auto; }
  @media (max-width: 880px) {
    .main_form_sec__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.main_form_sec__wrapper .form-block-free3days h2 {
  color: white; }

.main_form_sec.final .form-block-free3days {
  background-color: var(--prime-color);
  -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;
  width: 100%;
  max-width: 364px;
  border-radius: var(--border-radius);
  padding-left: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
  padding-right: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
  padding-top: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
  padding-bottom: clamp(1.25rem, 0.841rem + 2.05vw, 2.375rem); }
  @media (max-width: 880px) {
    .main_form_sec.final .form-block-free3days {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.main_form_sec.final .top_form_free3day {
  -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; }

.main_form_sec.final .field_border2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-right: 0;
  width: 100%; }

.main_form_sec.final .field_box2 {
  width: 100%; }

.main_form_sec.final input.text-field-2.top1, .main_form_sec.final input.text-field-2.phonefield.top3 {
  max-width: none;
  width: 100%; }

.main_form_sec.final input.text-field-2.top1::-webkit-input-placeholder, .main_form_sec.final input.text-field-2.phonefield.top3::-webkit-input-placeholder {
  color: white;
  opacity: .5; }

.main_form_sec.final input.text-field-2.top1::-moz-placeholder, .main_form_sec.final input.text-field-2.phonefield.top3::-moz-placeholder {
  color: white;
  opacity: .5; }

.main_form_sec.final input.text-field-2.top1:-ms-input-placeholder, .main_form_sec.final input.text-field-2.phonefield.top3:-ms-input-placeholder {
  color: white;
  opacity: .5; }

.main_form_sec.final input.text-field-2.top1::-ms-input-placeholder, .main_form_sec.final input.text-field-2.phonefield.top3::-ms-input-placeholder {
  color: white;
  opacity: .5; }

.main_form_sec.final input.text-field-2.top1::placeholder, .main_form_sec.final input.text-field-2.phonefield.top3::placeholder {
  color: white;
  opacity: .5; }

.main_form_sec.final .btn_std {
  border: none; }

.main_form_sec__txt {
  padding-left: clamp(3rem, -0.286rem + 8.21vw, 5.875rem);
  padding-top: clamp(1.25rem, 0.614rem + 3.18vw, 3rem); }
  @media (max-width: 880px) {
    .main_form_sec__txt {
      padding-left: 0;
      max-width: 600px;
      margin-bottom: 40px; } }

.main_form_sec__txt p {
  margin-bottom: 8px; }

.main_form_sec.final .btn_std {
  background: white;
  color: var(--text-color);
  margin-top: 24px;
  margin-bottom: 16px; }

.main_form_sec.final .btn_std:hover {
  outline: 2px solid white;
  background: var(--prime-color);
  color: white;
  margin-top: 24px; }

.main_form_sec.final {
  padding-top: clamp(4rem, 3.091rem + 4.55vw, 6.5rem); }

.main_form_sec.final .heading_top_form {
  margin-top: 0; }

.main_form_sec.final .form-block-free3days {
  min-height: 455px; }
  @media (max-width: 880px) {
    .main_form_sec.final .form-block-free3days {
      min-height: auto; } }

/* конец Финальный экран */
/* .soc__wrapper */
.swiper-slide {
  margin-right: 24px; }

.rec {
  position: relative; }

#spravk .swiper-slide {
  text-align: center !important; }

#main_menu_videos a.list__item-text {
  position: relative;
  margin-right: 20px; }

#main_menu_videos a.list__item-text:after {
  position: relative;
  content: ' ';
  right: -50px;
  top: -32px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icn_new_win.svg);
  background-size: 16px; }
  
.doc-body__in {
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    max-width: 900px;
}
.doc-body__introduction {
    font-size: 20px;
    line-height: 1.4;
}
.doc-body__in h1 {
    font-size: 30px;
    margin-bottom: 50px;
}
.author {
    display: flex;
}
.media.author__portrait {
    margin-right: 20px;
    flex: 0 0 70px;
    height: 70px;
    border-radius: 50%;
}
.media.author__portrait img {
    width: 70px;
}
.author__about {}
.author__about .author__name {
    display: block;
}
.author__about .author__props {}
.important-block__card-header {
    justify-content: space-around;
	align-items: center;
}
.important-block__card-header svg {
    margin: 5px 0 0 0;
    width: 32px;
    opacity: 0.7;
}
.important-block__card-header .important-block__label {
    margin: 0 0 0 13px;
}
.doc-body__in .border {
    border: 1px solid #b9b9b9;
    padding: 0 30px 20px;
}
.doc-body__in .border .img {
	border: 1px solid #b9b9b9;
	margin-bottom:30px;
	display: flex;
	justify-content: center;
	padding: 10px 20px;
}
.doc-body__in .border img {}
.doc-body__in .border .notice {
	font-size: 14px;
    line-height: 1.3;
    margin-top: 20px;
}

.doc-body__in h2 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.advice {
	position:relative;
	background: #fff2e7;
	padding: 20px 100px 20px 20px;
	margin: 30px 0;
}
.advice::after {
	content:'';
	position:absolute;
	display: block;
	width: 106px;
	height: 156px;
	background: url(https://cdn.action-mcfr.ru/prod/ss/sitess/ba60f272/assets/client-side/i/svg/incut-advice.svg) center no-repeat;
	background-size: cover;
	right: -32px;
	top: -50px;
}
.advice .pre {
    font-weight: bold;
    text-transform: uppercase;
    color: #ff6a00;
    font-size: 13px;
    letter-spacing: 1px;
}
.advice h2 {
    margin-top: 10px;
}
@media (max-width: 600px) {
	.advice {
	padding: 20px;
}
}
.more {
	position:relative;
	background: #f5f6fa;
	padding: 20px 80px 20px 20px;
	margin: 30px 0;
}
.more::after {
	content:'';
	position:absolute;
	display: block;
	width: 100px;
	height: 150px;
	background: url(https://cdn.action-mcfr.ru/prod/ss/sitess/ba60f272/assets/client-side/i/svg/incut-pin.svg) center no-repeat;
	background-size: cover;
	right: -7px;
	top: -50px;
}
.more .pre {
	font-weight: bold;
    text-transform: uppercase;
    color: #c62533;
    font-size: 13px;
    letter-spacing: 1px;
}
.more p {}
.more p a {}
.warning {
	position:relative;
	background: #ffebef;
	padding: 20px 100px 20px 20px;
	margin: 30px 0;
}
.warning::after {
	content:'';
	position:absolute;
	display: block;
	width: 106px;
	height: 156px;
	background: url(https://cdn.action-mcfr.ru/prod/ss/sitess/92f0b934/assets/client-side/i/svg/incut-attention.svg) center no-repeat;
	background-size: cover;
	right: -32px;
	top: -50px;
}
.warning .pre {
    font-weight: bold;
    text-transform: uppercase;
    color: #ed3545;
    font-size: 13px;
    letter-spacing: 1px;
}
.warning h2 {
    margin-top: 10px;
}
@media (max-width: 600px) {
	.warning {
	padding: 20px;
}
}
.example {
	position:relative;
	background: #f3f8fc;
	padding: 20px 100px 20px 20px;
	margin: 30px 0;
}
.example .pre {
    font-weight: bold;
    text-transform: uppercase;
    color: #0076e0;
    font-size: 13px;
    letter-spacing: 1px;
}
.example h2 {
    margin-top: 10px;
}
@media (max-width: 600px) {
	.download {
	padding: 20px;
}
}
.doc-body__in ul {
	list-style: initial;
    padding-left: 30px;
}
.doc-body__in ul li {}

.opinion {
	position:relative;
	background: #f3f8fc;
	padding: 20px 100px 20px 20px;
	margin: 30px 0;
}
.opinion .pre {
    font-weight: bold;
    text-transform: uppercase;
    color: #4f009e;
    font-size: 13px;
    letter-spacing: 1px;
}
.opinion h2 {
    margin-top: 10px;
    color: #330165;
    font-size: 24px;
}
.opinion::after {
	content:'';
	position:absolute;
	display: block;
	width: 106px;
	height: 156px;
	background: url(https://cdn.action-mcfr.ru/prod/ss/sitess/191a05d8/assets/client-side/i/svg/incut-opinion.svg) center no-repeat;
	background-size: cover;
	right: -32px;
	top: -50px;
}
@media (max-width: 600px) {
	.opinion {
	padding: 20px;
}
}
.download {
	position:relative;
	background: #f5f6fa;
	padding: 20px 100px 20px 20px;
	margin: 30px 0;
}
.download::after {
	content:'';
	position:absolute;
	display: block;
	width: 106px;
	height: 156px;
	background: url(https://cdn.action-mcfr.ru/prod/ss/sitess/47e3116a/assets/client-side/i/svg/incut-download.svg) center no-repeat;
	background-size: cover;
	right: -32px;
	top: -50px;
}
.download .pre {
    font-weight: bold;
    text-transform: uppercase;
    color: #0051b2;
    font-size: 13px;
    letter-spacing: 1px;
}
.download h2 {
    margin-top: 10px;
}
@media (max-width: 600px) {
	.download {
	padding: 20px;
}
}