body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  padding-top: 80px; }

body.jsmart-body-panel {
    margin-top: 49px;
    
}
body.jsmart-body-panel header.header {
    top: 49px;
}
input.required {
    border-color: red;
}

* {
  outline: none !important; }

a, button {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out; }
  a:hover, button:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

.h1, h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  color: #283C63; }

h2, .h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 39px; }

h3, .h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px; }

h4, .h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px; }

h5, .h5 {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px; }

p {
  font-weight: 500;
  font-size: 11px;
  line-height: 17px; }

.btn {
  width: 96px;
  height: 24px;
  border-radius: 2px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 9px;
  border: none; }

.col {
  padding-left: 8px;
  padding-right: 8px; }

.flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.grid {
  display: grid; }

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1166px;
  position: relative; }

.header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 10; }
  .header_scrolled .header__logo {
    opacity: 1; }
  .header .flex {
    -webkit-box-align: center;
    align-items: center; }
  .header__logo {
    opacity: 0;
    padding-left: 17px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .header__phone {
    margin-left: 118px; }
  .header__selection {
    margin-left: auto;
    margin-right: 67px; }
  .header-selection {
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    color: #F85F73; }
    .header-selection:hover {
      color: #000;
      text-decoration: none; }
  .header-phone {
    font-weight: 600;
    font-size: 16px;
    color: #000; }
    .header-phone:hover {
      color: #F85F73; }

.logo {
  width: 290px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
  .logo__img {
    margin-right: 20px;
    min-width: 52px;
    margin-right: 28px; }
  .logo__txt {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #283C63; }

.open-menu {
  border: none;
  width: 80px;
  height: 80px;
  background: #F85F73;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.37em;
  padding: 0;
  padding-left: 2px; }
  .open-menu span {
    position: relative; }
    .open-menu span::before, .open-menu span::after {
      width: 40px;
      height: 3px;
      content: "";
      display: block;
      margin-left: auto;
      margin-right: auto;
      background: #fff; }
    .open-menu span::before {
      margin-bottom: 3px; }
    .open-menu span::after {
      margin-top: 3px; }

.main__grid {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 565px 229px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: -8px;
  margin-right: -8px; }

.main__emblem {
  grid-area: 1 / 1 / 2 / 2;
  background: #EDEFF0; }

.main__info {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  padding-left: 104px;
  padding-bottom: 5px; }

.main__video {
  grid-area: 2 / 1 / 3 / 2; }

.main__txt {
  grid-area: 2 / 2 / 3 / 3;
  background: #FFDFA1;
  padding: 32px 48px; }
  .main__txt-title {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    margin-bottom: 17px; }
  .main__txt-desc {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #636363; }

.main__form {
  grid-area: 2 / 3 / 3 / 4;
  background: #283C63;
  padding: 32px 48px; }

.main__title {
  color: #283C63;
  margin-bottom: 21px; }
  .main__title span {
    color: #B8B8B8; }

.main__img {
  padding-left: 3px; }

.main-form__input {
  border: none;
  border-bottom: 1px solid #FFDFA1;
  font-weight: 500;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
  background: none;
  width: 100%;
  margin-bottom: 9px;
  padding-bottom: 3px; }
  .main-form__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .main-form__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .main-form__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .main-form__input::placeholder {
    color: rgba(255, 255, 255, 0.6); }

.main-form__consent {
  margin-top: 7px;
  margin-bottom: 17px; }

.main-form__btn {
  border-radius: 2px;
  background: #FFDFA1;
  border: none;
  width: 96px;
  height: 24px;
  font-weight: 600;
  font-size: 9px;
  color: #636363; }
  .main-form__btn:hover {
    color: #fff;
    background: #F85F73; }

.emblem {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-bottom: 30%; }

.consent {
  position: relative;
  padding-left: 12px; }
  .consent__input {
    display: none; }
    .consent__input:checked + .consent__label::before {
      background: transparent url(../img/icons/l-before.svg) 0 0 no-repeat; }
  .consent__label {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #FFFFFF;
    cursor: pointer;
    display: block; }
    .consent__label::before {
      content: "";
      background: transparent url(../img/icons/label.svg) 0 0 no-repeat;
      width: 8px;
      height: 9.5px;
      position: absolute;
      top: 3px;
      left: 0; }

.block-wrapper {
  padding-left: 96px; }

.whywe {
  padding-top: 120px; }
  .whywe__top {
    margin-bottom: 48px; }
  .whywe__title {
    max-width: 560px;
    margin-bottom: 16px; }
  .whywe__txt {
    max-width: 660px; }
  .whywe__bottom {
    background: #EDEFF0;
    padding-top: 40px;
    padding-bottom: 106px; }
  .whywe__list {
    margin-left: -8px;
    margin-right: -8px; }
    .whywe__list-col {
      padding-left: 8px;
      padding-right: 8px; }
      .whywe__list-col-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 104px; }
      .whywe__list-col-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%; }
      .whywe__list-col-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; }
  .whywe-item {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #000000; }
    .whywe-item_1 {
      margin-bottom: 24px; }
    .whywe-item_2 {
      margin-bottom: 48px; }
    .whywe-item_3 {
      margin-bottom: 46px; }
    .whywe-item_4 {
      margin-bottom: 20px; }
    .whywe-item_red {
      color: #F85F73; }
  .whywe-slash {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    padding-top: 66px; }
    .whywe-slash img {
      margin-bottom: 67px; }
      .whywe-slash img:last-child {
        margin-bottom: 0; }

.commission {
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative; }
  .commission::before {
    content: "";
    width: 100%;
    height: 457px;
    background: #EDEFF0;
    position: absolute;
    bottom: 0;
    left: 0; }
  .commission__title {
    margin-bottom: 16px; }
  .commission__desc {
    max-width: 660px;
    margin-bottom: 49px; }
  .commission-steps {
    background: transparent url(../img/steps/steps-line.png) 90px 62px no-repeat; }
    .commission-steps__item {
      width: 176px;
      margin-right: 112px;
      position: relative; }
      .commission-steps__item::after {
        content: url(../img/steps/steps-arrow.svg);
        position: absolute;
        top: 51px;
        right: -62px; }
      .commission-steps__item_last {
        margin-right: 0; }
        .commission-steps__item_last::after {
          display: none; }
      .commission-steps__item_sign::after {
        display: none; }
      .commission-steps__item_d::after {
        top: 59px; }
      .commission-steps__item_t::after {
        right: initial;
        left: -60px;
        top: 177px;
        display: inline-block;
        -webkit-transform: rotate(172deg);
        transform: rotate(172deg); }
  .commission-step {
    margin-bottom: 10px; }
    .commission-step__img {
      margin-bottom: 32px; }
    .commission-step__title {
      margin-bottom: 0; }
  .commission-sign {
    min-width: 291px;
    background: #283C63;
    position: relative;
    left: -58px;
    color: #fff;
    padding: 48px 58px; }
    .commission-sign__title {
      margin-bottom: 30px; }
    .commission-sign__btn {
      border-radius: 2px;
      border: none;
      width: 136px;
      height: 24px;
      color: #636363;
      font-weight: 600;
      font-size: 9px;
      background: #FFDFA1;
      margin-bottom: 15px; }
      .commission-sign__btn:hover {
        background: #F85F73;
        color: #fff; }
    .commission-sign__txt {
      font-weight: 500;
      font-size: 11px;
      line-height: 16px; }
      .commission-sign__txt a {
        display: block;
        font-weight: 600;
        font-size: 15px;
        color: #fff; }
        .commission-sign__txt a:hover {
          text-decoration: underline; }

.about {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative; }
  .about::before {
    content: "";
    width: 100%;
    height: 209px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #EDEFF0; }
  .about__info {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 100px; }
    .about__info-left {
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .about__info-right {
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
  .about-director {
    text-align: center; }
    .about-director__img {
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 49px; }
    .about-director__name {
      color: #283C63;
      margin-bottom: -1px; }
    .about-director__position {
      color: #828282; }
  .about__title {
    max-width: 540px;
    margin-bottom: 16px; }
  .about__desc {
    max-width: 560px;
    margin-bottom: 70px; }
  .about-docs {
    margin-left: -8px;
    margin-right: -8px; }
    .about-docs__item {
      padding-left: 8px;
      padding-right: 8px;
      -webkit-box-flex: 0;
      flex: 0 0 192px;
      max-width: 192px; }
  .about-doc {
    position: relative; }
    .about-doc__icon {
      margin-bottom: 24px; }
    .about-doc__title {
      display: block;
      color: #000000; }
      .about-doc__title:hover {
        color: #F85F73; }
      .about-doc__title::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  .about__rating {
    margin-left: -8px;
    margin-right: -8px; }
    .about__rating-left {
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
      padding-top: 31px; }
    .about__rating-right {
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
      padding-top: 38px; }
  .about__rating-title {
    color: #283C63;
    margin-left: 96px; }
  .about-slider {
    margin-left: -8px;
    margin-right: -8px;
    padding-right: 90px; }
    .about-slider__item {
      padding-left: 8px;
      padding-right: 8px; }
  .about-arrow {
    border-radius: 50%;
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
    background: #BDBDBD;
    position: absolute;
    z-index: 3;
    top: 9px; }
    .about-arrow:hover {
      background: #FFDFA1; }
  .about-prev {
    left: -64px;
    padding-bottom: 2px;
    padding-left: 1px; }
  .about-next {
    padding-bottom: 2px;
    padding-right: 1px;
    right: 33px; }



.faculty {
  padding-top: 120px;
  background: #EDEFF0;
  position: relative; }
  .faculty::before {
    content: "";
    width: 100%;
    height: 250px;
    max-height: 90%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff; }
  .faculty__title {
    margin-bottom: 53px; }
  .faculty__top {
    padding-left: 96px; }
  .faculty__head {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap; }
  .faculty__link {
    font-weight: 600;
    font-size: 15px;
    color: #F85F73;
    margin-top: 3px; }
    .faculty__link:hover {
      color: #283C63; }
  .faculty-tabs {
    margin-bottom: 24px; }
  .faculty-content {
    padding-top: 24px;
    padding-bottom: 57px;
    margin-left: -8px;
    margin-right: -8px;
    display: none; }
    .faculty-content_active {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; }
    .faculty-content__left {
     
      flex: 1;
      padding-left: 8px; }
    .faculty-content__right {
      -webkit-box-flex: 0;
      flex: 0 0 367px;
      max-width: 367px; }
    .faculty-content__title {
      color: #283C63;
      margin-bottom: 32px; }
    .faculty-content__desc {
      color: #636363;
      margin-bottom: 32px;
      max-width: 560px; }
      .faculty-content__desc p {
        margin-bottom: 0px;
        line-height: 17px; }
    .faculty-content__link {
      background: #F85F73;
      color: #fff; }
      .faculty-content__link:hover {
        color: #fff;
        background: #283C63; }
  .faculty__bottom {
    margin-left: -8px;
    margin-right: -8px; }
    .faculty__bottom-left {
      -webkit-box-flex: 0;
      flex: 0 0 480px;
      max-width: 480px;
      background: #F85F73; }
    .faculty__bottom-right {
      -webkit-box-flex: 1;
      flex: 1;
      background: #283C63; }
  .faculty-download {
    padding: 32px 48px;
    padding-bottom: 13px; }
    .faculty-download__title {
      color: #FFDFA1;
      margin-bottom: 8px; }
    .faculty-download__txt {
      color: #fff;
      font-size: 9px;
      line-height: 13px; }
  .faculty-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-left: 55px; }
    .faculty-form__input {
      width: 177px;
      margin-left: 8px;
      margin-right: 8px;
      font-weight: 500;
      font-size: 9px;
      color: rgba(255, 255, 255, 0.6);
      border: none;
      border-bottom: 1px solid #FFDFA1;
      background: transparent; }
      .faculty-form__input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.6); }
      .faculty-form__input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.6); }
      .faculty-form__input::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.6); }
      .faculty-form__input::placeholder {
        color: rgba(255, 255, 255, 0.6); }
    .faculty-form__btn {
      width: 136px;
      color: #636363;
      background: #FFDFA1;
      margin-left: 8px;
      margin-right: 8px; }
      .faculty-form__btn:hover {
        background: #F85F73;
        color: #fff; }
    .faculty-form__txt {
      color: #EDEFF0;
      text-align: center;
      font-size: 9px;
      margin-top: 2px; }

.f-content {
  padding-left: 96px;
  display: none;
}

.f-content_active {
  display: block;
}

.faculty-content-n {
  display: none;
}

.faculty-content-n_active {
  display: flex;
  flex-wrap: wrap;
}

.form-content {
  display: none;
}

.form-content_active {
  display: block;
}

.tabs {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .tabs__item {
    font-weight: 600;
    font-size: 18px;
    color: #828282;
    border-bottom: 2px solid transparent;
    padding-bottom: 9px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    margin-right: 30px; }
    .tabs__item_small {
      font-size: 12px;
      margin-right: 25px;
      padding-bottom: 8px; }
    .tabs__item:hover {
      border-color: #F85F73;
      color: #283C63; }
    .tabs__item_active {
      border-color: #F85F73;
      color: #283C63; }

.stats {
  padding-top: 120px;
  padding-bottom: 108px;
  position: relative; }
  .stats::before {
    content: "";
    width: 100%;
    height: 457px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #EDEFF0; }
  .stats__title {
    margin-bottom: 16px; }
  .stats__desc {
    max-width: 660px;
    margin-bottom: 68px; }
  .stats-list__item-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-left: 96px; }
  .stats-list__item-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .stats-list__item-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .stats-list__item-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .stats-item {
    font-weight: 600;
    margin-bottom: 47px; }
    .stats-item__count {
      color: #F85F73;
      font-size: 66px;
      line-height: 80px; }
    .stats-item__txt {
      font-size: 12px;
      line-height: 18px;
      color: #000000; }

.cons-form {
  background: #283C63;
  margin-left: -8px;
  margin-right: -16px;
  padding-top: 40px;
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 18px; }
  .cons-form__title {
    color: #FFDFA1;
    margin-bottom: 8px; }
  .cons-form__input {
    width: 246px;
    margin-right: 39px;
    margin-bottom: 16px; }
    .cons-form__input:nth-child(3) {
      margin-right: 0; }
  .cons-form__consent {
    margin-bottom: 10px; }

.form-input {
  font-weight: 500;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
  background: none;
  border: none;
  border-bottom: 1px solid #FFDFA1;
  padding-bottom: 3px; }
  .form-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .form-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .form-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .form-input::placeholder {
    color: rgba(255, 255, 255, 0.6); }

.form-btn {
  background: #FFDFA1;
  color: #636363;
  border: none;
  border-radius: 2px;
  width: 96px;
  height: 24px;
  color: #636363;
  font-size: 9px;
  font-weight: 600; }
  .form-btn:hover {
    background: #F85F73;
    color: #fff; }

.education {
  padding-top: 120px;
  background: #EDEFF0;
  padding-bottom: 100px;
  position: relative; }
  .education::before {
    content: "";
    width: 100%;
    height: 170px;
    max-height: 90%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
     }
  .education__title {
    margin-bottom: 35px; }
  .education-tabs {
    margin-bottom: 22px; }
  .education-content {
    display: none; }
    .education-content_active {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; }
    .education-content__left {
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
      padding-left: 96px; }
    .education-content__right {
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding-left: 8px; }
    .education-content__title {
      margin-bottom: 32px; }
    .education-content__desc {
      max-width: 560px; }
      .education-content__desc p {
        margin-bottom: 17px; }
    .education-content__photo {
      margin-left: -8px;
      margin-right: -8px; }
      .education-content__photo-item {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 16px; }

.reviews {
  padding-top: 120px;
  padding-bottom: 50px;
  position: relative; }
  .reviews::before {
    content: "";
    width: 100%;
    height: 457px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #EDEFF0; }
  .reviews__title {
    margin-bottom: 32px; }
  .reviews .cons-form {
    margin-left: 0;
    margin-right: 0; }
  .reviews__grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    margin-left: -8px;
    margin-right: -8px; }
  .reviews__video {
    grid-area: 1 / 1 / 2 / 2; }
  .reviews__slider {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 36px;
    background: #FFDFA1; }
  .reviews__form {
    grid-area: 2 / 2 / 3 / 3;
    -webkit-box-flex: 0;
    flex: 0 0 672px;
    max-width: 672px;
    margin-left: auto; }
  .reviews-item {
    display: -webkit-box !important;
    display: flex !important; }
    .reviews-item__video {
      -webkit-box-flex: 0;
      flex: 0 0 480px;
      max-width: 480px;
      min-height: 286px; }
    .reviews-item__head {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 24px; }
    .reviews-item__info {
      padding-top: 56px;
      padding-left: 104px;
      padding-right: 104px;
      -webkit-box-flex: 1;
      flex: 1; }
    .reviews-item__photo {
      width: 80px;
      min-width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 16px; }
    .reviews-item__name {
      color: #283C63;
      margin-bottom: -4px; }
    .reviews-item__course {
      font-size: 12px;
      color: #828282;
      font-weight: 600; }
    .reviews-item__txt {
      font-weight: 500;
      font-size: 11px;
      line-height: 17px;
      color: #636363;
      padding-bottom: 24px;
      overflow: hidden; }

.footer {
  background: #283C63;
  color: #FFFFFF;
  padding-top: 32px; }
  .footer .flex {
    margin-left: -8px;
    margin-right: -8px; }
  .footer__col {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 48px;
    padding-right: 48px;
    position: relative; }
    .footer__col::after {
      content: "";
      height: 100%;
      width: 1px;
      border-left: 1px dotted #FFDFA1;
      position: absolute;
      top: 0px;
      right: 0px; }
    .footer__col:last-child::after {
      display: none; }
  .footer__title {
    color: #FFDFA1; }
  .footer__info {
    padding-top: 24px;
    margin-bottom: 50px; }
    .footer__info-title {
      margin-bottom: 16px; }
  .footer__form-title {
    color: #FFDFA1;
    margin-bottom: 7px; }
  .footer-form__input {
    width: 100%;
    max-width: 246px;
    margin-bottom: 9px; }
  .footer-form__consent {
    margin-top: 8px;
    margin-bottom: 6px; }
  .footer__contacts {
    padding-top: 24px;
    margin-bottom: 80px; }
    .footer__contacts-title {
      margin-bottom: 0px; }
    .footer__contacts-txt {
      margin-bottom: 5px; }
  .footer__link {
    font-weight: 600;
    display: block;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 3px; }
    .footer__link:hover {
      color: #F85F73; }
  .footer__address {
    margin-top: 18px; }
  .footer__work {
    margin-bottom: 80px; }
    .footer__work-title {
      margin-bottom: 16px; }
    .footer__work-txt {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between; }
  .footer__social {
    padding-bottom: 30px; }
    .footer__social-title {
      margin-bottom: 15px; }
  .footer__menu {
    padding-top: 24px;
    padding-bottom: 62px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .footer__menu-title {
      margin-bottom: 49px; }
  .footer-menu {
    padding-left: 0;
    list-style: none;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF; }
    .footer-menu__item {
      margin-bottom: 24px; }
      .footer-menu__item a {
        color: #FFFFFF; }
        .footer-menu__item a:hover {
          color: #F85F73; }
  .footer__politics {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFDFA1;
    margin-top: auto; }
    .footer__politics:hover {
      color: #fff; }
  .footer__line {
    width: 100%;
    max-width: 1056px;
    height: 1px;
    border-bottom: 1px dotted #FFDFA1;
    margin-left: auto;
    margin-right: auto; }
  .footer__developer {
    padding-top: 17px;
    padding-bottom: 18px; }
    .footer__developer a {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      color: #EEEEEE;
      font-size: 14px; }
      .footer__developer a img {
        margin-left: 9px; }

.social {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap; }
  .social__item {
    margin-right: 16px; }

.vk-icon {
  width: 36px;
  height: 21px;
  display: inline-block;
  background: transparent url(../img/icons/vk.svg) 0 0 no-repeat; }
  .vk-icon:hover {
    background: transparent url(../img/icons/vk-a.svg) 0 0 no-repeat; }

.inst-icon {
  width: 29px;
  height: 29px;
  display: inline-block;
  background: transparent url(../img/icons/inst.svg) 0 0 no-repeat; }
  .inst-icon:hover {
    background: transparent url(../img/icons/inst-a.svg) 0 0 no-repeat; }

.yt-icon {
  width: 36px;
  height: 24px;
  display: inline-block;
  background: transparent url(../img/icons/yt.svg) 0 0 no-repeat; }
  .yt-icon:hover {
    background: transparent url(../img/icons/yt-a.svg) 0 0 no-repeat; }

.wa-icon {
  width: 29px;
  height: 29px;
  display: inline-block;
  background: transparent url(../img/icons/wa.svg) 0 0 no-repeat; }
  .wa-icon:hover {
    background: transparent url(../img/icons/wa-a.svg) 0 0 no-repeat; }

.tg-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: transparent url(../img/icons/tg.svg) 0 0 no-repeat; }
  .tg-icon:hover {
    background: transparent url(../img/icons/tg-a.svg) 0 0 no-repeat; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: #F85F73;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  padding-top: 200px; }
  .menu_opened {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  .menu-close {
    position: absolute;
    top: -200px;
    right: 0;
    border: none;
    background: #FFFFFF;
    width: 80px;
    height: 80px; }
  .menu nav {
    padding-left: 96px;
    padding-right: 96px; }
    .menu nav > ul > li {
      margin-bottom: 48px;
      line-height: 39px; }
      .menu nav > ul > li:nth-child(1) {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41% - 3px);
        max-width: calc(41% - 3px); }
      .menu nav > ul > li:nth-child(3) {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 41px; }
      .menu nav > ul > li:nth-child(4) {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 41px; }
      .menu nav > ul > li:nth-child(5) {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41% - 3px);
        max-width: calc(41% - 3px); }
      .menu nav > ul > li:nth-child(6) {
        margin-right: 120px; }
      .menu nav > ul > li:nth-child(7) {
        -webkit-box-flex: 0;
        flex: 0 0 calc(41% - 3px);
        max-width: calc(41% - 3px); }
  .menu a {
    color: #fff; }
    .menu a:hover {
      color: #FFDFA1; }
  .menu ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 30px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .menu ul ul {
      font-size: 18px;
      margin-top: -5px; }
      .menu ul ul li {
        margin-right: 25px; }
        .menu ul ul li:last-child {
          margin-right: 0; }

.reviews-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  top: 45%; }

.reviews-prev {
  background: #fff url(../img/icons/r-prev.svg) center no-repeat;
  left: 497px; }
  .reviews-prev:hover {
    background: #fff url(../img/icons/red-prev.svg) center no-repeat; }

.reviews-next {
  background: #fff url(../img/icons/r-next.svg) center no-repeat;
  right: 15px; }
  .reviews-next:hover {
    background: #fff url(../img/icons/red-next.svg) center no-repeat; }

.reviews-slider {
  width: 100%; }
  .reviews-slider iframe {
    height: 100%; }

.scroll-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  width: 120px; }

.whywe {
  position: relative; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: auto;
  display: none; }
  .modal-close {
    display: block;
    width: 24px;
    margin-left: auto;
    margin-bottom: 24px;
    cursor: pointer; }
  .modal__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer; }
  .modal__content {
    width: 1280px;
    max-width: 100%;
    margin: 60px auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.quiz {
  background: #fff; }
  .quiz .cons-form {
    margin-left: 0;
    margin-right: 0; }
  .quiz__logo {
    padding-left: 31px;
    padding-top: 17px;
    margin-bottom: 135px; }
  .quiz-thanks {
    padding-top: 58px;
    padding-bottom: 58px;
    display: none; }
    .quiz-thanks .vk-icon {
      background: transparent url(../img/icons/vk-a.svg) 0 0 no-repeat; }
    .quiz-thanks .inst-icon {
      background: transparent url(../img/icons/inst-a.svg) 0 0 no-repeat; }
    .quiz-thanks .yt-icon {
      background: transparent url(../img/icons/yt-a.svg) 0 0 no-repeat; }
    .quiz-thanks .tg-icon {
      background: transparent url(../img/icons/tg-a.svg) 0 0 no-repeat; }
    .quiz-thanks .wa-icon {
      background: transparent url(../img/icons/wa-a.svg) 0 0 no-repeat; }
    .quiz-thanks .social {
      -webkit-box-pack: center;
      justify-content: center; }
    .quiz-thanks .social__item {
      margin-left: 8px;
      margin-right: 8px; }
    .quiz-thanks__txt {
      font-weight: 600;
      font-size: 24px;
      text-align: center;
      color: #828282;
      margin-bottom: 36px; }
  .quiz__title {
    margin-bottom: 48px; }
    .quiz__title_mb {
      margin-bottom: 17px; }
    .quiz__title_tac {
      text-align: center;
      margin-bottom: 33px; }
  .quiz__subtitle {
    text-align: center;
    margin-bottom: 64px;
    display: none; }
  .quiz__body {
    background: #EDEFF0; }
    .quiz__body_active {
      background: #fff; }
  .quiz__form {
    max-width: 672px; }
  .quiz-content {
    padding-top: 72px;
    padding-left: 96px;
    padding-bottom: 72px;
    display: none; }
    .quiz-content_active {
      display: block; }
    .quiz-content__subtitle {
      margin-bottom: 34px;
      max-width: 560px; }
    .quiz-content__title {
      margin-bottom: 21px;
      max-width: 560px; }
    .quiz-content__group {
      margin-bottom: 23px; }
    .quiz-content__item {
      position: relative;
      padding-left: 30px; }
    .quiz-content__input {
      display: none; }
      .quiz-content__input:checked + .quiz-content__label::before {
        background: transparent url(../img/icons/q-before.svg) 0 0 no-repeat;
        border: none; }
    .quiz-content__label {
      font-weight: 600;
      font-size: 18px;
      color: #4F4F4F;
      cursor: pointer;
      max-width: 424px; }
      .quiz-content__label::before {
        content: "";
        width: 16px;
        height: 16px;
        border: 1px solid #828282;
        position: absolute;
        left: 0;
        top: 5px; }
    .quiz-content__btn {
      width: 176px;
      background: #F85F73;
      color: #fff; }
      .quiz-content__btn:hover {
        background: #283C63; }

.contacts {
  padding-top: 64px;
  position: relative; }
  .contacts__map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 64px;
    z-index: 2;
    left: 0; }
    .contacts__map iframe {
      width: 100%;
      height: 100%;
      max-height: 728px; }
  .contacts-info {
    -webkit-box-flex: 0;
    flex: 0 0 384px;
    max-width: 384px;
    margin-left: -8px;
    background: #F85F73;
    padding-top: 32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
    position: relative;
    z-index: 3;
    color: #fff; }
  .contacts .footer__link:hover {
    color: #FFDFA1; }
  .contacts .footer__contacts-txt {
    margin-bottom: 34px; }
  .contacts .footer__contacts {
    margin-bottom: 55px; }
  .contacts .footer__work {
    margin-bottom: 56px; }

.content {
  padding-top: 120px;
  padding-bottom: 71px; }

.article {
  padding-left: 96px;
  padding-bottom: 40px; }
  .article__suptitle {
    margin-bottom: 16px; }
  .article__title {
    max-width: 760px;
    margin-bottom: 48px; }
  .article__body {
    max-width: 945px; }
    .article__body p {
      margin-bottom: 17px; }
      .article__body p:first-child {
        margin-bottom: 24px; }

.blog {
  padding-left: 96px;
  padding-bottom: 41px; }
  .blog__head {
    max-width: 745px;
    margin-bottom: 49px; }
  .blog__list {
    max-width: 745px; }
  .blog__title {
    margin-bottom: 16px; }
  .blog-item {
    margin-bottom: 25px; }
    .blog-item:last-child {
      margin-bottom: 0; }
    .blog-item__title {
      margin-bottom: 7px; }
      .blog-item__title a {
        color: #F85F73; }
        .blog-item__title a:hover {
          color: #283C63; }

.no-padding {
  padding: 0; }

.teacher {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end; }
  .teacher__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .teacher__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .teacher__info {
    margin-bottom: 103px;
    border-left: 80px solid #F85F73;
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #fff;
    width: 1056px;
    padding-left: 26px;
    padding-right: 26px; }
    .teacher__info-left {
      padding-top: 10px;
      padding-bottom: 15px; }
    .teacher__info-right {
      padding-top: 16px; }
  .teacher__position {
    color: #4F4F4F;
    font-weight: 600;
    font-size: 15px; }
  .teacher__name {
    margin-bottom: -8px; }

.banner__wrapper {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  max-width: 1526px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.banner__head {
  background: #EDEFF0;
  padding-top: 129px;
  padding-bottom: 112px; }

.banner__body {
  background: #F85F73;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 174px;
  padding-bottom: 220px; }
  .banner__body-left {
    font-weight: 600;
    font-size: 72px;
    color: #FFFFFF;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .banner__body-right {
    font-weight: 600;
    font-size: 36px;
    line-height: 39px;
    color: #FFDFA1;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-top: 29px;
    padding-left: 26px; }
    .banner__body-right a {
      color: #FFDFA1; }
      .banner__body-right a:hover {
        color: #283C63; }

.banner__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
  .banner__logo-txt {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #283C63; }
  .banner__logo-img {
    margin-right: 114px; }

.faculty-info {
  padding-top: 120px;
  padding-bottom: 48px; }
  .faculty-info__head {
    margin-bottom: 43px; }
  .faculty-info__left {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-left: 96px; }
  .faculty-info__right {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-left: 8px; }
  .faculty-info__suptitle {
    margin-bottom: 16px; }
  .faculty-info__desc {
    padding-left: 96px;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
    color: #636363;
    max-width: 1020px; }

.stats_inner {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 441px;
  background: #EDEFF0; }
  .stats_inner::before {
    display: none; }

.stats-list__item-9 {
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 96px; }
  .stats-list__item-9 .cons-form {
    max-width: 672px; }

.stats-list__item-pt {
  padding-top: 115px; }

.discipline {
  padding-top: 48px;
  padding-bottom: 48px; }
  .discipline__wrapper {
    padding-left: 96px; }
  .discipline__title {
    color: #283C63;
    margin-bottom: 32px; }
  .discipline-item {
    margin-bottom: 16px; }
    .discipline-item__title {
      color: #4F4F4F;
      position: relative;
      cursor: pointer;
      margin-bottom: 16px; }
      .discipline-item__title::before {
        content: url(../img/icons/red-next.svg);
        position: absolute;
        left: -26px;
        top: 0; }
    .discipline-item__info {
      border-radius: 3px;
      background: #FFDFA1;
      padding: 32px 48px 16px 48px;
      max-width: 960px;
      margin-left: -8px;
      display: none; }
      .discipline-item__info p {
        margin-bottom: 16px;
        color: #636363; }
      .discipline-item__info h5 {
        margin-bottom: 0px;
        color: #283C63; }

.commission_inner {
  padding-top: 64px; }
  .commission_inner::before {
    display: none; }
  .commission_inner .commission__desc {
    margin-bottom: 46px; }

.vacancy {
  padding-top: 9px;
  padding-bottom: 64px;
  position: relative; }
  .vacancy::before {
    content: "";
    width: 100%;
    height: 221px;
    background: #4F4F4F;
    position: absolute;
    left: 0;
    bottom: 0; }
  .vacancy__title {
    color: #283C63;
    margin-bottom: 16px; }
  .vacancy__desc {
    max-width: 660px;
    margin-bottom: 45px; }
  .vacancy-list {
    margin-left: -8px;
    margin-right: -8px; }
    .vacancy-list__item {
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%; }
  .vacancy-item {
    background: #FFDFA1;
    border-radius: 2px;
    padding: 32px 34px;
    min-height: 229px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-weight: 600; }
    .vacancy-item__name {
      font-size: 15px;
      line-height: 22px;
      color: #283C63; }
    .vacancy-item__txt {
      font-size: 24px;
      line-height: 39px;
      text-align: right;
      color: #F85F73;
      margin-top: auto; }
    .vacancy-item__salary {
      font-size: 30px;
      line-height: 39px;
      text-align: right;
      color: #4F4F4F; }

.professor__title {
  margin-bottom: 28px;
  color: #283C63; }

.professor__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-right: 46px; }

.professor-fake {
  height: 376px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 16px;
  background: #EDEFF0;
  border-radius: 2px;
  margin-left: 4px;
  margin-right: 4px; }

.professor-slider {
  width: 672px;
  margin-left: 4px;
  margin-right: 4px;
  background: #EDEFF0;
  border-radius: 2px; }

.professor-item__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-left: 36px;
  padding-right: 56px;
  padding-top: 48px; }

.professor-item__left {
  -webkit-box-flex: 0;
  flex: 0 0 215px;
  max-width: 215px; }

.professor-item__right {
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 36px; }

.professor-item__photo {
  text-align: center;
  margin-bottom: 36px; }
  .professor-item__photo img {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto; }

.professor-item__diplom {
  max-width: 168px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.professor-item__name {
  max-width: 98%;
  color: #283C63;
  margin-bottom: 0; }

.professor-item__position {
  color: #828282;
  line-height: 18px; }

.professor-item__txt {
  font-size: 9px;
  line-height: 14px;
  color: #636363; }

.professor-item__last {
  margin-bottom: 10px; }

.professor-item__doc {
  font-weight: 500;
  font-size: 9px;
  color: #636363;
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 14px;
  margin-bottom: 10px;
  max-width: 265px; }
  .professor-item__doc::before {
    content: url(../img/icons/doc.svg);
    position: absolute;
    left: 0;
    top: -2px; }

.b-next {
  position: absolute;
  right: -20px;
  top: 42%;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent url(../img/icons/b-next.svg) center no-repeat; }

.b-prev {
  position: absolute;
  left: -30px;
  top: 42%;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent url(../img/icons/b-prev.svg) center no-repeat; }

.p-next {
  background: #fff url(../img/icons/red-next.svg) center no-repeat;
  right: 10px; }

.p-prev {
  background: #fff url(../img/icons/red-prev.svg) center no-repeat;
  left: 10px; }

@media (min-width: 1200px) and (max-width: 1400px) {
  .banner__body-left {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .banner__body-right {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .banner__wrapper {
    padding-left: 24px;
    padding-right: 24px; }
  .banner__body-left {
    font-size: 62px; }
  .banner__body-right {
    font-size: 34px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px; }
  .header__phone {
    margin-left: auto;
    margin-right: auto; }
  .header__selection {
    margin-left: auto;
    margin-right: auto; }
  .main__video iframe {
    max-width: 100%; }
  .main__form, .main__txt {
    padding-top: 22px;
    padding-left: 38px; }
  .block-wrapper {
    padding-left: 0; }
  .whywe__list-col-3 {
    padding-left: 8px;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: flex; }
  .whywe-item {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px; }
    .whywe-item br {
      display: none; }
  .whywe__list-col-1 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px; }
  .whywe-slash {
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    justify-content: space-around;
    width: 100%; }
    .whywe-slash img {
      margin-bottom: 0; }
  .whywe__list-col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: flex; }
  .whywe-item_1 {
    margin-bottom: 0; }
  .whywe-item_2 {
    margin-bottom: 0; }
  .whywe-item_3 {
    margin-bottom: 0; }
  .whywe-item_4 {
    margin-bottom: 0; }
  .about-docs__item {
    -webkit-box-flex: 0;
    flex: 0 0 160px;
    max-width: 160px; }
  .faculty__top {
    padding-left: 0; }
  .faculty-content__left {
    padding-left: 8px; }
  .faculty__bottom-left {
    -webkit-box-flex: 0;
    flex: 0 0 400px;
    max-width: 400px; }
  .faculty-form {
    padding-left: 10px;
    padding-right: 10px; }
  .faculty-form__input {
    width: 160px; }
  .stats-list__item-5 {
    padding-left: 8px; }
  .cons-form {
    padding-top: 24px;
    padding-left: 24px; }
  .cons-form__input {
    width: 200px; }
  .education-content__left {
    padding-left: 8px; }
  
  .reviews__grid {
    grid-template-columns: 40% 60%; }
  iframe {
    max-width: 100%; }
  .reviews-item__info {
    padding-left: 48px;
    padding-top: 46px;
    padding-right: 48px; }
  .reviews-item__video {
    -webkit-box-flex: 0;
    flex: 0 0 400px;
    max-width: 400px; }
  .footer__col {
    padding-left: 16px;
    padding-right: 16px; }
  
  .commission-steps__item.commission-steps__item_sign {
    -webkit-box-ordinal-group: 5;
    order: 4;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .commission-sign {
    left: 0;
    max-width: 290px; }
  .modal__content {
    max-width: 960px; }
    .modal__content .block-wrapper {
      padding-left: 24px; }
  .quiz-content {
    padding-left: 24px; }
  .commission-steps {
    background: none; }
  .commission-steps__item {
    margin-right: 0;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
    order: 1; }
    .commission-steps__item:nth-child(3)::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      display: inline-block;
      top: initial;
      bottom: -155px;
      height: 0; }
    .commission-steps__item:nth-child(5) {
      -webkit-box-ordinal-group: 4;
      order: 3; }
      .commission-steps__item:nth-child(5)::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        right: initial;
        left: -71px; }
    .commission-steps__item:nth-child(6) {
      -webkit-box-ordinal-group: 3;
      order: 2; }
      .commission-steps__item:nth-child(6)::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        right: initial;
        left: -71px; }
  .commission-steps__item::after {
    right: 64px; }
  .commission-step {
    position: relative; }
  .menu {
    padding-top: 80px; }
  .menu-close {
    top: -80px; }
  .menu nav > ul > li {
    margin-bottom: 28px; }
  .menu ul ul {
    font-size: 17px; }
  .about__rating-title {
    margin-left: 46px; }
  .reviews-next {
    right: 15px; }
  .reviews-prev {
    left: 410px; }
  .reviews__form {
    -webkit-box-flex: 0;
    flex: 0 0 546px;
    max-width: 546px; }
  .article {
    padding-left: 0; }
  .blog {
    padding-left: 0; }
  .teacher__info {
    width: 900px; }
  .banner__body-left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .banner__body-right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0; }
  .banner__wrapper {
    padding-left: 24px;
    padding-right: 24px; }
  .faculty-info__left {
    padding-left: 8px; }
  .faculty-info__desc {
    padding-left: 8px; }
  .stats-list__item-9 {
    padding-left: 8px; }
  .discipline__wrapper {
    padding-left: 8px; }
  button.reviews-prev.p-prev.reviews-arrow.slick-arrow {
    left: 10px; }
  .vacancy-item {
    padding: 24px; }

  .f-content {
    padding-left: 0;
  }
     }

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px; }
  .commission-steps__item {
    min-width: 176px;
    margin-right: 40px; }
    .commission-steps__item::after {
      display: none; }
  .commission-steps {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll; }
  .commission::before {
    height: 310px; }
  .about-docs__item {
    max-width: 33%; }
  .about::before {
    height: 175px; }
  .faculty__bottom-left {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .faculty-form {
    padding-left: 24px;
    padding-right: 12px;
    padding-top: 12px;
    -webkit-box-pack: start;
    justify-content: flex-start; }
  .faculty-form__input {
    margin-bottom: 10px; }
  .faculty-form__txt {
    text-align: left; }
  .faculty-download {
    padding-left: 24px;
    padding-top: 12px; }
  .faculty::before {
    height: 170px; }
    .education::before {
      height: 90px;
    }
  .stats-list__item-5, .stats-list__item-4, .stats-list__item-3 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .stats-list__item-7 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .modal__content {
    max-width: 720px; }
  .teacher__info {
    width: 700px; }
  .banner__body-left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 56px; }
  .banner__body-right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0; }
  .banner__wrapper {
    padding-left: 24px;
    padding-right: 24px; }
  .banner__logo-img {
    margin-right: 48px; }
    .banner__logo-img br {
      display: none; }
  .banner__head {
    padding-top: 60px;
    padding-bottom: 60px; }
  .banner__body {
    padding-top: 60px;
    padding-bottom: 60px; }
  .banner {
    height: 100vh;
    background: #F85F73; }
  .banner__logo-img {
    width: 200px; }
  .vacancy-list__item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px; }

  .faculty-content__left {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .faculty-content__right {
    flex: 0 0 40%;
    max-width: 40%;
  }

     }

@media (max-width: 991px) {
  .faculty-info__left {
    padding-left: 0px; }
  .faculty-info__desc {
    padding-left: 0; }
  .stats_inner {
    max-height: initial; }
  .stats-list__item-9 {
    padding-left: 8px;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .discipline__wrapper {
    padding-left: 0; }
  .professor-fake {
    display: none; }
  .professor-slider {
    width: 100%;
    margin: 0; }
  button.reviews-next.p-next.reviews-arrow.slick-arrow {
    top: 40%; }
  button.reviews-prev.p-prev.reviews-arrow.slick-arrow {
    top: 40%; }
  .commission_inner .commission-steps__item.commission-steps__item_sign {
    display: none; }
  .stats-list__item-pt {
    padding-top: 0; }
  .quiz-content {
    padding-left: 0;
    padding-left: 16px;
    padding-right: 16px; }
  .header__selection {
    display: none; }
  .header__phone {
    margin-left: auto;
    margin-right: auto; }
  .header__logo {
    padding-left: 0; }
  .main__emblem {
    display: none; }
  .main__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 350px 300px 120px 200px; }
  .main__info {
    grid-area: 1 / 1 / 2 / 2;
    padding: 40px 0px;
    text-align: center; }
  .main__video {
    grid-area: 2 / 1 / 3 / 2; }
    .main__video iframe {
      width: 100%;
      height: 300px; }
  .main__txt {
    grid-area: 3 / 1 / 4 / 2; }
  .main__form {
    grid-area: 4 / 1 / 5 / 2; }
  form.main-form {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .main-form__input {
    width: 49%; }
  .whywe {
    padding-top: 40px; }
  .block-wrapper {
    padding-left: 0; }
  .whywe__list-col-3 {
    padding-left: 8px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .whywe__list-col-1 {
    display: none; }
  .whywe__list-col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .whywe__bottom {
    padding-bottom: 40px; }
  .commission {
    padding-top: 40px; }
  .commission-steps__item {
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .commission-steps__item.commission-steps__item_sign {
    -webkit-box-ordinal-group: 2;
    order: 1;
    min-width: initial;
    width: auto; }
  .commission-sign {
    left: 0; }
  .commission-steps {
    background: transparent; }
  .about__rating-title {
    margin-left: 0; }
  .about-slider {
    padding-right: 0; }
  .about-prev {
    left: -26px; }
  .about-next {
    right: -20px; }
  .about {
    padding-top: 40px;
    padding-bottom: 40px; }
  .faculty {
    padding-top: 40px; }
  .faculty__top {
    padding-left: 0; }
  .faculty__link {
    display: none; }
  .faculty-content__left {
    padding-left: 8px; }
  .stats-list__item-5 {
    padding-left: 8px; }
  .stats {
    padding-top: 40px;
    padding-bottom: 40px; }
  .education {
    padding-top: 40px;
    padding-bottom: 40px; }
  .education-content__left {
    padding-left: 8px; }
  .reviews__grid {
    grid-template-columns: 100%;
    grid-template-rows: 300px auto 230px;
    grid-row-gap: 0px; }
  .reviews__video {
    grid-area: 1 / 1 / 2 / 2; }
    .reviews__video iframe {
      height: 300px;
      width: 100%; }
  .reviews__slider {
    grid-area: 2 / 1 / 3 / 2; }
  .reviews__form {
    grid-area: 3 / 1 / 4 / 2; }
  .reviews {
    padding-top: 40px;
    padding-bottom: 40px; }
  .footer__col {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 16px;
    padding-right: 16px; }
  .footer__col:nth-child(1) {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
    .footer__col:nth-child(1)::after {
      display: none; }
  .menu {
    padding-top: 60px; }
  .menu-close {
    top: -60px; }
  .menu nav > ul > li:nth-child(1), .menu nav > ul > li:nth-child(5) {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .menu nav {
    padding-left: 0;
    padding-right: 0; }
  .header__logo {
    opacity: 1; }
  .scroll-icon {
    display: none; }
  .reviews-item__video {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .reviews-item {
    flex-wrap: wrap; }
    .reviews-item iframe {
      width: 100%;
      height: 300px; }
  .reviews-arrow {
    top: 70%; }
  .reviews-prev {
    left: 15px; }
  .reviews__form {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .reviews__slider {
    margin-bottom: 0; }
  .reviews-item__info {
    padding-top: 24px; }
  .article {
    padding-left: 0; }
  .blog {
    padding-left: 0; }
  .content {
    padding-top: 40px;
    padding-bottom: 40px; }

  .f-content {
    padding-left: 0;
  }
     }

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px; } }

@media (max-width: 767px) {
  .commission-steps__item {
    margin-right: 0; }
  .logo {
    width: auto; }
    .logo__img {
      margin-right: 0; }
    .logo__txt {
      display: none; }
  .footer__col::after {
    display: none; }
  .faculty__bottom-left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .about__info-left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px; }
  .about__info-right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .about__rating-left {
    padding-top: 0;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .about__rating-right {
    padding-top: 0;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .about-slider__item img {
    margin-left: auto;
    margin-right: auto; }
  .about-next {
    right: 0; }
  .about-prev {
    left: 0; }
  .faculty-content__left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .faculty-content__right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .stats-list__item-5, .stats-list__item-4, .stats-list__item-3 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .stats-list__item-7 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .stats-item__count {
    font-size: 48px; }
  .education-content__left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .education-content__right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .footer__col {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .open-menu {
    width: 60px;
    height: 60px; }
  .header {
    height: 60px; }
  body {
    padding-top: 60px; }
  .main__grid {
    grid-template-rows: auto; }
  .h1, h1 {
    font-size: 24px;
    line-height: normal; }
  h2, .h2 {
    font-size: 22px;
    line-height: normal; }
  .main__title br {
    display: none; }
  .main__video iframe {
    width: 100%;
    height: auto; }
  .main__txt {
    padding: 24px;
    margin-top: -7px; }
  .main__form {
    padding: 24px; }
  .main-form__input {
    width: 100%; }
  .commission-steps__item::after {
    display: none; }
  .commission-steps {
    margin-left: -8px;
    margin-right: -8px; }
  .commission-steps__item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 40px; }
  .commission {
    padding-bottom: 0px; }
  .commission__desc {
    margin-bottom: 40px; }
  .whywe-item {
    font-size: 14px;
    line-height: normal; }
  .about-director__img {
    margin-bottom: 40px; }
  .about-doc__icon {
    margin-bottom: 12px; }
  .about-docs__item {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .about__desc {
    margin-bottom: 40px; }
  .about__info {
    margin-bottom: 40px; }
  .about::before {
    height: 210px; }
  .faculty__title {
    margin-bottom: 40px; }
  .tabs__item_small {
    margin-right: 10px; }
  .faculty-content__right {
    margin-top: 32px; }
  .faculty-download {
    padding: 24px; }
  .faculty-form {
    padding: 24px;
    -webkit-box-pack: start;
    justify-content: flex-start; }
    .faculty-form__txt {
      text-align: left; }
  .faculty-form__input {
    margin: 0;
    margin-bottom: 10px; }
  .faculty-form__btn {
    margin: 0; }
  .stats__desc {
    margin-bottom: 40px; }
  .stats-item {
    margin-bottom: 20px; }
    .stats-item br {
      display: none; }
  .cons-form {
    padding: 24px;
    margin-right: -8px; }
  .container {
    padding-left: 8px;
    padding-right: 8px; }
  .slick-dots {
    bottom: -40px; }
  .reviews__slider {
    padding: 24px;
    margin-top: -7px; }
  .footer__info {
    padding-top: 0;
    margin-bottom: 40px; }
  .footer__form {
    margin-bottom: 40px; }
  .footer__contacts {
    padding-top: 0;
    margin-bottom: 40px; }
  .footer__work {
    margin-bottom: 40px; }
  .footer__social {
    padding-bottom: 40px; }
  .footer__menu {
    padding-top: 0;
    padding-bottom: 40px; }
  .reviews__grid {
    grid-template-rows: auto; }
  .menu ul {
    font-size: 22px; }
  .menu nav > ul > li {
    margin-bottom: 16px; }
  .menu ul ul {
    font-size: 14px; }
  .menu nav > ul > li:nth-child(3) {
    margin-bottom: 16px; }
  .menu-close {
    width: 60px;
    height: 60px; }
  .footer__work-txt {
    -webkit-box-pack: start;
    justify-content: flex-start; }
    .footer__work-txt span {
      margin-right: 16px; }
  .education-content__photo-item img {
    width: 100%; }
  .commission-step__img {
    width: 100%; }
  .reviews-item__info {
    padding-left: 15px;
    padding-right: 15px; }
  .reviews__slider {
    padding: 0; }
    .reviews__slider .slick-dots {
      bottom: -20px; }
  .contacts__map {
    position: initial;
    height: 300px; }
  .contacts-info {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .flex.contacts__info {
    margin-left: -8px;
    margin-right: -8px; }
  .contacts {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    padding-bottom: 0px; }
    .contacts__map {
      max-width: 540px;
      margin-left: auto;
      margin-right: auto; }
  .commission-sign {
    padding: 24px; }
  .modal__content {
    margin: 20px auto;
    right: 15px;
    left: 15px;
    width: initial;
    max-width: initial; }
  .quiz__title {
    margin-bottom: 40px; }
  .quiz-content {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px; }
  .quiz__subtitle {
    margin-bottom: 40px; }
  .quiz-thanks {
    padding-top: 40px;
    padding-bottom: 40px; }
    .quiz-thanks__txt {
      font-size: 20px; }
  .commission-sign {
    min-width: initial; }
  .quiz-content__label {
    font-size: 16px; }
  .quiz__logo {
    padding-left: 0;
    margin-bottom: 40px;
    max-width: 290px; }
    .quiz__logo .logo__txt {
      display: block; }
    .quiz__logo .logo__img {
      margin-right: 15px; }
  .teacher__info {
    border-left: 20px solid #F85F73;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 540px; }
  .teacher__name {
    font-size: 20px;
    margin-bottom: 0; }
  .teacher__info-right {
    display: none; }
  .banner__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%; }
  .banner__head {
    padding-top: 40px;
    padding-bottom: 40px; }
  .banner__body {
    padding-top: 40px;
    padding-bottom: 40px; }
  .banner__body-left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 32px;
    text-align: center; }
  .banner__body-right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    font-size: 18px;
    line-height: normal;
    text-align: center; }
  .banner__logo-img {
    margin-right: 0;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px; }
  .banner__logo-txt {
    text-align: center;
    font-size: 28px;
    line-height: normal; }
  .banner {
    min-height: 100vh;
    background: #F85F73; }
  .faculty-info__left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .faculty-info__right {
    display: none; }
  .faculty-info {
    padding-top: 40px;
    padding-bottom: 40px; }
  .faculty-info__head {
    margin-bottom: 24px; }
  .stats_inner {
    padding-top: 0; }
    .stats_inner .cons-form {
      margin-left: -8px;
      margin-right: -8px;
      max-width: initial; }
  .stats-list__item-9 {
    padding-left: 0;
    padding-right: 0; }
  .discipline {
    padding-top: 40px;
    padding-bottom: 40px; }
  .discipline-item__title {
    padding-left: 20px; }
    .discipline-item__title::before {
      left: 0; }
  .discipline-item__info {
    margin-left: 0;
    padding: 16px; }
  .professor-item__diplom {
    display: none; }
  .professor-item__inner {
    padding: 16px; }
  .professor-item__left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .professor-item__right {
    padding-left: 0; }
  button.reviews-next.p-next.reviews-arrow.slick-arrow {
    top: 15%;
    right: 4px; }
  button.reviews-prev.p-prev.reviews-arrow.slick-arrow {
    top: 15%;
    left: 4px; }
  .professor__wrapper {
    padding-right: 0; }
  .vacancy-list__item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px; } 

  .faculty::before {
    height: 90px;
  }

  .education::before {
    height: 90px;
  }

  }

@media (max-width: 480px) {
  .commission-steps__item {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .about-doc__title {
    font-size: 10px; }
  .stats-list__item-5, .stats-list__item-4, .stats-list__item-3 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .content {
    padding-top: 40px;
    padding-bottom: 40px; }
  .vacancy-list__item {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; } }
