body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.g-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1450px;
  padding: 0 15px;
  margin: auto;
}

.g-container--padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.g-container--padding-top {
  padding-top: 50px;
}

.g-container--padding-big-top {
  padding-top: 100px;
}

.g-padding-wrapper {
  padding: 50px 0;
}

.g-padding-wrapper--no-top {
  padding-top: 0 !important;
}

.g-padding-wrapper--no-bottom {
  padding-bottom: 0 !important;
}

.b-block-info {
  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;
  text-align: center;
  margin-bottom: 25px;
}

.b-block-info__title {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 20px;
}

.b-block-info__title:last-child {
  margin-bottom: 0;
}

.b-block-info__title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 220px;
  max-width: 100%;
  margin: auto;
  background: #ff7e00;
}

.b-block-info__title--no-separator {
  padding-bottom: 0;
}

.b-block-info__title--no-separator:after {
  content: none;
}

.b-block-info__desc {
  max-width: 700px;
  font-size: 20px;
  margin-bottom: 15px;
}

.b-header {
  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;
  position: relative;
  z-index: 10;
}

.b-header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: #ff7e00;
  border-bottom: 1px solid #ff7e00;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  padding: 0 calc(50% - 710px);
}

.b-header-contacts--scrolled {
  margin-bottom: 60px;
}

.b-header-contacts__address,
.b-header-contacts__phone,
.b-header-contacts__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
  color: #fff;
}

.b-header-contacts__address:before,
.b-header-contacts__phone:before,
.b-header-contacts__time:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
}

.b-header-contacts__address:before {
  background: url("/images/header-contacts/white/address-icon.svg") center/contain no-repeat;
}

.b-header-contacts__phone {
  text-decoration: none;
  margin-right: 0;
}

.b-header-contacts__phone:before {
  background: url("/images/header-contacts/white/phone-icon.svg") center/contain no-repeat;
}

.b-header-contacts__time {
  text-decoration: none;
}

.b-header-contacts__time:before {
  background: url("/images/header-contacts/white/time-icon.svg") center/contain no-repeat;
}

.b-header-contacts-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 105px;
  margin-right: auto;
}

.b-header-contacts-social__link {
  width: 20px;
  height: 20px;
}

.b-header-contacts-social__link--vk {
  background: url("/images/header-contacts/white/vk-link.svg") center/contain no-repeat;
}

.b-header-contacts-social__link--instagram {
  background: url("/images/header-contacts/white/instagram-link.svg") center/contain no-repeat;
}

.b-header-contacts-social__link--facebook {
  background: url("/images/header-contacts/white/facebook-link.svg") center/contain no-repeat;
}

.b-header-main {
  position: relative;
  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;
  padding: 0 calc(50% - 710px);
  width: 100%;
  height: 90px;
  transition: background 0.3s;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  z-index: 11;
}

.b-header-main--scrolled {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
}

.b-header-main__logo {
  width: 113px;
  height: 70px;
  background: url("/images/header-main/logo.svg") center/cover no-repeat;
}

.b-header-main-menu-button {
  display: none;
  width: 20px;
  height: 20px;
  background: url("/images/header-main/burger.svg") center/cover no-repeat;
  cursor: pointer;
}

.b-header-main-menu-button--active {
  background-image: url("/images/header-main/close.svg");
}

.b-header-main-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  height: 100%;
}

.b-header-main-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
}

.b-header-main-menu a:hover,
.b-header-main-menu a:focus {
  color: #ff7e00;
}

.b-header-main-menu-item {
  position: relative;
  margin-right: 40px;
}

.b-header-main-menu-item:nth-last-child(2) .b-header-main-menu-item-submenu {
  width: 180px;
  left: calc(50% - 90px);
}

.b-header-main-menu-item:hover .b-header-main-menu-item-submenu {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}

.b-header-main-menu-item--active .b-header-main-menu-item__link {
  color: #ff7e00 !important;
}

.b-header-main-menu-item--active .b-header-main-menu-item__link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.b-header-main-menu-item--button {
  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;
  margin-right: 0;
}

.b-header-main-menu-item__link {
  font-size: 16px;
  line-height: 70px;
  cursor: default;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 10px;
}

.b-header-main-menu-item__link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  display: inline-block;
  width: 7px;
  height: 8px;
  margin: auto;
  background: url("/images/header-main/triangle.svg") center/cover no-repeat;
  transition: 0.4s;
}

.b-header-main-menu-item__link:last-child:after {
  content: none;
}

.b-header-main-menu-item__link[href] {
  cursor: pointer;
}

.b-header-main-menu-item__button {
  outline: none;
  border: 2px solid #ff7e00;
  height: 50px;
  line-height: 46px;
  color: #ff7e00;
  background: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  padding: 0 30px;
}

.b-header-main-menu-item__button:hover {
  background: #ff7e00;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.b-header-main-menu-item-submenu {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: calc(100% - 15px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #ff7e00;
  width: 100%;
  background: #fff;
  padding: 10px;
}

.b-header-main-menu-item-submenu:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 100%;
  width: 18px;
  height: 8px;
  background: url("/images/header-main/menu-arrow.svg") center/cover no-repeat;
}

.b-header-main-menu-item-submenu__link {
  margin-bottom: 20px;
  font-size: 14px;
}

.b-header-main-menu-item-submenu__link--sub {
  margin-top: -7px;
  margin-left: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  position: relative;
}

.b-header-main-menu-item-submenu__link--sub:before {
  content: '';
  width: 1px;
  height: 25px;
  background: #ff7e00;
  position: absolute;
  left: -15px;
  top: 0;
}

.b-header-main-menu-item-submenu__link--sub-last:before {
  top: auto;
  bottom: 0;
}

.b-header-main-menu-item-submenu__link:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  min-height: 19px;
}

.b-header-breadcrumbs {
  position: absolute;
  top: 100%;
  padding: 10px calc(50% - 710px);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.b-header-breadcrumbs__item {
  text-decoration: none;
  color: #4c4c4c;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  margin-right: 10px;
}

.b-header-breadcrumbs__item:last-child {
  margin-right: 0;
}

.b-header-breadcrumbs__item:last-child:after {
  content: none;
}

.b-header-breadcrumbs__item[href]:hover {
  text-decoration: underline;
}

.b-header-breadcrumbs__item:after {
  content: '';
  color: #4c4c4c;
  font-family: 'Exo 2', sans-serif;
  display: inline-block;
  margin-left: 10px;
  width: 4px;
  height: 9px;
  background: url("/images/header-breadcrumbs/breadcrumbs-arrow.svg") center/contain no-repeat;
}

.b-intro-slider {
  height: 890px;
  width: 100%;
  margin-top: -90px;
  min-height: 700px;
}

.b-intro-slider--scrolled {
  margin-top: 0;
}

.b-intro-slider .owl-stage-outer,
.b-intro-slider .owl-stage,
.b-intro-slider .owl-item {
  height: 100%;
}

.b-intro-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-intro-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-right: 30px;
}

.b-intro-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.b-intro-slider .owl-dots .owl-dot.active {
  background: #ff7e00;
}

.b-intro-slider-slide {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 calc(50% - 710px);
}

.b-intro-slider-slide__background,
.b-intro-slider-slide__background-filter {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.b-intro-slider-slide__background {
  background: url("") center/cover no-repeat;
}

.b-intro-slider-slide__background-filter {
  background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0.92) 20%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.6) 100%);
}

.b-intro-slider-slide__title,
.b-intro-slider-slide__desc {
  z-index: 2;
}

.b-intro-slider-slide__title {
  font-weight: 500;
  font-family: 'Exo 2', sans-serif;
  font-size: 100px;
  margin: 40px 0 60px;
  text-align: center;
}

.b-intro-slider-slide__desc {
  font-size: 24px;
  margin-bottom: 70px;
  text-align: center;
  max-width: 1000px;
  font-weight: bold;
}

.b-intro-slider-slide__button {
  position: relative;
  padding: 15px 40px;
  background: #ff7e00;
  font-family: 'Exo 2', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border: none;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 10px 15px rgba(0,0,0,0.2);
  transition: 0.3s;
  text-decoration: none;
}

.b-intro-slider-slide__button:hover {
  background: #ff8815;
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

.b-news {
  padding-top: 50px;
  padding-bottom: 50px;
  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;
}

.b-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff7e00;
  font-family: 'Exo 2', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.b-news__link:after {
  content: '';
  width: 26px;
  height: 26px;
  background: url("/images/news/arrow-right.svg") center/cover no-repeat;
  margin-left: 15px;
}

.b-news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  width: 100%;
}

.b-news-wrapper-item {
  width: 460px;
  height: 250px;
  position: relative;
  background: url("/images/news/bg.png") center/cover no-repeat;
}

.b-news-wrapper-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4f2905;
  opacity: 0.4;
  transition: 0.3s;
}

.b-news-wrapper-item__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  transition: 0.3s;
}

.b-news-wrapper-item:hover:before {
  opacity: 0;
}

.b-news-wrapper-item:hover .b-news-wrapper-item__title {
  background: #ff7e00;
}

.b-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}

.b-about-left {
  width: 50%;
  background: #ff7e00;
  padding: 40px 40px 40px calc(50% - 710px);
  color: #fff;
}

.b-about-left__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.2;
}

.b-about-left__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}

.b-about-left__text ul {
  list-style: none;
}

.b-about-left__text ul li {
  position: relative;
  padding-left: 40px;
  min-height: 30px;
  margin-bottom: 15px;
}

.b-about-left__text ul li:last-child {
  margin-bottom: 0;
}

.b-about-left__text ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("/images/ok.svg") center/contain no-repeat;
}

.b-about-left__text h2 {
  font-size: 20px;
  text-align: left;
}

.b-about-left__more {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.b-about-left__more:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  background: url("/images/about/arrow-right.svg") center/cover no-repeat;
  margin-left: 15px;
  border-radius: 50%;
}

.b-about-right {
  width: 50% !important;
}

.b-about-right .owl-stage-outer,
.b-about-right .owl-stage,
.b-about-right .owl-item {
  height: 100%;
}

.b-about-right .owl-nav {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  right: 0;
  height: 25px;
}

.b-about-right .owl-nav .owl-prev,
.b-about-right .owl-nav .owl-next {
  pointer-events: all;
  position: absolute;
  top: 0;
  width: 26px;
  height: 50px;
  background: url("/images/about/slide-nav.svg") center/cover no-repeat !important;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.6;
  transition: 0.3s;
  outline: none;
}

.b-about-right .owl-nav .owl-prev:hover,
.b-about-right .owl-nav .owl-next:hover {
  opacity: 1;
}

.b-about-right .owl-nav .owl-prev {
  left: 10px;
}

.b-about-right .owl-nav .owl-next {
  right: 10px;
  -webkit-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
}

.b-about-right__slide {
  width: 100%;
  height: 100%;
  background: url("") center/cover no-repeat;
}

.b-courses {
  -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;
}

.b-courses__link {
  outline: none;
  border: none;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #ff7e00;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  text-decoration: none;
  margin-top: 30px;
  padding: 0 30px;
}

.b-courses__link:hover {
  background: #ff8815;
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

.b-courses-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-courses-wrapper-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 460px;
  height: 460px;
  margin-right: 20px;
  background: url("/images/courses/bg.png") center/cover no-repeat;
  text-decoration: none;
}

.b-courses-wrapper-course:nth-child(3n) {
  margin-right: 0;
}

.b-courses-wrapper-course:nth-last-child(n+4) {
  margin-bottom: 20px;
}

.b-courses-wrapper-course__filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00284a;
  opacity: 0.2;
  transition: 0.5s;
}

.b-courses-wrapper-course:hover .b-courses-wrapper-course__filter {
  opacity: 0.6;
}

.b-courses-wrapper-course__title {
  position: absolute;
  top: calc(50% - 14px);
  left: 30px;
  right: 30px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  text-shadow: 0 3px 10px rgba(0,0,0,0.4);
}

.b-courses-wrapper-course:hover .b-courses-wrapper-course__title {
  top: calc(50% - 74px);
}

.b-courses-wrapper-course__link {
  position: absolute;
  top: calc(50% - 22px);
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-decoration: none;
  font-family: 'Exo 2', sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 15px 50px;
  max-width: 220px;
  background: #ff7e00;
  transition: 0.5s;
  opacity: 0;
}

.b-courses-wrapper-course__link:hover {
  background: #ff8815;
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.b-courses-wrapper-course:hover .b-courses-wrapper-course__link {
  top: calc(50% + 40px);
  opacity: 1;
}

.b-order-call {
  padding: 44px calc(50% - 710px);
  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;
  background: #ff7e00;
}

.b-order-call__text {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
}

.b-order-call__button {
  cursor: pointer;
  background: #fff;
  width: 340px;
  height: 60px;
  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;
  font-family: 'Exo 2', sans-serif;
  font-size: 24px;
  font-weight: 600;
  transition: 0.3s;
}

.b-order-call__button:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.b-enroll {
  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;
  background: #f6f6f6;
  padding: 100px 0;
  border-top: 1px solid #ff7e00;
  border-bottom: 1px solid #ff7e00;
}

.b-enroll-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 700px;
}

.b-enroll-form__submit {
  outline: none;
  border: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #ff7e00;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
}

.b-enroll-form__submit:hover {
  background: #ff8815;
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

.b-enroll-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}

.b-enroll-form-field__label {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #616161;
}

.b-enroll-form-field__input,
.b-enroll-form-field__select {
  border: 2px solid transparent;
  outline: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  font-size: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  font-family: 'Montserrat', sans-serif;
}

.b-enroll-form-field__input--valid,
.b-enroll-form-field__select--valid {
  border: 2px solid #44c4a1;
}

.b-enroll-form-field__input--valid + span,
.b-enroll-form-field__select--valid + span {
  position: absolute;
  right: 16px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  background: url("/images/enroll/valid.svg") center/contain no-repeat;
}

.b-enroll-form-field__input--invalid,
.b-enroll-form-field__select--invalid {
  border: 2px solid #ff4040;
}

.b-enroll-form-field__input--invalid + span,
.b-enroll-form-field__select--invalid + span {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  font-size: 12px;
  font-weight: 600;
  color: #ff4040;
  padding-left: 20px;
}

.b-enroll-form-field__input--invalid + span:before,
.b-enroll-form-field__select--invalid + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 13px;
  background: url("/images/enroll/invalid.svg") center/contain no-repeat;
}

.b-enroll-form-field__input--invalid + span:after,
.b-enroll-form-field__select--invalid + span:after {
  content: 'Укажите правильные данные';
}

.b-enroll-form-field__select {
  position: relative;
  padding: 0 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/images/enroll/select-arrow.svg") 95% center/auto 7px no-repeat;
}

.b-enroll-form-field__select:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}

.b-enroll-form-field__select [data-placeholder] {
  display: none;
}

.b-map {
  height: 600px;
}

.b-info-window {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 130px;
  border: 1px solid #ff7e00;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.b-info-window:before {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  bottom: 8px;
  width: 8px;
  height: 18px;
  background: url("/images/map/info-window-arrow.svg") center/cover no-repeat;
}

.b-info-window-left {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 100%;
  padding: 10px 5px;
  background: #fff;
}

.b-info-window-left__logo {
  width: 80px;
}

.b-info-window-left__title {
  font-weight: 300;
  font-size: 14px;
}

.b-info-window-left__address {
  font-weight: 700;
  font-size: 14px;
}

.b-info-window-right {
  width: 140px;
  height: 100%;
  background: url("/images/map/info-window-img.png") center/cover no-repeat;
}

.gm-style-iw {
  width: 340px !important;
  left: 235px !important;
  top: 80px !important;
  height: 130px !important;
  overflow: visible !important;
}

.gm-style-iw * {
  overflow: visible !important;
}

.gm-style-iw-a {
  width: auto !important;
}

.gm-style-iw-t {
  right: 40px !important;
  bottom: 106px !important;
}

.gm-style-iw-t:before,
.gm-style-iw-t:after {
  display: none;
}

.gm-style-iw-t button {
  display: none !important;
}

.gm-style-iw-c {
  background: none !important;
  box-shadow: none !important;
}

.b-footer {
  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;
}

.b-footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ff7e00;
  background: #362c23;
  padding: 50px calc(50% - 710px);
}

.b-footer-top-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 230px;
  margin-right: 140px;
}

.b-footer-top-copyright__img {
  width: 100%;
  margin-bottom: 15px;
}

.b-footer-top-copyright__text {
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

.b-footer-top-lists-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 370px);
}

.b-footer-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 24.5%;
}

.b-footer-top-list__title {
  color: #ffbf00;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  text-decoration: none;
}

.b-footer-top-list__link {
  text-decoration: none;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}

.b-footer-top-list__link:last-child {
  margin-bottom: 0;
}

.b-footer-top-list__link--icon {
  padding-left: 40px;
  min-height: 25px;
  position: relative;
}

.b-footer-top-list__link--icon:before {
  content: '';
  background: url("") center/contain no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.b-footer-top-list__link--address:before {
  background-image: url("/images/footer/address.svg");
}

.b-footer-top-list__link--phone:before {
  background-image: url("/images/footer/phone.svg");
}

.b-footer-top-list__link--email:before {
  background-image: url("/images/footer/email.svg");
}

.b-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 105px;
  max-width: 100%;
}

.b-footer-social__link {
  width: 25px;
  height: 25px;
  background: url("") center/cover no-repeat;
}

.b-footer-social__link--vk {
  background-image: url("/images/header-contacts/vk-link.svg");
}

.b-footer-social__link--instagram {
  background-image: url("/images/header-contacts/instagram-link.svg");
}

.b-footer-social__link--facebook {
  background-image: url("/images/header-contacts/facebook-link.svg");
}

.b-footer-bottom {
  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;
  width: 100%;
  height: 60px;
  background: #29211b;
  padding: 0 calc(50% - 710px);
}

.b-footer-bottom-partners {
  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;
  height: 100%;
  width: 200px;
}

.b-footer-bottom-partners__title {
  color: #ffbf00;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.b-footer-bottom-menu {
  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;
  height: 100%;
  width: 1050px;
}

.b-footer-bottom-menu__link {
  color: #fff;
  text-decoration: none;
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  width: 24.5%;
}

.b-timetable {
  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;
  padding: 50px 0;
}

.b-timetable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0 calc(50% - 710px);
}

.b-timetable-wrapper-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #ff7e00;
  padding: 20px 20px 0;
  margin-bottom: 20px;
}

.b-timetable-wrapper-day:last-child {
  margin-bottom: 0;
}

.b-timetable-wrapper-day__title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 20px;
}

.b-timetable-wrapper-day-lessons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.b-timetable-wrapper-day-lessons .owl-nav {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 14px);
  left: -15px;
  width: calc(100% + 30px);
  height: 15px;
}

.b-timetable-wrapper-day-lessons .owl-nav .owl-prev,
.b-timetable-wrapper-day-lessons .owl-nav .owl-next {
  pointer-events: all;
  position: absolute;
  top: 0;
  width: 8px;
  height: 15px;
  background: url("/images/timetable/slider-arrow.svg") center/contain no-repeat !important;
  opacity: 1;
  transition: 0.3s;
  outline: none;
}

.b-timetable-wrapper-day-lessons .owl-nav .owl-prev.disabled,
.b-timetable-wrapper-day-lessons .owl-nav .owl-next.disabled {
  opacity: 0;
}

.b-timetable-wrapper-day-lessons .owl-nav .owl-prev {
  left: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-timetable-wrapper-day-lessons .owl-nav .owl-next {
  right: 0px;
}

.b-timetable-wrapper-day-lessons-item {
  position: relative;
  width: calc((100% - 100px) / 6);
  margin-bottom: 20px;
  background: #fff;
  font-size: 18px;
  margin-right: 20px;
  padding: 15px 5px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.b-timetable-wrapper-day-lessons-item:nth-child(6n) {
  margin-right: 0;
}

.b-timetable-wrapper-day-lessons-item__name {
  font-weight: 600;
  margin-bottom: 12px;
  max-width: 100%;
}

.b-subscriptions {
  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;
  padding-bottom: 30px !important;
}

.b-subscriptions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}

.b-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc((100% - 40px) / 2);
  padding: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}

.b-subscription__price {
  color: #ff7e00;
  font-size: 48px;
  font-weight: 700;
  width: 50%;
  text-align: center;
}

.b-subscription-info {
  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;
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.b-subscription-info__lessons {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.b-subscription-info__period {
  font-size: 20px;
  font-weight: 500;
}

.b-text-block {
  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;
}

.b-text-block--white {
  color: #fff;
}

.b-text-block--bg-orange {
  background: #ff7e00;
}

.b-text-block--padding {
  padding: 30px calc(50% - 710px);
}

.b-text-block-content {
  width: 100%;
}

.b-text-block-content img {
  width: 100%;
  height: auto;
}

.b-text-block-content > * {
  margin-bottom: 20px;
}

.b-text-block-content > *:last-child {
  margin-bottom: 0;
}

.b-text-block-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  text-align: justify;
}

.b-text-block-content p:last-child {
  margin-bottom: 0;
}

.b-text-block-content ul {
  padding-left: 20px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
}

.b-text-block-content ul li {
  margin-bottom: 5px;
}

.b-text-block-content ul li:last-child {
  margin-bottom: 0;
}

.b-text-block-content img,
.b-text-block-content video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.b-timetable-v2 {
  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;
}

.b-timetable-v2-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff7e00;
  color: #fff;
  padding: 30px 110px;
  width: 100%;
}

.b-timetable-v2-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.b-timetable-v2-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background: #fff;
}

.b-timetable-v2-wrapper-col {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: calc((100% - 100px) / 5);
  flex-basis: calc((100% - 100px) / 5);
  margin: 0 10px;
}

.b-timetable-v2-wrapper-col__header,
.b-timetable-v2-wrapper-col__time {
  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;
  text-align: center;
  height: 60px;
  font-weight: 700;
}

.b-timetable-v2-wrapper-col__header {
  font-size: 20px;
  border: 1px dashed #fff;
  margin-bottom: 20px;
  position: relative;
}

.b-timetable-v2-wrapper-col__header span {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: #ff7e00;
  text-transform: uppercase;
}

.b-timetable-v2-wrapper-col__time {
  font-size: 28px;
}

.b-timetable-v2-try {
  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;
  width: calc(100% - 20px);
}

.b-timetable-v2-try__text {
  font-weight: 500;
  font-size: 20px;
  width: calc(100% - 360px);
}

.b-timetable-v2-try__button {
  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;
  text-align: center;
  width: 340px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  height: 60px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}

.b-timetable-v2-try__button:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.b-slider {
  height: 400px;
}

.b-slider .owl-stage-outer,
.b-slider .owl-stage,
.b-slider .owl-item {
  height: 100%;
}

.b-slider .owl-nav {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px);
  left: 10px;
  right: 10px;
  height: 25px;
}

.b-slider .owl-nav .owl-prev,
.b-slider .owl-nav .owl-next {
  pointer-events: all;
  position: absolute;
  top: 0;
  width: 26px;
  height: 50px;
  background: url("/images/about/slide-nav.svg") center/cover no-repeat !important;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
  transition: 0.3s;
  outline: none;
}

.b-slider .owl-nav .owl-prev:hover,
.b-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

.b-slider .owl-nav .owl-prev {
  left: 10px;
}

.b-slider .owl-nav .owl-next {
  right: 10px;
  -webkit-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
}

.b-slider__item {
  background: url("") center/cover no-repeat;
  height: 100%;
}

.b-other-courses {
  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;
  padding-bottom: 30px !important;
}

.b-other-courses-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}

.b-other-courses-wrapper__item {
  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;
  text-align: center;
  height: 100px;
  min-width: calc((100% - 80px) / 4);
  margin: 0 10px;
  border: 1px solid #ff7e00;
  font-size: 28px;
  font-weight: 700;
  transition: 0.4s;
  color: #000;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: calc((100% - 80px) / 4);
  flex-basis: calc((100% - 80px) / 4);
  padding: 10px;
}

.b-other-courses-wrapper__item:hover {
  background: #ff7e00;
  color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.b-teachers {
  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;
}

.b-teachers__link {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff7e00;
  font-family: 'Exo 2', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.b-teachers__link:after {
  content: '';
  width: 26px;
  height: 26px;
  background: url("/images/news/arrow-right.svg") center/cover no-repeat;
  margin-left: 15px;
}

.b-teachers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.b-teachers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  padding-bottom: 20px;
  text-decoration: none;
  transition: 0.4s;
  margin-bottom: 20px;
}

.b-teachers-item:nth-child(4n) {
  margin-right: 0;
}

.b-teachers-item__photo {
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
  background: url("") center/cover no-repeat;
}

.b-teachers-item__name,
.b-teachers-item__specialisation {
  padding: 0 15px;
  font-size: 20px;
  text-align: center;
}

.b-teachers-item__name {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.b-teachers-item__specialisation {
  font-weight: 600;
  color: #ff7e00;
}

.b-teachers-item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(0,0,0,0.2);
}

.b-info-teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b-info-teacher__photo {
  width: 460px;
  height: 460px;
  margin-right: 140px;
  background: url("") center/cover no-repeat;
}

.b-info-teacher-text {
  width: calc(100% - 600px);
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b-info-teacher-text__name {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}

.b-info-teacher-text__specialisation {
  color: #ff7e00;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.b-info-teacher-text-list {
  font-weight: 500;
  font-size: 20px;
  padding-left: 22px;
}

.b-info-teacher-text-list__item {
  margin-bottom: 10px;
}

.b-info-teacher-text-list__item:last-child {
  margin-bottom: 0;
}

.b-subscriptions-v2 {
  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;
}

.b-subscriptions-v2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.b-subscription-v2 {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  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;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.b-subscription-v2:nth-child(3n) {
  margin-right: 0;
}

.b-subscription-v2__lessons {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.b-subscription-v2__period {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ff7e00;
  margin-bottom: 20px;
}

.b-subscription-v2__course {
  font-size: 18px;
  margin-bottom: 20px;
}

.b-subscription-v2__price {
  margin-top: auto;
  color: #ff7e00;
  font-size: 48px;
  font-weight: 700;
}

.b-advantages {
  padding: 30px calc(50% - 710px);
  background: #ff7e00;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24%;
}

.b-advantages-item__icon {
  width: 140px;
  height: 140px;
  background: url("") center/cover no-repeat;
  margin-bottom: 20px;
}

.b-advantages-item__text {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.b-photos {
  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;
}

.b-photos-big-slider {
  width: 100%;
  height: 700px;
  margin-bottom: 20px;
}

.b-photos-big-slider .owl-stage-outer,
.b-photos-big-slider .owl-stage,
.b-photos-big-slider .owl-item {
  height: 100%;
}

.b-photos-big-slider .owl-nav {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  right: 0;
  height: 25px;
}

.b-photos-big-slider .owl-nav .owl-prev,
.b-photos-big-slider .owl-nav .owl-next {
  pointer-events: all;
  position: absolute;
  top: 0;
  width: 26px;
  height: 50px;
  background: url("/images/about/slide-nav.svg") center/cover no-repeat !important;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.6;
  transition: 0.3s;
  outline: none;
}

.b-photos-big-slider .owl-nav .owl-prev:hover,
.b-photos-big-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

.b-photos-big-slider .owl-nav .owl-prev {
  left: 10px;
}

.b-photos-big-slider .owl-nav .owl-next {
  right: 10px;
  -webkit-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
}

.b-photos-big-slider__item {
  height: 100%;
  background: url("") center/cover no-repeat;
}

.b-photos-slider {
  width: 100%;
  height: 130px;
}

.b-photos-slider .owl-stage-outer,
.b-photos-slider .owl-stage,
.b-photos-slider .owl-item {
  height: 100%;
}

.b-photos-slider .owl-nav {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  right: 0;
  height: 25px;
}

.b-photos-slider .owl-nav .owl-prev,
.b-photos-slider .owl-nav .owl-next {
  pointer-events: all;
  position: absolute;
  top: 0;
  width: 26px;
  height: 50px;
  background: url("/images/about/slide-nav.svg") center/cover no-repeat !important;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.6;
  transition: 0.3s;
  outline: none;
}

.b-photos-slider .owl-nav .owl-prev:hover,
.b-photos-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

.b-photos-slider .owl-nav .owl-prev {
  left: 10px;
}

.b-photos-slider .owl-nav .owl-next {
  right: 10px;
  -webkit-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
}

.b-photos-slider__item {
  height: 100%;
  background: url("") center/cover no-repeat;
}

.b-news-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-news-v2-item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
}

.b-news-v2-item:nth-child(3n) {
  margin-right: 0;
}

.b-news-v2-item:before {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  height: 240px;
  background: #4f2905;
  opacity: 0.4;
  transition: 0.4s;
}

.b-news-v2-item__img {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  background: url("/images/news/bg.png") center/cover no-repeat;
  transition: 0.3s;
  border: 5px solid #fff;
  transition: 0.4s;
}

.b-news-v2-item__date {
  padding: 0 5px;
  font-size: 14px;
  color: #637381;
  margin-bottom: 15px;
  transition: 0.4s;
}

.b-news-v2-item__title {
  padding: 0 5px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  transition: 0.4s;
}

.b-news-v2-item:hover:before {
  opacity: 0;
}

.b-news-v2-item:hover .b-news-v2-item__title {
  color: #ff7e00;
}

.b-news-v2-item:hover .b-news-v2-item__img {
  border: 5px solid #ff7e00;
}

.b-news-video {
  height: 700px;
}

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

.b-contacts-contact {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.b-contacts-contact:first-child {
  width: 500px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.b-contacts-contact:last-child {
  width: 200px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.b-contacts-contact__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.b-contacts-contact__text {
  position: relative;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.b-contacts-contact__text:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.b-contacts-contact__text--address:before {
  background: url("/images/footer/address.svg") center/100% no-repeat;
}

.b-contacts-contact__text--phone:before {
  background: url("/images/footer/phone.svg") center/100% no-repeat;
}

.b-contacts-contact__text--email:before {
  background: url("/images/footer/email.svg") center/100% no-repeat;
}

.b-contacts-contact-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 120px;
}

.b-contacts-contact-social__link {
  width: 30px;
  height: 30px;
}

.b-contacts-contact-social__link--vk {
  background: url("/images/header-contacts/vk-link.svg") center/contain no-repeat;
}

.b-contacts-contact-social__link--instagram {
  background: url("/images/header-contacts/instagram-link.svg") center/contain no-repeat;
}

.b-contacts-contact-social__link--facebook {
  background: url("/images/header-contacts/facebook-link.svg") center/contain no-repeat;
}

.b-modal-overlay {
  background: #362c23;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.b-modal-overlay[data-overlay="active"] {
  opacity: 0.95;
  pointer-events: all;
}

.b-modal-success {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 21;
  width: 600px;
  height: 310px;
  overflow: auto;
  margin: auto;
  padding: 80px;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.b-modal-success[data-modal="active"] {
  opacity: 1;
  pointer-events: all;
}

.b-modal-success__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("/images/modals/close.svg") center/contain no-repeat;
  cursor: pointer;
}

.b-modal-success__title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.b-modal-success__title:before {
  content: '';
  position: absolute;
  left: -50px;
  top: 4px;
  width: 37px;
  height: 28px;
  background: url("/images/modals/check-mark.svg") center/contain no-repeat;
}

.b-modal-success__desc {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.b-modal-interview {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 614px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  z-index: 21;
  background: #fff;
  padding: 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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.b-modal-interview[data-modal="active"] {
  opacity: 1;
  pointer-events: all;
}

.b-modal-interview__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("/images/modals/close.svg") center/contain no-repeat;
  cursor: pointer;
}

.b-modal-interview__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.b-modal-interview__submit {
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  height: 60px;
  padding: 20px;
  line-height: 20px;
  font-size: 20px;
  font-family: 'Exo 2', sans-serif;
  margin-top: 20px;
  border: none;
  outline: none;
  background: #ff7e00;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.b-modal-interview__submit:hover {
  background: #ff8815;
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

.b-modal-interview-field {
  margin-bottom: 30px;
}

.b-modal-interview-field__radio {
  display: none;
}

.b-modal-interview-field__radio:checked + .b-modal-interview-field__label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 8px;
  left: 8px;
  border-radius: 50%;
  background: #ff7e00;
}

.b-modal-interview-field__label {
  font-size: 18px;
  padding-left: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
}

.b-modal-interview-field__label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #bdbdbd;
  box-sizing: border-box;
}

.b-modal-enroll {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 21;
  width: 874px;
  height: 520px;
  overflow: auto;
  margin: auto;
  padding: 40px 80px;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}

.b-modal-enroll[data-modal="active"] {
  opacity: 1;
  pointer-events: all;
}

.b-modal-enroll__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("/images/modals/close.svg") center/contain no-repeat;
  cursor: pointer;
}

.b-modal-enroll__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.b-modal-enroll-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-modal-enroll-form__submit {
  outline: none;
  border: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #ff7e00;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
}

.b-modal-enroll-form__submit:hover {
  background: #ff8815;
  box-shadow: 0 10px 15px rgba(0,0,0,0.4);
}

.b-modal-enroll-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}

.b-modal-enroll-form-field__label {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #616161;
}

.b-modal-enroll-form-field__input,
.b-modal-enroll-form-field__select {
  border: 2px solid transparent;
  outline: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  font-size: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  font-family: 'Montserrat', sans-serif;
}

.b-modal-enroll-form-field__input--valid,
.b-modal-enroll-form-field__select--valid {
  border: 2px solid #44c4a1;
}

.b-modal-enroll-form-field__input--valid + span,
.b-modal-enroll-form-field__select--valid + span {
  position: absolute;
  right: 16px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  background: url("/images/enroll/valid.svg") center/contain no-repeat;
}

.b-modal-enroll-form-field__input--invalid,
.b-modal-enroll-form-field__select--invalid {
  border: 2px solid #ff4040;
}

.b-modal-enroll-form-field__input--invalid + span,
.b-modal-enroll-form-field__select--invalid + span {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  font-size: 12px;
  font-weight: 600;
  color: #ff4040;
  padding-left: 20px;
}

.b-modal-enroll-form-field__input--invalid + span:before,
.b-modal-enroll-form-field__select--invalid + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 13px;
  background: url("/images/enroll/invalid.svg") center/contain no-repeat;
}

.b-modal-enroll-form-field__input--invalid + span:after,
.b-modal-enroll-form-field__select--invalid + span:after {
  content: 'Укажите правильные данные';
}

.b-modal-enroll-form-field__select {
  position: relative;
  padding: 0 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/images/enroll/select-arrow.svg") 95% center/auto 7px no-repeat;
}

.b-modal-enroll-form-field__select:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}

.b-modal-enroll-form-field__select [data-placeholder] {
  display: none;
}

.b-timetable-v3 {
  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;
}

.b-timetable-v3-links {
  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;
  width: 100%;
}

.b-timetable-v3-links__item {
  width: calc((100% - 140px) / 8);
  margin-right: 20px;
  margin-bottom: 20px;
  height: 60px;
  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;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: 0.5s;
  cursor: pointer;
}

.b-timetable-v3-links__item:hover,
.b-timetable-v3-links__item[data-tab-link-active] {
  color: #fff;
  background: #ff7e00;
  box-shadow: none;
}

.b-timetable-v3-links__item:nth-child(8n) {
  margin-right: 0;
}

.b-timetable-v3-links__item:last-child {
  margin-right: 0 !important;
}

.b-timbetable-v3-tabs-item {
  display: none;
}

.b-timbetable-v3-tabs-item[data-tab-active] {
  display: block;
}

.b-timbetable-v3-tabs-item-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ff7e00;
  color: #fff;
  padding: 20px 120px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}

.b-timbetable-v3-tabs-item-day:last-child {
  margin-bottom: 0;
}

.b-timbetable-v3-tabs-item-day__name {
  font-size: 18px;
  font-weight: 600;
  width: 19%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.b-timbetable-v3-tabs-item-day-lessons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 47%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.b-timbetable-v3-tabs-item-day-lessons__item {
  margin-bottom: 8px;
}

.b-timbetable-v3-tabs-item-day-lessons__item:last-child {
  margin-bottom: 0;
}

.b-timbetable-v3-tabs-item-day-lessons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.b-timbetable-v3-tabs-item-day-lessons-row:last-child {
  margin-bottom: 0;
}

.b-timbetable-v3-tabs-item-day-lessons-row__time {
  width: 40%;
}

.b-timbetable-v3-tabs-item-day-lessons-row__desc {
  width: 60%;
}

.b-timbetable-v3-tabs-item-day-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.b-timbetable-v3-tabs-item-day-desc__item {
  margin-bottom: 8px;
}

.b-timbetable-v3-tabs-item-day-desc__item:last-child {
  margin-bottom: 0;
}

.b-menu-overlay {
  background: #362c23;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
}

.b-menu-overlay[data-overlay="active"] {
  opacity: 0.8;
  pointer-events: all;
}

@media (min-width: 1366px) {
  .b-header-main-menu-item__link:hover:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 1499px) {
  .g-container {
    width: 1210px;
  }

  .g-container--padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .g-container--padding-top {
    padding-top: 25px;
  }

  .g-container--padding-big-top {
    padding-top: 50px;
  }

  .g-padding-wrapper {
    padding: 25px 0;
  }

  .g-hide--1499 {
    display: none !important;
  }

  .b-header-contacts {
    padding: 0 calc(50% - 590px);
  }

  .b-header-main {
    padding: 0 calc(50% - 590px);
  }

  .b-header-breadcrumbs {
    padding: 10px calc(50% - 590px);
  }

  .b-intro-slider-slide {
    padding: 0 calc(50% - 590px);
  }

  .b-news {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .b-news-wrapper-item {
    width: 380px;
    height: 207px;
  }

  .b-news-wrapper-item__title {
    font-size: 22px;
    line-height: 26px;
  }

  .b-about {
    padding: 25px 0;
  }

  .b-about-left {
    padding: 40px 40px 40px calc(50% - 590px);
  }

  .b-about-left__title {
    font-size: 28px;
  }

  .b-about-left__text {
    font-size: 16px;
  }

  .b-about-left__more {
    font-size: 20px;
    line-height: 22px;
  }

  .b-about-left__more:after {
    width: 22px;
    height: 22px;
  }

  .b-courses-wrapper-course {
    width: 380px;
    height: 380px;
  }

  .b-courses-wrapper-course__title {
    font-size: 32px;
  }

  .b-order-call {
    padding: 44px calc(50% - 590px);
  }

  .b-order-call__text {
    font-size: 28px;
  }

  .b-order-call__button {
    width: 280px;
  }

  .b-footer-top {
    padding: 25px calc(50% - 590px);
  }

  .b-footer-top-copyright {
    margin-right: 80px;
  }

  .b-footer-top-list__title {
    font-size: 18px;
  }

  .b-footer-top-list__link {
    font-size: 14px;
  }

  .b-footer-bottom {
    padding: 0 calc(50% - 590px);
  }

  .b-timetable {
    padding: 25px 0;
  }

  .b-timetable-wrapper {
    padding: 0 calc(50% - 590px);
  }

  .b-subscriptions {
    padding-bottom: 5px !important;
  }

  .b-text-block--padding {
    padding: 30px calc(50% - 590px);
  }

  .b-timetable-v2-content {
    padding: 30px 100px;
  }

  .b-timetable-v2-wrapper-col__time {
    font-size: 24px;
  }

  .b-slider {
    height: 330px;
  }

  .b-other-courses {
    padding-bottom: 5px !important;
  }

  .b-other-courses-wrapper__item {
    font-size: 24px;
  }

  .b-teachers-item {
    padding-bottom: 15px;
  }

  .b-teachers-item__photo {
    height: 300px;
    margin-bottom: 15px;
  }

  .b-teachers-item__specialisation {
    font-size: 18px;
  }

  .b-info-teacher__photo {
    width: 380px;
    margin-right: 120px;
  }

  .b-info-teacher-text {
    padding-top: 15px;
    width: calc(100% - 500px);
  }

  .b-subscription-v2__lessons {
    height: 66px;
    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;
  }

  .b-subscription-v2__period {
    height: 70px;
    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;
  }

  .b-advantages {
    padding: 30px calc(50% - 590px);
  }

  .b-photos-big-slider {
    height: 550px;
  }

  .b-news-v2-item {
    margin-bottom: 25px;
  }

  .b-news-v2-item:before {
    height: 200px;
  }

  .b-news-v2-item__img {
    height: 210px;
    margin-bottom: 10px;
  }

  .b-news-v2-item__date {
    margin-bottom: 10px;
  }

  .b-news-video {
    height: 580px;
  }

  .b-contacts-contact:first-child {
    width: 380px;
  }

  .b-modal-interview {
    padding: 40px 80px;
    height: 454px;
  }

  .b-modal-interview__title {
    margin-bottom: 30px;
  }

  .b-modal-interview__submit {
    margin-top: 10px;
  }

  .b-modal-interview-field {
    margin-bottom: 20px;
  }

  .b-modal-enroll__title {
    margin-bottom: 30px;
  }

  .b-timetable-v3-links__item {
    width: calc((100% - 60px) / 7);
    margin-right: 10px;
  }

  .b-timetable-v3-links__item:nth-child(8n) {
    margin-right: 20px;
  }

  .b-timetable-v3-links__item:nth-child(7n) {
    margin-right: 0px;
  }

  .b-timbetable-v3-tabs-item-day {
    padding: 20px 100px;
  }
}

@media (max-width: 1365px) {
  .g-container {
    width: 970px;
  }

  .g-hide--1365 {
    display: none !important;
  }

  .b-header-contacts {
    padding: 0 calc(50% - 470px);
  }

  .b-header-contacts__address,
  .b-header-contacts__phone,
  .b-header-contacts__time {
    margin-right: 10px;
  }

  .b-header-main {
    height: 60px;
    padding: 0 calc(50% - 470px);
    border-bottom: 1px solid #ff7e00;
    background: #fff;
  }

  .b-header-main__logo {
    width: 80px;
    height: 50px;
  }

  .b-header-main-menu-button {
    display: block;
  }

  .b-header-main-menu {
    position: fixed;
    top: 60px;
    height: calc(100% - 61px);
    padding: 20px;
    width: calc(50% - 160px);
    right: 0;
    background: #fff;
    -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;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    display: none;
  }

  .b-header-main-menu--active {
    opacity: 1;
    pointer-events: all;
    display: block;
  }

  .b-header-main-menu a:hover {
    color: #000;
  }

  .b-header-main-menu-item {
    margin-right: 0 !important;
    padding-bottom: 17px;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-header-main-menu-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .b-header-main-menu-item:first-child {
    margin-top: auto;
  }

  .b-header-main-menu-item:last-of-type {
    margin-bottom: auto;
  }

  .b-header-main-menu-item__link:after {
    transition: 0s;
    left: calc(100% + 7px);
  }

  .b-header-main-menu-item__link {
    line-height: normal;
    position: relative;
  }

  .b-header-main-menu-item-submenu {
    opacity: 1;
    pointer-events: all;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: none;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    display: none;
    padding: 20px 10px 0 30px;
  }

  .b-header-main-menu-item-submenu--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-header-main-menu-item-submenu:before {
    content: none;
  }

  .b-header-main-menu-item-submenu__link--sub {
    margin-left: 0;
    margin-top: -5px;
    padding-left: 20px;
    font-size: 16px;
  }

  .b-header-main-menu-item-submenu__link--sub:before {
    content: none;
  }

  .b-header-main-menu-item-submenu__link {
    min-height: 30px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .b-header-breadcrumbs {
    padding: 10px calc(50% - 470px);
  }

  .b-intro-slider {
    margin-top: 61px;
    min-height: 480px;
  }

  .b-intro-slider-slide {
    padding: 0 calc(50% - 470px);
  }

  .b-intro-slider-slide__title {
    font-size: 80px;
  }

  .b-news-wrapper-item {
    width: 300px;
    height: 164px;
  }

  .b-news-wrapper-item__title {
    font-size: 18px;
    line-height: 20px;
  }

  .b-about-left {
    padding: 20px 20px 20px calc(50% - 470px);
  }

  .b-about-left__title {
    margin-bottom: 20px;
  }

  .b-about-left__text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .b-courses-wrapper-course {
    width: 300px;
    height: 300px;
  }

  .b-courses-wrapper-course__title {
    font-size: 24px;
  }

  .b-order-call {
    padding: 44px calc(50% - 470px);
  }

  .b-order-call__text {
    font-size: 20px;
  }

  .b-footer-top {
    padding: 25px calc(50% - 470px);
  }

  .b-footer-top-copyright {
    width: 160px;
  }

  .b-footer-top-copyright__text {
    font-size: 12px;
    line-height: 20px;
  }

  .b-footer-top-lists-container {
    width: calc(100% - 240px);
  }

  .b-footer-top-list__title {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .b-footer-top-list__link {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .b-footer-bottom {
    padding: 0 calc(50% - 470px);
  }

  .b-footer-bottom-partners {
    width: 170px;
  }

  .b-footer-bottom-partners__title {
    font-size: 14px;
  }

  .b-footer-bottom-menu {
    width: 700px;
  }

  .b-footer-bottom-menu__link {
    font-size: 14px;
  }

  .b-timetable {
    padding: 25px 0;
  }

  .b-timetable-wrapper {
    padding: 0 calc(50% - 470px);
  }

  .b-timetable-wrapper-day-lessons-item {
    font-size: 16px;
    width: 100%;
    height: 85px;
    margin-bottom: 20px;
  }

  .b-text-block--padding {
    padding: 30px calc(50% - 470px);
  }

  .b-timetable-v2-content {
    padding: 30px 80px;
  }

  .b-timetable-v2-wrapper-col__header {
    font-size: 18px;
  }

  .b-timetable-v2-wrapper-col__time {
    font-size: 18px;
  }

  .b-timetable-v2-try__text {
    font-size: 18px;
    width: calc(100% - 250px);
  }

  .b-timetable-v2-try__button {
    font-size: 18px;
    width: 240px;
  }

  .b-slider {
    height: 260px;
  }

  .b-other-courses-wrapper__item {
    height: 80px;
    font-size: 18px;
  }

  .b-teachers-item {
    width: calc((100% - 40px) / 3);
  }

  .b-teachers-item:nth-child(4n) {
    margin-right: 20px;
  }

  .b-teachers-item:nth-child(3n) {
    margin-right: 0px;
  }

  .b-teachers-item__photo {
    height: 320px;
  }

  .b-info-teacher__photo {
    margin-right: 100px;
  }

  .b-info-teacher-text {
    width: calc(100% - 480px);
  }

  .b-advantages {
    padding: 30px calc(50% - 470px);
  }

  .b-advantages-item__text {
    font-size: 18px;
  }

  .b-photos-big-slider {
    height: 420px;
  }

  .b-news-v2-item:before {
    height: 155px;
  }

  .b-news-v2-item__img {
    height: 165px;
  }

  .b-news-v2-item__title {
    font-size: 18px;
  }

  .b-news-video {
    height: 460px;
  }

  .b-contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }

  .b-contacts-contact {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 48%;
    margin-bottom: 20px;
  }

  .b-contacts-contact:first-child {
    width: 48%;
  }

  .b-contacts-contact:last-child {
    width: 48%;
  }

  .b-timetable-v3-links__item {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
  }

  .b-timetable-v3-links__item:nth-child(7n) {
    margin-right: 20px;
  }

  .b-timetable-v3-links__item:nth-child(5n) {
    margin-right: 0px;
  }

  .b-timbetable-v3-tabs-item-day {
    padding: 20px;
  }
}

@media (max-width: 1023px) {
  .g-container {
    width: 650px;
  }

  .g-hide--1023 {
    display: none !important;
  }

  .b-block-info {
    margin-bottom: 22px;
  }

  .b-block-info__title {
    font-size: 28px;
    padding-bottom: 18px;
    margin-bottom: 16px;
  }

  .b-block-info__desc {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .b-header-contacts--scrolled {
    margin-bottom: 0;
  }

  .b-header-contacts {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: calc(50% - 80px);
    height: 165px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
  }

  .b-header-contacts--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-header-contacts__address,
  .b-header-contacts__phone,
  .b-header-contacts__time {
    margin-bottom: 10px;
  }

  .b-header-contacts-social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 7px;
  }

  .b-header-main {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 calc(50% - 310px);
  }

  .b-header-main-menu {
    height: calc(100% - 61px - 163px);
    width: calc(50% - 80px);
  }

  .b-header-main-menu-item-submenu__link {
    font-size: 16px;
  }

  .b-header-breadcrumbs {
    padding: 10px calc(50% - 310px);
  }

  .b-intro-slider {
    margin-top: 21px;
  }

  .b-intro-slider-slide {
    padding: 0 calc(50% - 310px);
  }

  .b-intro-slider-slide__title {
    font-size: 60px;
    margin: 20px 0 40px;
  }

  .b-intro-slider-slide__desc {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .b-news__link {
    font-size: 18px;
    line-height: 20px;
  }

  .b-news__link:after {
    width: 20px;
    height: 20px;
  }

  .b-news-wrapper-item:last-child {
    display: none;
  }

  .b-about-left {
    padding: 20px 20px 20px calc(50% - 310px);
  }

  .b-about-left__title {
    font-size: 20px;
  }

  .b-about-left__text {
    font-size: 12px;
  }

  .b-about-left__text ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    min-height: 20px;
  }

  .b-about-left__text ul li:before {
    width: 20px;
    height: 20px;
  }

  .b-about-left__text h2 {
    font-size: 16px;
  }

  .b-about-left__more {
    font-size: 18px;
    line-height: 20px;
  }

  .b-about-left__more:after {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }

  .b-courses-wrapper-course:nth-child(3n) {
    margin-right: 20px;
  }

  .b-courses-wrapper-course:nth-last-child(n+4) {
    margin-bottom: 0px;
  }

  .b-courses-wrapper-course:nth-child(2n) {
    margin-right: 0;
  }

  .b-courses-wrapper-course:nth-last-child(n+3) {
    margin-bottom: 20px;
  }

  .b-order-call {
    padding: 40px bp767;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-order-call__text {
    margin-bottom: 35px;
    text-align: center;
  }

  .b-enroll {
    padding: 50px 0;
  }

  .b-enroll-form {
    max-width: 620px;
  }

  .b-info-window:before {
    bottom: auto;
    top: calc(100% - 4px);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 0;
    right: 0;
    margin: auto;
  }

  .gm-style-iw {
    left: 0 !important;
    right: 0 !important;
    top: 30px !important;
    margin: auto;
    max-width: none !important;
  }

  .gm-style-iw-t {
    right: 13px !important;
  }

  .b-footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px calc(50% - 310px);
  }

  .b-footer-top-copyright {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
  }

  .b-footer-top-copyright__img {
    width: 100px;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .b-footer-top-copyright__text {
    padding-top: 28px;
  }

  .b-footer-top-lists-container {
    width: 100%;
  }

  .b-footer-bottom {
    padding: 30px calc(50% - 310px);
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-footer-bottom-partners {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 30%;
    padding-left: 20px;
  }

  .b-footer-bottom-partners__title {
    margin-bottom: 16px;
  }

  .b-footer-bottom-partners__item {
    margin-bottom: 16px;
  }

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

  .b-footer-bottom-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 30%;
    padding-right: 20px;
  }

  .b-footer-bottom-menu__link {
    width: auto;
    margin-bottom: 26px;
  }

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

  .b-timetable {
    padding: 25px 0;
  }

  .b-timetable-wrapper {
    padding: 0 calc(50% - 310px);
  }

  .b-subscription__price {
    font-size: 28px;
  }

  .b-subscription-info__lessons {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .b-subscription-info__period {
    font-size: 12px;
  }

  .b-text-block--padding {
    padding: 30px calc(50% - 310px);
  }

  .b-text-block-content p {
    font-size: 18px;
    line-height: 30px;
  }

  .b-text-block-content ul {
    font-size: 14px;
  }

  .b-timetable-v2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
  }

  .b-timetable-v2-content {
    padding: 30px calc(50% - 310px);
  }

  .b-timetable-v2-wrapper-col__header,
  .b-timetable-v2-wrapper-col__time {
    height: 40px;
  }

  .b-timetable-v2-wrapper-col__header {
    font-size: 12px;
  }

  .b-timetable-v2-wrapper-col__time {
    font-size: 12px;
  }

  .b-timetable-v2-try__text {
    font-size: 14px;
    width: calc(100% - 210px);
  }

  .b-timetable-v2-try__button {
    font-size: 14px;
    width: 200px;
    height: 40px;
  }

  .b-other-courses-wrapper__item {
    font-size: 14px;
  }

  .b-teachers-item {
    width: calc((100% - 20px) / 2);
  }

  .b-teachers-item:nth-child(3n) {
    margin-right: 20px;
  }

  .b-teachers-item:nth-child(2n) {
    margin-right: 0px;
  }

  .b-info-teacher__photo {
    width: 300px;
    height: 360px;
    margin-right: 20px;
  }

  .b-info-teacher-text {
    width: calc(100% - 320px);
  }

  .b-info-teacher-text__name {
    font-size: 28px;
  }

  .b-info-teacher-text__specialisation {
    font-size: 18px;
  }

  .b-info-teacher-text-list {
    font-size: 14px;
  }

  .b-subscription-v2 {
    width: calc((100% - 20px) / 2);
  }

  .b-subscription-v2:nth-child(3n) {
    margin-right: 20px;
  }

  .b-subscription-v2:nth-child(2n) {
    margin-right: 0px;
  }

  .b-subscription-v2__lessons {
    font-size: 24px;
    height: 46px;
  }

  .b-subscription-v2__period {
    font-size: 18px;
    height: 40px;
  }

  .b-subscription-v2__course {
    margin-bottom: 15px;
  }

  .b-advantages {
    padding: 30px calc(50% - 310px) 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .b-advantages-item {
    margin-bottom: 30px;
    width: 42%;
  }

  .b-photos-big-slider {
    height: 360px;
  }

  .b-photos-slider {
    height: 90px;
  }

  .b-news-v2-item {
    width: calc((100% - 20px) / 2);
  }

  .b-news-v2-item:nth-child(3n) {
    margin-right: 20px;
  }

  .b-news-v2-item:nth-child(2n) {
    margin-right: 0;
  }

  .b-news-video {
    height: 310px;
  }

  .b-timetable-v3-links__item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    font-size: 12px;
  }

  .b-timetable-v3-links__item:nth-child(5n) {
    margin-right: 20px;
  }

  .b-timetable-v3-links__item:nth-child(4n) {
    margin-right: 0px;
  }

  .b-timbetable-v3-tabs-item-day {
    padding: 20px 10px;
    font-size: 12px;
  }

  .b-timbetable-v3-tabs-item-day__name {
    font-size: 14px;
  }

  .b-timbetable-v3-tabs-item-day-lessons-row__time {
    width: 30%;
  }

  .b-timbetable-v3-tabs-item-day-lessons-row__desc {
    width: 70%;
  }
}

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

  .g-hide--767 {
    display: none !important;
  }

  .b-block-info {
    margin-bottom: 18px;
  }

  .b-block-info__title {
    font-size: 24px;
  }

  .b-block-info__desc {
    font-size: 12px;
    max-width: 300px;
  }

  .b-header-contacts {
    width: 320px;
    height: 160px;
  }

  .b-header-contacts__address,
  .b-header-contacts__phone,
  .b-header-contacts__time {
    margin-right: 10px;
    font-size: 12px;
  }

  .b-header-contacts__address:last-child,
  .b-header-contacts__phone:last-child,
  .b-header-contacts__time:last-child {
    margin-right: 0;
  }

  .b-header-contacts__address:before,
  .b-header-contacts__phone:before,
  .b-header-contacts__time:before {
    width: 20px;
    height: 20px;
  }

  .b-header-main {
    padding: 0 calc(50% - 150px);
  }

  .b-header-main-menu {
    width: 320px;
    height: calc(100% - 61px - 158px);
  }

  .b-header-main-menu-item {
    margin-top: auto;
    margin-bottom: auto;
  }

  .b-header-breadcrumbs {
    padding: 10px calc(50% - 150px);
  }

  .b-intro-slider {
    min-height: 400px;
  }

  .b-intro-slider-slide {
    padding: 0 calc(50% - 150px);
  }

  .b-intro-slider-slide__title {
    font-size: 34px;
    margin: 0 0 30px;
  }

  .b-intro-slider-slide__desc {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 500;
  }

  .b-intro-slider-slide__button {
    font-size: 18px;
  }

  .b-news-wrapper-item:nth-last-child(2) {
    display: none;
  }

  .b-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-about-left {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    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;
  }

  .b-about-left__text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-about-left__text h2 {
    font-size: 14px;
  }

  .b-about-right {
    height: 420px;
    width: 100% !important;
  }

  .b-courses__link {
    width: 100%;
    padding: 0;
  }

  .b-courses-wrapper-course:nth-child(3n) {
    margin-right: 0px;
  }

  .b-courses-wrapper-course:last-child {
    margin-bottom: 0;
  }

  .b-courses-wrapper-course {
    width: 300px;
    height: 120px;
    margin: 0 0 20px;
    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;
  }

  .b-courses-wrapper-course__title {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 5;
  }

  .b-courses-wrapper-course:hover .b-courses-wrapper-course__title {
    top: auto;
  }

  .b-courses-wrapper-course__link {
    display: none;
  }

  .b-order-call {
    padding: 30px calc(50% - 150px) 40px;
  }

  .b-order-call__text {
    font-size: 18px;
  }

  .b-order-call__button {
    font-size: 18px;
    width: 180px;
  }

  .b-enroll-form {
    max-width: 300px;
  }

  .b-enroll-form-field {
    width: 100%;
  }

  .b-info-window {
    width: 300px;
  }

  .gm-style-iw {
    width: 300px !important;
  }

  .b-footer-top {
    padding: 25px calc(50% - 150px);
  }

  .b-footer-top-list {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-footer-top-list:nth-last-child(n+2) {
    display: none;
  }

  .b-footer-top-list__link {
    min-width: 190px;
    min-height: 25px;
  }

  .b-footer-bottom {
    padding: 30px calc(50% - 150px);
  }

  .b-footer-bottom-partners {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
  }

  .b-footer-bottom-partners__title {
    width: 100%;
    text-align: center;
  }

  .b-footer-bottom-partners__item {
    margin-bottom: 0;
  }

  .b-footer-bottom-menu {
    display: none;
  }

  .b-timetable {
    padding: 25px 0;
  }

  .b-timetable-wrapper {
    padding: 0 calc(50% - 150px);
  }

  .b-timetable-wrapper-day__title {
    font-size: 24px;
  }

  .b-timetable-wrapper-day-lessons-item__name {
    margin-bottom: 7px;
    word-wrap: break-word;
  }

  .b-subscription {
    width: calc(100% - 20px);
  }

  .b-text-block--padding {
    padding: 30px calc(50% - 150px);
  }

  .b-text-block-content p {
    font-size: 12px;
    line-height: 17px;
  }

  .b-text-block-content ul {
    line-height: 17px;
    font-size: 12px;
  }

  .b-timetable-v2-content {
    padding: 30px calc(50% - 150px);
  }

  .b-timetable-v2-wrapper-col__header {
    font-size: 0px;
  }

  .b-timetable-v2-wrapper-col__header span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-timetable-v2-wrapper-col__time {
    font-size: 10px;
  }

  .b-timetable-v2-try__text {
    font-size: 10px;
    width: calc(100% - 150px);
  }

  .b-timetable-v2-try__button {
    font-size: 10px;
    width: 140px;
  }

  .b-other-courses-wrapper__item {
    -ms-flex-preferred-size: calc((100% - 40px) / 2);
    flex-basis: calc((100% - 40px) / 2);
  }

  .b-teachers-item {
    width: 100%;
    margin-right: 0;
    position: relative;
    padding-left: 100px;
    box-shadow: none;
    padding-bottom: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-teachers-item:last-child {
    margin-bottom: 0;
  }

  .b-teachers-item:nth-child(3n) {
    margin-right: 0;
  }

  .b-teachers-item__photo {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
  }

  .b-teachers-item__name,
  .b-teachers-item__specialisation {
    padding: 0;
    text-align: left;
  }

  .b-teachers-item__name {
    font-size: 16px;
  }

  .b-teachers-item__specialisation {
    font-size: 14px;
  }

  .b-teachers-item:hover {
    -webkit-transform: none;
    transform: none;
    box-shadow: none;
  }

  .b-info-teacher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-info-teacher__photo {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .b-info-teacher-text {
    width: 100%;
    padding-top: 0;
  }

  .b-subscription-v2 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .b-subscription-v2:last-child {
    margin-bottom: 0;
  }

  .b-subscription-v2:nth-child(3n) {
    margin-right: 0;
  }

  .b-subscription-v2__lessons {
    font-size: 14px;
    height: auto;
  }

  .b-subscription-v2__period {
    font-size: 12px;
    height: auto;
  }

  .b-subscription-v2__course {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .b-subscription-v2__price {
    font-size: 28px;
  }

  .b-advantages {
    padding: 30px calc(50% - 150px);
  }

  .b-advantages-item {
    width: 80%;
  }

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

  .b-photos-big-slider {
    display: none !important;
  }

  .b-photos-slider {
    height: 170px;
  }

  .b-news-v2-item {
    margin-right: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .b-news-v2-item:nth-last-child(n+2) {
    margin-bottom: 15px;
  }

  .b-news-v2-item:nth-child(3n) {
    margin-right: 0;
  }

  .b-news-v2-item:before {
    width: 80px;
    height: 40px;
    right: auto;
  }

  .b-news-v2-item__img {
    width: 90px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .b-news-v2-item__date {
    display: none;
  }

  .b-news-v2-item__title {
    font-size: 14px;
    width: calc(100% - 105px);
    padding-top: 5px;
    padding-bottom: 5px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .b-news-video {
    height: 200px;
  }

  .b-contacts-contact {
    width: 100%;
  }

  .b-contacts-contact:first-child {
    width: 100%;
  }

  .b-contacts-contact:last-child {
    width: 100%;
  }

  .b-modal-success {
    height: 280px;
    padding: 40px;
    width: 300px;
  }

  .b-modal-success__title:before {
    content: none;
  }

  .b-modal-interview {
    padding: 40px 20px;
  }

  .b-modal-interview__close {
    width: 20px;
    height: 20px;
  }

  .b-modal-interview__title {
    font-size: 18px;
  }

  .b-modal-interview-field__radio:checked + .b-modal-interview-field__label:after {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
  }

  .b-modal-interview-field__label {
    min-height: 20px;
    padding-left: 30px;
  }

  .b-modal-interview-field__label:before {
    width: 20px;
    height: 20px;
    border: 2px solid #bdbdbd;
  }

  .b-modal-enroll {
    padding: 20px;
    height: 475px;
  }

  .b-modal-enroll__close {
    width: 20px;
    height: 20px;
  }

  .b-modal-enroll__title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .b-modal-enroll-form__submit {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .b-modal-enroll-form-field {
    width: 100%;
    margin-bottom: 20px;
  }

  .b-modal-enroll-form-field__label {
    font-size: 16px;
  }

  .b-modal-enroll-form-field__input,
  .b-modal-enroll-form-field__select {
    height: 40px;
    line-height: 40px;
  }

  .b-modal-enroll-form-field__input--invalid + span,
  .b-modal-enroll-form-field__select--invalid + span {
    top: calc(100% + 5px);
  }

  .b-timetable-v3-links__item {
    height: 40px;
    padding: 0;
    margin-bottom: 15px;
    margin-right: 15px;
    width: calc((100% - 15px) / 2);
    padding: 5px;
  }

  .b-timetable-v3-links__item:nth-child(8n) {
    margin-right: 15px;
  }

  .b-timetable-v3-links__item:nth-child(7n) {
    margin-right: 15px;
  }

  .b-timetable-v3-links__item:nth-child(5n) {
    margin-right: 15px;
  }

  .b-timetable-v3-links__item:nth-child(4n) {
    margin-right: 15px;
  }

  .b-timetable-v3-links__item:nth-child(2n) {
    margin-right: 0px;
  }

  .b-timbetable-v3-tabs-item-day {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .b-timbetable-v3-tabs-item-day__name {
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .b-timbetable-v3-tabs-item-day-lessons {
    width: 100%;
  }

  .b-timbetable-v3-tabs-item-day-lessons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .b-timbetable-v3-tabs-item-day-lessons-row__time {
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
  }

  .b-timbetable-v3-tabs-item-day-lessons-row__desc {
    font-size: 12px;
    width: 100%;
  }

  .b-timbetable-v3-tabs-item-day-desc {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px;
  }
}