/*
* 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'; }

.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: 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 0 54px;
  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: 1100px) {
    .when_start {
      border-top-right-radius: 10px;
      border-bottom-left-radius: 10px; } }
  @media screen and (max-width: 479px) {
    .when_start {
      font-size: 15px;
      line-height: 32px;
      background-size: 24px;
      padding-left: 42px; } }

.when_start span {
  font-weight: 700; }

/*На курсе научитесь*/
.features {
  /* .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: 18px;
    line-height: 26px; }
  .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 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 */ }
  .final__wrapper {
    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; }
    @media screen and (max-width: 992px) {
      .final__wrapper {
        grid-gap: 50px; } }
    @media screen and (max-width: 900px) {
      .final__wrapper {
        -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; }
    @media screen and (max-width: 700px) {
      .final__content {
        border-radius: 10px;
        padding: 32px; } }
  .final__main {
    margin-bottom: 128px; }
  .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;
    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 h3 {
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    margin-bottom: 52px; }
  .final__form input:not(input[type="checkbox"]) {
    border: 0;
    height: 44px;
    border-bottom: 1px solid #222222;
    width: 100%;
    margin-bottom: 38px; }
  .final__form input:not(input[type="checkbox"]):active, .final__form input:not(input[type="checkbox"]):focus {
    border: 0;
    outline: 0;
    border-bottom: 2px solid #000000; }
  .final__form .btn.sendform {
    width: 100%;
    max-width: none;
    margin-bottom: 24px; }

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

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

/*конец Стоимость курса*/
/* О нас */
.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 */ }
  @media screen and (max-width: 700px) {
    .about_us {
      padding-top: 64px; } }
  .about_us .container {
    padding-top: 0; }
  .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%; }
    @media screen and (max-width: 900px) {
      .about_us__txt {
        width: 100%;
        margin-bottom: 16px; } }
  .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: #F3F3F3;
    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; } }