@font-face {
  font-family: AmaticSC-Regular;
  font-display: swap;
  src: url("../fonts/Amatic/AmaticSC-Regular.woff") format("woff"), url("../fonts/Amatic/AmaticSC-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: AmaticSC-Bold;
  font-display: swap;
  src: url("../fonts/Amatic/AmaticSC-Bold.woff") format("woff"), url("../fonts/AmaticSC-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Regular;
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
}

p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

a, button {
  color: inherit;
}
a:focus, button:focus {
  outline: none;
}

h1, h2, h3 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Roboto-Regular, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  background-color: #fdf9f7;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

section {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

b {
  font-family: RalewayBlack, sans-serif;
}

.map {
  width: 500px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.button {
  text-decoration: none;
  padding: 15px 20px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: var(--third);
  color: var(--light);
  cursor: pointer;
}
.button:hover {
  background-color: var(--grey);
  color: var(--accent);
}

:root {
  --white: #ffffff;
  --black: #100F0F;
  --light: #fcf7f4;
  --grey: #787878;
  --light-green: #C6E8D2;
  /*--yellow: #EBDC8D;
  --blue: #B0CBE7;
  --green: #CAD8CF;
  --red: #CF6476;
  --violet: #494980;

  --red-vivid: #C41047;*/
  --yellow: #f3e184;
  --blue: #b5d2f1;
  --green: #bddbc8;
  --red: #dd6a7d;
  --violet: #474784;
  --red-vivid: #C41047;
}

.content-block__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 70px;
}
.content-block__title {
  font-family: AmaticSC-Regular, sans-serif;
  font-size: 40px;
  color: var(--grey);
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.content-block__col:first-child {
  width: 50%;
}
.content-block__col:last-child {
  width: 30%;
}
.content-block__item {
  margin-bottom: 70px;
}
.content-block__img {
  display: inline-block;
  max-width: 300px;
  padding: 20px;
  background-image: url("../images/photo-frame.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.content ul {
  list-style: none;
}
.content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-image: url("../images/icons/point.svg");
}
.content p, .content ul {
  margin-bottom: 30px;
}
.content p:last-child, .content ul:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .content-block__col:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 860px) {
  .content-block__inner {
    flex-direction: column;
  }
  .content-block__col:first-child {
    order: 2;
    width: 100%;
  }
  .content-block__col:last-child {
    width: 100%;
  }
}
.section {
  margin-bottom: 70px;
}
.section__title {
  margin-bottom: 50px;
  border-top: 2px solid var(--grey);
  border-bottom: 2px solid var(--grey);
}
.section__title h2 {
  font-family: AmaticSC-Regular, sans-serif;
  font-size: 70px;
  line-height: 1.5em;
  letter-spacing: 3px;
  color: var(--light-green);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 0 0 var(--grey), -1px 0 0 var(--grey), 0 1px 0 var(--grey), 0 -1px 0 var(--grey);
}
.section__block {
  margin: 50px 0;
  max-width: 100%;
  overflow: hidden;
}
.section__row {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.section__text {
  margin-bottom: 30px;
}
.section__text_s {
  max-width: 1000px;
  margin: 0 auto 80px;
}
.section__img {
  text-align: center;
}
.section__video {
  text-align: center;
  padding: 0 20px;
}
.section__video iframe {
  max-width: 100%;
  display: inline-block;
}
.section_preview {
  padding-top: 50px;
  max-width: 600px;
  text-align: center;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1110px) {
  .section__title h2 {
    font-size: 40px;
  }
}
.contacts {
  display: flex;
  gap: 20px;
}
.contacts__item {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
}
.contacts__link {
  display: inline-block;
  transition-duration: 0.2s;
  text-decoration: none;
}
.contacts__link:hover {
  color: var(--red);
}
.contacts__link:hover .contacts__icon {
  color: var(--red);
}
.contacts__icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  color: var(--grey);
  transition-duration: 0.2s;
}
.contacts_schedule .contacts__link {
    text-decoration: underline;
}
.contacts_schedule .contacts__link:hover {
    text-decoration: none;
}
@media screen and (max-width: 860px) {
  .contacts {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contacts__map {
    order: 1;
  }
}
.header {
  position: relative;
  /* &__pic {
     //min-width: 100%;
     //height: 100%;
     width: 100%;
     max-width: none;
     max-height: none;
   }*/
}
.header__promo {
  position: relative;
  overflow: hidden;
  padding-top: 35%;
  background-image: url("../images/header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -15px;
}
.header__promo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcfaef;
  z-index: 0;
  opacity: 0.5;
}
.header__inner {
  position: relative;
  overflow: hidden;
  padding-top: 35%;
  background-image: url("../images/header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5eee6;
  z-index: 0;
  opacity: 0.6;
}
.header__img {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 2;
}
.header__title {
  position: relative;
  max-width: 886px;
  margin: 0 auto;
  text-align: center;
  font-family: RalewayBlack, sans-serif;
  font-size: 50px;
  line-height: 70px;
  z-index: 1;
  color: var(--grey);
}
.header__block {
  padding: 160px 20px;
  max-width: 700px;
  margin: 0 auto;
}
.header__subtitle {
  font-family: RalewayBlack, sans-serif;
  margin-bottom: 20px;
  color: var(--grey);
}
.header__button {
  text-align: center;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 1096px) {
  .header__title {
    font-size: 35px;
    line-height: 55px;
  }
}
.menu {
  padding: 4px 0;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 300;
  font-family: AmaticSC-Regular, sans-serif;
  font-size: 40px;
  color: var(--grey);
  line-height: 40px;
  /*  &_fixed {
      .menu__list {
        position: fixed;
        top: 4px;
        left: 0;
        right: 0;
      }
    }*/
}
.menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light);
  opacity: 0.8;
  border-bottom: 2px solid var(--grey);
}
.menu__button {
  display: none;
}
.menu__list {
  position: relative;
  z-index: 1;
  padding: 5px 20px 8px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.menu__item {
  position: relative;
  padding-right: 6%;
}
.menu__item:last-child {
  padding-right: 0;
}
.menu__item:last-child::after {
  display: none;
}
.menu__item::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/icons/point.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.menu__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: color 0.1s;
}
.menu__link::after {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  left: unset;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--light);
  transition: width 0.2s;
}
.menu__link:hover {
  color: var(--red);
}
.menu__link:hover svg path {
  fill: var(--red);
}
.menu__link_contact {
  vertical-align: middle;
}
.menu__link_contact svg {
  display: none;
  vertical-align: middle;
}
.menu__link_active {
  color: var(--red);
}
.menu__link svg path {
  fill: var(--grey);
}
.menu__logo {
  max-width: 75px;
  line-height: 0;
  font-size: 0;
  background-color: var(--light);
  margin-bottom: -35px;
}
.menu__icon {
  width: 30px;
  height: 30px;
}
.menu__icon path {
  transition: fill 0.1s;
}

@media screen and (max-width: 1110px) {
  .menu {
    padding: 0;
    font-size: 28px;
    line-height: 28px;
  }
  .menu__list {
    padding: 4px 0;
  }
}
@media screen and (max-width: 860px) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
  }
  .menu::after {
    display: none;
  }
  .menu__button {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 14px;
    width: 35px;
    height: 24px;
    font-size: 0;
    z-index: 200;
    border-bottom: 3px solid var(--grey);
  }
  .menu__button::after, .menu__button::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 3px;
    background-color: var(--grey);
    transition: 0.2s;
  }
  .menu__button::after {
    bottom: 5px;
  }
  .menu__button::before {
    top: 5px;
  }
  .menu__button_opened::after {
    bottom: 8px;
    transform: rotateZ(-45deg);
    background-color: #fcf7f4;
  }
  .menu__button_opened::before {
    top: 10px;
    transform: rotateZ(45deg);
    background-color: #fcf7f4;
  }
  .menu__button_opened + .menu__list {
    display: flex;
  }
  .menu__list {
    display: none;
    min-width: 200px;
    position: absolute;
    top: -10px;
    left: 0;
    color: #fcf7f4;
    background-color: var(--grey);
    padding: 70px 40px 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.2s;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .menu__item {
    padding-left: 20px;
    padding-right: 0;
  }
  .menu__item::after {
    right: unset;
    left: 0;
    background-color: var(--light);
    border-radius: 50%;
  }
  .menu__item:last-child::after {
    display: inline-block;
  }
  .menu__link_contact {
    font-size: inherit;
  }
  .menu__link_contact svg {
    display: none;
  }
  .menu__logo {
    display: none;
  }
  .menu__icon path {
    fill: #fcf7f4;
  }
}
.programs {
  margin: 0 auto;
  scroll-margin-block-start: 30px;
  overflow: auto;
}
.programs__text {
  margin-bottom: 30px;
}
.programs__list {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.programs__list::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - (4px * 2));
  height: calc(100% - (4px * 2));
  background-color: var(--program-color);
  opacity: 0.3;
  transition: background-color, 0.2s;
}
.programs__titles {
  position: relative;
  z-index: 1;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 2%;
}
.programs__item {
  display: block;
  width: 48%;
  min-height: 308px;
  font-family: AmaticSC-Regular, sans-serif;
  text-align: center;
}
.programs__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  background-color: var(--yellow);
  border: 4px solid #ffffff;
  text-decoration: none;
  transition: 0.2s;
  transition-property: background-color;
}
.programs__item-title {
  display: block;
  font-size: 70px;
  line-height: 1em;
  color: var(--grey);
  margin-bottom: 70px;
}
.programs__item-description {
  color: var(--violet);
  font-size: 50px;
  line-height: 1em;
}
.programs__description-container {
  height: 20px;
  position: relative;
  z-index: 1;
  transition: height 0.2s;
  transition-timing-function: linear;
  overflow: hidden;
}
.programs__description {
  display: none;
  gap: 50px;
  padding: 30px;
  overflow: hidden;
  transition: height 0.2s;
  margin: 0 auto;
}
.programs__column {
  width: 50%;
}
.programs__block {
  display: flex;
  align-items: center;
  gap: 60px;
}
.programs__block-pic {
  max-width: 300px;
  display: block;
  margin: 20px auto;
}
.programs__block-pic:last-child {
  margin-bottom: 0;
}
.programs__list {
  list-style: none;
}

@media screen and (max-width: 1096px) {
  .programs__item {
    min-height: 250px;
  }
  .programs__item-title {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .programs__item-description {
    font-size: 40px;
  }
  .programs__link {
    padding: 16px;
  }
  .programs__block {
    gap: 30px;
    flex-direction: column;
  }
  .programs__block-pic {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .programs__description {
    flex-direction: column;
    gap: 20px;
  }
  .programs__column {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .programs__item-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .programs__item-description {
    font-size: 30px;
  }
}
@media screen and (max-width: 380px) {
  .programs__item {
    min-height: 200px;
  }
  .programs__item-title {
    font-size: 30px;
  }
  .programs__item-description {
    font-size: 25px;
  }
}
.features {
  margin: 0 auto;
}
.features__row {
  display: flex;
}
.features__header {
  padding-left: 10%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.features__col_dark {
  background-color: #55565f;
  color: #fcf7f4;
}
.features__col:first-child {
  width: 40%;
}
.features__col:last-child {
  width: 60%;
}
.features__title {
  padding-right: 20px;
  font-family: RalewayBlack, sans-serif;
  font-size: 50px;
  line-height: 75px;
  color: #fee36e;
  padding-bottom: 40px;
}
.features__prev {
  border-top: 5px solid #fee36e;
  padding-top: 10px;
  padding-right: 30px;
  color: #fcf7f4;
}
.features__list {
  height: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.features__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.features__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px 40px;
  gap: 20px;
  color: #55565f;
}
.features__item:nth-child(1) {
  background-color: #fcf7f4;
}
.features__item:nth-child(2):not(.features__item_yellow) {
  background-color: #2A9D8F;
  color: #fcf7f4;
}
.features__item:nth-child(3) {
  background-color: #fee36e;
}
.features__item:nth-child(4) {
  background-color: #fcf7f4;
}
.features__item:nth-child(5) {
  background-color: #fcf7f4;
}
.features__item_yellow {
  width: 100%;
  background-color: #fcf7f4;
}
.features__pic {
  max-width: 200px;
}
.features__text-item:first-child {
  padding-bottom: 15px;
}
.features__text-item:last-child {
  font-family: RalewayMedium, sans-serif;
}
.footer {
  padding: 15px 0;
  color: var(--grey);
  font-family: Raleway-ExtraLight, sans-serif;
  border-top: 2px solid var(--grey);
}
.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer__logo {
  width: 80px;
}

.certificates {
  text-align: center;
}
.certificates__title {
  font-family: AmaticSC-Regular, sans-serif;
  font-size: 40px;
  color: var(--grey);
  text-align: center;
  margin-bottom: 30px;
}
.certificates__list {
  line-height: 0;
  margin: 0 auto;
  align-items: center;
  list-style: none;
}
.certificates__item {
  max-width: 200px;
}
.certificates__item a {
  display: inline-block;
}
.certificates__slider {
  display: inline-block;
}
.certificates__slider-wrapper {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.certificates__arrow {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--grey);
  top: 50%;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
  user-select: none;
}
.certificates__arrow:hover:not(.swiper-button-disabled) {
  filter: drop-shadow(0 0 3px var(--light));
}
.certificates__arrow svg {
  stroke: var(--grey);
  transition: 0.2s;
}
.certificates__arrow_prev {
  left: 0;
}
.certificates__arrow_next {
  right: 0;
}
.certificates__arrow.swiper-button-disabled {
  display: none;
}

.promo__inner {
  display: flex;
}
.promo__col {
  width: 50%;
}
.promo__item {
  width: 33%;
  padding: 70px 30px;
}
.promo__item p {
  margin-top: 0;
  margin-bottom: 10px;
}
.promo__item p:last-child {
  margin-bottom: 0;
}
.promo__item p:first-of-type {
  font-family: RalewayBold, sans-serif;
}
.promo__item_child {
  background-color: var(--grey);
  color: var(--light);
}
.promo__item_group {
  background-color: var(--secondary);
  color: var(--light);
}

.schedule__inner {
  padding: 110px 0 50px;
  position: relative;
  background-image: url("../images/rings.svg");
  background-size: 70% auto;
  background-position: center 0;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.schedule__background {
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.schedule__week {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  gap: 0 40px;
  font-family: AmaticSC-Bold, sans-serif;
  font-size: 24px;
}
.schedule__day {
  min-width: 26%;
  text-align: center;
  margin-bottom: -10px;
  position: relative;
}
.schedule__day::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  right: -10%;
  top: 0;
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 100%;
}
.schedule__day_monday::after {
  background-image: url("../images/schedule-separator-1.svg");
}
.schedule__day_tuesday::after {
  background-image: url("../images/schedule-separator-2.svg");
}
.schedule__day_thursday::after {
  right: -50%;
  background-position: 0 40px;
  background-image: url("../images/schedule-separator-3.svg");
}
.schedule__title {
  font-family: AmaticSC-Regular, sans-serif;
  font-size: 35px;
  color: var(--grey);
  color: var(--light-green);
  text-shadow: 1px 0 0 var(--grey), -1px 0 0 var(--grey), 0 1px 0 var(--grey), 0 -1px 0 var(--grey);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.schedule__blocks {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.schedule__free-badge {
    position: absolute;
    right: 5%;
    top: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: red;
    font-size: 0;
    font-family: Roboto-Regular, serif;
    font-weight: 700;
    z-index: 9999;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: default;
}
.schedule__free-badge:hover {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
    width: 150px;
    height: auto;
    color: #fff;
}
.schedule__lesson {
  text-align: left;
  position: relative;
  padding: 10px 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.schedule__lesson:last-child {
  margin-bottom: 0;
}
.schedule__lesson:nth-child(even) {
  margin-top: -10%;
  margin-bottom: -5%;
  align-self: flex-end;
}
.schedule__lesson::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/spot-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
  opacity: 0.7;
}
.schedule__lesson_1::after {
  background-image: url("../images/spot-1.svg");
}
.schedule__lesson_2::after {
  background-image: url("../images/spot-2.svg");
}
.schedule__lesson_3::after {
  background-image: url("../images/spot-3.svg");
}
.schedule__lesson_4::after {
  background-image: url("../images/spot-4.svg");
}
.schedule__lesson_5::after {
  background-image: url("../images/spot-5.svg");
}
.schedule__lesson_6::after {
  background-image: url("../images/spot-6.svg");
}
.schedule__lesson_7::after {
  background-image: url("../images/spot-7.svg");
}
.schedule__time {
  color: var(--red-vivid);
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}
.schedule__description {
  position: relative;
  z-index: 2;
  line-height: 1em;
  font-family: AmaticSC-Regular, sans-serif;
}
.schedule__arrow {
  display: none;
}

@media screen and (max-width: 1040px) {
  .schedule__lesson:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .schedule__day {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .schedule__inner {
    padding: 70px 5px 15px 15px;
    background-position: center 10px;
  }
  .schedule__slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }
  .schedule__week {
    position: relative;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
  }
  .schedule__day {
    position: relative;
    flex-shrink: 0;
  }
  .schedule__day::after {
    display: none;
  }
  .schedule__lesson, .schedule__lesson:nth-child(even) {
    margin-bottom: 10px;
  }
  .schedule__arrow {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--grey);
    top: 83px;
    z-index: 2;
    user-select: none;
  }
  .schedule__arrow svg {
    stroke: var(--grey);
  }
  .schedule__arrow_prev {
    left: 10px;
  }
  .schedule__arrow_next {
    right: 15px;
  }
  .schedule__arrow.swiper-button-disabled {
    display: none;
  }
}
.gallery__title {
  font-family: AmaticSC-Regular, sans-serif;
  font-size: 40px;
  color: var(--grey);
  text-align: center;
  margin-bottom: 30px;
}
.gallery__item {
  max-width: 300px;
}
.gallery__item a {
  display: block;
  line-height: 0;
}
.gallery__list {
  align-items: center;
}
.gallery__slider-wrapper {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.gallery__arrow {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--grey);
  background-color: var(--light);
  top: 50%;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
  user-select: none;
}
.gallery__arrow:hover:not(.swiper-button-disabled) {
  filter: drop-shadow(0 0 3px var(--light));
}
.gallery__arrow svg {
  stroke: var(--grey);
  transition: 0.2s;
}
.gallery__arrow_prev {
  left: 0;
}
.gallery__arrow_next {
  right: 0;
}
.gallery__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}