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

@charset "UTF-8";
@font-face {
  font-family: 'Rouble';
  src: url("../fonts/rouble.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
.rub {
  font-family: 'Rouble'; }

body {
  font-size: 20px; }

.fancybox-close {
  top: -20px !important;
  right: -30px !important; }
  @media screen and (max-width: 700px) {
    .fancybox-close {
      top: -40px !important;
      right: 0px !important; } }

.fancybox-skin {
  background: #F2F8FF !important;
  color: #222 !important;
  border-radius: 45px !important; }
  @media screen and (max-width: 479px) {
    .fancybox-skin {
      border-radius: 10px !important;
      min-height: 40vh;
      max-height: 60vh; } }

@media screen and (max-width: 479px) {
  .fancybox-outer, .fancybox-inner {
    height: auto;
    overflow-y: auto !important;
    overflow-x: hidden; } }

.hero .container .forma_wrap .btn {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 calc(25% - 0px);
          flex: 2 0 calc(25% - 0px);
  background: #FD6A3C;
  white-space: nowrap;
  padding: 0 22px; }

.hero .container .wrap .right {
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 1100px) {
    .hero .container .wrap .right {
      position: static; } }
  @media screen and (max-width: 992px) {
    .hero .container .wrap .right {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom: none; } }

@media screen and (max-width: 1100px) {
  .hero .container .wrap .left {
    padding-top: 90px; } }

@media screen and (max-width: 1100px) {
  .hero .container .wrap {
    position: relative; } }

.when_start {
  font-size: 18px;
  line-height: 44px;
  color: white;
  padding: 0 24px;
  border-top-right-radius: 29px;
  border-bottom-left-radius: 29px;
  background: #0B6EFD;
  /*    background-image: url(../img/icn_flag.svg);
      background-repeat: no-repeat;
      background-position: 14px center;*/
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1; }
  @media screen and (max-width: 479px) {
    .when_start {
      border-top-right-radius: 10px;
      border-bottom-left-radius: 10px;
      font-size: 15px;
      line-height: 32px;
      background-size: 24px;
      padding-left: 24px; } }

.when_start span {
  font-weight: 700; }

/*На курсе научитесь*/
.features {
  padding-top: 0;
  /* .features__wrapper */
  /* .features__item */
  /* .features__img */
  /* .features__txt */ }
  .features__wrapper {
    margin-top: 74px;
    margin-bottom: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 44px 1fr 44px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 80px 44px; }
    @media screen and (max-width: 800px) {
      .features__wrapper {
        -ms-grid-columns: 1fr 44px 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 467px) {
      .features__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .features__img {
    margin-bottom: 24px; }
  .features__txt {
    font-size: 20px;
    line-height: 30px; }
    @media screen and (max-width: 479px) {
      .features__txt {
        font-size: 16px;
        line-height: 1.5em; } }
  .features__txt span {
    font-weight: 700; }
  @media screen and (max-width: 700px) {
    .features .btn.link_anchor {
      margin-left: auto;
      margin-right: auto; } }

/*конец На курсе научитесь*/
/*Как проходит обучение*/
.how {
  /* .how__wrapper */
  /* .how__item */
  /* .how__image_block */
  /* .how__content_block */
  /* .how__content_txt */
  /* .how__content_nav */
  /* .how__content_left_btn */
  /* .how__content_page */
  /* .how__content_right_btn */ }
  .how .container {
    padding-top: 40px; }
  .how h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #0B6EFD;
    font-weight: 700;
    margin-bottom: 60px;
    margin-top: 0; }
    @media screen and (max-width: 479px) {
      .how h6 {
        margin-bottom: 20px; } }
  .how__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 34px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 34px;
    min-height: 476px; }
    @media screen and (max-width: 900px) {
      .how__item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 300px 16px 400px;
        grid-template-rows: 300px 400px;
        min-height: auto;
        grid-gap: 16px; }
      .how__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .how__item > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; } }
  .how__image_block {
    border-radius: 45px;
    background-color: #3F6499;
    padding: 40px 32px;
    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; }
    @media screen and (max-width: 700px) {
      .how__image_block {
        border-radius: 10px; } }
    @media screen and (max-width: 479px) {
      .how__image_block {
        padding: 24px; } }
  @media screen and (max-width: 900px) {
    .how__image_block img {
      height: 100%; } }
  .how__content_block {
    border-radius: 45px;
    padding: 50px;
    background-color: #E7F1FF;
    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: 700px) {
      .how__content_block {
        border-radius: 10px; } }
    @media screen and (max-width: 479px) {
      .how__content_block {
        padding: 24px; } }
  .how__content_txt {
    font-size: 18px;
    line-height: 26px; }
  .how__content_txt p {
    max-width: 440px; }
  .how__content_txt p:not(:last-child) {
    margin-bottom: 16px; }
  .how__content_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .how__content_left_btn {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #0B6EFD;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .how__content_left_btn:after {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 7px;
    background-image: url(../img/icn_arrow_white_left.png);
    background-repeat: no-repeat; }
  .how__content_left_btn.btn_disabled {
    opacity: .3;
    cursor: default; }
  .how__content_left_btn:hover {
    background: #3788fb; }
  .how__content_page {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    width: 80px; }
  .how__content_right_btn {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #0B6EFD;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .how__content_right_btn.btn_disabled {
    opacity: .3;
    cursor: default; }
  .how__content_right_btn:after {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    position: absolute;
    left: 12px;
    top: 7px;
    background-image: url(../img/icn_arrow_white_right.png);
    background-repeat: no-repeat; }
  .how__content_right_btn:hover {
    background: #3788fb; }

.how__wrapper {
  position: relative; }

.how__item {
  display: none;
  /* Скрываем все слайды по умолчанию */ }

.how__item:first-child {
  display: -ms-grid;
  display: grid;
  /* Показываем только первый слайд */ }

.slide-hidden {
  display: none !important; }

.slide-visible {
  display: -ms-grid !important;
  display: grid !important; }

/*конец Как проходит обучение*/
/*Обучение вВысшей инженерной школе лицензировано*/
.udostoverenie {
  background: #E7F1FF;
  overflow: hidden;
  position: relative;
  /* .udostoverenie__wrapper */
  /* .udostoverenie__image */
  /* .udostoverenie__content */
  /* .udostoverenie__txt */
  /* .udostoverenie__note */ }
  .udostoverenie__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.1fr 74px .9fr;
    grid-template-columns: 1.1fr .9fr;
    grid-gap: 74px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 992px) {
      .udostoverenie__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 40px; } }
  .udostoverenie__content {
    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;
    padding: 32px 0; }
    @media screen and (max-width: 992px) {
      .udostoverenie__content {
        max-width: 600px; } }
  .udostoverenie__txt h2 {
    padding-left: 0;
    margin-bottom: 24px; }
    @media screen and (max-width: 700px) {
      .udostoverenie__txt h2 {
        text-align: left; } }
  .udostoverenie__txt p {
    font-size: 20px;
    line-height: 26px; }
  .udostoverenie__note {
    font-size: 13px;
    line-height: 18px;
    color: #222222; }
    @media screen and (max-width: 992px) {
      .udostoverenie__note {
        margin-top: 64px; } }
  .udostoverenie__note a {
    color: #222222;
    text-decoration: underline; }

.udostoverenie .container:before {
  content: '';
  display: block;
  width: 150px;
  height: 420px;
  position: absolute;
  background: url(../img/h_bg_left.svg) center no-repeat;
  left: 100px;
  top: 65px;
  z-index: 0; }

.udostoverenie .container:after {
  content: '';
  display: block;
  width: 164px;
  height: 459px;
  position: absolute;
  background: url(../img/h_bg_right.svg) center no-repeat;
  right: 100px;
  top: 65px;
  z-index: 0; }

/*конец Обучение вВысшей инженерной школе лицензировано*/
/*Почему мы?*/
.why {
  /* .why__header */
  /* .why__wrapper */
  /* .why__item */
  /* .why__item_accent */
  /* .why__item_description */
  /* .why__item_final */ }
  .why .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .9fr 1.1fr;
    grid-template-columns: .9fr 1.1fr; }
    @media screen and (max-width: 992px) {
      .why .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 40px; } }
  @media screen and (min-width: 993px) {
    .why__header {
      padding-right: 64px; } }
  .why__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 48px; }
  .why__item {
    font-size: 20px;
    line-height: 26px; }
  .why__item_accent {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #FD6A3C;
    letter-spacing: .07em;
    font-weight: 700; }
  .why__item_final {
    font-weight: 700;
    font-size: 20px; }

.action_txt {
  display: inline-block;
  margin-left: 3px;
  width: 118px;
  height: 22px;
  background-image: url(../img/logo_action_txt.svg);
  background-repeat: no-repeat; }

/*конец Почему мы?*/
/*Стоимость курса*/
.final {
  /* .final__wrapper */
  /* .final__content */
  /* .final__main */
  /* .final__price */
  /* .final__tegs_wrapper */
  /* .final__teg */
  /* .final__form */ }
  @media screen and (max-width: 992px) {
    .final {
      padding-top: 0; } }
  .final__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center; }
    @media screen and (max-width: 992px) {
      .final__wrapper {
        grid-gap: 50px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    @media screen and (max-width: 479px) {
      .final__wrapper {
        grid-gap: 32px; } }
  .final__content {
    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: #E7F1FF;
    border-radius: 45px;
    padding: 50px 50px 62px 50px;
    font-size: 20px;
    position: relative;
    z-index: 1;
    right: 0; }
    @media screen and (max-width: 700px) {
      .final__content {
        border-radius: 10px;
        padding: 32px; } }
  .final__main {
    margin-bottom: 50px; }
  .final__main h2 {
    padding-left: 0;
    margin-bottom: 64px; }
    @media screen and (max-width: 700px) {
      .final__main h2 {
        text-align: left; } }
  .final__price {
    font-size: 56px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px; }
    @media screen and (max-width: 700px) {
      .final__price {
        font-size: 50px; } }
    @media screen and (max-width: 479px) {
      .final__price {
        font-size: 40px; } }
  .final__tegs_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -3px; }
    @media screen and (max-width: 700px) {
      .final__tegs_wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .final__teg {
    font-size: 14px;
    line-height: 26px;
    padding: 6px 20px;
    border-radius: 45px;
    color: white;
    background: #3F6499;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap; }
    @media screen and (max-width: 700px) {
      .final__teg {
        margin-bottom: 12px; } }
  .final__teg:not(:last-child) {
    margin-right: 12px; }
  .final__form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 200px;
    padding-right: 100px;
    margin-left: -100px;
    padding-top: 50px;
    background-color: #0B6EFD;
    border-radius: 45px;
    position: relative;
    z-index: 0;
    right: 0; }
    @media screen and (max-width: 1100px) {
      .final__form {
        padding-left: 150px;
        padding-right: 50px; } }
    @media screen and (max-width: 992px) {
      .final__form {
        margin-left: 0;
        padding-left: 50px; } }
    @media screen and (max-width: 700px) {
      .final__form {
        border-radius: 10px; } }
    @media screen and (max-width: 479px) {
      .final__form {
        padding-left: 24px;
        padding-right: 24px; } }
  .final__form h2 {
    color: #ffffff;
    margin-bottom: 52px;
    padding-left: 0; }
  .final__form input:not(input[type="checkbox"]) {
    border: 0;
    height: 55px;
    border-bottom: none;
    outline: none;
    width: 100%;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 8px;
    padding-left: 16px; }
  .final__form input:not(input[type="checkbox"]):active, .final__form input:not(input[type="checkbox"]):focus {
    border: 1px solid #FD6A3C;
    outline: 0; }
  .final__form .btn.sendform {
    width: 100%;
    max-width: none;
    margin-bottom: 24px; }

.smaller {
  font-size: .7em; }

.success h2 {
  padding-left: 0;
  margin-bottom: 16px; }

.success p {
  color: white; }

.final__main .strike {
  position: relative;
  color: #8B9199; }

.final__main .strike:after {
  content: '';
  display: block;
  position: absolute;
  width: 78px;
  height: 2px;
  background-color: #FD6A3C;
  left: -4px;
  top: 12px;
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg); }

.final__content p:last-child {
  margin-top: 12px; }

/*конец Стоимость курса*/
/* О нас */
.about_us__block {
  padding-right: 50px; }
  @media screen and (max-width: 479px) {
    .about_us__block {
      padding-right: 0; } }

.about_us {
  /* .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 */ }
  @media screen and (max-width: 700px) {
    .about_us {
      padding-top: 64px; } }
  .about_us__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.2fr 100px .8fr;
    grid-template-columns: 1.2fr .8fr;
    grid-gap: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px; }
    @media screen and (max-width: 992px) {
      .about_us__block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-gap: 40px; }
      .about_us__block > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
  .about_us__txt {
    width: 100%;
    padding-left: 50px; }
    @media screen and (max-width: 900px) {
      .about_us__txt {
        width: 100%;
        margin-bottom: 16px; } }
    @media screen and (max-width: 479px) {
      .about_us__txt {
        padding-left: 0; } }
  .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: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 48px; }
    @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;
        grid-template-columns: 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: 100%;
    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: 992px) {
      .about_us__logos {
        width: 100%;
        -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 16px; } }
    @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; } }
    @media screen and (max-width: 479px) {
      .about_us__logos {
        width: 100%;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 16px; } }
  .about_us__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 16px);
            flex: 0 0 calc(20% - 16px);
    background: #E7F1FF;
    height: 125px;
    border-radius: 25px;
    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;
    min-width: 190px; }
    @media screen and (max-width: 700px) {
      .about_us__logo {
        border-radius: 10px; } }

/* конец О нас */
.why_we {
  display: none; }

@media (max-width: 920px) {
  .hero .container .menu {
    z-index: 900; } }
@media (max-width: 920px) {
  .hero .container .toggle_menu.open {
    z-index: 1000; } }
.hero {
  background: #f2f8ff; }

.hero .container:after {
  top: 25px; }

.hero .container:before {
  top: 145px; }

.hero .container .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.hero .container .wrap .left .logo {
  color: #232323;
  /*  max-width: 150px;*/ }

.hero .container .wrap .left .logo + .vvkl_plashka {
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05px;
  color: white;
  background-color: #2F2F2F;
  display: inline-block;
  margin-top: 20px;
  border-radius: 5px;
  padding-left: 14px;
  padding-right: 14px; }
  @media screen and (max-width: 1100px) {
    .hero .container .wrap .left .logo + .vvkl_plashka {
      font-size: 13px;
      line-height: 2em;
      margin-top: 10px; } }

.hero .container .wrap .left {
  padding: 60px 50px;
  border-radius: 30px;
  border: 1px solid #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% + 60px);
          flex: 0 0 calc(25% + 60px);
  background: #FAFCFF; }
  @media screen and (max-width: 1100px) {
    .hero .container .wrap .left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      border-radius: 30px 30px 0 0;
      border-bottom: none;
      padding-top: 40px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 479px) {
    .hero .container .wrap .left {
      border-radius: 10px 10px 0 0;
      padding-left: 30px; } }

.hero .container .wrap .right {
  /*    @media screen and (max-width: 1024px) {padding: 60px 100px 120px 60px;} */ }
  @media screen and (min-width: 1101px) {
    .hero .container .wrap .right {
      padding: 106px 100px 127px;
      background: url(../img/h_bg_1.png) no-repeat, #ffffff;
      background-position-x: right;
      background-position-y: 80%;
      border-radius: 30px;
      border: 1px solid #000;
      margin-left: -60px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%; } }

.hero .container .wrap .right h1 {
  line-height: 1.1em;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.01em;
  text-transform: uppercase; }
  @media screen and (min-width: 769px) {
    .hero .container .wrap .right h1 {
      font-size: 58px; } }
  @media screen and (max-width: 768px) {
    .hero .container .wrap .right h1 {
      font-size: 7vw; } }

.hero .container .wrap .right .pre {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .hero .container .wrap .right .pre {
      font-size: 4vw;
      line-height: 1.2em; } }

@media all and (max-width: 479px) {
  .hero .container .wrap .right h1 {
    font-size: 7vw; }

  .hero .container .wrap .right .pre {
    font-size: 4vw;
    line-height: 1.2em;
    margin-top: 12px; }

  .hero .container .wrap .right {
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px; }

  .hero .container .wrap .right {
    background-size: contain; } }
.hero .container .wrap .right .after_offer {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #5D5D5D;
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 25px;
  max-width: 526px; }

.hero_form .container {
  padding-top: 0;
  padding-bottom: 40px; }

.hero_form .container .forma_wrap {
  background: #0b6efd;
  padding: 50px;
  padding-bottom: 24px;
  border-radius: 30px;
  border: 1px solid #0b6efd; }
  @media screen and (max-width: 992px) {
    .hero_form .container .forma_wrap {
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  @media screen and (max-width: 497px) {
    .hero_form .container .forma_wrap {
      padding: 30px; } }

.hero_form .container .forma_wrap h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
  color: #fff;
  line-height: 1.2; }

.hero_form .container .forma_wrap h2 span {
  font-weight: 800; }

.hero_form .container .forma_wrap h2 {
  padding: 0;
  text-align: left; }

.hero_form .container .forma_wrap .forma label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  margin-bottom: 10px; }

.hero_form .container .forma_wrap .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  max-width: none; }

.hero_form .container .forma_wrap .forma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  gap: 10px; }

.hero_form .container .forma_wrap .forma label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(24%);
          flex: 0 0 calc(24%);
  position: relative; }
  @media screen and (max-width: 992px) {
    .hero_form .container .forma_wrap .forma label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(32%);
              flex: 0 0 calc(32%); } }
  @media screen and (max-width: 646px) {
    .hero_form .container .forma_wrap .forma label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(48%);
              flex: 0 0 calc(48%); } }
  @media screen and (max-width: 550px) {
    .hero_form .container .forma_wrap .forma label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100%);
              flex: 0 0 calc(100%); } }

.hero_form .container .forma_wrap .forma label .label, .hero_form .container .forma_wrap .forma label .label a {
  color: #fff; }

.hero_form .container .forma_wrap .btn {
  padding: 0 24px; }

.hero_form .container .forma_wrap .forma input {
  border-radius: 8px;
  height: 55px;
  border: none;
  outline: none;
  padding-left: 15px;
  width: 100%; }

.hero_form .container .forma_wrap .forma input.error {
  border: 1px solid red; }

.hero_form .container .forma_wrap .forma label .warning {
  position: absolute;
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  bottom: -4px;
  right: 0; }

.hero_form .container .forma_wrap .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 5px);
          flex: 0 0 calc(25% - 5px);
  background: #FD6A3C; }
  @media screen and (max-width: 992px) {
    .hero_form .container .forma_wrap .btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(32%);
              flex: 0 0 calc(32%); } }
  @media screen and (max-width: 646px) {
    .hero_form .container .forma_wrap .btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(48%);
              flex: 0 0 calc(48%); } }
  @media screen and (max-width: 550px) {
    .hero_form .container .forma_wrap .btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100%);
              flex: 0 0 calc(100%); } }

.hero_form .container .forma_wrap .notice {
  font-size: 12px;
  color: #ffffff;
  margin-top: 10px; }

.hero_form .container .forma_wrap .notice a {
  color: #ffffff; }

.hero .container {
  padding: 50px 15px 0;
  position: relative; }

/*Все программы*/
.all_programs.feautures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 65px; }

.all_programs .feautures p {
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  white-space: nowrap; }
  @media screen and (max-width: 700px) {
    .all_programs .feautures p {
      padding-left: 0;
      font-size: 14px; } }

.all_programs .feautures p img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  margin-right: 10px; }

.all_programs {
  position: relative;
  /* .all_programs__header */
  /* .all_programs__nav */
  /* .all_programs__bottom */ }
  @media screen and (max-width: 700px) {
    .all_programs {
      overflow: hidden;
      position: relative; } }
  .all_programs__header {
    position: relative; }
    @media screen and (max-width: 700px) {
      .all_programs__header {
        position: static; } }
  .all_programs__nav {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 44px;
    margin-right: 55px; }
    @media screen and (max-width: 700px) {
      .all_programs__nav {
        margin-right: 0px;
        width: calc(100% - 15px);
        margin-left: 0;
        top: 41%;
        right: auto; } }
  @media screen and (max-width: 992px) {
    .all_programs__bottom {
      padding-top: 40px !important; } }

.all_programs > .container:not(.all_programs__bottom) {
  padding-bottom: 0;
  /* @media screen and (max-width:700px) {position:relative; }*/ }

.swiper-wrapper {
  height: auto; }

.all_programms {
  /* .all_programms__wrapper */
  /* .all_programms__cta */
  /* .all_programms__item */
  /* .all_programms__item_name */
  /* .all_programms__item_head */
  /* .all_programms__item_content */
  /* .all_programms__content_list */ }
  .all_programms__wrapper {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 96px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 64px 96px; }
    @media screen and (max-width: 1150px) {
      .all_programms__wrapper {
        grid-gap: 64px 48px; } }
    @media (max-width: 1085px) {
      .all_programms__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 479px) {
      .all_programms__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .all_programms__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px; }
    @media screen and (max-width: 900px) {
      .all_programms__cta {
        -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; } }
    @media screen and (max-width: 700px) {
      .all_programms__cta {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
  .all_programms__cta p {
    max-width: 439px; }
  .all_programms__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;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto; }
    @media screen and (max-width: 1660px) {
      .all_programms__item {
        height: auto; } }
    @media screen and (max-width: 1100px) {
      .all_programms__item {
        max-height: 500px; } }
    @media screen and (max-width: 900px) {
      .all_programms__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: initial; } }
  .all_programms__item_name {
    width: 100%;
    height: 240px;
    min-height: 167px;
    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;
    padding: 32px 50px  30px;
    border: 1px solid;
    border-radius: 45px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    z-index: 0; }
    @media screen and (max-width: 1320px) {
      .all_programms__item_name {
        padding-right: 30px;
        padding-left: 30px; } }
    @media screen and (max-width: 1085px) {
      .all_programms__item_name {
        height: 190px; } }
    @media screen and (max-width: 767px) {
      .all_programms__item_name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px; } }
    @media screen and (max-width: 700px) {
      .all_programms__item_name {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px; } }
    @media screen and (max-width: 479px) {
      .all_programms__item_name {
        height: auto; } }
  .all_programms__item_head {
    font-size: 30px;
    line-height: 35px;
    padding-right: 100px;
    font-weight: 700; }
    @media screen and (max-width: 1320px) {
      .all_programms__item_head {
        font-size: 24px;
        line-height: 1.1em; } }
    @media screen and (max-width: 479px) {
      .all_programms__item_head {
        padding-right: 40px; } }
  .all_programms__item_head:after {
    content: '';
    display: block;
    font-size: 24px;
    line-height: 40px;
    right: 20px;
    top: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #222222;
    color: white;
    position: absolute; }
    @media screen and (max-width: 700px) {
      .all_programms__item_head:after {
        font-size: 16px;
        line-height: 1.5em;
        width: 24px;
        height: 24px; } }
  .all_programms__item:nth-child(1) .all_programms__item_head:after {
    content: '1'; }
  @media screen and (max-width: 1100px) {
    .all_programms__item:nth-child(1) .all_programms__content_list {
      margin-bottom: 20px; } }
  @media screen and (max-width: 900px) {
    .all_programms__item:nth-child(1) .all_programms__content_list {
      max-height: 190px; } }
  .all_programms__item:nth-child(2) .all_programms__item_head:after {
    content: '2'; }
  .all_programms__item:nth-child(3) .all_programms__item_head:after {
    content: '3'; }
  .all_programms__item:nth-child(4) .all_programms__item_head:after {
    content: '4'; }
  .all_programms__item:nth-child(5) .all_programms__item_head:after {
    content: '5'; }
  .all_programms__item:nth-child(6) .all_programms__item_head:after {
    content: '6'; }
  .all_programms__item:nth-child(7) .all_programms__item_head:after {
    content: '7'; }
  .all_programms__item:nth-child(8) .all_programms__item_head:after {
    content: '8'; }
  .all_programms__item:nth-child(9) .all_programms__item_head:after {
    content: '9'; }
  .all_programms__item:nth-child(10) .all_programms__item_head:after {
    content: '10'; }
  .all_programms__item:nth-child(11) .all_programms__item_head:after {
    content: '11'; }
  .all_programms__item:nth-child(12) .all_programms__item_head:after {
    content: '12'; }
  .all_programms__item:nth-child(13) .all_programms__item_head:after {
    content: '13'; }
  .all_programms__item:nth-child(14) .all_programms__item_head:after {
    content: '14'; }
  .all_programms__item:nth-child(15) .all_programms__item_head:after {
    content: '15'; }
  .all_programms__item_content {
    width: 100%;
    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;
    /*        border-left:1px solid black;
            border-bottom-left-radius:45px;
            border-top-left-radius:45px;
            border-bottom-right-radius:45px;
            border-top-right-radius:45px;*/
    background-color: #F2F8FF;
    border: 1px solid;
    border-radius: 45px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    padding: 32px 50px;
    height: 168px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1320px) {
      .all_programms__item_content {
        padding-right: 30px;
        padding-left: 30px; } }
    @media screen and (max-width: 900px) {
      .all_programms__item_content {
        width: 100%;
        margin-left: 0;
        border-radius: 0;
        border-top: 0;
        border-bottom-right-radius: 35px;
        border-bottom-left-radius: 35px; } }
    @media screen and (max-width: 700px) {
      .all_programms__item_content {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px; } }
  .all_programms__content_list {
    font-size: 18px;
    line-height: 26px;
    width: 440px;
    height: 66px;
    overflow: hidden; }
    @media screen and (max-width: 1150px) {
      .all_programms__content_list {
        min-height: 65px; } }
    @media screen and (max-width: 1085px) {
      .all_programms__content_list {
        width: auto; } }
    @media screen and (max-width: 900px) {
      .all_programms__content_list {
        max-height: 240px; } }
  .opened .all_programms__content_list {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    height: auto;
    overflow: auto; }
  .all_programms__content_list li {
    margin-bottom: 12px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding-right: 78px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    @media screen and (max-width: 1100px) {
      .all_programms__content_list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .opened .all_programms__content_list li {
    margin-bottom: 12px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding-right: 78px;
    white-space: initial;
    overflow: initial;
    -o-text-overflow: initial;
       text-overflow: initial; }
  .all_programms__content_list span {
    font-size: 12px;
    line-height: 23px;
    padding-top: 4px;
    text-align: right;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 700;
    letter-spacing: .07px;
    width: 100px;
    position: absolute;
    right: 0;
    top: -1px;
    display: block;
    color: #0B6EFD;
    text-transform: uppercase; }

.all_programms__item_content.opened {
  height: auto;
  overflow: initial;
  background-color: transparent;
  border: 0; }
  @media screen and (max-width: 479px) {
    .all_programms__item_content.opened {
      padding: 10px; } }

.all_programms__item_content.opened h3 {
  margin-bottom: 24px; }

@media screen and (max-width: 479px) {
  .all_programms__item_content.opened span {
    position: static;
    display: block;
    text-align: left;
    margin-bottom: 5px; } }

.container.all_programs__bottom {
  padding-top: 0; }

.notes_module {
  font-size: 12px;
  text-align: right;
  line-height: 16px;
  margin-top: 24px;
  margin-bottom: 16px; }

.feautures {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px auto 24px auto;
  grid-template-columns: auto auto auto;
  grid-gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }
  @media screen and (max-width: 479px) {
    .feautures {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 12px; } }

.content_list {
  font-size: 12px;
  line-height: 23px;
  color: #FD6A3C;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px dashed #FD6A3C;
  letter-spacing: .5px;
  width: 88px;
  white-space: nowrap; }

.swiper-slide-next {
  opacity: .3; }

.swiper-slide-prev {
  opacity: .3; }

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
  left: 0;
  width: 100%; }

.swiper-button-prev {
  width: 64px;
  height: 64px;
  background-image: url(../img/btn_slider_left.svg);
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 700px) {
    .swiper-button-prev {
      left: -10px;
      background-position-x: left; } }

.swiper-button-next {
  width: 64px;
  height: 64px;
  background-image: url(../img/btn_slider_right.svg);
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 700px) {
    .swiper-button-next {
      right: 5px;
      background-position-x: right; } }

/*конец Все программы*/
/*Преимущества*/
.features {
  padding-top: 0;
  /* .features__container */
  /* .features__wrapper */
  /* .features__item */
  /* .features__icn */
  /* .features__txt */ }
  .features .btn_std {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    display: block; }
  .features h2 {
    color: var(--prime-color); }
  .features h6 {
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      .features h6 {
        margin-top: 0; } }
  .features__wrapper {
    margin-top: clamp(2rem, 1.273rem + 3.64vw, 4rem);
    margin-bottom: clamp(3rem, 1.909rem + 5.45vw, 6rem);
    display: -ms-grid;
    display: grid; }
  .features__item {
    color: white;
    background-color: #0B6EFD;
    padding: 52px;
    border-radius: 45px; }
    @media (max-width: 600px) {
      .features__item {
        padding: 32px;
        border-radius: 10px; } }
    @media (max-width: 479px) {
      .features__item {
        padding: 20px; } }

.features__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 429px;
  grid-template-rows: 429px;
  gap: 16px; }

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

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

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

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

.features__wrapper > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9; }
  @media (max-width: 992px) {
    .features__wrapper {
      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; } }
  @media (max-width: 479px) {
    .features__wrapper {
      gap: 4px; } }

.el_1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 992px) {
    .el_1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      background-color: #E7F1FF;
      color: #222222; } }
  @media (max-width: 600px) {
    .el_1 {
      -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;
      gap: 24px; } }
  @media (max-width: 479px) {
    .el_1 {
      gap: 4px; } }

.el_2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3 / 6;
  background-color: #E7F1FF;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 992px) {
    .el_2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      color: white;
      background-color: #0B6EFD; } }
  @media (max-width: 600px) {
    .el_2 {
      -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;
      gap: 24px; } }
  @media (max-width: 600px) and (max-width: 479px) {
    .el_2 {
      gap: 4px; } }

.el_3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  background-color: #E7F1FF;
  color: #222222;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 992px) {
    .el_3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%; } }
  @media (max-width: 600px) {
    .el_3 {
      -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;
      gap: 24px; } }
  @media (max-width: 479px) {
    .el_3 {
      gap: 4px; } }

.el_4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / 5;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4 / 6;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 992px) {
    .el_4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 600px) {
    .el_4 {
      -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;
      gap: 24px; } }
  @media (max-width: 479px) {
    .el_4 {
      gap: 4px; } }

.el_3 .features__txt {
  max-width: 430px; }

@media (max-width: 479px) {
  .features__icn {
    max-width: 44px;
    margin-bottom: 10px; } }

@media (min-width: 993px) {
  .el_1 .features__icn img[src="img/icn_features_1.svg"] {
    display: block; } }
@media (max-width: 992px) {
  .el_1 .features__icn img[src="img/icn_features_1.svg"] {
    display: none; } }

@media (min-width: 993px) {
  .el_1 .features__icn img[src="img/icn_features_1-w.svg"] {
    display: none; } }
@media (max-width: 992px) {
  .el_1 .features__icn img[src="img/icn_features_1-w.svg"] {
    display: block; } }

@media (min-width: 993px) {
  .el_2 .features__icn img[src="img/icn_features_2.svg"] {
    display: block; } }
@media (max-width: 992px) {
  .el_2 .features__icn img[src="img/icn_features_2.svg"] {
    display: none; } }

@media (min-width: 993px) {
  .el_2 .features__icn img[src="img/icn_features_2-w.svg"] {
    display: none; } }
@media (max-width: 992px) {
  .el_2 .features__icn img[src="img/icn_features_2-w.svg"] {
    display: block; } }

.features__txt a {
  color: white; }

.el_1 .features__icn {
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 992px) {
    .el_1 .features__icn {
      margin-right: 32px; } }
  @media (max-width: 767px) {
    .el_1 .features__icn {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 32px; } }
  @media (max-width: 450px) {
    .el_1 .features__icn {
      margin-bottom: 24px; } }

.el_4 .features__icn {
  margin-bottom: 0; }
  @media (max-width: 630px) {
    .el_4 .features__icn {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 32px; } }
  @media (max-width: 450px) {
    .el_4 .features__icn {
      margin-bottom: 24px; } }

.el_2 .features__icn, .el_4 .features__icn, .el_5 .features__icn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px; }
  @media (max-width: 450px) {
    .el_2 .features__icn, .el_4 .features__icn, .el_5 .features__icn {
      margin-bottom: 24px; } }

.el_3 .features__icn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px; }
  @media (max-width: 450px) {
    .el_3 .features__icn {
      margin-bottom: 24px; } }

@media (max-width: 450px) {
  .features__icn {
    width: 50px;
    margin-bottom: 12px;
    margin-top: 12px; } }
/*конец Преимущества*/
.btn {
  background: #FD6A3C; }

.btn:hover {
  background: #FD8F6D; }

/*Микрокурсы*/
.micro {
  /* .micro__wrapper */
  /* .micro__content */
  /* .micro__list */ }
  .micro__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
    @media (max-width: 992px) {
      .micro__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-right: 50px; } }
    @media (max-width: 700px) {
      .micro__wrapper {
        padding-right: 0; } }
  @media (max-width: 992px) {
    .micro .btn {
      display: none; } }
  .micro__content {
    position: sticky;
    top: 30px;
    padding-left: 50px;
    padding-right: 36px;
    line-height: 30px; }
    @media (max-width: 992px) {
      .micro__content {
        position: static; } }
    @media (max-width: 700px) {
      .micro__content {
        padding-right: 0;
        padding-left: 0; } }
  .micro__content h2 {
    padding-left: 0; }
  .micro__content p {
    font-weight: 500; }
  .micro__content .btn {
    margin-top: 60px; }
  @media (max-width: 700px) {
    .micro__list ul {
      padding-right: 0;
      padding-left: 0;
      margin-left: 0; } }
  .micro__list ul li {
    list-style: none;
    background-color: #0B6EFD;
    color: white;
    font-weight: 500;
    padding: 30px 52px;
    border-radius: 45px; }
    @media (max-width: 992px) {
      .micro__list ul li {
        border-radius: 30px;
        padding: 20px 32px; } }
    @media (max-width: 600px) {
      .micro__list ul li {
        border-radius: 10px;
        padding: 16px 24px; } }
  .micro__list ul li a {
    text-decoration: none;
    color: white; }
  .micro__list ul li.new p {
    position: relative;
    display: inline-block; }
  .micro__list ul li.new p:after {
    content: 'new';
    display: inline-block;
    top: auto;
    right: auto;
    margin-left: 9px;
    position: absolute;
    font-size: 10px;
    line-height: 14px;
    font-weight: 800;
    color: white;
    background-color: #FD6A3C;
    padding: 4px 5px;
    border-radius: 4px;
    letter-spacing: .08em;
    text-transform: uppercase; }
  .micro__list ul li:not(:last-child) {
    margin-bottom: 12px; }
    @media (max-width: 992px) {
      .micro__list ul li:not(:last-child) {
        margin-bottom: 8px; } }
  .micro__list ul li:nth-child(odd) {
    background-color: #E7F1FF;
    color: #222; }
  .micro__list ul li:nth-child(odd) a {
    color: #222; }

/*конец Микрокурсы*/
.features .container {
  padding-top: 20px;
  padding-bottom: 0; }

.btn {
  position: relative;
  overflow: hidden; }

.btn .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-animation: flareAnimation;
  animation: flareAnimation;
  left: -350%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  -webkit-animation: flareAnimation 3s infinite linear;
  animation: flareAnimation 3s infinite linear; }

@-webkit-keyframes flareAnimation {
  0% {
    left: -150%; }
  100% {
    left: 150%; } }
@keyframes flareAnimation {
  0% {
    left: -150%; }
  100% {
    left: 150%; } }
.lectors .container {
  padding-top: 40px; }

label[for=policy] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  color: white;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 5px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 5px; }

label[for=policy] a {
  color: white !important; }

label[for=policy] input {
  height: 22px !important;
  width: 22px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  -webkit-appearance: auto;
  margin: 0;
  padding: 0; }

/*  Что входит в подписку*/
.included {
  /* .included__wrapper */
  /* .included__item */
  /* .included__icn */
  /* .included__txt */ }
  .included__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 32px;
    margin-top: 64px; }
    @media (max-width: 992px) {
      .included__wrapper {
        -ms-grid-columns: 1fr 32px 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 479px) {
      .included__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 48px; } }
  .included__icn {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    height: 72px;
    width: 72px;
    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: 22px; }

/*  конец Что входит в подписку*/