@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Montserrat';
  background-color: #ffecbf;
  margin: 0;
}

@media (max-width: 768px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
  .has-html5video .fancybox__content {
    min-height: 80dvh;
  }
  .has-html5video .fancybox__content video {
    object-fit: cover;
  }
  .is-compact .fancybox__content > .f-button.is-close-btn {
    top: 20px;
    right: 10px;
  }
}
:root {
  --y: #feb200;
  --a: #80e5e5;
  --b: #fed880;
  --g: #33cc66;
  --l: rgba(153, 229, 179, 1);
  --v: #b280e5;
  --c: #ffb380;
  --o: #ff6600;
  --yl: #ffecbf;
}

a {
  text-decoration: none;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5em;
  transition: all 0.25s;
}
.btn-first__white {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}
.btn-first__white:hover,
.btn-first__white:focus,
.btn-first__white:active {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transform: scale(1.05);
}

.btn-second {
  display: inline-block;
  text-align: center;
  border-radius: 24px;
}

.title {
  text-align: center;
  font-size: 48px;
  color: #000;
  font-weight: 600;
}
.title span {
  position: relative;
}
.title .number-icon img {
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: 0;
}
.title-img {
  margin-right: 25px;
  height: 72px;
  width: 70px;
}
.title-icon {
  position: absolute;
  left: -10px;
  top: -30px;
}

@media (max-width: 768px) {
  .title {
    font-size: 38px;
    padding: 0 10px 0 10px;
  }
  .title .title-img {
    position: absolute;
    left: -55px;
    height: 50px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .title .number-icon img {
    bottom: -22px;
  }
}
header {
  padding: 20px 24px;
  background-color: var(--y);
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
header .header-top {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top__logo img {
  width: 100%;
  height: 38px;
}
header .header-top__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top__menu-translate {
  display: none;
}
header .header-top__menu-phone a {
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 10px 16px;
  transition: all 0.3s;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}
header .header-top__menu-phone a:hover {
  color: var(--o) !important;
  background-color: #fff;
  text-decoration: none;
}
header .header-top__menu-icons {
  display: flex;
  margin-left: 29px;
  margin-right: 24px;
  gap: 14px;
}
header .header-top__menu-icons .icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
header .header-bottom {
  display: flex;
  justify-content: end;
  padding-right: 24px;
  padding-bottom: 25px;
}
header .header-bottom .header-top__menu-phone,
header .header-bottom .header-top__menu-icons {
  display: none;
}
header .header-bottom__logo {
  height: 38px;
  width: 38px;
  display: none;
}
header .header-bottom__menu {
  display: flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header-bottom__menu-item a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  column-gap: 0;
  display: flex;
  transition: 0.4s ease;
}
header .header-bottom__menu-item a::before {
  text-decoration: none;
  content: '';
  display: block;
  height: 20px;
  background: url('/img/arrow.svg') no-repeat left;
  background-size: contain;
  transition: 0.4s;
  width: 0px;
}
header .header-bottom__menu-item a:hover {
  column-gap: 8px;
  text-decoration: none;
}
header .header-bottom__menu-item a:hover::before {
  width: 30px;
}

.header-top__lng {
  display: none;
}

.header-top__menu-lines {
  display: none;
}

.header.active .header-top {
  display: none;
}
.header.active .header-bottom {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}
.header.active .header-bottom__logo {
  display: block;
}
.header.active .header-bottom__logo img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  header .header-bottom__menu-item a {
    font-size: 1.3vw;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 20px;
    transition: background-color 0.3s ease;
  }
  .header.active .header-top {
    display: flex;
  }
  .header.active .header-bottom {
    padding: 24px 24px 50px 24px;
    justify-content: flex-start;
  }
  .header.menu-open {
    background-color: var(--a);
  }
  .header.menu-open .header-bottom {
    transform: translateY(0);
    pointer-events: all;
    opacity: 1;
  }
  .header.menu-open .header-top__menu-lines span:nth-child(1) {
    transform: rotate(45deg);
    top: 15px;
  }
  .header.menu-open .header-top__menu-lines span:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 15px;
  }
  .header.menu-open .header-top__lng {
    display: block;
  }
  .header .header-top {
    margin-bottom: 0;
  }
  .header .header-top .header-top__menu-phone,
  .header .header-top .header-top__menu-icons,
  .header .header-top .header-top__menu-translate {
    display: none;
  }
  .header .header-top__logo {
    position: relative;
    z-index: 20;
    width: 120px;
    height: 26px;
  }
  .header .header-top__lng {
    display: block;
  }
  .header .header-top__menu-lines {
    position: relative;
    z-index: 20;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
    outline: none;
  }
  .header .header-top__menu-lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    transition: all 0.3s ease;
  }
  .header .header-top__menu-lines span:nth-child(1) {
    top: 10px;
  }
  .header .header-top__menu-lines span:nth-child(2) {
    bottom: 10px;
  }
  .header .header-bottom__logo {
    display: none !important;
  }
  .header .header-bottom {
    padding: 24px 24px 50px 24px;
    position: fixed;
    left: 0;
    top: 72px;
    z-index: 10;
    transform: translateY(-100%);
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    width: 100%;
    height: calc(100vh - 72px);
    background-color: var(--a);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .header .header-bottom .header-top__menu-phone {
    display: block;
    margin-top: auto;
    margin-bottom: 32px;
  }
  .header .header-bottom .header-top__menu-phone a {
    display: block;
  }
  .header .header-bottom .header-top__menu-icons {
    display: flex;
    column-gap: 16px;
  }
  .header .header-bottom .header-top__menu-icons .icon {
    height: 32px;
    width: 32px;
  }
  .header .header-bottom__menu {
    margin-top: auto;
    margin-bottom: clamp(40px, 8dvh, 100px);
    flex-direction: column;
    justify-content: center;
    row-gap: 32px;
  }
  .header .header-bottom__menu .header-bottom__menu-item a {
    font-size: 20px;
  }
  .header .header-bottom__menu .header-bottom__menu-item a::before {
    display: none;
  }
}
footer {
  background-color: var(--y);
  color: #fff;
  padding: 56px 24px;
}
footer .footer-head {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer .footer-head__logo {
  height: 38px;
  margin-bottom: 32px;
}
footer .footer-head__logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
footer .footer-head__text {
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-wrap: balance;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
footer .footer-bottom__rights {
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
footer .footer-bottom__social-group {
  display: flex;
  gap: 24px;
  cursor: pointer;
}
footer .footer-bottom__social-group img {
  width: 48px;
  height: 48px;
}
footer .footer-bottom__policy {
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  cursor: pointer;
}
footer .footer-bottom__policy__sved-link {
  display: none;
}
footer .footer-bottom__policy a {
  color: inherit;
}
@media (max-width: 768px) {
  footer {
    padding: 40px 24px;
  }
  footer .footer-head__text {
    font-size: 16px;
  }
  footer .footer-bottom {
    flex-direction: column;
    row-gap: 24px;
  }
  footer .footer-bottom__social-group {
    margin-top: 0;
  }
  footer .footer-bottom__social-group img {
    height: 38px;
    width: 38px;
  }
  footer .footer-bottom__rights {
    text-align: center;
    font-size: 16px;
  }
  footer .footer-bottom__policy {
    text-align: center;
  }
  footer .footer-bottom__policy-link {
    display: none;
  }
  footer .footer-bottom__policy__sved-link {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
}

#RequestModal .modal-dialog {
  min-width: 640px;
}
#RequestModal .modal-lid-status {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: -30px;
  line-height: 1.25em;
  text-align: center;
}
#RequestModal .modal-content {
  position: relative;
  border-radius: 24px;
}
#RequestModal .modal-content .modal-close {
  background: url('/img/close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 50px;
  top: 25px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10;
}
#RequestModal .modal-body {
  padding: 92px 50px 43px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}
#RequestModal .modal-body .modal-title {
  font-size: 27px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  margin-bottom: 40px;
}
#RequestModal .modal-body .modal-text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 45px;
}
#RequestModal .modal-body .modal-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
#RequestModal .modal-body .modal-group .modal-control__wrap {
  letter-spacing: -0.128px;
  line-height: 1.5em;
  position: relative;
  width: 100%;
}
#RequestModal
  .modal-body
  .modal-group
  .modal-control__wrap
  .form-control__label {
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s;
  color: rgb(14, 18, 20);
  pointer-events: none;
}
#RequestModal .modal-body .modal-group .modal-control__wrap .modal-input {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 0;
  background-color: transparent;
  outline: 0;
  border-bottom: 2px solid #000;
}
#RequestModal
  .modal-body
  .modal-group
  .modal-control__wrap
  .modal-input:focus
  + .form-control__label {
  font-size: 13px;
  top: 0;
}
#RequestModal
  .modal-body
  .modal-group
  .modal-control__wrap
  .modal-input:not(:-ms-input-placeholder)
  + .form-control__label {
  font-size: 13px;
  top: 0;
}
#RequestModal
  .modal-body
  .modal-group
  .modal-control__wrap
  .modal-input:not(:placeholder-shown)
  + .form-control__label {
  font-size: 13px;
  top: 0;
}
#RequestModal .modal-body .modal-group .__select {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  margin: 0 auto;
}
#RequestModal .modal-body .modal-group .__select input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
}
#RequestModal
  .modal-body
  .modal-group
  .__select.active
  .__select__title::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}
#RequestModal
  .modal-body
  .modal-group
  .__select.active
  .__select__title::after {
  transform: translate(3px, -50%) rotate(45deg);
}
#RequestModal .modal-body .modal-group .__select.active .__select__content {
  height: auto;
  z-index: 10;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
}
#RequestModal
  .modal-body
  .modal-group
  .__select.active
  .__select__label::before {
  opacity: 1;
}
#RequestModal .modal-body .modal-group .__select__title {
  padding: 0 40px 0 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25em;
  outline: 0;
  border-bottom: 2px solid #000;
  cursor: pointer;
  text-wrap: balance;
  z-index: 2;
}
#RequestModal .modal-body .modal-group .__select__title::before,
#RequestModal .modal-body .modal-group .__select__title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #333333;
  transform: translate(-3px, -50%) rotate(45deg);
}
#RequestModal .modal-body .modal-group .__select__title::after {
  transform: translate(3px, -50%) rotate(-45deg);
}
@media (max-width: 576px) {
  #RequestModal .modal-body .modal-group .__select__title {
    font-size: 14px;
  }
}
#RequestModal .modal-body .modal-group .__select__content {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  z-index: 1;
  overflow: hidden;
}
#RequestModal
  .modal-body
  .modal-group
  .__select__content
  .__select__label.shown:last-of-type {
  border-bottom: 0;
}
#RequestModal .modal-body .modal-group .__select__input {
  display: none;
  pointer-events: none;
}
#RequestModal .modal-body .modal-group .__select__label {
  padding: 8px 5px;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
#RequestModal
  .modal-body
  .modal-group
  .__select__label
  + input
  + #RequestModal
  .modal-body
  .modal-group
  .__select__label {
  border-top: 0 solid rgba(199, 204, 209, 0.3764705882);
}
#RequestModal .modal-body .modal-group .__select__label:hover {
  font-weight: 600;
}
#RequestModal .modal-body .modal-group .__select__label::before {
  content: attr(data-value);
  transition: all 0.2s ease-out;
  opacity: 0;
}
#RequestModal .modal-body .modal-group .__select__label::after {
  position: absolute;
  top: -40px;
  left: 0;
  display: flex;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 8px 16px;
  color: #333333;
  z-index: -1;
}
#RequestModal .modal-body .modal-btn {
  background-color: var(--y);
  color: #fff;
  display: inline-block;
  margin-top: 45px;
  line-height: 1em;
  font-size: 17px;
  font-weight: 600;
  padding: 22px 34px;
  border-radius: 16px;
  border: 0;
  cursor: pointer;
}
#RequestModal .modal-body .modal-btn:hover {
  transform: scale(1.01);
}
#RequestModal .modal-body .modal-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  margin-top: 56px;
  color: #000;
}
#RequestModal .modal-body .modal-link a {
  color: inherit;
}
@media (max-width: 996px) {
  #RequestModal .modal-dialog {
    min-width: 500px;
  }
  #RequestModal .modal-content .modal-body {
    padding: 62px 40px 33px 40px;
  }
}
@media (max-width: 768px) {
  #RequestModal {
    width: 100vw;
  }
  #RequestModal .modal-dialog {
    min-width: unset;
    width: auto;
  }
  #RequestModal .modal-content .modal-close {
    right: 15px;
  }
  #RequestModal .modal-content .modal-body {
    padding: 72px 24px 25px 24px;
  }
  #RequestModal .modal-content .modal-body .modal-title {
    font-size: 24px;
  }
  #RequestModal .modal-content .modal-body .modal-text {
    font-size: 14px;
    margin-bottom: 35px;
  }
  #RequestModal .modal-content .modal-body .modal-btn {
    padding: 15px 23px;
  }
  #RequestModal .modal-content .modal-body .modal-link {
    margin-top: 40px;
  }
  #RequestModal
    .modal-content
    .modal-body
    .modal-group
    .modal-control__wrap
    .form-control__label {
    font-size: 13.6px;
  }
}

#groupModal {
  width: 100vw !important;
  height: 100dvh !important;
  overflow: hidden !important;
}
#groupModal .modal-close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
}
#groupModal .modal-close::after {
  width: 24px;
  height: 24px;
  content: '';
  background: url('/img/close.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
#groupModal .modal-logo {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 37px;
  height: 38px;
  z-index: 20;
}
#groupModal .modal-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.modal-group__dialog {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  max-height: 100dvh;
  overflow: hidden;
}

.modal-group__scroller {
  position: relative;
  padding: 100px 141px;
  background-color: var(--bg-color);
  color: #ffffff;
}

.modal-group__wrap {
  padding: 0;
  border-radius: 0;
  border: 0;
}

.modal-group__content {
  height: calc(100vh - 364px);
  width: 100%; /* Ширина блока */
  overflow-y: auto; /* Вертикальная прокрутка при переполнении */
}

.modal-group__wrapper {
  display: flex;
  align-items: flex-start;
}

.modal-group__title {
  margin-bottom: 56px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25em;
}

.modal-group__description {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.modal-group__compound {
  margin-bottom: 80px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
}

.modal-group__activities-title {
  margin-bottom: 40px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2em;
}

.modal-group__activities-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.modal-group__activities-list li {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}
.modal-group__activities-list li span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
}

.modal-group__price {
  margin-bottom: 64px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}
.modal-group__price span {
  font-size: 24px;
}

.modal-group__btn {
  padding: 22px 40px;
}

.modal-group__imgs {
  top: 0;
  right: 0;
  position: sticky;
  width: 45%;
  max-width: 560px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.modal-group__imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s;
}
.modal-group__imgs img.active {
  z-index: 2;
  opacity: 1;
}

.modal-group__swiper {
  display: none;
}

@media (max-width: 1200px) {
  #groupModal {
    width: 100vw;
  }
  #groupModal .modal-close {
    top: 12px;
    width: 40px;
    height: 40px;
    background-color: transparent;
  }
  #groupModal .modal-close::after {
    width: 100%;
    height: 100%;
    background: url('/img/close-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .modal-group__imgs {
    display: none;
  }
  .modal-group__wrapper {
    flex-direction: column;
  }
  .modal-group__swiper {
    display: block;
    width: 100%;
  }
  .modal-group__swiper .swiper {
    width: 100%;
  }
  .modal-group__swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .modal-group__swiper .swiper-slide img {
    width: 300px;
    height: 300px;
  }
  .modal-group__scroller {
    padding: 40px 90px;
  }
  .modal-group__title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .modal-group__description {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .modal-group__compound {
    margin-bottom: 64px;
    font-size: 14px;
  }
  .modal-group__activities-title {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .modal-group__activities-list {
    margin-bottom: 52px;
    row-gap: 20px;
  }
  .modal-group__activities-list li {
    row-gap: 20px;
    padding-bottom: 20px;
  }
  .modal-group__activities-list__item-label {
    font-size: 20px;
  }
  .modal-group__activities-list__item-description {
    font-size: 14px;
  }
  .modal-group__price {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .modal-group__price span {
    font-size: 16px;
  }
  .modal-group__btn {
    font-size: 14px;
    padding: 17px 32px;
  }
  .modal-group__swiper-actions {
    margin-bottom: 26px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
  }
  .modal-group__swiper-prev,
  .modal-group__swiper-next {
    width: 32px;
    height: 32px;
  }
  .modal-group__swiper-prev img,
  .modal-group__swiper-next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .modal-group__swiper-prev {
    transform: rotate(180deg);
  }
  .modal-group__swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    width: auto !important;
  }
  .modal-group__swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
    width: 8px;
    height: 8px;
    opacity: 0.6;
    transition: all 0.25s;
  }
  .modal-group__swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  #groupModal .modal-logo {
    width: 28px;
    height: 29px;
  }
  .modal-group__scroller {
    padding: 40px 24px;
  }
}
#ModalNews .modal-dialog {
  max-width: 90%;
}
#ModalNews .modal-content {
  position: relative;
  border-radius: 0;
  width: 100%;
  background-color: var(--yl);
  border: 0;
}
#ModalNews .modal-content .modal-logo {
  position: absolute;
  left: 50px;
  top: 25px;
  width: 32px;
  height: 32px;
}
#ModalNews .modal-content .modal-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#ModalNews .modal-content .modal-close {
  background: url('/img/close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 50px;
  top: 25px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 500;
}
#ModalNews .modal-film {
  background-color: var(--y);
  width: 100%;
  position: relative;
  padding: 90px 0px 90px 0;
}
#ModalNews .modal-film .sliderFilm-vector {
  position: absolute;
  left: 20px;
  width: calc(100% - 20px);
  height: 56px;
  background-image: url('/img/Rectangle.svg');
  background-repeat: repeat;
  transform: translateY(-130%);
  z-index: 100;
}
#ModalNews .modal-film .sliderFilm-vector-bottom {
  position: absolute;
  left: 20px;
  width: calc(100% - 20px);
  height: 56px;
  background-image: url('/img/Rectangle.svg');
  background-repeat: repeat;
  transform: translateY(30%);
  z-index: 100;
}
#ModalNews .modal-film .swiper.swiper-film-news {
  width: 100%;
}
#ModalNews .modal-film .swiper.swiper-film-news .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
#ModalNews .modal-film .swiper.swiper-film-news .swiper-wrapper .swiper-slide {
  height: 460px;
  width: 100%;
  border-radius: 16px;
}
#ModalNews
  .modal-film
  .swiper.swiper-film-news
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
#ModalNews .modal-scroller {
  position: relative;
  background-color: var(--bg-color);
  color: #ffffff;
}
#ModalNews .modal-body {
  display: flex;
  flex-direction: column;
  color: #000;
  padding: 104px 142px 0px 104px;
}
#ModalNews .modal-body .newsVideo {
  position: relative;
  max-width: 600px; /* Максимальная ширина */
  max-height: 800px; /* Максимальная высота */
  margin: 0 auto 20px auto; /* Центрирование контейнера */
  overflow: hidden;
}
#ModalNews .modal-body .modal-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 57px;
  text-align: left;
  margin-bottom: 35px;
}
#ModalNews .modal-body .modal-text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 50px;
}
#ModalNews .modal-body .modal-date {
  justify-content: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
}
#ModalNews .modal-body .modal-img {
  height: 650px;
  padding-bottom: 123px;
}
#ModalNews .modal-body .modal-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1300px) {
  #ModalNews .modal-body {
    padding: 104px 50px 0px 50px;
  }
  #ModalNews .modal-body .modal-title {
    font-size: 42px;
    line-height: 47px;
  }
  #ModalNews .modal-body .modal-img {
    height: 500px;
  }
}
@media (max-width: 996px) {
  #ModalNews .modal-content .modal-close {
    right: 30px;
    width: 32px;
    height: 33px;
  }
  #ModalNews .modal-content .modal-logo {
    left: 30px;
  }
  #ModalNews .modal-body {
    padding: 92px 30px 0px 30px;
  }
  #ModalNews .modal-title {
    font-size: 36px;
    line-height: 37px;
    text-wrap: balance;
  }
  #ModalNews .modal-img {
    width: 100%;
    height: 600px;
    padding-bottom: 73px;
  }
}
@media (max-width: 768px) {
  #ModalNews {
    width: 100vw;
    padding: 0 !important;
    margin: 0 !important;
  }
  #ModalNews .newsVideo {
    position: relative;
    max-width: 600px; /* Максимальная ширина */
    max-height: 600px; /* Максимальная высота */
    margin: 0 auto 20px auto; /* Центрирование контейнера */
  }
  #ModalNews .modal-film {
    padding: 60px 0px 60px 0;
  }
  #ModalNews
    .modal-film
    .swiper.swiper-film-news
    .swiper-wrapper
    .swiper-slide {
    height: 300px;
  }
  #ModalNews .modal-film .sliderFilm-vector {
    height: 30px;
    transform: translateY(-150%);
    background-size: contain;
  }
  #ModalNews .modal-film .sliderFilm-vector-bottom {
    height: 30px;
    transform: translateY(50%);
    background-size: contain;
  }
}
@media (max-width: 600px) {
  #ModalNews .modal-scroller .modal-film {
    padding: 50px 0px 70px 0;
  }
  #ModalNews
    .modal-scroller
    .modal-film
    .swiper.swiper-film-news
    .swiper-wrapper
    .swiper-slide {
    height: 196px;
  }
  #ModalNews .modal-scroller .modal-film .sliderFilm-vector {
    height: 26px;
  }
  #ModalNews .modal-scroller .modal-film .sliderFilm-vector-bottom {
    height: 26px;
  }
  #ModalNews .modal-scroller .container {
    padding: 0;
    margin: 0;
  }
  #ModalNews .modal-body {
    padding: 95px 24px 0px 24px;
  }
  #ModalNews .modal-body .modal-title {
    font-size: 32px;
    line-height: 37px;
  }
  #ModalNews .modal-body .modal-date {
    font-size: 16px;
    line-height: 16px;
  }
  #ModalNews .modal-body .modal-text {
    font-size: 14px;
    line-height: 16px;
  }
  #ModalNews .modal-body .modal-img {
    max-height: 500px;
    width: 100%;
    height: 100%;
  }
}

.marker-class {
  width: 48px;
  height: 64px;
  background-image: url('/img/marker.svg');
  background-size: contain;
  background-repeat: repeat;
  position: relative;
  top: -64px;
  right: 24px;
}

#ContactWidget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
}
#ContactWidget .widget-content {
  display: none;
  position: fixed;
  right: 24px;
  bottom: 24px;
  opacity: 0;
  transform: translateY(0px); /* начальное смещение элемента вниз */
  transition: opacity 0.5s, transform 0.5s; /* анимация видимости и перемещения */
}
#ContactWidget .widget-content .widget-content-item {
  margin: 10px;
}
#ContactWidget .widget-content.active {
  display: block;
  opacity: 1;
  transform: translateY(-70px); /* возвращаем на начальное положение */
}

#ModalReviews .modal-dialog {
  max-width: 50vw;
}
#ModalReviews .modal-content {
  padding: 10px;
  border-radius: 24px;
  width: 100%;
}
#ModalReviews .modal-content .modal-body {
  max-height: calc(100dvh - 60px);
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #ffffff;
}
#ModalReviews .modal-content .modal-close {
  background: url('/img/close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 25px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10;
}
#ModalReviews .modal-content .modal-body {
  padding: 50px 49px 50px 40px;
}
#ModalReviews .modal-content .modal-body .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 20px;
}
#ModalReviews .modal-content .modal-body .modal-text {
  margin-top: 20px;
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 1600px) {
  #ModalReviews .modal-dialog {
    max-width: 30vw;
  }
}
@media (max-width: 1200px) {
  #ModalReviews .modal-dialog {
    max-width: 70vw;
  }
}
#ModalReviews .modal-content {
  min-width: auto;
}
@media (max-width: 768px) {
  #ModalReviews .modal-dialog {
    max-width: 100vw;
  }
  #ModalReviews .modal-content {
    min-width: auto;
    height: 100%;
  }
  #ModalReviews .modal-content .modal-body {
    padding: 50px 24px 57px 24px;
  }
  #ModalReviews .modal-content .modal-body .modal-title {
    font-size: 16px;
  }
  #ModalReviews .modal-content .modal-body .modal-text {
    font-size: 14px;
  }
}

#documents,
.modal-documents__dialog {
  margin: 0 !important;
  max-width: 100vw !important;
  width: 100vw !important;
  height: 100dvh !important;
}
#documents .modal-content,
.modal-documents__dialog .modal-content {
  border: 0;
  max-height: 100dvh;
  padding-bottom: 5dvh;
  overflow: hidden;
}

.modal-documents__title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

.modal-documents__head {
  width: 100%;
  padding: 0 24px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-documents__head .modal-close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10;
  background: url('/img/close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  outline: none;
}

.documents-wrapper {
  padding-top: 120px;
  padding-bottom: 100px;
  height: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .modal-documents__head {
    height: 72px;
  }
  .modal-documents__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 980px) {
  #glazd {
    z-index: 99999;
    width: 65px;
    height: 30px;
  }
}
@media screen and (min-width: 980px) {
  #glazd {
    z-index: 99999;
    width: 65px;
    height: 30px;
  }
}
#MainSlider {
  padding-top: 12rem;
  background-color: var(--y);
  width: 100%;
}
#MainSlider .swiper-main {
  width: 100%;
  overflow: hidden;
  margin-bottom: -40px;
  padding-bottom: 40px;
}
#MainSlider .swiper-main .swiper-main__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 56px;
}
#MainSlider .swiper-main .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.35, 0, 0.65, 1);
}
#MainSlider .swiper-main .swiper-wrapper .swiper-slide .row {
  align-items: center;
}
#MainSlider .swiper-main .swiper-main__text {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2em;
}
#MainSlider .swiper-main .swiper-main__text ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#MainSlider .swiper-main .swiper-main__text ul li::marker {
  font-size: 1.5em;
}
#MainSlider .swiper-main .swiper-main__btn {
  padding: 22px 30px;
  margin-top: 50px;
  line-height: 1em;
}
#MainSlider .swiper-main .swiper-slide {
  width: 100%;
}
#MainSlider .swiper-main .swiper-slide .swiper-main__img {
  transition: transform 0.6s cubic-bezier(0.35, 0, 0.65, 1);
  height: 554px;
}
#MainSlider .swiper-main .swiper-slide .swiper-main__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#MainSlider .swiper-main .swiper-slide.swiper-slide-next .swiper-main__img {
  transform: rotate(90deg);
}
#MainSlider .swiper-main .swiper-slide.swiper-slide-prev .swiper-main__img {
  transform: rotate(-90deg);
}
#MainSlider .swiper-main .swiper-slide.swiper-slide-active .swiper-main__img {
  transition: none;
  transform: rotate(0deg);
}
#MainSlider
  .swiper-main
  .swiper-slide.swiper-slide-main-transition-start
  .swiper-main__img,
#MainSlider
  .swiper-main
  .swiper-slide.swiper-slide-active.swiper-slide-main-transition-start
  .swiper-main__img {
  transition: transform 0.6s cubic-bezier(0.35, 0, 0.65, 1);
  transform: rotate(0deg);
}
#MainSlider .swiper-main .swiper-buttons {
  position: relative;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
  align-items: center;
}
#MainSlider .swiper-main .swiper-button-next-main,
#MainSlider .swiper-main .swiper-button-prev-main {
  margin: 0;
  position: static;
  width: 16px;
  height: 16px;
  color: #fff;
}
#MainSlider .swiper-main .swiper-button-next-main::after,
#MainSlider .swiper-main .swiper-button-prev-main::after {
  font-size: 22px;
}
#MainSlider .swiper-main .swiper-pagination-main {
  position: static;
  display: flex;
  align-items: center;
  column-gap: 30px;
  width: auto;
}
#MainSlider
  .swiper-main
  .swiper-pagination-main
  .swiper-pagination-bullet-active {
  background: #fff;
  width: 12px !important;
  height: 12px !important;
}
#MainSlider .swiper-main .swiper-pagination-main .swiper-pagination-bullet {
  margin: 0;
  background: rgb(255, 255, 255);
}
#MainSlider
  .swiper-main
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px !important;
  top: 0 !important;
}
@media (max-width: 1400px) {
  #MainSlider .swiper-main .swiper-main__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #MainSlider .swiper-main .swiper-main__text {
    font-size: 16px;
  }
  #MainSlider .swiper-main .swiper-main__btn {
    margin-top: 50px;
  }
  #MainSlider .swiper-main .swiper-slide .swiper-main__img {
    height: 400px;
  }
}
@media (max-width: 996px) {
  #MainSlider .swiper-main .swiper-main__title {
    font-size: 24px;
    margin-bottom: 30px;
    text-wrap: balance;
  }
  #MainSlider .swiper-main .swiper-main__text {
    font-size: 14px;
  }
  #MainSlider .swiper-main .swiper-main__text ul {
    gap: 15px;
  }
  #MainSlider .swiper-main .swiper-main__btn {
    margin-top: 35px;
    padding: 18px 20px;
    margin-bottom: 20px;
  }
  #MainSlider .swiper-main .swiper-slide {
    padding: 0 35px;
  }
  #MainSlider .swiper-main .swiper-slide .swiper-main__img {
    height: 350px;
  }
}
@media (max-width: 968px) {
  #MainSlider .swiper-slide .container {
    max-width: 850px !important;
  }
}
@media (max-width: 768px) {
  #MainSlider {
    padding-top: 120px;
    height: 100%;
  }
  #MainSlider .swiper-main .swiper-slide .swiper-main__title {
    font-size: 24px;
    margin-bottom: 36px;
  }
  #MainSlider .swiper-main .swiper-slide .swiper-main__text li {
    font-size: 14px;
  }
  #MainSlider .swiper-main .swiper-slide .swiper-main__btn {
    padding: 17px 26px;
    margin-top: 44px;
  }
  #MainSlider .swiper-main .swiper-slide .swiper-main__img {
    height: 310px;
    margin-bottom: 15px;
  }
}
#MainSlider .swiper-buttons {
  margin-top: 8px;
}
#MainSlider .swiper-main__container--mobile {
  margin-top: 32px;
}

#Advantages {
  margin-bottom: 76px;
  position: relative;
  width: 100%;
  padding-top: 95px;
}
#Advantages:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background-color: var(--y);
  z-index: 0;
  clip-path: circle(100% at 50% -54.25vw);
  z-index: -1;
}
#Advantages .row {
  display: flex;
  justify-content: center;
  gap: 80px;
  perspective: 1200;
  transform-style: preserve-3d;
}
#Advantages .advantages-card {
  pointer-events: all !important;
  transform-style: preserve-3d;
  transition: 0.35s linear;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  margin-bottom: 30px;
  cursor: pointer;
  min-height: 420px;
}
#Advantages .advantages-card__wrap {
  position: relative;
  width: 100%;
}
#Advantages .advantages-card__wrap .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all !important;
}
#Advantages .advantages-card__wrap .top-anchor,
#Advantages .advantages-card__wrap .center-anchor,
#Advantages .advantages-card__wrap .bottom-anchor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 5;
  pointer-events: all;
}
#Advantages .advantages-card__wrap .bottom-anchor {
  top: 75%;
}
#Advantages .advantages-card__wrap .bottom-anchor {
  top: 25%;
}
#Advantages .advantages-card__wrap.active .hover {
  pointer-events: none !important;
}
#Advantages .advantages-card.flip {
  transform: rotateY(180deg);
}
#Advantages .advantages-card.purple {
  background-color: var(--v);
}
#Advantages .advantages-card.aqua {
  background-color: var(--a);
}
#Advantages .advantages-card.lime {
  background-color: var(--l);
}
#Advantages .advantages-card.coralle {
  background-color: var(--c);
}
#Advantages .advantages-card.beige {
  background-color: var(--b);
}
#Advantages .advantages-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  margin-top: auto;
  text-align: center;
}
#Advantages .advantages-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#Advantages .advantages-card__front {
  transform: rotateY(0deg);
  backface-visibility: hidden;
  padding: 44px;
  height: 100%;
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}
#Advantages .advantages-card__back {
  transform: rotateY(-180deg);
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  padding: 40px 24px;
  width: 100%;
  height: 100%;
}
#Advantages .advantages-card__back-img {
  height: 56px;
  margin-bottom: auto;
}
#Advantages .advantages-card__back-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#Advantages .advantages-card__back-text {
  text-wrap: balance;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
}
#Advantages .advantages-card__back-btn {
  margin-top: auto;
}
#Advantages .advantages-card__back-btn a {
  padding: 14px 20px;
  line-height: 1rem;
}
@media (max-width: 1400px) {
  #Advantages .row {
    gap: normal;
  }
  #Advantages .advantages-card {
    min-height: 373px;
    margin-top: 40px;
  }
  #Advantages .advantages-card__img {
    height: 200px;
  }
  #Advantages .advantages-card__front {
    padding: 40px 20px;
  }
  #Advantages .advantages-card__back {
    padding: 40px 20px;
  }
  #Advantages .advantages-card__back-text {
    font-size: 14px;
  }
  #Advantages .advantages-card__back-btn a {
    padding: 12px 20px;
  }
}
@media (max-width: 996px) {
  #Advantages {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #Advantages {
    padding: 40px 80px;
  }
  #Advantages .row {
    gap: 20px;
    margin-bottom: 20px;
  }
  #Advantages .advantages-card {
    margin: 0;
    margin: 0;
    min-height: 271px;
    height: 100%;
  }
  #Advantages .advantages-card__wrap .hover {
    display: none;
  }
  #Advantages .advantages-card__front {
    padding: 35px 20px;
  }
  #Advantages .advantages-card__front .advantages-card__title {
    margin-top: 20px;
  }
  #Advantages .advantages-card__back {
    padding: 19px;
  }
  #Advantages .advantages-card__back .advantages-card__back-btn a {
    padding: 12px 14px;
    font-size: 14px;
  }
  #Advantages .advantages-card__back .advantages-card__back-img {
    height: 40px;
  }
}
@media (max-width: 568px) {
  #Advantages {
    margin-bottom: 0;
    padding: 40px 20px;
  }
}

#gardens {
  padding: 80px 0 100px 0;
  background-color: var(--b);
}
#gardens .gardens-paper {
  position: absolute;
  top: 10px;
  left: 10%;
}
#gardens .swiper-gardens {
  padding: 0 24px;
}
#gardens .swiper-gardens .swiper-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#gardens .swiper-gardens .swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#gardens .swiper-gardens .swiper-slide {
  width: 25%;
}
#gardens .title {
  margin-bottom: 120px;
  text-align: center;
}
#gardens .gardens-card {
  background-color: var(--yl);
  color: #000;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  min-height: 539px;
  height: 100%;
  overflow: hidden;
}
#gardens .gardens-card .swiper-gardens__one {
  min-height: 244px;
  width: 100%;
  height: 100%;
  position: relative;
}
#gardens .gardens-card .swiper-gardens__one .swiper-slide {
  overflow: hidden;
  width: 100%;
}
#gardens .gardens-card .swiper-gardens__one .swiper-slide img {
  object-fit: cover;
  height: 270px;
  border-radius: 16px 16px 0 0;
  width: 100%;
  transition: all 0.5s;
}
#gardens .gardens-card .swiper-gardens__one .swiper-slide img:hover {
  transform: scale(1.1);
}
#gardens .gardens-card .swiper-gardens__one .swiper-garden-next {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%) translateZ(1px);
  z-index: 50;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0;
  outline: none;
  transition: all 0.5s;
}
#gardens .gardens-card .swiper-gardens__one .swiper-garden-prev {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0;
  outline: none;
  transform: translateY(-50%) rotate(180deg) translateZ(1px);
  position: absolute;
  left: 13px;
  top: 50%;
  z-index: 50;
  transition: all 0.5s;
}
#gardens .gardens-card .swiper-gardens__one .swiper-garden-pagination {
  width: 100%;
  position: absolute;
  z-index: 100;
  bottom: 18px;
  left: auto;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}
#gardens
  .gardens-card
  .swiper-gardens__one
  .swiper-garden-pagination
  .swiper-pagination-bullet-active {
  background-color: #fff;
  height: 12px;
  width: 12px;
}
#gardens
  .gardens-card
  .swiper-gardens__one
  .swiper-garden-pagination
  .swiper-pagination-bullet {
  margin: 0;
  background: rgb(255, 255, 255);
}
#gardens .gardens-card__body {
  display: flex;
  flex-direction: column;
  padding: 28px 26px 28px 26px;
  height: 100%;
}
#gardens .gardens-card__body-title {
  margin-bottom: 37px;
  font-size: 16px;
  font-weight: 600;
  line-height: 56px;
}
#gardens .gardens-card__body-info {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#gardens .gardens-card__body-info__text {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  cursor: pointer;
}
#gardens .gardens-card__body-info__text img {
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-right: 8.5px;
}
#gardens .gardens-card__body-btn {
  padding: 24px 44px;
  margin-top: auto;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1.2em;
  font-weight: 600;
  border-radius: 24px;
  border: 0;
  background-color: #ffffff;
  color: #000;
  cursor: pointer;
}
#gardens .gardens-card__body-btn:hover {
  transform: scale(1.05);
}
@media (max-width: 1600px) {
  #gardens .gardens-paper {
    left: 0;
  }
  #gardens .gardens-card .swiper-gardens__one {
    min-height: auto;
  }
  #gardens .gardens-card {
    min-height: 505px;
  }
  #gardens .gardens-card__body {
    padding: 24px 24px 24px 24px;
    flex-grow: 1;
  }
  #gardens .gardens-card__body-title {
    font-size: 22px;
    margin-bottom: 14px;
  }
  #gardens .gardens-card__body-info__text {
    font-size: 12px;
  }
  #gardens .gardens-card__body-info__text img {
    height: 26px;
    width: 26px;
  }
  #gardens .gardens-card__body-btn {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1400px) {
  #gardens .swiper-gardens .swiper-slide {
    width: 30%;
  }
}
@media (max-width: 1340px) {
  #gardens .gardens-card__body-title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  #gardens .col-lg-5 {
    margin-bottom: 24px;
  }
  #gardens .col-lg-5 .gardens-card__body-title {
    font-size: 24px;
    line-height: 30px;
  }
  #gardens .col-lg-5 .gardens-card__body-info__text {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 991px) {
  #gardens .gardens-paper {
    display: none;
  }
  #gardens .title {
    margin-bottom: 50px;
  }
  #gardens .swiper-gardens .swiper-slide {
    width: 45%;
  }
  #gardens .gardens-card {
    min-height: 450px;
  }
  #gardens .gardens-card__body-title {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  #gardens .gardens-card__body-info {
    gap: 15px;
  }
  #gardens .gardens-card__body-btn {
    padding: 19px 40px;
    font-size: 15px;
  }
}
@media (max-width: 650px) {
  #gardens .swiper-gardens .swiper-slide {
    width: 80%;
  }
}

#Age-groups {
  margin-top: 100px;
  margin-bottom: 76px;
  width: 100%;
}
#Age-groups .title {
  margin-bottom: 70px;
  text-align: center;
}
#Age-groups .swiper-age {
  padding: 0 20px;
}
#Age-groups .swiper-age .swiper-slide {
  width: 23%;
}
#Age-groups .swiper-age-prev {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0;
  outline: none;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  transition: all 0.5s;
}
#Age-groups .swiper-age-prev.swiper-button-disabled {
  left: -50px;
}
#Age-groups .swiper-age-next {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 50;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0;
  outline: none;
  transition: all 0.5s;
}
#Age-groups .swiper-age-next.swiper-button-disabled {
  right: -50px;
}
#Age-groups .swiper-age-next.swiper-button-disabled {
  right: -50px;
}
#Age-groups .swiper-age-next.swiper-button-disabled {
  right: -50px;
}
#Age-groups .AgeGroups-card {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  padding: 44px;
  min-height: 460px;
  margin-bottom: 30px;
  overflow: hidden;
}
#Age-groups .AgeGroups-card img {
  transition: transform 0.25s;
}
#Age-groups .AgeGroups-card:hover img {
  transform: scale(1.1);
}
#Age-groups .AgeGroups-card.green {
  background-color: var(--g);
}
#Age-groups .AgeGroups-card.purple {
  background-color: var(--v);
}
#Age-groups .AgeGroups-card.coralle {
  background-color: var(--c);
}
#Age-groups .AgeGroups-card.yellow {
  background-color: var(--y);
}
#Age-groups .AgeGroups-card.aqua {
  background-color: var(--a);
}
#Age-groups .AgeGroups-card__img {
  height: 250px;
}
#Age-groups .AgeGroups-card__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#Age-groups .AgeGroups-card__title {
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
}
#Age-groups .AgeGroups-card__btn {
  margin-top: auto;
}
#Age-groups .AgeGroups-card__btn a {
  padding: 14px 18px;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  #Age-groups .swiper-age .swiper-slide {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  #Age-groups .swiper-age .swiper-slide {
    width: 45%;
  }
}
@media (max-width: 768px) {
  #Age-groups {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #Age-groups .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  #Age-groups .swiper-age-next,
  #Age-groups .swiper-age-prev {
    display: none;
  }
  #Age-groups .swiper-age-next,
  #Age-groups .swiper-age-prev {
    display: none;
  }
  #Age-groups .title .title-icon {
    display: none;
  }
  #Age-groups .title .age-span {
    display: inline-block;
  }
  #Age-groups .title .age-span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    display: block;
    width: 100%;
    height: 16px;
    background-image: url('/img/age-span.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #Age-groups .AgeGroups-card {
    min-height: 396px;
    height: 100%;
    padding: 32px;
  }
  #Age-groups .AgeGroups-card__img {
    height: 200px;
  }
}
@media (max-width: 576px) {
  #Age-groups .swiper-age .swiper-slide {
    width: 80%;
  }
}
@media (max-width: 498px) {
  #Age-groups .title .title-img {
    display: none;
  }
  #Age-groups .title .age-span::after {
    right: unset;
    top: calc(100% + 6px);
    bottom: unset;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #Age-groups .title .title-img {
    display: none;
  }
}

#numbers {
  margin-bottom: 76px;
}
#numbers .numbers-pattern {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url('/img/pattern.svg');
  background-repeat: repeat;
  transform: translateY(-100%);
  z-index: 100;
}
#numbers .numbers-head {
  background-color: var(--y);
  padding: 60px 0 78px 0;
  position: relative;
  margin-bottom: 62px;
}
#numbers .numbers-head::after {
  content: '';
  position: absolute;
  bottom: -124px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: url('/img/pattern-two.svg') no-repeat center;
}
#numbers .numbers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#numbers .numbers__item-number {
  color: var(--y);
  font-size: 96px;
  font-weight: 600;
  height: 100%;
}
#numbers .numbers__item-number img {
  width: 100%;
  object-fit: contain;
}
#numbers .numbers__item-text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 996px) {
  #numbers .numbers__item-number {
    font-size: 64px;
  }
  #numbers .numbers__item-number img {
    height: 56px;
  }
  #numbers .numbers__item-text {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 17px;
  }
}
@media (max-width: 768px) {
  #numbers .numbers-pattern {
    display: none;
  }
  #numbers .numbers-head::after {
    bottom: -116px;
  }
}
@media (max-width: 568px) {
  #numbers .numbers-head {
    padding: 50px 0 48px 0;
  }
  #numbers .numbers-head::after {
    bottom: -116px;
  }
  #numbers .numbers__item-number {
    font-size: 32px;
  }
  #numbers .numbers__item-number img {
    height: 26px;
  }
  #numbers .numbers__item-text {
    font-size: 14px;
  }
}
#sliderFilm {
  margin-bottom: 76px;
  background-color: var(--y);
  width: 100%;
  padding: 90px 0px 90px 0;
  position: relative;
}
#sliderFilm .sliderFilm-vector {
  position: absolute;
  left: 20px;
  width: calc(100% - 20px);
  height: 56px;
  background-image: url('/img/Rectangle.svg');
  background-repeat: repeat;
  transform: translateY(-130%);
  z-index: 100;
}
#sliderFilm .sliderFilm-vector-bottom {
  position: absolute;
  left: 20px;
  width: calc(100% - 20px);
  height: 56px;
  background-image: url('/img/Rectangle.svg');
  background-repeat: repeat;
  transform: translateY(30%);
  z-index: 100;
}
#sliderFilm .swiper.swiper-film {
  width: 100%;
}
#sliderFilm .swiper.swiper-film .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
#sliderFilm .swiper.swiper-film .swiper-wrapper .swiper-slide {
  height: 460px;
  width: 100%;
  border-radius: 16px;
}
#sliderFilm .swiper.swiper-film .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

@media (max-width: 768px) {
  #sliderFilm {
    margin-bottom: 50px;
    padding: 60px 0px 60px 0;
  }
  #sliderFilm .swiper.swiper-film .swiper-wrapper .swiper-slide {
    height: 300px;
  }
  #sliderFilm .sliderFilm-vector {
    height: 30px;
    transform: translateY(-150%);
    background-size: contain;
  }
  #sliderFilm .sliderFilm-vector-bottom {
    height: 30px;
    transform: translateY(50%);
    background-size: contain;
  }
}
@media (max-width: 568px) {
  #sliderFilm {
    padding: 50px 0px 50px 0;
  }
  #sliderFilm .swiper.swiper-film .swiper-wrapper .swiper-slide {
    height: 196px;
  }
  #sliderFilm .sliderFilm-vector {
    height: 26px;
  }
  #sliderFilm .sliderFilm-vector-bottom {
    height: 26px;
  }
}
#team {
  position: relative;
  padding: 130px 0;
}
#team .main-team-title {
  position: relative;
  font-size: 160px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  z-index: 20;
}
#team .main-team-swiper {
  position: relative;
}
#team .swiper-team {
  position: relative;
  z-index: 10;
}
#team .swiper-team .swiper-team-item {
  display: flex;
  justify-content: center;
}
#team .swiper-team .swiper-team-item img {
  width: 480px;
  aspect-ratio: 1/1;
}
#team .swiper-team-prev,
#team .swiper-team-next {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0;
  outline: none;
}
#team .swiper-team-prev img,
#team .swiper-team-next img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
#team .swiper-team-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
#team .swiper-team-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 50;
}
#team .main-team-swiper-bottom {
  position: relative;
  display: flex;
  padding-right: 20%;
}
#team .swiper-team-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(105%);
  width: 100px;
  height: 70px;
}
#team .swiper-team-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#team .main-team-info {
  margin-left: auto;
  max-width: 330px;
  width: 30%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  row-gap: 30px;
}
#team .main-team-info-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}
#team .main-team-info-position {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
}
#team .main-team-info-description {
  font-size: 16px;
  line-height: 1.5em;
  text-wrap: balance;
}
#team .main-team-info-credo {
  height: 12px;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
}
#team .main-team-info-img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 220px;
  height: 515px;
  z-index: 5;
}
#team .main-team-svg {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 5;
  width: 160px;
  height: 160px;
  z-index: 10;
}
#team .main-team-svg-2 {
  position: absolute;
  left: 80px;
  top: 200px;
  z-index: 5;
  width: 160px;
  height: 160px;
  z-index: 10;
}

@media (max-width: 1200px) {
  #team {
    position: relative;
    padding: 120px 0;
  }
  #team .main-team-title {
    font-size: 120px;
  }
  #team .swiper-team .swiper-team-item img {
    width: 360px;
  }
  #team .main-team-swiper-bottom {
    padding-right: 0;
  }
  #team .swiper-team-arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(105%);
    width: 100px;
    height: 70px;
  }
  #team .swiper-team-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #team .main-team-info {
    width: 40%;
  }
  #team .main-team-info-img {
    width: 165px;
    height: 380px;
  }
  #team .main-team-svg {
    right: 40px;
    bottom: 10px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  #team {
    padding: 80px 0;
  }
  #team .main-team-title {
    margin-bottom: 1em;
    font-size: 32px;
  }
  #team .main-team-swiper {
    position: relative;
  }
  #team .swiper-team {
    position: relative;
    z-index: 10;
  }
  #team .swiper-team .swiper-team-item img {
    width: 300px;
    max-width: 100%;
  }
  #team .main-team-swiper-bottom {
    padding-right: 0;
  }
  #team .swiper-team-arrow {
    display: none;
  }
  #team .main-team-info {
    max-width: 100%;
    width: 100%;
    row-gap: 24px;
    height: 350px;
  }
  #team .main-team-info-name {
    font-size: 20px;
    text-align: center;
  }
  #team .main-team-info-position {
    font-size: 14px;
    text-align: center;
  }
  #team .main-team-info-description {
    font-size: 14px;
    text-align: center;
  }
  #team .main-team-info-img {
    display: none;
  }
  #team .main-team-svg {
    display: none;
  }
  #team .main-team-svg-2 {
    position: absolute;
    display: block;
    left: 82px;
    top: 10px;
    width: 64px;
    height: 64px;
  }
}
#facts .main-facts-top {
  padding: 112px 0;
  position: relative;
  background-color: var(--y);
}
#facts .main-facts-top .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#facts .main-facts-top::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  display: block;
  width: 80px;
  height: 40px;
  background-image: url('/img/section-after.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
#facts .main-facts-title {
  position: relative;
  margin-bottom: 64px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
}
#facts .main-facts-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  display: block;
  width: 300px;
  height: 15px;
  background-image: url('/img/facts-underline.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
#facts .main-facts-text {
  max-width: 90%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  text-wrap: balance;
}
#facts .main-facts-bottom {
  padding: 96px 0;
}
#facts .main-facts-bottom-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 24px;
}
#facts .main-facts-bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 26px;
}
#facts .main-facts-bottom-item-number {
  font-size: 64px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  color: var(--y);
}
#facts .main-facts-bottom-item-text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  text-wrap: balance;
}

@media (max-width: 991px) {
  #facts .main-facts-top {
    padding: 80px 0 40px 0;
  }
  #facts .main-facts-top::after {
    width: 64px;
    height: 32px;
  }
  #facts .main-facts-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  #facts .main-facts-title::after {
    width: 200px;
    height: 10px;
  }
  #facts .main-facts-text {
    max-width: 100%;
    font-size: 16px;
  }
  #facts .main-facts-bottom {
    padding: 56px 0 20px 0;
  }
  #facts .main-facts-bottom-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 60px;
  }
  #facts .main-facts-bottom-item {
    row-gap: 16px;
  }
  #facts .main-facts-bottom-item-number {
    font-size: 36px;
  }
  #facts .main-facts-bottom-item-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #facts .main-facts-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
#future {
  padding: 145px 0 65px 0;
  background-color: var(--y);
  max-width: 100vw;
  overflow: hidden;
}
#future .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#future .main-future-title {
  position: relative;
  text-align: center;
}
#future .main-future-title span {
  position: relative;
  font-size: 96px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  z-index: 10;
}
#future .main-future-gear {
  position: absolute;
  right: calc(50% - 195px);
  top: calc(50% - 195px);
  z-index: 5;
  width: 390px;
  aspect-ratio: 1/1;
  object-position: center;
  object-fit: contain;
}
#future .main-future-curve {
  position: absolute;
  left: calc(50% - 150px);
  bottom: -40px;
  width: 300px;
  height: 40px;
  object-fit: contain;
  z-index: 5;
}
#future .main-future-star {
  top: -117px;
  right: 0;
  position: absolute;
  width: 82px;
  height: 82px;
  object-fit: contain;
  z-index: 5;
}
#future .main-future-img {
  margin-bottom: 80px;
  width: 100%;
  height: 455px;
}
#future .main-future-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
#future .main-future-button {
  padding: 23px 29px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  border-radius: 24px;
  border-width: 1px;
  border-color: #ffffff;
  color: #000;
  border-style: solid;
  background-color: #ffffff;
  transition: transform 0.25s, background-color 0.25s;
}
#future .main-future-button:hover {
  transform: scale(1.05);
  background-color: var(--yl);
  border-color: var(--yl);
}

@media (max-width: 991px) {
  #future {
    padding: 120px 0 60px 0;
  }
  #future .main-future-title span {
    font-size: 52px;
    text-wrap: balance;
  }
  #future .main-future-gear {
    width: 225px;
    right: calc(50% - 112.5px);
    top: calc(50% - 112.5px);
  }
  #future .main-future-img {
    margin-top: 40px;
    position: relative;
    z-index: 20;
    margin-bottom: 50px;
    width: 100%;
    height: 225px;
  }
  #future .main-future-button {
    padding: 17px 14px;
  }
}
@media (max-width: 768px) {
  #future {
    padding: 120px 0 60px 0;
  }
  #future .main-future-title span {
    font-size: 32px;
  }
  #future .main-future-title img {
    width: 225px;
    left: calc(50% - 112.5px);
  }
  #future .main-future-img {
    height: 132px;
  }
  #future .main-future-button {
    padding: 17px 14px;
  }
}
#educationPath {
  margin-bottom: 172px;
  max-width: 100vw;
  overflow: hidden;
}
#educationPath .swiper-path {
  width: 100%;
}
#educationPath .main-education-path__top {
  position: relative;
  padding: 128px 0;
}
#educationPath .main-education-title {
  position: relative;
  margin-bottom: 64px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}
#educationPath .main-education-title::after {
  content: '';
  position: absolute;
  right: calc(100% + 18px);
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 56px;
  background-image: url('/img/education-title-svg.svg');
  background-size: contain;
  background-repeat: repeat;
}
#educationPath .main-education-description {
  font-size: 18px;
  line-height: 1.25em;
}
#educationPath .main-education-description b {
  display: block;
  margin-top: 32px;
}
#educationPath .main-education-arrow {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 145px;
  height: 100px;
}
#educationPath .main-education-path__steps {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  align-items: flex-end;
  row-gap: 20px;
}
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(1) {
  border-top-left-radius: 0;
  height: 72px;
}
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(2) {
  border-top-left-radius: 15px;
  height: 144px;
}
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(2)
  button
  img {
  top: calc(100% - 4px);
}
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(3) {
  border-top-left-radius: 15px;
  height: 216px;
}
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(3)
  button
  img {
  top: calc(100% - 4px);
}
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(4) {
  border-top-left-radius: 15px;
  height: 288px;
}
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(4)
  button
  img {
  height: 68px;
  top: 50%;
  transform: translateX(-50%) translateY(-40%);
}
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(5) {
  border-top-left-radius: 15px;
  height: 360px;
}
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(6) {
  border-top-left-radius: 15px;
  height: 432px;
}
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(6)
  .main-education-path__step-img-2,
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(6)::after,
#educationPath
  .main-education-path__steps
  .main-education-path__step:nth-child(6)::before {
  display: none !important;
}
#educationPath .main-education-path__step {
  position: relative;
  padding: 16px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--steps-color);
  transition: background-color 0.25s;
  z-index: 20;
}
#educationPath .main-education-path__step svg .step-svg {
  transition: fill 0.25s;
  fill: var(--steps-color);
}
#educationPath .main-education-path__step::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: 100%;
  right: -1px;
  width: 50%;
  background-color: var(--steps-color);
  transition: background-color 0.25s;
  z-index: 5;
}
#educationPath .main-education-path__step::after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: -1px;
  height: 20px;
  width: 50%;
  border-top-left-radius: 20px;
  transform: rotate(180deg);
  background-color: var(--yl);
  z-index: 5;
}
#educationPath .main-education-path__step button {
  position: relative;
  padding: 0 22px;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
  color: #ffffff;
  background-color: transparent;
  border: 0;
}
#educationPath .main-education-path__step button img {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  opacity: 0;
  object-fit: contain;
  transition: opacity 0.25s, width 0.25s, height 0.25s;
}
#educationPath .main-education-path__step button:hover img {
  opacity: 1;
  width: 100%;
  height: 18px;
}
#educationPath
  .main-education-path__step.active
  .main-education-path__step-img-2 {
  display: inline;
}
#educationPath .main-education-path__step.active button img {
  opacity: 1;
  width: 100%;
  height: 18px;
}
#educationPath .main-education-path__step-img-1 {
  position: absolute;
  left: 0;
  bottom: 100%;
  object-fit: contain;
  z-index: 10;
}
#educationPath .main-education-path__step-img-2 {
  display: none;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1px);
  transform: translateX(-50%);
  width: 245px;
  height: 215px;
  z-index: 10;
}
#educationPath .main-education-path__step-img-2 svg {
  width: 100%;
  height: 100%;
  object-position: bottom;
  object-fit: contain;
}
#educationPath .main-education-path__bottom {
  padding: 40px 0 130px 0;
  background-color: var(--steps-color);
  transition: background-color 0.25s;
  transform: translateY(-1px);
}
#educationPath .main-education-path__bottom .swiper-path .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5px;
}
#educationPath .main-education-path__bottom-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  color: #ffffff;
}
#educationPath .main-education-path__bottom-text {
  margin-bottom: 64px;
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
  text-wrap: balance;
  text-align: center;
}
#educationPath .main-education-path__bottom-button {
  padding: 25px 30px;
  background-color: #ffffff;
  color: #000;
  border-radius: 24px;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  transition: transform 0.25s;
}
#educationPath .main-education-path__bottom-button:hover {
  transform: scale(1.05);
}
#educationPath .main-education-path__bottom-head {
  display: none;
}
#educationPath .main-education-path__swiper-navigation {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1440px) {
  #educationPath
    .main-education-path__steps
    .main-education-path__step:nth-child(3)
    button
    img {
    top: calc(100% - 6px);
  }
  #educationPath
    .main-education-path__steps
    .main-education-path__step:nth-child(4)
    button
    img {
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 1440px) {
  #educationPath
    .main-education-path__steps
    .main-education-path__step:nth-child(3)
    button
    img {
    top: calc(100% - 6px);
  }
  #educationPath
    .main-education-path__steps
    .main-education-path__step:nth-child(4)
    button
    img {
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 1024px) {
  #educationPath .main-education-path__step button {
    padding: 0 2px;
  }
}
@media (max-width: 991px) {
  #educationPath {
    margin-bottom: 72px;
  }
  #educationPath .main-education-path__top {
    position: relative;
    padding: 100px 0;
  }
  #educationPath .main-education-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  #educationPath .main-education-title::after {
    display: inline-block;
    position: static;
    width: 58px;
    height: 32px;
    transform: rotate(180deg);
    vertical-align: middle;
  }
  #educationPath .main-education-description {
    font-size: 14px;
  }
  #educationPath .main-education-description b {
    margin-top: 24px;
  }
  #educationPath .main-education-arrow {
    bottom: -28px;
    width: 76px;
    height: 56px;
  }
  #educationPath .main-education-path__steps {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-end;
    row-gap: 20px;
  }
  #educationPath
    .main-education-path__steps
    .main-education-path__step:nth-child(1) {
    border-top-left-radius: 0;
    height: 72px;
  }
  #educationPath
    .main-education-path__steps
    .main-education-path__step:nth-child(2),
  #educationPath
    .main-education-path__steps
    .main-education-path__step:nth-child(3),
  #educationPath
    .main-education-path__steps
    .main-education-path__step:nth-child(4) {
    display: none;
  }
  #educationPath
    .main-education-path__steps
    .main-education-path__step:nth-child(5) {
    height: 144px;
  }
  #educationPath
    .main-education-path__steps
    .main-education-path__step:nth-child(6) {
    height: 216px;
  }
  #educationPath
    .main-education-path__steps
    .main-education-path__step:nth-child(6)
    .main-education-path__step-img-2 {
    display: inline !important;
  }
  #educationPath .main-education-path__step svg .step-svg {
    transition: fill 0.25s;
    fill: var(--steps-color);
  }
  #educationPath .main-education-path__step button {
    display: none;
  }
  #educationPath .main-education-path__step-img-1 {
    width: 127px;
    height: 178px;
  }
  #educationPath .main-education-path__step-img-2 {
    width: 100px;
    height: 100px;
    bottom: calc(100% - 6px);
  }
  #educationPath .main-education-path__step-img-2 svg {
    width: 100%;
    height: 100%;
  }
  #educationPath .main-education-path__bottom {
    padding: 0 0 40px 0;
  }
  #educationPath .main-education-path__bottom-head {
    max-width: 70%;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    color: #ffffff;
  }
  #educationPath .main-education-path__bottom-head img {
    width: 60%;
    height: 18px;
    object-fit: contain;
  }
  #educationPath .main-education-path__bottom-title {
    display: none;
  }
  #educationPath .main-education-path__bottom-text {
    margin-bottom: 30px;
    font-size: 14px;
  }
  #educationPath .main-education-path__bottom-button {
    color: #000;
    padding: 17px 21px;
    font-size: 17px;
    font-weight: 600;
  }
  #educationPath .main-education-path__swiper-navigation {
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 50;
    opacity: 1;
    pointer-events: all;
  }
  #educationPath .main-education-path__swiper-navigation button {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    border: 0;
    outline: none;
  }
  #educationPath .main-education-path__swiper-navigation button img {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }
  #educationPath
    .main-education-path__swiper-navigation
    .main-education-path__swiper-navigation-next {
    transform: rotate(180deg);
  }
}
#reviews {
  margin-bottom: 172px;
}
#reviews .container {
  position: relative;
}
#reviews .container::before {
  content: '';
  background: url('/img/diamond.svg');
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  top: 0;
  left: 0;
  transform: translateY(-60%);
  width: 100%;
  height: 68px;
}
#reviews .container::after {
  content: '';
  background: url('/img/paper.svg');
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right;
  top: 0;
  right: 0;
  transform: translateY(-10%);
  width: 100%;
  height: 69px;
}
#reviews .swiper.swiper-review {
  display: none;
}
#reviews .reviews-buttons {
  display: none;
}
#reviews .title {
  position: relative;
  margin-bottom: 100px;
}
#reviews .title::after {
  content: '';
  background: url('/img/Vector3.svg');
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  right: 0;
  transform: translateY(30%);
  width: 100%;
  height: 160px;
}
#reviews .reviews-card {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  border-radius: 20px;
  min-height: 453px;
  height: 100%;
}
#reviews .reviews-card.coral {
  background-color: var(--c);
}
#reviews .reviews-card.purple {
  background-color: var(--v);
}
#reviews .reviews-card.blue {
  background-color: var(--a);
}
#reviews .reviews-card.lime {
  background-color: var(--l);
}
#reviews .reviews-card__head {
  display: flex;
  align-items: center;
  gap: 20px;
}
#reviews .reviews-card__head-avatar {
  width: 70px;
  height: 70px;
}
#reviews .reviews-card__head-avatar img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#reviews .reviews-card__head-title {
  width: calc(100% - 70px);
  font-weight: 600;
  line-height: 24px;
}
#reviews .reviews-card__body {
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  flex-direction: column;
}
#reviews .reviews-card__body-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-wrap: balance;
  text-align: left;
}
#reviews .reviews-card__body-btn {
  padding: 14px 31px;
  margin-top: auto;
  line-height: 1em;
  cursor: pointer;
  transition: transform 0.25s;
}
#reviews .reviews-card__body-btn:hover {
  transform: scale(1.05);
}
@media (max-width: 995px) {
  #reviews .reviews-buttons {
    position: relative;
    display: flex;
    margin-top: 50px;
  }
  #reviews .reviews-buttons .swiper-review-next img {
    transform: rotate(180deg);
  }
  #reviews .reviews-buttons .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
  }
  #reviews .reviews-buttons .swiper-review-next,
  #reviews .reviews-buttons .swiper-review-prev {
    border: 0;
    background-color: #fff;
    padding: 25px;
    border-radius: 50%;
  }
  #reviews .reviews-buttons .swiper-review-next img,
  #reviews .reviews-buttons .swiper-review-prev img {
    height: 16px;
    width: 16px;
  }
  #reviews .reviews-buttons .swiper-review-next::after,
  #reviews .reviews-buttons .swiper-review-prev::after {
    display: none;
  }
  #reviews .reviews-card__body {
    flex-grow: 1;
    justify-content: flex-start;
  }
  #reviews .row.cards-desk {
    display: none;
  }
  #reviews .swiper.swiper-review {
    display: block;
  }
}
@media (max-width: 768px) {
  #reviews {
    padding: 0 24px 0 24px;
  }
  #reviews .container::after {
    display: none;
  }
  #reviews .container::before {
    display: none;
  }
  #reviews .title::after {
    height: 150px;
  }
  #reviews .reviews-card {
    min-height: 361px;
  }
}
@media (max-width: 486px) {
  #reviews {
    padding: 0;
    margin-bottom: 80px;
  }
  #reviews .reviews-card {
    min-height: 461px;
  }
}

#open-door {
  margin-bottom: 72px;
  max-width: 100vw;
  overflow: hidden;
}
#open-door .open-door__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#open-door .open-door__wrap-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
  margin-top: 40px;
  margin-bottom: 45px;
  text-align: center;
  text-wrap: balance;
  color: #000;
}
#open-door .open-door__wrap-btn {
  background-color: var(--y);
  color: #fff;
  padding: 25px;
  border: 0;
  border-radius: 24px;
  line-height: 1em;
  transition: all 0.25s;
}
#open-door .open-door__wrap-btn__inline {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
#open-door .open-door__wrap-btn:hover {
  transform: scale(1.05);
  border-radius: 40px;
}
#open-door .open-door__sun {
  position: absolute;
  left: 0;
  top: 0;
  width: 175px;
  height: 160px;
}
#open-door .open-door__images {
  display: flex;
  justify-content: center;
  column-gap: 20%;
}
#open-door .open-door__images img {
  width: 40%;
  max-width: 320px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: bottom;
  visibility: visible !important;
}

@media (max-width: 768px) {
  #open-door .open-door__sun {
    display: none;
  }
  #open-door .open-door__wrap .title {
    display: flex;
    justify-content: center;
    font-size: 32px;
    line-height: 1.2em;
    padding: 0;
  }
  #open-door .open-door__wrap .title img {
    display: none;
  }
  #open-door .open-door__images {
    margin-top: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }
  #open-door .open-door__images img {
    width: 40%;
    min-height: 190px;
    min-width: 160px;
    max-width: 50%;
    aspect-ratio: 1/1;
    object-fit: contain;
  }
}
#news {
  padding: 80px 0 100px 0;
  background-color: var(--b);
}
#news .swiper.swiper-news {
  padding: 0 20px;
}
#news .swiper.swiper-news .swiper-wrapper {
  margin-top: 90px;
}
#news .swiper.swiper-news .swiper-slide {
  width: auto;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
#news .swiper.swiper-news .swiper-news-prev {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0;
  outline: none;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  transition: all 0.5s;
}
#news .swiper.swiper-news .swiper-news-prev.swiper-button-disabled {
  left: -50px;
}
#news .swiper.swiper-news .swiper-news-next {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 50;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0;
  outline: none;
  transition: all 0.5s;
}
#news .swiper.swiper-news .swiper-news-next.swiper-button-disabled {
  right: -50px;
}
#news .swiper.swiper-news .swiper-news-next.swiper-button-disabled {
  right: -50px;
}
#news .swiper.swiper-news .swiper-news-next.swiper-button-disabled {
  right: -50px;
}
#news .swiper.swiper-news .news__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 380px;
  width: 280px;
  border-radius: 30px;
  overflow: hidden;
  color: #000;
  background-color: #ffecbf;
  transition: 0.3s;
  cursor: pointer;
}
#news .swiper.swiper-news .news__item:hover {
  text-decoration: none;
  background-color: #fff;
}
#news .swiper.swiper-news .news__item:hover img {
  transform: scale(1.1);
}
#news .swiper.swiper-news .news__item:hover .news__body-img {
  opacity: 1;
}
#news .swiper.swiper-news .news__item:hover .news__body-img img {
  transform: translateX(0px);
}
#news .swiper.swiper-news .news__item a {
  color: inherit;
}
#news .swiper.swiper-news .news__item img {
  width: 100%;
  max-height: 190px;
  object-fit: cover;
  aspect-ratio: 1.5/1;
}
#news .swiper.swiper-news .news__item .news__body {
  padding: 18px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
}
#news .swiper.swiper-news .news__item .news__body-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 24px;
}
#news .swiper.swiper-news .news__item .news__body-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1, 2em;
  text-align: left;
  overflow: hidden;
}
#news .swiper.swiper-news .news__item .news__body-img {
  opacity: 0;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
#news .swiper.swiper-news .news__item .news__body-img img {
  width: 20px;
  height: 20px;
  transform: translateX(-118px);
}

@media (max-width: 1160px) {
  #news .news__item {
    width: 250px !important;
  }
}
@media (max-width: 800px) {
  #news .news__item {
    width: 245px !important;
  }
}
@media (max-width: 768px) {
  #news {
    padding: 40px 0 80px 0;
  }
  #news .news__item {
    width: 100% !important;
  }
  #news .title {
    position: relative;
    text-wrap: balance;
  }
  #news .title span {
    position: static;
  }
  #news .title span img {
    width: 50%;
    max-width: 150px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  #news .swiper.swiper-news .swiper-wrapper {
    margin-top: 40px;
  }
  #news .swiper.swiper-news .swiper-news-next,
  #news .swiper.swiper-news .swiper-news-prev {
    display: none;
  }
  #news .swiper.swiper-news .swiper-slide {
    width: unset;
  }
  #news .swiper.swiper-news .swiper-slide .news__item {
    width: 100%;
  }
}
#potential {
  padding: 200px 100px 100px 100px;
  margin-bottom: 72px;
  background-color: var(--b);
}
#potential .potential-title {
  font-size: 96px;
  font-weight: 600;
  text-align: center;
  line-height: 1.1em;
  position: relative;
}
#potential .potential-title span {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  text-wrap: balance;
}
#potential .potential-title img {
  position: absolute;
  left: calc(50% - 260px);
  top: calc(50% - 260px);
  z-index: 5;
  width: 520px;
  height: 520px;
  object-fit: contain;
}
#potential .potential-img {
  height: 326px;
  object-fit: contain;
  width: 100%;
  position: relative;
  z-index: 15;
}
#potential .potential-orange {
  position: absolute;
  bottom: 100%;
  right: 20%;
  width: 88px;
  height: 88px;
  object-fit: contain;
  z-index: 5;
}
#potential .potential-purple {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 120px;
  height: 120px;
  object-fit: contain;
  z-index: 5;
}

@media (max-width: 1600px) {
  #potential .potential-title {
    font-size: 76px;
  }
}
@media (max-width: 1365px) {
  #potential {
    padding: 150px 80px 100px 80px;
  }
  #potential .potential-title {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (max-width: 996px) {
  #potential {
    padding: 110px 50px 100px 50px;
  }
  #potential .potential-title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  #potential {
    padding: 0 24px 40px 24px;
  }
  #potential .potential-title {
    margin-bottom: 26px;
    font-size: 32px;
  }
  #potential .potential-title img {
    left: calc(50% - 112.5px);
    top: calc(50% - 112.5px);
    width: 225px;
    height: 255px;
  }
  #potential .potential-img {
    height: 262px;
  }
  #potential .potential-orange {
    display: none;
  }
  #potential .potential-purple {
    position: absolute;
    bottom: 90px;
    left: 62px;
    width: 56px;
    height: 56px;
  }
}
#contacts {
  margin-bottom: 72px;
}
#contacts .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contacts .contacts-title {
  display: none;
}
#contacts .contacts-title.first {
  display: none;
}
#contacts .title {
  position: relative;
  margin-bottom: 70px;
}
#contacts .title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  display: block;
  width: 100%;
  height: 15px;
  background-image: url('/img/Line.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
#contacts .contacts__item {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 350px;
}
#contacts .contacts__item li {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
#contacts .contacts__item li img {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
#contacts .contacts__item li a {
  color: inherit;
  cursor: pointer;
}
#contacts .contacts__item li a:hover {
  text-decoration: none;
}
@media (max-width: 996px) {
  #contacts .contacts__item li {
    font-size: 18px;
  }
  #contacts .contacts__item li img {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 768px) {
  #contacts .contacts__item {
    margin-bottom: 36px;
    gap: 15px;
  }
  #contacts .contacts__item li {
    font-size: 16px;
  }
  #contacts .contacts-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contacts .contacts-title.first {
    display: flex;
    position: relative;
  }
  #contacts .contacts-title.first::after {
    content: '';
    position: absolute;
    right: auto;
    top: 100%;
    display: block;
    width: 137px;
    height: 15px;
    background-image: url('/img/Line.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #contacts .title {
    display: none;
  }
}

.home-advantages__image {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  min-height: 515px;
}

.home-advantages__image-absolute {
  position: absolute;
  right: 0px;
  top: 40px;
  width: 500px;
  height: 700px;
  aspect-ratio: 1/1.25;
  object-fit: contain;
  object-position: top center;
  transform: translateY(100%);
  transition: 1.2s trasnform;
  visibility: visible !important;
}

.home-advantages__arrow {
  margin-top: 40px;
  width: 120px;
  height: 256px;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  #ageGroupAnimation .container {
    max-width: 100%;
    padding: 0;
  }
  .home-advantages__image-absolute {
    right: -100px;
  }
}
@media (max-width: 768px) {
  #ageGroupAnimation {
    display: none;
  }
  .home-advantages__image {
    height: 400px;
    min-height: unset;
  }
  .home-advantages__image-absolute {
    right: -120px;
    width: 80vw;
    max-width: 400px;
    height: unset;
    aspect-ratio: 1/1.5;
    top: unset;
    bottom: 0;
    object-position: bottom;
  }
  .home-advantages__arrow {
    height: 128px;
    width: 56px;
  }
}
.main-map {
  height: 400px;
  background-color: var(--yl);
}

#pilot {
  overflow: hidden;
  padding: 60px 0 55px 0;
  background-color: #ffd880;
}
#pilot .pilot-content {
  display: flex;
  justify-content: center;
}
#pilot .pilot-content-image {
  position: relative;
  width: 285px;
  height: 356px;
  object-fit: contain;
}
#pilot .pilot-content-image .pilot-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#pilot .pilot-gear {
  position: absolute;
  right: calc(100% + 10px);
  bottom: 0;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 768px) {
  #pilot {
    padding: 0 45px 0 60px 0;
  }
  #pilot .pilot-content {
    justify-content: flex-end;
  }
  #pilot .pilot-content-image {
    width: 180px;
    height: 220px;
  }
  #pilot .pilot-gear {
    width: 30px;
    height: 30px;
  }
}

[data-aos='title-slide-top'] {
  transition-property: transform;
  transform: translateY(200%) scale(0.6);
}
[data-aos='title-slide-top'].aos-animate {
  transform: translateY(0%) scale(1);
}

[data-aos='gear-rotate'] {
  transition-property: transform;
  transform: rotate(360deg);
}
[data-aos='gear-rotate'].aos-animate {
  transform: rotate(0deg);
}

[data-aos='gear-scale-rotate'] {
  transition-property: transform;
  transform: rotate(360deg) scale(0.2);
}
[data-aos='gear-scale-rotate'].aos-animate {
  transform: rotate(0deg) scale(1);
}

[data-aos='slide-up-own'] {
  transition-property: transform;
  transform: translateY(100%);
}
[data-aos='slide-up-own'].aos-animate {
  transform: translateY(0);
}

[data-aos='pilot-slide'] {
  transition-property: transform;
  transform: translateX(0) rotate(0deg);
  transition-timing-function: linear !important;
}
[data-aos='pilot-slide'].aos-animate {
  transform: translateX(-45vw) rotate(-720deg);
}

@media screen and (max-width: 768px) {
  [data-aos='pilot-slide'] {
    transition-property: transform;
    transform: translateX(0) rotate(0deg);
    transition-timing-function: linear !important;
  }
  [data-aos='pilot-slide'].aos-animate {
    transform: translateX(-70vw) rotate(-720deg);
  }
}
