@charset "UTF-8";
html[lang=ru-RU] .home section.school-intro .info .hero-heading {
  max-width: 742px;
}

html {
  background: #EAF5FF;
}

.home {
  background: #EAF5FF;
  font-family: "Roboto Condensed", sans-serif;
}
.home .text_bg {
  background: #337af3;
}
.home .iti--separate-dial-code .iti__selected-dial-code {
  font-family: "Roboto";
  font-weight: 300;
}
.home .button.yellow.up:hover .arrow {
  transform: rotate(90deg);
}
.home .button.yellow.up .arrow {
  transform: none;
}
.home section.school-intro {
  position: relative;
  overflow: hidden;
}
.home section.school-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 2048/499;
  z-index: 0;
  pointer-events: none;
  background: url("../img/bg.webp") top center/100% 100% no-repeat;
}
.home section.school-intro .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.home section.school-intro .info {
  width: 100%;
  margin-top: 211px;
}
.home section.school-intro .info .hero-heading {
  max-width: 610px;
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px !important;
  text-transform: uppercase;
  color: #000000;
  padding-top: 0;
  margin-block-start: 0;
  margin-block-end: 20px;
}
.home section.school-intro .info .hero-heading span {
  color: #337AF3;
}
.home section.school-intro .info .features-list {
  padding: 0;
  margin: 0;
  margin-bottom: 37px;
}
.home section.school-intro .info .features-list li {
  list-style: none;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: rgb(0, 0, 0);
  line-height: 29px !important;
  font-family: "Roboto";
}
.home section.school-intro .info .features-list li::before {
  content: "•";
  color: #000000;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 11px;
  margin-left: 11px;
}
.home section.school-intro .info .btn__group {
  width: -moz-max-content;
  width: max-content;
}
.home section.school-intro .info .btn__group .button {
  height: 60px;
  font-size: 18px;
  font-weight: 500;
}
.home section.school-intro .info .btn__group .button .arrow {
  width: 40px;
  height: 40px;
  transform: none;
}
.home section.school-intro .info .btn__group:hover .arrow {
  transform: rotate(90deg);
}
.home section.school-intro .info .images_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
}
.home section.school-intro .info .images_wrap .child {
  position: absolute;
  top: 135px;
  width: 377.89px;
  height: 426px;
  right: 60px;
  z-index: 3;
}
.home section.school-intro .info .images_wrap .child[data-lazyloaded], .home section.school-intro .info .images_wrap .child.litespeed-loaded {
  opacity: 1 !important;
  transition: none !important;
}
.home section.school-intro .info .images_wrap .yoga {
  position: absolute;
  top: 423px;
  right: -32px;
  z-index: 2;
  width: 548.29px;
  height: 134.6px;
}
.home section.school-intro .info .images_wrap .obj {
  position: absolute;
  top: 133px;
  right: -7px;
  width: 512.84px;
  z-index: 1;
  height: 114.75px;
}
.home section.teaching_routes .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.home section.teaching_routes .section-title {
  color: #000;
  font-size: 42px !important;
  margin-bottom: 30px;
}
.home section.teaching_routes .courses_filter {
  background: #D3E8FA;
  height: 43px;
  border-radius: 25px;
  display: flex;
  margin-bottom: 27px;
  padding: 2px;
  gap: 10px;
}
.home section.teaching_routes .courses_filter.mobile {
  display: none;
}
.home section.teaching_routes .courses_filter .item {
  color: #1E1E1E;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  border-radius: 50px;
  align-items: center;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 6px 10px;
  white-space: nowrap;
}
.home section.teaching_routes .courses_filter .item .before {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  flex: none;
  background: #FFFFFF;
}
.home section.teaching_routes .courses_filter .item.active {
  background: #FAD23C;
  border: 1px solid #337AF3;
}
.home section.teaching_routes .courses_filter .item.active .before {
  background: #FAD23C;
}
.home section.teaching_routes .cards_block {
  --block-color: rgba(178, 214, 243, 0.4);
  width: 100%;
  background: var(--block-color);
  border-radius: 25px;
  padding: 40px;
  margin-bottom: 14px;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.home section.teaching_routes .cards_block .cards_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 250px));
  gap: 18px;
}
.home section.teaching_routes .cards_block .cards_wrapper .card[hidden] {
  display: none !important;
}
.home section.teaching_routes .cards_block .cards_title {
  color: #337AF3;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.home section.teaching_routes .cards_block .card {
  background: white;
  border-radius: 15px;
  padding: 8px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  flex-flow: column;
  border: 2px solid #337AF3;
}
.home section.teaching_routes .cards_block .card .img {
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 125px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f9ff;
}
.home section.teaching_routes .cards_block .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home section.teaching_routes .cards_block .card .btn__group {
  margin-bottom: 0;
  margin-top: auto;
}
.home section.teaching_routes .cards_block .card .btn__group .button.yellow {
  padding: 3px 2.5px;
  padding-left: 14.5px;
  height: auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0px;
}
.home section.teaching_routes .cards_block .card .btn__group .button.yellow .arrow {
  width: 25px;
  height: 25px;
}
.home section.teaching_routes .cards_block .card .chip {
  border: 1px solid #337AF3;
  height: 24px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #337AF3;
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 8px;
}
.home section.teaching_routes .cards_block .card h3 {
  font-family: "Roboto";
  color: #000;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}
.home section.teaching_routes .cards_block .card p {
  font-family: "Roboto";
  margin: 0 0 12px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #666666;
  text-align: center;
}
.home section.news {
  padding-bottom: 120px;
  padding-top: 60px;
}
.home section.news .cards_block {
  width: 100%;
  background: rgba(176, 209, 237, 0.4);
  border-radius: 25px;
  padding: 40px;
}
.home section.news .section-title {
  color: #337AF3;
  font-size: 42px !important;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 49px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.home section.news .cards_wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.home section.news .cards_wrapper .card[hidden] {
  display: none !important;
}
.home section.news .card {
  min-width: 0;
  height: 100%;
  background: #FFFFFF;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home section.news .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(35, 72, 135, 0.12);
}
.home section.news .card .img {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home section.news .card .img.img--empty {
  opacity: 0.85;
}
.home section.news .card .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.home section.news .card .img .news-card__icon {
  font-size: 34px;
  line-height: 1;
}
.home section.news .card .card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 12px;
}
.home section.news .card h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #111111;
}
.home section.news .card p {
  margin: 0;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #666666;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home section.news .btn__group {
  margin: 24px 0 0;
  display: flex;
  justify-content: flex-start;
}
.home section.news .btn__group[hidden] {
  display: none !important;
}
.home section.news .btn__group .button.plus {
  border: 1px solid #337AF3;
  background: transparent;
  color: #337AF3;
  cursor: pointer;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  min-height: 44px;
  line-height: 19px;
  width: -moz-max-content;
  width: max-content;
}
.home section.news .btn__group .button.plus .arrow {
  color: #262626;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 400;
}
.home section.about_online {
  --about-online-expand-offset: 12px;
  padding-bottom: 120px;
}
.home section.about_online .about_online__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}
.home section.about_online .about_online__title {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  color: #000;
  font-size: 42px !important;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.home section.about_online .about_online__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 8px 16px;
  border-radius: 16px;
  background: #FAD23C;
}
.home section.about_online .about_online__body,
.home section.about_online .about_online__content {
  width: 100%;
}
.home section.about_online .about_online__body p,
.home section.about_online .about_online__body li,
.home section.about_online .about_online__content p,
.home section.about_online .about_online__content li {
  margin: 0;
  color: #666666;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.5px;
}
.home section.about_online .about_online__body p + p,
.home section.about_online .about_online__body p + ul,
.home section.about_online .about_online__body h3 + p,
.home section.about_online .about_online__body ul + p,
.home section.about_online .about_online__content p + p,
.home section.about_online .about_online__content p + ul,
.home section.about_online .about_online__content h3 + p,
.home section.about_online .about_online__content ul + p {
  margin-top: 8px;
}
.home section.about_online .about_online__body strong,
.home section.about_online .about_online__body b,
.home section.about_online .about_online__content strong,
.home section.about_online .about_online__content b {
  font-weight: 500;
}
.home section.about_online .about_online__body a,
.home section.about_online .about_online__content a {
  color: #337AF3;
  text-decoration: none;
}
.home section.about_online .about_online__body {
  overflow: hidden;
  will-change: height;
}
.home section.about_online:not(.is-expanded) .about_online__content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home section.about_online:not(.is-expanded) .about_online__content ul,
.home section.about_online:not(.is-expanded) .about_online__content ol {
  list-style: none;
}
.home section.about_online:not(.is-expanded) .about_online__content li {
  position: static;
  padding-left: 0;
}
.home section.about_online:not(.is-expanded) .about_online__content li::before {
  content: none;
}
.home section.about_online:not(.is-expanded) .about_online__content li::after {
  content: " ";
}
.home section.about_online.is-expanded .about_online__content {
  display: block;
  overflow: visible;
  text-overflow: initial;
}
.home section.about_online .about_online__content {
  display: block;
}
.home section.about_online .about_online__content h3 {
  margin: 0;
  color: #000;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.54px;
  margin-top: 12px;
}
.home section.about_online .about_online__content ul,
.home section.about_online .about_online__content ol {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.home section.about_online .about_online__content li {
  position: relative;
  padding-left: 18px;
  display: block;
}
.home section.about_online .about_online__content li + li {
  margin-top: 4px;
}
.home section.about_online .about_online__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #337AF3;
}
.home section.about_online .about_online__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 50px;
  border: 1px solid #337AF3;
  background: transparent;
  color: #337AF3;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  margin-top: 12px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.home section.about_online .about_online__toggle:hover {
  background: rgba(51, 122, 243, 0.06);
}
.home section.formats {
  padding-top: 108px;
  padding-bottom: 137px;
}
.home section.formats .wrapper {
  display: flex;
  gap: 33px;
}
.home section.formats .wrapper .left {
  width: 100%;
}
.home section.formats .wrapper .left h2 {
  font-size: 42px !important;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 49px;
}
.home section.formats .wrapper .left .switcher {
  border-radius: 25px;
  background-color: #CCE4E9;
  display: flex;
  width: 100%;
  margin-bottom: 55px;
  height: 60px;
  align-items: center;
  padding: 3.75px;
  position: relative;
  overflow: hidden;
  gap: 6px;
}
.home section.formats .wrapper .left .switcher.mobile {
  display: none;
}
.home section.formats .wrapper .left .switcher .switcher__thumb {
  position: absolute;
  top: 3.75px;
  left: 3.75px;
  height: calc(100% - 7.5px);
  border-radius: 25px;
  border: 1.75px solid #337AF3;
  background: #FAD23C;
  transition: transform 0.25s ease, width 0.25s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.home section.formats .wrapper .left .switcher .item {
  border: 1px solid transparent;
  padding: 14.75px 50px;
  font-family: "Roboto";
  white-space: nowrap;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-weight: 400;
  transition: color 0.2s ease;
  color: #323232;
}
.home section.formats .wrapper .left .switcher .item .switcher__ghost {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.home section.formats .wrapper .left .switcher .item.active {
  opacity: 1;
  font-weight: 600;
}
.home section.formats .wrapper .left ul {
  display: flex;
  flex-flow: column;
  position: relative;
}
.home section.formats .wrapper .left ul::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 0;
  align-items: center;
  height: 100%;
  --b: 1px;
  --s: 12px;
  --c1: #858585;
  --c2: transparent;
  padding: var(--b);
  background: repeating-conic-gradient(var(--c1) 0 25%, var(--c2) 0 50%) 0 0/var(--s) var(--s);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.home section.formats .wrapper .left ul li {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 32px;
  justify-content: center;
  margin-left: 90px;
  position: relative;
  display: flex;
  flex-flow: column;
}
.home section.formats .wrapper .left ul li:last-child {
  margin-bottom: 0;
}
.home section.formats .wrapper .left ul li .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.home section.formats .wrapper .left ul li .flex img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home section.formats .wrapper .left ul li .flex span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.home section.formats .wrapper .left ul li p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}
.home section.formats .wrapper .left ul li::before {
  content: "";
  position: absolute;
  width: 90px;
  left: -90px;
  align-items: center;
  height: 1px;
  --b: 1px;
  --s: 12px;
  --c1: #858585;
  --c2: transparent;
  padding: var(--b);
  background: repeating-conic-gradient(var(--c1) 0 25%, var(--c2) 0 50%) 0 0/var(--s) var(--s);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.home section.formats .wrapper .right {
  max-width: 580px;
  align-self: flex-start;
}
.home section.formats .wrapper .right .container_for_video {
  border: 2px dashed #858585;
  border-radius: 25px;
  padding: 28px 50px;
  position: sticky;
  top: 96px;
  width: 100%;
}
.home section.formats .wrapper .right .container_for_video .flex.mobile {
  display: none;
}
.home section.formats .wrapper .right .container_for_video .text {
  color: #1E1E1E;
  font-size: 20px;
  margin-top: 23px;
  text-align: center;
}
.home section.formats .wrapper .right .container_for_video a.img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  position: relative;
  align-items: center;
  justify-content: center;
}
.home section.formats .wrapper .right .container_for_video a.img .play__video {
  position: absolute;
  width: 80px;
  height: 50px;
}
.home section.formats .wrapper .right .container_for_video a.img img {
  width: 100%;
  height: 100%;
}
body.home.admin-bar section.formats .wrapper .right .container_for_video {
  top: calc(96px + var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
  body.home.admin-bar section.formats .wrapper .right .container_for_video {
    top: calc(96px + var(--wp-admin--admin-bar--height, 46px));
  }
}
.home section.work_examples {
  padding-top: 124px;
  padding-bottom: 105px;
  background: transparent;
}
.home section.work_examples .content {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.home section.work_examples .content .work_examples__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  gap: 3px;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.12;
}
.home section.work_examples .content .work_examples__title-mobile {
  text-transform: uppercase;
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3px;
  margin-bottom: 40px;
}
.home section.work_examples .content .work_examples__title-mobile.is-desktop-fallback {
  display: flex;
  gap: 0;
  margin-bottom: 0;
}
.home section.work_examples .content .work_examples__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  line-height: 60px;
  white-space: nowrap;
}
.home section.work_examples .content .work_examples__title-row--top {
  display: block;
}
.home section.work_examples .content .work_examples__title-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 15px;
  transform: rotate(-1deg);
  background: #337AF3;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  height: 60px;
  white-space: nowrap;
  width: 460px;
}
.home section.work_examples .content .section-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.12;
}
.home section.work_examples .content .section-title.text_bg {
  width: auto;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.home section.work_examples .content .buttons_wrapper {
  position: relative;
  width: 100%;
}
.home section.work_examples .content .buttons_wrapper .swiper-button-prev,
.home section.work_examples .content .buttons_wrapper .swiper-button-next {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  background: url(../../course/images/slide_arrow.svg) no-repeat center;
  background-color: #fff;
  border: 3px solid #FAD23C;
  top: calc(50% - 48px);
}
.home section.work_examples .content .buttons_wrapper .swiper-button-prev::after,
.home section.work_examples .content .buttons_wrapper .swiper-button-next::after {
  content: "";
}
.home section.work_examples .content .buttons_wrapper .swiper-button-next {
  transform: rotate(180deg);
}
.home section.work_examples .content .buttons_wrapper .swiper-pagination {
  position: static;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.home section.work_examples .content .buttons_wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.home section.work_examples .content .buttons_wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #FAD23C;
}
.home section.work_examples .content .buttons_wrapper .swiper .swiper-slide {
  justify-content: start;
}
.home section.work_examples .content .cards .card .row p {
  font-family: "Roboto";
  line-height: 19px;
}
.home section.work_examples .content .cards .card .row .year {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
}
.home section.work_examples .cards {
  width: 100%;
}
.home section.work_examples .cards .card {
  width: 100%;
}
.home section.work_examples .cards .swiper-slide {
  height: auto;
}
.home section.work_examples .cards .card .img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  min-height: 270px;
}
.home section.work_examples .cards .card .img::before {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.home section.why_choose_us {
  padding-bottom: 117px;
}
.home section.why_choose_us .center {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.home section.why_choose_us .center .section-title {
  margin-bottom: 60px;
}
.home section.why_choose_us .center .relative {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 550px;
}
.home section.why_choose_us .center .relative.mobile {
  display: none;
}
.home section.why_choose_us .center .relative .img {
  position: absolute;
  top: 0;
  left: 0;
}
.home section.why_choose_us .center .relative .img.img1 {
  top: 0px;
  left: 46px;
}
.home section.why_choose_us .center .relative .img.img2 {
  top: 0px;
  left: 810px;
  right: 15px;
}
.home section.why_choose_us .center .relative .img.img3 {
  top: 238px;
  left: 415px;
}
.home section.why_choose_us .center .relative .img.img4 {
  top: 300px;
  left: 900px;
}
.home section.why_choose_us .center .relative .vector {
  position: absolute;
  top: 0;
  left: 0;
}
.home section.why_choose_us .center .relative .vector.vector1 {
  top: 0px;
  left: 331px;
}
.home section.why_choose_us .center .relative .vector.vector2 {
  top: 204px;
  left: 37px;
}
.home section.why_choose_us .center .relative .vector.vector3 {
  top: 393px;
  left: 23px;
}
.home section.why_choose_us .center .relative .text_block {
  position: absolute;
  left: 0;
  right: 0;
  gap: 21px;
  display: flex;
}
.home section.why_choose_us .center .relative .text_block .text {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.home section.why_choose_us .center .relative .text_block .text .big_text {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.home section.why_choose_us .center .relative .text_block .text p {
  font-weight: 300;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 19px;
}
.home section.why_choose_us .center .relative .text_block .circle {
  background: #337AF3;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  flex: none;
}
.home section.why_choose_us .center .relative .text_block.text_block1 {
  top: 67px;
  left: 288px;
  max-width: 378px;
}
.home section.why_choose_us .center .relative .text_block.text_block2 {
  top: 169px;
  left: 650px;
  max-width: 415px;
}
.home section.why_choose_us .center .relative .text_block.text_block3 {
  top: 328px;
  left: 0;
  max-width: 395px;
}
.home section.why_choose_us .center .relative .text_block.text_block4 {
  top: 454px;
  left: 550px;
  max-width: 427px;
}
.home section.cert_home {
  padding-top: 50px;
  padding-bottom: 150px;
}
.home section.cert_home .certificate {
  background: url(../img/cert/bg.svg);
  padding: 43px 55px;
  border-radius: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.home section.cert_home .certificate .cert_wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 59px;
  padding-left: 32px;
  padding-bottom: 41px;
  border-radius: 15px;
}
.home section.cert_home .certificate .col .section-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 38px;
}
.home section.cert_home .certificate .col .section-title.text_bg {
  font-weight: 600;
  font-size: 48px !important;
  color: #000;
  margin-bottom: 7px;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  width: 314px;
  justify-content: center;
  margin: 0;
  margin-bottom: 7px;
  height: 64px;
}
.home section.cert_home .certificate .col .description {
  max-width: 400px;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
}
.home section.cert_home .certificate .vector {
  top: 135px;
  left: 404px;
}
.home section.cert_home .certificate .mali {
  left: 451px;
  top: -16px;
  width: 761px;
  height: 430px;
}
.home section.order_cert {
  padding-top: 120px;
  padding-bottom: 120px;
}
.home section.order_cert .content {
  align-items: center;
  display: flex;
}
.home section.order_cert .content .btn__group.mobile {
  display: none;
}
.home section.order_cert .order_cert_img {
  width: 510.2px;
  height: 400px;
  margin-right: 40px;
  border-radius: 25px;
  overflow: hidden;
}
.home section.order_cert .col {
  max-width: 560px;
}
.home section.order_cert .col .find {
  font-size: 22px;
  margin-bottom: 10px;
}
.home section.order_cert .col .section-title {
  font-size: 42px !important;
  font-weight: 500;
  margin-bottom: 0;
}
.home section.order_cert .col .section-title.text_bg {
  margin: 0;
  background: #3276ea;
  width: -moz-max-content;
  width: max-content;
}
.home section.order_cert .col .section-title.mobile {
  display: none;
}
.home section.order_cert .col .description {
  margin-top: 12px;
  font-size: 22px;
  margin-bottom: 27px;
  color: #1E1E1E;
}
.home section.order_cert .col .btn__group {
  width: -moz-max-content;
  width: max-content;
}
.home section.faq {
  padding-top: 0;
}
.home section.faq .content_wrapper {
  background: transparent;
}
.home section.faq .content_wrapper .content {
  background: transparent;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.home section.faq .content_wrapper .content .section-title {
  text-align: center;
  margin-bottom: 27px;
}
.home section.faq .content_wrapper .content .items {
  max-width: 946px;
  width: 100%;
}
.home section.short_form.trial_lesson {
  background: transparent;
  padding-bottom: 60px;
  padding-top: 95px;
}
.home section.short_form.trial_lesson .trial_lesson_wrapper {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: start;
}
.home section.short_form.trial_lesson .trial_lesson_wrapper .form_wrapper {
  width: 367px;
  flex: none;
}
.home section.short_form.trial_lesson .trial_lesson_wrapper .form_wrapper .new_form__box .button.yellow {
  font-weight: 400 !important;
}
.home section.short_form.trial_lesson .container {
  max-width: 946px;
  width: 100%;
  position: relative;
  padding: 0;
}
.home section.short_form.trial_lesson .container .left {
  position: relative;
}
.home section.short_form.trial_lesson .container .left .questions {
  margin-top: 72px;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
.home section.short_form.trial_lesson .container .left .hint {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px !important;
  text-transform: uppercase;
}
.home section.short_form.trial_lesson .container .left .baluba_strilka {
  width: 296.78px;
  height: 74.77px;
  top: 226px;
  left: 241px;
}
.home section.short_form.trial_lesson .container .left .baluba_strilka.mobile {
  display: none;
}

section.our_teachers .section-title {
  font-weight: 500;
}
section.our_teachers .content .cards .card .body ul li {
  line-height: 16px;
  padding: 5px 0;
}
section.our_teachers .content .cards .card .move h3 {
  padding-bottom: 0;
  padding-left: 20px;
  padding-top: 13px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
section.our_teachers .content .cards .card:hover .move h3 {
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .home section.school-intro .info {
    max-width: 371px;
    margin-top: 173px;
  }
  .home section.school-intro .info .hero-heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px !important;
    margin: 0 0 8px;
    margin-block-end: 8px;
  }
  .home section.school-intro .info .btn__group .button {
    height: 46px;
  }
  .home section.school-intro .info .btn__group .button .arrow {
    width: 32px;
    height: 32px;
  }
  .home section.school-intro .info .features-list {
    margin-bottom: 24px;
  }
  .home section.school-intro .info .features-list li {
    font-size: 14px;
    line-height: 18px !important;
    margin-bottom: 4px;
  }
  .home section.school-intro::before {
    height: 100%;
    aspect-ratio: auto;
  }
  .home section.teaching_routes .section-title {
    font-size: 32px !important;
    line-height: normal;
    margin-bottom: 16px;
    text-align: center;
  }
  .home section.teaching_routes .courses_filter {
    background: transparent;
    gap: 12px;
  }
  .home section.teaching_routes .courses_filter .item {
    background: #D3E8FA;
    font-size: 16px;
    padding: 0 16px;
  }
  .home section.teaching_routes .courses_filter .item .before {
    display: none;
  }
  .home section.teaching_routes .courses_filter .item.active {
    background: #FAD23C;
    border: 1px solid #337AF3;
    outline: 4px solid #d3e9fa;
  }
  .home section.teaching_routes .cards_block {
    padding: 24px 20px;
  }
  .home section.teaching_routes .cards_block .cards_title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .home section.teaching_routes .cards_block .cards_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
  }
  .home section.teaching_routes .cards_block .cards_wrapper .card h3 {
    font-weight: bold;
  }
  .home section.teaching_routes .cards_block .cards_wrapper .card p {
    font-weight: 300;
    color: #666666;
    line-height: 18px !important;
  }
  .home section.teaching_routes .cards_block .cards_wrapper .card .btn__group .button {
    background: #337AF3;
    color: #fff;
    padding: 0 20px;
    font-family: "Roboto";
    font-weight: 500;
  }
  .home section.teaching_routes .cards_block .cards_wrapper .card .btn__group .button .arrow {
    display: none;
  }
  .home section.news {
    padding-bottom: 56px;
  }
  .home section.news .cards_block {
    padding: 28px 24px 32px;
    border-radius: 28px;
  }
  .home section.news .section-title {
    font-size: 32px !important;
    margin-bottom: 20px;
    line-height: 38px;
  }
  .home section.news .cards_wrapper {
    gap: 16px;
  }
  .home section.news .card .img {
    height: 120px;
  }
  .home section.news .btn__group {
    margin-top: 20px;
  }
  .home section.about_online {
    padding-bottom: 56px;
  }
  .home section.about_online .about_online__title {
    font-size: 32px !important;
    line-height: 1.05;
  }
  .home section.about_online .about_online__badge {
    min-height: 48px;
  }
  .home section.about_online .about_online__body p,
  .home section.about_online .about_online__body li,
  .home section.about_online .about_online__content p,
  .home section.about_online .about_online__content li {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.48px;
  }
  .home section.about_online .about_online__content h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.48px;
  }
  .home section.formats {
    padding-top: 42px;
    padding-bottom: 64px;
  }
  .home section.formats .wrapper {
    gap: 20px;
  }
  .home section.formats .wrapper .left {
    max-width: 371px;
  }
  .home section.formats .wrapper .left h2 {
    font-size: 32px !important;
    margin-bottom: 24px;
    line-height: 38px;
  }
  .home section.formats .wrapper .left ul li {
    margin-left: 24px;
    padding: 12px 16px;
    margin-bottom: 16px;
  }
  .home section.formats .wrapper .left ul li::before {
    width: 24px;
    left: -24px;
  }
  .home section.formats .wrapper .left ul li .flex {
    margin-bottom: 8px;
  }
  .home section.formats .wrapper .left ul li .flex span {
    font-weight: 500;
  }
  .home section.formats .wrapper .left ul li p {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .home section.formats .wrapper .left .switcher {
    display: none;
  }
  .home section.formats .wrapper .left .switcher.mobile {
    display: flex;
    height: 43px;
    margin-bottom: 24px;
  }
  .home section.formats .wrapper .left .switcher.mobile .item {
    padding: 8px 40px;
    font-size: 16px;
    font-family: "Roboto Condensed";
  }
  .home section.formats .wrapper .right {
    min-width: auto;
  }
  .home section.formats .wrapper .right .container_for_video {
    padding: 12px;
  }
  .home section.formats .wrapper .right .container_for_video a.img {
    border-radius: 16px;
    border: 3px solid #000;
  }
  .home section.formats .wrapper .right .container_for_video .border {
    display: none;
  }
  .home section.formats .wrapper .right .container_for_video .text {
    color: #666666;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
    font-family: "Roboto";
    font-weight: bold;
  }
  .home section.work_examples {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .home section.work_examples .container.examples__container {
    overflow: hidden;
  }
  .home section.work_examples .content .work_examples__title {
    display: none;
  }
  .home section.work_examples .content .work_examples__title-mobile {
    display: flex;
  }
  .home section.work_examples .content .work_examples__title-mobile:not(.is-desktop-fallback) {
    gap: 8px;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
  }
  .home section.work_examples .content .work_examples__title-mobile:not(.is-desktop-fallback) .work_examples__title-row {
    gap: 12px;
    flex-wrap: wrap;
  }
  .home section.work_examples .content .work_examples__title-mobile:not(.is-desktop-fallback) .work_examples__title-row--top {
    width: 100%;
    line-height: 38px;
    height: auto;
  }
  .home section.work_examples .content .work_examples__title-mobile:not(.is-desktop-fallback) .work_examples__title-accent {
    padding: 10px 20px;
    width: auto;
    transform: none;
    height: 54px;
  }
  .home section.work_examples .content .work_examples__title-mobile.is-desktop-fallback .section-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 38px;
  }
  .home section.work_examples .content .work_examples__title-mobile.is-desktop-fallback .section-title.text_bg {
    transform: rotate(0deg);
    width: auto;
    padding: 8px 16px;
    margin-bottom: 24px;
  }
  .home section.work_examples .content .buttons_wrapper .swiper {
    overflow: visible;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .home section.work_examples .content .buttons_wrapper .swiper .swiper-slide {
    width: min(320px, 100vw - 72px);
    border: 2px solid #FAD23C;
    border-radius: 16px;
    background: white;
    padding: 12px;
  }
  .home section.work_examples .content .buttons_wrapper .swiper-button-prev,
  .home section.work_examples .content .buttons_wrapper .swiper-button-next {
    display: none;
  }
  .home section.work_examples .content .cards .card .row p,
  .home section.work_examples .content .cards .card .row .year {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
  }
  .home section.work_examples .content .cards .card .row .name {
    max-width: 350px;
  }
  .home section.our_teachers {
    padding-bottom: 56px;
  }
  .home section.our_teachers .container.examples__container {
    overflow: hidden;
  }
  .home section.our_teachers .section-title {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 38px;
  }
  .home section.our_teachers .content .swiper-button-prev,
  .home section.our_teachers .content .swiper-button-next {
    display: none;
  }
  .home section.our_teachers .content .swiper-pagination {
    position: static;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .home section.our_teachers .content .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
  .home section.our_teachers .content .swiper-pagination .swiper-pagination-bullet-active {
    background: #FAD23C;
  }
  .home section.our_teachers .content .cards.swiper {
    overflow: visible;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .home section.our_teachers .content .cards.swiper .swiper-slide {
    width: min(320px, 100vw - 72px);
  }
  .home section.our_teachers .content .cards .card {
    height: auto;
  }
  .home section.our_teachers .content .cards .card:hover .move {
    transform: translateY(0);
  }
  .home section.our_teachers .content .cards .card:hover .move h3 {
    padding-top: 13px;
  }
  .home section.our_teachers .content .cards .card h3 {
    padding-left: 12px;
    padding-bottom: 10px;
  }
  .home section.our_teachers .content .cards .card .body ul {
    padding-top: 0;
    padding-left: 12px;
    padding-bottom: 12px;
  }
  .home section.our_teachers .content .cards .card .body ul li {
    font-family: "Roboto";
    font-weight: 300;
    line-height: 18px;
  }
  .home section.why_choose_us {
    padding-bottom: 56px;
  }
  .home section.why_choose_us .center .section-title {
    width: 100%;
    transform: none;
    text-align: center;
    justify-content: center;
    font-size: 32px !important;
    padding: 8px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .home section.why_choose_us .center .relative {
    display: none;
    min-height: auto;
  }
  .home section.why_choose_us .center .relative.mobile {
    display: block;
  }
  .home section.why_choose_us .center .relative.mobile .cards {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 16px;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block {
    position: relative;
    border-radius: 16px;
    padding: 12px;
    display: flex;
    gap: 12px;
    flex-flow: column;
    background: #fff;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block:nth-child(1), .home section.why_choose_us .center .relative.mobile .cards .text_block:nth-child(4) {
    background: #D3E8FA;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block .flex {
    display: flex;
    gap: 8px;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block .flex .circle {
    width: 45px;
    height: 45px;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 18px;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block .flex .img {
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    width: 100px;
    height: 90px;
    position: relative;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block .flex .img.img1 {
    width: 118px;
    height: 90px;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block .flex .img.img2 {
    width: 128px;
    height: 76px;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block .flex .img.img3 {
    width: 88px;
    height: 70px;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block .flex .big_text {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block .flex p {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .home section.cert_home .certificate {
    padding: 16px;
    background: #FDF1C4;
    min-height: auto;
  }
  .home section.cert_home .certificate .vector {
    display: none;
  }
  .home section.cert_home .certificate .mali {
    width: 100%;
    height: calc(100% - 32px);
    bottom: 16px;
    top: inherit;
    max-width: 343px;
    max-height: 167px;
    right: 12px;
    left: inherit;
  }
  .home section.cert_home .certificate .cert_wrapper {
    padding: 16px 12px;
  }
  .home section.cert_home .certificate .cert_wrapper .col .section-title.text_bg {
    transform: none;
    font-size: 32px !important;
    padding: 8px 16px;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 8px;
    line-height: 38px !important;
    height: 54px;
  }
  .home section.cert_home .certificate .cert_wrapper .col .section-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .home section.cert_home .certificate .cert_wrapper .col .description {
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto";
    max-width: 343px;
    letter-spacing: 0.5px;
  }
  .home section.order_cert {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .home section.order_cert .content {
    flex-flow: row-reverse;
    gap: 79px;
  }
  .home section.order_cert .content .order_cert_img {
    margin-right: 0;
    width: 369px;
    flex: none;
    height: 290px;
  }
  .home section.order_cert .col {
    width: 100%;
  }
  .home section.order_cert .col .section-title {
    display: none;
    line-height: 38px;
  }
  .home section.order_cert .col .section-title.mobile {
    width: -moz-max-content;
    width: max-content;
    display: block;
    font-size: 32px !important;
    font-weight: 500;
    margin-bottom: 0;
    transform: none;
    margin-bottom: 4px;
  }
  .home section.order_cert .col .section-title.mobile.up {
    padding: 8px 16px;
  }
  .home section.order_cert .col .description {
    font-family: "Roboto";
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #666666;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .home section.order_cert .col .find {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: "Roboto";
    margin-bottom: 16px;
  }
  .home section.faq .content_wrapper .content {
    margin-bottom: 0;
  }
  .home section.faq .content_wrapper .content .section-title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 32px !important;
    font-weight: 600;
    line-height: 38px;
  }
  .home section.short_form.trial_lesson {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .home section.short_form.trial_lesson .container {
    padding: 0 36px;
    max-width: 1180px;
  }
  .home section.short_form.trial_lesson .container .left .questions {
    margin-top: 106px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .home section.short_form.trial_lesson .container .left .hint {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px !important;
    max-width: 369px;
  }
  .home section.short_form.trial_lesson .container .left .baluba_strilka {
    display: none;
  }
  .home section.short_form.trial_lesson .container .left .baluba_strilka.mobile {
    display: block;
    top: 215px;
    left: 254px;
  }
  .home section.short_form.trial_lesson .trial_lesson_wrapper {
    gap: 24px;
    justify-content: space-between;
  }
  .home section.short_form.trial_lesson .trial_lesson_wrapper .form_wrapper {
    max-width: 400px;
  }
  .home section.teaching_routes .cards_block .card .btn__group .button.yellow {
    min-height: 32px;
    padding: 8.5px 20px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
  }
}
@media screen and (max-width: 992px) {
  .home .work_examples .content .section-title.text_bg {
    color: #fff;
  }
  .home section.our_teachers .content .cards .card .body {
    display: block;
  }
  .home .examples__container .cards {
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .home section.school-intro .info .images_wrap .child {
    top: 135px;
    width: 371px;
    height: 370px;
    right: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 3;
    left: initial;
    right: 0;
  }
  .home section.school-intro .info .images_wrap .yoga {
    position: absolute;
    top: 382px;
    right: 0px;
    width: 371px;
    height: 123px;
    z-index: 3;
  }
  .home section.work_examples .cards .card .img {
    min-height: 160px;
    height: 160px;
  }
  .home section.cert_home {
    padding-bottom: 56px;
    padding-top: 0;
  }
  .home section.short_form.trial_lesson .container .left .baluba_strilka.mobile {
    display: block;
    top: 215px;
    left: 134px;
  }
}
@media screen and (max-width: 768px) {
  body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input input,
  body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .form__input input {
    border-radius: 12px;
  }
  .home section.school-intro .info {
    max-width: 326px;
  }
  .home section.school-intro .info .images_wrap .obj {
    width: 326px;
  }
  .home section.news .cards_block {
    padding: 24px 16px 24px;
    border-radius: 24px;
  }
  .home section.news .section-title {
    font-size: 32px !important;
    line-height: 29px;
    margin-bottom: 16px;
  }
  .home section.news .cards_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home section.news .card .img {
    height: 130px;
  }
  .home section.news .btn__group {
    margin-top: 16px;
  }
  .home section.news .btn__group .button.plus {
    width: 100%;
    justify-content: center;
  }
  .home section.about_online {
    --about-online-expand-offset: 10px;
  }
  .home section.about_online .about_online__inner {
    gap: 12px;
  }
  .home section.about_online .about_online__title {
    gap: 12px;
  }
  .home section.formats .wrapper .left {
    max-width: 328px;
  }
  .home section.formats .wrapper .left .switcher.mobile .item {
    padding: 8px 30px;
  }
  .home section.short_form.trial_lesson .container .left .questions {
    font-family: "Roboto";
  }
  .home section.short_form.trial_lesson .container .left .baluba_strilka.mobile {
    display: block;
    top: 231px;
    left: 108px;
  }
  .home section.order_cert .content {
    gap: 24px;
  }
  .home section.short_form.trial_lesson .trial_lesson_wrapper .form_wrapper {
    max-width: 324px;
  }
}
@media screen and (max-width: 576px) {
  .home section.about_online:not(.is-expanded) .about_online__content {
    -webkit-line-clamp: 5;
  }
  .home .container {
    padding: 0 16px;
  }
  .home section.news {
    padding-top: 0;
  }
  .home section.news .cards_wrapper {
    grid-template-columns: 1fr;
  }
  .home section.news .btn__group {
    margin-top: 16px;
  }
  .home section.news .btn__group .button.plus {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 8px 8px 24px;
    border: none;
    border-radius: 999px;
    background: #FAD23C;
    color: #000;
    box-shadow: 0 7px 10px 0 rgba(112, 79, 230, 0.1254901961);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    padding-left: 15px;
  }
  .home section.news .btn__group .button.plus span:first-child {
    flex: 1 1 auto;
  }
  .home section.news .btn__group .button.plus .arrow {
    background: #fff;
  }
  .home section.about_online {
    --about-online-expand-offset: 8px;
    padding-bottom: 56px;
  }
  .home section.about_online .about_online__inner {
    gap: 0;
  }
  .home section.about_online .about_online__title {
    gap: 8px;
    font-size: 32px !important;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
  }
  .home section.about_online .about_online__badge {
    min-height: 52px;
    padding: 8px 16px;
    border-radius: 16px;
  }
  .home section.about_online .about_online__body p,
  .home section.about_online .about_online__body li,
  .home section.about_online .about_online__content p,
  .home section.about_online .about_online__content li {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.42px;
  }
  .home section.about_online .about_online__body strong,
  .home section.about_online .about_online__body b,
  .home section.about_online .about_online__content strong,
  .home section.about_online .about_online__content b {
    font-weight: 700;
  }
  .home section.about_online .about_online__content h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.42px;
  }
  .home section.about_online .about_online__content li {
    padding-left: 12px;
  }
  .home section.about_online .about_online__content li::before {
    top: 5px;
  }
  .home section.about_online .about_online__toggle {
    min-height: 42px;
    padding: 12px 24px;
  }
  .home section.school-intro::before {
    max-height: 440px;
    width: 100%;
  }
  .home section.school-intro .info {
    margin-top: 130px;
    max-width: 100%;
  }
  .home section.school-intro .info .btn__group {
    width: 100%;
  }
  .home section.school-intro .info .btn__group .button {
    width: 100%;
    justify-content: center;
  }
  .home section.school-intro .info .features-list li {
    font-size: 16px;
    line-height: 20px !important;
  }
  .home section.school-intro .info .hero-heading {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px !important;
    margin: 0 0 16px;
    margin-block-end: 16px;
  }
  .home section.school-intro .info .images_wrap {
    position: relative;
    margin-top: 24px;
  }
  .home section.school-intro .info .images_wrap .child,
  .home section.school-intro .info .images_wrap .yoga,
  .home section.school-intro .info .images_wrap .obj {
    position: relative;
  }
  .home section.school-intro .info .images_wrap .child {
    width: 100%;
    top: inherit;
    position: relative;
    height: 306px;
  }
  .home section.school-intro .info .images_wrap .yoga {
    position: absolute;
    width: 100%;
    top: 207px;
    width: 293px;
    margin: 0 auto;
    left: 0;
  }
  .home section.school-intro .info .images_wrap .obj {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .home section.formats .wrapper {
    flex-flow: column;
  }
  .home section.formats .wrapper .left ul li .flex {
    gap: 12px;
  }
  .home section.short_form.trial_lesson .trial_lesson_wrapper {
    flex-flow: column;
  }
  .home section.why_choose_us .center .section-title {
    white-space: normal;
  }
  .home section.why_choose_us .center .relative.mobile .cards {
    grid-template-columns: 1fr;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block:nth-child(1), .home section.why_choose_us .center .relative.mobile .cards .text_block:nth-child(3) {
    background: #fff;
  }
  .home section.why_choose_us .center .relative.mobile .cards .text_block:nth-child(2), .home section.why_choose_us .center .relative.mobile .cards .text_block:nth-child(4) {
    background: #D3E8FA;
  }
  .home section.teaching_routes .courses_filter {
    display: none;
  }
  .home section.teaching_routes .courses_filter.mobile {
    display: flex;
  }
  .home section.teaching_routes .cards_block .card .chip.mobile {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0 12px;
    min-height: 24px;
    border: none;
    border-radius: 0 12px 0 12px;
    background: #337AF3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0;
    z-index: 1;
  }
  .home section.formats .wrapper .left {
    max-width: 100%;
  }
  .home section.formats .wrapper .left h2 {
    text-align: center;
  }
  .home section.formats .wrapper .left .switcher.mobile .item {
    width: 50%;
    text-align: center;
    font-weight: 500;
    padding: 8px 20px;
  }
  .home section.formats .wrapper .left ul::before {
    display: none;
  }
  .home section.formats .wrapper .left ul li {
    margin-left: 0;
  }
  .home section.formats .wrapper .left ul li::before {
    display: none;
  }
  .home section.formats .wrapper .right .container_for_video {
    border: none;
    padding: 0;
    position: static;
    top: auto;
  }
  .home section.formats .wrapper .right .container_for_video .flex.mobile {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .home section.formats .wrapper .right .container_for_video .flex.mobile .section-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    white-space: nowrap;
  }
  .home section.formats .wrapper .right .container_for_video .flex.mobile .section-title.yellow {
    color: #000;
    padding: 8px 16px;
    border-radius: 16px;
  }
  .home section.formats .wrapper .right .container_for_video .text {
    display: none;
  }
  .home .work_examples .content .cards .card .img {
    min-height: 156px;
  }
  .home .work_examples .content .cards .card .img a img {
    max-height: 160px;
    height: 100%;
    border-radius: 12px;
  }
  .home section.cert_home .certificate .mali {
    position: relative;
    width: 383px;
    height: 212px;
    bottom: -16px;
    max-height: 100%;
    max-width: 383px;
    top: inherit;
    left: -41px;
    bottom: -18px;
  }
  .home section.order_cert {
    padding-top: 64px;
    padding-bottom: 104px;
  }
  .home section.order_cert .content {
    gap: 24px;
    flex-flow: column-reverse;
  }
  .home section.order_cert .content .btn__group {
    display: none;
  }
  .home section.order_cert .content .btn__group.mobile {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .home section.order_cert .content .col {
    align-items: center;
  }
  .home section.order_cert .content .col .find {
    text-align: center;
  }
  .home section.order_cert .content .col .description {
    text-align: center;
    margin-top: 8px;
  }
  .home section.order_cert .content .order_cert_img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 230px;
  }
  .home section.order_cert .content .btn__group {
    margin-top: 0;
  }
  .home section.short_form.trial_lesson {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .home section.short_form.trial_lesson .container .left .baluba_strilka.mobile {
    display: none;
  }
  .home section.short_form.trial_lesson .container .left .questions {
    margin-top: 0;
  }
  .home section.short_form.trial_lesson .trial_lesson_wrapper .form_wrapper {
    max-width: 100%;
    width: 100%;
  }
  .home section.teaching_routes .courses_filter .item {
    padding: 0 12px;
  }
}/*# sourceMappingURL=home.css.map */