:root {
  --light-blue: rgba(224, 232, 244, 0.5);
  --grey: #606062;
}

main.page .button {
  width: auto;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  min-height: 0;
}
.button-white {
  border: 1px solid var(--white) !important;
  background-color: var(--white) !important;
  color: var(--black) !important;
}
.button-border-white {
  border: 1px solid var(--white) !important;
  color: var(--white) !important;
}
.button-border-black {
  border: 1px solid var(--black) !important;
  color: var(--black) !important;
}
.button-black {
  border: 1px solid var(--black) !important;
  background-color: var(--black) !important;
  color: var(--white) !important;
}
.button-black:focus,
.button-black:focus-visible {
  outline: 1px solid var(--purple) !important;
}
main:has(.page__hero_fixed) ~ footer.footer {
  padding-bottom: 120px;
}
.page__hero_fixed {
  border-radius: 1.875rem 1.875rem 0 0;
  padding: min(4%, 1.2rem) min(5%, 3rem);
  background-color: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s;
}
.page__hero_fixed.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  justify-content: space-between;
}
.page__hero_fixed > .l {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
}
.page__hero_fixed > .l > .ll > .price_1 {
  display: flex;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  margin-right: 2rem;
}
.page__hero_fixed > .l > .ll > .text {
  /*flex: 1;*/
  font-size: clamp(0.7rem, 2vw, 1.25rem);
  display: flex;
  display: inline-flex;
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  gap: 0.5rem;
  text-align: right;
  text-align: left;
  color: #bababa;
}
.page__hero_fixed > .l > .ll > .text > * {
  display: inline-block;
  vertical-align: middle;
}
.page__hero_fixed > .l > .ll > .text > .text_mobile {
  display: none;
}
.page__hero_fixed.new > .l > .ll > .text > .text {
  /*max-width: 6.7rem;*/
  margin-right: 0.5rem;
}
.page__hero_fixed > .l > .ll > .text > .price_2 {
  font-size: clamp(1.3rem, 3vw, 2.75rem);
}
.page__hero_fixed > .l > .discount > .text_1 {
  display: none;
}
.page__hero .hero__container .hero__subtitle .discount > .text_2 {
  font-weight: 300;
}
.page__hero .hero__container .hero__subtitle .discount > .price {
  text-decoration: line-through;
}
.page__hero .hero__container .hero__subtitle .price__off {
  font-size: clamp(1.5rem, 2vw, 2rem);
  text-decoration: line-through;
}
.page__hero_fixed > .l > .discount {
  font-size: clamp(0.9rem, 1.8vw, 1.5rem);
}
.page__hero_fixed > .l > .discount div {
  display: inline;
}
.page__hero_fixed > .l > .discount > .text_2_mobile {
  display: none;
  color: #a2a2a2;
}
.page__hero_fixed > .l > .discount > .text_2 {
  color: #a2a2a2;
}
.page__hero_fixed > .l > .discount > .price {
  text-decoration: line-through;
}
.page__hero .hero__container .l .logo {
  width: 180px;
  margin-bottom: 1rem;
}
.page__hero .hero__container .l .logo .logo__media {
  width: 100%;
  height: auto;
}
.page__hero_fixed > .r {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: right;
}

.page__hero_fixed > .r > .text_inscriptions {
  font-size: clamp(0.9rem, 1.8vw, 1.5rem);
}
.page__hero_fixed > .r > .b {
  margin-left: auto;
  flex: 0 0 auto;
}
.page__hero_fixed > .r > .b > .button:hover {
  background-color: var(--purple) !important;
  border-color: var(--purple) !important;
  color: white !important;
}
.page__hero .hero__container .form .hs-richtext {
  color: var(--black);
  font-size: 0.8rem;
  font-style: normal;
}

.page__hero_fixed .r:has(.countdown) {
  flex: 1;
  justify-content: flex-end;
}

.page__hero_fixed .r:has(.countdown) .b {
  margin-left: 0;
}

.page__hero_fixed .r .countdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  font-size: 1rem;
  font-style: normal;
  color: var(--white);
}

.page__hero_fixed .r .countdown .count {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

@media all and (max-width: 768px) {
  .page__hero
    .hero__container
    .form
    div:has(.hs-richtext.hs-main-font-element) {
    grid-column: span 1;
  }
}
.footer__bottom {
  padding-bottom: 2.5rem !important;
}
.only_mobile {
  display: none !important;
}
@media (max-width: 650px) {
  .page__hero_fixed .r .countdown {
    order: 2;
  }
  .only_mobile {
    display: block !important;
  }
}
.only_desktop {
  display: none !important;
}
@media (min-width: 651px) {
  .only_desktop {
    display: block !important;
  }
}
.bottom_mobile_closed_inscriptions {
  margin-top: 0.5rem !important;
}
@media (max-width: 1160px) {
  .page__hero_fixed {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .page__hero_fixed > .r {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 650px) {
  .page__hero_fixed {
    border-radius: 1.5rem 1.5rem 0 0;
    padding: min(4%, 1.2rem) min(4%, 2rem);
    gap: 0.5rem;
  }
  .page__hero_fixed > .l > .ll {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
  }
  .page__hero_fixed > .l > .ll > .text {
    font-size: clamp(0.9rem, 3vw, 1.25rem);
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    text-align: left;
  }
  .page__hero_fixed > .l > .ll > .text > .text_mobile {
    display: block;
  }
  .page__hero_fixed > .l > .ll > .text > .text_mobile + .text {
    display: none;
  }
  .page__hero_fixed > .l > .ll > .price_1 {
    margin-right: 1rem;
  }
  .page__hero_fixed > .l > .ll > .price_1 > svg {
    display: none;
  }
  .page__hero_fixed > .l > .discount > .text_1 {
    display: block;
  }
  .page__hero_fixed > .l > .discount > .text_2_mobile {
    display: inline;
  }
  .page__hero_fixed > .l > .discount > .text_2_mobile + .text_2 {
    display: none;
  }
  .page__hero_fixed > .l > .discount {
    border-left: 1px solid #b6b6b6;
    padding-left: 0.5rem;
    padding-block: 0.3rem;
    line-height: 1.4;
  }
  .page__hero_fixed > .l {
    flex: 1;
  }
  .page__hero_fixed > .r {
    max-width: 80%;
  }
  .page__hero_fixed > .r > .text_inscriptions {
    max-width: none;
    line-height: 1.4;
  }
  .page__hero_fixed.has-discount > .r > .text_inscriptions {
    display: none;
  }
  .page__hero_fixed > .r > .b .button {
    padding: 0.7rem 1rem;
  }
}
@media (max-width: 390px) {
  .page__hero_fixed > .r > .b > .button {
    padding: 0.5rem;
  }
}
.page__hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  padding-top: 7.5rem;
  background: linear-gradient(
    358.51deg,
    #000000 13.68%,
    rgba(255, 255, 255, 0) 58.73%
  );
}
.has-partner-discount .page__hero {
  padding-top: 12rem;
}

.page__hero:has(.hero__image.hero__image--second) {
  background: linear-gradient(
    358.51deg,
    #000000 23.68%,
    rgba(255, 255, 255, 0) 98.73%
  );
}

@media all and (max-width: 768px) {
  .page__hero {
    padding-top: 5rem;
  }
  .has-partner-discount .page__hero {
    padding-top: 7rem;
  }
}

.page__hero .hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.page__hero .hero__container {
  position: relative;
  max-width: 85rem;
  width: 100%;
}
.page__hero.closed .hero__container > .flex {
  display: flex;
  align-items: center;
  gap: 40px 20px;
  margin-bottom: 2rem;
}
.page__hero.closed .hero__container > .flex > .l {
  flex: 0 0 50%;
}
.page__hero .hero__container .subtitle {
  font-size: 1.5rem;
}
.page__hero .hero__container .hero__title {
  font-size: clamp(3.4375rem, 8.7vw, 7.25rem);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}
.page__hero .hero__container .hero__subtitle {
  font-size: clamp(3.4375rem, 8.7vw, 7.25rem);
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.page__hero .hero__container .hero__subtitle > .price {
  flex: 0 0 auto;
  font-size: clamp(3rem, 5.5vw, 5rem);
  border: 1px solid;
  padding: 1.4rem 1.4rem;
  border-radius: 10rem;
  display: inline-block;
  line-height: 1;
}
.page__hero .hero__container .hero__subtitle .asterisc {
  font-size: 0.63em;
  display: inline-block;
}
.page__hero .hero__container .hero__subtitle .discount {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  display: inline-block;
  vertical-align: super;
  font-weight: 500;
}
.page__hero .hero__container .hero__subtitle .discount div {
  display: inline;
}
.page__hero .hero__container .hero__subtitle .discount > .text_1 {
  display: block;
  font-size: 0.9em;
}
.page__hero .hero__container .hero__subtitle .discount > .text_2 {
  font-weight: 300;
}
.page__hero .hero__container .hero__subtitle .discount > .price {
  text-decoration: line-through;
}
.page__hero.closed .hero__container .hero__title {
  font-size: clamp(3rem, 7vw, 5.5rem);
}
.page__hero.closed .hero__container .hero__subtitle {
  align-items: flex-start;
  margin-bottom: 0;
}
.page__hero.closed .hero__container .hero__subtitle > .price {
  font-size: clamp(3rem, 4vw, 3.4375rem);
}
.page__hero.closed .hero__container .hero__subtitle .asterisc {
  font-size: inherit;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.page__hero.closed .hero__container .hero__subtitle .asterisc .asterisc {
  font-size: 0.63em;
}
.page__hero.closed .hero__container .hero__subtitle .asterisc .text {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  padding-top: 0.6rem;
  line-height: 1.4;
}
.page__hero .hero__container .text_inscriptions {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.page__hero.closed .hero__container .text_inscriptions {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.page__hero .hero__container .text_inscriptions > .c {
  border: 1px solid;
  padding: 0.625rem 1.25rem;
  font-size: clamp(1rem, 1.5vw, 1.3125rem);
  border-radius: 10rem;
  flex: 0 0 auto;
  text-align: center;
}
.page__hero .hero__container .text_inscriptions:before,
.page__hero .hero__container .text_inscriptions:after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--white);
}
.page__hero .hero__container > .flex > .l > .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  padding-bottom: 5vh;
  margin-top: 1rem;
}
.page__hero .hero__container > .flex > .l > .buttons > .button {
  min-width: 12rem;
  width: auto;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.page__hero
  .hero__container
  > .flex
  > .l
  > .buttons
  > .button:not(.button--sunshade):not(.button--white--second):hover {
  background-color: var(--purple) !important;
  border-color: var(--purple) !important;
  color: white !important;
}

.page__hero .hero__container > .flex > .r {
  flex: 1;
  border-radius: 1.875rem;
  overflow: hidden;
  background-color: var(--white);
  padding: 2rem;
}
.modal-form-closed .popup__text > .text_1,
.page__hero .hero__container > .flex > .r > .text_1 {
  color: var(--purple);
  font-size: clamp(2rem, 2vw, 2.5rem);
  margin-bottom: 1rem;
}
.modal-form-closed .popup__text > .text_2,
.page__hero .hero__container > .flex > .r > .text_2 {
  color: var(--purple);
  font-size: 1rem;
  margin-bottom: 2rem;
}
.form-modal {
  text-align: left;
  color: var(--black);
}
.form-modal .popup__text {
  border-radius: 0;
  aspect-ratio: auto;
}
.page__hero .hero__container .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  padding: 4.75vh 0 5vh;
  border-top: 1px solid;
}
.page__hero .hero__container .bottom > .partner {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  letter-spacing: 0.04em;
}
.page__hero .hero__container .bottom > .partner > .logo {
  width: auto;
  height: 2.3rem;
}
.page__hero .hero__container .bottom > .partner.partner--second > .logo {
  width: 120px;
  height: auto;
}
.page__hero .hero__container .bottom > .partner-media {
  width: 180px;
  height: auto;
}
.page__hero .hero__container .bottom > .partner-media > .partner-media__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.page__hero .hero__container .bottom > .asterisc {
  font-size: 1.25rem;
}
.page__hero .hero__container .bottom > .asterisc .asterisc {
  font-size: 3.4375rem;
  line-height: 1;
  position: absolute;
  translate: -22px -18px;
}
@media (max-width: 1000px) {
  .page__hero .hero__container .bottom > .partner {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .page__hero .hero__container .bottom > .asterisc .asterisc {
    font-size: 2rem;
  }
  .page__hero.closed .hero__container > .flex {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6rem;
  }
  .page__hero.closed .hero__container > .flex > .l {
    flex-basis: auto;
    width: 100%;
  }
  .page__hero .hero__container .bottom {
    width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width: 650px) {
  .page__hero {
    min-height: 95vh;
    padding-top: 180px;
  }
  .page__hero.closed {
    height: auto;
  }
  .page__hero .hero__container {
    padding: 0 1rem;
  }
  .page__hero .hero__container .subtitle {
    font-size: 1.125rem;
    margin-bottom: 0.8rem;
  }
  .page__hero .hero__container .hero__subtitle {
    margin-bottom: 2vh;
  }
  .page__hero .hero__container .hero__subtitle > .price {
    padding: 0.7rem;
    font-size: clamp(3rem, 5.5vw, 5rem);
  }
  .page__hero .hero__container .text_inscriptions {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    margin-bottom: 4vh;
  }
  .page__hero .hero__container .text_inscriptions > .c {
    flex-basis: 50%;
    padding: 0.3125rem 0.625rem;
  }
  .page__hero .hero__container > .flex > .l > .buttons {
    padding-bottom: 4vh;
    justify-content: center;
    gap: 0.5rem;
  }
  .page__hero .hero__container > .flex > .l > .buttons > .button {
    min-width: 0;
  }
  .page__hero .hero__container .bottom {
    padding: 1.75vh 0 3vh;
  }
  .page__hero .hero__container .bottom > .partner {
    font-size: 0.8rem;
    gap: 0.5rem;
  }
  .page__hero .hero__container .bottom > .partner > .logo {
    height: 1.5rem;
  }
  .page__hero .hero__container .bottom > .asterisc {
    font-size: 0.875rem;
  }
  .page__hero .hero__container .bottom > .asterisc .asterisc {
    font-size: 0.875rem;
    translate: 0;
    position: relative;
  }
}
.page__description {
  padding-block: 6.5rem 1.8rem;
  position: relative;
  --border-radius: 1.875rem;
}
.page__description.page__description--second {
  padding-bottom: 6.5rem;
}
.page__description > .image_1 {
  position: absolute;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  left: 0;
  top: 9.5rem;
  width: 14vw;
  height: auto;
  z-index: -1;
}
.page__description > .image_2 {
  position: absolute;
  border-radius: var(--border-radius);
  width: 17.5vw;
  height: auto;
  right: 3rem;
  top: 5rem;
  z-index: -1;
}
.page__description > .text {
  margin: 0 auto;
  max-width: 55rem;
  text-align: center;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.21;
  padding: 0 2rem;
}
@media (max-width: 1235px) {
  .page__description > .image_2 {
    right: -7rem;
  }
}
@media (max-width: 960px) {
  .page__description > .image_1 {
    position: relative;
    inset: 2rem 0 0;
  }
  .page__description > .image_2 {
    right: 2rem;
    bottom: -4rem;
    top: auto;
  }
}
@media (max-width: 650px) {
  .page__description {
    padding-top: 3rem;
    --border-radius: 1.25rem;
  }
  .page__description.page__description--second {
    padding-bottom: 3rem;
  }
  .page__description > .image_1 {
    width: 35vw;
  }
  .page__description > .image_2 {
    width: 28vw;
    bottom: -4vw;
  }
}
.page__bonus {
  padding: 6rem 0;
  background-color: var(--black);
  color: #fff;
}

.page__bonus .bonus__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page__bonus .bonus__container:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% - 50px - 4rem);
  border: 0.7px solid white;
  border-radius: 20px;
  z-index: 0;
}

.page__bonus .bonus__container .bonus__pill {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 24px;
  border-radius: 50px;
  background-color: var(--green);
  color: var(--black);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
  width: fit-content;
  margin-top: calc(-4rem - 12px - 1.25rem);
  z-index: 1;
}
.page__bonus .bonus__container .bonus__pill .bonus__pill__media {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.page__bonus .bonus__container .bonus__pill:hover .bonus__pill__media {
  animation: shake 0.5s ease-in-out;
}
.page__bonus .bonus__container .bonus__title {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.3;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.page__bonus .bonus__container .bonus__title strong {
  color: var(--green);
}
.page__bonus .bonus__container .bonus__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  width: 100%;
  z-index: 1;
}
.page__bonus .bonus__container .bonus__wrapper .bonus__wrapper__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  background-color: var(--white);
  padding: 1.5rem;
  border-radius: 22px;
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__pill {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background-color: #e0daef;
  color: var(--purple);
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__pill
  .bonus__wrapper__item__pill__media {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__pill:hover
  .bonus__wrapper__item__pill__media {
  animation: shake 0.5s ease-in-out;
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__pill
  .bonus__wrapper__item__pill__title {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__info {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  width: 100%;
  border-bottom: 1px solid #aaa;
  padding-bottom: 1.15rem;
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__info
  .bonus__wrapper__item__info__media {
  width: 114px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__info
  .bonus__wrapper__item__info__title {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 1rem;
  width: calc(100% - 114px);
  padding-right: 10%;
  color: var(--black);
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__list {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__list
  .bonus__wrapper__item__list__item {
  max-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__list
  .bonus__wrapper__item__list__item
  h3 {
  color: var(--purple);
  font-size: inherit;
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__list
  .bonus__wrapper__item__list__item
  img {
  width: 1.5rem;
  height: auto;
}
.page__bonus
  .bonus__container
  .bonus__wrapper
  .bonus__wrapper__item
  .bonus__wrapper__item__list
  .bonus__wrapper__item__list__item
  p {
  color: var(--black);
  font-size: inherit;
}
.page__bonus .bonus__button__container {
  width: 100%;
  display: flex;
  justify-content: center;
}
@keyframes shake {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(-2px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(2deg);
  }
  75% {
    transform: translateX(-1px) rotate(-1deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
@media all and (max-width: 1024px) {
  .page__bonus .bonus__container .bonus__title {
    max-width: 80%;
  }
}
@media all and (max-width: 810px) {
  .page__bonus .bonus__container:before {
    left: 2.5%;
    width: 95%;
  }
  .page__bonus .bonus__container .bonus__title {
    max-width: 100%;
  }
  .page__bonus .bonus__container .bonus__wrapper {
    grid-template-columns: 1fr;
  }
}
.page__program {
  padding: 6rem 0 6rem;
}
.page__program .page__container {
  max-width: 85rem;
}
.page__program .page__container > .program__title {
  margin-bottom: 2.8rem;
}
.page__program .page__container > .program__title > .txt1 {
  color: var(--contrast-gray);
  font-size: 1rem;
}
.page__program .page__container > .program__title > .txt2 {
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1;
}
.page__program .page__container > .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.page__program .page__container > .items > .item {
  position: relative;
  border: 0.7px solid rgba(0, 0, 0, 0.7);
  border-radius: 1.875rem;
  --padding: 1.5rem;
  padding: var(--padding) var(--padding) calc(var(--padding) * 3.2);
  z-index: 1;
  background-color: #fff;
}

.page__program .page__container > .items > .item > .text_1 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  letter-spacing: 0.04em;
  color: var(--violet-darker);
  margin-bottom: 0.5rem;
}
.page__program .page__container > .items > .item > .text_2 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  letter-spacing: 0.04em;
  color: var(--purple);
}
.page__program .page__container > .items > .item > .icon {
  position: absolute;
  left: var(--padding);
  bottom: var(--padding);
}
@media (max-width: 768px) {
  .page__program {
    padding: 2.5rem 0 3.2rem;
  }
  .page__program .page__container > .program__title {
    margin-bottom: 1.8rem;
  }
  .page__program .page__container > .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .page__program .page__container > .items > .item {
    border-radius: 1.125rem;
    --padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .page__program .page__container > .items > .item > .icon {
    position: relative;
    order: -1;
    inset: auto;
    margin-bottom: 0.5rem;
  }
}
.page__why {
  background-color: var(--purple);
  color: #fff;
  padding: 7rem 0;
}
.page__why .page__container {
  max-width: 80rem;
  display: flex;
  gap: 5%;
}
.page__why .page__container > .l {
  flex: 0 0 50%;
}
.page__why .page__container > .l > .why__title {
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 0.91;
  letter-spacing: 0.005em;
  margin-bottom: 2.2rem;
}
.page__why .page__container .button {
  width: auto;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.page__why .page__container .button:hover {
  background-color: var(--purple) !important;
  border-color: white !important;
  color: white !important;
}
.page__why .page__container > .r {
  flex: 1;
  min-width: 0;
  padding-top: 0.5rem;
}
.page__why .page__container > .r .swiper-slide {
  font-size: 2.3rem;
  letter-spacing: 0.02em;
  line-height: 1.15;
  font-weight: 100;
}
.page__why .page__container > .r .slider-controls {
  padding-top: 1.5rem;
}
@media (min-width: 651px) {
  .page__why .button__mobile {
    display: none !important;
  }
}
@media (max-width: 650px) {
  .page__why .button__desktop {
    display: none !important;
  }
  .page__why {
    padding: 3rem 0 2.4rem;
  }
  .page__why .page__container {
    flex-direction: column;
    gap: 0;
  }
  .page__why .page__container > .l > .why__title {
    line-height: 1;
    margin-bottom: 1.2rem;
  }
  .page__why .page__container > .r .swiper-slide {
    font-size: 1.315rem;
  }
  .page__why .page__container > .r .slider-controls {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.page__learn {
  padding: 6rem 0 6.6rem;
}
.page__learn .page__container .learn__title {
  text-align: center;
  font-size: clamp(2rem, 4.4vw, 4rem);
  letter-spacing: 0.005em;
  margin-bottom: 4.7rem;
}
.page__learn .page__container .lr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.2%;
}
.page__learn .page__container .lr > .l {
  flex: 0 0 48%;
  display: flex;
  overflow: hidden;
}
.page__learn .page__container .lr > .l > .video {
  position: relative;
  border-radius: 1.875rem;
  overflow: hidden;
}
.page__learn .page__container .lr > .l .video:has(svg) {
  cursor: pointer;
}
.page__learn .page__container .lr > .l > .video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__learn .page__container .lr > .l > .video > svg {
  position: absolute;
  inset: 50%;
  translate: -50% -50%;
}
.page__learn .page__container .lr > .r {
  flex: 1;
  padding-top: 1rem;
}
.page__learn .page__container .lr > .r > .items > li {
  margin-bottom: 1.3rem;
}
.page__learn .page__container .lr > .r > .items > li {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  font-size: clamp(1.125rem, 2vw, 1.4rem);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.page__learn .page__container .lr > .r > .items > li > svg {
  flex: 0 0 auto;
  margin-top: 0.5rem;
}
.page__learn .page__container .lr > .tools {
  padding-left: 4.1rem;
  grid-column: 2;
  grid-row: 2;
}
.page__learn .page__container .lr > .tools > .t {
  font-size: clamp(1.125rem, 2vw, 2rem);
  opacity: 0.7;
  margin-bottom: 1rem;
}
.page__learn .page__container .lr > .tools > .items {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.page__learn .page__container .lr > .tools > .items > * {
  height: 5rem;
  width: auto;
}
.page__learn .page__container > .buttons {
  text-align: center;
  padding-top: 5.5rem;
}
.page__learn .page__container > .buttons > .button {
  width: auto;
  display: inline-block;
  padding-inline: 1.5rem;
}
@media (max-width: 900px) {
  .page__learn .page__container .lr > .r > .items > li {
    gap: 1rem;
  }
  .page__learn .page__container .lr > .r > .tools {
    padding-left: 0.7rem;
  }
}
@media (max-width: 768px) {
  .page__learn {
    padding: 2.3rem 0 2.5rem;
  }
  .page__learn .page__container .learn__title {
    margin-bottom: 3.1rem;
  }
  .page__learn .page__container .lr {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .page__learn .page__container .lr .l {
    display: none;
  }
  .page__learn .page__container .lr > .r {
    padding-top: 0;
  }
  .page__learn .page__container .lr > .r > .items > li > svg {
    width: 1rem;
  }
  .page__learn .page__container .lr > .tools {
    padding-left: 0;
    grid-column: unset;
    grid-row: unset;
  }
  .page__learn .page__container .lr > .tools > .items > * {
    height: 3rem;
  }
  .page__learn .page__container .lr > .l > .video {
    position: relative;
    height: 0;
    padding-bottom: 173.25%;
  }
  .page__learn .page__container .lr > .l > .video > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page__learn .page__container .lr > .l > .video > svg {
    width: 2.25rem;
  }
  .page__learn .page__container > .buttons {
    padding-top: 2.8rem;
  }
}
.page__timing {
  padding: 8%;
  background-color: var(--black);
  color: #8b8b8b;
  --color: #8b8b8b;
  display: flex;
}
.page__timing svg {
  fill: #b9b9b9;
}
.page__timing .item {
  flex: 1;
}
.page__timing .item.active {
  --color: #fff;
}
.page__timing .item > .icon {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.page__timing .item > .icon > .i {
  border-radius: 100%;
  flex: 0 0 3.25rem;
  height: 3.25rem;
  background-color: var(--color);
  display: grid;
  place-items: center;
}
.page__timing .item > .icon > .i > svg {
  width: 70%;
}
.page__timing .item > .icon:after {
  display: block;
  content: "";
  height: 1px;
  background-color: var(--color);
  flex: 1;
}
.page__timing .item.active svg {
  fill: var(--black);
}
.page__timing .item > .t {
  color: var(--color);
  font-size: clamp(2rem, 4vw, 2.5rem);
  padding-right: 10%;
  margin-bottom: 2rem;
}
.page__timing .item > .text {
  font-size: 1.125rem;
  line-height: 1.3;
  padding-right: 10%;
}
@media (max-width: 650px) {
  .page__timing {
    flex-direction: column;
    gap: 2rem;
    padding-inline: 0;
  }
  .page__timing .item > .icon:before {
    display: block;
    content: "";
    height: 1px;
    background-color: var(--color);
    flex: 0 0 1.25rem;
  }
  .page__timing .item > .t {
    padding: 0 1.25rem;
    margin-bottom: 1rem;
  }
  .page__timing .item > .text {
    padding: 0 1.25rem;
  }
}
.page__signup {
  position: relative;
  padding: 5rem 0 7rem;
}
.page__signup .signup__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__signup .text_inscriptions {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
  color: var(--white);
}
.page__signup .text_inscriptions > .c {
  border: 1px solid;
  padding: 0.625rem 1.25rem;
  font-size: clamp(1rem, 1.5vw, 1.3125rem);
  border-radius: 10rem;
  flex: 0 0 auto;
  text-align: center;
}
.page__signup .text_inscriptions:before,
.page__signup .text_inscriptions:after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .page__signup .text_inscriptions {
    margin-bottom: 2rem;
  }
  .page__signup .text_inscriptions > .c {
    flex-basis: 50%;
    padding: 0.3125rem 0.625rem;
  }
}
.page__signup .page__container {
  position: relative;
  max-width: 69rem;
}
.page__signup .page__container.format-small {
  max-width: 42.125rem;
}
.page__signup .page__container > .inside {
  border-radius: 1.875rem;
  padding: 2.7rem 3.2rem 2rem;
  background-color: var(--white);
}
.page__signup .page__container > .inside > .top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
.page__signup .page__container.format-small > .inside > .top {
  margin-bottom: 1rem;
}
.page__signup .page__container.format-small > .inside > .top {
  flex-direction: column;
}
.page__signup .page__container > .inside > .top > .l > .signup__title {
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1;
  margin-bottom: 1.2rem;
}
.page__signup .page__container > .inside > .top > .l > .subtitle {
  max-width: 26rem;
  font-size: 1.23rem;
}
.page__signup .page__container > .inside .pprice > .price {
  font-size: clamp(2.5rem, 4vw, 3.4rem);
  border: 1px solid;
  padding: 1.4rem 1.4rem;
  border-radius: 10rem;
  display: inline-block;
  line-height: 1;
}
.page__signup .page__container > .inside .discount {
  font-size: clamp(1.125rem, 2vw, 1.3rem);
  padding-top: 1rem;
}
.page__signup .page__container > .inside .discount div {
  display: inline;
}
.page__signup .page__container > .inside .discount > .text_2 {
  font-weight: 300;
  color: #a2a2a2;
}
.page__signup .page__container > .inside .discount > .price {
  text-decoration: line-through;
}
.page__signup .page__container.format-large > .inside > .top > .r,
.page__signup .page__container.format-large > .inside > .top > .r > .discount {
  text-align: right;
}
@media (max-width: 768px) {
  .page__signup .page__container > .inside > .top {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
    color: var(--white);
  }
  .page__signup .page__container > .inside > .top > .l {
    text-align: center;
  }
  .page__signup .page__container > .inside > .top > .l > .subtitle {
    margin-inline: auto;
  }
  .page__signup .page__container > .inside > .top > .r {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .page__signup .page__container > .inside .discount {
    padding-top: 0;
  }
  .page__signup .page__container.format-large > .inside > .top > .r {
    display: none;
  }
}
.page__signup .page__container > .inside > .items > .item {
  display: flex;
  align-items: flex-end;
  gap: 10%;
  padding-block: 3.2rem;
}

.page__signup .page__container > .inside > .items.items--second > .item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10%;
  align-items: center;
}

.page__signup .page__container > .inside > .items.count-1 > .item,
.page__signup .page__container > .inside > .items > .item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}
.page__signup .page__container > .inside > .items > .item > .col {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  flex: 0 0 auto;
}
.page__signup .page__container > .inside > .items > .item > .col > .l {
  color: #8c8c8c;
  margin-bottom: 0.4rem;
}
.page__signup .page__container > .inside > .items > .item > .col.date > .t {
  font-weight: 600;
}
.page__signup .page__container > .inside > .items > .item > .col.modality {
  flex: 1;
}
.page__signup .page__container > .inside > .items > .item > .col.btn .button {
  padding-inline: 1.5rem;
}
.page__signup.closed
  .page__container
  > .inside
  > .items
  > .item:not(:last-child)
  > .col.btn
  .button {
  background-color: #aeaeae !important;
  border: 1px solid #aeaeae !important;
}
.page__signup .page__container.format-small > .inside > .items > .item {
  flex-wrap: wrap;
  border-top: 0;
  gap: 2rem 3rem;
  padding-block: 1rem;
}
.page__signup
  .page__container.format-small
  > .inside
  > .items
  > .item
  > .col.date {
  flex-basis: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  padding-bottom: 2rem;
}
.page__signup
  .page__container.format-small
  > .inside
  > .items
  > .item
  > .col.modality {
  flex-basis: auto;
}
.page__signup
  .page__container.format-small
  > .inside
  > .items
  > .item
  > .col.btn {
  flex-basis: 100%;
  padding-top: 2rem;
}
@media (max-width: 900px) {
  .page__signup .page__container > .inside > .items > .item {
    gap: 5%;
  }
}
@media (min-width: 769px) {
  .page__signup .page__container > .inside > .items > .pprice {
    display: none;
  }
}
@media (max-width: 768px) {
  .page__signup {
    padding: 2.7rem 0;
  }
  .page__signup .page__container > .inside {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
  }
  .page__signup .page__container > .inside > .signup__title {
    text-align: center;
    color: var(--white);
  }
  .page__signup .page__container > .inside > .subtitle {
    text-align: center;
    color: var(--white);
    margin-bottom: 2.2rem;
  }
  .page__signup .page__container > .inside > .items {
    border-radius: 1.875rem;
    padding: 0 1.3rem;
    background-color: var(--white);
  }
  .page__signup .page__container > .inside > .items > .pprice {
    display: flex;
    align-items: center;
    padding: 2rem 0 0;
    gap: 1rem;
  }
  .page__signup .page__container > .inside .pprice > .price {
    flex: 0 0 auto;
    padding: 1rem;
  }
  .page__signup .page__container > .inside > .items > .item {
    flex-wrap: wrap;
    padding-block: 2.5rem;
    gap: 1rem 3rem;
  }
  .page__signup .page__container > .inside > .items.items--second > .item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .page__signup .page__container > .inside > .items.count-1 > .item {
    border-top: 0;
  }
  .page__signup .page__container > .inside > .items > .item > .col.modality {
    flex: 0 0 100%;
  }
  .page__signup .page__container.format-small > .inside > .items > .item {
    gap: 1rem 3rem;
    padding-block: 1rem;
  }
  .page__signup
    .page__container.format-small
    > .inside
    > .items
    > .item
    > .col.date {
    padding-bottom: 1rem;
  }
  .page__signup
    .page__container.format-small
    > .inside
    > .items
    > .item
    > .col.btn {
    padding-top: 0;
  }
}
.page__certification {
  padding-block: 4.3rem 6.5rem;
  color: var(--white);
  background-color: var(--black);
}
.page__certification > .page__container {
  max-width: 67.4rem;
}
.page__certification > .page__container > .t {
  font-size: clamp(2rem, 4.4vw, 4rem);
  text-align: center;
  margin-bottom: 4.3rem;
}
.page__certification > .page__container > .items {
  display: flex;
  justify-content: space-between;
  gap: 2.7rem;
}
.page__certification > .page__container > .items > .item {
  flex: 1;
  border-radius: 0.875rem;
  overflow: hidden;
  display: flex;
  background-color: var(--white);
  color: var(--black);
}
.page__certification > .page__container > .items > .item > .l {
  flex: 1;
  padding: 9% 6% 9% 8%;
}
.page__certification > .page__container > .items > .item > .l > svg {
  margin-bottom: 0.7rem;
}
.page__certification > .page__container > .items > .item > .l > .text_1 {
  font-weight: 600;
  font-size: clamp(1.3125rem, 2.5vw, 2rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.page__certification > .page__container > .items > .item > .l > .text_2 {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  opacity: 0.7;
  line-height: 1.2;
}
.page__certification > .page__container > .items > .item > .r {
  flex: 0 0 8rem;
  padding-right: 1rem;
  text-align: center;
}
.page__certification > .page__container > .items > .item > .r > .ss {
  position: relative;
}
.page__certification > .page__container > .items > .item > .r > .ss > svg {
  width: 100%;
  height: auto;
}
.page__certification > .page__container > .items > .item > .r > .ss > img {
  width: 80%;
  height: auto;
  position: absolute;
  top: 2rem;
  z-index: 1;
  left: 50%;
  translate: -50%;
}
@media (max-width: 768px) {
  .page__certification > .page__container > .items {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .page__certification {
    padding-block: 3rem;
  }
  .page__certification > .page__container > .t {
    margin-bottom: 2rem;
  }
  .page__certification > .page__container > .items {
    gap: 1rem;
  }
}
@media (max-width: 400px) {
  .page__certification > .page__container > .items > .item > .r {
    flex: 0 0 6rem;
    height: auto;
  }
}
.page__methodology {
  padding-block: 5.5rem 0;
  padding-bottom: 4rem;
}
.page__methodology > .items {
  position: relative;
  padding-inline: 12% 5%;
}
.page__methodology > .items > .image_1 {
  position: absolute;
  border-radius: 0 1.875rem 1.875rem 0;
  left: 0;
  top: 10rem;
  width: 14.5vw;
  height: auto;
  z-index: -1;
}
.page__methodology > .items > .image_2 {
  border-radius: 1.875rem;
  margin-top: -12rem;
  margin-left: 70vw;
  width: 30.5vw;
  height: auto;
  z-index: -1;
}
.page__methodology > .items > .image_3 {
  border-radius: 1.875rem;
  margin-top: -15.5rem;
  margin-left: -14.5vw;
  width: auto;
  height: calc(34vh + 2px);
  position: absolute;
  clip-path: inset(0 0 2px 0);
  z-index: -1;
}
.page__methodology > .items.items_1 {
  padding-bottom: 4rem;
}
.page__methodology > .items > .t {
  font-size: clamp(2rem, 4.4vw, 4rem);
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  max-width: 35vw;
  padding-top: 1rem;
  line-height: 0.9;
  padding-bottom: 3rem;
}
.page__methodology > .items > .items {
  padding-left: 15vw;
  max-width: 65vw;
}
.page__methodology > .items > .items > li {
  display: flex;
  gap: 2.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: 1.9rem;
}
.page__methodology > .items > .items > li > svg {
  flex: 0 0 auto;
  margin-top: 0.25rem;
}
@media all and (max-width: 1600px) {
  .page__methodology > .items > .t {
    max-width: 40vw;
  }
}
@media (max-width: 768px) {
  .page__methodology > .items > .items > li {
    gap: 1rem;
  }
}
@media (max-width: 650px) {
  .page__methodology {
    padding-block: 1.7rem 1.8rem;
  }
  .page__methodology > .items > .image_1 {
    border-radius: 1.25rem;
    position: relative;
    left: -2rem;
    top: 1rem;
    width: 37.5vw;
    height: auto;
    aspect-ratio: 0.9;
  }
  .page__methodology > .items > .image_2 {
    border-radius: 1.25rem;
    width: 100vw;
    margin: 0;
    margin-top: -5.5rem;
    position: relative;
    right: -60.5vw;
    aspect-ratio: 1.5;
  }
  .page__methodology > .items > .image_3 {
    border-radius: 1.25rem;
    width: 62.5vw;
    height: auto;
    margin: 0;
    position: relative;
    left: 22vw;
    margin-top: 2rem;
    aspect-ratio: 1.5;
  }
  .page__methodology > .items > .t {
    border-top: 0;
    max-width: 50%;
    max-width: 100%;
    padding-bottom: 2.5rem;
  }
  .page__methodology > .items {
    padding-inline: 1.25rem;
  }
  .page__methodology > .items > .items {
    max-width: 100%;
    padding-left: 1rem;
    padding-top: 0;
  }
  .page__methodology > .items > .items > li {
    margin-bottom: 1.2rem;
    gap: 1.3rem;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
  .page__methodology > .items > .items > li > svg {
    width: 1.3rem;
  }
  .page__methodology > .items.items_1 {
    padding-bottom: 0;
  }
}
.page__syllabus_cards {
  padding: 6rem 0 3rem;
}
.page__syllabus_cards .page__container .syllabus_cards__title {
  text-align: center;
  font-size: clamp(2rem, 4.4vw, 4rem);
  letter-spacing: 0.005em;
  margin-bottom: 4.7rem;
}
.page__syllabus_cards .slide-programs {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  color: var(--white);
}
.page__syllabus_cards .slide-programs__inner {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 30px;
  max-width: 434px;
}
.page__syllabus_cards .slide-programs__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35.2811466373%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(57%, #000)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 57%);
}
.page__syllabus_cards .slide-programs__image {
  position: absolute;
  width: 100%;
  height: calc(100% + 5px);
  top: -5px;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.page__syllabus_cards .slide-programs__top {
  position: relative;
  z-index: 1;
}
.page__syllabus_cards .slide-programs__suplabel {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.page__syllabus_cards .slide-programs__label {
  font-size: clamp(2.75rem, 2.4537037037rem + 1.4814814815vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
}
.page__syllabus_cards .slide-programs__bottom {
  position: relative;
  z-index: 1;
  margin-top: 7rem;
}
.page__syllabus_cards .slide-programs__list {
  font-size: 24px;
}
.page__syllabus_cards .slide-programs__list > .i:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.page__syllabus_cards .button {
  width: auto;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  margin-top: 2rem;
}
.page__syllabus_cards .button:hover {
  background-color: var(--purple) !important;
  border-color: var(--purple) !important;
  color: white !important;
}
@media (max-width: 650px) {
  .page__syllabus_cards .slide-programs {
    flex-direction: column;
    align-items: center;
  }
  .page__syllabus_cards .slide-programs__inner {
    padding: 20px;
  }
  .page__syllabus_cards .slide-programs__suplabel {
    font-size: 18px;
  }
  .page__syllabus_cards .slide-programs__list {
    font-size: 18px;
  }
}
.page__syllabus {
  padding-block: 4.5rem 5rem;
  background-color: var(--black);
  color: var(--white);
}
.page__syllabus > .page__container {
  max-width: 81.5rem;
}
.page__syllabus > .page__container > .t {
  text-align: center;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1;
  max-width: 450px;
  margin: 0 auto 2.5rem;
}
.page__syllabus > .page__container > .inside {
  display: flex;
  gap: 4vw;
}
.page__syllabus > .page__container > .inside > .l {
  flex: 0 0 auto;
  border-top: 1px solid;
  padding-right: 2.3vw;
  border-color: #737373;
}
.page__syllabus > .page__container > .inside > .l > .syllabus_button {
  display: block;
  font-size: clamp(2rem, 2vw, 2.5rem);
  margin-block: 2rem 2.2rem;
  cursor: pointer;
  transition: all 0.25s;
  color: #919191;
}
.page__syllabus > .page__container > .inside > .l > .syllabus_button:hover,
.page__syllabus > .page__container > .inside > .l > .syllabus_button.current {
  color: var(--white);
}
.page__syllabus > .page__container > .inside > .r {
  flex: 1;
}
.page__syllabus > .page__container > .inside > .r > .syllabus_item.hide {
  display: none;
}
.page__syllabus > .page__container > .inside > .r > .syllabus_item {
  display: flex;
  justify-content: space-around;
}
.page__syllabus > .page__container > .inside > .r > .syllabus_item > .summary {
  display: none;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner {
  display: flex;
  gap: 4vw;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .txt {
  border-top: 1px solid;
  border-color: #737373;
  padding-top: 2rem;
  flex: 1;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .txt
  > .t {
  font-size: clamp(1.125rem, 2vw, 1.6rem);
  margin-bottom: 2.5rem;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .txt
  > .p {
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  line-height: 1.3;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .txt
  > .p
  ul
  > li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 1.3rem;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-weight: 100;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .txt
  > .p
  ul
  > li::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='18' viewBox='0 0 25 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5812 7.32283L14.8687 2.61033C14.5707 2.31242 14.4218 1.96033 14.4218 1.55408C14.4218 1.14783 14.564 0.788978 14.8483 0.477519C15.1598 0.166061 15.5254 0.00694766 15.9452 0.000176607C16.365 -0.00659444 16.7306 0.145749 17.0421 0.457208L24.3546 7.76971C24.666 8.08117 24.8218 8.44002 24.8218 8.84627C24.8218 9.25252 24.666 9.61138 24.3546 9.92284L17.0218 17.2556C16.7103 17.5671 16.3481 17.7161 15.9351 17.7025C15.522 17.689 15.1598 17.5265 14.8483 17.215C14.564 16.9036 14.4218 16.5447 14.4218 16.1385C14.4218 15.7322 14.5707 15.3801 14.8687 15.0822L19.5812 10.3697L1.52334 10.3697C1.10355 10.3697 0.744693 10.2207 0.446776 9.92283C0.14886 9.62492 -9.84445e-05 9.26606 -9.84078e-05 8.84627C-9.83711e-05 8.42648 0.14886 8.06762 0.446776 7.76971C0.744693 7.47179 1.10355 7.32283 1.52334 7.32283L19.5812 7.32283Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  translate: 0 0.3rem;
  position: absolute;
  left: 0;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .txt
  > .p
  ul
  > li
  > ul {
  padding: 24px 0 0;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .txt
  > .p
  > *:not(:last-child) {
  margin-bottom: 1rem;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .teachers {
  border-top: 1px solid;
  padding-top: 2rem;
  flex: 0 0 20.7vw;
  border-color: #737373;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .teachers
  > .t {
  font-size: clamp(1.125rem, 2vw, 1.6rem);
  margin-bottom: 2.5rem;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .teachers
  > .teacher {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.7rem;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .teachers
  > .teacher:last-child {
  margin-bottom: 0;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .teachers
  > .teacher
  > .img {
  flex: 0 0 clamp(2.4rem, 6vw, 2.7rem);
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .teachers
  > .teacher
  > .img
  > .i {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .teachers
  > .teacher
  > .img
  > .i
  > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .teachers
  > .teacher
  > .txt {
  flex: 1;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .teachers
  > .teacher
  > .txt
  > .t {
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.page__syllabus
  > .page__container
  > .inside
  > .r
  > .syllabus_item
  > .tx
  > .inner
  > .teachers
  > .teacher
  > .txt
  > .s {
  color: #b8b8b8;
  font-weight: 400;
  font-size: 90%;
  line-height: 1.2;
}
@media (max-width: 650px) {
  .page__syllabus {
    padding-block: 3rem;
  }
  .page__syllabus > .page__container > .inside > .l {
    display: none;
  }
  .page__syllabus > .page__container > .inside > .r > .syllabus_item.hide {
    display: flex;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item
    > .summary {
    display: block;
    color: #919191;
    font-size: 1.7rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    margin-bottom: 1rem;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item:hover
    > .summary,
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item.active
    > .summary {
    color: var(--white);
  }
  .page__syllabus > .page__container > .inside > .r > .syllabus_item {
    flex-direction: column;
  }
  .page__syllabus > .page__container > .inside > .r > .syllabus_item > .tx {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s linear;
    overflow: hidden;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item
    > .tx
    > .inner {
    flex-direction: column;
    min-height: 0;
    transition: visibility 1s;
    visibility: hidden;
    gap: 1rem;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item
    > .tx
    > .inner
    > .txt {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item
    > .tx
    > .inner
    > .txt
    > .t {
    margin-bottom: 2rem;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item
    > .tx
    > .inner
    > .txt
    > .p
    ul
    > li {
    padding-left: 35px;
    margin-bottom: 1.1rem;
    font-size: 1.1rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
    gap: 0.8rem;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item
    > .tx
    > .inner
    > .txt
    > .p
    ul
    > li::before {
    width: 15px;
    height: 12px;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item
    > .tx
    > .inner
    > .teachers {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item
    > .tx
    > .inner
    > .teachers
    > .teacher {
    margin-bottom: 1rem;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item.active
    > .tx {
    grid-template-rows: 1fr;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item.active
    > .tx
    .inner {
    visibility: visible;
  }
  .page__syllabus
    > .page__container
    > .inside
    > .r
    > .syllabus_item.active
    > .tx
    .inner
    a {
    color: inherit;
  }
}
@media (max-width: 650px) {
  .page__learn .page__container .lr > .r > .items > li {
    margin-bottom: 1rem;
  }
  .page__learn .page__container .lr > .r > .items > li > h3 {
    gap: 1.2rem;
    font-size: 1.22em;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}
.marquee .marquee__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .marquee .marquee__wrapper {
    gap: 1.5rem;
  }
}

.marquee {
  padding-top: clamp(3.5rem, 8vw, 7rem);
}

.marquee .marquee__wrapper__title {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: #737373;
  letter-spacing: 0.04em;
  padding-inline: 10px;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.marquee .marquee__logos {
  margin-block: clamp(2rem, 5vw, 4rem);
  width: 100%;
}

.marquee .marquee__logos__wrapper {
  display: flex;
  transition-timing-function: linear;
  align-items: center;
}

.marquee .marquee__logos__wrapper__item {
  width: auto;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee .marquee__logos__wrapper__item img {
  width: auto;
  height: 54px;
}
.page__professors {
  padding-block: 2rem;
  padding-bottom: 6rem;
}
.professors__top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 3.5rem;
}
.professors__title {
  font-size: clamp(1.5rem, 4vw, 3.4375rem);
}
.page__professors .slider-controls {
  margin: 0 0 1rem auto;
}
.slide-professors__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 1.875rem;
  overflow: hidden;
  aspect-ratio: 310/551;
}
.slide-professors__info::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(60%, rgba(0, 0, 0, 0.6))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6) 60%
  );
}
.slide-professors__about {
  position: relative;
  z-index: 4;
  line-height: 125%;
  letter-spacing: 0.04em;
  color: var(--white);
}
.slide-professors__label {
  text-transform: uppercase;
}
.slide-professors__company img {
  max-width: 100%;
  width: auto;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.slide-professors__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide-professors__video {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--black);
  -webkit-transition: color 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: color 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
._video-is-showing .slide-professors__video {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.slide-professors__video video,
.slide-professors__video iframe,
.slide-professors__video object,
.slide-professors__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
@media (min-width: 47.99875em) {
  .slide-professors__info {
    padding: 53px 30px;
  }
  .slide-professors__info:not(:last-child) {
    margin-bottom: 40px;
  }
  .slide-professors__company {
    max-width: 165px;
  }
}
@media (min-width: 61.99875em) {
  .slide-professors__about {
    font-size: 24px;
  }
  .slide-professors__about p {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 47.99875em) {
  .slide-professors__info {
    padding: 26px 14px;
  }
  .slide-professors__info:not(:last-child) {
    margin-bottom: 20px;
  }
  .slide-professors__company {
    max-width: 85px;
  }
  .slide-professors__about {
    font-size: 12px;
  }
}
@media (min-width: 29.99875em) and (max-width: 61.99875em) {
  .slide-professors__about {
    font-size: 18px;
  }
  .slide-professors__about p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.page__faqs {
  padding-block: 4rem 8.7rem;
  color: var(--white);
  background-color: var(--purple);
}
.page__faqs > .page__container {
  max-width: 72.5rem;
}
.page__faqs > .page__container > .t {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
  margin-bottom: 4rem;
}
.page__faqs > .page__container > .inside {
  display: flex;
  gap: 4vw;
}
.page__faqs > .page__container > .inside > .l {
  flex: 0 0 25rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.page__faqs > .page__container > .inside > .l > .faqs_button {
  font-size: clamp(1.125rem, 2vw, 1.3125rem);
  cursor: pointer;
  border: 1px solid var(--white);
  border-radius: 1.25rem;
  padding: 0.6rem 1.3rem 0.6rem 1.3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 4.4rem;
  transition: all 0.25s;
}
.page__faqs > .page__container > .inside > .l > .faqs_button:hover,
.page__faqs > .page__container > .inside > .l > .faqs_button.current {
  background-color: var(--white);
  color: var(--black);
}
.page__faqs > .page__container > .inside > .l > .faqs_button > span {
  flex: 1;
}
.page__faqs > .page__container > .inside > .l > .faqs_button > svg {
  flex: 0 0 auto;
}
.page__faqs > .page__container > .inside > .r {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page__faqs > .page__container > .inside > .r > .faqs_item.hide {
  display: none;
}
.page__faqs > .page__container > .inside > .r > .faqs_item {
  display: flex;
}
.page__faqs > .page__container > .inside > .r > .faqs_item > .summary {
  display: none;
}
.page__faqs > .page__container > .inside > .r > .faqs_item > .tx {
  width: 100%;
}
.page__faqs
  > .page__container
  > .inside
  > .r
  > .faqs_item
  > .tx
  > .inner
  > .details {
  border-bottom: 1px solid;
  --pad: 1rem;
}
.page__faqs
  > .page__container
  > .inside
  > .r
  > .faqs_item
  > .tx
  > .inner
  > .details
  > .summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  line-height: 1.5;
  padding: var(--pad) 0;
  position: relative;
}
.page__faqs
  > .page__container
  > .inside
  > .r
  > .faqs_item
  > .tx
  > .inner
  > .details
  > .summary
  > .icon
  > svg {
  display: block;
}
.page__faqs
  > .page__container
  > .inside
  > .r
  > .faqs_item
  > .tx
  > .inner
  > .details
  > .summary
  > .icon
  > svg
  > line:first-child {
  transition: all 0.25s;
  transform-origin: center;
}
.page__faqs
  > .page__container
  > .inside
  > .r
  > .faqs_item
  > .tx
  > .inner
  > .details.active
  > .summary
  > .icon
  > svg
  > line:first-child {
  rotate: -90deg;
}
.page__faqs
  > .page__container
  > .inside
  > .r
  > .faqs_item
  > .tx
  > .inner
  > .details
  > .tx {
  font-size: 1rem;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s linear;
  overflow: hidden;
}
.page__faqs
  > .page__container
  > .inside
  > .r
  > .faqs_item
  > .tx
  > .inner
  > .details
  > .tx
  > .inner {
  min-height: 0;
  transition: visibility 1s;
  visibility: hidden;
  font-weight: 300;
  line-height: 1.3;
}
.page__faqs
  > .page__container
  > .inside
  > .r
  > .faqs_item
  > .tx
  > .inner
  > .details.active
  > .tx {
  grid-template-rows: 1fr;
}
.page__faqs
  > .page__container
  > .inside
  > .r
  > .faqs_item
  > .tx
  > .inner
  > .details.active
  > .tx
  .inner {
  visibility: visible;
}
.page__faqs
  > .page__container
  > .inside
  > .r
  > .faqs_item
  > .tx
  > .inner
  > .details
  > .tx
  > .inner
  > * {
  margin-bottom: var(--pad);
}
.page__faqs
  > .page__container
  > .inside
  > .r
  > .faqs_item
  > .tx
  > .inner
  > .details.active
  > .tx
  .inner
  a {
  color: inherit;
}
.page__faqs > .page__container > .inside > .r > .b {
  margin-top: auto;
  padding-top: 2rem;
}
.page__faqs > .page__container > .inside > .r > .b > .t {
  font-size: clamp(1.125rem, 2vw, 1.6rem);
  margin-bottom: 1.7rem;
  color: #a6a6e7;
  max-width: 20vw;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .page__faqs > .page__container > .inside > .l {
    flex-basis: 16rem;
  }
}
@media (max-width: 650px) {
  .page__professors {
    padding-bottom: 3rem;
  }
  .professors__top {
    padding-bottom: 1.5rem;
  }
  .page__faqs {
    padding-block: 2.2rem;
  }
  .page__faqs > .page__container > .t {
    margin-bottom: 3rem;
  }
  .page__faqs > .page__container > .inside > .l {
    display: none;
  }
  .page__faqs > .page__container > .inside > .r > .faqs_item.hide {
    display: flex;
  }
  .page__faqs > .page__container > .inside > .r > .faqs_item > .summary {
    font-size: clamp(1.125rem, 2vw, 1.3125rem);
    cursor: pointer;
    border: 1px solid var(--white);
    border-radius: 1.25rem;
    padding: 1rem 2.3rem 1rem 1.3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .page__faqs > .page__container > .inside > .r > .faqs_item > .summary:hover {
    background-color: var(--white);
    color: var(--black);
  }
  .page__faqs > .page__container > .inside > .r > .faqs_item > .summary > span {
    flex: 1;
  }
  .page__faqs > .page__container > .inside > .r > .faqs_item > .summary > svg {
    flex: 0 0 auto;
  }
  .page__faqs > .page__container > .inside > .r > .faqs_item {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .page__faqs > .page__container > .inside > .r > .faqs_item > .tx {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s linear;
    overflow: hidden;
  }
  .page__faqs > .page__container > .inside > .r > .faqs_item > .tx > .inner {
    flex-direction: column;
    min-height: 0;
    transition: visibility 1s;
    visibility: hidden;
    gap: 1rem;
  }
  .page__faqs > .page__container > .inside > .r > .faqs_item.active > .tx {
    grid-template-rows: 1fr;
  }
  .page__faqs
    > .page__container
    > .inside
    > .r
    > .faqs_item.active
    > .tx
    .inner {
    visibility: visible;
  }
  .page__faqs
    > .page__container
    > .inside
    > .r
    > .faqs_item.active
    > .tx
    .inner
    a {
    color: inherit;
  }
  .page__faqs
    > .page__container
    > .inside
    > .r
    > .faqs_item
    > .tx
    > .inner
    > .details {
    --pad: 1rem;
  }
  .page__faqs
    > .page__container
    > .inside
    > .r
    > .faqs_item
    > .tx
    > .inner
    > .details
    > .summary
    > .icon
    > svg {
    width: 22px;
  }
  .page__faqs > .page__container > .inside > .r > .b {
    text-align: center;
  }
  .page__faqs > .page__container > .inside > .r > .b > .t {
    max-width: none;
  }
}
.page__opinions {
  padding-block: 6.3rem 6.3rem;
  position: relative;
}
.page__opinions .opinions__image {
  position: absolute;
  border-radius: 0 1.875rem 1.875rem 0;
  left: 0;
  top: -4rem;
  width: 22.8vw;
  height: auto;
}
.page__opinions > .page__container {
  max-width: 78.5rem;
}
.page__opinions > .page__container > .t {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}
.page__opinions > .page__container .items {
  width: 100%;
}
.page__opinions > .page__container .items > .swiper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page__opinions > .page__container .items > .swiper .slider-controls {
  align-self: flex-end;
}
.page__opinions > .page__container .items > .swiper > .swiper-wrapper {
  align-items: center;
}
.page__opinions > .page__container .swiper-slide {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
  border: 0.7px solid var(--purple);
  border-radius: 1.875rem;
  margin-inline: auto 0;
  padding: 3rem;
}
.page__opinions > .page__container .swiper-slide > .media {
  position: relative;
  display: flex;
  gap: 1rem;
  width: calc(30% - 1.5rem);
  border-radius: 1.875rem;
  overflow: hidden;
}
.page__opinions > .page__container .swiper-slide > .media.media--second {
  cursor: pointer;
}
.page__opinions > .page__container .swiper-slide > .media.media--second:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../../images/2025/home/icons/play-btn.svg) 0 0 / cover
    no-repeat;
  aspect-ratio: 1;
  cursor: pointer;
  width: 44px;
  z-index: 5;
}
.page__opinions > .page__container .swiper-slide > .media .media__item {
  display: block;
  width: 100%;
}
.page__opinions > .page__container .swiper-slide > .media .media__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__opinions
  > .page__container
  .swiper-slide
  > .media.media--second
  .media__item
  img {
  pointer-events: none;
}
.page__opinions > .page__container .swiper-slide .content {
  display: flex;
  flex-direction: column;
  width: calc(70% - 1.5rem);
  justify-content: space-between;
  row-gap: 1.5rem;
}
.page__opinions > .page__container .swiper-slide .content > .op {
  position: relative;
  font-size: clamp(1rem, 2vw, 1.8rem);
  line-height: 1.2;
  margin-block: 3rem;
}
.page__opinions > .page__container .swiper-slide .content > .op::before {
  content: "“";
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

.page__opinions > .page__container .swiper-slide .content > .op::after {
  content: "”";
}

.page__opinions > .page__container .swiper-slide .content > .user {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.7rem;
}
.page__opinions > .page__container .swiper-slide .content > .user:last-child {
  margin-bottom: 0;
}
.page__opinions > .page__container .swiper-slide .content > .user > .img {
  flex: 0 0 clamp(3.4rem, 5vw, 4rem);
}
.page__opinions > .page__container .swiper-slide .content > .user > .img > .i {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.page__opinions
  > .page__container
  .swiper-slide
  .content
  > .user
  > .img
  > .i
  > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__opinions > .page__container .swiper-slide .content > .user > .txt {
  flex: 1;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}
.page__opinions > .page__container .swiper-slide .content > .user > .txt > .l {
  margin-bottom: 0.2rem;
}
.page__opinions > .page__container .swiper-slide .content > .user > .txt > .d {
  font-weight: 300;
}
.page__opinions > .page__container .swiper-slide .content > .user cite {
  display: block;
}
@media (max-width: 1015px) {
  .page__opinions .opinions__image {
    display: none;
  }
  .page__opinions > .page__container .items {
    max-width: 100%;
  }
}
@media all and (max-width: 810px) {
  .page__opinions > .page__container .swiper-slide {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
  }
  .page__opinions > .page__container .swiper-slide > .media,
  .page__opinions > .page__container .swiper-slide .content {
    width: 100%;
  }
  .page__opinions > .page__container .swiper-slide > .media {
    border-radius: 10px;
  }
  .page__opinions > .page__container .swiper-slide .content > .op {
    margin-block: 0;
  }
}
@media (max-width: 650px) {
  .page__opinions {
    padding-block: 3rem;
  }
  .page__opinions > .page__container .items {
    padding: 2.5rem 1.2rem;
  }
  .page__opinions > .page__container .swiper-slide .content > .op {
    line-height: 1.4;
  }
}
.page__business {
  position: relative;
  padding-block: 7.3rem;
}
.page__business .business__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__business .page__container {
  position: relative;
  max-width: 36rem;
}
.page__business .page__container > .inside {
  border-radius: 1.875rem;
  padding: 3rem 4rem;
  background-color: var(--white);
  text-align: center;
}
.page__business .page__container > .inside > .logo {
  margin-bottom: 1rem;
}
.page__business .page__container > .inside > .text_1 {
  font-size: clamp(1.3125rem, 2.5vw, 2.0625rem);
  margin-bottom: 6.6rem;
}
.page__business .page__container > .inside > .text_2 {
  font-size: clamp(1.3125rem, 2.5vw, 2rem);
  margin-bottom: 4.6rem;
}
.page__business .page__container > .inside > .text_3 {
  font-size: clamp(1.04rem, 2vw, 1.4rem);
  font-weight: 300;
  margin-bottom: 1.8rem;
  max-width: 85%;
  margin-inline: auto;
}
.page__business .page__container > .inside > .btn > .button:hover {
  background-color: var(--purple) !important;
  border-color: var(--purple) !important;
  color: white !important;
}
@media (max-width: 650px) {
  .page__business {
    padding-block: 2.3rem;
  }
  .page__business .page__container > .inside {
    padding: 4.5rem 1rem 1.5rem;
  }
  .page__business .page__container > .inside > .logo {
    width: 49%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .page__business .page__container > .inside > .text_1 {
    margin-bottom: 4rem;
    position: relative;
  }
  .page__business .page__container > .inside > .text_1:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: currentColor;
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    translate: -50% 0;
  }
  .page__business .page__container > .inside > .text_2 {
    margin-bottom: 3.6rem;
  }
  .page__business .page__container > .inside > .text_3 {
    max-width: 75%;
    margin-bottom: 1.5rem;
  }
}
.page__partner {
  padding-block: 3.45rem;
}
.page__partner .page__container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.7rem;
  color: #000;
  font-size: 1.5rem;
}
.page__partner .page__container > .logo {
  width: auto;
  height: 2rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 650px) {
  .page__partner {
    padding-block: 4rem;
  }
  .page__partner .page__container {
    flex-direction: column;
    gap: 1.3rem;
  }
}
@media (min-width: 47.9988em) {
  .slider-controls {
    margin-top: 5rem;
  }
  .professors__top {
    padding-bottom: 0.5rem;
  }
}
.vg-proactive,
.vg-widget-controls-container {
  transition: 0.2s ease;
}
body.show_page__hero_fixed .vg-proactive {
  bottom: 200px !important;
}
body.show_page__hero_fixed .vg-widget-controls-container {
  bottom: 115px !important;
}

.error:not(.hs-input) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: transparent;
}

.error.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.error__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
}

.error__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 24px;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  max-width: 800px;
  width: 90%;
}

.error__wrapper__close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.error__wrapper__media {
  width: 32px;
  height: 32px;
}

.error__wrapper__media img {
  width: 100%;
  height: auto;
}

.error__wrapper__title {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600;
  color: var(--black);
}

.error__wrapper__subtitle {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 400;
  color: var(--grey);
  max-width: 70%;
  margin: 0 auto;
}

.error__wrapper__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 50%;
}

@media all and (max-width: 768px) {
  .error__wrapper__subtitle,
  .error__wrapper__buttons {
    max-width: 100%;
  }
}

.page__video {
  padding-top: 60px;
}

.page__video .page__container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 850px;
}

.page__video .video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.page__video .video__wrapper__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specs {
  padding-block: clamp(3rem, 4vw, 4rem);
  background: var(--light-blue);
}

.specs__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.specs__wrapper__media {
  width: calc(350px - 20px);
}

.specs__wrapper__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.specs__wrapper__bd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  width: calc(100% - 350px - 20px);
}

.specs__wrapper__bd__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
}

.specs__wrapper__bd__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.2;
  color: var(--grey);
}

@media all and (max-width: 980px) {
  .specs__wrapper {
    gap: 1rem;
  }
  .specs__wrapper__media {
    width: calc(40% - 1rem);
  }
  .specs__wrapper__bd {
    width: calc(60% - 1rem);
  }
}

@media all and (max-width: 580px) {
  .specs__wrapper {
    flex-direction: column;
  }
  .specs__wrapper__media {
    order: 2;
    max-width: 250px;
  }
  .specs__wrapper__bd {
    order: 1;
    text-align: center;
    align-items: center;
  }
  .specs__wrapper__media,
  .specs__wrapper__bd {
    width: 100%;
  }
}
