@font-face {
  font-family: "icomoon";
  font-display: swap;
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

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

.container .stretch {
  padding-right: 0;
  padding-left: 0;
}

.container-stretch {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.36;
  color: #595959;
  background-color: #fff;
  position: relative;
}

body.no-scroll {
  position: fixed;
  width: 100%;
}

body.blur .site-wrapper {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.site-wrapper {
  overflow: hidden;
}

.thank .site-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.thank .site-wrapper__top {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.thank .site-wrapper__bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.frame {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 300;
  color: #000000;
  line-height: 1.1;
}

.title {
  font-size: 40px;
  text-align: center;
}

p {
  margin-top: 0;
}

b {
  font-weight: 500;
}

img {
  max-width: 100%;
}

input,
textarea {
  outline: none;
}

input[type="text"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: .25rem 1.25rem .25rem .25rem;
  background: url(../images/select-arrow.png) calc(100% - .5rem) center no-repeat;
}

select:focus {
  outline: none;
}

.delay {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.delay:hover {
  border-color: #2d436f;
  text-decoration: none;
}

.underline {
  position: relative;
}

.underline:before {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  content: '';
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  border-top: 2px solid #fff;
}

.underline:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

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

.mediabox:before {
  padding-top: 100%;
  display: block;
  content: '';
}

.mediabox_60:before {
  padding-top: 60%;
}

.mediabox_65:before {
  padding-top: 65%;
}

.mediabox_70:before {
  padding-top: 70%;
}

.mediabox_75:before {
  padding-top: 75%;
}

.mediabox_80:before {
  padding-top: 80%;
}

.mediabox_85:before {
  padding-top: 85%;
}

.mediabox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mediabox_center img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#upbutton {
  background: url("../images/up.png") no-repeat top left;
  height: 42px;
  width: 42px;
  bottom: 30px;
  right: 10px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 1002;
  background-size: cover;
}

.slider__pagination {
  z-index: 100;
  text-align: center;
}

.slider__pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  border: 1px solid #b60101;
}

.slider__pagination .swiper-pagination-bullet-active {
  background-color: #b60101;
}

.slider__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 35px;
  z-index: 50;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.slider__arrow:before {
  display: block;
  position: absolute;
  content: "\e902";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  font-size: 35px;
  font-family: 'icomoon';
  line-height: 1;
  color: #BEBEBE;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.slider__arrow_prev {
  left: 0;
}

.slider__arrow_prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider__arrow_next {
  right: 0;
}

.slider__arrow:hover:before {
  color: #2390DF;
}

.slider:hover__arrow {
  opacity: 1;
}

.site-header {
  min-height: 818px;
  background: url("../images/top-bg.webp") center top no-repeat;
  background-size: 1980px auto;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 30px;
}

.site-header__logo {
  display: block;
  width: 163px;
}

.site-header__desc {
  font-size: 14px;
  max-width: 355px;
  text-align: center;
}

.site-header__right {
  text-align: right;
}

.site-header__phone {
  font-weight: 300;
  font-size: 22px;
}

.site-header__shedule {
  font-size: 10px;
  width: 170px;
}

.site-header__title {
  font-size: 40px;
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.site-header__title_thank {
  margin-top: 170px;
  margin-bottom: 17px;
  font-size: 42px;
}

.site-header__info {
  font-size: 24px;
  margin-bottom: 64px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.site-header__thanks {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  color: #fff;
  margin-bottom: 42px;
  text-align: center;
}

.site-header__thanks p {
  margin-bottom: 17px;
}

.site-header__thanks p:last-child {
  margin-bottom: 0;
}

.site-header__price {
  font-weight: 500;
}

.site-header__old-price {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.site-header__info-last {
  font-weight: 500;
}

.site-header__form {
  margin-left: auto;
  margin-right: auto;
}

.main-form {
  width: 784px;
  background: rgba(26, 59, 89, 0.8);
  border-radius: 8px;
  padding: 22px 44px 35px;
  color: #FFFFFF;
  max-width: 100%;
}

.main-form__title {
  font-size: 26px;
  margin-bottom: 2px;
  text-align: center;
}

.main-form__desc {
  max-width: 470px;
  text-align: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.main-form__form {
  margin-bottom: 14px;
}

.main-form__inp {
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 15px;
  font-family: 'IBM Plex Sans';
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: none;
  width: 100%;
}

.main-form__inp.error {
  border: 1px solid red;
}

.main-form__inp::-webkit-input-placeholder {
  color: #747474;
}

.main-form__inp::-moz-placeholder {
  color: #747474;
}

.main-form__inp:-moz-placeholder {
  color: #747474;
}

.main-form__inp:-ms-input-placeholder {
  color: #747474;
}

.main-form__inp:focus::-webkit-input-placeholder {
  color: transparent;
}

.main-form__inp:focus::-moz-placeholder {
  color: transparent;
}

.main-form__inp:focus:-moz-placeholder {
  color: transparent;
}

.main-form__inp:focus:-ms-input-placeholder {
  color: transparent;
}

.main-form__btn {
  background: #FF7A41;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'IBM Plex Sans';
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  width: 200px;
  border: none;
  padding: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.main-form__btn.active {
  background: #FF7A41 url(../images/button.gif) center no-repeat;
  background-size: auto;
  background-size: auto 32px;
  font-size: 0;
}

.main-form__btn:hover {
  background: #D14408;
}

.main-form__agree {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 12px;
}

.main-form__agree a {
  color: #fff;
  border-color: #fff;
}

.card-madiabox {
  width: 50px;
  padding-bottom: 9px;
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.zoom {
  display: block;
  position: relative;
  border: none !important;
}

.zoom:after {
  display: block;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  background: #FF7A41 url(../images/zoom.svg) center no-repeat;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.zoom:hover:after {
  opacity: 1;
}

.sotial-block {
  max-width: 636px;
  background: rgba(26, 59, 89, 0.9);
  border-radius: 8px;
  padding: 25px 33px 35px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.sotial-block p {
  margin-bottom: 23px;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  width: 40px !important;
  height: 40px !important;
  background-size: 30px 30px !important;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.ya-share2__item_service_vkontakte .ya-share2__badge {
  background-color: #2882B4 !important;
}

.ya-share2__item_service_odnoklassniki .ya-share2__badge {
  background-color: #FE9B48 !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0 5px 0 0 !important;
}

.triple-area {
  background: #434A54;
  padding: 48px 0;
}

.triple-area__item:last-child {
  margin-right: 0;
}

.triple-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.triple-card__svg {
  margin-right: 18px;
  fill: #FF8C5B;
}

.triple-card__svg_1 {
  width: 47px;
  height: 44px;
}

.triple-card__svg_2 {
  width: 38px;
  height: 43px;
}

.triple-card__svg_3 {
  width: 50px;
  height: 38px;
}

.triple-card__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #FFFFFF;
}

.triple-card__text b {
  font-weight: 500;
}

.triple-card__text a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.triple-card__text a:hover {
  border-color: transparent;
}

.char-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.3;
}

.char-list a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid #595959;
  color: #595959;
  text-decoration: none;
}

.char-list a:hover {
  color: #2390DF;
  border-color: #2390DF;
}

.dashed-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 10px;
}

.dashed-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.dashed-list li:last-child {
  margin-bottom: 0;
}

.dashed-list li:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background-color: #0094FF;
}

.about-area {
  background: #F6F9FC;
}

.about-area__title {
  margin-bottom: 40px;
  text-align: left;
}

.about-area__char {
  margin-bottom: 12px;
}

.about-area p {
  margin-bottom: 15px;
}

.program-block {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 26px 30px 31px;
  width: 330px;
  margin-top: 20px;
}

.program-block__title {
  font-size: 18px;
  margin-bottom: 21px;
  font-weight: 400;
}

.program-block__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.program-block__list li {
  margin-bottom: 12px;
}

.program-block__list li:last-child {
  margin-bottom: 0;
}

.program-block__list a:not(.program-btn) {
  color: #595959;
  text-decoration: none;
}

.program-block__list a:not(.program-btn) span {
  border-bottom: 1px solid #595959;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.program-block__list a:not(.program-btn):hover {
  color: #2390DF;
}

.program-block__list a:not(.program-btn):hover span {
  border-color: #2390DF;
}

.program-block__list a:not(.program-btn):after {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 8px;
  margin-left: 4px;
}

.program-block__btn {
  border: none;
  text-decoration: none;
}

.program-block__btn:after {
  display: none;
}

.program-btn {
  display: block;
  margin-top: 30px;
  width: 163px;
  height: 39px;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  text-decoration: none;
  line-height: 37px;
  text-align: center;
  color: #929292;
  font-size: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.program-btn:hover {
  color: #fff;
  background-color: #2390DF;
  border-color: #2390DF;
}

.program-btn:hover .program-btn__svg {
  stroke: #fff;
  fill: #fff;
}

.program-btn__svg {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  stroke: #929292;
  fill: #929292;
  width: 4px;
  height: 8px;
  margin-left: 13px;
}

.advantages-area__title {
  margin-bottom: 64px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 56px 3%;
}

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

.advantages-card__mediabox {
  width: 50px;
  height: 61px;
  padding-bottom: 9px;
  border-bottom: 1px solid #0094FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 25px;
}

.advantages-card__svg {
  fill: #0094FF;
}

.advantages-card__svg_1 {
  width: 44px;
  height: 42px;
}

.advantages-card__svg_2 {
  width: 43px;
  height: 40px;
}

.advantages-card__svg_3 {
  width: 44px;
  height: 38px;
}

.advantages-card__svg_4 {
  width: 44px;
  height: 49px;
}

.advantages-card__svg_5 {
  width: 41px;
  height: 37px;
}

.advantages-card__svg_6 {
  width: 44px;
  height: 44px;
}

.advantages-card__svg_7 {
  width: 44px;
  height: 44px;
}

.advantages-card__svg_8 {
  width: 47px;
  height: 50px;
}

.advantages-card__svg_9 {
  width: 48px;
  height: 53px;
}

.advantages-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.advantages-card__title {
  font-size: 18px;
  margin-bottom: 8px;
}

.advantages-card__text:last-child {
  margin-bottom: 0;
}

.form-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../images/top-bg.webp") center -105px no-repeat;
  background-size: 1980px auto;
}

.form-area__form {
  margin-left: auto;
  margin-right: auto;
}

.diplom-area__title {
  margin-bottom: 51px;
}

.diplom-area__desc {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.diplom-area__desc a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid #595959;
  color: #595959;
  text-decoration: none;
}

.diplom-area__desc a:hover {
  color: #2390DF;
  border-color: #2390DF;
}

.diplom-area__desc p:last-child {
  margin-bottom: 0;
}

.diplom-slider__cont {
  position: relative;
  width: 100%;
  max-width: 806px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  margin-bottom: 36px;
}

.diplom-slider__item img {
  display: block;
  max-width: 100%;
}

.present-area {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #F6F9FC;
  position: relative;
  overflow: hidden;
}

.present-area__body {
  width: 500px;
  max-width: 100%;
}

.present-area__title {
  text-align: left;
  margin-bottom: 62px;
  width: 450px;
  max-width: 100%;
}

.present-area__title span {
  color: #FF7D45;
}

.present-area__mediabox {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -5%;
}

.present-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.present-list__item {
  max-width: 400px;
  margin-bottom: 34px;
}

.present-list__item:last-child {
  margin-bottom: 0;
}

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

.present-card__mediabox {
  height: 50px;
  margin-right: 17px;
  border-color: #FF7D45;
}

.present-card__svg {
  fill: #FF7D45;
}

.present-card__svg_1 {
  width: 40px;
  height: 40px;
}

.present-card__svg_2 {
  width: 40px;
  height: 40px;
}

.present-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.present-card__body p {
  margin: 0;
}

.present-card__old-price {
  text-decoration: line-through;
}

.present-card__price {
  font-weight: 500;
}

.present-card__details {
  text-decoration: none;
  color: #595959;
  border-bottom: 1px solid #595959;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.present-card__details:hover {
  color: #2390DF;
  border-color: #2390DF;
}

.present-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.present-media__cont {
  display: block;
  width: 359px;
  height: 516px;
}

.present-media__cont_1 {
  -webkit-transform: rotate(20deg) translateX(-25px) translateY(30px);
  -ms-transform: rotate(20deg) translateX(-25px) translateY(30px);
  transform: rotate(20deg) translateX(-25px) translateY(30px);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.present-media__cont_2 {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.doc-area {
  padding-top: 72px;
  padding-bottom: 81px;
}

.doc-area__title {
  margin-bottom: 43px;
}

.doc-area__top {
  margin-bottom: 67px;
}

.doc-area__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 14px;
}

.doc-area__navs {
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.doc-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doc-navs__item {
  margin-right: 6px;
  margin-bottom: 6px;
}

.doc-navs__item:last-child {
  margin-right: 0;
}

.doc-navs__link {
  display: inline-block;
  color: #868686;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.doc-navs__item.active .doc-navs__link {
  border-color: #0094FF;
  color: #000000;
}

.doc-card {
  background: #F6F9FC;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 28px 12px 12px;
}

.doc-card_2 {
  padding-left: 23px;
}

.doc-card__img_1 {
  width: 136px;
  margin-right: 12px;
}

.doc-card__img_2 {
  width: 68px;
  margin-right: 28px;
}

.doc-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.doc-card__body a {
  text-decoration: none;
  color: #595959;
  border-bottom: 1px solid #595959;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.doc-card__body a:hover {
  color: #2390DF;
  border-color: #2390DF;
}

.doc-slider__cont {
  padding: 0 67px;
}

.doc-slider__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.steps-area {
  color: #FFFFFF;
  background: #434A54;
  overflow: hidden;
}

.steps-area__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.steps-area__left {
  padding-top: 81px;
  padding-bottom: 96px;
  position: relative;
  padding-right: 20px;
  background: #3C434B;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
}

.steps-area__left:before {
  display: block;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 500%;
  height: 100%;
  background: #3C434B;
}

.steps-area__right {
  padding-top: 81px;
  padding-bottom: 96px;
  padding-left: 43px;
  padding-right: 43px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
}

.steps-area__title {
  text-align: left;
  color: #fff;
  margin-bottom: 32px;
}

.steps {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 15px;
  margin-top: 16px;
}

.steps__item {
  margin-bottom: 54px;
}

.steps__item:last-child {
  margin-bottom: 0;
}

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

.steps-card__mediabox {
  height: auto;
  margin-right: 23px;
  border-color: #FF8C5B;
}

.steps-card__svg {
  fill: #FF8C5B;
}

.steps-card__svg_1 {
  width: 45px;
  height: 46px;
}

.steps-card__svg_2 {
  width: 43px;
  height: 45px;
}

.steps-card__svg_3 {
  width: 39px;
  height: 50px;
}

.steps-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 210px;
}

.steps-card__body p {
  margin: 0;
}

.steps-card__title {
  font-weight: 300;
  font-size: 19px;
  margin-bottom: 8px;
  color: #fff;
}

.steps-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.steps-list__item {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.steps-list__item:last-child {
  margin-bottom: 0;
}

.steps-list__num {
  width: 32px;
  border-bottom: 1px solid #FF8C5B;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1;
  font-size: 28px;
  color: #FF8C5B;
  margin-right: 16px;
}

.steps-list p {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.steps-list__first {
  padding-top: 8px;
}

.mazo-area {
  padding-top: 73px;
  padding-bottom: 80px;
  background: #F6F9FC;
}

.mazo-area__title {
  margin-bottom: 34px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mazo-area__navs {
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.mazo-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mazo-navs__item {
  margin-right: 6px;
  margin-bottom: 6px;
}

.mazo-navs__item:last-child {
  margin-right: 0;
}

.mazo-navs__link {
  display: inline-block;
  color: #868686;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mazo-navs__item.active .mazo-navs__link {
  border-color: #0094FF;
  color: #000000;
}

.mazo-tabs a {
  text-decoration: none;
  color: #595959;
  border-bottom: 1px solid #595959;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mazo-tabs a:hover {
  color: #2390DF;
  border-color: #2390DF;
}

.achievements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 54px 50px;
}

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

.achievements-card__mediabox {
  border-color: #0094FF;
  margin-right: 20px;
  height: 60px;
}

.achievements-card__svg {
  fill: #0094FF;
}

.achievements-card__svg_1 {
  width: 39px;
  height: 35px;
}

.achievements-card__svg_2 {
  width: 36px;
  height: 49px;
}

.achievements-card__svg_3 {
  width: 32px;
  height: 38px;
}

.achievements-card__svg_4 {
  width: 40px;
  height: 34px;
}

.achievements-card__svg_5 {
  width: 42px;
  height: 38px;
}

.achievements-card__svg_6 {
  width: 36px;
  height: 49px;
}

.achievements-card__svg_7 {
  width: 35px;
  height: 44px;
}

.achievements-card__svg_8 {
  width: 39px;
  height: 38px;
}

.achievements-card__svg_9 {
  width: 36px;
  height: 40px;
}

.achievements-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 4px;
}

.achievements-card__body p {
  margin: 0;
}

.achievements-card__num {
  font-size: 25px;
  color: #000;
}

.mazo-title {
  font-size: 18px;
}

.consorcium-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.consorcium-list__item {
  margin-bottom: 8px;
}

.consorcium-list__item:last-child {
  margin-bottom: 0;
}

.consorcium-list__img_1 {
  width: 139px;
}

.consorcium-list__img_2 {
  width: 166px;
}

.consorcium-list__img_3 {
  width: 159px;
}

.consorcium-list__img_4 {
  width: 178px;
}

.consorcium-list__img_5 {
  width: 165px;
}

.consorcium-list__item-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.consorcium {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.consorcium__list {
  margin-top: 30px;
  margin-bottom: 10px;
}

.consorcium p {
  margin-bottom: 20px;
}

.consorcium p:last-child {
  margin-bottom: 0;
}

.mission {
  text-align: center;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.mission__title {
  margin-top: 40px;
  margin-bottom: 4px;
}

.mission p {
  margin-bottom: 0;
}

.rektor__mediabox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.7%;
  flex: 0 0 25.7%;
  margin-right: 4.4%;
}

.rektor__img_mb {
  margin-bottom: 27px;
}

.rektor__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rektor__title {
  margin-bottom: 18px;
}

.rektor__subtitle {
  font-weight: 500;
  margin-bottom: 8px;
}

.rektor__list {
  margin-bottom: 21px;
}

.rektor__list:last-child {
  margin-bottom: 0;
}

.partners {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners__img {
  display: block;
}

.partners__img_1 {
  width: 119px;
  margin-right: 36px;
}

.partners__img_2 {
  width: 148px;
}

.partners-area__title {
  margin-bottom: 39px;
}

.partners-area__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.partners-area__img_mb {
  max-width: 400px;
  display: none;
}

.faq-area {
  background: #F6F9FC;
}

.faq-area__title {
  margin-bottom: 57px;
}

.faq-area__cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.faq-list__item {
  margin-bottom: 10px;
}

.faq-list__item:last-child {
  margin-bottom: 0;
}

.faq-card {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 18px 32px 19px 22px;
}

.faq-card__title {
  padding-right: 15px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.faq-card__title:before {
  display: block;
  position: absolute;
  content: "\e901";
  font-family: "icomoon";
  right: 0;
  top: 8px;
  width: 6px;
  height: 12px;
  color: #0094FF;
  font-size: 12px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-card__title.active:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.faq-card__body {
  display: none;
  padding-top: 18px;
}

.faq-card__body p:last-child {
  margin-bottom: 0;
}

.contact-area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-area__map {
  height: 313px;
}

.contact-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-item__mediabox {
  height: auto;
  width: 33px;
  margin-right: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid #FF7D45;
}

.contact-item__svg {
  fill: #FF7D45;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-item__svg_1 {
  width: 26px;
  height: 26px;
}

.contact-item__svg_2 {
  width: 28px;
  height: 28px;
}

.contact-item__svg_3 {
  width: 25px;
  height: 32px;
}

.contact-item__svg_4 {
  width: 28px;
  height: 27px;
}

.contact-item__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-item__tel {
  font-weight: 500;
  text-decoration: none;
  color: #595959;
}

.contact-item__mail {
  text-decoration: none;
  color: #595959;
  border-bottom: 1px solid #595959;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
}

.contact-item__mail:hover {
  color: #2390DF;
  border-color: #2390DF;
}

.modal {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.8);
  -ms-transform: translateX(-50%) scale(0.8);
  transform: translateX(-50%) scale(0.8);
  width: 600px;
  max-width: 90%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  opacity: 0;
  z-index: 110;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  top: 20vh;
  padding: 0 5px;
  pointer-events: none;
  visibility: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.modal__wrapper {
  max-height: inherit;
}

.modal__inner {
  max-height: inherit;
  overflow-y: auto;
  padding: 25px 24px;
}

.modal__title {
  font-size: 18px;
  margin-bottom: 10px;
}

.modal p {
  margin-top: 0;
  margin-bottom: 10px;
}

.modal p:last-child {
  margin-bottom: 0;
}

.modal__note {
  font-style: italic;
  font-size: 12px;
}

.modal__close {
  font-weight: 200;
  font-size: 40px;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 24px;
  height: 24px;
  color: #FF7D45;
  font-family: 'IBM Plex Sans';
  opacity: 0.8;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  line-height: 0;
}

.modal__close:hover {
  opacity: 1;
}

.modalDialog {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  opacity: 0;
  background: rgba(189, 203, 225, 0.3);
}

.modalDialog.active {
  pointer-events: auto;
  opacity: 1;
}

.tabs {
  position: relative;
}

.tabs__item {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.tabs__item.active {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: auto;
  visibility: visible;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-menu__item {
  margin-bottom: 5px;
}

.footer-menu__item:last-child {
  margin-bottom: 0;
}

.footer-menu__link {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

.footer-menu__link:hover {
  color: #A5D9FF;
}

.footer-menu__link:hover:after {
  color: #A5D9FF;
}

.footer-menu__link:hover span {
  border-color: #A5D9FF;
}

.footer-menu__link span {
  border-bottom: 1px solid #fff;
}

.footer-menu__link:after {
  content: "\e901";
  display: inline-block;
  font-family: icomoon;
  font-size: 8px;
  margin-left: 4px;
}

.site-footer {
  background: #434A54;
}

.site-footer__top {
  padding-top: 66px;
  padding-bottom: 66px;
}

.site-footer__logo {
  display: block;
  margin-bottom: 27px;
}

.site-footer__desc {
  color: #FFFFFF;
}

.site-footer__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-footer__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-footer__menu:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.site-footer__bottom {
  color: #BCBCBC;
  font-size: 12px;
  padding-top: 27px;
  padding-bottom: 34px;
  background: #3C434B;
}

.site-footer__bottom a {
  color: #BCBCBC;
  text-decoration: none;
  border-bottom: 1px solid #BCBCBC;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.site-footer__bottom a:hover {
  color: #A5D9FF;
  border-color: #A5D9FF;
}

.site-footer__copy {
  text-align: center;
}

@media (min-width: 576px) {
  .container-stretch {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container-stretch {
    max-width: 100%;
  }

  .frame {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #upbutton {
    height: 52px;
    width: 52px;
  }

  .slider__arrow.swiper-button-disabled {
    opacity: 0.2 !important;
  }

  .slider__arrow {
    width: 29px;
    height: 55px;
  }

  .slider__arrow:before {
    font-size: 55px;
  }

  .main-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-form__item_inp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 232px;
    flex: 0 0 232px;
    margin-right: 6px;
  }

  .triple-area__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .triple-area__item {
    margin-right: 3%;
    max-width: 260px;
  }

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

  .about-area__body {
    padding-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .diplom-slider__arrows {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
  }

  .doc-navs__link {
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    padding: 0 20px;
    height: 37px;
    line-height: 32px;
  }

  .doc-navs__link:hover {
    background: #0094FF;
    border-color: #0094FF;
    color: #fff !important;
  }

  .mazo-navs__link {
    background: #F6F9FC;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    padding: 0 20px;
    height: 37px;
    line-height: 32px;
  }

  .mazo-navs__link:hover {
    background: #0094FF;
    border-color: #0094FF;
    color: #fff !important;
  }

  .achievements-card__body_9 {
    padding-top: 0;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }

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

  .consorcium-list__item-mediabox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    margin-right: 10px;
  }

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

  .rektor__img_mb {
    display: none;
  }

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

  .contact-area__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 5.7%;
  }

  .contact-area__title {
    text-align: left;
    margin-bottom: 35px;
    margin-top: -10px;
  }

  .contact-area__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
  }

  .contact-item__mediabox {
    width: 30px;
  }

  .contact-item__mail {
    margin-top: 6px;
  }

  .site-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .site-footer__top-left {
    max-width: 300px;
    padding-right: 15px;
  }

  .site-footer__top-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-footer__menu {
    min-width: 160px;
    margin-left: auto;
  }

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

  .site-footer__agree {
    max-width: 200px;
  }

  .site-footer__copy {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  .container-stretch {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .frame {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .site-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 136px;
  }

  .main-form__item_inp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }

  .triple-area__item {
    margin-right: 8%;
  }
}

@media (min-width: 1300px) {
  .container-stretch {
    max-width: 1200px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }

  .achievements {
    grid-gap: 40px 30px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }

  .title {
    font-size: 30px;
  }

  .site-header {
    min-height: 790px;
  }

  .site-header__top {
    margin-bottom: 106px;
  }

  .site-header__logo {
    margin-left: auto;
    margin-right: auto;
  }

  .site-header__desc {
    display: none;
  }

  .site-header__right {
    display: none;
  }

  .site-header__title_thank {
    font-size: 32px;
    margin-top: 110px;
  }

  .main-form {
    padding: 16px 25px 24px;
  }

  .main-form__btn {
    width: 160px;
  }

  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .present-area {
    padding-top: 40px;
  }

  .doc-area {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .steps {
    margin-left: 0;
  }

  .mazo-area {
    padding-top: 43px;
    padding-bottom: 54px;
  }

  .achievements {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-area__map {
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }

  .container .stretch {
    max-width: 100%;
  }

  body {
    font-size: 14px;
  }

  .title {
    font-size: 20px;
    text-align: center;
  }

  .site-header {
    min-height: 518px;
    background: url("../images/m-top-bg.webp") center top no-repeat;
	background-size: cover;
  }

  .site-header__top {
    margin-bottom: 31px;
  }

  .site-header__logo {
    width: 143px;
  }

  .site-header__title {
    max-width: 300px;
    font-size: 22px;
    margin-bottom: 10px;
	font-weight:500;
  }

  .site-header__title_thank {
    font-size: 20px;
    margin-bottom: 7px;
    margin-top: 31px;
  }

  .site-header__info {
    font-size: 15px;
    margin-bottom: 17px;
    max-width: 300px;
  }

  .site-header__thanks {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .site-header__thanks p {
    margin-bottom: 12px;
  }

  .main-form {
    width: 300px;
  }

  .main-form__title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 5px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-form__desc {
    font-size: 12px;
    margin-bottom: 17px;
    max-width: 250px;
  }

  .main-form__form {
    margin-bottom: 8px;
  }

  .main-form__item_inp {
    width: 100%;
    margin-bottom: 7px;
  }

  .main-form__item_btns {
    margin-top: 14px;
  }

  .main-form__inp {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
  }

  .main-form__btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-form__agree {
    max-width: 230px;
    font-size: 10px;
  }

  .card-madiabox {
    width: 40px;
    padding-bottom: 8px;
  }

  .zoom:after {
    display: none;
  }

  .sotial-block {
    font-size: 13px;
    padding: 16px 24px 25px;
  }

  .sotial-block p {
    margin-bottom: 17px;
  }

  .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    width: 35px !important;
    height: 35px !important;
    background-size: 26px 26px !important;
  }

  .triple-area {
    padding: 28px 0;
  }

  .triple-area__item {
    margin-bottom: 23px;
  }

  .triple-area__item:last-child {
    margin-bottom: 0;
  }

  .triple-card__svg {
    margin-right: 16px;
  }

  .triple-card__svg_1 {
    width: 38px;
    height: 36px;
  }

  .triple-card__svg_2 {
    width: 31px;
    height: 35px;
  }

  .triple-card__svg_3 {
    width: 41px;
    height: 30px;
  }

  .triple-card__text {
    font-size: 14px;
  }

  .char-list a {
    color: #2390DF;
    border-color: #2390DF;
  }

  .about-area__body {
    margin-bottom: 30px;
  }

  .about-area__title {
    margin-bottom: 19px;
    text-align: center;
  }

  .program-block {
    padding: 21px 19px 37px;
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .program-block__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .program-btn {
    width: 152px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-top: 19px;
  }

  .advantages-area__title {
    margin-bottom: 24px;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .advantages-card__mediabox {
    width: 40px;
    height: 50px;
    padding-bottom: 8px;
    margin-right: 15px;
  }

  .advantages-card__svg_1 {
    width: 36px;
    height: 34px;
  }

  .advantages-card__svg_2 {
    width: 37px;
    height: 34px;
  }

  .advantages-card__svg_3 {
    width: 38px;
    height: 32px;
  }

  .advantages-card__svg_4 {
    width: 38px;
    height: 42px;
  }

  .advantages-card__svg_5 {
    width: 35px;
    height: 31px;
  }

  .advantages-card__svg_6 {
    width: 38px;
    height: 37px;
  }

  .advantages-card__svg_7 {
    width: 35px;
    height: 35px;
  }

  .advantages-card__svg_8 {
    width: 37px;
    height: 40px;
  }

  .advantages-card__svg_9 {
    width: 38px;
    height: 42px;
  }

  .advantages-card__title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .advantages-card__text {
    line-height: 1.1;
    font-size: 14px;
  }

  .form-area {
    padding-top: 36px;
    padding-bottom: 36px;
    background: url("../images/m-top-bg.webp") center -30px no-repeat;
  }

  .diplom-area__title {
    margin-bottom: 31px;
  }

  .diplom-area__desc a {
    color: #2390DF;
    border-color: #2390DF;
  }

  .diplom-slider__cont {
    padding: 0;
    margin-bottom: 20px;
  }

  .diplom-slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .diplom-slider__arrow {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }

  .diplom-slider__arrow_prev {
    margin-right: 15px;
    left: auto;
  }

  .diplom-slider__arrow_next {
    margin-left: 15px;
    right: auto;
  }

  .present-area {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .present-area__title {
    text-align: center;
    margin-bottom: 15px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .present-area__mediabox {
    left: 50%;
    margin-left: 0;
    top: auto;
    bottom: -140px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .present-area__right {
    height: 271px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .present-list__item {
    margin-bottom: 22px;
    margin-left: -2px;
    margin-right: -5px;
  }

  .present-card__svg_1 {
    width: 32px;
    height: 32px;
  }

  .present-card__svg_2 {
    width: 30px;
    height: 30px;
  }

  .present-card__details {
    color: #2390DF;
    border-color: #2390DF;
  }

  .present-media {
    width: 408px;
    height: 342px;
  }

  .present-media__cont {
    width: 203px;
    height: 293px;
  }

  .present-media__cont_1 {
    -webkit-transform: rotate(20deg) translateX(-5px) translateY(15px);
    -ms-transform: rotate(20deg) translateX(-5px) translateY(15px);
    transform: rotate(20deg) translateX(-5px) translateY(15px);
  }

  .present-media__cont_2 {
    -webkit-transform: rotate(-15deg) translateX(5px);
    -ms-transform: rotate(-15deg) translateX(5px);
    transform: rotate(-15deg) translateX(5px);
  }

  .doc-area {
    padding-top: 25px;
    padding-bottom: 37px;
  }

  .doc-area__title {
    margin-bottom: 17px;
  }

  .doc-area__top {
    margin-bottom: 19px;
  }

  .doc-area__bottom {
    grid-template-columns: repeat(1, 1fr);
  }

  .doc-area__navs {
    margin-bottom: 20px;
  }

  .doc-navs__item {
    margin-bottom: 2px;
  }

  .doc-navs__link {
    border-bottom: 1px solid #0094FF;
    color: #0094FF;
  }

  .doc-navs__item.active .doc-navs__link {
    border-color: transparent;
    font-weight: 400;
  }

  .doc-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .doc-card_1 {
    padding: 17px 12px 21px 0;
  }

  .doc-card_2 {
    padding: 16px 20px;
  }

  .doc-card__img_1 {
    width: 93px;
    margin-right: 0;
  }

  .doc-card__img_2 {
    width: 50px;
    margin-right: 20px;
  }

  .doc-card__body a {
    color: #2390DF;
    border-color: #2390DF;
  }

  .doc-slider__cont {
    padding: 0 23px;
  }

  .steps-area {
    padding-bottom: 35px;
  }

  .steps-area__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 10px;
    padding: 10px 12px 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .steps-area__left:before {
    display: none;
  }

  .steps-area__right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-top: 26px;
    padding-bottom: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .steps-area__title {
    text-align: center;
    margin-bottom: 12px;
  }

  .steps__item {
    margin-bottom: 22px;
  }

  .steps-card__mediabox {
    margin-right: 15px;
  }

  .steps-card__svg_1 {
    width: 37px;
    height: 37px;
  }

  .steps-card__svg_2 {
    width: 35px;
    height: 36px;
  }

  .steps-card__svg_3 {
    width: 31px;
    height: 40px;
  }

  .steps-card__body {
    max-width: none;
  }

  .steps-card__title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .steps-list__num {
    width: 26px;
    padding-bottom: 8px;
    font-size: 23px;
  }

  .mazo-area {
    padding-top: 22px;
    padding-bottom: 28px;
  }

  .mazo-area__title {
    margin-bottom: 20px;
  }

  .mazo-area__navs {
    margin-bottom: 29px;
  }

  .mazo-navs__item {
    margin-bottom: 2px;
  }

  .mazo-navs__item_1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .mazo-navs__item_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mazo-navs__item_3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mazo-navs__item_4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mazo-navs__item_5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mazo-navs__item_6 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mazo-navs__item_7 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mazo-navs__item_8 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mazo-navs__link {
    border-bottom: 1px solid #0094FF;
    color: #0094FF;
  }

  .mazo-navs__item.active .mazo-navs__link {
    border-color: transparent;
    font-weight: 400;
  }

  .mazo-tabs a {
    color: #2390DF;
    border-color: #2390DF;
  }

  .achievements {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }

  .achievements__item {
    margin-bottom: 12px;
  }

  .achievements__item:last-child {
    margin-bottom: 0;
  }

  .achievements-card__mediabox {
    margin-right: 15px;
    height: auto;
    margin-top: 4px;
  }

  .achievements-card__svg_1 {
    width: 30px;
    height: 27px;
  }

  .achievements-card__svg_2 {
    width: 29px;
    height: 38px;
  }

  .achievements-card__svg_3 {
    width: 25px;
    height: 30px;
  }

  .achievements-card__svg_4 {
    width: 32px;
    height: 28px;
  }

  .achievements-card__svg_5 {
    width: 34px;
    height: 30px;
  }

  .achievements-card__svg_6 {
    width: 29px;
    height: 39px;
  }

  .achievements-card__svg_7 {
    width: 28px;
    height: 36px;
  }

  .achievements-card__svg_8 {
    width: 32px;
    height: 31px;
  }

  .achievements-card__svg_9 {
    width: 29px;
    height: 32px;
  }

  .achievements-card__body {
    padding-top: 0;
  }

  .achievements-card__num {
    font-size: 20px;
  }

  .mazo-title {
    font-size: 16px;
    text-align: center;
  }

  .consorcium-list__img_1 {
    width: 123px;
  }

  .consorcium-list__img_2 {
    width: 147px;
  }

  .consorcium-list__img_3 {
    width: 141px;
  }

  .consorcium-list__img_4 {
    width: 158px;
  }

  .consorcium-list__img_5 {
    width: 146px;
  }

  .consorcium__list {
    margin-top: 20px;
  }

  .rektor__mediabox {
    display: none;
  }

  .partners__img_1 {
    width: 83px;
    margin-right: 25px;
  }

  .partners__img_2 {
    width: 100px;
  }

  .partners-area__title {
    margin-bottom: 16px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .partners-area__img_ds {
    display: none;
  }

  .partners-area__img_mb {
    display: block;
  }

  .faq-area__title {
    margin-bottom: 21px;
  }

  .faq-area__cont {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }

  .faq-list__item {
    margin-bottom: 5px;
  }

  .faq-card {
    padding: 12px 20px 14px 18px;
  }

  .faq-card__title {
    font-size: 16px;
  }

  .faq-card__title:before {
    font-size: 10px;
    width: 4px;
    height: 8px;
  }

  .faq-card__body {
    padding-top: 8px;
  }

  .contact-area {
    padding-top: 22px;
    padding-bottom: 37px;
  }

  .contact-area__body {
    margin-bottom: 20px;
  }

  .contact-area__title {
    margin-bottom: 20px;
  }

  .contact-area__map {
    width: 100%;
    height: 180px;
  }

  .contact-item__svg_1 {
    width: 23px;
    height: 23px;
  }

  .contact-item__svg_2 {
    width: 25px;
    height: 25px;
  }

  .contact-item__svg_3 {
    width: 23px;
    height: 29px;
  }

  .contact-item__svg_4 {
    width: 26px;
    height: 25px;
  }

  .contact-item__mail {
    color: #2390DF;
    border-color: #2390DF;
  }

  .modal {
    width: 450px;
    top: 10vh;
    max-height: 80vh;
  }

  .modal__title {
    font-size: 16px;
  }

  .footer-menu__link {
    font-size: 12px;
  }

  .site-footer__top {
    padding-top: 28px;
    padding-bottom: 35px;
  }

  .site-footer__top-left {
    margin-bottom: 37px;
  }

  .site-footer__logo {
    width: 131px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
  }

  .site-footer__desc {
    font-size: 13px;
    text-align: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer__top-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-footer__menu {
    max-width: 120px;
  }

  .site-footer__menu:first-child {
    margin-right: 20px;
  }

  .site-footer__menu:last-child {
    margin-left: 20px;
  }

  .site-footer__bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-size: 11px;
  }

  .site-footer__agree {
    margin-bottom: 8px;
  }

  .site-footer__copy {
    margin-bottom: 8px;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container .stretch {
    max-width: 100%;
  }

  .present-card__body_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
  }

  .present-card__body_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}

@media (max-width: 565.98px) {
  .modal {
    width: 300px;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .present-media {
    -webkit-transform: scale(0.8) translateY(-50px);
    -ms-transform: scale(0.8) translateY(-50px);
    transform: scale(0.8) translateY(-50px);
  }
}

.webp select { background: url(../images/select-arrow.webp) calc(100% - .5rem) center no-repeat; }

.webp #upbutton { background: url(../images/up.webp) no-repeat top left; }