button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.eot');
  src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy - Extra Bold';
  src: url('../fonts/Gilroy-ExtraBold.eot');
  src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}
.wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
.h_container {
  width: 100%;
  float: left;
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
}
.banner_container {
  width: 100%;
  float: left;
  max-width: 1125px;
  padding-left: 15px;
  padding-right: 15px;
}
header {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 20px;
  z-index: 10;
  transition: .3s;
}
.h__top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.h_top__soc {
  width: auto;
  float: left;
  position: relative;
  z-index: 2;
}
.h_top__soc_list {
  width: auto;
  float: left;
}
.h_top__soc_list li {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  transition: .3s;
}
.h_top__soc_list li:hover {
  transform: translateY(-5px);
}
.h_top__soc_list li:not(:last-child) {
  margin-right: 9px;
}
.h_top__soc_list li a {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_top__soc_list li a svg {
  width: auto;
  float: left;
  height: 20px;
  max-width: 100%;
  transition: .3s;
}
.h_top__soc_list li a svg path {
  fill: #fff;
  transition: .3s;
}
.h_top__soc_list li .inst_svg svg {
  height: 23px;
  margin-top: 1px;
  margin-left: 1px;
}
.h__logo {
  width: 100%;
  float: left;
  max-width: 110px;
  transition: .3s;
}
.h__logo a {
  width: 100%;
  float: left;
}
.h__logo a img {
  width: 100%;
  float: left;
  height: auto;
}
.h__call {
  width: 100%;
  float: left;
  max-width: 175px;
  position: relative;
  z-index: 2;
}
.h__call a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-family: "Gilroy - Extra Bold";
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  transition: .3s;
  align-items: center;
}
.h__call a svg {
  width: 100%;
  float: left;
  margin-right: 8px;
  max-width: 20px;
}
.h__call a svg path {
  fill: #fff;
  transition: .3s;
}
.h__call p {
  width: 100%;
  float: left;
  padding-left: 28px;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 300;
  margin-top: 2px;
  transition: .3s;
}
.h__bottom {
  width: 100%;
  float: left;
  transition: .3s;
}
.h_nav {
  width: 100%;
  float: left;
}
.h_nav__list {
  width: 100%;
  float: left;
  justify-content: center;
  display: flex;
  align-items: center;
}
.h_nav__list li {
  width: auto;
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  transition: .3s;
}
.h_nav__list li a {
  width: auto;
  float: left;
  position: relative;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition: .3s;
}
.h_nav__list li a:after {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  display: block;
  border-radius: 100%;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffdcf7;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  z-index: -1;
}
.h_nav__list li a:hover {
  border-bottom: 1px solid transparent;
}
.h_nav__list li a:hover:after {
  visibility: visible;
  opacity: 0.25;
}
.h_nav__list li a.active_nav {
  border-bottom: 1px solid transparent;
}
.h_nav__list li a.active_nav:after {
  visibility: visible;
  opacity: 0.25;
}
.h_nav__list li:first-child a:after {
  opacity: 0!important;
  visibility: hidden!important;
}
main {
  width: 100%;
  float: left;
}
.m_top_banner {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 270px;
  padding-bottom: 85px;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.m_banner__info {
  width: 100%;
  float: left;
  position: relative;
  z-index: 3;
}
.m_banner__info h1 {
  width: auto;
  float: left;
  color: #FFF;
  font-family: "Gilroy - Extra Bold";
  font-size: 48px;
  font-weight: 400;
  min-height: 36px;
}
.m_banner__info > p {
  width: 100%;
  float: left;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 35px;
}
.typed-cursor {
  font-family: "Gilroy";
  font-size: 36px;
  color: #FFF;
  line-height: 48px;
  position: relative;
  -webkit-animation: blink 1.2s infinite;
  -moz-animation: blink 1.2s infinite;
  animation: blink 1.2s infinite;
}
.m_banner_list {
  width: 100%;
  float: left;
  padding-left: 35px;
  margin-bottom: 43px;
}
.m_banner_list li {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 17px;
}
.m_banner_list li:after {
  width: 6px;
  height: 6px;
  background-color: #ffdcf7;
  opacity: 0.25;
  float: left;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  display: block;
}
.m_banner_list li p {
  width: 100%;
  float: left;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.m_banner_link {
  width: 100%;
  float: left;
  padding-left: 35px;
}
.top_button_link {
  width: auto;
  float: left;
  color: #914c47;
  font-family: "Gilroy - Extra Bold";
  font-size: 18px;
  font-weight: 400;
  padding-left: 59px;
  padding-right: 59px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
  border-radius: 35px;
  line-height: 66px;
  text-decoration: none;
  background-color: #FFF;
  transition: .3s;
  border: 2px solid #fff;
}
.top_button_link:hover {
  background: none;
  color: #FFF;
  transform: translateY(-7px);
}
.container {
  width: 100%;
  float: left;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
.m_lang_block {
  width: auto;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: calc(50% - 750px);
}
.m_lang_block span {
  width: auto;
  float: left;
  padding-left: 20px;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-right: 20px;
  transform: rotate(-90deg);
}
.m_lang_block span:after {
  position: absolute;
  left: 0%;
  top: 40%;
  height: 1px;
  width: 500px;
  background-color: #ffffff;
  opacity: 0.1;
  display: block;
  content: "";
  transform: translateX(-100%);
  z-index: 2;
}
.m_lang_block span:before {
  position: absolute;
  left: 100%;
  bottom: 40%;
  height: 1px;
  width: 500px;
  background-color: #ffffff;
  opacity: 0.1;
  display: block;
  content: "";
  z-index: 2;
}
.lang_list {
  width: auto;
  float: left;
  margin-top: 200px;
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 85px;
}
.lang_list li {
  width: auto;
  float: left;
  margin-bottom: 7px;
}
.lang_list li button {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  padding: 0;
  border: none;
  background: none;
  margin: 0;
  cursor: pointer;
}
.lang_list li button img {
  width: 100%;
  float: left;
  height: auto;
  border-radius: 100%;
}
.m_about_school {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_about_school__wrap {
  width: 100%;
  float: left;
}
.main_title__wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.main_title {
  width: auto;
  float: left;
  position: relative;
  color: #000000;
  font-family: "Gilroy - Extra Bold";
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}
.main_title:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  display: block;
  height: 4px;
  content: "";
  transition: .8s;
  background-image: -webkit-linear-gradient(left, #4e6097 0%, #914c47 100%);
  background-image: -o-linear-gradient(left, #4e6097 0%, #914c47 100%);
  background-image: linear-gradient(to right, #4e6097 0%, #914c47 100%);
}
.main_title--active:after {
  width: 100%;
}
.m_about_school__top {
  width: 100%;
  float: left;
  margin-top: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.m_about_school__top--left {
  width: 100%;
  float: left;
  max-width: 185px;
}
.m_about_school__top--left img {
  width: 100%;
  float: left;
  height: auto;
}
.m_about_school__top--right {
  width: 100%;
  float: left;
  max-width: calc(100% - 185px);
  padding-left: 115px;
}
.m_about_school__top--right p {
  width: 100%;
  float: left;
  color: #000000;
  font-family: Gilroy;
  font-size: 26px;
  line-height: 36.01px;
  font-weight: 300;
}
.m_about_school__top--right span {
  width: 100%;
  float: left;
  font-size: 26px;
  margin-top: 7px;
  color: #000;
  font-family: "Gilroy - Extra Bold";
  font-weight: 400;
  line-height: 36.01px;
}
.m_about_school__bottom {
  width: 100%;
  float: left;
}
.m_about_school__bottom > p {
  width: 100%;
  float: left;
  text-align: center;
  color: #000000;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 300;
  line-height: 21px;
}
.m_about_school__bottom > p span {
  font-family: "Gilroy - Extra Bold";
}
.m_adven__list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 60px;
}
.m_adven__list li {
  width: calc(25% - 40px);
  float: left;
  margin-bottom: 60px;
}
.m_adven__list li p {
  width: 100%;
  float: left;
  text-align: center;
  color: #4f5a6f;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}
.m_adven__list_img {
  width: 100%;
  float: left;
  min-height: 80px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_adven__list_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.m_our_courses {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.m_our_courses .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_our_courses__flag {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
}
.m_our_courses__wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_our_courses__wrap > p {
  width: 100%;
  float: left;
  color: #000000;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 5px;
}
.m_flag_courses__bg {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  height: 180px;
  padding-top: 7px;
  z-index: 1;
}
.m_flag_courses__bg li {
  width: 100%;
  float: left;
  max-width: calc(50% - 295px);
}
.m_flag_courses__bg li img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.our_courses_before,
.our_courses_after {
  width: 100%;
  float: left;
  max-width: 570px;
  height: auto;
}
.m_our_courses__flag_wrap {
  width: 100%;
  float: left;
  max-width: 765px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.m_our_courses__flag_wrap li {
  width: 100%;
  float: left;
  max-width: 190px;
}
.m_our_courses__flag_wrap li img {
  width: 100%;
  float: left;
  height: 190px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
}
.m_our_courses__flag_wrap li span {
  width: 100%;
  float: left;
  text-align: center;
  color: #000000;
  font-family: "Gilroy - Extra Bold";
  font-size: 24px;
  font-weight: 400;
}
.scroll_logo {
  display: none;
  width: 100%;
  float: left;
  max-width: 70px;
  transform: translateX(-55px);
}
.scroll_logo a {
  width: 100%;
  float: left;
}
.scroll_logo a img {
  width: 100%;
  float: left;
  height: auto;
}
.header--active {
  background-color: #FFF;
  height: 76px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.header--active .h_nav__list li {
  margin-left: 10px;
  margin-right: 10px;
}
.header--active .scroll_logo {
  display: block;
}
.header--active .h__logo {
  transform: translateY(-200px);
}
.header--active .h__call a {
  color: #525F92;
}
.header--active .h__call p {
  color: #525F92;
}
.header--active .h__call a svg path {
  fill: #525F92;
}
.header--active .h_nav__list li a {
  color: #525F92;
  border-color: #525f92;
}
.header--active .h_nav__list li a:after {
  left: -10px;
  background-color: #525F92;
}
.header--active .h_top__soc_list li {
  background-color: rgba(82, 95, 146, 0.1);
}
.header--active .h_top__soc_list li a svg path {
  fill: #525F92;
}
.header--active .h__bottom {
  transform: translateY(-45px);
}
.header--active .h__top {
  padding-bottom: 0;
}
.header--active .scroll_logo a {
  border: none!important;
}
.header--active .h__bottom {
  display: flex;
  justify-content: center;
}
.header--active .h__bottom .h_nav {
  width: auto;
}
.header--active .h__bottom .h_nav__list {
  width: auto;
}
.header--active .h_nav__list li a:after {
  content: '';
  position: absolute;
  /* Абсолютное позиционирование */
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  background: none;
  width: auto!important;
  height: auto!important;
  bottom: -18px;
  /* Положение треугольника */
  border: 7px solid transparent;
  /* Прозрачные границы */
  border-bottom: 7px solid #914c47;
  /* Добавляем треугольник */
}
.header--active .h_nav__list li a:hover {
  border-color: transparent;
}
.link_top_active {
  border-color: transparent!important;
}
.m_form_sdudy {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_form_sdudy > p {
  width: 100%;
  float: left;
  text-align: center;
  color: #000000;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 18px;
}
.form_before_img,
.form_after_img {
  width: 100%;
  float: left;
  max-width: 860px;
}
.m_form_sdudy__list {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 13px;
  margin-bottom: 25px;
}
.m_form_sdudy__list > li {
  width: calc(25% - 30px);
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 1px solid #efefef;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m_form_sdudy__list--top {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.m_form_sdudy__list_img {
  width: 100%;
  float: left;
  height: 160px;
  margin-bottom: 20px;
}
.m_form_sdudy__list_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.m_form_sdudy__list_info {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
}
.m_form_sdudy__list_info span {
  width: 100%;
  float: left;
  color: #000000;
  font-family: "Gilroy - Extra Bold";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}
.m_form_sdudy__list_inside ul{
  width: 100%;
  float: left;
}
.m_form_sdudy__list_inside li {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 10px;
}
.m_form_sdudy__list_inside li:after {
  width: 4px;
  height: 4px;
  background-color: #914c47;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  border-radius: 100%;
}
.m_form_sdudy__list_inside li p {
  width: 100%;
  float: left;
  color: #000000;
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}
.m_form_sdudy__list_inside li p strong{
  font-weight: bold;
}
.m_form_sdudy__list_inside li:not(:last-child) {
  margin-bottom: 10px;
}
.m_form_sdudy__list--bottom {
  width: 100%;
  float: left;
}
.m_form_sdudy__list_bottom {
  width: 100%;
  float: left;
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
}
.m_form_sdudy__list_bottom--left {
  width: 100%;
  float: left;
  max-width: 41px;
  padding-top: 10px;
}
.m_form_sdudy__list_bottom--left img {
  width: 100%;
  float: left;
  height: auto;
}
.m_form_sdudy__list_bottom--right {
  width: 100%;
  float: left;
  max-width: calc(100% - 41px);
  padding-left: 6px;
}
.m_form_sdudy__list_bottom--right span {
  width: 100%;
  float: left;
  color: #914c47;
  font-family: "Gilroy - Extra Bold";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.m_form_sdudy__list_bottom--right p {
  width: 100%;
  float: left;
  color: #888;
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 3px;
  padding-left: 7px;
}
.m_banner_link--modific {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-left: 0;
}
.top_button_link--modific {
  border: none;
  line-height: 70px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
  border-radius: 35px;
  color: #FFF;
  background-image: -webkit-linear-gradient(356deg, #4e6097 0%, #914c47 100%);
  background-image: -o-linear-gradient(356deg, #4e6097 0%, #914c47 100%);
  background-image: linear-gradient(86deg, #4e6097 0%, #914c47 100%);
  transition: .3s;
}
.top_button_link--modific:hover {
  background-image: -webkit-linear-gradient(356deg, #914c47 0%, #4e6097 100%);
  background-image: -o-linear-gradient(356deg, #914c47 0%, #4e6097 100%);
  background-image: linear-gradient(86deg, #914c47 0%, #4e6097 100%);
}
.m_our_courses {
  margin-bottom: 65px;
}
.m_banner_slider {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.m_banner_slider li {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 2.3s;
}
.m_banner_slider li img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.m_banner_slider .slick-track {
  height: 100%;
}
.m_banner_slider .slick-list {
  height: 100%;
}
.li--active {
  opacity: 1!important;
}
.m_our__teachers {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: url("../img/teacher_bg.png") center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 80px;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.main_title__wrap_mod {
  color: #FFF;
}
.main_title__wrap_mod:after {
  background-image: none;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.2;
}
.m_our__teachers_list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.m_our__teachers_list li {
  width: calc(50% - 30px);
  float: left;
  margin-bottom: 30px;
}
.m_our__teachers_list--left {
  width: 100%;
  float: left;
  max-width: calc(100% - 240px);
  padding-right: 17px;
}
.m_our__teachers_list--left img {
  width: 100%;
  float: left;
  height: auto;
}
.m_our__teachers_list--right {
  width: 100%;
  float: left;
  max-width: 238px;
  padding-top: 50px;
}
.m_our__teachers_list--right > span {
  width: 100%;
  float: left;
  color: #FFF;
  font-family: "Gilroy - Extra Bold";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.m_our__teachers_list--right i {
  width: 100%;
  float: left;
  color: #d9d9d9;
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 30px;
}
.m_our__teachers_list--right p {
  width: 100%;
  float: left;
  font-family: "Gilroy";
  font-weight: 300;
  line-height: 18px;
  color: #FFF;
  margin-bottom: 10px;
}
.m_our__teachers_list--right p span {
  font-family: "Gilroy - Extra Bold";
}
.m_gallery {
  width: 100%;
  float: left;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 65px;
}
.m_gallery__wrap {
  width: 100%;
  float: left;
}
.m_gallery__list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.m_gallery__list li {
  width: 100%;
  float: left;
  max-width: calc(25% - 1px);
  height: 335px;
  overflow: hidden;
}
.m_gallery__list li a {
  width: 100%;
  float: left;
  height: 100%;
}
.m_gallery__list li a img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
  transition: .3s;
  backface-visibility: hidden;
}
.m_gallery__list li a:hover img {
  transform: scale(1.1);
}
.m_gallery__list li:first-child {
  width: 100%;
  float: left;
  max-width: calc(50% - 2px);
}
.m_gallery__list_mod li {
  width: 100%;
  float: left;
  max-width: calc(100% / 3 - 1px) !important;
}
.m_gallery__list_mod li:last-child {
  width: 100%;
  float: left;
  max-width: calc(100% / 3 * 2) !important;
}
.m_gallery__title {
  width: 100%;
  float: left;
  margin-bottom: 75px;
}
.m_our__events {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: url("../img/family_bg.png") center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.m_our__events .slick-track {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_our__events_list {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.m_our__events_list li {
  width: 100%;
  float: left;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.29);
  border-radius: 25px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
  display: flex!important;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.m_our__events_list .slick_arrow {
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.29);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
  transition: .3s;
}
.m_our__events_list .slick_arrow:hover {
  opacity: 0.7;
}
.m_our__events_list .slick_arrow svg {
  width: 8px;
  height: auto;
}
.m_our__events_list .slick_arrow svg path {
  fill: #848484;
}
.m_our__events_list .slick-prev_arrow {
  left: -15px;
}
.m_our__events_list .slick-prev_arrow svg {
  margin-right: 2px;
}
.m_our__events_list .slick-next_arrow {
  right: -15px;
}
.m_our__events_list .slick-next_arrow svg {
  margin-left: 2px;
}
.m_our__events_list .slick-dots {
  width: auto;
  float: left;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
}
.m_our__events_list .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #cfcfcf;
  transition: .3s;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.m_our__events_list .slick-dots li button {
  width: 20px;
  float: left;
  border-radius: 100%;
  height: 20px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  cursor: pointer;
}
.m_our__events_list .slick-dots li.slick-active {
  background-color: #FFF;
}
.m_our__events_list_top {
  width: 100%;
  float: left;
}
.m_our__events_list--img {
  width: 100%;
  float: left;
  margin-bottom: 23px;
}
.m_our__events_list--img img {
  width: 100%;
  float: left;
  height: 225px;
  object-fit: cover;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.m_our__events_list--info {
  width: 100%;
  float: left;
  padding-left: 33px;
  padding-right: 18px;
}
.m_our__events_list--info span {
  width: 100%;
  float: left;
  color: #914c47;
  font-family: "Gilroy - Extra Bold";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 17px;
}
.m_our__events_list--info i {
  width: 100%;
  float: left;
  color: #cfcfcf;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 17px;
  padding-right: 13px;
}
.m_our__events_list--info p {
  width: 100%;
  float: left;
  color: #4f5a6f;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  padding-right: 13px;
}
.m_our__events_list_bottom {
  width: 100%;
  float: left;
  margin-top: 36px;
}
.m_our__events_list--last {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.m_our__events_datapicker {
  width: 50%;
  float: left;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.m_our__events_datapicker img {
  width: auto;
  float: left;
  height: auto;
  max-width: 20px;
  margin-right: 10px;
}
.m_our__events_datapicker span {
  width: auto;
  float: left;
  color: #4f5a6f;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 300;
}
.m_our__events_time {
  width: 50%;
  float: left;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.m_our__events_time img {
  width: auto;
  float: left;
  height: auto;
  max-width: 16px;
  margin-right: 10px;
}
.m_our__events_time span {
  width: auto;
  float: left;
  color: #4f5a6f;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 300;
}
.m_phrase {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 65px;
  padding-top: 25px;
}
.m_phrase__wrap {
  width: 100%;
  float: left;
  max-width: 890px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_phrase__wrap img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.phrase1__wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.phrase2__wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.m_phrase__info {
  width: 100%;
  float: left;
  max-width: 440px;
}
.m_phrase__info p {
  width: 100%;
  float: left;
  text-align: center;
  font-family: "Gilroy ExtraBold";
  font-weight: 700;
  line-height: 24px;
  font-size: 21px;
  color: #4f5a6f;
  margin-bottom: 35px;
}
.m_phrase__info i {
  width: 100%;
  float: left;
  color: #4f5a6f;
  text-align: right;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 300;
}
.map {
  width: 100%;
  height: 500px;
}
footer {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 21px;
  padding-bottom: 21px;
  background-image: linear-gradient(to right, #4e6097 0%, #914c47 100%);
}
footer .container {
  display: flex;
  justify-content: center;
}
footer a {
  width: auto;
  float: left;
  text-align: center;
  color: #ffffff;
  font-family: "Gilroy - Extra Bold";
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: .3s;
}
footer a:hover {
  opacity: 0.7;
}
.m_contacts {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.m_contacts__wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  position: relative;
}
.m_contacts__wrap .container {
  display: flex;
  justify-content: flex-end;
}
.map {
  width: calc(50% - 60px);
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.m_contacts__wrap_info_bottom {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 35px;
  padding-bottom: 50px;
}
.m_contacts__wrap_info_bottom .m_banner_link {
  width: auto;
  float: left;
  margin-top: 0;
}
.m_contacts__wrap_info_bottom .h_top__soc_list li {
  background-color: #f4eded;
}
.m_contacts_logo {
  width: 100%;
  float: left;
}
.m_contacts_logo a {
  width: 100%;
  float: left;
}
.m_contacts_logo a img {
  width: 100%;
  float: left;
  height: auto;
}
.m_contacts__wrap_info {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-left: 10px;
  padding-top: 25px;
}
.m_contacts__wrap .container {
  margin-top: 6px;
}
.m_contacts__wrap_info_body {
  width: 100%;
  float: left;
  padding-top: 15px;
  margin-bottom: 80px;
}
.m_contacts__list {
  width: 100%;
  float: left;
}
.m_contacts__list li {
  width: 100%;
  float: left;
}
.m_contacts__list li:not(:last-child) {
  margin-bottom: 26px;
}
.m_contacts__list--right {
  width: 100%;
  float: left;
  max-width: 160px;
}
.m_contacts__list--left {
  width: 100%;
  float: left;
  max-width: calc(100% - 160px);
  padding-right: 10px;
}
.m_contacts__list_img {
  width: 100%;
  float: left;
  max-width: 20px;
  padding-top: 20px;
}
.m_contacts__list_text {
  width: 100%;
  float: left;
  max-width: calc(100% - 20px);
  padding-left: 14px;
}
.m_contacts__list_text p {
  width: 100%;
  float: left;
  color: #000000;
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.m_contacts__list_text span {
  width: 100%;
  float: left;
  color: #000000;
  font-family: "Gilroy - Extra Bold";
  font-size: 18px;
  font-weight: 400;
}
.m_contacts__list_text a {
  width: auto;
  float: left;
  color: #000000;
  font-family: "Gilroy - Extra Bold";
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.contacts_but {
  width: 100%;
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #914c47;
  font-family: "Gilroy - Extra Bold";
  font-size: 12px;
  font-weight: 400;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  line-height: 36px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: .3s;
  background-image: linear-gradient(to top, #ededed 0%, #fafafa 100%);
}
.contacts_but:hover {
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0);
}
.m_reviews {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_reviews__list {
  width: calc(100% + 160px);
  margin-left: -80px;
  margin-right: -80px;
  float: left;
  margin-top: 65px;
  margin-bottom: 100px;
}
.m_reviews__list .slick-track {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_reviews__list .slick-track > li {
  width: 100%;
  float: left;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.29);
  border-radius: 25px;
  background-color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.2;
  transition: .3s;
}
.m_reviews__list .slick-track > li.slick-current {
  opacity: 1;
}
.m_reviews__list .slick_arrow {
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.29);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
  transition: .3s;
}
.m_reviews__list .slick_arrow:hover {
  opacity: 0.7;
}
.m_reviews__list .slick_arrow svg {
  width: 8px;
  height: auto;
}
.m_reviews__list .slick_arrow svg path {
  fill: #848484;
}
.m_reviews__list .slick-prev_arrow {
  left: calc(31% + 5px);
}
.m_reviews__list .slick-prev_arrow svg {
  margin-right: 2px;
}
.m_reviews__list .slick-next_arrow {
  right: calc(31% + 5px);
}
.m_reviews__list .slick-next_arrow svg {
  margin-left: 2px;
}
.m_reviews__list .slick-dots {
  width: auto;
  float: left;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.m_reviews__list .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #cfcfcf;
  transition: .3s;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  float: left;
  background-color: transparent;
  cursor: pointer;
}
.m_reviews__list .slick-dots li button {
  width: 20px;
  float: left;
  border-radius: 100%;
  height: 20px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  cursor: pointer;
}
.m_reviews__list .slick-dots li.slick-active {
  background-image: linear-gradient(45deg, #4e6097 0%, #914c47 100%);
}
.m_reviews__list_top {
  width: 100%;
  float: left;
  border-radius: 25px 25px 0 0;
  padding: 75px 45px 75px 45px;
  background-image: -webkit-linear-gradient(bottom left, #4e6097 0%, #914c47 100%);
  background-image: -o-linear-gradient(bottom left, #4e6097 0%, #914c47 100%);
  background-image: linear-gradient(to top right, #4e6097 0%, #914c47 100%);
}
.m_reviews__list_top span {
  width: 100%;
  float: left;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 72px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
  transform: translateY(10px);
}
.m_reviews__list_top span:last-child {
  text-align: right;
}
.m_reviews__list_top p {
  width: 100%;
  float: left;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
.m_reviews__list_info {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-40px);
}
.m_reviews__list_info span {
  width: 100%;
  float: left;
  text-align: center;
  color: #914c47;
  font-family: "Gilroy - Extra Bold";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.m_reviews__list_info--img {
  width: 100%;
  float: left;
  max-width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 2px solid #fff;
  position: relative;
  margin-bottom: 15px;
}
.m_reviews__list_info--img img {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.rating_list {
  width: auto;
  float: left;
}
.rating_list li {
  width: 24px;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}
.rating_list li img {
  width: 100%;
  float: left;
  height: auto;
}
.link_top_active {
  text-decoration: none!important;
}
.link_top_active:after {
  opacity: 0.5!important;
  visibility: visible!important;
}
.m_banner_slider__overlay {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(49deg, #4e6097 0%, #914c47 100%);
  opacity: 0.8;
}
.mob_close_menu {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 5px;
  display: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.mob_close_menu svg {
  width: 100%;
  float: left;
  height: auto;
}
.mob_close_menu svg path {
  fill: #525f92;
}
.menu_nut {
  width: 30px;
  height: auto;
  float: left;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
  height: 14px;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 50;
}
.menu_nut span {
  width: 100%;
  float: left;
  height: 2px;
  display: block;
  background-color: #FFF;
  border-radius: 2px;
}
.menu_overlay {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
}
.menu_overlay--active {
  visibility: visible;
  opacity: 1;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.selectric-items li img {
  width: 20px;
  height: 20px;
}
.m_modal {
  width: 100%;
  float: left;
  height: auto;
  min-height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  padding-top: 25px;
  align-items: center;
  padding-bottom: 25px;
  transform: translateY(-100%);
  transition: .4s;
  z-index: 110;
  background-color: #FFF;
}
.m_modal--active {
  transform: translateY(0%);
}
.m_modal__wrap__big {
  width: 100%;
  float: left;
  max-width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  position: relative;
}
.m_modal__wrap__big > img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
}
.m_modal__wrap {
  width: 100%;
  float: left;
  max-width: 540px;
  position: relative;
  z-index: 5;
}
.m_modal__wrap--header {
  width: 100%;
  float: left;
  position: relative;
}
.modal_close {
  width: 20px;
  height: auto;
  float: left;
  position: absolute;
  right: 0;
  top: -10px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.modal_close img {
  width: 100%;
  float: left;
  height: auto;
}
.m_modal__wrap--body {
  width: 100%;
  float: left;
  margin-top: 58px;
}
.m_modal__wrap_inputs {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.m_modal__wrap_inputs--left,
.m_modal__wrap_inputs--right {
  width: 100%;
  float: left;
  max-width: calc(50% - 15px);
}
.m_modal__wrap_inputs--left p,
.m_modal__wrap_inputs--right p {
  width: 100%;
  float: left;
  color: #914c47;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.m_modal__wrap_inputs--left input,
.m_modal__wrap_inputs--right input {
  width: 100%;
  float: left;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #efefef;
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 300;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}
.m_modal__wrap_inputs--left input::-webkit-input-placeholder,
.m_modal__wrap_inputs--right input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cfcfcf;
  transition: .3s;
}
.m_modal__wrap_inputs--left input::-moz-placeholder,
.m_modal__wrap_inputs--right input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cfcfcf;
  transition: .3s;
}
.m_modal__wrap_inputs--left input:-ms-input-placeholder,
.m_modal__wrap_inputs--right input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cfcfcf;
  transition: .3s;
}
.m_modal__wrap_inputs--left input:-moz-placeholder,
.m_modal__wrap_inputs--right input:-moz-placeholder {
  /* Firefox 18- */
  color: #cfcfcf;
  transition: .3s;
}
.selectric-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  border-radius: 20px;
}
.selectric {
  width: 100%;
  float: left;
  border-radius: 20px;
  border: 1px solid #efefef;
  background: none;
}
.selectric:hover {
  border: 1px solid #775466!important;
}
.selectric-open .selectric {
  border: 1px solid #775466!important;
}
.selectric .label {
  color: #000000;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  padding-left: 5px;
  height: 38px;
  line-height: 38px;
}
.selectric .label img {
  width: 19px;
  height: 19px;
  object-fit: cover;
  margin-left: 10px;
  margin-top: 10px;
}
.selectric-items {
  top: 0;
  padding-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #775466;
}
.selectric-items li {
  color: #000000;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.selectric-items li img {
  width: 19px;
  height: 19px;
  object-fit: cover;
  margin-left: 10px;
  margin-top: 9px;
}
.selectric-items li:hover {
  background-color: #F3EDEE;
}
.selectric-items li.highlighted {
  background-color: #EFEFF3;
}
.m_modal__wrap_inputs--right {
  width: 100%;
  float: left;
  max-width: calc(50% - 15px);
}
.selectric .button {
  height: 40px;
  background: none;
}
.selectric .button:after {
  border: none;
  background: url("../img/select_arrow.png") center no-repeat;
  width: 10px;
  height: 5px;
}
.m_modal__wrap--footer {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_modal__wrap--footer .m_banner_link {
  margin-top: 25px;
}
.m_modal__wrap--footer .m_banner_link button {
  cursor: pointer;
  min-width: 280px;
  text-align: center;
}
.m_modal__wrap--footer > p {
  width: 100%;
  float: left;
  color: #914c47;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.m_modal__wrap--footer textarea {
  width: 100%;
  float: left;
  height: 150px;
  border-radius: 20px;
  border: 1px solid #efefef;
  padding: 15px 25px;
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  resize: none;
}
.m_modal__wrap--footer textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cfcfcf;
  transition: .3s;
}
.m_modal__wrap--footer textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #cfcfcf;
  transition: .3s;
}
.m_modal__wrap--footer textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #cfcfcf;
  transition: .3s;
}
.m_modal__wrap--footer textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #cfcfcf;
  transition: .3s;
}
.m_modal_check {
  width: 100%;
  float: left;
  max-width: 355px;
  perspective-origin: right;
  margin-top: 25px;
}
.m_modal_check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.m_modal_check label {
  width: 100%;
  float: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
}
.m_modal_check .error_check{
  display: none;
  background: #c35a55;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 100;
  margin: 10px auto;
  padding: 5px 10px;
}
.m_modal_check.not_checked .error_check{
  display: block;
}
.clr{
  display: block;
  width: 100%;
  clear: both;
}
.m_modal_check label span {
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
}
.m_modal_check label span i {
  width: 100%;
  float: left;
  height: 100%;
  opacity: 0;
  transition: .2s;
  background-image: linear-gradient(45deg, #4e6097 0%, #914c47 100%);
}
.m_modal_check label p {
  width: 100%;
  float: left;
  max-width: calc(100% - 18px);
  padding-left: 11px;
  color: #7f7f7f;
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}
.m_modal_check input:checked + label span i {
  opacity: 1;
}
.m_modal__wrap_inputs--right_mod {
  width: 100%;
  float: left;
  max-width: 100%;
}
.m_modal__wrap--success .modal_close {
  top: -70px;
}
.m_modal__wrap--success p {
  width: 100%;
  float: left;
  text-align: center;
  color: #4f5a6f;
  font-family: Gilroy;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}
.m_modal__wrap--success .h_top__soc_list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
.m_modal__wrap--success .h_top__soc_list li {
  margin-left: 10px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 100%;
  background-color: #f4eded;
  position: relative;
  transition: .3s;
}



.m_our__teachers_list {
/*
  width: calc(100% + 160px);
  margin-left: -80px;
  margin-right: -80px;
  float: left;
  margin-top: 65px;
  margin-bottom: 100px;
*/
  margin-top: 35px;
  margin-bottom: 50px;
}
.m_our__teachers_list .slick-track {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_our__teachers_list .slick_arrow {
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.29);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
  transition: .3s;
}
.m_our__teachers_list .slick_arrow:hover {
  opacity: 0.7;
}
.m_our__teachers_list .slick_arrow svg {
  width: 8px;
  height: auto;
}
.m_our__teachers_list .slick_arrow svg path {
  fill: #848484;
}
.m_our__teachers_list .slick-prev_arrow {
  left: calc(1% + 5px);
}
.m_our__teachers_list .slick-prev_arrow svg {
  margin-right: 2px;
}
.m_our__teachers_list .slick-next_arrow {
  right: calc(1% + 5px);
}
.m_our__teachers_list .slick-next_arrow svg {
  margin-left: 2px;
}
.m_our__teachers_list .slick-dots {
  width: auto;
  float: left;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.m_our__teachers_list .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #cfcfcf;
  transition: .3s;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  float: left;
  background-color: transparent;
  cursor: pointer;
}
.m_our__teachers_list .slick-dots li button {
  width: 20px;
  float: left;
  border-radius: 100%;
  height: 20px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  cursor: pointer;
}
.m_our__teachers_list .slick-dots li.slick-active {
  background-image: linear-gradient(45deg, #4e6097 0%, #914c47 100%);
}
.m_schedule_top{
    margin-top: 70px;
    margin-bottom: 40px;
    display: block;
    position: relative;
}
.m_schedule_text{
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}

.m_schedule_top .m_banner_link{
  margin-top: 40px;
  padding-left: 0;
  margin-bottom: 40px;
}





.free_lesson_but{
  border: none;
  line-height: 70px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
  border-radius: 35px;
  background-image: -o-linear-gradient(356deg, #4e6097 0%, #914c47 100%);
  transition: .3s;
  font-size: 18px;
  font-weight: 400;
  width: 400px;
  margin: 25px auto;
  float: none;
  display: block;
}



.free_lesson_but:hover{
      box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.35);
    transform: translateY(7px);
}


.m_our__gallery_list .slick-list{
  display: block;
  width: 100%;
}

.m_our__gallery_list li{
    padding: 5px;
}
.m_our__gallery_list li a img{
  display: block;
  width: 100%;
}
.m_our__gallery_list li img{
  display: block;
  width: 100%;
}

.m_our__gallery_list .slick-dots{
  display: none!important
}
.m_our__gallery_list .slick-prev_arrow {
    width: 40px;
    height: 40px;
    border: none;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.29);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    border-radius: 100%;
    z-index: 2;
    cursor: pointer;
    transition: .3s;
    left: calc(1% + 5px);
}
.m_our__gallery_list .slick-prev_arrow svg{
    width: 8px;
    height: auto;
}
.m_our__gallery_list .slick-next_arrow {
    width: 40px;
    height: 40px;
    border: none;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.29);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    border-radius: 100%;
    z-index: 2;
    cursor: pointer;
    transition: .3s;
    right: calc(1% + 5px);
}
.m_our__gallery_list .slick-next_arrow svg{
    width: 8px;
    height: auto;
}

.teacher_content{
  display: none;
}
.show_more_content{
  width: 100%;
  float: left;
  font-family: "Gilroy";
  font-weight: 300;
  line-height: 18px;
  color: #FFF;
  margin-top: 5px;
  margin-bottom: 10px;
}
.show_more_content{
  color: #fff;
  text-decoration: underline;
}

.m_schedule_text table{
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
}

.m_schedule_text table  tr  td,
.m_schedule_text table  tr  th{
  border: 1px solid #ddd;
  text-align: center;
}

.m_schedule_text table  tr:nth-child(odd)  td,
.m_schedule_text table  tr:nth-child(odd)  th{
  background-color: rgba(79, 96, 150, 0.1);
}

.m_schedule_text table  tr:nth-child(even)  td,
.m_schedule_text table  tr:nth-child(even)  th{
  background-color: rgba(144, 77, 73, 0.1);
}
.m_schedule_text table  tr:hover td,
.m_schedule_text table  tr:hover th{
  background-color: rgb(143, 77, 74);
  color: #fff;
}


@media screen and (max-width: 1368px) {
  .m_lang_block {
    left: 0;
    transform: translateX(-40%);
  }
  .m_top_banner {
    padding-left: 50px;
  }
  .m_modal__wrap--footer textarea {
    height: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .m_about_school__top--right p {
    font-size: 18px;
    line-height: 24px;
  }
  .m_about_school__top--right span {
    font-size: 18px;
  }
  .m_about_school__top--right {
    padding-left: 35px;
  }
  .main_title {
    font-size: 30px;
  }
  .m_about_school__top {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .m_top_banner {
    margin-bottom: 45px;
  }
  .m_adven__list li {
    width: 100%;
    max-width: calc(100% / 3 - 20px);
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 45px;
  }
  .m_our_courses__wrap > p {
    margin-top: 45px;
  }
  .our_courses_before,
  .our_courses_after {
    max-width: 380px;
  }
  .m_our_courses__flag_wrap {
    max-width: 560px;
  }
  .m_flag_courses__bg li {
    max-width: calc(50% - 200px);
  }
  .m_form_sdudy__list {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .m_form_sdudy__list > li {
    width: 100%;
    max-width: calc(50% - 20px);
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .m_form_sdudy__list + img {
    position: relative;
    margin-top: -45px;
  }
  .m_our_courses {
    margin-bottom: 65px;
  }
  .m_our__teachers_list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .m_our__teachers_list--left {
    width: 100%;
    float: none;
    max-width: 100%;
    padding-right: 0;
    max-width: 250px;
    text-align: center;
    max-width: 100%;
  }
  .m_our__teachers_list--left img{
    display: block;
    margin: 0px auto;
    width: auto;
    float: none;

  }
  .m_our__teachers_list--right {
    width: 100%;
    float: left;
    max-width: 100%;
    padding-top: 25px;
    text-align: center;
  }
  .m_reviews__list_top {
    padding: 25px 15px;
  }
  .m_gallery__list li {
    height: 250px;
  }
  .m_banner__info h1 {
    font-size: 36px;
    min-height: 36px;
  }
  .m_banner__info > p {
    font-size: 20px;
  }
  .top_button_link {
    line-height: 48px;
  }
  .top_button_link--modific {
    line-height: 52px;
  }
  .m_our__events_list .slick-prev_arrow {
    left: -10px;
  }
  .m_our__events_list .slick-next_arrow {
    right: -10px;
  }
  .h__call a {
    font-size: 12px;
  }
  .h__call a svg {
    max-width: 14px;
  }
  .h__call {
    max-width: 135px;
  }
  .h_nav__list li a {
    font-size: 12px;
  }
  .typed-cursor {
    font-size: 28px;
    line-height: 36px;
  }
  .m_modal__wrap__big > img {
    opacity: 0.4;
  }
}
@media (max-width: 1099px) {
  .scroll_logo {
    transform: translateX(-35px);
  }
}
@media (max-width: 991px) {
  .m_adven__list li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .map {
    position: relative;
    width: 100%;
    float: left;
    height: 350px;
  }
  .m_contacts__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_contacts__wrap_info {
    padding-left: 0;
    width: 100%;
    max-width: 500px;
  }
  .m_contacts__wrap .container {
    display: flex;
    justify-content: center;
  }
  .m_phrase {
    padding-bottom: 45px;
  }
  .m_our__events {
    margin-bottom: 45px;
  }
  .m_phrase__info p {
    font-size: 18px;
  }
  .m_our__events {
    padding-top: 45px;
    padding-bottom: 95px;
  }
  .m_our__events_list {
    margin-top: 45px;
  }
  .m_our__teachers {
    margin-bottom: 45px;
  }
  .m_reviews__list {
    margin-bottom: 105px;
  }
  .m_gallery {
    padding-top: 45px;
  }
  .h__bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    float: left;
    max-width: 320px;
    height: auto;
    min-height: 100vh;
    background-color: #FFF;
    padding: 15px 15px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    transform: translateX(-110%) !important;
    z-index: 100;
  }
  .h_nav__list {
    display: flex;
    flex-direction: column;
  }
  .h_nav__list li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .h_nav__list li a {
    color: #525F92;
    border-color: #525f92;
    font-size: 18px;
  }
  .h_nav__list li a:after {
    display: none;
  }
  .h_nav__list li a:after {
    left: -10px;
    background-color: #525F92;
  }
  .h_nav {
    width: 100%!important;
    float: left;
  }
  .mob_close_menu {
    display: block;
  }
  .scroll_logo {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px!Important;
  }
  .scroll_logo a {
    border: none;
  }
  .h_nav__list li a {
    border-color: transparent;
  }
  .header--active .h_nav__list li a {
    border-color: transparent;
  }
  .h_nav__list {
    align-items: flex-start;
  }
  .h_nav__list li {
    margin-left: 0;
    margin-right: 0;
  }
  .header--active .h_nav__list li {
    margin-left: 0;
    margin-right: 0;
  }
  .menu_nut {
    display: flex;
  }
  .h_top__soc {
    display: none;
  }
  header {
    padding-top: 10px;
  }
  .h__logo {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 75px;
  }
  .h__top {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .h__bottom--active {
    transform: translateX(0%) !important;
  }
  header {
    z-index: 100;
  }
  .header--active {
    height: 50px;
  }
  .header--active .menu_nut span {
    background-color: #525F92;
  }
  .header--active .h__top {
    padding-top: 0;
  }
  .header--active .h__logo {
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  .header_mob {
    background-color: transparent;
    box-shadow: none;
  }
  .header_mob .h__top {
    opacity: 0;
    visibility: hidden;
  }
  .h_nav {
    min-height: 100px;
  }
  .scroll_logo {
    transform: none;
  }
}
@media (max-width: 850px) {
  .m_reviews__list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .m_reviews__list .slick_arrow {
    display: none!important;
  }
  .m_reviews__list .slick-track > li {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .free_lesson_but{
    width: 100%;
    font-size: 16px;
  }
  .m_our__teachers_list .slick-dots{
    display: none!important;
  }
  .m_adven__list li {
    width: 100%;
    max-width: calc(50% - 20px);
    padding-left: 15px;
    padding-right: 15px;
  }
  .m_our_courses__flag_wrap li span {
    font-size: 18px;
  }
  .m_our_courses__flag_wrap li img {
    height: 130px;
  }
  .m_our_courses__flag_wrap li {
    max-width: 130px;
  }
  .m_flag_courses__bg {
    height: 120px;
  }
  .m_our_courses__flag_wrap {
    max-width: 410px;
  }
  .m_flag_courses__bg li {
    max-width: calc(50% - 150px);
  }
  .our_courses_before,
  .our_courses_after {
    max-width: 285px;
  }
  .m_banner__info h1 {
    font-size: 28px;
    min-height: 28px;
  }
  .m_banner_list {
    padding-left: 0;
    margin-bottom: 25px;
  }
  .m_banner_link {
    padding-left: 0;
  }
  .main_title {
    font-size: 24px;
  }
  .m_our__events_list--info span {
    font-size: 18px;
  }
  .typed-cursor {
    font-size: 24px;
    line-height: 28px;
  }
  .m_modal__wrap_inputs--left p,
  .m_modal__wrap_inputs--right p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .m_modal__wrap--footer > p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .m_about_school__top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_about_school__top--right {
    width: 100%;
    float: left;
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .m_about_school__top--right p {
    text-align: center;
  }
  .m_about_school__top--right span {
    text-align: center;
  }
  .m_about_school__bottom > p {
    font-size: 22px;
  }
  .m_our__teachers_list--left img{
    max-width: 150px;
  }
  .m_our__teachers_list .slick-prev_arrow{
    left: calc(-2% + 0px);
  }
  .m_our__teachers_list .slick-next_arrow{
    right: calc(-2% + 0px);
  }
  .m_our__teachers_list .slick-list{
    width: 100%;
  }
  .m_our__teachers_list li {
    /*
    width: 100%;
    float: left;
    max-width: 300px;*/
  }
  .m_our__teachers_list {
    flex-direction: column;
    align-items: center;
  }
  .m_our__teachers_list--left {
    max-width: 100%;
  }
  .m_our__teachers_list--right > span {
    text-align: center;
  }
  .m_our__teachers_list--right > i {
    text-align: center;
  }
  .m_our__teachers_list--right > p {
    text-align: center;
  }
 

  .m_gallery__list li {
    width: calc(100% / 3 - 1px) !important;
    max-width: 100%;
  }
  .m_gallery__list_mod li {
    max-width: 100%!important;
    width: calc(50% - 1px) !important;
  }
  .m_gallery__list li {
    height: 200px;
  }
  .m_phrase__wrap img {
    width: 100%;
    float: left;
    height: auto;
  }
  .phrase2__wrap {
    align-items: center;
    margin-top: 10px;
  }
  .phrase1__wrap {
    align-items: center;
  }
  .m_adven__list li p {
    font-size: 14px;
    line-height: 16px;
  }
  .m_adven__list li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .m_reviews__list .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .m_reviews__list .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .m_reviews__list .slick-dots {
    bottom: -35px;
  }
  .m_reviews__list {
    margin-bottom: 70px;
    margin-top: 35px;
  }
  .m_gallery__title {
    margin-bottom: 45px;
  }
  .m_gallery {
    padding-bottom: 45px;
  }
  .m_our__events_list .slick-dots {
    bottom: -35px;
  }
  .m_our__events_list .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .m_our__events_list .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 550px) {
  .m_adven__list li {
    width: 100%;
    max-width: 50%;
  }
  .m_form_sdudy__list > li {
    max-width: 250px;
  }
  .m_form_sdudy__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_contacts__list li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_contacts__list--left {
    width: 100%;
    float: left;
    max-width: 300px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_contacts__list_text span {
    text-align: center;
  }
  .m_contacts__list_text a {
    text-align: center;
  }
  .m_contacts__list_text p {
    text-align: center;
  }
  .m_contacts__list_text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contacts_but {
    margin-top: 25px;
  }
  .m_contacts__list_text {
    width: 100%;
    float: left;
    max-width: 100%;
    padding-left: 0;
  }
  .top_button_link {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }
  .m_contacts__wrap_info_bottom {
    padding-left: 0;
    padding-bottom: 25px;
  }
  .m_contacts__list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .m_contacts__wrap_info_body {
    margin-bottom: 25px;
  }
  footer a {
    font-size: 14px;
  }
  footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m_contacts__list_text p {
    font-size: 14px;
    line-height: 14px;
  }
  .m_contacts__list_text span {
    font-size: 14px;
    line-height: 14px;
  }
  .m_contacts__list_text a {
    font-size: 14px;
  }
  .top_button_link {
    line-height: 36px;
  }
  .top_button_link--modific {
    line-height: 40px;
  }
  .main_title {
    font-size: 20px;
    line-height: 22px;
  }
  .m_top_banner {
    padding-left: 40px;
  }
  .m_banner__info h1 {
    font-size: 20px;
    min-height: 20px;
  }
  .m_banner__info > p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .m_banner_list li p {
    font-size: 12px;
  }
  .m_about_school__bottom > p {
    font-size: 20px;
  }
  .m_adven__list li p {
    font-size: 12px;
  }
  .m_about_school__top--right p {
    font-size: 16px;
  }
  .m_about_school__top--right span {
    font-size: 16px;
    line-height: 18px;
  }
  .m_our_courses__wrap > p {
    font-size: 20px;
  }
  .m_our_courses__flag_wrap li {
    max-width: 90px;
  }
  .m_our_courses__flag_wrap li img {
    height: 90px;
    margin-bottom: 10px;
  }
  .m_our_courses__flag_wrap li span {
    font-size: 14px;
  }
  .m_flag_courses__bg {
    height: 80px;
  }
  .m_our_courses__flag_wrap {
    max-width: 235px;
  }
  .m_flag_courses__bg li {
    max-width: calc(50% - 80px);
  }
  .our_courses_before,
  .our_courses_after {
    max-width: 160px;
  }
  .m_form_sdudy > p {
    font-size: 20px;
  }
  .m_our__teachers {
    padding-top: 45px;
  }
  .m_our__teachers_list {
    margin-top: 45px;
  }
  .m_our__teachers_list--right > span {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .m_our__teachers_list--right p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
  }
  .m_our__teachers_list--right i {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .m_reviews__list_top p {
    font-size: 14px;
  }
  .rating_list li {
    width: 18px;
  }
  .m_gallery__list li {
    height: 110px;
  }
  .m_our__events_list .slick_arrow {
    display: none!important;
  }
  .m_our__events_list--info span {
    margin-left: 5px;
    margin-right: 5px;
  }
  .m_our__events_list--info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m_our__events_list--last {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m_our__events_list--info p {
    padding-right: 0;
    font-size: 14px;
  }
  .m_our__events_list--img img {
    height: 150px;
  }
  .m_banner__info h1 {
    font-size: 18px;
    min-height: 18px;
  }
  .h__call {
    display: none;
  }
  .h__logo {
    position: relative;
    left: inherit;
    transform: none;
    top: 0;
  }
  .h__top {
    padding-top: 0;
  }
  .header--active .h__call {
    display: block;
  }
  .m_form_sdudy > img {
    display: none;
  }
  .m_form_sdudy__list {
    padding-top: 70px;
    position: relative;
    z-index: 2;
    padding-bottom: 35px;
  }
  .m_form_sdudy__list:before {
    width: 1px;
    height: 75px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    border-right: 1px dashed #d3d3d3;
  }
  .m_form_sdudy__list:after {
    width: 1px;
    height: 75px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    border-right: 1px dashed #d3d3d3;
  }
  .typed-cursor {
    font-size: 14px;
    line-height: 18px;
  }
  .m_modal__wrap_inputs {
    display: flex;
    flex-direction: column;
  }
  .m_modal__wrap_inputs--left,
  .m_modal__wrap_inputs--right {
    max-width: 100%;
  }
  .selectric-wrapper {
    margin-bottom: 10px;
  }
  .m_modal__wrap_inputs--left input,
  .m_modal__wrap_inputs--right input {
    margin-bottom: 10px;
  }
  .m_modal_check {
    margin-top: 15px;
  }
  .m_modal__wrap--body {
    margin-top: 35px;
  }
  .m_modal {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m_modal__wrap--footer .m_banner_link {
    margin-top: 15px;
  }
  .m_modal__wrap--footer textarea {
    height: 75px;
  }
}
