@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoConsensed/RobotoCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoConsensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoConsensed/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 1.5625vw;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.521vw;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html *,
html,
body *,
body {
  scrollbar-color: inherit !important;
  scrollbar-width: auto;
}
html *::-webkit-scrollbar-track,
html::-webkit-scrollbar-track,
body *::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  box-shadow: none;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

.container {
  max-width: 152rem;
  width: 100%;
  margin: 0 auto;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #fffefc;
  background-color: #0e0e0e;
}

.hero {
  background-image: url("./../images/hero-bg.webp");
  background-size: cover;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  padding: 13rem 0;
  max-width: 81.5rem;
}
.hero__heading {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.hero__place, .hero__date {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  gap: 0.8rem;
}
.hero__place::before, .hero__date::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("./../images/icons/calendar.svg");
  background-position: center;
  background-size: cover;
}
.hero__place::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("./../images/icons/location.svg");
  background-position: center;
  background-size: cover;
}
.hero__title {
  font-size: 9rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
}
.hero__text {
  font-size: 3.2rem;
  font-weight: 500;
  max-width: 65rem;
  width: 100%;
}
.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.hero__tag {
  font-size: 2.4rem;
  font-weight: 400;
  color: #f8f8f8;
  padding: 1.6rem 3rem;
  border-radius: 100px;
  border: 1px solid rgba(159, 159, 159, 0.38);
  background: rgba(0, 0, 0, 0.1490196078);
  backdrop-filter: blur(10px);
}

.value {
  position: relative;
}
.value::before {
  content: "";
  position: absolute;
  height: 5rem;
  top: -4.6rem;
  left: 0;
  width: 100%;
  background-color: #0e0e0e;
  border-radius: 10rem 10rem 0 0;
}
.value__content {
  display: flex;
  gap: 4rem;
  padding-top: 14rem;
  position: relative;
  font-size: 4.8rem;
  font-family: "Roboto Condensed", sans-serif;
}
.value__title {
  font-size: 4.8rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  max-width: 35rem;
  width: 100%;
  flex-shrink: 0;
  position: sticky;
  top: 5rem;
  height: 15rem;
}
.value__inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.value__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 55.6rem;
  position: sticky;
  top: 5rem;
  padding: 3.2rem;
  border-radius: 1rem;
  background-size: cover;
}
.value__block:nth-child(1) {
  background-image: url("./../images/value-1.webp");
}
.value__block:nth-child(2) {
  background-image: url("./../images/value-2.webp");
}
.value__block:nth-child(3) {
  background-image: url("./../images/value-3.webp");
}
.value__block-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.value__block-title {
  font-size: 4rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
}
.value__block-number {
  font-size: 2.4rem;
  font-weight: 700;
}
.value__block-text {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: auto;
  max-width: 82.2rem;
}
.value__block-text.smaller {
  max-width: 75rem;
}

.alex {
  background-image: url("./../images/alex-bg.webp");
  background-size: cover;
}
.alex__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 74rem;
  width: 100%;
  padding: 20.7rem 0;
}
.alex__title {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 6rem;
}
.alex__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.alex__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.alex__item::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 5.6rem;
  background-color: #ff0000;
}
.alex__text {
  font-size: 2.4rem;
  font-weight: 500;
}

.win__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 10rem 0;
}
.win__content {
  display: flex;
  align-items: center;
  gap: 13rem;
  justify-content: center;
}
.win__title {
  font-size: 4.8rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
}
.win__image {
  width: 43rem;
  height: 43rem;
  border-radius: 50%;
}
.win__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  max-width: 74rem;
  width: 100%;
}
.win__text::before {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url("./../images/icons/for-text.svg");
  background-size: cover;
  background-position: center;
  top: -7rem;
  left: -7rem;
}
.win__text::after {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url("./../images/icons/for-text.svg");
  background-size: cover;
  background-position: center;
  bottom: -5rem;
  right: -5rem;
  rotate: 180deg;
}
.win__text p {
  font-size: 2.4rem;
  font-weight: 500;
}

.format__title {
  font-size: 6.4rem;
  text-align: center;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  margin-bottom: 2rem;
}
.format__choises {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.format__choise {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2rem 2rem 0 0;
  padding: 4rem 3.6rem;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.format__choise.standart {
  background-color: #272727;
}
.format__choise.vip {
  background-color: #000;
  color: #565656;
}
.format__choise.vip:hover {
  color: #fff;
}
.format__choise.vip.active {
  background-color: #272727;
  color: #fff;
}
.format__choise-info {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 3.6rem;
}
.format__choise-price {
  font-size: 4.8rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
}
.format__points {
  background-color: #272727;
}
.format__points-title {
  font-size: 3.6rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  padding-top: 4.4rem;
}
.format__points-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.format__points-item {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.format__points-item::before {
  content: "";
  width: 3.7rem;
  height: 3.7rem;
  background-image: url("./../images/icons/check.svg");
  background-size: cover;
  background-position: center;
}
.format__points-item.disabled {
  opacity: 0.4;
}
.format__points-item.disabled::before {
  content: "";
  background-image: url("./../images/icons/close.svg");
}
.format__points-item.active {
  opacity: 1;
}
.format__points-item.active::before {
  content: "";
  background-image: url("./../images/icons/check.svg");
}
.format__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-5rem);
}

.container.points {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 5.7rem 0 11rem;
}

.reviews__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 10rem 0;
}
.reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews__title {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 6.4rem;
}
.reviews__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.reviews__buttons button {
  width: 6rem;
  height: 6rem;
}
.reviews__buttons button svg {
  object-fit: contain;
}
.reviews__card {
  max-width: 92rem;
  width: 100%;
  height: 72rem;
}
.reviews__image-box {
  position: relative;
  max-width: 92rem;
  width: 100%;
  height: 52rem;
}
.reviews__image-box:hover img.gif {
  z-index: 2;
}
.reviews__image-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 2rem;
}
.reviews__image-box img.gif {
  z-index: -1;
}
.reviews__text-box {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.reviews__info {
  height: 50%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #141414 4.97%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: flex-end;
  padding: 2rem;
}
.reviews__link {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 2.6rem 4rem;
  border-radius: 1rem;
  background: rgba(239, 239, 239, 0.2);
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
.reviews__name {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 3.6rem;
}
.reviews__role {
  font-size: 2rem;
}
.reviews__text {
  font-size: 2.4rem;
  margin-top: 2rem;
}

.swiper-slide {
  cursor: grab;
}

.swiper-button-next,
.swiper-button-prev {
  color: transparent;
  position: relative;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: none;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  display: none;
}

.button {
  font-size: 3.6rem;
  color: #000;
  background-color: #ffffff;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  padding: 2rem 0;
  border-radius: 20rem;
  max-width: 77rem;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.button:hover {
  opacity: 0.7;
}
.button.form-btn {
  background-color: #141414;
  color: #fff;
}

.footer__block.for-mobile {
  display: none;
}

.footer {
  font-size: 2rem;
  font-family: "Rubik", sans-serif;
  line-height: 1.1;
  background: #070707;
  color: #fff;
  border-top: 1px solid #454545;
  padding: 4.3rem 0 5.5rem;
}

.footer__dogovor {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: end;
}

.footer__documents {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .footer__documents {
    align-items: center;
    gap: 4rem;
  }
}
.footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease-out, border 0.3s ease-out;
}

.footer a:hover {
  color: #7c66ff;
  border-color: #7c66ff;
}

.footer a svg {
  width: 2rem;
  fill: currentColor;
}

@media screen and (max-width: 1024px) {
  .footer a svg {
    width: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 6rem 0;
    font-size: 2rem;
  }
  .footer__support {
    font-size: 2.4rem;
  }
}
.footer .container {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .footer .container {
    padding: 0 2rem;
  }
}
.footer__row {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 6rem;
  margin-bottom: 2rem;
}

.footer__row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .footer__row {
    min-height: 5rem;
    column-gap: 3rem;
    margin-bottom: 3rem;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  column-gap: 6rem;
  min-width: 19rem;
}

.footer__phone > div {
  min-width: 19rem;
}

.footer__phone span {
  display: block;
  font-size: 1.4rem;
  color: #a3a3a3;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 1024px) {
  .footer__phone span {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.footer__phone a {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .footer__phone a {
    font-size: 3rem;
  }
}
.footer__contacts {
  display: flex;
  column-gap: 6rem;
  align-items: center;
}

.footer__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  flex-shrink: 0;
  border: 1px solid white;
  border-radius: 5px;
  column-gap: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem;
}

@media screen and (max-width: 1024px) {
  .footer__social a {
    padding: 2rem;
    width: 28rem;
    font-size: 2rem;
  }
}
.footer__mail a {
  display: inline-flex;
  align-items: center;
  column-gap: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .footer__mail a {
    column-gap: 2rem;
    font-size: 2rem;
  }
}
.footer__copyright {
  text-transform: uppercase;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    align-items: center;
    margin: 0 auto;
  }
}
@media (max-width: 968px) {
  .footer__block.for-mobile {
    display: block;
  }
  .footer__block.for-desktop {
    display: none;
  }
  .form-separator-mobile {
    width: 100%;
    height: 1px;
    background-color: #d6c7c7;
  }
}
@media (min-width: 1025px) {
  .for-mobile {
    display: none;
  }
}
.format__mobile {
  display: none;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

.modal.open {
  opacity: 1;
  pointer-events: auto;
  display: flex !important;
}

.apply__info div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal#apply .modal__content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 3%, #fafafa 3%, #fafafa 100%);
}

.modal__content {
  padding: 4rem;
  background: #fafafa;
  color: #141414;
  position: relative;
  width: 82rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  border-radius: 2rem;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  scrollbar-width: 2px;
  column-gap: 0;
}

.modal__content::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  display: block;
}

.modal__content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  margin: 1.8rem 0;
}

.modal__content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
  .modal__content {
    padding: 2rem;
    width: 100%;
    max-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto;
    backdrop-filter: none;
    border-radius: 0;
  }
  .modal__content .apply__info {
    margin-bottom: 6vh;
  }
}
.modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  z-index: 10;
}

.modal__heading {
  font-weight: normal;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  text-transform: uppercase;
  font-size: 4.8rem;
  line-height: 1;
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
}

.modal__list {
  padding: 0;
  margin: 0 0 4rem;
  list-style: none;
}

.modal__list li {
  display: flex;
  align-items: start;
  column-gap: 1.2rem;
  margin-bottom: 2rem;
}

.modal__list li:last-child {
  margin-bottom: 0;
}

.modal__list li svg {
  width: 2.2rem;
  flex-shrink: 0;
}

.modal__btn {
  padding: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #141414;
  border: 3px solid #141414;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
}

.modal__btn:hover {
  background: #141414;
  color: #fafafa;
}

.form-control {
  position: relative;
  margin-bottom: 1.2rem;
  width: 100%;
}

.form .error {
  color: red;
  font-size: 1.2rem;
  position: absolute;
  display: none;
  top: 1rem;
  right: 1.2rem;
}

.form-input {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.2rem;
  height: 6rem;
  border-radius: 10rem;
  font-size: 2rem;
  line-height: 1;
  color: #141414;
  width: 100%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.form-input::placeholder {
  opacity: 1;
}

.form-input option:disabled {
  color: rgba(0, 0, 0, 0.4);
}

.form-input.err {
  color: red;
  -webkit-text-fill-color: red;
}

.form-input.err:-webkit-autofill {
  -webkit-text-fill-color: red;
}

.form-input:focus {
  outline: none;
}

.form-btn {
  width: 100%;
  min-width: 100%;
  background: #141414;
  color: #fafafa;
}

.form-check {
  margin-top: 2.8rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  column-gap: 1rem;
}

.form-check svg {
  width: 1.6rem;
  flex-shrink: 0;
}

.form-info {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  text-align: center;
}

#payment {
  padding-top: 2rem;
}

.grecaptcha-badge {
  display: none !important;
}

.apply__info {
  background: #272727;
  color: #fafafa;
  border-radius: 2rem;
  padding: 4rem;
  margin: -4rem -4rem 4rem;
  display: flex;
  column-gap: 4rem;
  font-size: 2.1rem;
}

.apply__info span {
  display: block;
  text-transform: uppercase;
  font-size: 1.6rem;
  opacity: 0.6;
}

.apply__heading {
  font-size: 4.2rem;
  text-align: center;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.apply__text {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 4rem;
}

.apply__about {
  margin-bottom: -4rem;
}

.apply__citate {
  display: flex;
  column-gap: 2rem;
  align-items: start;
  font-size: 3.2rem;
  margin-bottom: 4rem;
}

.apply__citate svg {
  width: 4rem;
  flex-shrink: 0;
}

.apply__citate svg:last-child {
  align-self: end;
}

.apply__signature {
  text-align: right;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 3.6rem;
  text-transform: uppercase;
  font-weight: normal;
}

.meet__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 7.5rem 0;
}
.meet__title {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 4.8rem;
  display: flex;
  align-items: start;
  gap: 1rem;
}
.meet__title svg {
  width: 5rem;
  height: 5rem;
}
.meet__blocks {
  display: flex;
  align-items: start;
  gap: 2.4rem;
}
.meet__block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media (min-width: 1025px) {
  .for-mobile {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .for-desktop {
    display: none !important;
  }
  .format__mobile {
    display: flex;
    flex-direction: column;
  }
  .apply__block {
    width: 100%;
    margin-bottom: 46rem;
  }
  .apply__info {
    flex-wrap: wrap;
    row-gap: 2rem;
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .apply__info span {
    font-size: 2.2rem;
  }
  .apply__heading {
    font-size: 3rem;
  }
  .modal__content .apply__info {
    display: flex;
    align-items: center;
    flex-wrap: nowrap !important;
  }
  .apply__heading {
    font-size: 4rem;
  }
  .apply__text {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .apply__about {
    margin-bottom: 0;
  }
  .apply__citate {
    column-gap: 1.2rem;
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .apply__citate svg {
    width: 4rem;
    flex-shrink: 0;
  }
  .apply__signature {
    font-size: 3rem;
  }
  .for-pc {
    display: none;
  }
  .hero {
    background-image: url("./../images/hero-bg-mob.webp");
    background-repeat: no-repeat;
    background-size: 115%;
  }
  .hero__content {
    padding: 4rem 4rem 6rem 4rem;
  }
  .hero__heading {
    justify-content: space-between;
    gap: 2rem;
  }
  .hero__date,
  .hero__place {
    font-size: 2.2rem;
  }
  .hero__date::before,
  .hero__place::before {
    content: "";
    width: 3.6rem;
    height: 3.6rem;
  }
  .hero__title {
    font-size: 5rem;
    max-width: 40rem;
  }
  .hero__text {
    font-size: 2rem;
    max-width: 34rem;
    margin-top: 2rem;
  }
  .hero__tags {
    margin-top: 30rem;
  }
  .value__content {
    flex-direction: column;
    padding: 4rem;
    gap: 2rem;
  }
  .value__title {
    max-width: 100%;
    height: 5rem;
    font-size: 3.6rem;
  }
  .value__block {
    height: 35rem;
    top: 10rem;
    padding: 2.5rem 2rem;
  }
  .value__block:nth-child(1) {
    background-image: url("./../images/value-1-mob.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .value__block:nth-child(2) {
    background-image: url("./../images/value-2-mob.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .value__block:nth-child(3) {
    background-image: url("./../images/value-3-mob.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .value__block-text {
    font-size: 1.9rem;
  }
  .value__block-title {
    font-size: 2.8rem;
    max-width: 40rem;
  }
  .value__block-title .br-for-mobile {
    display: block;
  }
  .value__block-top {
    align-items: start;
  }
  .alex {
    background-image: url("./../images/alex-bg-mobile.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top 10rem;
  }
  .alex__list {
    margin-top: 45rem;
  }
  .alex__content {
    padding: 5rem 4rem;
  }
  .alex__text {
    font-size: 2.2rem;
  }
  .alex__item::before {
    content: "";
    width: 0.6rem;
  }
  .win__wrapper {
    padding: 4rem;
  }
  .win__title {
    font-size: 3.2rem;
  }
  .win__content {
    position: relative;
    flex-direction: row-reverse;
    gap: 0;
  }
  .win__image {
    position: absolute;
    width: 18rem;
    height: 26rem;
    background-image: url("./../images/win-mobile.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: none;
    top: 7rem;
    right: 0;
  }
  .win__image img {
    display: none;
  }
  .win__text {
    margin-top: 10rem;
  }
  .win__text p {
    font-size: 2rem;
  }
  .win__text p:nth-child(1) {
    max-width: 38rem;
  }
  .win__text::before {
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    left: 0;
    top: -3rem;
  }
  .win__text::after {
    content: "";
    display: none;
  }
  .reviews__slider {
    margin: 0 -4rem;
  }
  .reviews__slider .swiper {
    padding: 0 4rem;
  }
  .reviews__image-box {
    height: 35rem;
  }
  .reviews__image-box img {
    object-fit: cover;
  }
  .reviews__card {
    height: 50rem;
  }
  .reviews__content {
    padding: 4rem;
  }
  .reviews__buttons {
    display: none;
  }
  .reviews__title {
    font-size: 4.4rem;
  }
  .reviews__text {
    font-size: 2rem;
  }
  .reviews__link {
    padding: 2rem;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
  }
  .format__content {
    display: none;
  }
  .container.points {
    flex-direction: column;
    padding: 3rem;
  }
  .format__choise.standart {
    padding: 4rem 3rem;
    border-radius: 2rem;
    pointer-events: none;
  }
  .format__choise-info {
    font-size: 2.8rem;
  }
  .format__mobile {
    padding: 4rem;
  }
  .format__points-title {
    padding: 4rem;
  }
  .format__points {
    border-radius: 2rem;
    margin-top: 2rem;
  }
  .format-mobile {
    margin: 2rem 0 4rem;
  }
  .apply__info {
    font-size: 1.8rem !important;
  }
  .meet__title {
    font-size: 3.2rem;
  }
  .meet__content {
    padding: 4rem;
  }
  .meet__blocks {
    flex-direction: column;
    align-items: stretch;
  }
  .meet__block {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .meet__block.first img {
    max-width: 27rem;
    width: 100%;
  }
  .meet__block.last img:first-child {
    max-width: 34rem;
    width: 100%;
  }
}

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