@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=Inter:wght@100..900&family=M+PLUS+Rounded+1c&display=swap");
:root {
  --font-family: m-plus-rounded-1c, sans-serif;
  --third-family: "Covered By Your Grace", sans-serif;
  --font3: "Inter", sans-serif;
  --1: #f2f5f7;
  --2: #424b5a; }
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background-color: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.page {
  flex: 1 0 auto; }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

.choice {
  height: 100vh;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 922px) {
  .choice {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100vh; } }
  .choice__center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    @media (max-width: 992px) {
    .choice__center img {
      width: 100px;
      height: 100px; } }
  .choice__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    cursor: pointer; }
    @media (max-width: 992px) {
  .choice__item {
    min-height: 500px; } }
    .choice__item:hover .choice__arrow {
      opacity: 1; }
      .choice__item:hover .choice__image img {
        transform: scale(1.05); }
      .choice__item:hover::after {
        background: rgba(19, 19, 19, 0.7); }
    .choice__item::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.4s;
      background: rgba(19, 19, 19, 0.4); }
      @media (max-width: 992px) {
  .choice__item::after {
    background: rgba(19, 19, 19, 0.7); } }
  .choice__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .choice__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 0;
      transition: all 0.4s linear; }
  .choice__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px; }
    @media (max-width: 992px) {
  .choice__content {
    margin-bottom: 110px; } }
  .choice__title {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    max-width: 476px; }
    @media (max-width: 480px) {
  .choice__title {
    font-size: 28px; } }
  .choice__text {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 20px;
    line-height: 175%;
    text-align: center;
    color: #bababa;
    margin-top: 20px;
    max-width: 558px;
    display: none; }
    @media (max-width: 992px) {
  .choice__text {
    display: block !important; } }
    @media (max-width: 480px) {
  .choice__text {
    font-size: 16px;
    padding: 0 20px; } }
  .choice__arrow {
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
    opacity: 0; }
    @media (max-width: 992px) {
  .choice__arrow {
    bottom: 55px;
    opacity: 1; } }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 13px 55px;
  border-radius: 600px;
  background: #3e2f72;
  transition: 0.4s; }
  @media (max-width: 480px) {
  .button {
    padding: 10px 30px; } }
  .button:hover {
    opacity: 0.6; }

section {
  margin-top: 90px; }
  @media (max-width: 480px) {
  section {
    margin-top: 60px; } }

.main {
  height: 100vh;
  position: relative;
  margin-top: 0; }
  @media (min-width: 767px) {
  .main {
    min-height: 800px; } }
  .main__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1; }
    .main__bottom img {
      width: 100%; }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 46, 46, 0.75); }
  .main__container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .main__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    margin-bottom: 22px;
    max-width: 697px; }
    @media (max-width: 480px) {
  .main__title {
    font-size: 32px;
    margin-bottom: 15px; } }
  .main__text {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 130%;
    color: #dbdbdb;
    max-width: 621px;
    margin-bottom: 36px; }
    @media (max-width: 480px) {
  .main__text {
    font-size: 16px;
    margin-bottom: 25px; } }
  .main__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 24px 0; }
  @media (max-width: 992px) {
  .header {
    padding: 10px 0; } }
  .header.header--academy .header__item, .header.header--academy .header-hidden__title, .header.header--academy .header__phone span {
    color: #444; }
    .header.header--academy .header__phone .stroke {
      stroke: #3e2f72; }
      .header.header--academy .header__phone .fill {
        fill: #3e2f72; }
    .header.header--academy .header__lang {
      color: #444; }
      .header.header--academy .header__lang.active {
        color: #3e2f72; }
        .header.header--academy .header__lang.active::after {
          background-color: #3e2f72; }
    .header.header--academy .header__buttons {
      background-color: rgba(50, 37, 95, 0.2); }
    .header.header--academy .header__button {
      color: #fff; }
      .header.header--academy .header__button.active {
        background: #32255f; }
    .header.header--academy .header__logo img:first-child {
      display: none; }
      .header.header--academy .header__logo img:last-child {
        display: block; }
    .header.header--academy .burger rect {
      fill: #151515; }
  .header.active .header__body {
    padding-left: 50px;
    padding-right: 50px;
    background-color: #f2f2f2;
    border-radius: 60px; }
    @media (max-width: 992px) {
    .header.active .header__body {
      padding-left: 15px;
      padding-right: 15px; } }
    .header.active .header__item, .header.active .header-hidden__title, .header.active .header__phone span {
      color: #444; }
    .header.active .header__phone .stroke {
      stroke: #3e2f72; }
    .header.active .header__phone .fill {
      fill: #3e2f72; }
    .header.active .header__lang {
      color: #444; }
    .header.active .header__lang.active {
      color: #3e2f72; }
    .header.active .header__lang.active::after {
      background-color: #3e2f72; }
    .header.active .header__buttons {
      background-color: rgba(50, 37, 95, 0.2); }
    .header.active .header__button {
      color: #fff; }
    .header.active .header__button.active {
      background: #32255f; }
    .header.active .header__logo img:first-child {
      display: none; }
    .header.active .header__logo img:last-child {
      display: block; }
    .header.active .burger rect {
      fill: #151515; }
  .header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    transition: 0.4s; }
    @media (max-width: 992px) {
  .header__body {
    padding: 10px 0; } }
  .header__logo img {
    transition: 0.4s; }
    .header__logo img:last-child {
      display: none; }
    @media (max-width: 480px) {
    .header__logo img {
      width: 150px; } }
  .header__content {
    display: flex;
    align-items: center;
    column-gap: 25px; }
    @media (max-width: 1150px) {
  .header__content {
    display: none; } }
  .header .header-mobile {
    display: none; }
    @media (max-width: 1150px) {
  .header .header-mobile {
    display: flex;
    align-items: center;
    column-gap: 15px; } }
  .header__items {
    display: flex;
    align-items: center;
    column-gap: 23px; }
  .header__item {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: 0.4s; }
    .header__item:hover {
      opacity: 0.6; }
  .header__phone {
    display: flex;
    align-items: center;
    column-gap: 6px; }
    .header__phone:hover span {
      text-decoration: underline; }
    .header__phone span {
      font-weight: 700;
      font-size: 16px;
      transition: 0.4s;
      color: #fff; }
    .header__phone svg path {
      transition: 0.4s; }
  .header__langs {
    display: flex;
    align-items: center;
    column-gap: 15px; }
  .header__lang {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #c5c5c5;
    position: relative;
    transition: 0.4s; }
    .header__lang:not(:first-child)::before {
      content: "/";
      display: block;
      position: absolute;
      top: 0;
      left: -11.3px;
      font-weight: 700;
      font-size: 16px;
      text-align: center;
      color: #a4a4a4; }
    .header__lang.active {
      color: #fff; }
    .header__lang.active::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      background-color: #fff;
      height: 2px;
      border-radius: 5px;
      bottom: -6px;
      transition: 0.4s; }
  .header__buttons {
    display: flex;
    padding: 4px;
    border-radius: 600px;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.4s; }
  .header__button {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 6px 12px;
    width: 101px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s; }
    .header__button.active {
      background-color: #fff;
      border-radius: 600px;
      color: #32255f; }
  .header .burger rect {
    transition: 0.4s; }

.header-hidden {
  position: relative;
  overflow: hidden; }
  .header-hidden:hover {
    overflow: visible; }
    .header-hidden:hover .header-hidden__title {
      opacity: 0.6; }
    .header-hidden:hover .header-hidden__wrapper {
      opacity: 1; }
  .header-hidden__title {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: 0.4s;
    cursor: pointer; }
  .header-hidden__wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.4s; }
  .header-hidden__items {
    margin-top: 20px;
    border-radius: 30px;
    width: 194px;
    background: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 19px 25px; }
  .header-hidden__item {
    font-weight: 700;
    font-size: 16px;
    color: #444;
    transition: 0.4s; }
    .header-hidden__item:hover {
      color: #3e2f72;
      text-decoration: underline; }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  transition: 0.8s;
  transform: translateX(-100%);
  z-index: 99; }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 40px;
    color: #bbb;
    cursor: pointer; }
    @media (max-width: 480px) {
  .menu__close {
    font-size: 30px; } }
  .menu__items {
    display: flex;
    flex-direction: column;
    row-gap: 25px; }
  .menu .header__item {
    color: #151515; }
  .menu .header__buttons {
    background-color: #ececec; }
  .menu .header__button {
    color: #32255f; }
    .menu .header__button.active {
      background-color: #32255f;
      color: #fff; }
  .menu .header__phone span {
    color: #151515; }

.reviews {
  margin-top: -200px;
  position: relative;
  z-index: 1; }
  @media (max-width: 992px) {
  .reviews {
    margin-top: -100px; } }
  .reviews.reviews--academy {
    margin-top: -200px; }
    @media (max-width: 992px) {
  .reviews.reviews--academy {
    margin-top: -150px; } }
  .reviews__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    position: relative; }
    @media (max-width: 992px) {
  .reviews__container {
    grid-template-columns: 1fr; } }
  .reviews__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px; }
  .reviews__item {
    position: relative;
    padding-bottom: 120%;
    border-radius: 20px;
    overflow: hidden; }
    .reviews__item.active::after {
      opacity: 0; }
    .reviews__item.active .reviews__name, .reviews__item.active .reviews__icon {
      opacity: 0; }
    .reviews__item::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      transition: 0.4s; }
  .reviews__icon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    transition: 0.4s; }
  .reviews__name {
    position: absolute;
    bottom: 20px;
    left: 14px;
    width: calc(100% - 28px);
    z-index: 1;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #3e2f72;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 600px;
    background-color: #fff;
    transition: 0.4s; }
  .reviews__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .reviews__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(208deg, #f3f3f3 0%, #cfe2e9 100%);
    border-radius: 20px;
    padding: 30px 20px; }
  .reviews__title {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #3e2f72;
    margin-bottom: 15px;
    max-width: 302px;
    line-height: 1.3; }
  .reviews__text {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #777;
    max-width: 295px;
    margin-bottom: 40px;
    line-height: 1.3; }
  .reviews__play {
    display: flex;
    align-items: center;
    column-gap: 15px; }
    .reviews__play span {
      font-weight: 700;
      font-size: 22px;
      line-height: 118%;
      letter-spacing: 0.02em;
      color: #3e2f72;
      display: inline-block;
      max-width: 183px; }

.teachers__items-wrapper {
  position: relative; }
  .teachers__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
  .teachers__prev {
    left: -50px; }
  .teachers__next {
    right: -50px; }
  .teacher {
    display: flex;
    align-items: center;
    margin: 0 -50px;
    position: relative; }
  @media (max-width: 992px) {
  .teacher {
    margin: 0 -30px; } }
  @media (max-width: 767px) {
  .teacher {
    flex-direction: column;
    align-items: start;
    row-gap: 30px; } }
  .teacher::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: calc(100% - 80px);
    background: url("../themes/demo/assets/images/svg/teacher-bg.svg") 100% 0 / contain no-repeat;
    z-index: -1; }
  .teacher__image {
    flex: 0 0 50%;
    padding: 0 50px; }
    @media (max-width: 992px) {
  .teacher__image {
    padding: 0 30px; } }
    .teacher__image img {
      width: 100%; }
  .teacher__content {
    flex: 1 0 50%;
    padding: 0 50px; }
    @media (max-width: 992px) {
  .teacher__content {
    padding: 0 30px; } }
  .teacher__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    color: #333;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
  .teacher__title {
    font-size: 30px; } }
    @media (max-width: 480px) {
  .teacher__title {
    margin-bottom: 20px; } }
  .teacher__name {
    font-weight: 400;
    font-size: 24px;
    line-height: 108%;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 17px; }
    @media (max-width: 992px) {
  .teacher__name {
    font-size: 20px; } }
    @media (max-width: 480px) {
  .teacher__name {
    padding-bottom: 10px;
    margin-bottom: 15px; } }
  .teacher__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #777;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
    @media (max-width: 992px) {
  .teacher__text {
    font-size: 16px; } }
  .dots {
    display: flex;
    align-items: center;
    column-gap: 15px; }
  .dots.swiper-pagination-lock {
    display: none; }
  .dots .swiper-pagination-bullet {
    height: 4px !important;
    width: 40px !important;
    background-color: #aea2d6 !important;
    margin: 0 !important;
    opacity: 1 !important;
    border-radius: 3px; }
    .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #3e2f72 !important; }

@media (max-width: 1100px) {
    .charter {
      background-color: #3e2f72;
      padding: 60px 0;
      border-radius: 50px;
      margin-left: 15px;
      margin-right: 15px; } }
  @media (max-width: 480px) {
  .charter {
    border-radius: 20px;
    padding: 40px 0; } }
  .charter.charter--block .charter__body {
    padding: 100px;
    column-gap: 80px;
    align-items: center;
    flex-direction: row; }
    @media (max-width: 1100px) {
    .charter.charter--block .charter__body {
      padding: 0;
      flex-direction: column;
      align-items: start; } }
    .charter.charter--block .charter__image {
      transform: translateX(0);
      flex: 0 0 50%; }
    .charter.charter--block .charter__image img {
      max-width: 100%; }
    .charter.charter--block .charter__content {
      flex: 1 0 50%; }
  .charter__body {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 100px 0 19px; }
    @media (max-width: 1100px) {
  .charter__body {
    padding: 0;
    flex-direction: column;
    row-gap: 30px;
    margin: 0; } }
    .charter__body::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../themes/demo/assets/images/svg/charter-bg.svg") center / contain no-repeat;
      z-index: -1; }
    @media (max-width: 1100px) {
    .charter__body::after {
      display: none; } }
  .charter__image {
    flex: 0 0 55%;
    transform: translateX(-30px); }
    @media (max-width: 1100px) {
  .charter__image {
    transform: translateX(0); } }
    .charter__image img {
      width: 100%; }
  .charter__content {
    flex: 1 0 45%;
    padding-right: 55px;
    padding-top: 40px;
    padding-left: 20px; }
    @media (max-width: 1100px) {
  .charter__content {
    padding: 0 !important; } }
  .charter__title {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
  .charter__title {
    font-size: 30px; } }
  .charter__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #fff;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    line-height: 1.3; }
    @media (max-width: 480px) {
  .charter__text {
    font-size: 16px; } }

.block__container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .block__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
    margin-bottom: 27px; }
    @media (max-width: 480px) {
  .block__title {
    font-size: 30px; } }
  .block__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    color: #777;
    margin-bottom: 60px; }
    @media (max-width: 480px) {
  .block__text {
    font-size: 16px;
    margin-bottom: 35px; } }
  .block__items {
    display: grid;
    grid-template-columns: 3fr 7fr;
    align-self: stretch;
    gap: 20px; }
    @media (max-width: 992px) {
  .block__items {
    grid-template-columns: 1fr; } }
  .block__left {
    background: #3e2f72;
    border-radius: 40px;
    padding: 55px; }
    @media (max-width: 1200px) {
  .block__left {
    padding: 30px 20px; } }
    @media (max-width: 480px) {
  .block__left {
    border-radius: 25px; } }
  .block__left-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 109%;
    color: #fff;
    margin-bottom: 14px; }
  .block__left-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #fff;
    margin-top: 20px; }
    @media (max-width: 480px) {
  .block__left-text {
    font-size: 16px; } }
  .block.block--program .block__right-image {
    align-self: flex-end; }
    .block.block--program .block__right {
      grid-template-columns: 9fr 12fr;
      padding: 30px 50px 0 50px; }
    @media (max-width: 1200px) {
    .block.block--program .block__right {
      padding: 30px 20px 0; } }
    @media (max-width: 767px) {
    .block.block--program .block__right {
      grid-template-columns: 1fr; } }
    @media (max-width: 480px) {
    .block.block--program .block__right {
      border-radius: 25px; } }
    .block.block--program .block__right-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-bottom: 50px; }
    @media (max-width: 767px) {
    .block.block--program .block__right-content {
      padding-bottom: 0; } }
    .block.block--program .block__right-text, .block.block--program .block__left-text {
      display: flex;
      flex-direction: column;
      row-gap: 10px; }
  .block__right {
    background: #e3ecef;
    border-radius: 40px;
    padding: 50px;
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 30px; }
    @media (max-width: 1200px) {
  .block__right {
    padding: 30px 20px; } }
    @media (max-width: 767px) {
  .block__right {
    grid-template-columns: 1fr; } }
    @media (max-width: 480px) {
  .block__right {
    border-radius: 25px; } }
  .block__right-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 109%;
    color: #333;
    margin-bottom: 14px; }
  .block__right-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #555;
    margin-top: 20px; }
    @media (max-width: 480px) {
  .block__right-text {
    font-size: 16px; } }
  .block__right-image img {
    max-width: 100%; }

.block--our {
  position: relative; }
  .block--our::after {
    content: "";
    display: block;
    position: absolute;
    width: 671px;
    height: 801px;
    bottom: -350px;
    left: 0;
    background: url("../themes/demo/assets/images/svg/our-left.svg") center / contain no-repeat;
    z-index: -1; }

.block--program {
  position: relative; }
  .block--program::after {
    content: "";
    display: block;
    position: absolute;
    width: 671px;
    height: 802px;
    top: -50px;
    left: 0;
    background: url("../themes/demo/assets/images/svg/block-program.svg") center / contain no-repeat;
    z-index: -1; }

.directions__container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .directions__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
    margin-bottom: 27px; }
    @media (max-width: 480px) {
  .directions__title {
    font-size: 30px; } }
  .directions__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    color: #777;
    margin-bottom: 60px; }
    @media (max-width: 480px) {
  .directions__text {
    font-size: 16px;
    margin-bottom: 35px; } }
  .directions__items {
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px; }
    @media (max-width: 992px) {
  .directions__items {
    grid-template-columns: 1fr;
    gap: 20px; } }
  .directions__item:first-child {
    background: #cdc1f7; }
    .directions__item:nth-child(2) {
      background: #e3ecef; }
    .directions__item:nth-child(3) {
      background: #cefff3; }
    .directions__item:nth-child(3) .direction__image {
      top: 25px;
      right: 20px; }
    .directions__item:nth-child(4) {
      background-color: #b2dee8; }

.direction {
  border-radius: 40px;
  padding: 204px 40px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.4s; }
  .direction:hover {
    transform: translate(-16px, -16px); }
  @media (max-width: 1200px) {
  .direction {
    padding: 50px 40px; } }
  @media (max-width: 480px) {
  .direction {
    padding: 30px 20px; } }
  .direction__image {
    top: 35px;
    right: 35px;
    position: absolute; }
    .direction__image img {
      max-width: 100%; }
    @media (max-width: 1200px) {
  .direction__image {
    position: initial;
    align-self: flex-end;
    margin-bottom: 30px; } }
  .direction__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 118%;
    color: #3e2f72;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
  .direction__title {
    font-size: 22px;
    margin-bottom: 10px; } }
  .direction__text {
    font-weight: 400;
    font-size: 20px;
    color: #3e2f72;
    line-height: 1.3; }
    @media (max-width: 480px) {
  .direction__text {
    font-size: 16px; } }

.text-reviews__container {
  flex-direction: column;
  align-items: center;
  position: relative; }
  .text-reviews__container::after {
    content: "";
    display: block;
    position: absolute;
    top: -69px;
    width: 988px;
    height: 801px;
    right: 15px;
    background: url("../themes/demo/assets/images/svg/reviews-bg.svg") center / contain no-repeat;
    z-index: -1; }
  .text-reviews__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
    margin-bottom: 27px; }
  @media (max-width: 480px) {
    .text-reviews__title {
      font-size: 30px; } }
  .text-reviews__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    color: #777;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 480px) {
    .text-reviews__text {
      font-size: 16px;
      margin-bottom: 35px; } }
  .text-reviews__items-wrapper {
    position: relative; }
  .text-reviews__items {
    align-self: stretch; }
  .text-reviews .swiper-slide {
    height: auto; }
  .text-reviews__item {
    padding: 34px 27px;
    border-radius: 40px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    height: 100%; }
  .text-reviews__top {
    display: flex;
    align-items: center;
    column-gap: 11px;
    margin-bottom: 20px; }
  .text-reviews__image {
    flex-shrink: 0;
    width: 37px;
    height: 37px;
    border-radius: 50%; }
  .text-reviews__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .text-reviews__name {
    font-weight: 700;
    font-size: 15px;
    line-height: 160%;
    color: #333; }
  .text-reviews__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #777; }
  .text-reviews__review {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #555;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .text-reviews__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
  .text-reviews__prev {
    left: -50px; }
  .text-reviews__next {
    right: -50px; }
  .text-reviews__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px; }
  @media (max-width: 480px) {
    .text-reviews__pagination {
      margin-top: 30px; } }
  .text-reviews__pagination.swiper-pagination-lock {
    display: none; }

.gallery__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
  max-width: 643px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 480px) {
    .gallery__title {
      font-size: 30px;
      margin-bottom: 30px; } }
  .gallery__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 992px) {
    .gallery__items {
      gap: 20px; } }
  @media (max-width: 767px) {
    .gallery__items {
      gap: 10px; } }
  @media (max-width: 480px) {
    .gallery__items {
      grid-template-columns: 1fr 1fr; } }
  .gallery__item {
    position: relative;
    padding-bottom: 106%;
    overflow: hidden;
    display: block;
    border-radius: 40px; }
  @media (max-width: 767px) {
    .gallery__item {
      border-radius: 20px; } }
  .gallery__item:hover img {
    transform: scale(1.05); }
  .gallery__item:nth-child(4) {
    grid-column: 1 / 3;
    padding-bottom: 50%; }
  @media (max-width: 480px) {
      .gallery__item:nth-child(4) {
        order: 3; } }
  .gallery__item img {
    position: absolute;
    border-radius: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s; }
  @media (max-width: 767px) {
      .gallery__item img {
        border-radius: 20px; } }

.form__body {
  border-radius: 40px;
  background: linear-gradient(145deg, #c8e2ef 0%, #dee0db 100%);
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 992px) {
    .form__body {
      grid-template-columns: 1fr; } }
  .form__content {
    padding: 70px 22px 70px 104px; }
  @media (max-width: 1100px) {
    .form__content {
      padding: 50px 20px 50px 30px; } }
  @media (max-width: 480px) {
    .form__content {
      padding: 35px 20px; } }
  .form__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #3e2f72;
    margin-bottom: 17px; }
  @media (max-width: 480px) {
    .form__title {
      font-size: 35px;
      margin-bottom: 12px; } }
  .form__text {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.3; }
  @media (max-width: 470px) {
    .form__text {
      font-size: 16px;
      margin-bottom: 15px; } }
  .form__inputs {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 32px; }
  @media (max-width: 480px) {
    .form__inputs {
      margin-bottom: 20px; } }
  .form__input input {
    border: 1px solid #a6a6a6;
    border-radius: 600px;
    background-color: transparent;
    padding: 19px 40px;
    font-weight: 400;
    font-size: 18px;
    color: #151515;
    width: 100%; }
  @media (max-width: 480px) {
      .form__input input {
        padding: 13px 25px; } }
  .form__input input::placeholder {
    color: #777; }
  .form__button {
    padding: 18px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 600px;
    background: #3e2f72;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    width: 100%; }
  @media (max-width: 480px) {
    .form__button {
      font-size: 16px;
      padding: 12px; } }
  .form__button:hover {
    opacity: 0.6; }
  .form__right {
    height: 100%; }
  .form__right-content {
    margin-left: 32px;
    border-radius: 40px;
    background: #3e2f72;
    width: calc(100% - 32px);
    height: 100%; }
  @media (max-width: 992px) {
    .form__right-content {
      margin-left: 0;
      width: 100%; } }
  .form__image {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-32px); }
  @media (max-width: 992px) {
    .form__image {
      transform: translateX(0); } }
  @media (max-width: 480px) {
    .form__image {
      padding: 30px 0; } }
  .form__image img {
    max-width: 100%; }

#contactForm_forms_flash, #contactFormAcademy_forms_flash {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: green; }
  #contactForm_forms_flash .close, #contactFormAcademy_forms_flash .close {
    display: none; }
  @media (max-width: 480px) {
  #contactForm_forms_flash, #contactFormAcademy_forms_flash {
    font-size: 14px;
    margin-bottom: 10px; } }

.sections {
  position: relative; }
  .sections::after {
    content: "";
    display: block;
    position: absolute;
    top: 140px;
    right: 0;
    width: 803px;
    height: 802px;
    background: url("../themes/demo/assets/images/svg/sections-bg.svg") right top / contain no-repeat;
    z-index: -1; }
  @media (max-width: 800px) {
    .sections::after {
      width: 100%; } }
  .sections__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
    margin-bottom: 27px; }
  @media (max-width: 480px) {
    .sections__title {
      font-size: 30px; } }
  .sections__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    color: #777;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 480px) {
    .sections__text {
      font-size: 16px;
      margin-bottom: 35px; } }
  .sections__items-wrapper {
    position: relative; }
  .sections__image {
    margin-bottom: 26px; }
  @media (max-width: 480px) {
    .sections__image {
      margin-bottom: 15px; } }
  .sections__image img {
    width: 100%; }
  .sections__name {
    font-weight: 500;
    font-size: 29px;
    line-height: 138%;
    color: #333; }
  @media (max-width: 480px) {
    .sections__name {
      font-size: 24px; } }
  .sections__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
  .sections__prev {
    left: -50px; }
  .sections__next {
    right: -50px; }

.saturated__body {
  display: flex;
  align-items: center;
  margin: 0 -16px; }
  @media (max-width: 767px) {
    .saturated__body {
      flex-direction: column;
      align-items: start;
      row-gap: 30px; } }
  .saturated__content {
    flex: 1 0 50%;
    padding: 0 16px; }
  .saturated__content img {
    width: 100%; }
  .saturated__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    color: #333;
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .saturated__title {
      font-size: 30px;
      margin-bottom: 20px; } }
  .saturated__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #777;
    margin-bottom: 40px; }
  @media (max-width: 480px) {
    .saturated__text {
      font-size: 16px;
      margin-bottom: 20px; } }
  .saturated__image {
    flex: 0 0 50%;
    padding: 0 16px;
    display: flex;
    flex-direction: column; }
  .saturated__image img:first-child {
    width: 100%; }
  .saturated__image img:last-child {
    align-self: center;
    margin-top: -20px;
    max-width: 100%; }

.class__container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .class__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
    margin-bottom: 27px; }
  @media (max-width: 480px) {
    .class__title {
      font-size: 30px; } }
  .class__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    color: #777;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 480px) {
    .class__text {
      font-size: 16px;
      margin-bottom: 35px; } }
  .class__items {
    align-self: stretch;
    display: grid;
    grid-template-columns: 3fr 7fr;
    align-self: stretch;
    gap: 20px; }
  @media (max-width: 992px) {
    .class__items {
      grid-template-columns: 1fr; } }
  .class__left {
    background: #3e2f72;
    border-radius: 40px;
    padding: 55px; }
  @media (max-width: 1200px) {
    .class__left {
      padding: 30px 20px; } }
  @media (max-width: 480px) {
    .class__left {
      border-radius: 25px; } }
  .class__left-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 109%;
    color: #fff;
    margin-bottom: 14px; }
  .class__left-items {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 30px; }
  .class__left-item {
    display: flex;
    align-items: start;
    column-gap: 9px; }
  .class__left-item span {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #fff; }
  .class__right {
    background: #e3ecef;
    border-radius: 40px;
    padding: 50px;
    display: grid;
    padding-right: 0;
    grid-template-columns: 1fr 1fr;
    gap: 30px; }
  @media (max-width: 1200px) {
    .class__right {
      padding: 30px 20px; } }
  @media (max-width: 767px) {
    .class__right {
      grid-template-columns: 1fr; } }
  @media (max-width: 480px) {
    .class__right {
      border-radius: 25px; } }
  .class__right-content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .class__right-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 109%;
    color: #333;
    margin-bottom: 14px; }
  .class__right-items {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 30px; }
  @media (max-width: 480px) {
    .class__right-items {
      position: relative;
      z-index: 1; } }
  .class__right-item {
    display: flex;
    align-items: start;
    column-gap: 9px; }
  .class__right-item span {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #555; }
  .class__right-image {
    position: relative;
    height: 100%; }
  @media (max-width: 480px) {
    .class__right-image {
      margin-top: -177px; } }
  .class__right-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%; }
  @media (max-width: 767px) {
      .class__right-image img {
        position: initial;
        transform: translate(0); } }

.news__container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .news__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
    margin-bottom: 27px; }
  @media (max-width: 480px) {
    .news__title {
      font-size: 30px; } }
  .news__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    color: #777;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 480px) {
    .news__text {
      font-size: 16px;
      margin-bottom: 35px; } }
  .news__items {
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 1150px) {
    .news__items {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .news__items {
      grid-template-columns: 1fr;
      gap: 20px; } }
  .item-news {
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    display: flex;
    flex-direction: column; }
  @media (max-width: 480px) {
  .item-news {
    border-radius: 20px; } }
  .item-news:first-child {
    grid-column: 1 / 4; }
  @media (max-width: 1150px) {
    .item-news:first-child {
      grid-column: 1; } }
  @media (min-width: 1150px) {
    .item-news:first-child {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .item-news:first-child .item-news__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 80px; }
      .item-news:first-child .item-news__text {
        flex-grow: 0;
        margin-bottom: 55px; }
      .item-news:first-child .item-news__title {
        font-size: 24px; } }
  .item-news__image {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    border-radius: 30px; }
  @media (max-width: 480px) {
    .item-news__image {
      border-radius: 20px; } }
  .item-news__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px; }
  @media (max-width: 480px) {
      .item-news__image img {
        border-radius: 20px; } }
  .item-news__content {
    padding: 25px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  @media (max-width: 480px) {
    .item-news__content {
      padding: 25px 20px; } }
  .item-news__title {
    font-weight: 500;
    font-size: 17px;
    line-height: 129%;
    color: #333;
    margin-bottom: 10px; }
  .item-news__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 141%;
    color: #666;
    margin-bottom: 40px;
    flex-grow: 1; }
  @media (max-width: 480px) {
    .item-news__text {
      font-size: 15px; } }
  .item-news__info {
    display: flex;
    align-items: center;
    column-gap: 28px; }
  .item-news__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #999; }
  .item-news__category {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #999; }

.faq__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .faq__title {
      font-size: 30px;
      margin-bottom: 30px; } }
  .faq__items {
    display: flex;
    flex-direction: column;
    row-gap: 20px; }
  .faq__item {
    padding: 23px 40px;
    border-radius: 20px;
    background: var(--1); }
  @media (max-width: 480px) {
    .faq__item {
      padding: 20px; } }
  .faq__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    column-gap: 30px; }
  .faq__name svg {
    flex-shrink: 0; }
  @media (max-width: 480px) {
      .faq__name svg {
        height: 35px;
        height: 35px; } }
  .faq__name span {
    font-weight: 500;
    font-size: 24px;
    color: #333; }
  @media (max-width: 480px) {
      .faq__name span {
        font-size: 18px; } }
  .faq__wrapper {
    display: none; }
  .faq__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 141%;
    color: #666;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1; }
  .faq__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 30px; }
  .faq__text li {
    list-style: disc; }
  .faq__text li li:first-child {
    margin-top: 10px; }
  @media (max-width: 480px) {
    .faq__text {
      font-size: 15px; } }

.contacts {
  padding: 50px 170px 50px 100px; }
  @media (max-width: 1200px) {
  .contacts {
    padding: 50px 100px 50px 70px; } }
  @media (max-width: 480px) {
  .contacts {
    padding: 40px 20px; } }

.address {
  display: flex;
  column-gap: 25px;
  margin-bottom: 25px; }
  @media (max-width: 480px) {
  .address {
    column-gap: 15px; } }
  .address__image {
    margin-top: 30px; }
  .address__content {
    flex-grow: 1; }
  .address__title {
    font-weight: 400;
    font-size: 20px;
    color: #8174b0;
    margin-bottom: 7px; }
  @media (max-width: 480px) {
    .address__title {
      font-size: 18px; } }
  .address__text {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    max-width: 257px;
    line-height: 1.3;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media (max-width: 480px) {
    .address__text {
      font-size: 20px; } }

.phones {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  margin-bottom: 25px; }
  @media (max-width: 480px) {
  .phones {
    column-gap: 15px; } }
  .phones__items {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    flex-grow: 1; }
  .phones__items a {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff; }
  @media (max-width: 480px) {
      .phones__items a {
        font-size: 20px; } }

.links-phones {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 25px; }
  .links-phones::after {
    content: "";
    display: block;
    position: absolute;
    left: 48px;
    bottom: 0;
    width: calc(100% - 48px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2); }
  @media (max-width: 480px) {
    .links-phones::after {
      left: 38px;
      width: calc(100% - 38px); } }
  .links-phones__title {
    font-weight: 400;
    font-size: 20px;
    color: #8174b0;
    margin-bottom: 3px;
    line-height: 1.5;
    margin-left: 48px; }
  @media (max-width: 480px) {
    .links-phones__title {
      font-size: 18px;
      margin-left: 38px; } }
  .links-phones__items {
    display: flex;
    align-items: center;
    column-gap: 30px; }
  .links-phones__item {
    display: flex;
    align-items: center;
    column-gap: 20px; }
  .links-phones__item span {
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff; }
  @media (max-width: 480px) {
      .links-phones__item span {
        font-size: 20px; } }

.hours {
  display: flex;
  column-gap: 25px; }
  @media (max-width: 480px) {
  .hours {
    column-gap: 15px; } }
  .hours__image {
    margin-top: 30px; }
  .hours__content {
    flex-grow: 1; }
  .hours__title {
    font-weight: 400;
    font-size: 20px;
    color: #8174b0;
    margin-bottom: 7px; }
  @media (max-width: 480px) {
    .hours__title {
      font-size: 18px; } }
  .hours__text {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    max-width: 257px;
    line-height: 1.3; }
  @media (max-width: 480px) {
    .hours__text {
      font-size: 20px; } }

.footer {
  padding: 65px 0 28px;
  border-radius: 50px 50px 0 0;
  z-index: 50;
  background: #141414; }
  @media (max-width: 480px) {
  .footer {
    padding: 35px 0 20px; } }
  .footer__body {
    display: flex;
    align-items: start;
    justify-content: space-between; }
  @media (max-width: 1150px) {
    .footer__body {
      flex-direction: column;
      align-items: start;
      row-gap: 40px; } }
  .footer__content {
    display: flex;
    align-items: start;
    column-gap: 50px; }
  @media (max-width: 900px) {
    .footer__content {
      flex-direction: column;
      row-gap: 40px; } }
  .footer__nav {
    display: flex;
    align-items: start;
    column-gap: 50px; }
  @media (max-width: 480px) {
    .footer__nav {
      flex-direction: column;
      row-gap: 40px; } }
  .footer__title {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 25px;
    white-space: nowrap; }
  .footer__school-items {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 25px;
    row-gap: 15px; }
  .footer__school-items a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #aaa;
    white-space: nowrap; }
  .footer__academy-items {
    display: flex;
    flex-direction: column;
    row-gap: 15px; }
  .footer__academy-items a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #aaa;
    white-space: nowrap; }
  .footer__contacts-wrapper {
    display: flex;
    align-items: start;
    column-gap: 50px; }
  @media (max-width: 480px) {
    .footer__contacts-wrapper {
      column-gap: 30px; } }
  .footer__contacts-items {
    display: flex;
    flex-direction: column;
    row-gap: 15px; }
  .footer__contacts-items a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #aaa;
    max-width: 171px;
    display: inline-block; }
  .footer__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 23px;
    border-top: 1px solid #323232;
    margin-top: 55px; }
  @media (max-width: 600px) {
    .footer__foot {
      flex-direction: column-reverse;
      align-items: start;
      row-gap: 15px; } }
  .footer__abc {
    display: flex;
    gap: 5px;
    align-items: center; }
  .footer__abc a {
    display: flex;
    align-items: center;
    justify-content: center; }
  .footer__abc span {
    font-weight: 400;
    font-size: 16px;
    color: #959595; }
  @media (max-width: 480px) {
      .footer__abc span {
        font-size: 12px; } }
  .footer__socials {
    display: flex;
    align-items: center;
    column-gap: 17px; }

.wrapper-active .header .header__body {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #f2f2f2;
  border-radius: 60px; }
  @media (max-width: 992px) {
      .wrapper-active .header .header__body {
        padding-left: 15px;
        padding-right: 15px; } }
  .wrapper-active .header .header__item, .wrapper-active .header .header-hidden__title, .wrapper-active .header .header__phone span {
    color: #444; }
  .wrapper-active .header .header__phone .stroke {
    stroke: #3e2f72; }
  .wrapper-active .header .header__phone .fill {
    fill: #3e2f72; }
  .wrapper-active .header .header__lang {
    color: #444; }
  .wrapper-active .header .header__lang.active {
    color: #3e2f72; }
  .wrapper-active .header .header__lang.active::after {
    background-color: #3e2f72; }
  .wrapper-active .header .header__buttons {
    background-color: rgba(50, 37, 95, 0.2); }
  .wrapper-active .header .header__button {
    color: #fff; }
  .wrapper-active .header .header__button.active {
    background: #32255f; }
  .wrapper-active .header .header__logo img:first-child {
    display: none; }
  .wrapper-active .header .header__logo img:last-child {
    display: block; }
  .wrapper-active .header .burger rect {
    fill: #151515; }
  .wrapper-active .page {
    margin-top: 120px; }
  @media (max-width: 992px) {
    .wrapper-active .page {
      margin-top: 70px; } }

.items__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .items__title {
      font-size: 30px;
      margin-bottom: 30px; } }
  .items__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 34px; }
  @media (max-width: 767px) {
    .items__items {
      grid-template-columns: 1fr;
      row-gap: 25px; } }
  .items__item {
    padding: 35px 30px;
    background: linear-gradient(145deg, #c8e2ef 0%, #dee0db 100%);
    border-radius: 40px; }
  @media (max-width: 480px) {
    .items__item {
      padding: 30px 20px; } }
  .items__number {
    width: 147px;
    height: 155px;
    background: url("../themes/demo/assets/images/svg/number.svg") center / 100% no-repeat;
    position: relative;
    margin-bottom: 34px; }
  .items__number span {
    font-weight: 250;
    font-size: 34px;
    line-height: 118%;
    color: #3e2f72;
    position: absolute;
    left: 32px;
    bottom: 32px; }
  .items__name {
    font-weight: 700;
    font-size: 34px;
    line-height: 118%;
    color: #3e2f72;
    margin-bottom: 20px; }
  @media (max-width: 992px) {
    .items__name {
      font-size: 28px; } }
  @media (max-width: 480px) {
    .items__name {
      font-size: 24px;
      margin-bottom: 15px; } }
  .items__text {
    font-weight: 400;
    font-size: 20px;
    color: #3e2f72;
    line-height: 1.3; }
  @media (max-width: 992px) {
    .items__text {
      font-size: 18px; } }
  @media (max-width: 480px) {
    .items__text {
      font-size: 16px; } }

.teachers-page__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .teachers-page__title {
      font-size: 30px;
      margin-bottom: 30px; } }
  .teachers-page__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 32px;
    row-gap: 45px; }
  @media (max-width: 992px) {
    .teachers-page__items {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 767px) {
    .teachers-page__items {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) {
    .teachers-page__items {
      grid-template-columns: 1fr; } }
  .teachers-page__item {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .teachers-page__image {
    align-self: stretch;
    margin-bottom: 25px; }
  .teachers-page__image img {
    max-width: 100%; }
  .teachers-page__name {
    font-weight: 700;
    font-size: 25px;
    line-height: 136%;
    text-align: center;
    color: #333;
    margin-bottom: 10px; }

.admission {
  min-height: 800px;
  height: 100vh;
  background: linear-gradient(145deg, #c8e2ef 0%, #dee0db 100%);
  position: relative;
  margin-top: 0; }
  @media (max-width: 480px) {
  .admission {
    height: 500px;
    min-height: 0; } }
  .admission__container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .admission__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #3e2f72;
    margin-bottom: 22px;
    max-width: 546px;
    margin-top: 200px; }
  @media (max-width: 480px) {
    .admission__title {
      margin-top: 150px;
      font-size: 40px; } }
  .admission__text {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #666;
    margin-bottom: 40px; }
  @media (max-width: 480px) {
    .admission__text {
      font-size: 20px;
      margin-bottom: 30px; } }
  .admission__image {
    position: absolute;
    left: 22px;
    bottom: 35px;
    z-index: 2; }
  @media (max-width: 480px) {
    .admission__image {
      width: 150px; } }
  .admission__image img {
    max-width: 100%; }
  .admission__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  .admission__bottom img {
    width: 100%; }

.block--admission {
  margin-top: -300px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1700px) {
  .block--admission {
    margin-top: -200px; } }
  @media (max-width: 1200px) {
  .block--admission {
    margin-top: -100px; } }
  @media (max-width: 480px) {
  .block--admission {
    margin-top: 0; } }
  .block--admission::after {
    content: "";
    display: block;
    position: absolute;
    width: 671px;
    height: 801px;
    top: 32px;
    left: 0;
    background: url("../themes/demo/assets/images/svg/admission-bg.svg") center / contain no-repeat; }

.saturated__tags-wrapper {
  position: relative;
  margin-bottom: 25px;
  margin-top: -10px; }
  @media (max-width: 992px) {
    .saturated__tags-wrapper {
      width: auto;
      height: auto; } }
  @media (max-width: 480px) {
    .saturated__tags-wrapper {
      margin-top: 0; } }
  .saturated__tags {
    display: flex;
    column-gap: 16px;
    left: 0;
    top: 0;
    position: initial;
    flex-wrap: wrap;
    row-gap: 15px; }
  @media (max-width: 480px) {
    .saturated__tags {
      row-gap: 10px;
      column-gap: 10px; } }
  .saturated__tag {
    font-weight: 400;
    font-size: 22px;
    color: #333;
    padding: 10px 24px;
    background: linear-gradient(145deg, #c8e2ef 0%, #dee0db 100%);
    border-radius: 98px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  @media (max-width: 480px) {
    .saturated__tag {
      font-size: 16px;
      padding: 8px 15px; } }

.prices__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; }
  @media (max-width: 1180px) {
    .prices__items {
      grid-template-columns: 1fr; } }
  .price {
    background: #3e2f72;
    border-radius: 40px;
    padding: 60px; }
  @media (max-width: 767px) {
  .price {
    padding: 30px 20px;
    border-radius: 25px; } }
  .price:nth-of-type(even) {
    background: linear-gradient(145deg, #c8e2ef 0%, #dee0db 100%); }
  .price:nth-of-type(even) .price__title {
    color: #333; }
  .price:nth-of-type(even) .price__item span:first-child {
    color: #333; }
  .price:nth-of-type(even) .price__item span:last-child {
    color: #3e2f72; }
  .price__title {
    font-weight: 800;
    font-size: 34px;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    .price__title {
      font-size: 28px; } }
  .price__items {
    display: flex;
    flex-direction: column;
    row-gap: 40px; }
  .price__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px; }
  .price__item span:first-child {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff; }
  @media (max-width: 767px) {
        .price__item span:first-child {
          font-size: 15px; } }
  .price__item span:last-child {
    font-weight: 500;
    font-size: 38px;
    line-height: 1;
    text-align: right;
    color: #fff; }
  @media (max-width: 767px) {
        .price__item span:last-child {
          font-size: 20px; } }

.register__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  color: #333;
  padding-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .register__title {
      font-size: 30px;
      padding-bottom: 20px;
      margin-bottom: 30px; } }
  .register__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 100px;
    position: relative; }
  @media (max-width: 1250px) {
    .register__items {
      grid-template-columns: 1fr 1fr;
      row-gap: 50px;
      column-gap: 50px; } }
  @media (max-width: 600px) {
    .register__items {
      grid-template-columns: 1fr; } }
  .register__items::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 44.5%;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4; }
  @media (max-width: 1250px) {
      .register__items::after {
        display: none; } }
  .register__number {
    font-weight: 300;
    font-size: 45px;
    line-height: 1;
    color: #3e2f72;
    margin-bottom: 24px; }
  .register__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin-bottom: 28px; }
  @media (max-width: 480px) {
    .register__name {
      margin-bottom: 10px; } }
  .register__text {
    margin-top: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #777; }
  @media (max-width: 480px) {
    .register__text {
      margin-top: 10px; }
      .register__text svg {
        display: none; } }
  .register__list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 70px; }
  @media (max-width: 992px) {
    .register__list-wrapper {
      grid-template-columns: 1fr; } }
  .register__list {
    display: flex;
    flex-direction: column; }
  .register__list-item {
    font-weight: 400;
    font-size: 20px;
    line-height: 175%;
    color: #333;
    padding-left: 20px;
    position: relative; }
  @media (max-width: 480px) {
    .register__list-item {
      font-size: 16px;
      padding-left: 15px; } }
  .register__list-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333; }
  @media (max-width: 480px) {
      .register__list-item::after {
        top: 12px; } }

.features__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .features__title {
      font-size: 30px;
      margin-bottom: 30px; } }
  .features__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px; }
  @media (max-width: 992px) {
    .features__items {
      grid-template-columns: 1fr;
      gap: 20px; } }
  .features__item {
    padding: 70px 40px;
    border-radius: 40px; }
  @media (max-width: 480px) {
    .features__item {
      border-radius: 25px;
      padding: 40px 30px; } }
  .features__item:first-child {
    background: #cdc1f7; }
  .features__item:nth-child(2) {
    background: #e3ecef; }
  .features__item:nth-child(3) {
    background: #cefff3; }
  .features__item:nth-child(4) {
    background: #b2dee8; }
  .features__name {
    font-weight: 700;
    font-size: 34px;
    line-height: 118%;
    color: #3e2f72;
    margin-bottom: 16px; }
  @media (max-width: 480px) {
    .features__name {
      font-size: 25px;
      margin-bottom: 12px; } }
  .features__text {
    font-weight: 400;
    font-size: 20px;
    color: #3e2f72;
    line-height: 1.3; }
  @media (max-width: 480px) {
    .features__text {
      font-size: 15px; } }

.gallery-page__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .gallery-page__title {
      font-size: 30px;
      margin-bottom: 30px; } }
  .gallery-page__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 992px) {
    .gallery-page__items {
      gap: 20px; } }
  @media (max-width: 767px) {
    .gallery-page__items {
      gap: 10px; } }
  .gallery-page__item {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: block;
    padding-bottom: 126%; }
  @media (max-width: 767px) {
    .gallery-page__item {
      border-radius: 15px; } }
  .gallery-page__item:nth-child(4) {
    grid-column: 1 / 3;
    padding-bottom: 60%; }
  @media (max-width: 767px) {
      .gallery-page__item:nth-child(4) {
        grid-column: 1 / 3; } }
  .gallery-page__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px; }
  @media (max-width: 767px) {
      .gallery-page__item img {
        border-radius: 15px; } }

.news-page__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
  .news-page__title {
    font-size: 30px;
    margin-bottom: 30px; } }

.reviews-page__container {
  display: flex;
  flex-direction: column; }
  .reviews-page__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
    margin-bottom: 40px; }
  @media (max-width: 480px) {
    .reviews-page__title {
      font-size: 30px;
      margin-bottom: 25px; } }
  .reviews-page__buttons {
    border-radius: 798px;
    background-color: rgba(50, 37, 95, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-bottom: 50px;
    padding: 4px; }
  @media (max-width: 4800px) {
    .reviews-page__buttons {
      font-size: 30px; } }
  .reviews-page__button {
    width: 189px;
    height: 39px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 799px;
    cursor: pointer; }
  @media (max-width: 480px) {
    .reviews-page__button {
      font-size: 16px;
      width: 150px; } }
  .reviews-page__button.active {
    background: #32255f; }

.reviewsText {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  display: none; }
  .reviewsText.active {
    display: grid; }
  @media (max-width: 992px) {
  .reviewsText {
    grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 650px) {
  .reviewsText {
    grid-template-columns: 1fr 1fr; } }
  @media (max-width: 500px) {
  .reviewsText {
    grid-template-columns: 1fr; } }

.reviewsVideo {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  display: none; }
  .reviewsVideo.active {
    display: grid; }
  @media (max-width: 992px) {
  .reviewsVideo {
    grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 650px) {
  .reviewsVideo {
    grid-template-columns: 1fr 1fr; } }
  @media (max-width: 500px) {
  .reviewsVideo {
    grid-template-columns: 1fr; } }
  .reviewsVideo__item {
    padding-bottom: 166%;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    cursor: pointer; }
  .reviewsVideo__item.active::after {
    opacity: 0; }
  .reviewsVideo__item.active svg {
    opacity: 0; }
  .reviewsVideo__item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.3s; }
  .reviewsVideo__item video {
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .reviewsVideo__item svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: 0.4s; }

.academy {
  height: 100vh;
  background: url("../themes/demo/assets/images/svg/academy.svg") center / cover no-repeat;
  margin-top: 0;
  position: relative; }
  @media (min-width: 767px) {
  .academy {
    min-height: 768px; } }
  @media (max-width: 767px) {
  .academy {
    height: auto;
    padding-bottom: 190px; } }
  .academy__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 164px; }
  .academy__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #3e2f72;
    margin-bottom: 22px;
    max-width: 550px; }
  @media (max-width: 480px) {
    .academy__title {
      font-size: 30px; } }
  .academy__text {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #666;
    margin-bottom: 34px;
    max-width: 510px; }
  @media (max-width: 480px) {
    .academy__text {
      font-size: 18px; } }
  .academy__button {
    margin-bottom: 18px; }
  .programs-a__container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .programs-a__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
    margin-bottom: 27px; }
  @media (max-width: 480px) {
    .programs-a__title {
      font-size: 30px; } }
  .programs-a__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    color: #777;
    margin-bottom: 60px; }
  @media (max-width: 480px) {
    .programs-a__text {
      font-size: 16px;
      margin-bottom: 35px; } }
  .programs-a__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-self: stretch; }
  @media (max-width: 992px) {
    .programs-a__items {
      grid-template-columns: 1fr;
      gap: 20px; } }
  .programs-a__item {
    border-radius: 40px;
    padding: 200px 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    transition: 0.4s; }
  .programs-a__item:first-child {
    background: #cdc1f7; }
  .programs-a__item:nth-child(2) {
    background: #e3ecef; }
  .programs-a__item:nth-child(3) {
    background: #cefff3; }
  .programs-a__item:nth-child(3) .direction__image {
    top: 25px;
    right: 20px; }
  .programs-a__item:nth-child(4) {
    background-color: #b2dee8; }
  .programs-a__item:hover {
    transform: translate(-16px, -16px); }
  @media (max-width: 1200px) {
    .programs-a__item {
      padding: 50px 40px; } }
  @media (max-width: 480px) {
    .programs-a__item {
      padding: 30px 20px;
      border-radius: 25px; } }
  .programs-a__image {
    position: absolute;
    right: 20px;
    top: 20px; }
  @media (max-width: 1200px) {
    .programs-a__image {
      position: initial;
      align-self: flex-end;
      margin-bottom: 30px; } }
  .programs-a__image img {
    max-width: 100%; }
  .programs-a__age {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #3e2f72;
    margin-bottom: 16px; }
  @media (max-width: 480px) {
    .programs-a__age {
      font-size: 18px;
      margin-bottom: 10px; } }
  .programs-a__name {
    font-weight: 700;
    font-size: 34px;
    line-height: 118%;
    color: #3e2f72;
    margin-bottom: 15px;
    max-width: 315px; }
  @media (max-width: 480px) {
    .programs-a__name {
      font-size: 26px;
      margin-bottom: 10px; } }
  .programs-a__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #3e2f72; }
  @media (max-width: 480px) {
    .programs-a__price {
      font-size: 18px; } }

.why-a {
  position: relative; }
  .why-a::after {
    content: "";
    display: block;
    position: absolute;
    height: 802px;
    width: 512px;
    background: url("../themes/demo/assets/images/svg/why-bg.svg") center / contain no-repeat;
    top: 87px;
    right: 0;
    z-index: -1; }
  @media (max-width: 800px) {
    .why-a::after {
      width: 100%; } }
  .why-a__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
    margin-bottom: 30px; }
  .why-a__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 1200px) {
    .why-a__items {
      grid-template-columns: 1fr; } }
  .why-a__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
  .why-a__item:first-child::after {
    content: "";
    display: block;
    position: absolute;
    right: -75px;
    top: 190px;
    width: 97px;
    height: 45px;
    background: url("../themes/demo/assets/images/svg/right.svg") center / 100% no-repeat; }
  @media (max-width: 1200px) {
      .why-a__item:first-child::after {
        display: none; } }
  .why-a__item:last-child::before {
    content: "";
    display: block;
    position: absolute;
    left: -75px;
    top: 82px;
    width: 97px;
    height: 45px;
    background: url("../themes/demo/assets/images/svg/left.svg") center / 100% no-repeat; }
  @media (max-width: 1200px) {
      .why-a__item:last-child::before {
        display: none; } }
  .why-a__image {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px; }
  @media (max-width: 1200px) {
    .why-a__image {
      height: auto; } }
  .why-a__image img {
    max-width: 100%; }
  .why-a__name {
    font-weight: 700;
    font-size: 25px;
    line-height: 136%;
    text-align: center;
    color: #333;
    margin-bottom: 10px; }
  @media (max-width: 480px) {
    .why-a__name {
      font-size: 20px; } }
  .why-a__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: #777;
    margin-top: 20px; }
  @media (max-width: 480px) {
    .why-a__text {
      font-size: 15px;
      margin-top: 15px; } }

.reviews-a__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  margin-bottom: 27px; }
  @media (max-width: 480px) {
    .reviews-a__title {
      font-size: 30px; } }
  .reviews-a__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    color: #777;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 610px; }
  @media (max-width: 480px) {
    .reviews-a__text {
      font-size: 16px;
      margin-bottom: 35px; } }
  .reviews-a__items-wrapper {
    position: relative; }
  @media (min-width: 600px) {
    .reviews-a .swiper-slide {
      height: auto; } }
  .reviews-a .text-reviews__item {
    height: 100%; }
  .reviews-a__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
  .reviews-a__prev {
    left: -50px; }
  .reviews-a__next {
    right: -50px; }
  .reviews-a__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px; }
  @media (max-width: 480px) {
    .reviews-a__pagination {
      margin-top: 30px; } }
  .reviews-a__pagination.swiper-pagination-lock {
    display: none; }

.block--academy {
  position: relative; }
  .block--academy::after {
    content: "";
    display: block;
    position: absolute;
    top: -250px;
    left: 0;
    height: 802px;
    width: 615px;
    background: url("../themes/demo/assets/images/svg/block-academy.svg") center / contain no-repeat;
    z-index: -1; }
  @media (max-width: 800px) {
    .block--academy::after {
      max-width: 100%; } }

.teachers-a__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .teachers-a__title {
      font-size: 30px; } }
  .teachers-a__item {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .teachers-a__image {
    margin-bottom: 35px; }
  .teachers-a__image img {
    max-width: 100%; }
  .teachers-a__name {
    font-weight: 700;
    font-size: 25px;
    line-height: 136%;
    text-align: center;
    color: #333;
    margin-bottom: 10px; }
  .teachers-a__pagination {
    justify-content: center;
    margin-top: 50px; }
  @media (max-width: 480px) {
    .teachers-a__pagination {
      margin-top: 30px; } }

.course {
  height: 100vh;
  background: url("../themes/demo/assets/images/svg/robototechnika.svg") center / cover no-repeat;
  margin-top: 0;
  position: relative; }
  @media (min-width: 767px) {
  .course {
    min-height: 768px; } }
  @media (max-width: 767px) {
  .course {
    height: auto;
    padding-bottom: 190px; } }
  .course__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 164px; }
  @media (max-width: 480px) {
    .course__body {
      padding-top: 100px; } }
  .course__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #3e2f72;
    margin-bottom: 22px;
    max-width: 550px; }
  @media (max-width: 480px) {
    .course__title {
      font-size: 30px;
      margin-bottom: 15px; } }
  .course__text {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #666;
    margin-bottom: 34px;
    line-height: 1.3;
    max-width: 562px; }
  @media (max-width: 480px) {
    .course__text {
      font-size: 16px;
      margin-bottom: 20px; } }
  .why-a--course {
    margin-top: -250px; }
  .why-a--course::after {
    display: none; }
  @media (max-width: 992px) {
  .why-a--course {
    margin-top: -150px; } }

.block--course::after {
  top: -90px; }

.schedule__body {
  border: 1px solid #cacaca;
  border-radius: 20px;
  padding: 30px 0 40px; }
  .schedule__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    color: #333;
    padding-bottom: 18px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px; }
  @media (max-width: 480px) {
    .schedule__title {
      font-size: 30px;
      margin-bottom: 15px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 10px; } }
  .schedule__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #555;
    margin-bottom: 35px;
    padding-left: 24px;
    padding-right: 24px; }
  @media (max-width: 480px) {
    .schedule__text {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 16px; } }
  .schedule__table {
    margin-left: 24px;
    margin-right: 24px;
    overflow: auto; }
  @media (max-width: 480px) {
    .schedule__table {
      margin-left: 15px;
      margin-right: 15px; } }
  .schedule__table table {
    border-spacing: 0;
    border-radius: 15px !important;
    border-collapse: collapse; }
  .schedule__table tr {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #333; }
  .schedule__table table, .schedule__table td {
    border: 0.5px solid #cbcbcb !important; }
  .schedule__table td {
    padding: 18px; }
  .schedule__table .table-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    min-width: 120px;
    text-transform: uppercase;
    color: #555;
    padding: 4px;
    padding-left: 7px;
    display: block;
    background-color: #e8ecf2;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #555;
    text-align: start;
    border-left: 4px solid #3e2f72; }
  .schedule__table .table-item:not(:last-child) {
    margin-bottom: 8px; }
  .schedule__table span {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-transform: none;
    text-align: start !important;
    margin-bottom: 5px;
    display: block; }

.programs-a__item:nth-child(5) {
  background-color: #f7ecc1; }

.programs-a__item:nth-child(6) {
  background-color: #c3c9ef; }
