@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

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

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

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

body {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  background: #ffffff;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
}

body.this--overflow {
  overflow: hidden;
}

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

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.h2_title {
  font-weight: 900;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  text-transform: uppercase;
  color: #023768;
}

.h2_subtitle {
  max-width: 820px;
  margin: 30px auto 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #798EA2;
}

.btn {
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  padding: 22px 20px 18px;
  border-radius: 50px;
  -webkit-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.this--prime {
  background: #FF8A00;
  color: #ffffff;
}

.btn.this--prime.this--gray {
  background: #798EA2;
}

.btn.this--prime:active {
  background: #002649 !important;
}

.btn.this--second {
  background: #FFFFFF;
  color: #393939;
}

.btn.this--second:active {
  background: #002649 !important;
  color: #FFFFFF;
}

.vertical_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vertical_card__img {
  position: relative;
  padding-top: 48.333%;
}

.vertical_card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.vertical_card__img_text {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  padding: 10px 15px;
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #023768;
  background: #FFFFFF;
  border-radius: 5px;
}

.vertical_card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

.vertical_card__top {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.vertical_card__yellow_text {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FF8A00;
  margin-bottom: 10px;
}

.vertical_card__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #798EA2;
}

.vertical_card__benefit {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #FF8A00;
  margin-top: 10px;
}

.vertical_card__bottom {
  margin-top: 10px;
}

.vertical_card__items_wr {
  padding: 10px 0;
  border-top: 1px solid #D2DEE9;
  border-bottom: 1px solid #D2DEE9;
}

.vertical_card__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

.vertical_card__item {
  margin-left: 20px;
}

.vertical_card__item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.vertical_card__item:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 190px;
}

.vertical_card__item_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #798EA2;
}

.vertical_card__item_text {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #023768;
}

.vertical_card__prices {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vertical_card__prices.this--multy {
  justify-content: space-between;
}
.vertical_card__prices.this--multy .vertical_card__price {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vertical_card__prices.this--multy .vertical_card__price span {
  white-space: nowrap;
  margin-left: 10px;
}
.vertical_card__prices.this--multy .vertical_card__price_old {
  width: 70px;
  flex: 0 0 auto;
}
.vertical_card__prices.this--multy span {
  display: inline-block;
}

@media (max-width: 499px) {
  .vertical_card__prices.this--multy .vertical_card__price {
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .vertical_card__prices.this--multy {
    align-items: flex-end;
  }
  .vertical_card__prices.this--multy .vertical_card__price_old {
    margin-bottom: 7px;
  }
  .vertical_card__prices.this--multy .vertical_card__price span {
    margin-left: 0;
  }
}

.vertical_card__price {
  font-weight: 900;
  font-size: 25px;
  line-height: 34px;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #023768;
}

.vertical_card__price_old {
  white-space: nowrap;
  margin-left: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #798EA2;
}

.vertical_card__links {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

.vertical_card__link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  margin-left: 15px;
}
.vertical_card__link.btn {
  font-size: 16px;
  line-height: 20px;
}

.horizontal_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
}

.horizontal_card__left {
  margin-left: 60px;
  width: calc(50% - 60px);
}

.horizontal_card__right {
  margin-left: 60px;
  width: calc(50% - 60px);
}

.horizontal_card__img {
  position: relative;
  height: 100%;
}

.horizontal_card__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.horizontal_card__img_text {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  padding: 10px 15px;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #023768;
  background: #FFFFFF;
  border-radius: 5px;
}

.horizontal_card__yellow_text {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FF8A00;
  margin-bottom: 15px;
}

.horizontal_card__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #798EA2;
}

.horizontal_card__text .yellow {
  color: #FF8A00;
}

.horizontal_card__right_bottom {
  margin-top: 15px;
}

.horizontal_card__items_wr {
  padding: 10px 0;
  border-top: 1px solid #D2DEE9;
  border-bottom: 1px solid #D2DEE9;
}

.horizontal_card__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  justify-content: space-between;
}

.horizontal_card__item {
  margin-left: 20px;
}

.horizontal_card__item:first-child {
  /*-webkit-box-flex: 1;*/
  /*    -ms-flex: 1 1 auto;*/
  /*        flex: 1 1 auto;*/
}

.horizontal_card__item:nth-child(2) {
  max-width: 220px;
}

.horizontal_card__item:nth-child(3) {
  max-width: 220px;
}

.horizontal_card__item_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #798EA2;
}

.horizontal_card__item_text {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #023768;
}

.horizontal_card__benefits {
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D2DEE9;
}

.horizontal_card__benefits_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #798EA2;
}

.horizontal_card__benefits_row {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

.horizontal_card__benefit {
  margin-left: 15px;
  width: calc(25% - 15px);
}

.horizontal_card__benefit_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #023768;
}

.horizontal_card__benefit_text {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #798EA2;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(2, 55, 104, 0.4);
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 5;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.header.scroll {
  background: #00689E;
}

.header .container {
  max-width: 1780px;
}

.header__content {
  padding: 6px 0 12px;
}

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

.header__top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
}

.header__logo {
  width: 180px;
  margin-right: 20px;
}

.header__logo img {
  width: 100%;
}

.header__address {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
}

.header__address br {
  display: none;
}

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

.header__langs.this--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

.header__langs.this--mobile {
  display: none;
}

.header__lang {
  margin-left: 15px;
  width: 35px;
  height: 25px;
}

.header__lang img {
  width: 100%;
  height: 100%;
  border: 1px solid #798EA2;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s;
}

.header__lang.active {
  pointer-events: none;
}

.header__lang.active img {
  border: 2px solid #FFFFFF;
}

.header__burger {
  display: none;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: row-reverse;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__wa {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background: url("../img/header/whatsapp.png") left top/100% 100% no-repeat;
}

.header__tel:active {
  color: #023768 !important;
}
.header__tel {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  white-space: nowrap;
}

.header__contacts_text {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 15px;
}

.header__nav {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -40px;
}

.header__menu li {
  margin-left: 40px;
}

.header__menu_link {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.header__menu_link:active {
  color: #023768 !important;
}

.header__book.btn {
  padding: 12px 15px 10px;
  font-size: 18px;
}

.footer {
  padding: 100px 0;
  background: url("../img/footer/bg.png") center/100% 100% no-repeat;
}

.footer__title {
  color: #ffffff;
}

.footer__row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
}

.footer__left {
  margin-left: 60px;
  width: calc(50% - 60px);
}

.footer__right {
  margin-left: 60px;
  width: calc(50% - 60px);
}

.footer__map {
  width: 100%;
  height: 100%;
}

.footer__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.footer__tel {
  color: #FFF;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer__address {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 15px 0;
}

.footer__mail {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.footer__social {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

.footer__social_link {
  margin-left: 20px;
  width: 60px;
  height: 60px;
}

.footer__social_link svg {
  width: 100%;
  height: 100%;
}

.footer__social_link svg path {
  -webkit-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
}

.footer__social_link:active svg path {
  fill: #023768 !important;
}

.footer__btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -15px;
}

.footer__btn {
  margin-bottom: 15px;
  text-align: center;
  width: 400px;
}

.main_top {
  background: url("../img/main_top/main_top_bg_new.png") bottom/cover no-repeat;
}

@media (max-width: 499px) {
  .main_top {
    background: url("../img/main_top/main_top_bg_mob.png") bottom/cover no-repeat;
  }
}

.main_top .container {
  max-width: 1600px;
}

.main_top__content {
  padding: 178px 0 105px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_top__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_top__logo_img {
  width: 206px;
}

.main_top__logo_img img {
  width: 100%;
}

.main_top__logo_text {
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: rgba(255, 255, 255, 0.8);
}

.main_top__title {
  font-weight: 900;
  font-size: 120px;
  line-height: 141px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.main_top__subtitle {
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: rgba(255, 255, 255, 0.8);
}

.main_top__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -80px;
}

.main_top__item {
  margin-left: 80px;
  width: calc(33.333% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_top__item_img {
  width: 50px;
}

.main_top__item_img img {
  width: 100%;
}

.main_top__item_text {
  margin-top: 15px;
  font-weight: 900;
  font-size: 29px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}

.main_top__links {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_top__link {
  margin: 0 10px;
  width: 370px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_top__langs_wr {
  margin: 40px auto 0;
  max-width: 760px;
  width: 100%;
}

.main_top__langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.main_top__lang {
  margin-left: 40px;
  width: calc(33.333% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main_top__lang_text {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}

.main_top__lang_img {
  margin-top: 10px;
  width: 38px;
}

.main_top__lang_img img {
  width: 100%;
}

.about {
  overflow: hidden;
}

.about__content {
  padding-top: 100px;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
  margin-top: 40px;
}

.about__left {
  min-width: calc(50% - 60px);
  margin-left: 60px;
}

.about__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 60px);
          flex: 0 0 calc(50% - 60px);
  min-width: calc(50% - 60px + ((100vw - 1260px) / 2));
  margin-left: 60px;
}

.about__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #798EA2;
}

.about__text .yellow {
  color: #FF8A00;
  font-size: 24px;
}

.about__text .bold {
  font-weight: 700;
}

.about__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.about__image {
  margin-left: 20px;
  margin-bottom: 20px;
}

.about__image:first-child,
.about__image:last-child {
  width: calc(61.05% - 20px);
}

.about__image:first-child .about__image_img,
.about__image:last-child .about__image_img {
  padding-top: 48.974%;
}

.about__image:nth-child(2),
.about__image:nth-child(3) {
  width: calc(38.95% - 20px);
}

.about__image:nth-child(2) .about__image_img,
.about__image:nth-child(3) .about__image_img {
  padding-top: 78.43%;
}

.about__image:nth-child(2) .about__image_img img,
.about__image:last-child .about__image_img img {
  border-radius: 10px 0 0 10px;
}

.about__image_img {
  position: relative;
}

.about__image_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.beginners {
  padding: 100px 0;
}

.beginners__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
}

.beginners__card {
  margin-left: 60px;
  width: calc(50% - 60px);
}

.courses {
  background: url("../img/courses/bg.png") center/100% 100% no-repeat;
  padding: 100px 0 150px;
}

.courses__cards {
  margin-top: 40px;
}

.courses__card {
  margin-bottom: 60px;
}

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

.other {
  padding-bottom: 100px;
}

.other .container {
  max-width: 1780px;
}

.other__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.other__item {
  margin-left: 40px;
  width: calc(25% - 40px);
}

.other__item_img {
  position: relative;
  padding-top: 130%;
}

.other__item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.other__item_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
}

.other__item_title {
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}

.other__item_link {
  text-align: center;
  margin: 0 20px;
}

.why {
  background: url("../img/why/bg.png") center/100% 100% no-repeat;
  padding: 100px 0 100px;
  overflow: hidden;
}

.why__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why__subtitle p {
  position: relative;
}

.why__subtitle p::before {
  width: 4px;
  height: 4px;
  margin-right: 12px;
  background: #798EA1;
  border-radius: 50%;
  content: '';
  display: inline-block;
  margin-bottom: 4px;
}

.why__slider_wr {
  margin: 60px 0 0 0;
}

.why__slide_img {
  display: block;
  padding-top: 67.39%;
  position: relative;
}

.why__slide_img.this--video {
  cursor: pointer;
}

.why__slide_img img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.why__slider_controls {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why__slider_prev,
.why__slider_next {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 2px solid #798EA2;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: border 0.25s, background 0.25s;
  -o-transition: border 0.25s, background 0.25s;
  transition: border 0.25s, background 0.25s;
}

.why__slider_prev:active,
.why__slider_next:active {
  background: #002649 !important;
  border: 2px solid #002649 !important;
}

.why__slider_prev:active svg path,
.why__slider_next:active svg path {
  stroke: #ffffff !important;
}

.why__slider_prev svg,
.why__slider_next svg {
  width: 22.5px;
  height: 18px;
}

.why__slider_prev svg path,
.why__slider_next svg path {
  -webkit-transition: stroke 0.25s;
  -o-transition: stroke 0.25s;
  transition: stroke 0.25s;
}

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

.why__slider_pagination.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.why__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #798EA2;
  opacity: 1;
  margin: 0 5px;
}

.why__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #023768;
}

.why__link {
  display: block;
  max-width: 330px;
  margin: 40px auto 0;
  text-align: center;
}

.instructors {
  padding: 100px 0;
}

.instructors__slider {
  overflow: hidden;
  margin-top: 60px;
}

.instructors_info__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #023768;
}

.instructors_info__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #023768;
  margin-top: 30px;
}

.instructors_info__text {
  margin-top: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #798EA2;
}

.instructors_info__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -30px;
}

.instructors_info__item {
  margin-left: 20px;
  margin-bottom: 30px;
  width: calc(50% - 20px);
}

.instructors_info__item_title {
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FF8A00;
}

.instructors_info__item_text {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #023768;
  margin-top: 5px;
}

.instructors__slider_controls {
  margin-top: 40px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.instructors__slider_prev,
.instructors__slider_next {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 2px solid #798EA2;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: border 0.25s, background 0.25s;
  -o-transition: border 0.25s, background 0.25s;
  transition: border 0.25s, background 0.25s;
}

.instructors__slider_prev:active,
.instructors__slider_next:active {
  background: #002649 !important;
  border: 2px solid #002649 !important;
}

.instructors__slider_prev:active svg path,
.instructors__slider_next:active svg path {
  stroke: #ffffff !important;
}

.instructors__slider_prev svg,
.instructors__slider_next svg {
  width: 22.5px;
  height: 18px;
}

.instructors__slider_prev svg path,
.instructors__slider_next svg path {
  -webkit-transition: stroke 0.25s;
  -o-transition: stroke 0.25s;
  transition: stroke 0.25s;
}

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

.instructors__slider_pagination.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.instructors__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #798EA2;
  opacity: 1;
  margin: 0 10px;
}

.instructors__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #023768;
}

.choose {
  padding: 80px 0 150px;
  background: url("../img/choose/bg.png") center/100% 100% no-repeat;
  overflow: hidden;
}

.choose .container {
  max-width: 1780px;
}

.choose__title {
  color: #ffffff;
}

.choose__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.choose__item {
  margin-left: 40px;
  width: calc(25% - 40px);
}

.choose__item_img {
  position: relative;
  padding-top: 130%;
}

.choose__item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.choose__item_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 15px;
}

.choose__item_title {
  font-weight: 900;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}

.reviews {
  overflow: hidden;
  padding: 100px 0;
  background: url("../img/reviews/bg.png") center/100% 100% no-repeat;
}

.reviews__slider {
  margin-top: 60px;
}

.reviews__slider_slide_img {
  position: relative;
  padding-top: 43.5%;
}

.reviews__slider_slide_img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.reviews__slider_controls {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews__slider_prev,
.reviews__slider_next {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 2px solid #798EA2;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: border 0.25s, background 0.25s;
  -o-transition: border 0.25s, background 0.25s;
  transition: border 0.25s, background 0.25s;
}

.reviews__slider_prev:active,
.reviews__slider_next:active {
  background: #002649 !important;
  border: 2px solid #002649 !important;
}

.reviews__slider_prev:active svg path,
.reviews__slider_next:active svg path {
  stroke: #ffffff !important;
}

.reviews__slider_prev svg,
.reviews__slider_next svg {
  width: 22.5px;
  height: 18px;
}

.reviews__slider_prev svg path,
.reviews__slider_next svg path {
  -webkit-transition: stroke 0.25s;
  -o-transition: stroke 0.25s;
  transition: stroke 0.25s;
}

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

.reviews__slider_pagination.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #798EA2;
  opacity: 1;
  margin: 0 10px;
}

.reviews__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #023768;
}

.how {
  padding: 100px 0;
}

.how__body {
  margin: 60px auto 0;
  max-width: 800px;
}

.how__body p {
  margin-bottom: 15px;
  color: #798EA1;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.how__body h4 {
  color: #023768;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
}

.how__body a {
  color: #023768;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.how__link {
  margin: 30px auto 0;
  display: block;
  width: 360px;
  text-align: center;
}

.callback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
}

.callback.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  -o-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
}

.callback__body {
  border-radius: 10px;
  background: #FFF;
  padding: 60px;
  max-width: 600px;
  width: 100%;
  position: relative;
}

.callback__close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.callback__close::before,
.callback__close::after {
  width: 18px;
  height: 2px;
  top: calc(50% - 1px);
  left: 6px;
  content: '';
  position: absolute;
  background: #798EA1;
  border-radius: 5px;
}

.callback__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.callback__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.callback__content {
  display: none;
}

.callback__content.active {
  display: block;
}

.callback__title {
  color: #023768;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.callback__form {
  margin: 40px auto 0;
  max-width: 330px;
}

.callback__input {
  margin-top: 20px;
}

.callback__input:first-child {
  margin-top: 0;
}

.callback__input input,
.callback__input textarea {
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  border-radius: 50px;
  background: #ECF3F6;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #023768;
  border: 1px solid #ECF3F6;
  -webkit-transition: border 0.25s, -webkit-box-shadow 0.25s;
  transition: border 0.25s, -webkit-box-shadow 0.25s;
  -o-transition: border 0.25s, box-shadow 0.25s;
  transition: border 0.25s, box-shadow 0.25s;
  transition: border 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

.callback__input input::-webkit-input-placeholder, .callback__input textarea::-webkit-input-placeholder {
  color: #798EA1;
}

.callback__input input::-moz-placeholder, .callback__input textarea::-moz-placeholder {
  color: #798EA1;
}

.callback__input input:-ms-input-placeholder, .callback__input textarea:-ms-input-placeholder {
  color: #798EA1;
}

.callback__input input::-ms-input-placeholder, .callback__input textarea::-ms-input-placeholder {
  color: #798EA1;
}

.callback__input input::placeholder,
.callback__input textarea::placeholder {
  color: #798EA1;
}

.callback__input input:focus,
.callback__input textarea:focus {
  border: 1px solid #798EA1;
}

.callback__input input.error,
.callback__input textarea.error {
  border: 1px solid red;
  -webkit-box-shadow: 0 0 5px 1px red;
          box-shadow: 0 0 5px 1px red;
}

.callback__input textarea {
  resize: none;
  border-radius: 40px;
  height: 165px;
}

.callback__input textarea::-webkit-scrollbar {
  width: 8px;
}

.callback__input textarea::-webkit-scrollbar-track {
  background: #e4e4e2;
  border-radius: 2px;
}

.callback__input textarea::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 2px;
}

.callback__submit {
  display: block;
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
}

.callback__text {
  margin-top: 40px;
  color: #798EA1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.callback__ok {
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 330px;
}

.video_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  -o-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
  padding: 35px;
}

.video_popup.show {
  opacity: 1;
  visibility: visible;
}

.video_popup__body {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.video_popup__close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -30px;
  right: -30px;
  cursor: pointer;
  z-index: 2;
}

.video_popup__close::before,
.video_popup__close::after {
  width: 18px;
  height: 2px;
  top: calc(50% - 1px);
  left: 6px;
  content: '';
  position: absolute;
  background: #ffffff;
  border-radius: 5px;
}

.video_popup__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.video_popup__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.video_popup__video {
  display: none;
  padding-top: 56.33%;
  position: relative;
}

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

.video_popup__video.active {
  display: block;
}

@media (max-width: 1560px) {
  .header__top_left {
    margin-right: 35px;
  }

  .header__tel {
    font-size: 22px;
  }

  .header__menu {
    margin-left: -25px;
  }

  .header__menu li {
    margin-left: 25px;
  }
}

@media (max-width: 1499px) {
  .horizontal_card {
    margin-left: -40px;
  }

  .horizontal_card__left {
    margin-left: 40px;
    width: calc(50% - 40px);
  }

  .horizontal_card__right {
    margin-left: 40px;
    width: calc(50% - 40px);
  }

  .header__logo {
    width: 150px;
  }

  .header__address {
    margin-top: 2px;
    font-size: 17px;
  }

  .header__links {
    margin-right: 0;
  }
  .header__tel {
    font-size: 20px;
    line-height: 30px;
  }
  .header__wa {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .header__contacts_text {
    font-size: 17px;
    margin-right: 8px;
  }

  .header__menu {
    margin-left: -19px;
  }

  .header__menu li {
    margin-left: 19px;
  }

  .main_top__title {
    font-size: 80px;
    line-height: 95px;
  }

  .main_top__item_text {
    font-size: 24px;
    line-height: 30px;
  }

  .about__text .yellow {
    font-size: 20px;
  }

  .about__text {
    font-size: 16px;
    line-height: 24px;
  }

  .other__items {
    margin-left: -20px;
  }

  .other__item {
    margin-left: 20px;
    width: calc(25% - 20px);
  }

  .other__item_content {
    padding: 20px 10px;
  }

  .other__item_title {
    font-size: 22px;
    line-height: 32px;
  }

  .other__item_link {
    margin: 0;
  }

  .choose__items {
    margin-left: -20px;
  }

  .choose__item {
    margin-left: 20px;
    width: calc(25% - 20px);
  }

  .choose__item_content {
    padding: 20px;
  }

  .choose__item_title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 1430px) {
  .header__menu_link {
    font-size: 18px;
  }
}

@media (max-width: 1360px) {
  .header__menu_link {
    font-size: 16px;
  }

  .header__book.btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}

@media (max-width: 1320px) {
  .about__row {
    margin-left: -30px;
  }

  .about__left {
    min-width: calc(50% - 30px);
    margin-left: 30px;
  }

  .about__right {
    min-width: calc(50% - 30px + 30px);
    margin-left: 30px;
  }

  .about__images {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .about__image {
    margin-left: 15px;
    margin-bottom: 15px;
  }

  .about__image:first-child,
  .about__image:last-child {
    width: calc(61.05% - 15px);
  }

  .about__image:nth-child(2),
  .about__image:nth-child(3) {
    width: calc(38.95% - 15px);
  }
}

@media (max-width: 1210px) {
  .vertical_card__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: -10px;
  }

  .vertical_card__link {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .vertical_card__img_text {
    max-width: 280px;
    top: 10px;
    left: 10px;
    font-size: 24px;
    line-height: 32px;
    padding: 10px;
  }

  .vertical_card__img_text.this--long {
    max-width: 330px;
  }

  .vertical_card__links.this--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .horizontal_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }

  .horizontal_card.instructors__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -40px;
  }

  .horizontal_card__left {
    width: auto;
    margin-left: 0;
  }

  .instructors__card .horizontal_card__left {
    margin-left: 40px;
    width: calc(50% - 40px);
  }

  .horizontal_card__right {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }

  .instructors__card .horizontal_card__right {
    margin-left: 40px;
    width: calc(50% - 40px);
    margin-top: 0;
  }

  .horizontal_card__img {
    height: auto;
    padding-top: 50%;
  }

  .instructors__card .horizontal_card__img {
    height: 100%;
    padding-top: 0;
  }

  .horizontal_card__img_text {
    top: 10px;
    left: 10px;
    font-size: 24px;
    line-height: 32px;
    padding: 10px;
  }

  .horizontal_card__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .horizontal_card__item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .horizontal_card__item:nth-child(2) {
    max-width: none;
  }

  .horizontal_card__item:nth-child(3) {
    max-width: none;
  }
}

@media (max-width: 1160px) {
  .header__content {
    padding: 6px 0 8px;
  }

  .header__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__top_left {
    display: block;
  }

  .header__logo {
    width: 140px;
  }

  .header__top_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 240px;
    margin-left: 10px;
  }

  .header__langs.this--desktop {
    display: none;
  }

  .header__langs.this--mobile {
    display: block;
    width: 74px;
    position: relative;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 3px 7px 3px 5px;
  }

  .header__langs_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }

  .header__langs_head.active .header__lang_arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .header__lang_arrow {
    width: 20px;
    height: 17px;
    display: block;
    background: url("../img/header/arrow_down.svg") center/100% 100% no-repeat;
  }

  .header__langs_body {
    background: #798EA2;
    border-radius: 4px;
    position: absolute;
    width: 47px;
    padding: 4px 6px;
    left: -1px;
    top: calc(100% + 2px);
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    -o-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
    opacity: 0;
    visibility: hidden;
  }

  .header__langs_body .header__lang {
    display: block;
    margin-bottom: 5px;
  }

  .header__langs_body .header__lang:last-child {
    margin-bottom: 0;
  }

  .header__langs_body.open {
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }

  .header__lang {
    margin-left: 0;
  }

  .header__lang.active {
    margin-right: 5px;
  }

  .header__burger {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
    z-index: 3;
  }

  .header__burger.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .header__burger.active span:first-child {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header__burger.active span:nth-child(3) {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header__burger span {
    position: absolute;
    left: 3px;
    height: 2px;
    width: 24px;
    background: #ffffff;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }

  .header__burger span:first-child {
    top: 3px;
  }

  .header__burger span:nth-child(2) {
    top: calc(50% - 1px);
  }

  .header__burger span:nth-child(3) {
    bottom: 3px;
  }

  .header__contacts {
    width: 100%;
    margin-top: 7px;
  }

  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #023768;
    margin-top: 0;
    padding: 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 2;
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
    -o-transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s, -webkit-transform 0.25s;
  }

  .header__nav.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .header__menu {
    margin-top: 40px;
    display: block;
    margin-left: 0;
  }

  .header__menu li {
    margin-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .header__menu_link {
    font-size: 20px;
    line-height: 30px;
  }

  .header__book.btn {
    padding: 15px 30px;
    font-size: 16px;
  }
}

@media (max-width: 1099px) {
  .horizontal_card.instructors__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }

  .instructors__card .horizontal_card__left {
    width: auto;
    margin-left: 0;
  }

  .instructors__card .horizontal_card__right {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }

  .instructors__card .horizontal_card__img {
    height: auto;
    padding-top: 60%;
  }

  .header__top_left {
    margin-right: 40px;
  }

  .header__menu_link {
    font-size: 15px;
  }

  .about__row {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }

  .about__left {
    min-width: 0;
    margin-left: 0;
  }

  .about__right {
    min-width: 0;
    margin: 30px -30px 0;
  }

  .about__image:first-child .about__image_img img,
  .about__image:nth-child(3) .about__image_img img {
    border-radius: 0 10px 10px 0;
  }
}

@media (max-width: 1023px) {
  .container {
    padding: 0 15px;
  }

  .h2_title {
    font-size: 36px;
    line-height: 48px;
  }

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

  .footer {
    padding: 60px 0;
    background: url("../img/footer/bg.png") 30% bottom/cover no-repeat;
  }

  .footer__row {
    margin-top: 40px;
    display: block;
    margin-left: 0;
  }

  .footer__left {
    margin-left: 0;
    width: auto;
    text-align: center;
  }

  .footer__right {
    margin-left: 0;
    width: auto;
    margin-top: 30px;
    height: 500px;
  }

  .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }

  .footer__btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }

  .main_top__content {
    padding: 130px 0 80px;
  }

  .main_top__logo_img {
    width: 115px;
  }

  .main_top__title {
    font-size: 60px;
    line-height: 70px;
  }

  .main_top__items {
    margin-top: 20px;
    margin-left: -40px;
  }

  .main_top__item {
    margin-left: 40px;
    width: calc(33.333% - 40px);
  }

  .main_top__item_img {
    width: 40px;
  }

  .main_top__item_text {
    font-size: 20px;
    line-height: 24px;
  }

  .main_top__links {
    margin-top: 20px;
  }

  .main_top__langs_wr {
    margin: 20px auto 0;
  }

  .about__content {
    padding-top: 60px;
  }

  .beginners {
    padding: 60px 0;
  }

  .beginners__cards {
    display: block;
    margin-left: 0;
    margin-bottom: -40px;
  }

  .beginners__card {
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .courses {
    padding: 60px 0 100px;
    background: url("../img/courses/bg.png") 30% bottom/cover no-repeat;
  }

  .other {
    padding-bottom: 60px;
  }

  .other__items {
    margin-left: -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -15px;
  }

  .other__item {
    margin-left: 15px;
    width: calc(50% - 15px);
    margin-bottom: 15px;
  }

  .why {
    padding: 60px 0 60px;
    background: url("../img/why/bg.png") 30% bottom/cover no-repeat;
  }

  .why__slider_wr {
    margin: 30px 0 0 0;
  }

  .why__slider_controls {
    margin-top: 40px;
  }

  .why__slider_prev,
  .why__slider_next {
    display: none;
  }

  .instructors {
    padding: 60px 0;
  }

  .instructors__slider {
    margin-top: 40px;
  }

  .instructors__slider_prev,
  .instructors__slider_next {
    display: none;
  }

  .choose {
    background: url("../img/choose/bg.png") 30% bottom/cover no-repeat;
  }

  .choose__items {
    margin-left: -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -15px;
  }

  .choose__item {
    margin-left: 15px;
    width: calc(50% - 15px);
    margin-bottom: 15px;
  }

  .reviews {
    padding: 60px 0;
    background: url("../img/reviews/bg.png") 30% bottom/cover no-repeat;
  }

  .reviews__slider {
    margin-top: 40px;
  }

  .reviews__slider_controls {
    margin-top: 40px;
  }

  .reviews__slider_prev,
  .reviews__slider_next {
    display: none;
  }

  .how {
    padding: 60px 0;
  }

  .how__body {
    margin: 40px auto 0;
  }
}

@media (max-width: 767px) {
  .h2_title {
    font-size: 22px;
    line-height: 26px;
  }

  .h2_subtitle {
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 22px;
  }

  .btn {
    font-size: 16px;
    line-height: 19px;
    padding: 16px 8px 14px;
  }

  .vertical_card__img_text {
    padding: 5px 8px;
    font-size: 18px;
    line-height: 21px;
    max-width: none;
  }

  .vertical_card__body {
    margin-top: 10px;
  }

  .vertical_card__yellow_text {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 24px;
  }

  .vertical_card__text {
    font-size: 14px;
    line-height: 22px;
  }

  .vertical_card__benefit {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .vertical_card__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .vertical_card__item {
    margin-bottom: 10px;
  }

  .vertical_card__item_title {
    font-size: 15px;
    line-height: 22px;
  }

  .vertical_card__item_text {
    font-size: 15px;
    line-height: 22px;
  }

  .vertical_card__prices {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .vertical_card__price {
    font-size: 26px;
    line-height: 31px;
  }

  .vertical_card__price_old {
    margin-left: 15px;
    font-size: 22px;
    line-height: 26px;
  }

  .vertical_card__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .vertical_card__links.this--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .vertical_card__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 290px;
  }

  .horizontal_card__right {
    margin-top: 10px;
  }

  .instructors__card .horizontal_card__img {
    padding-top: 75%;
  }

  .horizontal_card__img_text {
    padding: 5px 8px;
    font-size: 18px;
    line-height: 21px;
  }

  .horizontal_card__yellow_text {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 24px;
  }

  .horizontal_card__text {
    font-size: 14px;
    line-height: 22px;
  }

  .horizontal_card__right_bottom {
    margin-top: 5px;
  }

  .horizontal_card__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .horizontal_card__item {
    margin-bottom: 10px;
  }

  .horizontal_card__item_title {
    font-size: 15px;
    line-height: 22px;
  }

  .horizontal_card__item_text {
    font-size: 15px;
    line-height: 22px;
  }

  .horizontal_card__benefits {
    margin-top: 5px;
  }

  .horizontal_card__benefits_title {
    font-size: 14px;
    line-height: 22px;
  }

  .horizontal_card__benefits_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .horizontal_card__benefit {
    width: calc(50% - 15px);
    margin-bottom: 10px;
  }

  .horizontal_card__benefit_title {
    font-size: 15px;
    line-height: 22px;
  }

  .horizontal_card__benefit_text {
    font-size: 15px;
    line-height: 22px;
  }

  .header__top_left {
    margin-right: 0;
  }

  .header__address {
    font-size: 15px;
    line-height: 22px;
  }

  .header__top_right {
    width: 192px;
    margin-left: 9px;
  }

  .header__tel {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-top: 0;
  }
  .header__wa {
    width: 21px;
    height: 21px;
    margin-right: 10px;
  }

  .header__contacts_text {
    font-size: 12px;
    line-height: 18px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__row {
    margin-top: 20px;
  }

  .footer__right {
    height: 240px;
  }

  .footer__map iframe {
    border-radius: 4px;
  }

  .footer__tel {
    font-size: 18px;
  }

  .footer__address {
    font-size: 17px;
    line-height: 24px;
    margin: 10px 0;
  }

  .footer__mail {
    font-size: 17px;
    line-height: 24px;
  }

  .footer__social {
    margin-left: -15px;
  }

  .footer__social_link {
    width: 50px;
    height: 50px;
    margin-left: 15px;
  }

  .footer__btns {
    margin-bottom: -10px;
  }

  .footer__btn {
    margin-bottom: 10px;
    width: 302px;
  }

  .main_top__content {
    padding: 110px 0 40px;
  }

  .main_top__logo_text {
    font-size: 18px;
    line-height: 21px;
    margin-top: 5px;
  }

  .main_top__title {
    font-size: 36px;
    line-height: 47px;
    margin-top: 5px;
  }

  .main_top__subtitle {
    font-size: 18px;
    line-height: 21px;
    margin-top: 5px;
  }

  .main_top__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    margin-bottom: -20px;
  }

  .main_top__item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .main_top__item_img {
    width: 30px;
  }

  .main_top__item_text {
    font-size: 18px;
    line-height: 21px;
    margin-top: 5px;
  }

  .main_top__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -10px;
  }

  .main_top__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 10px;
    width: 290px;
  }

  .main_top__langs {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -15px;
  }

  .main_top__lang {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    margin-bottom: 15px;
  }

  .main_top__lang_text {
    font-size: 15px;
    line-height: 22px;
  }

  .main_top__lang_img {
    margin-top: 0;
    width: 28px;
    margin-left: 10px;
  }

  .about__content {
    padding-top: 40px;
  }

  .about__text .yellow {
    font-size: 18px;
  }

  .about__text {
    font-size: 14px;
    line-height: 22px;
  }

  .about__images {
    margin-left: -10px;
    margin-bottom: -10px;
  }

  .about__image {
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .about__image:first-child,
  .about__image:last-child {
    width: calc(61.05% - 10px);
  }

  .about__image:nth-child(2),
  .about__image:nth-child(3) {
    width: calc(38.95% - 10px);
  }

  .beginners {
    padding: 40px 0;
  }

  .beginners__cards {
    margin-top: 20px;
  }

  .courses {
    padding: 40px 0;
  }

  .courses__cards {
    margin-top: 20px;
  }

  .courses__card {
    margin-bottom: 40px;
  }

  .other {
    padding-bottom: 40px;
  }

  .other__items {
    margin-top: 20px;
  }

  .other__item_content {
    padding: 20px 10px 15px;
  }

  .other__item_title {
    font-size: 16px;
    line-height: 21px;
  }

  .why {
    padding: 40px 0;
  }

  .why__subtitle p {
    font-size: 13px;
  }

  .why__subtitle p::before {
    margin-bottom: 2px;
    margin-right: 8px;
  }

  .why__slider_wr {
    max-width: 300px;
    margin: 30px auto 0;
  }

  .why__slider_controls {
    margin-top: 20px;
  }

  .why__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
    width: 7px;
    height: 7px;
  }

  .why__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }

  .why__link {
    margin: 20px auto 0;
    max-width: 280px;
  }

  .instructors {
    padding: 40px 0;
  }

  .instructors__slider {
    margin-top: 20px;
  }

  .instructors_info__name {
    font-size: 17px;
    line-height: 24px;
  }

  .instructors_info__title {
    font-size: 18px;
    line-height: 21px;
    margin-top: 15px;
  }

  .instructors_info__text {
    font-size: 14px;
    line-height: 22px;
  }

  .instructors_info__items {
    margin-bottom: -15px;
    margin-top: 20px;
  }

  .instructors_info__item {
    margin-bottom: 15px;
  }

  .instructors_info__item_title {
    font-size: 18px;
    line-height: 21px;
  }

  .instructors_info__item_text {
    font-size: 14px;
    line-height: 22px;
  }

  .instructors__slider_controls {
    margin-top: 20px;
  }

  .instructors__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7.5px;
    width: 7px;
    height: 7px;
  }

  .instructors__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }

  .choose {
    padding: 40px 0;
  }

  .choose__items {
    margin-top: 20px;
  }

  .choose__item_content {
    padding: 20px 10px 15px;
  }

  .choose__item_title {
    font-size: 18px;
    line-height: 21px;
  }

  .reviews {
    padding: 40px 0;
  }

  .reviews__slider {
    margin-top: 20px;
  }

  .reviews__slider_controls {
    margin-top: 20px;
  }

  .reviews__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7.5px;
    width: 7px;
    height: 7px;
  }

  .reviews__slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }

  .how {
    padding: 40px 0;
  }

  .how__body {
    margin: 20px auto 0;
  }

  .how__body p {
    font-size: 14px;
    line-height: 22px;
  }

  .how__body h4 {
    margin-top: 20px;
    font-size: 18px;
  }

  .how__link {
    margin: 20px auto 0;
    width: 280px;
  }

  .callback__body {
    padding: 60px 32.5px;
    max-width: 345px;
  }

  .callback__title {
    font-size: 18px;
  }

  .callback__form {
    margin: 30px auto 0;
  }

  .callback__input {
    margin-top: 10px;
  }

  .callback__input input,
  .callback__input textarea {
    font-size: 15px;
    line-height: 22px;
  }

  .callback__input textarea::-webkit-scrollbar {
    width: 0;
  }

  .callback__submit {
    margin-top: 20px;
  }

  .callback__text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 22px;
  }

  .callback__ok {
    margin: 30px auto 0;
  }
}

@media (max-width: 639px) {
  .header__logo {
    width: 130px;
  }
  .header__address br {
    display: inline;
  }
  .header__contacts {
    margin-top: 5px;
    flex-direction: column;
    align-items: flex-end;
  }
  .header__tel {
    margin-right: 0;
  }
  .header__top_right {
    width: 157px;
  }
  .header__contacts_text {
    margin-right: 0;
  }
}

@media (max-width: 499px) {
  .instructors__card .horizontal_card__img {
    padding-top: 100%;
  }

  .header__address {
    margin-top: 0;
  }

  .why__slider_wr {
    max-width: 200px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn.this--prime:hover {
    background: #023768;
  }

  .btn.this--second:hover {
    background: #023768;
    color: #FFFFFF;
  }

  .header__lang:hover img {
    border: 1px solid #FFFFFF;
  }

  .header__tel:hover {
    color: #ff9a00;
  }

  .header__menu_link:hover {
    color: #ff9a00;
  }

  .footer__social_link:hover svg path {
    fill: #FF8A00;
  }

  .why__slider_prev:hover,
  .why__slider_next:hover {
    background: #023768;
    border: 2px solid #023768;
  }

  .why__slider_prev:hover svg path,
  .why__slider_next:hover svg path {
    stroke: #ffffff;
  }

  .instructors__slider_prev:hover,
  .instructors__slider_next:hover {
    background: #023768;
    border: 2px solid #023768;
  }

  .instructors__slider_prev:hover svg path,
  .instructors__slider_next:hover svg path {
    stroke: #ffffff;
  }

  .reviews__slider_prev:hover,
  .reviews__slider_next:hover {
    background: #023768;
    border: 2px solid #023768;
  }

  .reviews__slider_prev:hover svg path,
  .reviews__slider_next:hover svg path {
    stroke: #ffffff;
  }

  .how__body a:hover {
    color: #FF8A00;
  }
}

.webp .header__wa{ background: url(../img/header/whatsapp.webp) left top/100% 100% no-repeat; }

.webp .footer{ background: url(../img/footer/bg.webp) center/100% 100% no-repeat; }

.webp .main_top{ background: url(../img/main_top/main_top_bg.webp) bottom/cover no-repeat; }

.webp .courses{ background: url(../img/courses/bg.webp) center/100% 100% no-repeat; }

.webp .why{ background: url(../img/why/bg.webp) center/100% 100% no-repeat; }

.webp .choose{ background: url(../img/choose/bg.webp) center/100% 100% no-repeat; }

.webp .reviews{ background: url(../img/reviews/bg.webp) center/100% 100% no-repeat; }


@media (max-width: 1023px){

  .webp .footer{ background: url(../img/footer/bg.webp) 30% bottom/cover no-repeat; }
}

@media (max-width: 1023px){

  .webp .courses{ background: url(../img/courses/bg.webp) 30% bottom/cover no-repeat; }
}

@media (max-width: 1023px){

  .webp .why{ background: url(../img/why/bg.webp) 30% bottom/cover no-repeat; }
}

@media (max-width: 1023px){

  .webp .choose{ background: url(../img/choose/bg.webp) 30% bottom/cover no-repeat; }
}

@media (max-width: 1023px){

  .webp .reviews{ background: url(../img/reviews/bg.webp) 30% bottom/cover no-repeat; }
}

.turitop_block {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s;
}
.loading-turitop {
  text-align: center;
}
.turitop_block__content {
  padding: 100px 0;
  position: relative;
}
.turitop_block__cross {
  position: absolute;
  top: 10px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.turitop_block__cross::before,
.turitop_block__cross::after {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  width: 30px;
  height: 2px;
  background: #00689E;
  left: 6px;
}
.turitop_block__cross::before {
  transform: rotate(45deg);
}
.turitop_block__cross::after {
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .turitop_block__content {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .turitop_block__content {
    padding: 40px 0;
  }
}
.whatsapp {
  padding-left: 73px;
  position: relative;
}
.whatsapp::before {
  content: '';
  position: absolute;
  aspect-ratio: 1;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../img/wa.png') center / 100% 100% no-repeat;
}
@media (max-width: 767px) {
  .whatsapp {
    padding-left: 55px;
  }
}