body {
  min-width: 320px;
  font-family: 'Panton', sans-serif;
}

.section-title {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3em;
  color: #000;
}

.section {
  padding: 60px 0;
}

.text-accent {
  color: #0F6AF1;
}

@media(max-width: 767px) {
  .section {
    padding: 30px 0;
  }
  .section-title  {
    font-size: 20px;
  }
}

.container {
  /* padding: 0 40px; */
  padding-left: 40px;
  padding-right: 40px;
  /* max-width: 1130px; */
  max-width: 1280px;
}
.header .container {
  max-width: 1920px;
}
.header {
  font-family: 'Arial', sans-serif;
  box-shadow: none;
}
@media (min-width: 1400px) {
  .region_ul {
      justify-content: space-between;
      margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .display-tabl {
    display: none!important;
  }
  .wrapper {
    padding-top: 80px;
  }
}
.mobile_header .containers .container {
  display: none;
}
.top_right {
  padding-top: 0;
}
.top_line {
  align-items: center;
}
.logo {
  width: 110px;
  margin-right: 20px;
}
.top_desc {
  /* font-size: 10px; */
  font-size: 12px;
  line-height: 1.6em;
  margin-right: 50px;
}
.reigons span {
  /* font-size: 10px; */
  font-size: 13px;
  line-height: 1.4em;
  color: rgba(17, 17, 17, 0.6);
}
.region_ul li {
  /* font-size: 9.5px; */
  font-size: 12px;
  line-height: 1.2em;
}
.top_menu_line {
  border: none;
}
.top_menu {
  justify-content: space-between;
  margin-right: 20px;
  gap: 12px;
}
.reigons img {
  margin-right: 13px;
}
.top_menu>li>a {
  position: relative;
  display: block;
  padding: 0;
  padding: 6px 10px 10px 10px;
  font-size: 18px;
  /* color: #fff; */
  text-decoration: none;
  transition: color .3s ease;
}
.top_right a {
  margin-bottom: 7px;
  font-size: 18px;
}
.top_menu li>ul>li {
  margin-bottom: 15px;
}
.top_menu>li.has_child {
  position: relative;
}
.top_menu>li {
  padding: 0
}
.top_menu>li.has_child::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 36%;
  right: -5px;
  background: url('https://jaguar-avtoshkola.ru/wp-content/uploads/2023/11/vector-121.png') no-repeat center / contain;
  transform: rotate(180deg);
  transition: transform .3s ease;
}
.top_menu>li.has_child:hover::after {
  transform: rotate(0);
}
.top_menu li a::after {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: calc(100% - 10px);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #3284FF;
  will-change: scale;
  transform: scaleX(0);
  transition: transform .3s ease;
}
.top_menu li>ul>li a::after {
  left: 0;
  top: 100%;
  width: 100%;
}
.top_menu li>ul {
  top: 30px;
}
.top_menu li>ul>li a:hover {
  text-decoration: none;
  color: #3284FF;
}
.top_menu li a:hover::after {
  transform: scaleX(1);
}
@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(37, 211, 102, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.top_phone {
  margin-right: 15px;
  font-family: Arial, sans-serif;
}
.roistat-phone-number {
  font-size: 20px;
}
.roistat-phone-number:hover {
  text-decoration: none;
}
.if_work {
  /* color: rgba(255, 255, 255, 0.6); */
  /* font-size: 9px; */
  font-size: 16px;
}
.if_work .online {
  animation: pulse-green 2s ease infinite;
}
@media (max-width: 1300px) {
  .top_menu>li>a {
    font-size: 16px;
  }
  .top_menu {
    margin-right: 13px;
    gap: 10px;
  }
  .top_right a {
    font-size: 13px;
  }
  .if_work {
    font-size: 14px;
  }
}
.header .top_order {
  width: 166px;
  height: 45px;
  /* background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  border: 0.1px solid #fff;
  border-radius: 10px; */
  font-size: 14px;
  transition: background-color .2s ease;
}
.section-offer {
  padding-top: 0;
}
.section-offer__wrap {
  padding: 120px 24px 207px 60px;
  background: url('../images/new/yandex-rait.webp') no-repeat calc(100% - 24px) 24px / 200px auto, url('../images/new/main.webp') no-repeat calc(100% - 40px) 58% / auto 75%, rgba(244, 245, 246, 1);
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .section-offer__wrap {
    /* margin-top: 30px; */
    background: url('../images/new/yandex-rait.webp') no-repeat calc(100% - 24px) 24px / 200px auto, url('../images/new/main.webp') no-repeat calc(100% - 5px) 77% / auto 60%, rgba(244, 245, 246, 1);
  }
}
.section-offer__title-wrap {
  max-width: 540px;
  margin-bottom: 30px;
  min-height: 150px;
}
.section-offer__title {
  display: inline;
  margin: 0;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
}
.section-offer__desc {
  max-width: 370px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
  color: #000;
}


.section-offer__forms-wrap {
  margin-top: -110px;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.offer-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style-type: none;
}
.offer-tabs__btn {
  padding: 16px 30px 43px;
  border-radius: 10px 10px 0 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  border: none;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.offer-tabs__btn:hover {
  color: #fff;
  background-color: #3284FF;
  border: none;
  transform: translateY(-3px);
}
.offer-tabs__btn.active {
  pointer-events: none;
  color: #fff;
  background-color: #3284FF;
}
.offer-tabs__btn[data-path="beginner"].vip {
  background-color: #04121B;
}
.offer-tabs-content__item {
  display: none;
}
.offer-tabs-content__item.active {
  display: block;
}
.offer-tabs-content {
  position: relative;
  margin-top: -27px;
  padding: 30px 30px 30px;
  border-radius: 20px;
  background-color: #3284FF;
  color: #fff;
  transition: background-color .2s ease;
}
.offer-tabs-content.vip {
  background-color: #04121B;
}
.offer-tab-title {
  margin-bottom: 20px;
  font-weight: 700;
  max-width: 451px;
  font-size: 24px;
  line-height: 1.2em;
}
.vip-switcher {
  position: absolute;
  top: 46px;
  right: 44px;
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.switcher-area {
  cursor: pointer;
  margin-right: 7px;
  position: relative;
  display: block;
  width: 33px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.5);
  transition: background-color .2s ease;
}
.switcher {
  position: absolute;;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: #fff;
  transition: transform .2s ease;
}
.vip-switcher.on  .switcher-area{
  background-color: rgba(50, 132, 255, 1);
}
.vip-switcher.on .switcher {
  transform: translateX(100%);
}
.offer-form__wrap {
  margin-bottom: 16px;
  display: flex;
  gap: 20px;
}
.offer-tabs-content .myform {
  margin: 0;
  padding: 30px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-weight: 400;
  max-width: 51%;
  width: 100%;
  background-color: rgba(244, 245, 246, 0.2);
  border-radius: 10px;
  transition: background-color .2s ease;
}
.offer-tabs-content.vip .offer-tabs-content__item.active .myform {
  background-color: rgba(244, 245, 246, 0.2);
}
.offer-tabs-content.vip .offer-tabs-content__item.active .myform .form-btn {
  background-color: rgba(50, 132, 255, 1);
}
.offer-tabs-content.vip .offer-tabs-content__item.active .myform .form-btn:hover {
  color: #fff;
  background-color: rgba(50, 132, 255, .8);
}
.offer-tabs-content .myform label {
  margin-bottom: 0;
}
.offer-form__title {
  margin-bottom: 20px;
  max-width: 50%;
  font-size: 20px;
}
.offer-form__title_mob {
  display: none;
}
.myform .form-label input, .myform .nice-select, .form-textarea {
  height: auto;
  padding: 13px 16px;
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1em;
  color: #111;
  border-radius: 8px;
}
.offer-form__inputs {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.myform .nice-select {
  display: flex;
    align-items: center;
  flex-basis: 100%;
}
.myform .nice-select .current {
  line-height: 1em;
  color: rgba(4, 18, 27, 0.36);
}
.nice-select.open .list {
  width: 100%;
  margin-top: -5px;
}
.myform .nice-select .list li {
  padding: 10px 20px;
}
.nice-select:after {
  margin-top: -5px;
  right: 22px;
  width: 8px;
  height: 8px;

}
.form-label-name input::placeholder {
  font-size: 14px;
  color: rgba(4, 18, 27, 0.36);
}
.form-label-name input:focus::placeholder {
  font-size: 0;
}
.form-label-name,
.form-label-phone {
  flex-basis: calc(50% - 8px);
}
.myform .form-btn {
  padding: 13px;
  margin: 0;
  font-family: 'Panton', sans-serif;
  height: auto;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: rgba(224, 0, 0, 1);
  transition: background-color .2s ease;
}
.myform .form-btn:hover {
  color: #fff;
  background-color: rgba(224, 0, 0, .8);
}
select {
  display: none;
}
.offer-form__after {
  max-width: calc(48% - 8px);
  width: 100%;
  padding: 30px 7.7% 10px 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  background: url('../images/new/form-girl.png') no-repeat right bottom / 34% auto;
}
.offer-form__after-title {
  margin-bottom: 30px;
  font-size: 20px;
}
.offer-form__after-list {
  padding-left: 28px;
  /* padding-right: 34px; */
}
.offer-form__after-item {
  margin-bottom: 20px;
}
.offer-form__after-item::marker {
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2em;
}
.offer-form__after-text {
  font-size: 18px;
  line-height: 1.4em;
}
.offer-form__after.vip .offer-form__after-list {
  list-style: none;
  padding-left: 0;
}
.offer-form__after.vip .offer-form__after-item {
  padding-left: 31px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
}
.offer-form__after.vip {
  display: none;
}
.form-agree {
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.5);
}
.form-agree a {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
/* product */

.section-product__wrap {
  display: grid;
  grid-template-columns: 51% calc(49% - 20px);
  align-items: start;
  grid-auto-flow: row;
  gap: 20px;
}
.section-product__card {
  grid-column-start: 2;
  padding: 30px;
  background-color: #F4F5F6;
  border-radius: 20px;
}
.section-product__card-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: #2A2A2A;
}
.section-product__card-text {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: #000;
}
.section-product__card--comfort {
  padding-bottom: 405px;
  position: relative;
  grid-column: 1 / 2;
  grid-row: span 2;
  overflow: hidden;
  background-color: #EAF2FF;
}
.section-product__card-img-tablet {
  border-radius: 5% 0 0 0;
}
.section-product__card-img-mob {
  border-radius: 8% 8% 0 0;
}
.section-product__card-img-tablet,
.section-product__card-img-mob {
  overflow: hidden;
  display: block;
}
.section-product__card-img-tablet {
  width: 100%;
  height: auto;
  object-position: center;
}
.section-product__card-img-mob {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  width: 42%;
  height: auto;
  object-position: center;
}
.section-product__card-img-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
}
.section-product__card-img-zoom {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.section-product__card-img-steps {
  position: relative;
  left: -30px;
  top: 36px;
  display: block;
  max-width: calc(100% + 60px);
}

@media(max-width: 992px) {
  .container {
    /* padding: 0 20px; */
    padding-left: 20px;
    padding-right: 20px;
  }
  .content {
    padding: 0;
  }
  .section-offer__wrap {
    margin-top: 0;
    padding-bottom: 250px;
    background: url('../images/new/yandex-rait.webp') no-repeat calc(100% - 36px) 20px / 200px auto, url('../images/new/main.webp') no-repeat right 80% / 52% auto, rgba(244, 245, 246, 1);
  }
  .section-offer__title-wrap {
    margin-bottom: 0;
    max-width: 400px;
    min-height: 120px;
  }
  .section-offer__title {
    font-size: 30px;
  }
  .section-offer__desc {
    display: none;
  }
  .offer-tabs__btn {
    position: relative;
    z-index: 0;
    padding: 11px 15px 40px 15px;
    font-size: 12px;
  }
  .offer-tabs__btn.active {
    z-index: 2;
  }
  .offer-tabs {
    gap: 2px;
  }
  .offer-tabs__item .offer-tabs__btn {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .offer-tabs__item .offer-tabs__btn.active {
    z-index: 1;
    background-color: rgba(50, 132, 255, 1);
  }
  .offer-tabs__btn[data-path="beginner"].vip {
    background-color: #04121B;
  }
  .offer-tabs-content {
    z-index: 3;
    padding: 20px;
  }
  .offer-tab-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .offer-form__after {
    display: none!important;
  }
  .vip-switcher {
    left: 0;
    top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
  }
  .offer-tabs-content .myform  {
    max-width: 100%;
    width: 100%;
    padding: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    /* gap: 10px; */
    background-color: transparent;
  }
  .offer-tabs-content.vip .offer-tabs-content__item.active .myform {
    background-color: transparent;
  }
  .myform .nice-select {
    width: 100%;
    border: none;
  }
  .nice-select:after {
    margin-top: -5px;
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .switcher-area {
    width: 38px;
    height: 22px;
    border-radius: 18px;
  }
  .switcher {
    width: 14.5px;
    height: 14.5px;
    top: 4px;
    left: 4px;
  }
  /* .offer-form__title {
    display: none;
  } */
  .offer-form__title {
    /* display: block; */
    max-width: 285px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.1em;
  }
  .offer-form__wrap {
    margin-bottom: 20px;
    width: 100%;
  }
  .form-agree {
    margin: 0 auto;
    text-align: center;
    max-width: 218px;
    font-size: 12px;
    line-height: 1.3em;
    color: rgba(255, 255, 255, 0.50);
  }
  .form-agree a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.50);
  }
  /* Product  */
  .section-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .section-product__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .section-product__card {
    padding: 20px;
  }
  .section-product__card {
    border-radius: 16px;
  }
  .section-product__card--zoom {
    width: 100%;
    position: relative;
    padding-right: 54px;
  }
  .section-product__card-img-zoom {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 34px;
    height: 34px;
  }
  .section-product__card-title {
    font-size: 20px;
    line-height: 1.3em;
  }
  .section-product__card-additional,
  .section-product__card-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.3em;
  }
  .section-product__card--comfort {
    padding-bottom: 28%;
  }
  .section-product__card--comfort .section-product__card-text {
    max-width: 60%;
  }
  .section-product__card--comfort .section-product__card-img-wrap {
    width: 35%;
  }
  .section-product__card-additional {
    margin-bottom: 45px;
  }
  .section-product__card-img-steps {
    left: -20px;
      top: 20px;
    width: calc(100% + 40px);
  }

}
@media(max-width: 768px) {
  .container {
    /* padding: 0 15px; */
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-offer__title {
    font-size: 20px;
  }
  .section-offer__wrap {
    padding-top: 40px;
    padding-left: 30px;
    background: url('../images/new/yandex-rait.webp') no-repeat calc(100% - 36px) 165px / 152px auto, url('../images/new/main.webp') no-repeat center 75% / auto 60%, rgba(244, 245, 246, 1);
  }
  .section-offer__title-wrap {
    margin-bottom: 0;
    max-width: 270px;
    min-height: 80px;
  }
  .offer-tabs-content {
    margin-top: -36px;
  }
  .section-product__card--comfort {
    padding-bottom: 75%;
  }
  .section-product__card--comfort .section-product__card-text {
    max-width: 100%;
  }
  .section-product__card--comfort .section-product__card-img-wrap {
    width: 60%;
  }
}
@media(max-width: 576px) {
  .section-offer__title-wrap {
    min-height: 100px;
  }
  .section-product__card-img-mob {
    bottom: 6%;
  }
  .form-label-name, .form-label-phone {
    flex-basis: 100%;
  }
  .section-offer__wrap {
    padding-bottom: 82vw;
    background: url('/wp-content/themes/auto/images/new/yandex-rait-mob.png') no-repeat calc(100% - 20px) 140px/40vw auto,url('/wp-content/themes/auto/images/new/main-mob.webp') no-repeat -22px 62%/103% auto,rgba(244,245,246,1);
  }
  .offer-tabs__item {
    flex: 1 1 auto;
    -webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;
  }
  .offer-tabs__btn {
    padding: 11px 8px 40px 7px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/* Licence  */
.section-licence__wrap {
  padding: 60px 90px 60px 20px;
  border-radius: 20px;
  background: url('../images/new/licence-phone-1.webp') no-repeat left bottom / 15% auto, url('../images/new/licence-phone-2.webp') no-repeat 22% bottom / 21.2% auto,#F4F5F6;
}
.section-licence__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  max-width: 42%;
  margin-left: auto;
}
.section-licence__subtitle {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}
@keyframes pulseLicence {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.licence-link {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 11px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5em;
  color: #F4F5F6;
  background-color: #333;
  cursor: pointer;
  animation: pulseLicence 3s ease infinite;
}
.licence-link__text {
  max-width: 75%;
  font-family: "Arial", sans-serif;
}
.licence-link__img {
  position: absolute;
  bottom: -5px;
  right: 20px;
  height: auto;
  width: 22%;
  object-fit: contain;
  object-position: center;
  transform: rotate(-7deg);
  transition: transform .3s ease;
}
.licence-link:hover .licence-link__img {
  transform: rotate(0) scale(1.1);
}
.fancybox-image {
  height: auto;
}
.section-licence__subscribers {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-licence__subscribers-text {
  max-width: 180px;
  font-size: 18px;
  line-height: 1.2em;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}
.section-licence__subscribers-photos {
  display: flex;
  align-items: center;
}
.section-licence__subscribers-photo {
  position: relative;
  width: 46px;
  height: 46px;
  object-fit: contain;
  object-position: center;
}
.section-licence__subscribers-photo:not(:last-of-type) {
  margin-right: -5px;
}
.section-licence__subscribers-photo:first-of-type {
  z-index: 3;
}
.section-licence__subscribers-photo:nth-of-type(2) {
  z-index: 2;
}
.section-licence__subscribers-photo:nth-of-type(3) {
  z-index: 1;
}
@media(max-width: 992px) {
  .section-licence {
    padding-bottom: 245px;
  }
  .section-licence__wrap {
    position: relative;
    padding-top: 100px;
    padding-right: 45px;
    padding-bottom: 100px;
    background: url('../images/new/licence-phone-1.webp') no-repeat left bottom / auto 80%, url('../images/new/licence-phone-2.webp') no-repeat 120px bottom / auto 80%, #F4F5F6;5F6;
  }
  .section-licence__subtitle {
    font-size: 16px;
  }
  .section-licence__content {
    margin-left: auto;
    max-width: 60%;
  }
  .licence-link {
    padding: 20px;
    position: absolute;
    left: 0;
    top: calc(100% + 120px);
    z-index: 1;
    width: 100%;
  }
  .licence-link__text {
    font-size: 14px;
    line-height: 1.1em;
    max-width: 70%;
  }
  .licence-link__img {
    right: 15px;
    bottom: -5px;
    height: 75%;
    width: auto;

  }
  .section-licence__subscribers {
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 1;
    width: 100%;
  }
  .section-licence__subscribers-text {
    max-width: 155px;
    font-size: 16px;
    font-weight: 700;
  }
}
@media(max-width: 767px) {
  .section-licence__content {
    margin-left: 0;
    max-width: 100%;
  }
  .section-licence__wrap {
    padding-top: 30px;
    padding-bottom: 270px;
    background: url('../images/new/licence-phone-1.webp') no-repeat left bottom / auto 63%, url('../images/new/licence-phone-2.webp') no-repeat 120px bottom / auto 63%,#F4F5F6;
  }
}
/* reviews */
.reviews-grid {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.reviews-grid__item {
  padding: 30px;
  /* grid-area: auto / auto / span 1 / span 1; */
  padding-bottom: 48px;
  border-radius: 20px;

  background-color: #F4F5F6;
}
.reviews-grid__item_video {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.reviews-grid__item_video::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #000;
  z-index: 3;
  opacity: .1;
  transition: opacity .3s ease;
}
.reviews-grid__item_video:hover::after {
  opacity: 0;
}
.reviews-grid__item_info {
  padding-bottom: 118px;
  color: #fff;
  background-color: #0F6AF1;
}
.reviews-info__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
.reviews-info__text {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
}
.reviews-grid__item_video {
  padding: 0;
  grid-row: auto / span 2;
}
.reviews-grid__item_video .v_rev {
  min-height: 500px;
  height: 100%;
  background-size: cover;
}
.review-card__wrap {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.review-card__icon {
  min-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  font-size: 36px;
  opacity: .5;
}
.review-card__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}
.review-card__date {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #969696;
}
.review-card__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
.fancybox-slide .review-card__text {
  overflow: visible;
  -webkit-line-clamp: initial;
  line-clamp: initial;
}

.reviews-more a, .section-gallary__show-more-btn,
.reviews-video-more a,.text-reviews-more a {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  border: none;
  color: #000;
  background-color: #F4F5F6;
  transition: transform .2s ease;
}

.review-card__full-review-content {
  border-radius: 10px;
  padding: 30px;
  max-width: 560px;
  height: max-content!important;
}

.review-card__full-review-btn {
  margin-top: 5px;
  display: block;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  background-color: transparent;
  color: #0F6AF1;
  transition: opacity .3s ease;
}

.review-card__full-review-btn:hover {
  background-color: transparent;
  border: none;
  outline: none;
  color: #0F6AF1;
  opacity: .7;
}
.reviews-grid__item_text .review-card__text-full p {
  overflow: visible;
  -webkit-line-clamp: none;
  line-clamp: none;
  text-overflow: none;
}

.reviews-more a:focus,
.reviews-more a:active {
  border: none;
  box-shadow: none;
}

.reviews-more a:hover, .section-gallary__show-more-btn:hover,
.reviews-video-more a:hover ,.text-reviews-more a:hover  {
  transform: scale(1.02);
}
@media (max-width: 767px) {
  .reviews-more a .loadMoreBtn-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  .reviews-grid__item_info {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .review-card__text {
    font-size: 16px;
  }
}

@media(max-width: 650px) {
  .reviews-grid__item_video .v_rev {
    min-height: 160vw;
  }
}


/* Youtube */

.section-youtube__wrap {
  display: flex;
  gap: 20px;
}

.section-youtube__content {
  display: flex;
  padding: 30px 22px 30px 30px;
  background: url('../images/new/youtube-icon.png') no-repeat 30px 30px / 130px 98px,#F4F5F6;
  border-radius: 16px;
}
.section-youtube__title {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 24px;
}
.section-youtube__video {
  display: block;
  position: relative;
  min-width: 65%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  outline: none;
  border: none;
}

.section-youtube__video::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 3;
  /* opacity: .5; */
  transition: background-color .3s ease;
}
.section-youtube__video:hover {
  box-shadow: none;
  border: none;
  outline: none;
}
.section-youtube__video:hover::after {
  background-color: rgba(0, 0, 0, 0);
}
.section-youtube__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-youtube__video-icon-wrap {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 4;
}
.section-youtube__video-icon-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #E9E9E9;
  -webkit-animation: 1.7s linear infinite pulse_2_small;
  animation: 1.7s linear infinite pulse_2_small;
  z-index: -1;
}
@-webkit-keyframes pulse_2_small {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes pulse_2_small {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@media(max-width: 992px) {
  .section-youtube__title {
    font-size: 20px;
  }
}
@media(max-width: 767px) {
  /* .section-youtube__title {
    font-size: 16px;
  } */
  .section-youtube__wrap {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .section-youtube__content {
    padding: 111px 20px 30px;
  }
  .section-youtube__video {
    max-width: 100%;
    height: 60vw;
  }
  .section-youtube__content {
    background: url('../images/new/youtube-icon.png') no-repeat 30px 30px / 68px 51px,#F4F5F6;
  }
}


/* programs */

.section-programs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  gap: 20px;
}

.programs-card {
  padding: 30px 22px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: auto 150px;
  background-position: calc(100% - 15px) 20px;
}
.programs-card__vehicle, .programs-card__for-whom {
  margin-bottom: 16px;
  display: block;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #000;
}
.programs-card__title {
  margin-bottom: 44px;
  max-width: 300px;
  font-size: 26px;
  line-height: 1.15em;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  color: #000;
}
.programs-card__for-whom {
  /* margin-top: auto; */
  display: flex;
  gap: 10px;
}
.programs-card__for-whom::before {
  content: '';
  margin-top: 9px;
  display: block;
  min-width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
.programs-card__price-wrap {
  margin-top: auto;
  margin-bottom: 30px;
  position: relative;
  padding: 21px 0;
  width: 100%;
  display: flex;
  /* display: none; */
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.programs-card__price-wrap::after {
  content: '';
  display: block;
  position: absolute;
  left: -19px;
  top: 0;
  height: 100%;
  width: calc(100% + 30px);
  border-radius: 10px;
  background-color: #fff;
  opacity: .5;
}
.programs-card__old-price, .programs-card__price,
.programs-card__line-through, .programs-card__high-price {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.14em;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  color: #000;
}
.programs-card__line-through {
  text-decoration: line-through;
}
.programs-card__price {
  font-size: 24px;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
.programs-card__dop-info {
  position: relative;
  z-index: 1;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.programs-card__price-cupon {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 21px;
  width: auto;
  height: calc(100% - 42px);
}
.programs-card__price-cupon img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.programs-card__btns-wrap {
  width: 100%;
  display: flex;
  gap: 10px;
}
.btn-ghost {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  border-radius: 10px;
  color: #000;
  background-color: transparent;
  border: 1px solid #333;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease, opacity .3s ease;
}
.btn-ghost:hover {
  background-color: #0F6AF1;
  border-color: #0F6AF1;
  text-decoration: none;
  color: #fff;
  opacity: .7;
}
.btn-new {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  border-radius: 10px;
  color: #fff;
  border: none;
  background-color: #0F6AF1;
  transition: opacity .3s ease;
}
.btn-new:hover {
  color: #fff;
  background-color: #0F6AF1;
  border: none;
  opacity: .7;
}
.btn-ghost, .btn-new {
  box-shadow: none;
}
.program-btn {
  flex: 1 1 auto;
}

@media(max-width: 576px) {
  .section-programs__grid {
    grid-template-columns: 1fr;
  }
  .programs-card {
    padding: 20px 12px 20px 20px;
    background-size: auto 90px;
  }
  .programs-card__title {
    max-width: 74%;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .programs-card__vehicle, .programs-card__for-whom {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .programs-card__price-wrap {
    margin-bottom: 12px;
    padding: 12px 0;
  }
  .programs-card__old-price, .programs-card__price,
  .programs-card__line-through, .programs-card__high-price, .programs-card__dop-info {
    font-size: 12px;
  }
  .programs-card__price {
    font-size: 20px;
  }
  .programs-card__price-wrap::after {
    left: -12px;
    width: calc(100% + 18px);
  }
  .btn, .btn-ghost {
    padding: 12px 20px;
    font-size: 14px;
  }
  .program-btn {
    font-size: 14px;
    padding: 10px 10px;
  }
}

/* get-guide */
.section-get-guide__wrap {
  padding: 60px 120px 0 60px;
  display: flex;
  justify-content: space-between;
  background: #F4F5F6;
  border-radius: 20px;
}

.section-get-guide__content {
  max-width: 50%;
}

.section-get-guide__title {
  margin-bottom: 15px;
}
.section-get-guide__text {
  margin-bottom: 10px;
  /* max-width: 225px; */
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: #000;
}

.section-get-guide__video-wrap {
  position: relative;
  width: 36.5%;
  height: auto;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: url('../images/new/phone-mockup.webp') no-repeat center / 100% 100%;
}

.section-get-guide__video {
  position: absolute;
  top: 38px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 38px);
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  object-position: center top;
  object-fit: cover;
}

.standart-form__inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.standart-form {
  margin: 0;
  max-width: 100%;
  margin-bottom: 60px;
  background-color: transparent;
}
.standart-form label input {
  background-color: #fff;
}
.standart-form label {
  margin-bottom: 0;
}
.standart-form .form-label {
  flex: 1 0 calc(50% - 5px);
}
.standart-form .form-btn {
  background-color: #0F6AF1;
}
.standart-form .form-btn:hover {
  background-color: #0F6AF1;
}
/* .section-get-guide__messangers {
  display: none;
  list-style: none;
}
.section-get-guide__messangers-link {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} */
.myform.section-get-guide__form {
  padding: 0;
}
.section-get-guide__list {
  margin-bottom: 30px;
  padding-left: 20px;
}
.section-get-guide__list-text {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}
@media(max-width: 992px) {
  .section-get-guide {
    padding-bottom: 35vw;
  }
  .section-get-guide__wrap {
    position: relative;
    padding: 30px 30px 0 20px;
  }
  .section-get-guide__video-wrap {
    height: 40vw;
  }
  .section-get-guide__text {
    margin-bottom: 0;
  }
  .myform.section-get-guide__form {
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(10px);
    border-radius: 16px;
    background-color: #F4F5F6;
  }
  .section-get-guide__list {
    margin-bottom: 20px;
  }
  .standart-form .form-label {
    flex: 1 0 100%;
  }
  /* .section-get-guide__messangers {
    display: flex;
    align-items: center;
    gap: 12px;
  } */
}
@media(max-width: 767px) {
  .section-get-guide {
    padding-bottom: 230px;
  }
  .section-get-guide__wrap {
    padding: 30px 30px 0 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .section-get-guide__content {
    max-width: 100%;
  }
  .section-get-guide__title {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .section-get-guide__text {
    font-size: 16px;
    /* max-width: 110px; */
  }
  .section-get-guide__video-wrap {
    /* position: absolute; */
    margin: 0 auto;
    height: 300px;
    width: 240px;
    /* right: 30px; */
    bottom: 0;
  }
  .section-get-guide__form {
    transform: translateY(10px);
  }
}
@media(max-width: 576px) {
  /* .section-get-guide__video-wrap {
    position: absolute;
    height: 60%;
    width: 45%;
  } */
  /* .section-get-guide__video {
    top: 17px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 18px);
  } */
}
/* @media(max-width: 440px) {
  .section-get-guide {
    padding-bottom: 70vw;
  }
} */

/* map  */
.single-map-popup {
  position: relative;
}
.map-wrap {
  position: relative;
}
.single-map-popup .fancybox-close-small {
  background-color: #fff;
  border-radius: 50%;
  border: none;
  width: 32px;
  height: 32px;
  padding: 5px;
  top: 5px;
  right: 5px;
}
.section-map__schools {
  padding: 0;
  position: absolute;
  top: 16px;
  left: 14px;
  width: calc(100% - 28px);
  border-radius: 20px;
}
.section-map__schools-list {
  padding: 16px 20px;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 20px;
}
.section-map__schools .region_ul li.filter_submit {
  margin: 0;
  padding: 0px;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 16px;
  min-width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  transition: transform .2s ease;
}
.section-map__schools .region_ul li.filter_submit:hover,
.section-map__schools .region_ul li.filter_submit.active {
  transform: scale(1.14);
}
.region_ul li a {
  vertical-align: middle;
}
.schools__item
.ymaps-2-1-79-map-copyrights-promo {
  display: none;
}
.yamap__custom-btn {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.07);
  background-color: #fff;
  cursor: pointer;
}.yamap__custom-btn_zoom {
  height: 81px;
  border-radius: 20px;
}.yamap__custom-btn-plus {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: url('https://jaguar-avtoshkola.ru/wp-content/themes/auto/images/yamap-btn-plus.svg') 50% no-repeat #fff;
}.yamap__custom-spacer {
  width: 32px;
  height: 1px;
  background-color: #f5f5f5;
  margin: 0 auto;
}.yamap__custom-btn-minus {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: url('https://jaguar-avtoshkola.ru/wp-content/themes/auto/images/yamap-btn-minus.svg') 50% no-repeat #fff;
}.yamap__custom-btn_geo {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: url('https://jaguar-avtoshkola.ru/wp-content/themes/auto/images/yamap-btn-geo.svg') 50% no-repeat #fff;
}#big_map {
  position: relative;
  height: 630px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  overflow: hidden;
}
.fan-map {
  display: none;
}
.fan-map__img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 205px;
  object-fit: cover;
  object-position: center;
}
.container-map {
  max-width: 1280px;
}
/* карточка на карте */
.baloon__city {
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.baloonzag {
  margin-bottom: 20px;
  padding: 0 20px;
  color: #1E1E1E;
  font-family: 'Panton', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.baloon__img {
  margin-bottom: 10px;
  /* padding: 0 30px; */
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  /* height: 150px; */
  height: 160px;
}
.ymaps-2-1-79-panel-pane {
  bottom: auto!important;
}
.ymaps-2-1-79-balloon-panel {
  bottom: auto!important;
  top: -15px!important;
  transform: translateY(140px);
  left: 20px!important;
  max-width: 400px;
}
.ymaps-2-1-79-balloon_layout_panel {
  bottom: auto!important;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;

}
.ymaps-2-1-79-balloon__content ymaps {
  height: auto!important;
  max-height: 550px;
  font-family: 'Arial', sans-serif;
}
.baloon__adress, .balmess__phone, .balmess__worktime, .baloon__instructors {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.3em;
  border-top: 1.5px solid rgba(0, 0, 0, 0.10);
}
.baloon__adress::before, .balmess__phone::before, .balmess__worktime::before, .baloon__instructors::before {
  content: '';
  display: block;
  margin-right: 20px;
  flex: 0 0 25px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.baloon__adress::before {
  background-image: url('/wp-content/themes/auto/images/geo-icon.png');
}
.balmess__phone::before {
  background-image: url('/wp-content/themes/auto/images/phone-icon.png');
}
.balmess__worktime::before {
  background-image: url('/wp-content/themes/auto/images/clock-icon.png');
}
.baloon__instructors::before {
  background-image: url('/wp-content/themes/auto/images/instructor-icon.png');
}
.instructor__img-wrap {
  position: relative;
  z-index: 0;
  flex: 0 0 50px;
  /* width: 46px; */
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  outline: 1px solid rgba(0, 0, 0, 0.65);
}
.instructor__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.instructor__img-wrap:nth-last-of-type(2) {
  transform: translateX(12%);
  z-index: 1;
}
.instructor__img-wrap:nth-last-of-type(3) {
  transform: translateX(24%);
  z-index: 2;
}
.baloon__instructors {
  display: none;
}
.baloon__instructors-images {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex: 0 0 168px;
}
/* .baloonzag {
  padding: 10px 30px 10px 10px;
} */
.ymaps-2-1-79-balloon__content {
  padding: 20px 0!important;
  padding-bottom: 0!important;
  border-radius: 16px;
}
.ymaps-2-1-79-balloon__close-button {
  position: absolute;
  width: 20px!important;
  height: 20px!important;
  top: 20px;
  right: 20px;
  opacity: 1!important;
}
.balmore {
  padding: 20px 0;
  margin: 10px 20px;
  font-size: 20px;
  line-height: 1em;
  border: 1px solid transparent;
  height: auto;
  color: #fff;
  background: #3e6fe1;
  text-decoration: none;
  /* display: none; */
}
.balmore:hover {
  border: 1px solid #3e6fe1;
  color: #3e6fe1;
  background: transparent;
}
.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
  margin-right: 0!important;
}
.ymaps-2-1-79-copyrights-pane {
  top: 100%!important;
}
#big_map.load {
  opacity: .5;
}
.section-map__schools .filter-off {
  display: block;
}
.section-map__schools .region_ul li.filter_submit.filter-off.active {
  display: none;
}
form.region_ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.filter-open, .filter-close {
  display: none;
}
.filter-close {
  position: absolute;
  /* display: block; */
  outline: none;
  border: none;
  width: 23px;
  height: 23px;
  top: 10px;
  right: 10px;
}
.filter-close:hover {
  background-color: transparent;
  border: none;
  outline: none;
}
.filter-close img {
  display: block;
  width: 100%;
  height: 100%;
}

.container-map-popup {
  display: none;
}
/* @media (max-width: 767px) {
  .mobile_header {
    padding-top: 0
  }
}
 */
@media (max-width: 768px) {
  /* body {
    overflow: hidden;
    position: fixed;
  } */
  .fan-map {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #000;
    font-size: 14px;
    border-radius: 16px;
    overflow: hidden;
  }
  .single-map-popup {
    position: relative;
    display: none;
    width: 100vw;
    height: 100vh!important;
  }
  .section-map__schools {
    top: auto;
  }
  .section-map__schools-list {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .container-map-popup {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1;
  }
  /* .baloon__img {
    display: none;
  } */
  .map-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #big_map {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .ymaps-2-1-79-panel-pane {
    bottom: 0!important;
  }
  .ymaps-2-1-79-balloon {
    padding: 0!important;
  }
  .ymaps-2-1-79-map-copyrights-promo {
    display: none;
  }
  .ymaps-2-1-79-balloon_layout_panel {
    bottom: 0!important;
  }
  .ymaps-2-1-79-balloon-panel {
    bottom: 0!important;
    top: auto!important;
    left: 0!important;
    transform: none;
    max-width: none;
  }
  .ymaps-2-1-79-balloon__content ymaps {
    max-height: none;
  }
  .ymaps-2-1-79-balloon__content {
    max-height: calc(100vh - 170px);
    padding-bottom: 20px!important;
    overflow-y: auto;
  }
  .baloon__city, .balmess__phone, .balmess__worktime, .baloon__adress, .baloon__instructors {
    font-size: 14px;
  }
  .baloon__adress::before, .balmess__phone::before, .balmess__worktime::before, .baloon__instructors::before {
    margin-right: 15px;
    flex: 0 0 30px;
    height: 27px;
  }
  .instructor__img-wrap {
    flex: 0 0 35px;
    height: 35px;
  }
  .ymaps-2-1-79-balloon_layout_panel::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .baloon__instructors-images {
    flex: 0 0 105px;
  }
  .balmore {
    font-size: 16px;
  }
  .filter-open {
    cursor: pointer;
    max-width: 290px;
    width: 100%;
    padding: 18px;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: absolute;
    border: none;
    background-color: #fff;
    color: #1e1e1e;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    transition: opacity .3s ease, visibility .3s ease;
  }
  .filter-open:hover {
    border: none;
    background-color: #fff;
    color: #1e1e1e;
  }
  .filter-open::before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url('/wp-content/themes/auto/images/filter-icon.png') no-repeat center / contain;
  }
  .filter-open.active {
    opacity: 0;
    visibility: hidden;
  }
  .filter-close {
    display: block;
    background-color: transparent;
  }
  .schools {
    position: absolute;
    z-index: 1;
    padding: 30px 0 20px;
    bottom: 0;
    transform: translateY(101%);
    left: 0;
    width: 100%;
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
  }
  .schools.active {
    transform: translateY(0);
    opacity: 1;
  }
  .container.ppds {
    display: none;
  }
  .section-map__schools-list.region_ul {
    padding: 10px 15px 0;
    justify-content: flex-start;
    gap: 15px;
  }
  .section-map__schools .region_ul li.filter_submit {
    flex: 0 1 calc(33% - 10px);
  }
  .section-map__schools .region_ul li.filter_submit a {
    min-width: 0;
    width: auto;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 13px 10px;
    border-radius: 16px;
    background-color: #fff;
  }
}


/* instructors  */
.section-instructors__wrap-relative {
  position: relative;
}
.section-instructors__wrap {
  /* position: relative; */
  padding-left: 20px;
  direction: rtl;
  height: 570px;
  overflow-y: auto;
}
.instructors {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  direction: ltr;
}
/* полоса прокрутки (скроллбар) */
.section-instructors__wrap::-webkit-scrollbar {
  width: 12px; /* ширина для вертикального скролла */
  height: 10px; /* высота для горизонтального скролла */
  border-radius: 10px;
  background-color: #F4F5F6;
}
/* ползунок скроллбара */
.section-instructors__wrap::-webkit-scrollbar-thumb {
  background-color: #0F6AF1;
  opacity: .9;
  border-radius: 10px;
  transition: opacity .3s ease
}
.section-instructors__wrap::-webkit-scrollbar-thumb:hover {
  background-color: #0F6AF1;
  opacity: 1;
}
.section-instructors .instructor__btn-wrap {
  width: 32%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F4F5F6;
  transition: background-color .3s ease;
}
.section-instructors .instructor__btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  outline: none;
  border: none;
  background-color: transparent;
}
.section-instructors .instructor__img-wrap {
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  outline: none;
  overflow: hidden;
}
.section-instructors .instructor__img-wrap:nth-last-of-type(2) {
  transform: none;
}
.section-instructors .instructor__img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
 .instructor__name, .instructor__expiriance {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}
.instructor__name {
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
  transition: color .3s ease;
}
.instructor__expiriance {
  margin: 0;
  font-weight: 400;
  color: #969696;
  transition: color .3s ease;
}
.instructor__btn-wrap:hover, .instructor__btn-wrap.active {
  background-color: #0F6AF1;
}
.instructor__btn-wrap:hover .instructor__name, .instructor__btn-wrap.active .instructor__name,
.instructor__btn-wrap:hover .instructor__expiriance, .instructor__btn-wrap.active .instructor__expiriance {
  color: #fff;
}
.instructor__content {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(67% - 40px);
  height: 100%;
  display: flex;
  gap: 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s ease, opacity .3s ease;
}
.instructor__btn-wrap.active + .instructor__content {
  visibility: visible;
  opacity: 1;
}
.instructor__video-btn {
  display: block;
  flex: 0 0 49%;
  position: relative;
  border: none;
  background-color: transparent;
  overflow: hidden;
  border-radius: 20px;
}
.instructor__video-btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 3;
  opacity: .1;
  transition: opacity .3s ease;
}
.instructor__video-btn:hover {
  border: none;
  background-color: transparent;
}
.instructor__video-btn:hover::after {
  opacity: 0;
}
.instructor__video-icon-wrap {
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  z-index: 4;
}
.instructor__video-icon-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #0F6AF1;
  -webkit-animation: 1.7s linear infinite pulse_2_small;
  animation: 1.7s linear infinite pulse_2_small;
  z-index: -1;
}
.instructor__video-icon {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.instructor__video-btn-img {
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
}
.instructor__desc-wrap {
  padding-right: 5px;
  height: 100%;
  padding-top: 40px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  overflow-y: auto;
}
/* полоса прокрутки (скроллбар) */
.instructor__desc-wrap::-webkit-scrollbar {
  width: 10px; /* ширина для вертикального скролла */
  height: 10px; /* высота для горизонтального скролла */
  border-radius: 10px;
  opacity: .5;
  background-color: #fff;
}
/* ползунок скроллбара */
.instructor__desc-wrap::-webkit-scrollbar-thumb {
  background-color: #F4F5F6;
  border-radius: 10px;
  transition: opacity .3s ease
}
.instructor__desc-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #F4F5F6;
  opacity: 1;
}
.instructor__wrap_mob {
  display: none;
}
@media (max-width: 992px) {
  .instructor__wrap {
    display: none;
  }
  .instructor__wrap_mob {
    margin-bottom: 20px;
    display: block;
  }
  .section-instructors .instructor__btn-wrap, .section-instructors .instructor__btn-wrap.active {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .section-instructors .instructor__btn-wrap {
    display: block;
    overflow: initial;
  }
  .instructor__name {
    font-size: 18px;
  }
  .instructor__expiriance {
    font-size: 14px;
    color: #000;
  }
  .instructor__content {
    width: auto;
    top: 20px;
    left: 20px;
    right: 20px;
    height: auto;
    display: block;
  }
  .section-instructors__wrap {
    padding: 20px 20px 40px;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #F4F5F6;
    border-radius: 16px;
  }
  .section-instructors__list.instructors {
    padding-bottom: 20px;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    overflow-x: auto;
    gap: 10px;
  }
  .instructor {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  /* полоса прокрутки (скроллбар) */
  .section-instructors__list.instructors::-webkit-scrollbar {
    width: 12px; /* ширина для вертикального скролла */
    height: 10px; /* высота для горизонтального скролла */
    border-radius: 10px;
    background-color: #fff;
  }
  /* ползунок скроллбара */
  .section-instructors__list.instructors::-webkit-scrollbar-thumb {
    background-color: #0F6AF1;
    opacity: .9;
    border-radius: 10px;
    transition: opacity .3s ease
  }
  .section-instructors__list.instructors::-webkit-scrollbar-thumb:hover {
    background-color: #0F6AF1;
    opacity: 1;
  }
  .section-instructors .instructor__btn {
    z-index: 2;
    outline: 3px solid transparent;
    outline-offset: -3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: outline .3s ease;
  }
  .instructor__video-btn {
    width: 100%;
    height: 76vw;
  }
  .instructor__desc-wrap {
    font-size: 16px;
  }
  .section-instructors .instructor__btn-wrap.active .instructor__btn {
    outline-color: #0F6AF1;
  }
}

/* Получить приложение */
@keyframes spin {
  from { transform:rotate(0deg); }
  to { transform:rotate(360deg); }
}
@keyframes revert-spin {
  from { transform:rotate(0deg); }
  to { transform:rotate(-360deg); }
}
.section-get-app__wrap {
  padding-right: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #373737;
}
.section-get-app__img-wrap {
  position: relative;
  min-width: 55%;
}
.section-get-app__img {
  display: block;
  width: 100%;
  height: auto;
}
.section-get-app__advantages {
  list-style: none;
}
.section-get-app__advantages-item {
  position: absolute;
  transition: transform .3s ease;
}
.section-get-app__advantages-item-wrap {
  width: max-content;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 12px;
  background-color: #fff;
  transition: transform .3s ease;
}
.section-get-app__text {
  margin: 0;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 1.1em;
}
.section-get-app__advantages-item-wrap::before {
  content: '';
  display: block;
  min-width: 21px;
  border: none;
  background: transparent;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-get-app__advantages-item:nth-of-type(1) .section-get-app__advantages-item-wrap::before {
  background-image: url('../images/new/lupa-icon.png');
}
.section-get-app__advantages-item:nth-of-type(2) .section-get-app__advantages-item-wrap::before {
  background-image: url('../images/new/camera-icon.png');
}
.section-get-app__advantages-item:nth-of-type(3) .section-get-app__advantages-item-wrap::before {
  background-image: url('../images/new/grafic.png');
}
.section-get-app__advantages-item:nth-of-type(4) .section-get-app__advantages-item-wrap::before {
  background-image: url('../images/new/star-icon.svg');
}

.section-get-app__advantages-item:nth-of-type(1) {
  top: 10%;
  left: 20%;
  transform-origin: 50% 30px;
  animation: spin 4.7s linear infinite;
}
.section-get-app__advantages-item:nth-of-type(1) .section-get-app__advantages-item-wrap {
  animation: revert-spin 4.7s linear infinite;
}
.section-get-app__advantages-item:nth-of-type(2) {
  top: 5%;
  right: 25%;
  transform-origin: 50% 30px;
  animation: revert-spin 5.7s linear infinite;

}
.section-get-app__advantages-item:nth-of-type(2) .section-get-app__advantages-item-wrap {
  animation: spin 5.7s linear infinite;
}
.section-get-app__advantages-item:nth-of-type(3) {
  bottom: 60%;
  left: 20%;
  transform-origin: 40% 30px;
  animation: spin 5.2s linear infinite;
}
.section-get-app__advantages-item:nth-of-type(3) .section-get-app__advantages-item-wrap {
  animation: revert-spin 5.2s linear infinite;
}
.section-get-app__advantages-item:nth-of-type(4) {
  bottom: 65%;
  right: 25%;
  transform-origin: 50% 50px;
  animation: revert-spin 5.5s linear infinite;
}
.section-get-app__advantages-item:nth-of-type(4) .section-get-app__advantages-item-wrap {
  animation: spin 5.5s linear infinite;
}
.section-get-app__title {
  margin-bottom: 40px;
  font-size: 24px;
  color: #fff;
}
.section-get-app__advantages-text {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4em;
  color: #060606;
}
.section-get-app__desc {
  margin-bottom: 60px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 1.4em;
}
.section-get-app__app-btns {
  display: flex;
  align-items: center;
  gap: 32px;
}
.section-get-app__link {
  max-width: 195px;
  height: auto;
  transition: transform .2s ease
}
.section-get-app__link:hover {
  transform: scale(1.03);
}
.section-get-app__btn {
  border: none;
  background-color: transparent;
  transition: opacity .3s ease;
}
.section-get-app__btn:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #0F6AF1;
  opacity: .7;
}
.section-get-app__link-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 992px) {
  .section-get-app__wrap {
    padding: 30px 20px 0 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
  .section-get-app__img-wrap {
    min-width: auto;
    width: 100%;
  }
  .section-get-app__title {
    margin-bottom: 20px;
  }
  .section-get-app__desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-get-app__desc {
    font-size: 16px;
  }
  .section-get-app__app-btns {
    gap: 15px;
  }
  .section-get-app__link {
    max-width: 84px;
  }
  .section-get-app__advantages-item:nth-of-type(1) {
    top: -2%;
    left: 0%;
  }
  .section-get-app__advantages-item:nth-of-type(2) {
    top: 17%;
    right: 3%;
  }
  .section-get-app__advantages-item:nth-of-type(3) {
    bottom: 30%;
    left: 3%;
    transform-origin: 50% 35px;
  }
  .section-get-app__advantages-item:nth-of-type(4) {
    bottom: 35%;
    right: 3%;
    transform-origin: 50% 32px;
  }
  .section-get-app__app-btns {
    gap: 23px;
  }
  .section-get-app__link {
    max-width: 134px;
  }
}

/* Галерея */
.section-gallary__swiper-wrap {
  cursor: grab;
}
.section-gallary__swiper-wrap:active {
  cursor: grabbing;
}
.section-gallary__item_flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-gallary__item {
  height: 50vw;
  max-height: 640px;
  width: 27%;
  overflow: hidden;
}
.section-gallary__item_flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-gallary__img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.section-gallary__img-wrap {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.section-gallary__text-block {
  padding: 30px 38px 30px 30px;
  max-height: 49%;
  border-radius: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  background-color: #0F6AF1;
}
.section-gallary__mob-wrap {
  display: none;
}
@media(max-width: 1200px) {
  .section-gallary__text-block {
    font-size: 24px;
  }
}
@media(max-width: 992px) {
  .section-gallary__mob-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .section-gallary__wrap {
    display: none;
  }
  .section-gallary__item {
    width: 100%;
    height: auto;
  }
  .section-gallary__img-wrap {
    min-height: 260px;
    width: 100%;
    height: 75vw;
  }
  .section-gallary__item:nth-of-type(4) .section-gallary__img {
    object-position: center top;
  }
  .section-gallary__text-block {
    height: auto;
  }
  .section-gallary__show-more-btn {
    padding: 19px 5px;
    font-size: 16px;
    border-radius: 16px;
  }
}


/* seo  */
.section-seo__wrap {
  padding: 60px 10% 60px 60px;
  border-radius: 20px;
  background-color: rgba(244, 245, 246, 1);
}
.section-seo__title {
  margin-bottom: 20px;
}
.section-seo__content {
  position: relative;
  margin-bottom: 40px;
  /* height: 80px; */
  overflow: hidden;
  transition: height .3s ease;
}
.section-seo__content::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient( transparent, #F4F5F6);
  transition: opacity .3s ease
}
.section-seo__content.open {
  height: auto;
}
.section-seo__content.open::after {
  opacity: 0;
}
.section-seo__content p, .section-seo__content li {
  margin-bottom: 30px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
}
.section-seo__content h3, .section-seo__content h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}
.section-seo__content h4 {
  font-size: 20px;
}
.section-seo__content ul {
  padding-left: 20px;
  margin-top: -10px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section-seo__content li {
  margin: 0;
}
.section-seo__show-more {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: #fff;
  transition: transform .3s ease, border-color .3s ease;
}
@keyframes arrow-down {
  0% { transform:translateY(-1px); }
  50% { transform:translateY(4px); }
  100% {transform:translateY(-1px);}
}
.section-seo__show-more-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  object-fit: cover;
  object-position: center;
  left: 15px;
  top: 14px;
  animation: arrow-down 1.2s ease infinite;
}
.section-seo__show-more.open {
  transform: rotate(180deg);
}
.section-seo__show-more:hover {
  border: 1px solid #0F6AF1;
  background-color: #fff;
}
@media(max-width: 992px) {
  .section-seo__wrap {
    padding: 30px 20px 40px 20px;
  }
  .section-seo__content h3 {
    font-size: 18px;
  }
  .section-seo__content h4 {
    font-size: 16px;
  }
  .section-seo__content p {
    font-size: 16px;
  }
  .section-seo__content ul {
    gap: 5px;
  }
}

/* Faq */

.section-faq__wrap, .section-faq__wrap .sp-easy-accordion .sp-ea-single .ea-header a {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
}
.section-faq__wrap .sp-easy-accordion .sp-ea-single .ea-header a {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.section-faq__wrap p:not(:last-child) {
  margin-bottom: 10px;
}
.section-faq__wrap ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.section-faq__wrap ul:not(:last-child) {
  margin-bottom: 10px;
}
@media(max-width: 992px) {
  .section-faq__wrap {
    font-size: 16px;
  }
  .section-faq__wrap .sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 18px;
  }
}

/* Articles */
.articles {
  list-style: none;
  display: flex;
  gap: 20px;
}
.article-card {
  height: auto;
  position: relative;
  display: flex;
  flex: 1 1 30%;
  flex-direction: column;
  align-items: flex-start;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4em;
  border-radius: 10px;
  overflow: hidden;
}
.article-card__img-wrap {
  margin-bottom: 20px;
  width: 100%;
  height: 220px;
  min-height: 220px;
  border-radius: 16px;
  overflow: hidden;
}
.article-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.article-card__dop-info {
  width: 100%;
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-card__date-views {
  color: #969696;
}
.article-card__date {
  margin-right: 10px;
}
.article-card__views {
  padding-left: 18px;
  background: url('../images/new/clock-icon.png') no-repeat left center / 14px 14px;
}
.article-card__hash {
  color: #3284FF;
}
.article-card__title {
  margin-bottom: 10px;
  font-family: 'Arial', sans-serif;
  line-height: 1.3em;
  font-size: 18px;
  font-weight: 700;
}
.article-card__text {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: #969696;
}
.article-card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-card__link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.article-card__link::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: #0F6AF1;
  opacity: 0;
  border-radius: 16px;
  transition: opacity .3s ease, transform .3s ease;
}
.article-card__link::after {
  content: 'К статье';
  display: block;
  padding: 10px 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0F6AF1;
  border-radius: 16px;
  background-color: #fff;
  opacity: 0;
  transform: scale(0) translate(-50%, -50%);
  transition: transform .3s ease, opacity .3s ease;
}
.article-card__link:hover::before {
  opacity: .7;
}
.article-card__link:hover::after {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
@media(max-width: 992px) {
  .article-card__img {
    object-position: top;
  }
  .article-card__link:hover::before {
    display: none;
  }
  .article-card__link:hover::after {
    display: none;
  }
}
@media(max-width: 767px) {
  .articles {
    flex-wrap: wrap;
    gap: 20px;
  }
  .article-card {
    height: max-content;
    flex: 1 1 100%;
  }
  .article-card__img-wrap {
    height: 60vw;
  }
  .article-card__dop-info {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .article-card__text {
    font-size: 14px;
  }
}


/* popups */
.popup {
  color: #000;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.popup.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.popup.open .popup__blur {
  overflow-y: scroll;
}
.popup__blur {
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.popup__container {
  margin: auto;
  z-index: 2;
}
.popup__block {
  max-width: 590px;
  padding: 40px 30px;
  border-radius: 20px;
  z-index: 2;
  /* overflow: hidden; */
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 70%;
  margin: auto;
  position: relative;
  background-color: #fff;
}
.popup__close {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: opacity .3s ease;
}
.popup__close:hover {
  opacity: .8;
}
.popup__close img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.popup__title {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: left;
  font-size: 24px;
  line-height: 1.2em;
}
.popup .myform {
  padding: 0;
  margin-bottom: 0;
}
.popup .myform .form-label input, .popup .myform .nice-select {
  background-color: #F4F5F6;
}
.myform .form-label input::placeholder {
  color: rgba(4, 18, 27, 0.36);
}
.popup .standart-form__inputs {
  margin-bottom: 14px;
}
.popup .form-agree {
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.1em;
  color: #9EA3A7;
}
.popup .form-agree a {
  text-decoration: none;
  color: #0F6AF1;
}
.popup__subtitle {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 30px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.popup__bots-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.popup__bots-link {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity .3s ease;
}
.popup__bots-link:hover {
  opacity: .8;
}
.validate_error {
  border: 1px solid;
  border-color: red !important;
  color: red !important;
}

.validate_error::-webkit-input-placeholder {
  color: red !important;
}

.validate_error::-moz-placeholder {
  color: red !important;
}

.validate_error:-ms-input-placeholder {
  color: red !important;
}

.validate_error::-ms-input-placeholder {
  color: red !important;
}

.validate_error::placeholder {
  color: red !important;
}
@media(max-width: 767px) {
  .popup__title {
    font-size: 18px;
  }
  .popup__block {
    padding: 40px 20px;
    max-width: 90%;
  }
  .foot_bar {
    padding-top: 65px;
  }
  .pomosh {
    padding-bottom: 10px;
  }
}
/* //////////////////////////////////////// */

/* SCHOOL B  */
.section-offer-school {
  position: relative;
}
.section-offer-school::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 77%;
  z-index: -1;
  background-color: #F4F5F6;
}
.section-offer-school__wrap {
  /* margin-top: 135px; */
  position: relative;
  padding: 50px 24px 100px 50px;
  /* background: url('../images/new/yandex-rait.webp') no-repeat calc(100% - 50px) 50px / 200px auto, url('../images/new/school-b-main.webp') no-repeat calc(100% - 40px) 100% / auto 90%, transparent; */
  background: url('../images/new/yandex-rait.webp') no-repeat calc(100% - 50px) 50px / 200px auto, transparent;
}
.section-offer-school__wrap-bg {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: auto;
  height: 90%;
}
.section-offer-school__wrap-bg img {
  width: 100%;
  height: 100%;
  object-position: center bottom;
  object-fit: contain;
}
.section-offer-school__title-wrap {
  max-width: 530px;
  min-height: auto;
}
.section-offer-school__title {
  margin-bottom: 40px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}
.section-offer-school__desc {
  font-size: 24px;
}
.section-offer-school__form {
  padding: 30px 50px;
  margin: 0;
  max-width: 100%;
  box-shadow: 0 13px 24px rgba(0, 0, 0, 0.06);
}
.myform .btn-new, .myform .btn-new:hover {
  font-weight: 700;
  background-color: #0F6AF1;
  transition: opacity .3s ease;
}
.section-offer-school__form .offer-form__inputs {
  margin-bottom: 15px;
  gap: 10px;
}
.section-offer-school__form-btn, .section-offer-school__form .form-label-name, .section-offer-school__form .form-label-phone {
  margin: 0;
  flex: 1 1 30%;
}
.section-offer__title-star {
  display: inline;
  width: 36px;
  height: 36px;
  vertical-align: top;
}
.section-offer-school__form-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.section-offer-school__form .form-label input, .section-offer-school__form .nice-select {
  height: 100%;
  background-color: #F4F5F6;
}
.section-offer-school__form .form-agree {
  font-size: 12px;
  line-height: 1.3em;
  color: rgba(0, 0, 0, 0.5);
}
.section-offer-school__form .form-agree a {
  font-size: 12px;
  text-decoration: none;
  line-height: 1.3em;
  color: #0F6AF1;
  transition: opacity .3s ease;
}
.section-offer-school__form .form-agree a:hover {
  opacity: .7;
}
.form-agree_mob {
  display: none;
}
.section-offer-school__video-btn {
  position: absolute;
  /* left: 5%; */
  right: 87.5%;
  top: 37%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5%;
  height: 22%;
  transform: rotate(-2deg);
  /* background-color: rgba(0, 0, 0, 0.15); */
  background-color: transparent;
  border: none;
  outline: none;
  transition: background-color .3s ease;
}
.section-offer-school__video-btn:hover {
  border: none;
  background-color: transparent;
}
img.section-offer-school__video-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-position: center center;
  object-fit: cover;
  vertical-align: baseline;
}
.section-offer-school__video-icon-wrap {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.section-offer-school__video-icon-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #0F6AF1;
  -webkit-animation: 1.7s linear infinite pulse_2_small;
  animation: 1.7s linear infinite pulse_2_small;
  z-index: -1;
}
.section-offer-school__form-title-wrap-mob {
  display: none;
}
/* @media(max-width: 1198px) {
  .section-offer-school__wrap {
    margin-top: 135px;
  }
} */
@media(max-width: 1200px) {
  /* .section-offer-school__wrap {
    padding-top: 120px;
    background: url('../images/new/yandex-rait.webp') no-repeat calc(100% - 50px) 170px / 200px auto, url('../images/new/school-b-main.webp') no-repeat calc(100% - 40px) 100% / 54% auto, transparent;
  } */
  .section-offer-school__wrap {
    /* padding-top: 180px; */
    background: url('../images/new/yandex-rait.webp') no-repeat calc(100% - 50px) 50px / 200px auto, transparent;
  }
  .section-offer-school__wrap-bg {
    height: 54%;
  }
  .section-offer-school__title-wrap {
    min-height: auto;
  }
}
@media(max-width: 992px) {
  .section-offer-school__wrap {
    /* margin-top: 158px; */
    padding: 40px 30px 45vw 30px;
    background: url('../images/new/yandex-rait-mob.png') no-repeat calc(100% - 25%) 170px / 200px auto, transparent;
  }
  .section-offer-school__title {
    height: 0;
    visibility: hidden;
    margin: 0;
  }
  .section-offer__title-star {
    width: 30px;
    height: 30px;
  }
  .section-offer-school__video-btn {
    right: 77%;
  }
  .section-offer-school__wrap-bg {
    left: 0;
    width: auto;
    height: 45vw;
  }
  .section-offer-school__title-wrap {
    min-height: auto;
  }
  .section-offer-school__form-title-wrap-mob {
    display: block;
  }
  .section-offer-school__form-title {
    display: none;
  }
  .section-offer-school__form-title-mob {
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    text-align: left;
  }
  .section-offer-school__form-desc {
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    color: rgba(0, 0, 0, 0.8);
  }
  .section-offer-school__form .offer-form__inputs {
    flex-wrap: wrap;
  }
  .section-offer-school__form-btn, .section-offer-school__form .form-label-name, .section-offer-school__form .form-label-phone {
    flex: 1 1 100%;
  }
  .section-offer-school__form {
    padding: 30px 20px;
  }
  .section-offer-school__form .form-agree {
    display: none;
  }
  .section-offer-school__form .form-agree_mob {
    display: block;
    max-width: 220px;
  }
}
@media(max-width: 768px) {
  /* .section-offer-school__wrap {
    margin-top: 70px;
  } */
  .section-offer-school__title-wrap {
    min-height: auto;
    max-width: 285px;
  }
  .section-offer-school__wrap-bg {
    left: 0;
    width: 100%;
    height: auto;
  }
  .section-offer-school__video-btn {
    right: 87.5%;
  }
  .section-offer__title-star {
    width: 20px;
    height: 20px;
  }
  .section-offer-school__wrap {
    /* margin-top: 158px; */
    padding: 40px 30px 60vw 30px;
    background: url('../images/new/yandex-rait-mob.png') no-repeat calc(100% - 15px) 140px / 138px auto, transparent;
  }
  .section-offer-school::before {
    border-radius: 22px;
  }
}

/* Start groups */
.section-start-groups {
  padding-top: 0;
}
.section-start-groups__list {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.section-start-groups__item {
  flex: 1 1 calc(25% - 20px);
}
.section-start-groups__btn, .section-start-groups__text {
  min-width: 130px;
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  background-color: transparent;
  transition: border-color .3s ease, color .3s ease, background-color .3s ease;
}
.section-start-groups__text {
  margin: 0;
  min-width: 210px;
  font-family: 'Panton', sans-serif;
  font-weight: 700;
  border-color: transparent;
  background-color: rgba(50, 132, 255, 1);
  color: #fff;
}
.section-start-groups__btn:hover {
  border-color: transparent;
  background-color: rgba(50, 132, 255, 1);
  color: #fff;
}
@media(max-width: 992px) {
  .section-start-groups__list {
    gap: 10px;
  }
  .section-start-groups__text {
    padding: 8px;
    font-size: 16px;
  }
  .section-start-groups__item {
    flex: 1 0 calc(25% - 10px);
  }
  .section-start-groups__item:first-child {
    flex-basis: 100%;
  }
  .section-start-groups__btn {
    padding: 8px;
    font-size: 16px;
  }
}
@media(max-width: 768px) {
  .section-start-groups__text {
    margin-bottom: 20px;
  }
  .section-start-groups__item:nth-child(1) {
    flex: 0 1 60%;
  }
  .section-start-groups__item:nth-child(2), .section-start-groups__item:nth-child(3) {
    flex: 0 1 calc(50% - 10px);
  }
  .section-start-groups__item:nth-child(4) {
    flex: 0 1 60%;
  }
}
@media(max-width: 500px) {
  .section-start-groups__item:nth-child(1) {
    flex: none;
  }
  .section-start-groups__item:nth-child(4) {
    flex: 0 1 50%;
  }
}
/* Advantages */
.section-advantages__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  gap: 5.5%;
}
.section-advantages__item {
  flex: 1 1 25%;
}
.advantages-bullet {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.advantages-bullet__num {
  line-height: 1em;
  font-size: 36px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}
.advantages-bullet__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
}
.advantages-bullet__text {
  max-width: 96.7%;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}
@media(max-width: 992px) {
  .section-advantages__list {
    padding-left: 20px;
    gap: 50px;
    flex-wrap: wrap;
  }
  .section-advantages__item {
    flex: 0 1 calc(50% - 25px);
  }
  .cat-b .section-title {
    padding-left: 20px;
  }
  .advantages-bullet__text {
    max-width: 100%;
  }
}
@media(max-width: 768px) {
  .section-advantages {
    background-color: rgba(244, 245, 246, 1);
  }
  .advantages-bullet {
    gap: 10px;
  }
  .advantages-bullet__num {
    font-size: 30px;
  }
  .advantages-bullet__title {
    font-size: 20px;
  }
  .advantages-bullet__text {
    font-size: 16px;
  }
  .section-advantages__item {
    flex: 0 1 100%;
  }
}

/* Aducation-for */
.section-aducation-for__list {
  list-style: none;
  display: flex;
  gap: 20px;
}
.section-aducation-for__item {
  flex-basis: calc(33% - 10px);
}
.aducation-for-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  overflow: hidden;
}
.aducation-for-card__img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity .3s ease;
}
.aducation-for-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.aducation-for-card__toggle-content {
  cursor: pointer;
  padding: 30px;
  position: relative;
  flex: 1 1 78%;
  min-height: 440px;
  border-radius: 16px;
  overflow: hidden;
}
.aducation-for-card__title {
  margin-bottom: 30px;
  position: relative;
  max-width: 70%;
  z-index: 1;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  color: #fff;
}
.aducation-for-card__toggle-icon-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Arial', sans-serif;
  font-size: 33px;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  background-color: #0F6AF1;
}
.aducation-for-card__toggle-icon {
  line-height: 1em;
  transform-origin: center;
  transition: transform .3s ease;
}
.aducation-for-card__main-text {
  padding: 30px 50px 30px 30px;
  flex-basis: 22%;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  color: #000;
}
.aducation-for-card__info-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.aducation-for-card__info-text-item {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #000;
}

@media (hover: hover) and (pointer: fine) {
  .aducation-for-card__toggle-content:hover .aducation-for-card__img-wrap {
    opacity: 0;
  }
  .aducation-for-card__toggle-content:hover .aducation-for-card__toggle-icon {
    transform: rotate(45deg);
  }
}
.aducation-for-card__toggle-content.show .aducation-for-card__img-wrap {
  opacity: 0;
}
.aducation-for-card__toggle-content.show .aducation-for-card__toggle-icon {
  transform: rotate(45deg);
}
/* /////1/////// */
.section-aducation-for__item:first-child .aducation-for-card {
  background-color: #DEEBFF;
}
.section-aducation-for__item:first-child .aducation-for-card__toggle-content {
  background-color: #96C0FF;
}
/* /////2////// */
.section-aducation-for__item:nth-child(2) .aducation-for-card {
  background-color: #B5D2FF;
}
.section-aducation-for__item:nth-child(2) .aducation-for-card__toggle-content {
  background-color: #73AAFE;
}
/* /////3////// */
.section-aducation-for__item:nth-child(3) .aducation-for-card {
  background-color: #91CAFF;
}
.section-aducation-for__item:nth-child(3) .aducation-for-card__toggle-content {
  background-color: #61B3FF;
}
@media(max-width: 992px) {
  .section-aducation-for__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .aducation-for-card {
    display: block;
  }
  .section-aducation-for__item {
    flex-basis: 100%;
  }
  .aducation-for-card__toggle-content {
    min-height: 72vw;
    padding: 30px 20px;
    flex: none;
  }
  .aducation-for-card__title {
    max-width: 100%;
  }
}
@media(max-width: 576px) {
  .section-aducation-for__list {
    gap: 10px;
  }
  .aducation-for-card__toggle-content {
    min-height: 332px;
  }
  .aducation-for-card__info-text-item {
    font-size: 16px;
  }
  .aducation-for-card__title {
    max-width: 230px;
    font-size: 20px;
  }
  .aducation-for-card__toggle-icon-wrap {
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: 700;
  }
  .aducation-for-card__main-text {
    padding: 20px 70px 20px 20px;
    flex: none;
    font-size: 16px;
  }
}

/* Program videos section  */
.section-program__short-desc {
  padding-left: 50px;
  margin-bottom: 60px;
  list-style: none;
}
.section-program__title {
  max-width: 750px;
}
.section-program__short-desc-item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 38px;
}
.section-program__short-desc-item:last-child {
  padding-bottom: 0;
}
.section-program__short-desc-item::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #3284FF;
}
.section-program__short-desc-item:not(:last-child)::after {
  content: '';
  position: absolute;
  display: block;
  left: 5.5px;
  top: 7px;
  width: 3px;
  height: 100%;
  background-color: #3284FF;
}
.section-program__short-desc-text, .section-program__item-text,
.section-program-accordion__bullet-item-text {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #000;
}
.section-program__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
.section-program__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.section-program__item:nth-child(2) {
  flex-direction: row-reverse;
}
.section-program__video-wrap {
  position: relative;
  /* flex: 1 0 65%; */
  flex: 1 0 51.5vw;
  /* height: auto; */
  max-width: 65%;
  height: 30vw;
  max-height: 450px;
  background-color: #F4F5F6;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  isolation: isolate;
  overflow: hidden;
  /* z-index: 1; */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0)
}
.section-program__video {
  /* position: absolute; */
  position: relative;
  display: block;
  z-index: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  -webkit-backface-visibility: hidden;
  transform: scale(1.03);
}
/* .section-program__video-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #F4F5F6;
  isolation: isolate;
  content: "";
} */
.section-program__desc-wrap {
  padding: 30px;
  background-color: #F4F5F6;
  border-radius: 20px;
  overflow: hidden;
}
.section-program__item-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}
@media(max-width: 992px) {
  .section-program__title {
    max-width: 100%;
    padding-left: 20px;
  }
  .section-program__short-desc {
    padding-left: 19px;
  }
  .section-program__short-desc-item::before {
    left: 10px;
  }
  .section-program__short-desc-item:not(:last-child)::after {
    left: 16px;
  }
  .section-program__item {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
  .section-program__item:nth-child(2) {
    flex-direction: column-reverse;
  }
  .section-program__list {
    gap: 40px;
  }
  .section-program__desc-wrap {
    flex: none;
    width: 100%;
  }
  .section-program__video-wrap {
    max-width: 100%;
    width: 100%;
    min-height: 53vw;
    flex: none;
  }
  /* .section-program__video {
    transform: scale(1.03);
  } */
}
@media(max-width: 576px) {
  .section-program__desc-wrap {
    padding: 30px 20px;
  }
  .section-program__list {
    gap: 10px;
  }
  .section-program__item {
    gap: 10px;
  }
  .section-program__item-title {
    font-size: 20px;
  }
  .section-program__item-text {
    font-size: 16px;
  }
  .section-program__short-desc-text {
    font-size: 16px;
  }
  .section-program__short-desc {
    margin-bottom: 30px;
  }
}

/* Section program accordion  */
.section-program-accordion {
  background-color: #F4F5F6;
}
.section-program-accordion__bullets {
  padding: 0 50px;
  margin-bottom: 60px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.section-program-accordion__bullet-item {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
}
.section-program-accordion__title {
  margin-bottom: 40px;
}
.section-program-accordion__accordion .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 40px;
  font-size: 24px;
  font-weight: 700;
}
.section-program-accordion__accordion #sp-ea-1376.sp-easy-accordion>.sp-ea-single>.ea-header a {
  color: #000;
}
.section-program-accordion__accordion #sp-ea-1376.sp-easy-accordion>.sp-ea-single {
  margin-bottom: 5px;
  border: none;
  background: #fff;
}
.section-program-accordion__accordion #sp-ea-1376.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
  float: right;
  font-size: 20px;
  background-color: #F4F5F6;
}
.section-program-accordion__accordion #sp-ea-1376.sp-easy-accordion>.sp-ea-single>.ea-header a .subtitle {
  margin-top: 10px;
  display: block;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #434343;
}
.section-program-accordion__accordion .ea-expand-icon {
  width: 60px;
  height: 60px;
  line-height: 1em;
}
.section-program-accordion__accordion .fa-plus::before {
  content: '\f054';
}
.section-program-accordion__accordion .fa-minus::before {
  content: '\f078';
}
.section-program-accordion__accordion #sp-ea-1376.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
  padding: 0 40px 40px;
  color: #000;
}
.section-program-accordion__accordion #sp-ea-1376.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body ul {
  padding-left: 20px;
}
.section-program-accordion__accordion h3, .section-program-accordion__accordion h4 {
  font-family: 'Panton', sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
}
.section-program-accordion__accordion {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}
.section-program-accordion__accordion .pro-list li::marker {
  color: rgba(0, 0, 0, 0.6);
}
@media(max-width: 1200px) {
  .section-program-accordion__bullets {
    padding: 0;
  }
}
@media(max-width: 992px) {
  .section-program-accordion__title {
    margin-bottom: 20px;
  }
  .section-program-accordion__bullets {
    display: none;
  }
  .section-program-accordion__accordion .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 30px 20px;
    font-size: 20px;
  }
  .section-program-accordion__accordion #sp-ea-1376.sp-easy-accordion>.sp-ea-single>.ea-header a .subtitle {
    font-size: 16px;
  }
  .section-program-accordion__accordion #sp-ea-1376.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body ul {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .section-program-accordion__accordion .sp-ea-single a.collapsed {
    display: block !important;
  }
  .sp-ea-single .collapsed.spcollapse:not(.show) {
    display: none!important;
  }
  .section-program-accordion__accordion h3 {
    font-size: 16px;
  }
  .section-program-accordion__accordion {
    font-size: 16px;
  }
}

/* map  */
.section-map-cat-b .container {
  padding: 0 90px;
}
@media (max-width: 992px){
  .section-map-cat-b .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px){
  .section-map-cat-b .container {
    padding: 0 15px;
  }
}

/* Bonuses  */
.section-bonuses {
  background-color: #F4F5F6;
}
.section-bonuses__title {
  margin-bottom: 20px;
}
.section-bonuses__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.section-bonuses__item-img {
  display: none;
}
.section-bonuses__img-wrap {
  min-width: 40%;
  width: 100%;
  height: auto;
}
.section-bonuses__img {
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.section-bonuses__list {
  max-width: 43%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 100px;
}
.section-bonuses__item {
  padding: 17px;
  border-radius: 20px;
}
.section-bonuses__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
}
.section-bonuses__item:nth-child(2) {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .section-bonuses__list {
    max-width: 50%;
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .section-bonuses__img-wrap {
    display: none;
  }
  .section-bonuses__list {
    max-width: 100%;
    gap: 10px;
  }
  .section-bonuses__item-img {
    display: block;
    padding: 0;
    background-color: transparent;
    width: 100%;
  }
  .section-bonuses__img-wrap_mob {
    display: block;
  }
  .section-bonuses__item  {
    padding: 30px 20px;
    background-color: #fff;
  }
  .section-bonuses__text {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
  }
  .section-bonuses__text-accent {
    font-weight: 700;
  }
}

/* Map cat b  */
.section-map-cat-b__title {
  margin-bottom: 40px;
}
.section-map__desc {
  max-width: 1100px;
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 24px;
  font-family: 'Arial', sans-serif;
}
@media (max-width: 992px) {
  .section-map-cat-b__title {
    margin-bottom: 30px;
  }
  .section-map__desc {
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 16px;
  }
}


/* swiper-instructor */
.section-instructors-swiper__title {
  max-width: 65%;
}
.section-instructors-swiper {
  background-color: #F4F5F6;
}
.swiper-instructor-card {
  min-height: 420px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.swiper-instructor-card__img-wrap {
  width: 100%;
  min-height: 235px;
  height: 235px;
  border-radius: 20px;
  overflow: hidden;
}
.swiper-instructor-card__img {
  width: 100%;
  height: 100%;
  object-position: 0 7%;
  object-fit: cover;
}
.swiper-instructor-card__content {
  padding: 29px;
  height: 100%;
}
.swiper-instructor-card__name, .swiper-instructor-card__desc {
  margin-bottom: 12px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
}
.swiper-instructor-card__desc {
  font-size: 18px;
  font-weight: 400;
}
.section-instructors-swiper__swiprer-wrap {
  position: relative;
}
.swiper-instructor__btn-next,
.swiper-instructor__btn-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F4F5F6;
  transition: background .3s ease;
}
.swiper-instructor__btn-next.swiper-button-disabled,
.swiper-instructor__btn-prev.swiper-button-disabled {
  opacity: 1;
  border-color: rgba(15, 106, 241, .3);
}
.swiper-instructor__btn-next.swiper-button-disabled::after,
.swiper-instructor__btn-prev.swiper-button-disabled::after {
  opacity: .3;
}
.swiper-instructor__btn-next {
  left: auto;
  right: -30px;
  top: 47%;
}
.swiper-instructor__btn-prev {
  right: auto;
  left: -30px;
  top: 47%;
}
.swiper-instructor__btn-next:after, .swiper-instructor__btn-prev:after {
  color: black;
  font-size: 20px;
  transition: color .3s ease;
}
.swiper-instructor__btn-next:hover,
.swiper-instructor__btn-prev:hover {
  background-color: #F4F5F6;
  color: #fff;
}
.section-instructors-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .section-instructors-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination-bullets {
  margin-top: 16px;
  /* display: none; */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background-color: #bdbdc6;
}
.swiper-pagination-bullet-active {
  background-color: rgba(50, 132, 255, 1);
}
@media (hover: hover) and (pointer: fine) {
  .swiper-instructor__btn-next:hover,
  .swiper-instructor__btn-prev:hover {
    background-color: #0F6AF1;
  }
  .swiper-instructor__btn-next:hover::after,
  .swiper-instructor__btn-prev:hover::after {
    color: #fff;
  }
}
@media (max-width: 992px) {
  .swiper-instructor-card__img-wrap {
    height: 73vw;
  }
  .swiper-instructor-card__content {
    height: auto;
  }
  .swiper-instructor__btn-next {
    left: auto;
    top: 50%;
    right: -20px;
  }
  .swiper-instructor__btn-prev {
    right: auto;
    top: 50%;
    left: -20px;
  }
  .section-instructors-swiper__title {
    max-width: 88%;
  }
  /* .swiper-instructor__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } */
}
@media (max-width: 768px) {
  .swiper-instructor__btn-next,
  .swiper-instructor__btn-prev {
    width: 45px;
    height: 45px;
  }
  .swiper-instructor__btn-next:after, .swiper-instructor__btn-prev:after {
    font-size: 16px;
  }
  .swiper-instructor__btn-next {
    right: -15px;
  }
  .swiper-instructor__btn-prev {
    left: -15px;
  }
}

/* reviews cat b  */
.section-reviews-cat-b {
  background-color: #F4F5F6;
}
.reviews-grid_cat-b .review-card,
.section-reviews-cat-b__wrap .reviews-more a, .reviews-info_cat-b {
  background-color: #fff;
}
.reviews-info_cat-b {
  padding: 30px;
  color: #000;
  grid-column: 3;
}
.reviews-info_cat-b__title {
  margin-bottom: 10px;
  font-size: 36px;
}
.reviews-info_cat-b__text {
  font-weight: 700;
  font-size: 24px;
  font-family: 'Panton', sans-serif;
}
.section-reviews-cat-b .section-reviews__wrap {
  padding: 0 50px;
}
.reviews-grid_cat-b .reviews-grid__item_video:nth-child(2) {
  grid-row: 1 / span 2;
  grid-column: 1;
}
.reviews-grid_cat-b .reviews-grid__item:nth-child(3) {
  grid-row: 1;
}
@media (max-width: 992px) {
  .reviews-info_cat-b {
    grid-column: auto;
  }
  .reviews-grid_cat-b .reviews-grid__item:nth-child(3) {
    grid-row: auto;
  }
  .section-reviews-cat-b .section-reviews__wrap {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .reviews-grid_cat-b .reviews-grid__item_video:nth-child(2) {
    grid-row: 3;
  }
  .reviews-info_cat-b:nth-child(3) {
    grid-row: 2;
  }
  .reviews-info_cat-b {
      grid-row: 2;
  }
}

/* Messengers cat b */
.section-messangers__wrap {
  padding: 0 50px;
  display: flex;
  gap: 20px;
}
.section-messangers__content {
  padding: 40px;
  min-height: 300px;
  max-width: 58%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  gap: 20px;
  border-radius: 20px;
  background-color: #F4F5F6;
  background-image: url('../images/new/whatsapp.webp');
  background-repeat: no-repeat;
  background-position: 40px 40px;
  background-size: 70px 70px;
}
.section-messangers__content-title {
  max-width: 500px;
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4em;
}
.section-messangers__content-text {
  max-width: 500px;
  margin: 0;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3em;
}
.section-messangers__img-wrap {
  flex: 1 1 30%;
  display: flex;
  align-items: flex-end;
  height: 390px;
  border-radius: 20px;
  background-color: #F4F5F6;
  overflow: hidden;
}
.section-messangers__img {
  width: 100%;
  height: 90%;
  object-position: center bottom;
  object-fit: contain;
}
@media (max-width: 992px) {
  .section-messangers__wrap {
    padding: 0;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .section-messangers__img-wrap {
    max-width: 100%;
    width: 100%;
    flex: none;
  }
  .section-messangers__content {
    max-width: 100%;
    padding: 127px 20px 20px;
    background-position: 20px 30px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .section-messangers__content {
    gap: 32px;
  }
  .section-messangers__content-title {
    max-width: 260px;
    font-size: 20px;
  }
  .section-messangers__content-text {
    max-width: 100%;
    font-size: 16px;
  }
  .reviews-info__title.reviews-info_cat-b__title {
    font-size: 26px;
  }
  .reviews-info_cat-b__text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .section-messangers__img-wrap {
    height: 90vw;
  }
}

/* Price  */
.section-price-b {
  background-color: #F4F5F6;
}
.section-price-b__wrap {
  padding: 0 50px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.section-price-b__card {
  flex: 1 0 50%;
  background-size: auto 120px;
}
.section-price-b__form {
  padding: 0;
  margin: 0;
}
.section-price-b__card .programs-card__title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.4em;
}
.section-price-b__card .programs-card__price-wrap::after {
  opacity: 1;
}
.section-price-b__card .programs-card__price-wrap {
  margin-bottom: 16px;
}
.section-price-b__price-adv-list {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section-price-b__price-adv-item {
  width: 100%;
  padding: 30px 0 30px 30px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.section-price-b__price-adv-img-wrap {
  margin-top: 30px;
  max-width: 100%;
  max-height: 75px;
}
.section-price-b__price-adv-title, .section-price-b__price-adv-text {
  font-family: 'Arial', sans-serif;
  line-height: 1.3em;
  max-width: 327px;
}
.section-price-b__price-adv-title {
  max-width: 90%;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
}
.section-price-b__price-adv-text {
  font-size: 18px;
}
.section-price-b__price-adv-img {
  width: 100%;
  height: auto;
}
.section-price-b__card .program-btn {
  margin: 0;
}
.section-price-b__card .program-btn:hover {
  color: #fff;
}
.programs-card__soon {
  padding: 13px 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
}
.section-price-b__price-adv-item:nth-child(2) {
  padding-right: 161px;
  background: url('../images/new/cashback.webp') no-repeat calc(100% - 37px) center / 111px auto, #fff;
}
.section-price-b__price-adv-item:last-child {
  padding: 0;
}
.section-price-b__price-adv-item:last-child .section-price-b__price-adv-title {
  margin: 0;
  max-width: 100%;
  padding: 20px 30px;
  background-color: #FFF705;
}
.section-price-b__price-adv-item:last-child .section-price-b__price-adv-text {
  max-width: 100%;
  padding: 20px 20px 30px 30px;
}
.section-price-b__form .programs-card__btn {
  font-size: 16px;
}
@media (max-width: 992px) {
  .section-price-b__wrap {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .swiper-instructor__navigation {
    display: none!important;
  }
  .section-price-b__card {
    flex: none;
    width: 100%;
    background-size: auto 74px;
  }
  .section-price-b__card .programs-card__price-wrap::after {
    opacity: .5;
  }
  .section-price-b__card .programs-card__title {
    max-width: 70%;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .section-price-b__price-adv-title {
    font-size: 20px;
  }
  .section-price-b__price-adv-text {
    font-size: 16px;
  }
  .section-price-b__price-adv-img-wrap {
    margin-top: 20px;
    height: 74px;
  }
  .section-price-b__price-adv-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left center;
  }
  .section-price-b__price-adv-item:nth-child(2) {
    padding-right: 48px;
    background: url(../images/new/cashback.webp) no-repeat calc(100% - 30px) 30px / 65px auto, #fff;
  }
  .section-price-b__price-adv-item:nth-child(2) .section-price-b__price-adv-title {
    max-width: calc(100% - 60px);
  }
  .section-price-b__form .programs-card__btn {
    font-size: 14px;
  }
  .section-price-b__form .form-label {
    flex: 1 0 calc(50% - 5px);
  }
  .section-price-b__form .standart-form__inputs {
    width: calc(100% + 16px);
    margin-left: -11px;
  }
}

/* Bring friend  */
.section-bring-friend {
  background-color: #F4F5F6;
}
.section-bring-friend__info {
  margin-bottom: 20px;
  padding: 95px 45% 95px 50px;
  background-color: #3284FF;
  background-image: url('../images/new/friend.webp');
  background-repeat: no-repeat;
  background-size: 46% auto;
  background-position: right bottom;
  border-radius: 20px;
  overflow: hidden;
}
.section-bring-friend__title {
  margin-bottom: 30px;
  color: #fff;
}
.section-bring-friend__text, .section-bring-friend__bullets-text {
  font-family: 'Arial', sans-serif;
  line-height: 1.3em;
  font-size: 18px;
  color: #fff;
}
.section-bring-friend__bullets {
  list-style: none;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.section-bring-friend__bullets-item {
  padding: 30px 50px;
  flex: 1 1 33%;
  background-color: #DEEBFF;
}
.section-bring-friend__bullets-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
}
.section-bring-friend__bullets-text {
  max-width: 270px;
  color: #000;
}
@media (max-width: 992px) {
  .section-bring-friend__info {
    margin-bottom: 10px;
    padding: 30px 60px 55vw 20px;
    background-size: 100% auto;
    background-position: center bottom;
  }
  .section-bring-friend .section-bring-friend__title {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .section-bring-friend__text, .section-bring-friend__bullets-text {
    font-size: 16px;
  }
  .section-bring-friend__bullets-title {
    font-size: 20px;
  }
  .section-bring-friend__bullets {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .section-bring-friend__bullets-item  {
    padding: 30px;
    width: 100%;
    flex: none;
    border-radius: 20px;
    overflow: hidden;
  }
}

/* Doubts */
.section-doubts {
  background-color: #F4F5F6;
}
.section-doubts__wrap {
  padding: 0 50px;
  display: flex;
  gap: 20px;
}
.section-section-doubts__content {
  padding: 50px 40px;
  max-width: 50%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.section-doubts__title {
  margin-bottom: 20px;
}
.section-doubts__desc, .section-doubts__text {
  font-family: 'Arial', sans-serif;
  line-height: 1.3em;
  font-size: 18px;
}
.section-doubts__desc {
  margin-bottom: 10px;
}
.section-doubts__text {
  margin-bottom: 30px;
}
.section-doubts__form {
  padding: 0;
  margin: 0;
}
.section-doubts__form.standart-form label input {
  background-color: #F4F5F6;
}
.section-doubts__form.standart-form .form-label {
  flex: 1 0 100%;
}
.section-doubts__form.standart-form .form-agree {
  font-size: 12px;
  color: #1A1A1A80;
}
.section-doubts__form.standart-form .form-agree a {
  font-size: 12px;
  color: #0F6AF1;
}
.section-doubts__img-wrap {
  min-width: auto;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #373737;
}
.section-doubts__form .section-doubts__form-btn {
  font-weight: 700;
  font-size: 16px;
}
.section-doubts__form .section-doubts__form-btn:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .section-doubts__wrap {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .section-section-doubts__content, .section-doubts__img-wrap {
    max-width: 100%;
  }
  .section-section-doubts__content {
    padding: 30px;
  }
  .section-doubts__desc {
    margin-bottom: 20px;
  }
  .section-doubts .section-doubts__title {
    padding-left: 0;
  }
  .section-doubts__desc .text-accent {
    color: #000;
  }
  .section-doubts__desc, .section-doubts__text {
    font-size: 16px;
  }
  .section-doubts .section-get-app__advantages-item:nth-of-type(1) {
    top: 4%;
    left: 4%;
  }
}

/* Gallary cat B  */
.section-gallary_cat-b {
  background-color: #F4F5F6;
}
.section-gallary_cat-b .section-gallary__show-more-btn {
  background-color: #fff;
  border: none;
}
.section-gallary_cat-b .section-gallary__show-more-btn:hover {
  background-color: #fff;
  color: #000;
  border: none;
}

/* Seo cat b  */
.section-seo_cat-b {
  background-color: #F4F5F6;
}
.section-seo_cat-b .section-seo__wrap {
  background-color: #fff;
}
.section-seo_cat-b .section-seo__show-more {
  background-color: #F4F5F6;
}
.section-seo_cat-b .section-seo__content::after {
  background: linear-gradient(transparent, #fff);
}
@media(max-width: 992px) {
  .section-seo_cat-b .section-title {
    padding-left: 0;
  }
}

/* Faq cat B  */
.section-faq_cat-b {
  background-color: #F4F5F6;
}
.section-faq_cat-b  #sp-ea-877.sp-easy-accordion>.sp-ea-single,
.section-faq_cat-b  #sp-ea-878.sp-easy-accordion>.sp-ea-single,
.section-faq_cat-b  #sp-ea-1513.sp-easy-accordion>.sp-ea-single,
.section-faq_instructors  #sp-ea-1537.sp-easy-accordion>.sp-ea-single,
.section-faq_instructors  #sp-ea-1631.sp-easy-accordion>.sp-ea-single   {
  background: #fff;
}
.section-faq_cat-b #sp-ea-877.sp-easy-accordion>.sp-ea-single,
.section-faq_cat-b #sp-ea-878.sp-easy-accordion>.sp-ea-single,
.section-faq_cat-b #sp-ea-1513.sp-easy-accordion>.sp-ea-single,
.section-faq_instructors  #sp-ea-1537.sp-easy-accordion>.sp-ea-single,
.section-faq_instructors  #sp-ea-1631.sp-easy-accordion>.sp-ea-single {
  margin-bottom: 2px;
  border: 10px solid #fff;
}
.section-faq_cat-b .ea-expand-icon {
  background-color: #F4F5F6;
}
.section-faq  #sp-ea-1288.sp-easy-accordion>.sp-ea-single {margin-bottom: 2px;}

/* section-last-step  */
.section-last-step, .section-thanks {
  background-color: #F4F5F6;
}
.section-last-step__wrap, .section-thanks__wrap {
  position: relative;
  min-height: 430px;
  padding-left: 65px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.section-last-step__content, .section-thanks__content {
  position: relative;
  max-width: calc(50% - 65px);
  z-index: 1;
}
.section-last-step__text {
  display: block;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.section-last-step__title, .section-thanks__title {
  margin-bottom: 30px;
  color: #000;
}
.section-last-step__img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: auto;
}
.section-last-step__img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center 10px;
}
.section-last-step__form {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: transparent;
}
.checkbox__input {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.myform .checkbox__label {
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
}
.checkbox__label::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: background-color .3s ease;
}
.checkbox__input:checked ~ .checkbox__label::before {
  background-color: #005AE2;
}
.section-last-step__inputs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}
@media(max-width: 1199px) {
  .section-last-step, .section-thanks {
    margin-top: 135px;
  }
}
@media(max-width: 992px) {
  .section-last-step__title, .section-thanks__title {
    font-size: 36px;
  }
}
@media(max-width: 768px) {
  .section-last-step {
    margin-top: 60px;
  }
  .section-last-step__wrap {
    padding: 40px 20px 50vw 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-last-step__content, .section-thanks__content {
    max-width: 100%;
    width: 100%;
  }
  .section-last-step__text {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .section-last-step__title, .section-thanks__title {
    font-size: 26px;
  }
  .checkbox__label {
    font-size: 16px;
  }
  .section-last-step__inputs {
    gap: 10px;
  }
  .section-last-step__img-wrap {
    width: 100%;
    max-width: 100%;
  }
  .section-last-step__img {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 65vw;
  }
}
.section-aducation-for__title,
.section-program__title,
.section-program-accordion__title,
.section-bonuses__title,
.section-instructors-swiper__title,
.section-reviews__title,
.section-messangers__title {
  padding-left: 50px;
}
@media(max-width: 768px) {
  .section-aducation-for__title,
  .section-program__title,
  .section-program-accordion__title,
  .section-bonuses__title,
  .section-instructors-swiper__title,
  .section-reviews__title,
  .section-messangers__title {
    padding-left: 20px;
  }
}

/* section-thanks////////////////////// */
.section-thanks__wrap {
  padding: 80px 10% 80px 65px;
  gap: 45px;
}
.section-thanks__content {
  max-width: 65%;
}
.section-thanks__text {
  max-width: 420px;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  line-height: 1.3em;
}
.section-thanks__text:last-of-type {
  max-width: 290px;
  margin-bottom: 16px;
}
.section-thanks__dop-text {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #3284FF;
  font-size: 14px;
  line-height: 1.3em;
}
.section-thanks__text.section-thanks__text_btns {
  margin-bottom: 0!important;
}
.section-thanks__btns {
  width: 100%;
  max-width: 35%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
.section-thanks__btn {
  padding: 17px 20px;
  min-width: 270px;
  padding-right: 64px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  line-height: 1.3em;
  border-radius: 10px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: calc(100% - 23px) center;
  transition: transform .2s ease;
}
.section-thanks__btn_vk {
  background-image: url('../images/new/vk-white.svg');
  background-color: #4A76A8;
}
.section-thanks__btn_tg {
  background-image: url('../images/new/tg-white.svg');
  background-color: #0088CC;
}
@media(hover: hover) and (pointer: fine) {
  .section-thanks__btn:hover {
    transform: scale(1.02);
    color: #fff;
  }
}
@media(max-width: 992px) {
  .section-thanks__wrap {
    padding: 40px 20px;
    gap: 20px;
  }
  .section-last-step__title, .section-thanks__title {
    padding-left: 0;
  }
  .section-thanks__btn {
    min-width: auto;
  }
}
@media(max-width: 768px) {
  .section-thanks__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-thanks {
    margin-top: 60px;
  }
  .section-thanks__title {
    margin-bottom: 20px;
  }
  .section-thanks__text {
    font-size: 16px;
  }
  .section-thanks__dop-text {
    font-size: 16px;
  }
  .section-thanks__content {
    max-width: 100%;
  }
  .section-thanks__btns {
    max-width: 100%;
  }
}


/* ///////////////Contacts ///////////// */
.contacts-body main {
  background-color: #F4F5F6;
}
.section-contacts-title {
  padding-bottom: 0;
}
.section-contacts-title__wrap {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-contacts-title__title {
  margin-bottom: 0;
}
.contacts-messangers {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contacts-messangers__link {
  position: relative;
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform .2s ease;
}
@media(hover: hover) and (pointer: fine) {
  .contacts-messangers__link:hover {
    transform: scale(1.04)
  }
}
.contacts-messangers__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
/* section Contacts  */
.section-contacts__wrap {
  width: 100%;
  padding: 60px 50px;
  display: grid;
  grid-template-columns: 40% 48%;
  column-gap: 13%;
  row-gap: 50px;
  border-radius: 20px;
  background-color: #373737;
}
.section-contacts__map {
  grid-row: span 2;
}
.section-contacts__address-title,
.section-contacts__path-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  color: #fff;
}
.section-contacts__address-desc {
  margin-bottom: 30px;
  max-width: 250px;
}
.section-contacts__maps {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.section-contacts__map-link {
  display: block;
  padding: 8px 10px;
  width: 100%;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  border: .8px solid #fff;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  transition: background-color .3s ease, color .3s ease;
}
@media(hover: hover) and (pointer: fine) {
  .section-contacts__map-link:hover {
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    color: #373737;
  }
}
.section-contacts__map-item {
  flex: 1 1 33%;
}
.section-contacts__path-text-wrap {
  margin-bottom: 30px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section-contacts__address-desc, .section-contacts__path-text-wrap .text {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  color: #B1B1B1;
}
.section-contacts__map {
  border-radius: 16px;
  overflow: hidden;
}
.section-contacts__map iframe {
  width: 100%;
  height: 100%;
}
@media(max-width: 1199px) {
  .section-contacts__wrap {
    column-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .section-contacts-title {
    margin-top: 135px;
  }
}
.section-contacts__path-links-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
.section-contacts__path-link {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  text-underline-offset: 3px;
  color: #fff;
}
.section-contacts__path-link_phone {
  text-decoration: none;
}
.section-contacts__path-link_email {
  text-decoration: underline;
}
@media(hover: hover) and (pointer: fine) {
  .section-contacts__path-link_phone:hover {
    text-decoration: underline;
    color: #fff;
  }
  .section-contacts__path-link_email:hover {
    text-decoration: none;
    color: #fff;
  }
}
@media(max-width: 992px) {
  .section-contacts-title__wrap {
    padding: 0 19px;
  }
  .section-contacts__wrap {
    padding: 40px 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .section-contacts__container {
    padding: 0;
  }
  .section-contacts__map-item {
    flex-basis: max-content;
  }
  .section-contacts__address-wrap {
    width: 100%;
    padding: 0 19px;
  }
  .contacts-messangers {
    gap: 10px;
  }
  .contacts-messangers__link {
    width: 28px;
    height: 28px;
  }
  .section-contacts__map {
    width: 100%;
    height: 60vw;
  }
}
@media(max-width: 768px) {
  .section-contacts-title {
    margin-top: 60px;
  }
  .section-contacts__address-title, .section-contacts__path-title {
    font-size: 20px;
  }
  .section-contacts__address-desc, .section-contacts__path-text-wrap .text {
    font-size: 16px;
  }
  .section-contacts__maps {
    flex-wrap: wrap;
    gap: 6px;
  }
  .section-contacts__map-link {
    padding: 8px 5px;
    font-size: 16px;
  }
  .footer {
    overflow-x: hidden;
  }
}

/* contacts-gallery */
.contacts-gallery {
  padding: 0 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contacts-gallery__item {
  position: relative;
  border-radius: 20px;
  /* overflow: hidden; */
}
.contacts-gallery__item_video {
  grid-row: span 2;
}
.contacts-gallery__item_video video {
  transform: scale(1.2);
}
.contacts-gallery__item_img {
  width: 100%;
  height: 18.5vw;
  max-height: 252px;
}
.contacts-gallery__item_img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-position: center bottom;
  object-fit: cover;
}
.section-contacts-gallery {
  overflow: hidden;
}
.contacts-gallery__item-text {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-family: 'Arial', sans-serif;
  line-height: 1.3em;
  font-weight: 400;
  border-radius: 20px;
  color: #000;
  transform-origin: 0 0;
  background-color: #fff;
}
.contacts-gallery__video {
  width: 100%;
  height: 100%;
}
.contacts-gallery__video::after {
  background-color: rgba(0, 0, 0, .3);
}
.section-contacts-gallery__gallery-swiper-wrap {
  display: none;
}
.contacts-gallery__item_video .contacts-gallery__item-text {
  top: auto;
  bottom: 40px;
  left: -35px;
  transform: rotate(-7.4deg);
}
.contacts-gallery__item_img:nth-child(2) .contacts-gallery__item-text {
  top: auto;
  bottom: 24px;
  left: -9px;
  transform: rotate(4.69deg);
}
.contacts-gallery__item_img:nth-child(3) .contacts-gallery__item-text {
  top: 35%;
  left: auto;
  right: -12px;
  transform: rotate(-9.39deg);
}
.contacts-gallery__item_img:nth-child(4) .contacts-gallery__item-text {
  top: auto;
  left: 57px;
  bottom: -38px;
  transform: rotate(-9deg);
}
.contacts-gallery__item_img:last-child .contacts-gallery__item-text {
  top: auto;
  left: auto;
  right: -30px;
  bottom: -6px;
  transform: rotate(4.5deg);
}
/* section-contacts-form */
.section-contacts-form__wrap {
  padding: 80px;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  gap: 30px;
  background-color: #fff;
}
.section-contacts-form__container {
  padding: 0 50px;
}
.section-contacts-form__content {
  max-width: calc(50% - 15px);
  width: 100%;
}
.section-contacts-form__title {
  margin-bottom: 30px;
  font-size: 38px;
  color: #000;
}
.section-contacts-form__work-time {
  max-width: 345px;
  font-size: 24px;
  font-family: 'Arial', sans-serif;
  line-height: 1.3em;
  font-weight: 400;
}
.contacts-form {
  margin: 0;
  padding: 0;
}
.form-textarea {
  padding: 12px 16px;
  width: 100%;
  height: 100%;
  height: 70px;
  resize: none;
  border: none;
  background-color: #F4F5F6;
}
.form-textarea::placeholder {
  color: #04121B5C;
  transition: color .3s ease;
}
.form-textarea:focus::placeholder {
  color: transparent;
}
.contacts-form label:not(.form-label-comment) {
  flex-basis: calc(50% - 5px);
  margin: 0;
}
.contacts-form label input, .contacts-form textarea {
  background-color: #F4F5F6;
}
.myform .form-label-comment {
  margin-bottom: 4px;
}
.contacts-gallery__video {
  min-height: 400px;
  /* max-height: 525px; */
}
.contacts-form .form-agree, .contacts-form .form-agree a {
  margin-top: 14px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
#contacts-map svg path {
  stroke-width: 5px;
  -webkit-text-stroke-width: 5px;
  opacity: .9;
}
#contacts-map * {
  touch-action: auto
}
@media(max-width: 1199px) {
  .section-contacts-form__wrap {
    padding: 50px;
  }
}
@media(max-width: 992px) {
  .contacts-gallery {
    margin-bottom: 60px;
    padding: 0;
    grid-template-columns: 1fr;
  }
  .section-contacts-gallery__gallery-swiper-wrap {
    display: block;
  }
  .contacts-gallery__item_img {
    max-height: none;
    min-height: 222px;
    height: 57vw;
  }
  .contacts-gallery__item_img {
    object-position: center top;
  }
  .contacts-gallery__item_video .contacts-gallery__item-text {
    bottom: -40px;
    left: 25px;
  }
  .contacts-gallery__video {
    height: 524px;
  }
  .contacts-gallery .contacts-gallery__item_img {
    display: none;
  }
  .section-contacts-form__container {
    padding: 0 20px;
  }
  .gallery-swiper__item {
    z-index: 3;
  }
  .gallery-swiper__item .contacts-gallery__item_img .contacts-gallery__item-text {
    left: -2px;
    right: auto;
    bottom: -4px;
    transform: rotate(4.69deg);
  }
  .gallery-swiper__item:nth-child(2) {
    z-index: 2;
  }
  .gallery-swiper__item:nth-child(2) .contacts-gallery__item_img .contacts-gallery__item-text {
    left: auto;
    right: -20px;
    bottom: -4px;
    transform: rotate(-9.39deg);
  }
  .gallery-swiper__item:nth-child(3) {
    z-index: 1;
  }
  .gallery-swiper__item:nth-child(3) .contacts-gallery__item_img .contacts-gallery__item-text {
    left: auto;
    right: -12px;
    bottom: -12px;
    transform: rotate(-9deg);
  }
  .gallery-swiper__item:nth-child(4) {
    z-index: 0;
  }
  .gallery-swiper__item:nth-child(4) .contacts-gallery__item_img .contacts-gallery__item-text {
    left: auto;
    right: -12px;
    bottom: -12px;
    transform: rotate(9deg);
  }
}
@media(max-width: 768px) {
  .section-contacts-form__wrap {
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
  }
  .section-contacts-form__content {
    max-width: 100%;
  }
  .section-contacts-form__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .section-contacts-form__work-time {
    max-width: 235px;
    font-size: 16px;
  }
  .section-contacts-form__form.contacts-form {
    max-width: 100%;
  }
  .contacts-form label:not(.form-label-comment) {
    flex-basis: 100%;
  }
  #contacts-map .ymaps-2-1-79-controls__control {
    inset: 50px 15px auto auto!important;
  }
  #contacts-map .ymaps-2-1-79-controls__control:last-child {
    inset: 150px 15px auto auto!important;
  }
}


/* Prices  */
.section-prices {
  /* padding-top: 0; */
  background-color: #F4F5F6;
}
.section-prices__title {
  padding: 0 50px;
}
.section-prices__wrap-tabs {
  padding: 0 50px;
}
.prices-tabs {
  margin-bottom: 60px;
  list-style: none;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 20px;
}
.prices-tabs__btn {
  padding: 14px 16px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  width: max-content;
  color: #000;
  background-color: #fff;
  border-radius: 26px;
  transition: background-color .3s ease, color .3s ease;
}
.prices-tabs__btn.active {
  pointer-events: none;
  color: #fff;
  background-color: #3284FF;
  opacity: 1;
}
@media(hover: hover) and (pointer: fine) {
  .prices-tabs__btn:hover {
    color: #fff;
    background-color: #3284FF;
    opacity: 1;
  }
}
.prices-tabs-content__item {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  display: none;
}
.prices-card {
  padding: 60px 40px 50px 50px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
}
.prices-card__title {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.3em;
  color: #000;
}
.prices-card__wrap {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.prices-card__list {
  padding-left: 20px;
  column-gap: 70px;
  max-width: calc(100% - 322px);
  column-count: 2;
  column-fill: auto;
  max-height: 250px;
}
.prices-card__list-item {
  max-width: 370px;
}
.prices-card__text {
  margin-bottom: 10px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44em;
  color: #000;
}
.prices-card__text.bold {
  font-weight: 700;
}
.prices-card__order {
  max-width: 282px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 22px;
}
.prices-card__old-price, .prices-card__price {
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1em;
  color: #000;
}
.prices-card__old-price {
  position: relative;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.1);
}
.prices-card__old-price .line-througth {
  text-decoration: line-through;
}
.prices-card__old-price::after {
  content: '/';
  text-decoration: none;
}
.prices-card__btn {
  padding: 15px 30px;
  width: 100%;
  background-color: #005AE2;
}
.prices-tabs-content {
  position: relative;
}
.prices-tabs-content__item.active {
  display: flex;
}
@media(max-width: 1200px) {
  .section-prices {
    margin-top: 135px;
  }
  .prices-card__list {
    column-count: 1;
    max-height: none;
  }
}
@media(max-width: 992px) {
  .prices-tabs {
    margin-bottom: 50px;
    padding-bottom: 10px;
    overflow-x: auto;
  }
  .prices-tabs::-webkit-scrollbar {
    width: 12px; /* ширина для вертикального скролла */
    height: 5px; /* высота для горизонтального скролла */
    border-radius: 10px;
    background-color: #fff;
  }
  /* ползунок скроллбара */
  .prices-tabs::-webkit-scrollbar-thumb {
    background-color: #3284FF;
    opacity: .6;
    border-radius: 10px;
    transition: opacity .3s ease
  }
  .prices-tabs::-webkit-scrollbar-thumb:hover {
    background-color: #0F6AF1;
    opacity: 1;
  }
  .prices-card__list {
    max-width: 100%;
    padding-left: 15px;
    column-count: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .prices-card__list-item {
    max-width: 100%;
  }
  .prices-card__title {
    margin-bottom: 20px;
  }
  .prices-card__text {
    margin-bottom: 0;
  }
}
@media(max-width: 767px) {
  .section-prices {
    margin-top: 60px;
  }
  .section-prices__title {
    padding: 0 19px;
    font-size: 20px;
  }
  .section-seo_prices .section-title {
    padding-left: 20px;
  }
  .section-prices__wrap-tabs {
    padding: 0 9px;
  }
  .prices-tabs {
    padding-bottom: 10px;
    margin-bottom: 20px;
    gap: 10px;
  }
  .prices-tabs__btn {
    padding: 10px 10px;
    font-size: 15px;
  }
  .prices-card {
    padding: 30px 20px;
  }
  .prices-card__title {
    font-size: 20px;
  }
  .prices-card__text {
    font-size: 16px;
  }
  .prices-card__order {
    max-width: 100%;
  }
  .section-seo_prices .section-title {
    padding-left: 0;
  }
}

/* section-dop-price */
.section-dop-price {
  background-color: #F4F5F6;
}
.section-dop-price__title {
  padding-left: 50px;
}
.section-dop-price__list {
  padding: 0 50px;
  list-style: none;
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.section-dop-price__list-item:nth-child(2) {
  grid-row: span 2;
}
.dop-price-card {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}
.dop-price-card__price {
  position: relative;
  display: block;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  color: #3284FF;
}
.dop-price-card__price::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #000;
}
.dop-price-card__title {
  padding-top: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  color: #000;
}
.dop-price-card__text {
  /* max-width: 87%; */
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44em;
  color: #000;
}
.section-reviews_prices .section-reviews__title,
.section-reviews_prices .section-reviews__wrap {
  padding: 0 50px;
}
.section-doubts__wrap_prices {
  padding: 0 50px;
}
@media(max-width: 992px) {
  .section-dop-price__list {
    padding: 0 20px;
  }
  .section-reviews_prices .section-reviews__title,
  .section-reviews_prices .section-reviews__wrap {
    padding: 0 20px;
  }
  .section-doubts__wrap_prices {
    padding: 0 20px;
  }
}
@media(max-width: 768px) {
  .section-reviews_prices .section-reviews__title,
  .section-reviews_prices .section-reviews__wrap {
    padding: 0;
  }
  .section-reviews_prices .section-reviews__title {
    padding-left: 20px;
  }
  .section-doubts__wrap_prices {
    padding: 0;
  }
  .section-dop-price__title {
    padding-left: 20px;
  }
  .section-dop-price__list {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .section-dop-price__list-item:nth-child(2) {
    grid-row: 3 / 4;
  }
  .dop-price-card {
    padding: 30px 20px;
  }
  .dop-price-card__price {
    font-size: 20px;
  }
  .dop-price-card__title {
    padding-top: 20px;
    font-size: 16px;
  }
  .dop-price-card__text {
    font-size: 16px;
  }
}

.section-product .section-title,
.section-licence__title,
.section-reviews__title,
.section-programs__title,
.section-map__title,
.section-instructors__title,
.section-gallary .section-title,
.section-faq__title,
.section-articles__title {
  padding-left: 50px;
}
.cat-b .section-map__title {
  padding-left: 0;
}
@media(max-width: 767px) {
  .section-product .section-title,
  .section-licence__title,
  .section-reviews__title,
  .section-programs__title,
  .section-map__title,
  .section-instructors__title,
  .section-gallary .section-title,
  .section-faq__title,
  .section-articles__title,
  .cat-b .section-map__title {
    padding-left: 20px;
  }
}

/* /////// page map /////////////////// */
.map-content {
  background-color: #F4F5F6;
}
.section-page-map__title {
  margin-bottom: 40px;
}
.section-page-map__desc {
  margin-bottom: 60px;
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.37em;
  color: #000;
}
.section-page-map .baloon__adress {
  display: none;
}
.section-page-map .balmore {
  display: block;
}
.map-content .section-doubts__wrap {
  padding: 0;
}
@media(max-width: 1199px) {
  .section-page-map {
    margin-top: 135px;
  }
}
@media(max-width: 992px) {
  .section-page-map .section-page-map__title {
    font-size: 36px;
    padding-left: 0;
  }
}
@media(max-width: 768px) {
  .map-content ~ .footer {
    opacity: 0;
    height: 0;
  }
  .section-page-map__title {
    opacity: 0;
    height: 0;
  }
  .section-page-map__desc {
    opacity: 0;
    height: 0;
  }
  .map-content .section-doubts {
    display: none;
  }
  .map-content .map-wrap {
    position: fixed;
    height: 100%;
  }
}



/* Reviews page //////// */
.section-video-reviews {
  padding-bottom: 0;
  background-color: #F4F5F6;
}
.video-reviews-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 201px 450px 201px 201px 249px 402px [ last ];
  grid-auto-rows: 249px 402px;
  grid-auto-flow: dense;
  gap: 20px;
}
/* .video-reviews-grid__item {
  grid-row: span 1;
} */
.video-reviews-grid__item_info {
  grid-column: 2;
}
.video-reviews-grid__item:nth-child(2) {
  grid-row: 4;
}
.video-reviews-grid__item:nth-child(3) {
  grid-row: 2 / span 2;
  grid-column: 2;
}
.video-reviews-grid__item:nth-child(4),
.video-reviews-grid__item:nth-child(5){
  grid-row: span 2;
}
.video-reviews-grid__item:nth-child(6),
.video-reviews-grid__item:nth-child(7){
  grid-row: span 3;
}
.section-video-reviews__wrap {
  position: relative;
}
.section-video-reviews__show-more {
  position: absolute;
  left: -0.5%;
  bottom: -2px;
  width: 101%;
  height: 271px;
  background-color: #F4F5F6;
  z-index: 3;
}
.section-video-reviews__show-more::before,
.section-video-reviews__show-more::after {
  content: '';
  display: block;
  width: calc((100% / 3) - 10px);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-98%);
  height: 201px;
  background: linear-gradient(transparent, #F4F5F6);
  transition: opacity .3s ease;
}
.section-video-reviews__show-more::after {
  left: auto;
  right: 0;
}

.section-text-reviews {
  margin-top: -80px;
  position: relative;
  z-index: 3;
  padding-top: 0;
  background-color: #F4F5F6;
}
.text-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.text-reviews-grid__item {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.video-reviews-grid__item_info {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
}
.video-reviews-grid__item_info-link {
  padding: 0;
}
.video-reviews-grid__item_info-link a {
  max-width: 100%;
  padding: 30px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.3em;
  font-size: 24px;
  font-weight: 700;
  border-radius: 20px;
  color: #000;
  background-color: #fff;
  transition: background-color .3s ease, color .3s ease;
}
.video-reviews-grid__item_info-link a::after {
  content: '\276F';
  display: inline;
  font-size: 20px;
  transition: padding .3s ease;
}
.section-video-reviews .reviews-info__title {
  margin-bottom: 0;
}
.reviews-info__main {
  margin-bottom: 10px;
  display: block;
  line-height: 1.3em;
  font-size: 36px;
}
.reviews-video-more a,.text-reviews-more a {
  background-color: #fff;
}
.reviews-video-more a:focus, .text-reviews-more a:focus {
  box-shadow: none;
}
.reviews-info__title {
  display: block;
  max-width: 270px;
}
.section-text-reviews__wrap_mob {
  display: none;
}
@media(hover: hover) and (pointer: fine) {
  .video-reviews-grid__item_info-link a:hover {
    background-color: #0F6AF1;
    text-decoration: none;
    color: #fff;
  }
  .video-reviews-grid__item_info-link a:hover::after {
    padding-left: 8px;;
  }
}
.section-video-reviews__wrap_mob {
  display: none;
}
@media(max-width: 1199px) {
  .section-video-reviews {
    margin-top: 135px;
  }
  .video-reviews-grid {
    grid-template-rows: 200px 365px 200px 200px 165px 400px [ last ];
    grid-auto-rows: 165px 400px;
    grid-auto-flow: dense;
  }
  .section-video-reviews__show-more {
    height: 188px;
  }
  .mobile_header {
    padding-top: 53px;
    padding-bottom: 0;
  }
  .section-top {
    margin-top: 135px;
  }
}
@media(max-width: 992px) {
  .video-reviews-grid {
    grid-template-columns: repeat(2 ,1fr);
    grid-template-rows: 201px 365px 201px 365px [ last ];
    grid-auto-rows: 201px 365px;
  }
  .video-reviews-grid__item:nth-child(2) {
    grid-row: 3;
    grid-column: 1;
  }
  .section-text-reviews {
    margin-top: 0px;
  }
  .text-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .video-reviews-grid__item:nth-child(6), .video-reviews-grid__item:nth-child(7) {
    grid-row: span 2;
  }
  .section-video-reviews__show-more {
    height: 188px;
  }
  .section-video-reviews__show-more::before, .section-video-reviews__show-more::after {
    width: calc(50% - 10px);
  }
  .reviews-info__title {
    max-width: 95%;
  }
}
@media(max-width: 768px) {
  .section-video-reviews {
    margin-top: 35px;
  }
  .reviews-video-more .loadMoreBtn-label,
  .text-reviews-more .loadMoreBtn-label {
    font-weight: 400;
    font-size: 16px;
  }
  .section-top {
    margin-top: 40px;
  }
}
@media(max-width: 650px) {
  .section-video-reviews__wrap {
    display: none;
  }
  .text-reviews-grid {
    grid-template-columns: 1fr;
  }
  .section-video-reviews__wrap_mob {
    display: block;
  }
  .section-text-reviews__wrap_pc {
    display: none;
  }
  .section-text-reviews__wrap_mob {
    display: block;
  }
  .section-video-reviews {
    padding-bottom: 60px;
  }
  .section-text-reviews {
    padding-top: 60px;
  }
  .video-reviews-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .section-video-reviews__show-more {
    position: relative;
    height:auto;
  }
  .section-video-reviews__show-more::after,
  .section-video-reviews__show-more::before {
    display: none;
  }
  .video-reviews-grid__item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .video-reviews-grid__item_info {
    grid-column: 1;
  }
  .video-reviews-grid__item_info-link a {
    font-size: 16px;
  }
  .video-reviews-grid__item_info {
    font-size: 16px;
  }
  .reviews-info__title {
    font-size: 16px;
  }
  .video-reviews-grid__item_info-link a::after {
    font-size: 13px;
  }
  .reviews-info__main {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
/* .prices-card__prices {
  display: none;
} */


/* Blog  */
.section-categories {
  padding: 0;
}
.section-categories__btn {
  display: none;
}
.section-categories__list {
  padding: 40px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}
.section-categories__link {
  display: block;
  padding: 12px 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  min-width: max-content;
  font-size: 14px;
  border-radius: 10px;
  line-height: 1.5em;
  color: #000;
  background-color: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .07);
  transition: background-color .3s ease, color .3s ease;
}
.section-categories__link.current {
  background-color: #005AE2;
  color: #fff;
}
@media(hover: hover) and (pointer: fine) {
  .section-categories__link:hover {
    background-color: #005AE2;
    color: #fff;
    text-decoration: none;
  }
}

/* Last article  */
.section-last-article {
  padding-top: 40px;
}
.last-article {
  position: relative;
  display: flex;
  gap: 30px;
}
.last-article__link {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.last-article__img-wrap {
  flex: 1 0 59%;
  width: 100%;
  height: 402px;
  background-color: rgba(0, 0, 0, .07);
  border-radius: 20px;
  overflow: hidden;
}
.last-article__img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  object-fit: cover;
  object-position: top;
  transition: transform .3s ease;
}
.last-article__title {
  padding-left: 0;
}
.last-article__content {
  padding-top: 10px;
}
.last-article__info {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.last-article__info-cat-link {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  color: #3D3BFF;
}
.last-article__date-views {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.last-article__date, .last-article__date-views {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #6B6B6B;
}
.last-article__title {
  margin-bottom: 0;
  transition: color .3s ease;
}
@media(hover: hover) and (pointer: fine) {
  .last-article__link:hover ~ .last-article__img-wrap .last-article__img {
    transform: scale(1);
  }
  .last-article__link:hover ~ .last-article__content .last-article__title {
    color: #005AE2;
  }
}

.section-news__wrap {
  position: relative;
  padding: 40px 0 40px 40px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F4F5F6;
}
.section-news__title {
  margin-bottom: 40px;
}
.news-card {
  padding: 20px;
  width: 238px;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
}
.news-card__info {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-card__info-title, .news-card__info-date,
.news-card__title {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.44em;
  font-size: 18px;
  color: #005AE2;
}
.news-card__info-date {
  color: #969696;
}
.news-card__title {
  color: #000;
}
.news-card__link {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  color: #969696;
  text-decoration: none;
}
.news-card__link::after {
  padding-left: 3px;
  content: '\276F';
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: #969696;
  transition: padding .3s ease;
}
@media(hover: hover) and (pointer: fine) {
  .news-card__link:hover {
    color: #005AE2;
    text-decoration: none;
  }
  .news-card__link:hover::after {
    color: #005AE2;
    padding-left: 5px;
  }
}
.news-swiper__navigation {
  position: absolute;
  right: 40px;
  top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-swiper__btn-next,
.news-swiper__btn-prev {
  margin: 0;
  display: block;
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #EDECEA;
  transition: background-color .3s ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 12px;
  color: #000;
  transition: color .3s ease;
}
.news-swiper__btn-next:hover,
.news-swiper__btn-prev:hover {
  background-color: #EDECEA;
  border: none;
}
@media(hover: hover) and (pointer: fine) {
  .news-swiper__btn-next:hover,
  .news-swiper__btn-prev:hover {
    background-color: #000;
    border: none;
  }
  .swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    color: #fff;
  }
}
.articles-grid {
  position: relative;
  display: grid;
  column-gap: 20px;
  row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(300px, .33fr));
}
.article-card__img-wrap {
  position: relative;
  z-index: 0;
}
.article-card__views-img {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 10px;
  padding: 5px 4px;
  border-radius: 6px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-articles__title {
  display: flex;
  align-items: flex-end;
  line-height: 1em;
  gap: 20px;
  padding-left: 0;
}
.section-articles__cat-link {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #0F6AF1;
  font-size: 24px;
  line-height: 1.3em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
}
.section-articles__cat-link::after {
  padding-left: 3px;
  content: '\276F';
  display: block;
  font-size: 16px;
  color: #0F6AF1;
  transform: translateY(2px);
  transition: padding .3s ease;
}
.section-categories__btn:hover {
  border: none;
  background-color: #fff;
  color: #000;
}
.articles-grid .article-card .article-card__link::before,
.articles-grid .article-card .article-card__link::after {
  display: none;
}
.articles-grid .article-card .article-card__img {
  transform: scale(1.02);
  transition: transform .3s ease;
}
.articles-grid .article-card .article-card__title {
  transition: color .3s ease;
}
@media(hover: hover) and (pointer: fine) {
  .section-articles__cat-link:hover {
    text-decoration: none;
  }
  .section-articles__cat-link:hover::after {
    padding-left: 5px;
  }
  .articles-grid .article-card .article-card__link:hover ~ .article-card__img-wrap .article-card__img {
    transform: scale(1);
  }
  .articles-grid .article-card .article-card__link:hover ~ .article-card__content .article-card__title {
    color: #005AE2;
  }
}

.section-doubts_blog {
  background-color: transparent;
}
.section-doubts_blog .section-doubts__wrap {
  padding: 0;
}
.section-doubts_blog .section-section-doubts__content {
  box-shadow: 0px 4px 48px 0 rgba(0,0,0,.12);
}
@media (max-width: 1100px) {
  .last-article__info {
    gap: 8px;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .last-article__title.section-title {
    padding-left: 0;
  }
  .news-swiper__btn-next, .news-swiper__btn-prev {
    width: 30px;
    height: 30px;
  }
  .section-news__title.section-title {
    padding-left: 0;
  }
  .section-popular__title.section-title,
  .section-title.section-articles__title {
    padding-left: 0;
  }
  .section-articles__cat-link {
    font-size: 16px;
  }
  .section-articles__cat-link::after {
    font-size: 10px;
    padding-left: 1px;
    transform: translateY(1px);
  }
  .section-articles__title {
    gap: 15px;
  }
  .articles-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, .5fr));
  }
}
@media (max-width: 768px) {
  .section-categories__list {
    padding: 30px 0 37px;
  }
  .section-categories {
    padding-top: 30px;
  }
  .last-article {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .last-article__img-wrap {
    flex: none;
    width: 100%;
    height: 60vw;
  }
  .last-article__content {
    width: 100%;
    padding-top: 0;
  }
  .last-article__info {
    margin-bottom: 12px;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }
  .last-article__title {
    font-size: 18px;
  }
  .news-swiper__navigation {
    top: 27px;
    right: 20px;
  }
  .section-news__wrap {
    padding: 30px 0 30px 20px;
  }
  .section-news__title {
    margin-bottom: 30px;
  }
  .news-card__info {
    margin-bottom: 14px;
  }
  .news-card__info-title, .news-card__info-date, .news-card__title {
    font-size: 16px;
  }
  .section-categories__btn {
    position: relative;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    line-height: 1.3em;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .08);
  }
  .section-categories__btn::before {
    content: '';
    display: block;
    width: 17px;
    height: 18px;
    background: url('../images/new/rubrics.png') no-repeat center / cover;
  }
  .section-categories__btn::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 35%;
    right: 14px;
    background: url('https://jaguar-avtoshkola.ru/wp-content/uploads/2023/11/vector-121.png') no-repeat center / contain;
    transform: rotate(180deg);
    transition: transform .3s ease;
  }
  .section-categories__btn.open::after {
    transform: rotate(0);
  }
  .section-categories__wrap {
    position: relative;
    max-width: 400px;
  }
  .section-categories__list {
    padding: 20px 14px;
    position: absolute;
    display: none;
    z-index: 2;
    top: 98%;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .08);
  }
  .section-categories__item {
    margin-bottom: 10px;
    width: 100%;
  }
  .articles-grid {
    grid-template-columns: 1fr;
  }
}

.articles__pagination {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
}
.page-numbers {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .08);
  transition: background-color .3s ease, color .3s ease;

}
.page-numbers.current {
  pointer-events: none;
  background-color: #000;
  color: #fff;
}
@media(hover: hover) and (pointer: fine) {
  .page-numbers:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
  }
}

/* ALL INSTRUCTORS  */

.section-all-instructors {
  background-color: #F4F5F6;
}
.section-all-instructors__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  grid-row: auto;
  grid-auto-flow: row;
  list-style: none;
}
.all-instructors-card {
  padding: 60px 60px 60px 50px;
  display: flex;
  gap: 50px;
  border-radius: 20px;
  background-color: #fff;
}
.section-all-instructors__item.hidden {
  display: none;
}
.all-instructors-card__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 29.6%;
  width: 100%;
}
.all-instructors-card__img-wrap {
  width: 100%;
  height: 30vw;
  max-height: 323px;
  border-radius: 16px;
  overflow: hidden;
}
.all-instructors-card__info-wrap {
  width: 100%;
}
.all-instructors-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}
.all-instructors-card__btn {
  padding: 20px;
  width: 100%;
  border-radius: 16px;
  background-color: #3284FF;
}
.all-instructors-card__btn:hover {
  background-color: #3284FF;
}
.all-instructors-card__name-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all-instructors-card__name {
  margin-bottom: 0;
}
.all-instructors-card__location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  line-height: 1.3em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.popup__desc {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
  text-align: left;
}
.all-instructors-card__location::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url('../images/new/geo.png') no-repeat center / contain;
}
.all-instructors-card__name-location {
  margin-bottom: 30px;
}
.all-instructors-card__about, .all-instructors-card__about p, .all-instructors-card__about-link {
  display: inline;
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.all-instructors-card__about {
  display: block;
}
.all-instructors-card__about-link {
  display: inline;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s ease;
}
.all-instructors-card__about {
  margin-bottom: 35px;
}
.section-all-instructors__more {
  width: 100%;
  background-color: #fff;
}
@media(hover: hover) and (pointer: fine) {
  .all-instructors-card__about-link:hover {
    opacity: .7;
    color: #000;
    text-decoration: none;
  }
  .section-all-instructors__more:hover {
    color: #000;
    border: none;
    background-color: #fff;
  }
}
.all-instructors-card__bullets {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.all-instructors-card__about, .all-instructors-card__bullets {
  max-width: 92%;
}
.all-instructors-card__bullet {
  max-width: 130px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.all-instructors-card__bullet-icon-wrap {
  display: block;
  width: 30px;
  height: 30px;
}
.all-instructors-card__bullet-icon {
  width: 100%;
  height: 100%;
  object-position: center;
}
.all-instructors-card__bullet-text {
  font-size: 14px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.all-instructors-card__btn-link {
  margin-top: -10px;
  color: #3284FF;
  border: 1px solid #3284FF;
  background-color: transparent;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease;
}
.all-instructors-card__btn-link:hover {
  border: 1px solid #3284FF;
  text-decoration: none;
}
.popup[popupid="instructor-order"] .popup__title {
  margin-bottom: 5px;
}
@media(max-width: 992px) {
  .section-all-instructors__list {
    gap: 20px;
  }
  .all-instructors-card {
    margin-bottom: 160px;
    padding: 30px 20px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .section-all-instructors_single-schools .section-last-article__card {
    margin-bottom: 80px;
  }
  .all-instructors-card__wrap {
    max-width: 100%;
  }
  .all-instructors-card__img-wrap {
    max-height: none;
    height: 83vw;
  }
  .all-instructors-card__about, .all-instructors-card__bullets {
    max-width: 100%;
  }
  .all-instructors-card__name {
    font-size: 18px;
  }
  .all-instructors-card__btn {
    position: absolute;
    left: 0;
    text-decoration: none;
    width: 100%;
    bottom: 0px;
    transform: translateY(calc(100% + 10px));
  }
  .all-instructors-card__btn-link {
    margin-top: 0;
    transform: translateY(calc(200% + 20px));
  }
  .all-instructors-card__location {
    font-size: 15px;
    min-width: max-content;
  }
  .all-instructors-card__name-location {
    margin-bottom: 20px;
    gap: 3px;
    flex-wrap: wrap;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .all-instructors-card__about, .all-instructors-card__about p, .all-instructors-card__about-link {
    font-size: 16px;
  }
  .all-instructors-card__bullets {
    gap: 20px;
  }
  .popup__desc {
    font-size: 16px;
  }
  .section-all-instructors__more {
    margin-top: 20px;
  }
}

.section-security {
  background-color: #F4F5F6;
}
.section-security__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-flow: row;
  gap: 20px;
}
.section-security__card {
  align-self: flex-start;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-security__card_motivate {
  grid-row: span 2;
}
.section-security__img-wrap {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-security__img {
  display: block;
  width: 100%;
  height: auto;
}
.section-security__card_motivate .section-security__img-wrap {
  margin-top: 30px;
}
.section-security__card_timer .section-security__img-wrap {
  width: 84px;
  min-width: 84px;
}
.section-security__card_timer {
  display: flex;
  align-items: center;
  column-gap: 35px;
  row-gap: 20px;
  justify-content: space-between;
}
.section-security__text_mob {
  width: 100%;
  display: none;
  font-weight: 700;
  color: #0F6AF1;
}
.text-accent_blue {
  font-weight: 700;
  color: #0F6AF1;
}
.section-security__card_motivate .text-accent_blue {
  color: #000;
}
@media(max-width: 768px) {
  .section-security__wrap {
    grid-template-columns: 1fr;
  }
  .section-security__card_motivate .section-security__img-wrap {
    margin-top: 20px;
  }
  .section-security__card {
    font-size: 16px;
  }
  .section-security__card_timer .section-security__img-wrap {
    width: 70px;
    min-width: 70px;
  }
  .section-security__card_timer {
    flex-wrap: wrap;
    gap: 20px;
  }
  .section-security__card_motivate .text-accent_blue {
    color: #0F6AF1;
  }
  .section-security__text_mob {
    display: block;
  }
  .section-security__card_timer .section-security__text {
    max-width: calc(100% - 95px);
  }
  .section-security__text_deks {
    display: none;
  }
}

.section-find-teacher {
  background-color: #F4F5F6;
}
.section-find-teacher__wrap {
  padding: 50px;
  padding-top: 67px;
  border-radius: 20px;
  background: url('../images/new/prepod-icon.webp') no-repeat calc(100% - 103px) 57px / 207px auto, #373737;
}
.section-find-teacher__title {
  max-width: 70%;
  margin-bottom: 40px;
  padding-left: 0;
  color: #fff;
}
.section-find-teacher__text {
  margin-bottom: 70px;
  max-width: 45%;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #fff;
}
.section-find-teacher__inputs {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-find-teacher__inputs .form-label {
  margin-bottom: 0;
  flex: 1 1 25%;
}
.section-find-teacher__form-btn {
  flex: 1 1 25%;
}
.section-find-teacher__form {
  padding: 0;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
  background-color: transparent;
}
.section-find-teacher__form .form-agree {
  max-width: 100%;
}
@media(max-width: 992px) {
  .section-find-teacher__wrap {
    padding: 238px 20px 30px;
    background: url('../images/new/prepod-icon.webp') no-repeat center 30px / 233px auto, #373737;
  }
  .section-find-teacher .section-find-teacher__title {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 14px;
  }
  .section-find-teacher__text {
    margin-bottom: 30px;
    max-width: 100%;
    font-size: 14px;
  }
  .section-find-teacher__inputs {
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .section-find-teacher__inputs .form-label, .section-find-teacher__form-btn {
    flex: 1 1 100%;
  }
  .section-find-teacher__form .form-agree {
    display: none;
  }
  .section-find-teacher__form .form-agree_mob {
    display: block;
    max-width: 213px;
  }
}

.section-faq_instructors {
  background-color: #F4F5F6;
}


/* Single instructor  */
.section-single-instructor {
  background-color: #F4F5F6;
}
.section-single-instructor__wrap {
  display: flex;
  gap: 20px;
}

.section-single-instructor__side {
  min-width: 383px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section-single-instructor__img-wrap {
  background: url('../images/new/instructor.png') no-repeat center / cover;
}
.section-single-instructor__dekstop-photo-wrap {
  padding: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.section-single-instructor__highlights {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
}
.highlight {
  width: 56px;
}
.highlight__btn {
  cursor: pointer;
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: .7px solid #D9D9D9;
}
.highlight__icon-wrap {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  z-index: 1;
  background-color: #D9D9D9;
  overflow: hidden;
}
.highlight__icon {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.highlight__btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 0.35px;
  top: 0.35px;
  width: calc(100% - 0.7px);
  height: calc(100% - 0.7px);
  border-radius: 50%;
  z-index: 0;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.highlight__btn.visited::after {
  background: transparent;
}
.section-single-instructor__dekstop-video-wrap {
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.section-single-instructor__video-btn {
  width: 100%;
}
.section-single-instructor__video-preview {
  width: 100%;
  min-height: 216px;
  object-fit: cover;
  object-position: center top;
  height: auto;
}
.section-single-instructor__video-name {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 4;
  padding: 4px 12px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.9);
}
.section-single-instructor__main {
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.section-single-instructor__main .section-single-instructor__img-wrap {
  display: none;
}
.section-single-instructor__name-location {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.section-single-instructor__dop-text-about {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-single-instructor__stations {
  margin-bottom: 70px;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.section-single-instructor__station {
  display: flex;
  align-items: center;
  gap: 6px;
}
.section-single-instructor__station-icon {
  width: 21px;
  height: auto;
}
.section-single-instructor__station-text {
  width: max-content;
  font-size: 14px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}

.section-single-instructor__raiting {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}
.section-single-instructor__raiting-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 124px;
  gap: 10px;
}
.section-single-instructor__raiting-icon {
  display: block;
  width: 29px;
  height: auto;
}
.section-single-instructor__raiting-text, .section-single-instructor__raiting-num {
  font-size: 14px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-single-instructor__raiting-num {
  padding: 5px 7px;
  position: absolute;
  top: -25px;
  left: 29px;
  line-height: 1em;
  border-radius: 50%;
  background-color: #F4F4F4;
}
.section-single-instructor__second-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
}
.section-single-instructor__about-text {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-single-instructor__about-text p:not(:last-child), .instructor__desc-wrap p:not(:last-child) {
  margin-bottom: 10px;
}
.section-single-instructor__interests-list {
  margin-bottom: 60px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
}
.section-single-instructor__interests-item {
  padding: 17px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
  border-radius: 13px;
  background-color: #F4F5F6;
}
.section-single-instructor__interests-icon {
  width: 28px;
  height: 28px;
  object-position: center;
  object-fit: contain;
}
.section-single-instructor__car-wrap {
  display: flex;
  gap: 30px;
}
.section-single-instructor__car-img-wrap {
  min-width: calc(50% - 15px);
  border-radius: 13px;
  overflow: hidden;
  height: 237px;
  background-color: transparent;
}
.section-single-instructor__car-img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.section-single-instructor__car-text {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-single-instructor__car-box {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-single-instructor__car-box::before {
  content: '';
  display: block;
  width: 33px;
  height: 35px;
  background: url('../images/new/box-peredach.svg') no-repeat center / cover;
}
.section-single-instructor__btn_mob {
  display: none;
}
.section-single-instructor__video-btn_mob {
  display: none;
}
.highlits-swiper {
  padding-bottom: 15px;
}
.section-single-instructor__highlights_mob {
  display: none;
}
@media(max-width: 992px) {
  .section-single-instructor__side {
    display: none;
  }
  .section-single-instructor__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .section-single-instructor__main .section-single-instructor__img-wrap,
  .section-single-instructor__highlights_mob {
    margin-bottom: 30px;
    display: block;
  }
  .section-single-instructor__highlights_mob {
    margin-bottom: 15px;
    display: block;
  }
  .section-single-instructor__name.section-title {
    padding-left: 0;
  }
  .section-single-instructor__main {
    max-width: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .section-single-instructor__info-main, .section-single-instructor__info-dop {
    max-width: 100%;
    width: 100%;
    padding: 30px 20px;
    border-radius: 16px;
    background-color: #fff;
  }
  .section-single-instructor__raiting {
    margin-bottom: 0;
  }
  .section-single-instructor__btn_mob {
    position: static;
    display: block;
    transform: none;
  }
  .section-single-instructor__video-btn_mob {
    margin-bottom: 30px;
    display: block;
    height: auto;
  }
  .section-single-instructor__video-preview {
    min-height: 215px;
  }
}
@media(max-width: 768px) {
  .section-single-instructor__raiting-item_wave {
    display: none;
  }
  .section-single-instructor__name-location {
    margin-bottom: 20px;
  }
  .section-single-instructor__car-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .section-single-instructor__car-img-wrap {
    width: 100%;
    height: auto;
  }
  .section-single-instructor__car-img {
    height: auto;
    object-position: center bottom;
  }
  .section-single-instructor__second-title {
    font-size: 20px;
  }
  .section-single-instructor__car-text, .section-single-instructor__about-text {
    font-size: 16px;
  }
  .section-single-instructor__dop-text-about {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .section-single-instructor__name.section-title {
    padding-left: 0;
  }
  .section-single-instructor__interests-item {
    font-size: 16px;
  }
  .section-single-instructor__interests-icon {
    width: 24px;
    height: 24px;
  }
  .section-single-instructor__stations {
    margin-bottom: 50px;
  }
  .section-single-instructor__car-text {
    margin-bottom: 22px;
  }
  .section-single-instructor__car-box {
    gap: 19px;
    font-size: 14px;
  }
  .section-single-instructor__about-text {
    margin-bottom: 30px;
  }
  .section-single-instructor__interests-list {
    margin-bottom: 30px;
  }
}
.autoplay-progress {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: 3px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: rgba(0, 0, 0, .3);
}
.autoplay-progress span {
  --progress: 0;
  display: block;
  width: calc(100% * var(--progress));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  background-color: #fff;
}
.highlight__gallery-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  /* max-height: 70vh; */
}
.highlight__gallery-swiper-slide {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.highlight__content {
  max-width: 70vw;
  max-height: 80vh;
  border-radius: 16px;
  overflow: hidden;
  background-color: transparent;
}
.highlight__gallery-swiper-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper-scrollbar-drag {
  background: rgba(0,0,0, .15);
}
.highlits-swiper__scrollbar {
  height: 2px!important;
  bottom: var(--swiper-scrollbar-bottom, 0px);
  background: #F4F5F6;
}
.highlight__btn {
  transition: transform .2s ease;
}
@media(hover:hover) and (pointer: fine) {
  .highlight__btn:hover {
    transform: scale(1.03);
    background: transparent;
    border: .7px solid #D9D9D9;
  }
}

@media(max-width: 992px) {
  .highlight__content {
    padding: 20px;
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto !important;
  }
}


/* Geo mark  */
.section-single-schools {
  background-color: #F4F5F6;
}
.section-single-schools__title-wrap {
  margin-bottom: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-single-schools__title {
  margin-bottom: 0;
}
.section-single-schools__rait {
  position: relative;
  min-width: 199px;
  width: 199px;
  height: 57px;
}
.section-single-schools__rait-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-single-schools__rait-num {
  right: 65px;
  bottom: 5px;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-single-schools__wrap {
  display: flex;
  gap: 20px;
}
.section-single-schools__content {
  padding: 30px 20px 40px;
  border-radius: 20px;
  background-color: #fff;
}
.section-single-schools__work-time {
  padding: 10px 11px;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
}
.section-single-schools__address {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
}
.section-single-schools__map {
  flex: 1 0 60%;
  width: 100%;
  height: auto;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.section-single-schools__stations {
  margin-bottom: 40px;
  gap: 10px;
}
.section-single-schools__station-text {
  font-size: 18px;
}
.section-single-schools__station-text_name{
font-size: 18px;
font-weight: 600;
line-height: 26px;
padding-bottom:10px
}

/* Start group  */
.section-start-groups_single-schools {
  background-color: #F4F5F6;
}
.section-start-groups_single-schools .section-start-groups__btn, .section-start-groups_single-schools .section-start-groups__text {
  border: none;
  background-color: #fff;
  color: #000;
}
@media(hover:hover) and (pointer: fine) {
  .section-start-groups_single-schools .section-start-groups__btn:hover {
    background-color: rgba(50, 132, 255, 1);
    color: #fff;
  }
}
.section-all-instructors_single-schools .all-instructors-card__location, .section-single-instructor__station-address {
  flex-direction: row-reverse;
}
.section-all-instructors_single-schools .all-instructors-card__name-location {
  margin-bottom: 37px;
}
.section-all-instructors_single-schools .all-instructors-card__location::after, .section-single-instructor__station-address::after {
  width: 15px;
  height: 15px;
  background: url('../images/new/geo-blue-icon.png') no-repeat center / cover;
}
.section-all-instructors_single-schools .section-single-instructor__dop-text-about {
  max-width: 317px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.4em;
  padding: 14px 23px;
  border-radius: 16px 16px 16px 0px;
  background-color: #F2F3F4;
}
.section-all-instructors_single-schools .all-instructors-card__bullets {
  justify-content: flex-start;
  gap: 40px;
}
.section-all-instructors_single-schools .all-instructors-card__bullet {
  width: 100%;
}
/* Reviews single schools  */
.section-reviews_single-schools {
  background-color: #5D9EFF;
}
.section-reviews_single-schools .review-card__text {
  font-weight: 300;
  font-family: 'Arial-light', sans-serif;
}
.section-reviews_single-schools .section-reviews__title,.section-reviews_single-schools .review-card__date {
  color: #fff;
}
.section-reviews_single-schools .reviews-grid__item, .section-reviews_single-schools .reviews-more a {
  background-color: #3284FF;
  color: #fff;
}
.section-reviews_single-schools .reviews-grid__item_video {
  padding: 30px;
}
.section-reviews_single-schools .review-card__icon {
  opacity: .9;
  color: #3284FF;
}
.section-reviews_single-schools .review-card__full-review-btn {
  color: #6ea8ff;
}
.section-reviews_single-schools .reviews-grid__item_video .v_rev {
  height: auto;
  min-height: 450px;
}
@media(max-width: 1200px) {
  .section-reviews_single-schools .reviews-grid__item_video .v_rev {
    min-height: 60vw;
  }
}
@media (max-width: 650px) {
  .section-reviews_single-schools .reviews-grid__item_video .v_rev {
      min-height: 138vw;
  }
}
@media(max-width: 768px) {
  .section-reviews_single-schools .reviews-grid__item_video {
    padding: 30px 20px;
  }
  .section-all-instructors_single-schools .section-single-instructor__dop-text-about {
    font-size: 16px;
  }
}

/* Video-swiper */
.section-how-aducation, .section-school-advantages  {
  background-color: #F4F5F6;
}
.section-how-aducation__swiper {
  height: 560px;
  overflow: hidden;
}
.section-how-aducation__slide {
  padding: 40px 50px;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
  -webkit-backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .5);
}
.section-how-aducation__video-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-how-aducation__video-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}
.section-how-aducation__video {
  position: relative;
  display: block;
  z-index: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  border: none;
  outline: none;
  object-fit: cover;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  -webkit-backface-visibility: hidden;
  transform: scale(1.03);
}
.section-how-aducation__slide-title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}
.section-how-aducation__slide-text {
  max-width: 534px;
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #fff;
}
.section-how-aducation__slide-content {
  position: relative;
}
.section-how-aducation .section-how-aducation__pagination {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-auto-flow: column;
  gap: 0;
  width: calc(100% - 100px);
  left: 50px;
  top: auto;
  bottom: 56px;
  border-radius: 14px;
  overflow: hidden;
}
.section-how-aducation__pagination-item {
  position: relative;
  max-width: 206px;
  height: 100%;
  padding: 20px;
  font-size: 14px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #fff;
  border: none;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  transition: border-color .3s ease;
}
.section-how-aducation__pagination-item.shown {
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}
.section-how-aducation__pagination-item.swiper-pagination-bullet-active {
  border-top-color: #fff;
}
.section-how-aducation__pagination-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-top: 2px solid #fff;
}

.section-how-aducation__pagination-item-progress {
  --duration: 0;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition-property: width;
  /* transition-duration: 0.25s; */
  transition-timing-function: linear;
  background-color: rgba(255, 255, 255, 0.4);
}
/* .section-how-aducation__pagination-item.swiper-pagination-bullet-active .section-how-aducation__pagination-item-progress {
  width: 100%;
  transition-duration: var(--duration);
} */

.section-how-aducation__pagination-item.shown .section-how-aducation__pagination-item-progress {
  width: 100%!important;
  transition-duration: 0s;
}


/* Schools Adv  */
.section-school-advantages__slide {
  position: relative;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.section-school-advantages__slide_app {
  padding: 0;
}
.section-school-advantages__slide_app .section-school-advantages__slide-content {
  padding: 40px 30px 0;
  margin-bottom: 50px;
}
.section-school-advantages__slide_app .section-school-advantages__slide-img-wrap {
  margin-top: auto;
}
.section-school-advantages__slide-img-wrap {
  width: 100%;
  height: auto;
  max-height: 33vw;
}
.section-school-advantages__slide-imgs-wrap {
  max-height: 113px;
  display: flex;
  gap: 20px;
}
.section-school-advantages__slide-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.section-school-advantages__slide-imgs-wrap {
  margin-bottom: 50px;
}
.section-school-advantages__slide-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
}
.section-school-advantages__slide-text {
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-school-advantages__slide_theory .section-school-advantages__slide-img-wrap:nth-child(1) {
  max-width: 113px;
  width: 100%;
}
.section-school-advantages__slide:not(:nth-child(2)) .section-school-advantages__slide-content {
  margin-top: auto;
}
@media(max-width: 768px) {
  .section-school-advantages__slide {
    padding: 30px 20px 20px;
  }
  .section-school-advantages__slide_app {
    padding: 0;
  }
  .section-school-advantages__slide-title {
    font-size: 20px;
  }
  .section-school-advantages__slide-text {
    font-size: 16px;
  }
  .section-school-advantages__slide_app .section-school-advantages__slide-content {
    padding: 30px 16px 0;
    margin-bottom: 20px;
  }
  .section-school-advantages__slide_theory .section-school-advantages__slide-img-wrap:nth-child(1) {
    max-width: 100px;
    width: 100%;
  }
  .section-school-advantages__slide_theory .section-school-advantages__slide-img-wrap:nth-child(2) {
    display: none;
  }
  .section-how-aducation__video-wrap::after {
    background-color: rgba(0, 0, 0, .1);
  }
}

/* section-school-grafic */
.section-school-grafic  {
  background-color: #F4F5F6;
}
.section-school-grafic__main-card {
  margin-bottom: 60px;
  padding-left: 60px;
  display: flex;
  align-items: center;
  gap: 50px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.section-school-grafic__title {
  margin-bottom: 30px;
}
.section-school-grafic__text {
  font-size: 25px;
  line-height: 1.3em;
}
.section-school-grafic__main-card-img-wrap {
  max-width: 47%;
  height: 100%;
}
.section-school-grafic__main-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.section-school-grafic__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  align-items: start;
  column-gap: 30px;
  row-gap: 20px;
}
.section-school-grafic__card {
  padding: 50px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.section-school-grafic__card_calendar {
  padding: 0;
  grid-row: span 2;
  background-color: transparent;
}
.section-school-grafic__card_img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.section-school-grafic__card-title {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
}
.section-school-grafic__worktime-wrap {
  margin-bottom: 40px;
  display: flex;
  gap: 50px;
}
.section-school-grafic__worktime-wrap, .section-school-grafic__worktime-item, .section-school-grafic__worktime-text {
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-school-grafic__worktime-title {
  font-weight: 700;
}
.section-school-grafic__list {
  padding-left: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #3284FF;
}
.section-school-grafic__item::marker {
  color: #3284FF;
}
.section-school-grafic__worktime-text {
  margin-bottom: 20px;
}
.section-school-grafic__worktime-item .section-school-grafic__worktime-text {
  margin: 0;
}
.section-school-grafic__dop-text {
  font-size: 14px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-school-grafic__dop-text-accent {
  font-weight: 700;
}
.section-school-grafic__worktime-text.blue {
  color: #3284FF;
}
@media (max-width: 992px) {
  .section-school-grafic__main-card {
    margin-bottom: 10px;
    padding: 0;
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-school-grafic__main-card-content .section-school-grafic__title {
    padding: 0;
  }
  .section-school-grafic__main-card-content {
    padding: 30px 20px 0;
  }
  .section-school-grafic__main-card-img-wrap {
    gap: 30px;
    max-width: 100%;
  }
  .section-school-grafic__text {
    font-size: 16px;
  }
  .section-school-grafic__wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    column-gap: 0;
    row-gap: 10px;
  }
  .section-school-grafic__card_calendar {
    grid-row: span 1;
  }
  .section-school-grafic__card {
    padding: 30px 20px;
  }
  .section-school-grafic__card_calendar {
    padding: 0;
  }
  .section-school-grafic__card-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .section-school-grafic__worktime-wrap, .section-school-grafic__worktime-item, .section-school-grafic__worktime-text {
    font-size: 16px;
  }
  .section-school-grafic__worktime-wrap {
    margin-bottom: 20px;
  }
  .section-school-grafic__list {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .section-school-grafic__worktime-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .section-school-grafic__worktime-wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.section-find-teacher_start-group .section-find-teacher__title {
  margin-bottom: 30px;
  font-size: 56px;
}
.section-find-teacher_start-group__list {
  margin-bottom: 94px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #fff;
}
.section-find-teacher_start-group .section-find-teacher__wrap {
  background: url('../images/new/single-schools/start.png') no-repeat calc(100% - 83px) 52px / 235px auto, #373737;
}
.section-find-teacher_start-group__item {
  position: relative;
}
.section-find-teacher_start-group__item:first-child::after {
  content: '';
  display: block;
  position: absolute;
  left: -25px;
  top: -14px;
  width: 150px;
  height: 45px;
  background: url('../images/new/single-schools/pencil.svg') no-repeat center / cover;
}
.section-find-teacher_start-group__item.hidden {
  display: none;
}
.section-single-schools__rait-num {
  position: absolute;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
}
.section-how-aducation__slide-title-mob {
  display: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}
@media(max-width: 992px) {
  .section-how-aducation__swiper {
    height: 90vw;
    max-height: 439px;
  }
  .section-how-aducation__slide {
    padding: 20px;
  }
  .section-how-aducation .section-how-aducation__pagination {
    bottom: 20px;
    left: 20px;
    grid-template-columns: repeat(6, 1fr);
    width: calc(100% - 40px);
    gap: 6px;
    border-radius: 2px;
    overflow: initial;
  }
  .section-how-aducation__pagination-item {
    padding: 0;
    width: 100%;
    border: none;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .section-how-aducation__pagination-item::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: -18px;
  }
  .section-how-aducation__pagination-item.shown {
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .section-how-aducation__pagination-item-progress {
    background-color: #fff;
  }
  .section-single-schools__wrap {
    flex-wrap: wrap;
  }
  .section-how-aducation__slide-content {
    position: static;
  }
  .section-how-aducation__slide-title-mob {
    display: block;
    max-width: 90%;
    position: absolute;
    left: 20px;
    bottom: 50px;
  }
  .section-single-schools__content {
    padding: 30px 20px;
    width: 100%;
    order: 2;
  }
  .section-single-schools__work-time {
    margin-bottom: 30px;
    padding: 0;
    font-size: 14px;
    color: #3284FF;
    border: none;
  }
  .section-single-schools__address {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .section-single-schools__station-text {
    font-size: 14px;
  }
  .section-single-instructor__stations.section-single-schools__stations {
    margin-bottom: 30px;
  }
  .section-single-schools__map {
    order: 1;
    height: 52vw;
    min-height: auto;
  }
  .section-single-schools__btn {
    width: 100%;
  }
  .section-find-teacher_start-group .section-find-teacher__wrap {
    background: url('../images/new/single-schools/start.png') no-repeat center 52px / 235px auto, #373737;
  }
  .section-find-teacher_start-group__list{
    padding-left: 20px;
  }
  .section-all-instructors_single-schools .all-instructors-card__info-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .section-all-instructors_single-schools .all-instructors-card__name-location {
    margin-bottom: 0;
  }
  .section-all-instructors_single-schools .section-single-instructor__dop-text-about {
    max-width: 100%;
    margin-bottom: 0;
    order: 3;
  }
  .section-all-instructors_single-schools .all-instructors-card__bullets {
    order: 2;
  }
  .section-how-aducation__slide-title, .section-how-aducation__slide-text, .section-how-aducation__pagination-item-text {
    display: none;
  }
}
@media(max-width: 767px) {
  .section-single-schools__title-wrap {
    margin-bottom: 30px;
  }
  .section-all-instructors {
    padding-bottom: 60px;
  }
  .section-how-aducation {
    padding-top: 60px;
  }
  .section-single-schools__rait {
    min-width: 138px;
    width: 138px;
    height: 40px;
  }
  .section-single-schools__rait-num {
    right: 43px;
    bottom: 3px;
    font-size: 12px;
  }
  .section-single-schools__map .ymaps-2-1-79-controls__control {
    inset: 30px 15px auto auto!important;
  }
  .section-single-schools__map .ymaps-2-1-79-controls__control:last-child {
    inset: 116px 15px auto auto!important;
  }
  .section-start-groups_single-schools .section-start-groups__text {
    color: #fff;
    background-color: #3284FF;
  }
  .section-all-instructors_single-schools .all-instructors-card__name-location {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  .section-find-teacher_start-group .section-find-teacher__wrap {
    padding: 30px 20px;
    background: rgba(55, 55, 55, 1);
  }
  .section-find-teacher_start-group__item.hidden {
    display: block;
    height: auto;
  }
  .section-find-teacher_start-group .section-find-teacher__title {
    font-size: 20px;
    margin-bottom: 38px;
  }
  .section-find-teacher_start-group__bg-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .section-find-teacher_start-group__list {
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-find-teacher_start-group__item {
    max-width: 44%;
    width: 100%;
  }
}
@media(max-width: 350px) {
  .section-find-teacher_start-group__item {
    max-width: 100%;
  }
}
#sp-ea-1631.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
  float: right!important;
  background-color: #F4F5F6;
}

/* Maps  */
.section-single-maps {
  background-color: #F4F5F6;
}
.section-single-maps__wrap {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.section-single-maps__maps-tabs {
  max-width: 60%;
  width: 100%;
}
.section-single-maps__maps-tabs-btns {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style-type: none;
}
.section-single-maps__maps-tabs-btn {
  padding: 16px 30px 43px;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  border: none;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 0.49);
  transition: background-color .2s ease, transform .2s ease;
}
.section-single-maps__maps-tabs-btn:hover {
  background-color: #fff;
  border: none;
  transform: translateY(-3px);
}
.section-single-maps__maps-tabs-btn.active {
  background-color: #fff;
}
.section-single-maps__maps-tabs-item {
  display: none;
  width: 100%;
  min-height: 500px;
  position: relative;
  margin-top: -27px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  transition: background-color .2s ease;
}
.section-single-maps__maps-tabs-item.active {
  display: block;
}
.section-single-maps__dop-info {
  max-width: 40%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.section-single-maps__dop-info-img-wrap {
  width: 100%;
  height: auto;
  max-height: 316px;
  border-radius: 20px;
  overflow: hidden;
}
.section-single-maps__dop-info-img {
  display: block;
  width: 100%;
  height: auto;
}
.section-single-maps__dop-info-text {
  padding: 40px 30px;
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
@media(max-width: 992px) {
  .section-single-maps__wrap {
    flex-wrap: wrap;
  }
  .section-single-maps__maps-tabs, .section-single-maps__dop-info {
    max-width: 100%;
    width: 100%;
  }
  .section-single-maps__maps-tabs-btn {
    padding: 16px 10px 43px;
  }
  .section-single-maps__maps-tabs-btn .section-single-schools__station-text {
    width: 100%;
  }
  .section-single-maps__dop-info-img-wrap {
    max-height: none;
  }
  .section-single-maps__maps-tabs-item {
    min-height: 56vw;
  }
}
@media(max-width: 576px) {
  .section-single-maps__dop-info-text {
    font-size: 16px;
  }
  .section-single-maps__maps-tabs .ymaps-2-1-79-controls__control {
    inset: 30px 15px auto auto!important;
  }
  .section-single-maps__maps-tabs .ymaps-2-1-79-controls__control:last-child {
    inset: 116px 15px auto auto!important;
  }
}

/* section-single-schools-programs */
.section-single-schools-programs {
  background-color: #F4F5F6;
}
.section-single-schools-programs__wrap {
  display: flex;
  gap: 20px;
}
.single-schools-program-card {
  max-width: 33%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.single-schools-program-card__img-wrap {
  width: 100%;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
}
.single-schools-program-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-schools-program-card__content {
  padding: 40px 30px;
}
.single-schools-program-card__title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}
.single-schools-program-card__text-grey, .single-schools-program-card__text {
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.single-schools-program-card__text-grey {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.4);
}
@media(max-width: 900px) {
  .section-single-schools-programs__wrap {
    flex-wrap: wrap;
  }
  .single-schools-program-card {
    max-width: 100%;
    width: 100%;
  }
  .single-schools-program-card__img-wrap {
    height: 53vw;
  }
  .single-schools-program-card__content {
    padding: 30px 20px;
  }
  .single-schools-program-card__title {
    font-size: 20px;
  }
  .single-schools-program-card__text-grey, .single-schools-program-card__text {
    font-size: 16px;
  }
  .single-schools-program-card__text-grey {
    margin-bottom: 10px;
  }
}
.mobile_menu_body .reigons {
  display: none;
}

/* Single article  */
.section-single-article__cat-date {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-single-article__title {
  margin-bottom: 10px;
}
.section-single-article__desc {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-single-article__wrap {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
}
.section-single-article__img-wrap {
  min-width: 60.5%;
  width: 60.5%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.section-single-article__img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 350px;
  max-height: 402px;
  object-position: center 7%;
  object-fit: cover;
}
.section-single-article__author {
  min-width: 39.5%;
  width: 39.5%;
}
.section-single-article__author-img-wrap {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #D9D9D9;
}
.section-single-article__author-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-single-article__author-name {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  color: #000;
}
.section-single-article__author-text {
  font-size: 14px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-single-article__get-free {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 114px;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #8CD6FF;
}
.section-single-article__get-free-title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
}
.section-single-article__get-free-text, .team_desc {
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-single-article__get-free-btn {
  padding: 20px;
  min-width: 273px;
  width: auto;
  border-radius: 13px;
  color: #000;
  font-size: 16px;
  background-color: #E3F5FF;
  transition: background-color .3s ease, color .3s ease;
}
.section-article__wrap {
  display: flex;
  gap: 60px;
}
.section-article__main {
  width: calc(100% - 394px);
}
.section-article__side {
  width: 334px;
  position: relative;
}
.section-article__programs {
  padding: 30px 20px;
  position: sticky;
  top: 80px;
  background-color: #F4F5F6;
  border-radius: 20px;
  overflow: hidden;
}
.section-article__programs-img-wrap {
  margin-bottom: 20px;
  width: 100%;
  height: 160px;
  max-height: 200px;
  border-radius: 13px;
  overflow: hidden;
}
.section-article__programs-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-article__programs-list {
  list-style: none;
}
.section-article__programs-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.section-article__programs-item {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 18px;
  line-height: 1.44em;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
.section-article__programs-link  {
  color: #3D3BFF;
}
.section-article__programs-item::before {
  content: '';
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: url('../images/new/single/check-mark-black.png') no-repeat center / cover;
}
.section-article__programs-item_link-wrap::before {
  background: url('../images/new/single/check-mark.png') no-repeat center / cover;
}
.section-article__wp-content {
  margin-bottom: 30px;
}
.section-article__wp-content p,
.section-article__wp-content ul,
.section-article__wp-content ol {
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  color: #000;
}
.section-article__wp-content ul,
.section-article__wp-content ol {
  padding-left: 15px;
}
.section-article__wp-content ul {
  padding-left: 35px;
}
.section-article__wp-content ul:not(:last-child), .section-article__wp-content ol:not(:last-child) {
  margin-bottom: 30px;
}
.section-article__wp-content li:not(:last-child) {
  margin-bottom: 5px;
}
.section-article__wp-content ol li:not(:last-child) {
  margin-bottom: 15px;
}
/* .section-article__wp-content li:not(:last-child) {
  margin-bottom: 15px;
} */
.section-article__wp-content p:not(:last-child) {
  margin-bottom: 20px;
}
.section-article__wp-content a.section-youtube__video img {
  margin: 0;
  height: 100%;
}
.section-article__wp-content #ez-toc-container {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.section-article__wp-content .main {
  display: block;
  padding: 20px;
  border-left: 4px solid #83D9FF;
  background-color: #D2EFFC;
}
.section-article__wp-content #ez-toc-container .ez-toc-title {
  display: block;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
}
.section-article__wp-content .ez-toc-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section-article__wp-content #ez-toc-container ul.ez-toc-list-level-1 {
  padding-left: 20px;
}
.section-article__wp-content #ez-toc-container li {
  line-height: 1em;
}
.section-article__wp-content #ez-toc-container a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  color: #3D3BFF;
}
.section-article__wp-content #ez-toc-container a::before {
  margin: 0;
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #3D3BFF;
}
.section-article__wp-content h2,
.section-article__wp-content h3,
.section-article__wp-content h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
.section-article__wp-content img {
  display: block;
  max-width: 100%;
  /* width: 100%; */
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.section-article__wp-content iframe {
  display: block;
  width: 100%;
  height: auto;
  min-height: 370px;
  border-radius: 20px;
  overflow: hidden;
}
.section-article__recommended-article {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  gap: 38px;
  background-color: #fff;
  box-shadow:  0 0 10px 0 rgba(0, 0, 0, .2);
  text-decoration: none;
}
.section-article__recommended-article-img-wrap {
  position: relative;
  min-width: 254px;
  width: 254px;
  height: 140px;
  border-radius: 13px;
  overflow: hidden;
}
.section-article__recommended-article-img {
  position: absolute;
  left: -2.5%;
  top: -2.5%;
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: center top;
  transition: transform .2s ease
}
.section-article__recommended-article-text {
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  color: #000;
}
.section-article__recommended-article-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  transition: color .2s ease;
}
.section-article__recommended-article:hover .section-article__recommended-article-img  {
  transform: scale(0.99);
}
.section-article__recommended-article:hover {
  text-decoration: none;
}
.section-article__recommended-article:hover .section-article__recommended-article-title {
  color: #0F6AF1;
}
.article-banner {
  padding: 60px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F4F5F6;
  background-size: 216px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 60px) 60px;
}
.article-banner__content {
  max-width: 660px;
}
.article-banner__program {
  display: block;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  color: #000;
}
.article-banner__title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.23em;
  font-weight: 700;
}
.article-banner__text:not(:last-child) {
  margin-bottom: 25px;
}
.article-banner__text-wrap {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  color: #000;
}
.article-banner-popup .popup__title {
  margin-bottom: 20px;
}
.article-banner__btn {
  padding: 20px;
  max-width: 320px;
  width: 100%;
}
.section-related-articles {
  position: relative;
  background-color: #fff;
}
.related-articles-swiper__navigation {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.related-articles-swiper .article-card .article-card__img {
  transform: scale(1.02);
  transition: transform .3s ease;
}
.related-articles-swiper .article-card .article-card__title {
  transition: color .3s ease;
}
.related-articles-swiper .article-card__link:hover::after, .related-articles-swiper .article-card__link:hover::before {
  display: none;
}
.team-title {
  margin-bottom: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .related-articles-swiper .article-card .article-card__link:hover ~ .article-card__img-wrap .article-card__img {
      transform: scale(1);
  }
  .related-articles-swiper .article-card .article-card__link:hover ~ .article-card__content .article-card__title {
    color: #005AE2;
  }
}
@media(max-width: 992px) {
  .section-single-article .section-single-article__title {
    padding-left: 0;
  }
  .section-single-article__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .section-single-article__img-wrap, .section-single-article__author {
    min-width: 100%;
  }
  .section-single-article__author {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }
  .section-single-article__author-img-wrap {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .section-single-article__author-name {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .section-single-article__get-free {
    gap: 50px;
  }
  .section-single-article__img {
    min-height: 234px;
    max-height: 62vw;
  }
  .section-article__main {
    width: 100%;
  }
  .section-article__side {
    display: none;
  }
  .section-article__wp-content p,
  .section-article__wp-content ul,
  .section-article__wp-content ol {
    font-size: 16px;
  }
  .section-article__wp-content #ez-toc-container .ez-toc-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .section-article__wp-content #ez-toc-container a, .team_desc {
    font-size: 16px;
  }
  .team_desc {
    margin-bottom: 40px;
  }
  .section-article__wp-content #ez-toc-container .ez-toc-list {
    padding-left: 0;
    line-height: 1em;
    gap: 10px;
  }
  .section-article__wp-content h2,
  .section-article__wp-content h3,
  .section-article__wp-content h4{
    margin-bottom: 20px;
  }
  .section-article__recommended-article {
    gap: 20px;
  }
  .article-banner {
    padding: 30px 20px;
    border-radius: 13px;
    background-position: calc(100% - 34px) 12px;
    background-size: 83px auto;
  }
  .article-banner__program {
    margin-bottom: 44px;
    max-width: 60%;
    font-size: 16px;
  }
  .article-banner__title {
    font-size: 20px;
  }
  .article-banner__text-wrap {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .section-top .team-title {
    padding-left: 0;
  }
}
@media(max-width: 768px) {
  .section-single-article__cat-date {
    justify-content: space-between;
  }
  .last-article__info-cat-link, .section-single-article__date {
    font-size: 16px;
  }
  .section-single-article__get-free {
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .section-single-article__get-free-title, .section-single-article__get-free-text {
    font-size: 16px;
  }
  .section-single-article__get-free-btn {
    width: 100%;
    border-radius: 8px;
  }
  .section-single-article__date {
    min-width: max-content;
  }
  .section-article__wp-content iframe {
    display: block;
    width: 100%;
    height: 60vw;
    min-height: auto;
  }
  .section-article__recommended-article {
    padding: 30px 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .section-article__recommended-article-text {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .section-article__recommended-article-title {
    font-size: 20px;
  }
  .section-article__recommended-article-img-wrap {
    width: 100%;
    height: 50vw;
  }
  .article-banner__btn {
    border-radius: 13px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .related-articles-swiper__slide .article-card__img-wrap {
      height: 33vw;
  }
}
@media (max-width: 567px) {
  .related-articles-swiper__slide .article-card__img-wrap {
      height: 60vw;
  }
  .article-banner__btn  {
    font-size: 16px;
  }
}

/* Actions  */
.section-actions__title.hidden {
  display: none;
}
.section-actions__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
  list-style: none;
}
.actions__item {
  width: 100%;
}
.action-card {
  width: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 50px 40px 40px;
  border-radius: 30px;
  overflow: hidden;
}
.action-card__title {
  margin-bottom: 30px;
}
.action-card__form {
  margin: 0;
  padding: 18px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 13px 24px 0 rgba(0, 0, 0, 0.06);
}
.action-card__form .section-find-teacher__inputs {
  margin: 0;
  gap: 10px;
}
.action-card__form label input {
  background-color: #F4F5F6;
}
.action-card__form label input::placeholder {
  color: #B1B1B1;
}
.action-card__content {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Arial', sans-serif;
  color: #000;
}
.action-card__content p:not(:last-child) {
  margin-bottom: 10px;
}
.action-card__content ul {
  padding-left: 15px;
  font-size: 18px;
}
.action-card__content span {
  font-size: 14px;
  color: #2190CE;
}
.action-card__content ul {
  color: #000;
  list-style: disc;
}
.action-card__img-wrap-mob {
  display: none;
}
@media (max-width: 1199px) {
  .team_item {
    max-width: 25%;
    width: 50%;
    margin-bottom: 30px;
    padding: 0px 15px;
  }
}
@media(max-width: 992px) {
  .action-card {
    background-image: none!important;
    padding: 30px 20px;
    overflow: hidden;
  }
  .action-card .action-card__title {
    padding-left: 0;
  }
  .action-card__img-wrap-mob {
    position: relative;
    display: block;
    width: 100%;
    height: 62vw;
    z-index: 0;
  }
  .action-card__img-mob {
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: calc(100% + 40px);
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .action-card__title {
    margin-bottom: 10px;
  }
  .action-card__content {
    margin: 0;
    font-size: 16px;
  }
  .action-card__content ul {
    font-size: 16px;
  }
  .action-card__form {
    position: relative;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .action-card__form label input {
    background-color: #fff;
  }
  .action-card__form .form-agree_mob {
    padding-top: 10px;
    display: block;
  }
}
@media (max-width: 768px) {
  .team_item {
    max-width: 30%;
  }
}
@media (max-width: 567px) {
  .team_item {
    max-width: 50%;
  }
}
.section-single-stations__img-wrap {
  position: relative;
  height: auto;
  min-height: 370px;
}
.section-single-stations__address {
  margin-bottom: 40px;
}
.section-single-stations__img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-single-stations__content {
  padding: 60px 30px;
}
.section-single-stations__stations {
  margin-bottom: 80px;
}
.section-single-stations {
  padding-bottom: 20px;
}
.section-single-stations__content .section-single-schools__btn {
  padding: 15px 30px;
  margin-top: auto;
}
/* .section-single-stations__dop-text {
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
} */
.section-stations-bullets {
  padding-top: 0;
  background-color: #F4F5F6;
}
.section-stations-bullets__list {
  display: flex;
  gap: 20px;
  list-style: none;
}
.section-stations-bullets__item {
  padding: 30px;
  width: calc(33% - 10px);
  border-radius: 16px;
  background-color: #fff;
  color: #000;
}
.section-stations-bullets__title {
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
}
.section-stations-bullets__text {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.section-stations-bullets__item_blue {
  background-color: #3284FF;
  color: #fff;
}
.section-single-maps-stations__maps-tabs-content {
  margin-top: -27px;
  width: 100%;
  display: none;
  gap: 20px;
}
.section-single-maps-stations__maps-tabs .section-single-maps__maps-tabs-btns {
  max-width: calc(60% - 20px);
}
.section-single-maps-stations__maps-tabs {
  max-width: 100%;
}
.section-single-maps-stations__maps-tabs-content.active {
  display: flex;
}
.section-single-maps-stations__path-wrap {
  padding: 30px;
  max-width: 40%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}
.section-single-maps-stations__maps-tabs-content .section-single-maps__maps-tabs-item {
  margin-top: 0;
  max-width: 60%;
  display: block;
}
.section-single-maps-stations__path-title {
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3em;
  color: #3284FF;
}
.section-single-maps-stations__path {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  list-style: none;
}
.section-single-maps-stations__path-item {
  position: relative;
  display: flex;
  align-items: center;
  display: flex;
  gap: 10px;
}
.section-single-maps-stations__path-item-text {
  padding: 5px 0;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
  color: #000;
}
.section-single-maps-stations__path-item-time-wrap {
  position: relative;
  padding: 0 5px 20px;
  background: url('../images/new/stations-arrow.svg') no-repeat center calc(100% - 15px) / 100% auto;
}
.section-single-maps-stations__path-item-time {

  display: flex;
  align-items: center;
  gap: 5px;
}
.section-single-maps-stations__path-item-time-icon {
  display: block;
  width: 18px;
  height: 18px;
}
.section-single-maps-stations__path-item-time-text {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  color: #000;
}
.section-single-schools__station-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #000;
}
.section-single-schools__station-link:hover {
  text-decoration: none;
}
.section-single-schools__station-text {
  width: auto;
}
@media (max-width: 992px) {
  .section-single-stations__img-wrap {
    height: 52vw;
  }
  .section-single-maps-stations__maps-tabs-content {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-single-maps-stations__maps-tabs .section-single-maps__maps-tabs-btns {
    max-width: 100%;
  }
  .section-single-maps-stations__path-item-time-text {
    font-size: 12px;
  }
  .section-single-maps-stations__maps-tabs-content .section-single-maps__maps-tabs-item,
  .section-single-maps-stations__path-wrap {
    max-width: 100%;
  }
  .section-single-maps-stations__path-wrap {
    padding: 30px 20px;
  }
  .section-single-maps-stations__path-title, .section-single-maps-stations__path-item-text {
    font-size: 16px;
  }
  .section-single-maps-stations__path-title {
    margin-bottom: 10px;
  }
  .section-single-stations__address {
    margin-bottom: 20px;
  }
  .section-single-stations__content {
    padding: 30px 20px;
  }
  .section-single-stations {
    padding-bottom: 10px;
  }
  .section-stations-bullets__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .section-stations-bullets__item {
    padding: 30px 20px;
    width: 100%;
  }
  .section-stations-bullets__title {
    font-size: 20px;
  }
  .section-stations-bullets__text {
    font-size: 16px;
  }
  .section-single-schools__stations {
    margin-bottom: 20px;
  }
}
.all-instructors-card__name-link {
  color: #000;
  text-decoration: none;
  transition: opacity .2s ease;
}
.all-instructors-card__name-link:hover {
  color: #000;
  text-decoration: none;
  opacity: .8;
}
.section-map__schools {
  display: none;
}
p#breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: -30px;
}
p#breadcrumbs a{
    color: #000000;
}