body {
  overflow-x: hidden;
}

:root {
  --bg:#FFF4F0;
  --2:#FF9CA1;
  --3:#263F53;
  --white:#FFF;
  --4:#7D8C98;
  --grey:#999;
  --5:#565656;
}

.container {
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.row {
  margin: 0;
}

header {
  background: var(--bg);
}
header .container {
  padding-top: 38.44px;
  padding-bottom: 30.88px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--2);
}
header nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
}
header nav ul li a {
  text-decoration: none;
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .call {
  color: var(--2);
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  padding-left: 29px;
  padding-right: 29px;
  border-radius: 40px;
  border: 1px solid var(--2);
  box-shadow: 0px 4px 14px 0px rgba(250, 138, 144, 0.4);
}
header .phones {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  position: relative;
}
header .phones.open {
  position: relative;
  top: 0;
  height: 24.5px;
}
header .phones.open li {
  display: block !important;
}
header .phones.open span svg {
  transform: rotate(180deg);
}
header .phones ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
header .phones ul li {
  display: none;
}
header .phones ul li:first-child {
  display: block;
}
header .phones ul li a {
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#main {
  background: var(--bg);
  padding-bottom: 92px;
}
#main .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 63px;
}
#main .container .left {
  width: 45.28%;
  padding-top: 92.5px;
}
#main .container .left h1 {
  color: var(--3);
  font-family: "Nunito";
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 97.222%;
  margin-bottom: 24px;
}
#main .container .left p {
  padding: 0;
  margin: 0;
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#main .container .left .buttons {
  margin-top: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
#main .container .left .buttons a {
  display: block;
}
#main .container .left .buttons a.lesson {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 35px;
  padding-right: 35px;
  color: var(--bg);
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid var(--2);
  background: var(--2);
  box-shadow: 0px 4px 14px 0px rgba(250, 138, 144, 0.4);
}
#main .container .left .buttons a:last-child {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
#main .container .left .buttons a:last-child span {
  max-width: 95px;
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
#main .container .left .socials {
  margin-top: 73px;
  display: flex;
  flex-direction: row;
  gap: 17px;
}
#main .container .left .socials span {
  max-width: 129px;
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
}
#main .container .left .socials ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6.43px;
}
#main .container .left .socials ul li a {
  width: 32.884px;
  height: 32.884px;
  background: var(--3);
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main .container .right {
  padding-top: 28px;
  position: relative;
}
#main .container .right .img {
  position: relative;
  z-index: 2;
}
#main .container .right #scene {
  position: absolute;
  z-index: 0;
}
#main .container .right #scene img:nth-child(1) {
  left: 43px !important;
  top: 59px !important;
  z-index: 1;
}
#main .container .right #scene img:nth-child(2) {
  left: 303px !important;
  top: 324px !important;
}
#main .container .right #scene img:nth-child(3) {
  left: -74px !important;
  top: 4px !important;
}
#main .container .right #scene img:nth-child(4) {
  left: 231px !important;
  top: 59px !important;
}

#programs {
  margin-top: 47px;
  position: relative;
}
#programs #scene1 {
  position: absolute;
  width: 100%;
}
#programs #scene1 img:nth-child(1) {
  top: 342px !important;
  left: 208px !important;
}
#programs #scene1 img:nth-child(2) {
  left: auto !important;
  right: 281px !important;
  top: 113px !important;
}
#programs .container {
  display: flex;
  flex-direction: column;
}
#programs .title {
  color: var(--3);
  font-family: "Nunito";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 34px;
}
#programs .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 28px;
}
#programs .items-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 25px;
  height: 561px;
  overflow: hidden;
  width: 51.8%;
}
#programs .items-wrap .item {
  width: calc(50% - 10px);
  background: var(--bg);
  border-radius: 30px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#programs .items-wrap .item .title {
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.44px;
  margin-bottom: 8px;
}
#programs .items-wrap .item .description {
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 38px;
  padding-right: 45px;
}
#programs .items-wrap .item .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#programs .items-wrap .item .bottom a {
  text-decoration: none;
  color: var(--bg);
  font-family: "Nunito";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: -0.36px;
  border-radius: 15px;
  background: var(--2);
  padding: 3px 20px;
}
#programs .more-info {
  width: calc(48.2% - 28px);
}
#programs .more-info .title {
  padding-top: 65px;
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 39px;
  border-bottom: 1px solid #d3d8dc;
  margin-bottom: 18px;
}
#programs .more-info .description {
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin-bottom: 40px;
}
#programs .more-info .button {
  text-decoration: none;
  padding: 15px 61px;
  color: var(--2);
  font-family: "Nunito";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid var(--2);
  box-shadow: 0px 4px 14px 0px rgba(250, 138, 144, 0.4);
  display: block;
  width: fit-content;
}

#about {
  margin-top: 40px;
  position: relative;
}
#about #scene2 {
  position: absolute;
  width: 100%;
}
#about #scene2 img:nth-child(1) {
  left: auto !important;
  right: 131px !important;
  top: 219px !important;
  position: absolute !important;
}
#about #scene2 img:nth-child(2) {
  left: auto !important;
  right: 146px !important;
  top: 345px !important;
}
#about #scene2 img:nth-child(3) {
  top: 730px !important;
  left: 288px !important;
}
#about .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#about .title {
  color: var(--3);
  font-family: "Nunito";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 40px;
}
#about .img {
  position: relative;
}
#about .img img {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
#about .img .back-layer {
  width: 662.667px;
  height: 487.667px;
  border-radius: 35px;
  border: 15px solid var(--2);
  box-shadow: 0px 0px 10px 0px rgba(255, 156, 161, 0.5);
  position: absolute;
  top: -24px;
  left: 33.33px;
  z-index: 0;
}
#about .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 37px;
  gap: 20px;
}
#about .row .left {
  display: flex;
  flex-direction: column;
  width: 274px;
  border-radius: 30px;
  background: var(--2);
  padding: 24px;
}
#about .row .left .title {
  color: var(--bg);
  font-family: "Nunito";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 36px */
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
#about .row .left .description {
  color: var(--white);
  font-family: "Nunito Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 115.385% */
  letter-spacing: -0.52px;
}
#about .row .left img {
  margin-top: 34px;
  width: 164px;
  height: 164px;
  margin-left: auto;
  margin-right: auto;
}
#about .row .right {
  width: calc(100% - 294px);
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
#about .row .right .visiable-text, #about .row .right .hidden-text {
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
#about .row .right .visiable-text p, #about .row .right .hidden-text p {
  margin-bottom: 22px;
}
#about .row .right .hidden-text {
  display: none;
}
#about .row .right .hidden-text.open {
  display: block;
}
#about .row .right .show-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
#about .row .right .show-more span {
  color: var(--2);
  font-family: "Nunito";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#about .row .right .show-more .onopen {
  display: none;
}
#about .row .right .show-more .standart {
  display: block;
}
#about .row .right .show-more.open .onopen {
  display: block;
}
#about .row .right .show-more.open .standart {
  display: none;
}
#about .row .right .show-more.open svg {
  transform: rotate(180deg);
}

#process {
  margin-top: 44px;
  background: var(--bg);
  padding-bottom: 62px;
  position: relative;
}
#process #scene3 {
  z-index: 0;
  width: 100%;
  position: relative;
  height: 0;
}
#process #scene3 img:nth-child(1) {
  top: 177px !important;
  z-index: -1;
  position: absolute !important;
  left: auto !important;
  right: 43% !important;
}
#process #scene3 img:nth-child(2) {
  left: 180px !important;
  top: 355px !important;
}
#process #scene3 img:nth-child(3) {
  left: auto !important;
  top: 107px !important;
  right: 260px !important;
}
#process .container {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#process .title {
  margin-top: 73px;
  color: var(--3);
  font-family: "Nunito";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 96.154% */
}
#process .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 100px;
}
#process .row .img {
  margin-left: 34px;
  margin-top: 72px;
}
#process .row .items-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 52%;
  margin-top: -6px;
  gap: 38px;
  position: relative;
}
#process .row .items-wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 80%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='648' viewBox='0 0 2 648' fill='none'%3E%3Cpath d='M1.00146 0L0.999822 647.5' stroke='%237D8C98' stroke-width='2' stroke-dasharray='8 8'/%3E%3C/svg%3E");
  left: 35px;
}
#process .row .items-wrap .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 81px;
  position: relative;
}
#process .row .items-wrap .item::before {
  content: "";
  position: absolute;
  display: block;
  width: 61px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81' height='9' viewBox='0 0 81 9' fill='none'%3E%3Cg clip-path='url(%23clip0_322_614)'%3E%3Cline x1='-10' y1='5' x2='81' y2='5' stroke='%237D8C98' stroke-width='2' stroke-dasharray='8 8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_322_614'%3E%3Crect width='81' height='9' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  left: 77px;
  margin-top: -3px;
}
#process .row .items-wrap .item span {
  width: 69.916px;
  height: 69.916px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70' fill='none'%3E%3Ccircle cx='35.042' cy='34.9581' r='34.1725' fill='%23FF9CA1' stroke='white' stroke-width='1.57115' stroke-dasharray='3.14 3.14'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--bg);
  font-family: "Nunito Sans";
  font-size: 21.996px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.44px;
}
#process .row .items-wrap .item .column {
  width: calc(100% - 69.916px - 81px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 18.423px;
  border: 2px dashed var(--2);
  background: var(--white);
  padding: 30px 28px;
}
#process .row .items-wrap .item .column .title {
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.859px;
  letter-spacing: -0.32px;
  margin-top: 0;
  margin-bottom: 9px;
}
#process .row .items-wrap .item .column .description {
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.761px;
}

#teachers {
  position: relative;
}
#teachers #scene4 {
  position: absolute;
  z-index: 0;
  width: 100%;
}
#teachers #scene4 img:nth-child(1) {
  left: 365px !important;
  top: 135px !important;
  z-index: -1;
}
#teachers #scene4 img:nth-child(2) {
  left: auto !important;
  top: 587px !important;
  right: 300px !important;
}
#teachers .swiper-button-lock {
  display: block;
}
#teachers .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#teachers .title {
  margin-top: 54px;
  color: var(--3);
  font-family: "Nunito";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 166.667% */
}
#teachers .teacher-slider {
  margin-top: 48px;
  width: 100%;
  padding-bottom: 55px;
}
#teachers .teacher-slider .teacher-slider-button-prev {
  top: 0;
  position: absolute;
  left: auto;
  right: 36px;
  z-index: 1;
}
#teachers .teacher-slider .swiper-pagination {
  bottom: 2px;
  left: 110px;
  width: fit-content;
}
#teachers .teacher-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.5;
  background: var(--3);
}
#teachers .teacher-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#teachers .teacher-slider .teacher-slider-button-next {
  top: 0;
  position: absolute;
  left: auto;
  right: -4px;
  z-index: 1;
}
#teachers .teacher-slider .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 34px;
}
#teachers .teacher-slider .swiper-slide .img {
  max-width: 471px;
}
#teachers .teacher-slider .swiper-slide .img img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}
#teachers .teacher-slider .swiper-slide .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 471px - 34px);
}
#teachers .teacher-slider .swiper-slide .right .title {
  margin-top: 40px;
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 46.8px */
  letter-spacing: -0.52px;
}
#teachers .teacher-slider .swiper-slide .right span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--4);
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
#teachers .teacher-slider .swiper-slide .right span::after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 58px;
  height: 1px;
  background: var(--4);
}
#teachers .teacher-slider .swiper-slide .right .description {
  padding-top: 28px;
  color: var(--4);
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
#teachers .teacher-slider .swiper-slide .right .button {
  margin-top: 27px;
  padding: 16px 44px;
  color: var(--2);
  font-family: "Nunito";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #FF9CA1;
  display: block;
  text-decoration: none;
}

#gallery {
  margin-top: 59px;
}
#gallery .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
#gallery .container .gallery-slider-button-prev {
  position: absolute;
  top: 24px;
  left: auto;
  right: 35px;
}
#gallery .container .gallery-slider-button-next {
  position: absolute;
  top: 24px;
  left: auto;
  right: -4px;
}
#gallery .title {
  color: var(--3);
  font-family: "Nunito";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 166.667% */
}
#gallery .gallery-slider {
  width: 100%;
  padding-top: 59px;
  padding-bottom: 59px;
}
#gallery .gallery-slider .swiper-slide.swiper-slide-next {
  scale: 1.2;
  z-index: 1;
}
#gallery .gallery-slider .swiper-slide a {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(38, 63, 83, 0.2);
  width: 100%;
  display: block;
}
#gallery .gallery-slider .swiper-slide a.video-block {
  position: relative;
  background: black;
}
#gallery .gallery-slider .swiper-slide a.video-block svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#gallery .gallery-slider .swiper-slide a.video-block img {
  opacity: 0.5;
}
#gallery .gallery-slider .swiper-slide a img {
  width: 100%;
  height: auto;
}

#certificates {
  margin-top: 30px;
  position: relative;
}
#certificates #scene5 {
  position: absolute;
  z-index: 0;
  width: 100%;
}
#certificates #scene5 img:nth-child(1) {
  left: auto !important;
  top: 54px !important;
  right: 280px !important;
  position: absolute !important;
}
#certificates #scene5 img:nth-child(2) {
  left: 319px !important;
  top: 353px !important;
}
#certificates .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
#certificates .title {
  color: var(--3);
  font-family: "Nunito";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 166.667% */
}
#certificates .certificates-slider {
  width: 100%;
  margin-top: 45px;
}
#certificates .certificates-slider .swiper-slide a {
  display: block;
  width: 100%;
}
#certificates .certificates-slider .swiper-slide a img {
  width: 100%;
  height: auto;
}

#reviews {
  margin-top: 184px;
}
#reviews .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 96px;
}
#reviews .left {
  min-width: 297px;
  width: 297px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#reviews .left .title {
  color: var(--3);
  font-family: "Nunito";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 134.615% */
  margin-bottom: 20px;
}
#reviews .left .description {
  color: var(--4);
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
#reviews .left .reviews-slider-pagination {
  color: var(--3);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  margin-top: 45px;
}
#reviews .left .swiper-pagination-current {
  font-size: 48px;
}
#reviews .left .slider-buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
}
#reviews .left .buttons-group {
  margin-top: 26px;
  gap: 37px;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: flex-start;
}
#reviews .left .buttons-group .button {
  border-radius: 15px;
  background: #FF9CA1;
  padding: 3px 20px;
  color: var(--bg);
  font-family: "Nunito";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 36px */
  letter-spacing: -0.4px;
}
#reviews .right {
  width: 100%;
}
#reviews .right .reviews-slider {
  width: 100%;
}
#reviews .right .reviews-slider .swiper-wrapper {
  gap: 20px;
}
#reviews .right .reviews-slider .swiper-slide {
  padding: 48px 25px;
  border-radius: 30px;
  background: var(--bg);
  min-height: 330px;
}
#reviews .right .reviews-slider .swiper-slide .name {
  color: var(--3);
  font-family: "Nunito";
  font-size: 19.765px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 35.576px */
  letter-spacing: -0.395px;
}
#reviews .right .reviews-slider .swiper-slide .age {
  margin-top: -3px;
  color: var(--grey);
  font-family: "Nunito Sans";
  font-size: 13.176px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 23.718px */
  letter-spacing: -0.264px;
}
#reviews .right .reviews-slider .swiper-slide .text {
  color: var(--4);
  font-family: "Nunito Sans";
  font-size: 13.176px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.4px */
  margin-top: 35px;
  width: 225.301px;
}

#news {
  margin-top: 143px;
  position: relative;
}
#news #scene6 {
  position: absolute;
  z-index: 0;
  width: 100%;
}
#news #scene6 img:nth-child(1) {
  left: auto !important;
  top: 446px !important;
  right: 150px !important;
  position: absolute !important;
}
#news .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e8ea;
}
#news .top {
  position: relative;
  width: 100%;
}
#news .top .title {
  color: var(--3);
  font-family: "Nunito";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 166.667% */
}
#news .top .news-slider-button-prev {
  position: absolute;
  left: auto;
  right: 38px;
  top: 25px;
}
#news .top .news-slider-button-next {
  position: absolute;
  left: auto;
  right: -2px;
  top: 25px;
}
#news .news-slider {
  width: 100%;
  margin-top: 53px;
}
#news .news-slider .swiper-wrapper {
  gap: 17px;
}
#news .news-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#news .news-slider .swiper-slide .img {
  width: 100%;
  max-height: 202.376px;
  border-radius: 4.976px;
  overflow: hidden;
}
#news .news-slider .swiper-slide .img img {
  width: 100%;
  height: auto;
}
#news .news-slider .swiper-slide .date {
  color: var(--4);
  font-family: "Nunito Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  margin-top: 11px;
}
#news .news-slider .swiper-slide .title {
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  margin-top: 3px;
}

#products {
  margin-top: 68px;
  position: relative;
}
#products #scene7 {
  position: absolute;
  z-index: 0;
  width: 100%;
}
#products #scene7 img:nth-child(1) {
  left: 211px !important;
  top: 149px !important;
  position: absolute !important;
}
#products #scene7 img:nth-child(2) {
  left: 174px !important;
  top: 279px !important;
  position: absolute !important;
}
#products .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
#products .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 276px;
}
#products .left .title {
  color: var(--3);
  font-family: "Nunito";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
#products .left .slider-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 67px;
}
#products .products-slider {
  width: calc(100% - 296px);
}
#products .products-slider .swiper-slide {
  border-radius: 60px;
  background: var(--bg);
  height: 499px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
}
#products .products-slider .swiper-slide .main-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#products .products-slider .swiper-slide .img {
  width: 100%;
  height: 161px;
}
#products .products-slider .swiper-slide .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#products .products-slider .swiper-slide .cost {
  color: var(--2);
  font-family: "Nunito Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.117px; /* 60.389% */
  display: block;
  margin-top: 36px;
}
#products .products-slider .swiper-slide .title {
  color: var(--3);
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 15px;
}
#products .products-slider .swiper-slide .description {
  color: var(--5);
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
  padding-left: 51px;
  padding-right: 51px;
  margin-top: 12px;
}
#products .products-slider .swiper-slide .button {
  width: 169.693px;
  height: 39.857px;
  border-radius: 36.233px;
  padding-left: 17px;
  padding-right: 3px;
  background: var(--3);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#products .products-slider .swiper-slide .button span {
  color: var(--white);
  font-family: "Nunito Sans";
  font-size: 12.078px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.117px;
}

#partners {
  margin-top: 115px;
}
#partners .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#partners .top {
  width: 100%;
  position: relative;
}
#partners .top .title {
  color: var(--3);
  font-family: "Nunito";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 166.667% */
}
#partners .top .partners-slider-button-prev {
  position: absolute;
  left: auto;
  right: 40px;
  top: 22px;
}
#partners .top .partners-slider-button-next {
  position: absolute;
  left: auto;
  right: 0px;
  top: 21px;
}
#partners .partners-slider {
  width: 100%;
  margin-top: 60px;
}
#partners .partners-slider .swiper-slide {
  border-radius: 26px;
  border: 1px solid var(--4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 166.087px;
}
#partners .partners-slider .swiper-slide img {
  width: 71.893px;
  height: 71.893px;
}

#faq {
  margin-top: 78px;
}
#faq .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#faq .title {
  color: var(--3);
  font-family: "Nunito";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
}
#faq .question-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 34px;
  gap: 18px;
}
#faq .question-wrapper .question {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--4);
}
#faq .question-wrapper .question.hidden {
  display: none;
}
#faq .question-wrapper .question.open .description {
  display: block;
}
#faq .question-wrapper .question.open svg.when-open {
  display: block !important;
}
#faq .question-wrapper .question.open svg.when-close {
  display: none !important;
}
#faq .question-wrapper .question .title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#faq .question-wrapper .question .title span {
  color: var(--3);
  font-family: "Nunito";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#faq .question-wrapper .question .title svg.when-open {
  display: none;
}
#faq .question-wrapper .question .title svg.when-close {
  display: block;
}
#faq .question-wrapper .question .description {
  display: none;
  color: var(--4);
  font-family: "Nunito";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 13px;
}
#faq .show-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--2);
  font-family: "Nunito";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 34px;
}
#faq .show-more .when-close {
  display: block;
}
#faq .show-more .when-open {
  display: none;
}
#faq .show-more.open .when-close {
  display: none;
}
#faq .show-more.open .when-open {
  display: block;
}
#faq .show-more.open svg {
  transform: rotate(180deg);
}

#contacts {
  margin-top: 78px;
  position: relative;
}
#contacts #scene8 {
  position: absolute;
  z-index: 0;
  width: 100%;
}
#contacts #scene8 img:nth-child(1) {
  left: auto !important;
  top: 138px !important;
  position: absolute !important;
  right: 181px !important;
}
#contacts .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#contacts .title {
  color: var(--3);
  font-family: "Nunito";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; /* 166.667% */
}
#contacts .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
#contacts .row:nth-child(2) {
  margin-top: 10px;
}
#contacts .row:nth-child(3) {
  margin-top: 30px;
}
#contacts .row iframe {
  border-radius: 5px;
}
#contacts .left {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 27px;
  margin-top: 23px;
}
#contacts .left .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 42%;
}
#contacts .left .item .title {
  color: var(--3);
  font-family: "Nunito";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#contacts .left .item a, #contacts .left .item span {
  display: block;
  text-decoration: none;
  color: var(--4);
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#contacts .right {
  width: 49%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 45px;
  padding-right: 199px;
  border-radius: 30px;
  background: var(--2);
  position: relative;
}
#contacts .right .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#contacts .right .text .title {
  color: var(--bg);
  font-family: "Nunito";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 36px */
  letter-spacing: -0.4px;
}
#contacts .right .text .description {
  color: var(--white);
  font-family: "Nunito Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 115.385% */
  letter-spacing: -0.52px;
}
#contacts .right img {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

#form {
  background: var(--bg);
  margin-top: 41px;
  padding-top: 91px;
  position: relative;
}
#form #scene9 {
  z-index: 0;
  width: 100%;
  position: relative;
  height: 0;
}
#form #scene9 img:nth-child(1) {
  top: 23px !important;
  position: absolute !important;
  left: auto !important;
  right: 44% !important;
}
#form .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 51px;
  border-bottom: 1px solid #e5e8ea;
}
#form .img {
  width: 62%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#form form {
  width: 34%;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 36px;
  padding-bottom: 37px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 15px;
  border: 2px dashed var(--2);
  background: var(--white);
}
#form form .title {
  color: var(--3);
  text-align: center;
  font-family: "Nunito";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#form form .description {
  padding-top: 1px;
  margin-bottom: 22px;
  color: var(--3);
  text-align: center;
  font-family: "Nunito";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#form form input {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 56px;
  border: 1px solid #97a3ad;
  width: 100%;
  color: var(--4);
  font-family: "Nunito";
  font-size: 12.02px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
#form form input[type=button] {
  color: var(--bg);
  font-family: "Nunito";
  font-size: 15.025px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 56px;
  background: var(--2);
  border: none;
  outline: none;
}
#form form .politica-checkbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 5px;
}
#form form .politica-checkbox input {
  width: 11px;
  height: 11px;
  margin-bottom: 0;
}
#form form .politica-checkbox label {
  color: var(--4);
  font-family: "Nunito";
  font-size: 7.512px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#form form .politica-checkbox label a {
  text-decoration: none;
  color: var(--2);
}

footer {
  padding-top: 47px;
  padding-bottom: 45px;
  background: var(--bg);
}
footer .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-right: 1px solid #e5e8ea;
}
footer .column:nth-child(1) {
  padding-right: 47px;
}
footer .column:last-child {
  border-right: none;
  padding-left: 47px;
}
footer .column .logo {
  margin-bottom: 8px;
}
footer .column .footer-numbers {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
footer .column .footer-numbers a, footer .column .footer-numbers span {
  text-decoration: none;
  color: var(--4);
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .column .mail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
}
footer .column .mail a {
  color: var(--4);
  font-family: "Nunito";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .column nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 22px;
}
footer .column nav ul li {
  width: 50%;
}
footer .column nav ul li a {
  color: var(--3);
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .column .socials {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
footer .column .socials a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 38.267px;
  height: 38.267px;
  background: var(--3);
  border-radius: 19px;
}
footer .column .politica-link {
  color: #bec6cc;
  font-family: "Nunito";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 37px;
}

.modal-dialog {
  max-width: 511px;
}

.modal-header {
  border-bottom: none !important;
}

.modal-content {
  border-radius: 26px;
}

.modal-title {
  margin-top: 2.25rem;
}

.modal-body label, .modal-body small {
  display: none;
}

.modal-body .form-check label, .modal-body .form-check small {
  display: block;
}

.modal-title {
  width: 100%;
  text-align: center;
  color: var(--3);
  font-family: "Nunito";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-control {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: unset;
  outline: none;
  color: var(--4);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-check {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}

.modal-footer {
  display: none !important;
}

.form-group {
  margin-bottom: 2rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.modal-body form {
  display: flex;
  flex-direction: column;
}

#YaMaps {
  height: 400px;
  width: 100%;
}

.btn.btn-primary {
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  background: #FF9CA1;
  border: none;
  color: #FFF4F0;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: -0.4px;
  padding-left: 20px;
  padding-right: 20px;
}

.burger-button {
  display: none;
}

@media (max-width: 1200px) {
  #faq {
    margin-top: 39px;
  }
  #partners {
    margin-top: 50px;
  }
  .container {
    width: 90%;
  }
  header nav {
    display: none;
  }
  .burger-button {
    display: block;
  }
  header nav ul {
    padding: 49px;
    display: flex;
    flex-direction: column;
  }
  #process .row .img {
    width: 30%;
  }
  #scene4 {
    display: none;
  }
  #reviews {
    margin-top: 40px;
  }
  #news {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  #main .container {
    align-items: center;
  }
  #about .img {
    width: 100%;
  }
  #about .img img {
    width: 100%;
  }
  #about .img .back-layer {
    width: 46%;
    height: 100%;
  }
  #contacts .row {
    align-items: flex-end;
  }
  #contacts .left {
    flex-direction: column;
  }
  #contacts .left .item {
    width: 100%;
  }
  #contacts {
    margin-top: 38px;
  }
}
@media (max-width: 1024px) {
  footer .container {
    flex-wrap: wrap;
  }
  footer .column:last-child {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  footer .column:nth-child(1) {
    width: 50%;
    padding: 0 !important;
    border: none !important;
  }
  footer .column:nth-child(2) {
    width: 50%;
    padding: 0 !important;
    border: none !important;
  }
  footer .column .politica-link {
    padding: 0;
  }
  #form form {
    width: 50%;
  }
  #form .img {
    width: 45%;
  }
  #main .container {
    flex-direction: column;
  }
  #contacts .right {
    padding-right: 40px;
    padding-bottom: 108px;
  }
  #contacts .right img {
    width: 30%;
  }
  #main .container .left {
    width: 100%;
  }
  #main .container .right {
    position: absolute;
    width: 44%;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
  #main .container .right #scene {
    display: none;
  }
  #main .container .right .img {
    width: 100%;
  }
  #main .container .right .img img {
    width: 100%;
  }
  #programs .row {
    flex-direction: column;
  }
  #programs .items-wrap {
    width: 100%;
  }
  #programs .more-info {
    width: 100%;
  }
  #teachers .title {
    line-height: 100%;
  }
  #teachers .teacher-slider .swiper-slide {
    align-items: center;
  }
  #teachers .teacher-slider .swiper-slide .right {
    width: fit-content;
  }
  #gallery .gallery-slider .swiper-slide a.video-block svg {
    width: 25%;
  }
  #products #scene7 {
    display: none;
  }
  #products .container {
    flex-direction: column;
  }
  #products .left {
    width: 100%;
    flex-direction: column-reverse;
  }
  #products .products-slider {
    width: 100%;
  }
  #products .left .slider-buttons {
    margin-bottom: 0;
    margin-top: 25px;
  }
}
@media (max-width: 900px) {
  #process #scene3 {
    display: none;
  }
  #process .row {
    position: relative;
  }
  #process .row .img {
    position: absolute;
  }
  #process .row .items-wrap {
    width: 100%;
    margin-top: 55px;
  }
  #process .row .img {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
  }
  #process .row .img img {
    width: 100%;
  }
}
#reviews .right .reviews-slider .swiper-wrapper {
  gap: 0 !important;
}

@media (max-width: 768px) {
  footer .container {
    flex-direction: column;
    gap: 15px;
  }
  footer .column .footer-numbers {
    flex-direction: column;
    gap: 15px;
  }
  footer .column .footer-numbers span {
    display: none;
  }
  footer .column:last-child {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  footer .column {
    width: 100% !important;
  }
  footer .column:nth-child(1) {
    gap: 15px;
  }
  footer .column nav ul {
    padding: 0;
  }
  #contacts .row:nth-child(2) {
    flex-direction: column;
  }
  #contacts .left {
    width: 100%;
  }
  #contacts .right {
    width: 100%;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #partners .top .title {
    font-size: 32px;
  }
  #partners .partners-slider {
    margin-top: 30px;
  }
  #about .title, #reviews .left .title {
    font-size: 32px;
  }
  #about .row {
    flex-direction: column;
  }
  #about .row .left {
    width: 100%;
    box-sizing: border-box;
  }
  #about .row .right {
    width: 100%;
  }
  #main {
    position: relative;
  }
  header .phones {
    display: none;
  }
  #main .container .left h1 {
    font-size: 48px;
  }
  #main .container .left {
    padding-top: 46px;
  }
  #main {
    padding-bottom: 46px;
  }
  #main .container .right {
    width: 33%;
    bottom: 0;
  }
  header .call {
    display: none;
  }
  #programs {
    margin-top: 23px;
  }
  #programs .title {
    font-size: 32px;
  }
  #programs .items-wrap .item {
    width: 100%;
  }
  #programs .more-info .title {
    padding-top: 32px;
  }
  #programs .more-info .title {
    font-size: 28px;
  }
  #programs .more-info .button {
    margin-left: auto;
    margin-right: auto;
  }
  #about .row .left .description {
    font-size: 18px;
  }
  #process .title {
    font-size: 32px;
    margin-top: 37px;
    line-height: 100%;
  }
  #process .title br {
    display: none;
  }
  #teachers .title {
    font-size: 32px;
  }
  #teachers .teacher-slider .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  #teachers .teacher-slider .swiper-slide .img {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
  #teachers .teacher-slider .swiper-slide .img img {
    max-width: 300px;
  }
  #teachers .teacher-slider .swiper-slide .right {
    width: 100%;
  }
  #teachers .teacher-slider .swiper-pagination {
    left: 50%;
    transform: translate(-50%, 0);
  }
  #teachers .teacher-slider .swiper-slide .right .button {
    margin-left: auto;
    margin-right: auto;
  }
  #teachers .teacher-slider .swiper-slide .right .title {
    margin-top: 0;
    line-height: 100%;
  }
  #gallery .gallery-slider .swiper-slide.swiper-slide-next {
    scale: inherit;
    z-index: inherit;
  }
  #gallery .title {
    font-size: 32px;
  }
  #gallery .gallery-slider {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #certificates .title {
    font-size: 32px;
    line-height: 100%;
  }
  #certificates .certificates-slider {
    margin-top: 20px;
  }
  #reviews .left .reviews-slider-pagination {
    display: none;
  }
  #reviews .container {
    flex-direction: column;
    gap: 35px;
  }
  #news .news-slider {
    margin-top: 25px;
  }
  #news .top .title {
    font-size: 32px;
  }
  #news .container {
    padding-bottom: 40px;
  }
  #products .left .title {
    font-size: 32px;
    line-height: 100%;
  }
  #faq .title {
    font-size: 32px;
    line-height: 100%;
  }
  #faq .question-wrapper .question .title span {
    font-size: 20px;
    line-height: 100%;
  }
  #faq .question-wrapper .question.open .description {
    font-size: 18px;
    line-height: 100%;
  }
  #scene5, #scene2, #scene6, #scene8 {
    display: none;
  }
}
#news .news-slider .swiper-wrapper {
  gap: 0 !important;
}

@media (max-width: 664px) {
  #form .img {
    display: none !important;
  }
  #form form {
    width: 100%;
  }
  #form {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  #faq {
    margin-top: 80px;
  }
  #scene1 {
    display: none;
  }
  header .call {
    display: none;
  }
  #main .container .left h1 {
    font-size: 32px;
  }
  #main .container .right {
    display: none;
  }
  #main .container .left .buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  #programs .title {
    line-height: 100%;
  }
  #programs .more-info .button {
    padding: 15px 25px;
  }
  #process .row .items-wrap .item {
    gap: 25px;
  }
  #process .row .items-wrap .item .column {
    width: calc(100% - 25px);
  }
  #process .row .img {
    display: none;
  }
  #process .row .items-wrap .item {
    flex-direction: column;
  }
  #process .row .items-wrap::before {
    height: 99%;
    left: 0;
  }
  #process .row .items-wrap .item::before {
    width: 100px;
    left: 0px;
  }
  #process .row .items-wrap .item span {
    margin-top: -34px;
  }
  #process .row .items-wrap .item {
    margin-bottom: 25px;
  }
  #teachers .teacher-slider {
    margin-top: 24px;
  }
  #teachers .teacher-slider .swiper-slide .img img {
    margin-top: 35px;
  }
  #teachers .teacher-slider .swiper-pagination {
    width: 100%;
  }
  #teachers .teacher-slider .swiper-slide .right .button {
    padding: 16px 18px;
    font-size: 18px;
  }
  #partners .top .partners-slider-button-prev {
    position: absolute;
    left: 0;
    right: auto;
    top: 270px;
  }
  #partners .top .partners-slider-button-next {
    position: absolute;
    left: 50px;
    right: auto;
    top: 270px;
  }
}
.burger-button {
  cursor: pointer;
  padding: 12px 0;
  z-index: 3;
}
.burger-button span {
  position: relative;
  display: block;
  width: 25px;
  height: 4px;
  background: var(--2);
  transition: all 0.2s ease-in-out;
}
.burger-button span:before, .burger-button span:after {
  position: absolute;
  background: var(--2);
  content: "";
  width: 25px;
  height: 4px;
  transition: all 0.2s ease-in-out;
}
.burger-button span:before {
  top: -8px;
}
.burger-button span:after {
  top: 8px;
}

header nav.open {
  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
  top: 0;
  background: var(--bg);
  height: 100%;
  z-index: 2;
}

body.open section {
  display: none !important;
}

body.open footer {
  display: none;
}

a.active span {
  background: transparent;
}
a.active span:before {
  transform: rotate(45deg) translate(5px, 6px);
}
a.active span:after {
  transform: rotate(-45deg) translate(5px, -6px);
}

#programs .items-wrap .item, #about .img .back-layer, #process .row .items-wrap .item .column, #reviews .right .reviews-slider .swiper-slide, #form form, #contacts .right {
  box-sizing: border-box;
}

#form form input {
  width: 80%;
}

header .phones ul li a {
  text-decoration: none;
}

#reviews .left .buttons-group .button {
  text-decoration: none;
}

#products .products-slider .swiper-slide .button span {
  padding-left: 35px;
}

.form-control {
  width: 100%;
}

#partners .partners-slider .swiper-slide {
  box-sizing: border-box;
}

.certificates-slider .swiper-pagination {
  margin-top: 25px;
}

#certificates .certificates-slider {
  padding-bottom: 25px;
}

#certificates .certificates-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.5;
  background: var(--3);
}
#certificates .certificates-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
