html {
  font-size: 1.5625vw;
}
@media screen and (min-width: 968px) {
  html {
    font-size: 0.521vw;
  }
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* 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;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoConsensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoConsensed/RobotoCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoConsensed/RobotoCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoConsensed/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.br-for-mobile {
  display: none;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #0e0e0e;
}

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

.header__content {
  display: flex;
  gap: 4rem;
  padding: 12rem 0;
}
.header__info {
  display: flex;
  flex-direction: column;
  background-color: #333333;
  width: 100%;
  padding: 4rem;
  max-width: 74rem;
  width: 100%;
  border-radius: 2rem;
}
.header__info-heading {
  font-size: 3.2rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__info-heading::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #fff;
}
.header__info-title {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 9rem;
  margin: 2.6rem 0;
}
.header__info-text {
  font-size: 2.4rem;
  margin-bottom: 13rem;
}
.header__info-data-box {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 3.6rem;
}
.header__info-data {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  position: relative;
}
.header__info-data::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("./../images/icons/calendar.svg");
  background-size: cover;
}
.header__info-place {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  position: relative;
}
.header__info-place::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("./../images/icons/place.svg");
  background-size: cover;
}
.header__preview {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 74rem;
  width: 100%;
  position: relative;
}
.header__preview.for-mobile {
  display: none;
}
.header__preview-video {
  width: 100%;
  height: 100%;
}
.header__preview-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}

.button {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  padding: 2.6rem 0;
  background-color: #ffffff;
  cursor: pointer;
  color: #000;
  border-radius: 1rem;
}
.button.black-color {
  background-color: #000000;
  color: #fff;
}

.button-video {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  padding: 2.6rem 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  border-radius: 2rem;
}

.task {
  background-image: url("./../images/task-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.task__content {
  display: flex;
  padding: 5rem 0;
}
.task__title {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 4.8rem;
  max-width: 87rem;
  width: 100%;
  flex-shrink: 0;
}
.task__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.task__item {
  padding: 4rem 2rem;
  border-radius: 1rem;
  border: 1px solid #8b8b8b;
  background: rgba(41, 41, 41, 0.5019607843);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.task__item:nth-last-child(1) {
  padding: 2rem;
}
.task__point {
  font-size: 2.4rem;
  position: relative;
  display: flex;
  gap: 1rem;
}
.task__point.negative::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("./../images/icons/negative.svg");
  background-size: cover;
  flex-shrink: 0;
}
.task__point.dash {
  align-items: center;
}
.task__point.dash::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background-color: #7f7f7f;
}
.task__point.positive::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("./../images/icons/positive.svg");
  background-size: cover;
  flex-shrink: 0;
}
.task__point.heading {
  max-width: 38rem;
  width: 100%;
  margin-bottom: 1.2rem;
}

.blockquote {
  background-color: #333333;
  position: relative;
  margin-top: 5rem;
}
.blockquote::before {
  content: "";
  position: absolute;
  height: 5rem;
  top: -4.6rem;
  width: 100%;
  background-color: #333333;
  border-radius: 10rem 10rem 0 0;
}
.blockquote__content {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-size: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19rem 0;
  text-align: center;
  position: relative;
}
.blockquote__content::before {
  content: "";
  position: absolute;
  max-width: 20%;
  width: 100%;
  height: 3px;
  background-color: #3f3f3f;
  left: 0;
}
.blockquote__content::after {
  content: "";
  position: absolute;
  max-width: 20%;
  width: 100%;
  height: 3px;
  background-color: #3f3f3f;
  right: 0;
}

.format {
  background-color: #ffffff;
  color: #000000;
  padding: 10rem 0;
  position: relative;
}
.format::before {
  content: "";
  position: absolute;
  height: 5rem;
  top: -4.6rem;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10rem 10rem 0 0;
}
.format__title {
  font-size: 4.8rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  color: #000;
  margin-bottom: 2.4rem;
}
.format__content {
  display: flex;
  gap: 1.2rem;
}
.format__top {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.format__left {
  width: 100%;
}
.format__time-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.format__time {
  font-size: 1.6rem;
  color: #4a4a4a;
}
.format__text {
  color: #000;
  margin-top: auto;
  font-size: 2.4rem;
  font-weight: 700;
}
.format__text.white-text {
  color: #fff;
  margin-top: auto;
}
.format__color-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 8rem;
  width: 100%;
}
.format__right {
  max-width: 37rem;
  width: 100%;
}
.format__right img {
  height: 100%;
}
.format__time-arrow {
  width: 100%;
}
.format__time-arrow svg {
  width: 100%;
  display: block;
  transform-origin: left center;
  animation: width-animation 2s ease-in-out infinite alternate;
}

@keyframes width-animation {
  0% {
    transform: scaleX(0.5);
  }
  100% {
    transform: scaleX(1);
  }
}
.format-top-left {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid #bfbfbf;
  background: #e4e4e4;
  width: 100%;
  padding: 2rem;
}

.format-top__data {
  font-size: 1.6rem;
  color: #4a4a4a;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.format-top__data::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("./../images/icons/calendar-black.svg");
  background-size: cover;
}

.fotmat-top-right {
  max-width: 75.5rem;
  flex-shrink: 0;
  width: 100%;
}

.format-bottom {
  display: flex;
  gap: 1.2rem;
}

.format-bottom-left {
  width: 100%;
}
.format-bottom-left img {
  width: 100%;
}

.format-bottom-right {
  display: flex;
  flex-direction: column;
  max-width: 62rem;
  width: 100%;
  background-color: #333333;
  border-radius: 1rem;
  padding: 2rem;
}

.format__colors {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.black {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #222222;
}

.gray {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #434242;
}

.light-gray {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #8c8c8c;
}

.white {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #ffffff;
}

.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: "Bebas Neue Cyrillic", sans-serif;
}
.value__title {
  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.png");
}
.value__block:nth-child(2) {
  background-image: url("./../images/value-2.png");
}
.value__block:nth-child(3) {
  background-image: url("./../images/value-3.png");
}
.value__block:nth-child(4) {
  background-image: url("./../images/value-4.png");
}
.value__block-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.value__block-title {
  font-size: 4rem;
}
.value__block-number {
  font-size: 2.4rem;
  font-weight: 700;
}
.value__block-text {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: auto;
  font-family: "Roboto Condensed", sans-serif;
}

.for {
  background-image: url("./../images/for-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.for__content {
  padding: 7.7rem 0;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  max-width: 74rem;
  width: 100%;
}
.for__title {
  font-size: 4.8rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
}
.for__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.for__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 3rem;
  padding-left: 2rem;
}
.for__item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.4rem;
  height: 100%;
  background-color: #414141;
}

.program {
  background-image: url("./../images/program/bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.program__content {
  display: flex;
  flex-direction: column;
  padding: 7rem 0 20rem;
}
.program__title {
  font-size: 4.8rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
}
.program__inner {
  position: relative;
  height: 149rem;
}
.program__block {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 2rem;
  background-color: #fff;
  max-width: 64.5rem;
  width: 100%;
  border-radius: 1rem;
  position: absolute;
}
.program__block:nth-child(1) {
  right: 0;
  top: 5rem;
}
.program__block:nth-child(2) {
  left: 10rem;
  top: 40rem;
}
.program__block:nth-child(3) {
  right: 0;
  top: 57rem;
}
.program__block:nth-child(4) {
  right: 20.5rem;
  top: 100rem;
}
.program__block:nth-child(5) {
  left: 8rem;
  bottom: -13rem;
}
.program__block-box {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: #000;
}
.program__block-box img {
  max-width: 21.8rem;
  width: 100%;
  aspect-ratio: 1;
}
.program__block-title {
  font-size: 3rem;
  font-weight: 500;
}
.program__block-text {
  font-size: 2.4rem;
}

.place {
  background-color: #ffffff;
  position: relative;
}
.place::before {
  content: "";
  position: absolute;
  height: 5rem;
  top: -4.6rem;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10rem 10rem 0 0;
}
.place__content {
  display: flex;
  gap: 3rem;
  color: #000;
  padding: 10rem 0;
}
.place__left {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.place__title {
  font-size: 4.8rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  line-height: 100%;
}
.place__right {
  padding: 4rem;
  background-color: #141414;
  border-radius: 2rem;
  max-width: 50rem;
  width: 100%;
}
.place__text {
  font-size: 2.4rem;
  color: #fff;
}

.swiper {
  max-width: 100rem;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev {
  width: 6rem !important;
  height: 6rem !important;
}
.swiper-button-prev::after {
  content: "";
  display: none;
}

.swiper-button-next {
  width: 6rem !important;
  height: 6rem !important;
}
.swiper-button-next::after {
  content: "";
  display: none;
}

.button-link {
  padding: 2.6rem 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 1rem;
  margin-top: 3.6rem;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #141414 !important;
}

.price {
  background-image: url("./../images/bg-price.png");
  background-size: cover;
  position: relative;
}
.price::before {
  content: "";
  position: absolute;
  height: 5rem;
  top: -4.6rem;
  left: 0;
  width: 100%;
  background-color: #0e0e0e;
  border-radius: 10rem 10rem 0 0;
}
.price__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 60rem;
  width: 100%;
  margin-left: auto;
  padding: 13rem 0;
}
.price__title {
  font-size: 4.8rem;
  font-family: "Bebas Neue Cyrillic", sans-serif;
}
.price__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.price__item {
  padding: 1.2rem 2.5rem;
  height: 7.6rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  border-radius: 1rem;
  border: 1px solid #453023;
  background: #4f4f4f;
}
.price__item svg {
  flex-shrink: 0;
}
.price__text {
  font-size: 2.4rem;
  font-weight: 500;
}

.modal {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.368627451);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  display: none;
}
.modal.open {
  display: flex;
  z-index: 999;
}
.modal__close {
  position: absolute;
  width: 6rem;
  height: 6rem;
  right: -6rem;
  cursor: pointer;
}
.modal__content {
  max-width: 80rem;
  width: 100%;
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
}
.modal__header {
  background-color: #272727;
  border-radius: 1rem 1rem 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 4rem;
}
.modal__tip {
  font-size: 1.4rem;
  text-transform: uppercase;
  opacity: 0.7;
}
.modal__label {
  font-size: 2.4rem;
}
.modal__box {
  display: flex;
  flex-direction: column;
}
.modal__title {
  font-size: 4.8rem;
  color: #000;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  text-align: center;
  margin-top: 4rem;
}
.modal__text {
  font-size: 3.2rem;
  color: #141414;
  opacity: 0.6;
  text-align: center;
}

.form {
  padding: 0 4rem 4rem;
}
.form__agreement {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 4rem 0 2rem;
}
.form__checkbox {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #000;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__checkbox-text {
  font-size: 2rem;
  color: #000;
}

.form-bg {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.form-control {
  width: 100%;
  position: relative;
}

.form-input {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 100%;
  padding: 1.8rem 1.2rem;
  font-size: 2rem;
  color: #000;
}

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

@media (max-width: 768px) {
  .for-pc-br {
    display: none;
  }
  .header__content {
    flex-direction: column;
    gap: 4rem;
    padding: 4rem;
  }
  .header__info {
    padding: 2rem;
  }
  .header__info-heading {
    font-size: 2.4rem;
  }

  .place__right {
    max-width: 100%;
  }

  .header__info-title {
    font-size: 7rem;
    margin: 1.5rem 0;
  }
  .header__preview {
    display: none;
  }
  .header__preview.for-mobile {
    display: flex;
    height: 46rem;
  }
  .header__info-text {
    margin-bottom: 4rem;
  }
  .header__info-data-box {
    margin-top: 4rem;
  }
  .header__preview-video {
    height: 38rem;
  }
  .button-video {
    background: rgba(239, 239, 239, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-size: 3.2rem;
    font-weight: 400;
    padding: 2.6rem 2rem;
  }
  .button-video img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .header__info-data,
  .header__info-place {
    font-size: 2.8rem;
  }
  .button {
    font-size: 3.2rem;
  }
  .task {
    background-image: url("./../images/task-bg-mobile.png");
    background-size: contain;
    background-position: center top 18rem;
  }
  .task__content {
    flex-direction: column;
    padding: 4rem;
  }
  .task__list {
    margin-top: 50rem;
  }
  .task__point.positive,
  .task__point.negative {
    align-items: center;
  }
  .task__point.positive.start,
  .task__point.negative.start {
    align-items: start;
  }
  .task__point.positive::before,
  .task__point.negative::before {
    content: "";
    width: 4.8rem;
    height: 4.8rem;
  }
  .blockquote__content {
    padding: 10rem 4rem 15rem;
    font-size: 3.8rem;
  }
  .blockquote__content::after,
  .blockquote__content::before {
    content: "";
    display: none;
  }
  .format {
    padding: 4rem 4rem 10rem;
  }
  .format__title {
    font-size: 3.8rem;
  }
  .format__content,
  .format__left,
  .format__top,
  .format-bottom {
    flex-direction: column;
  }
  .format__time {
    font-size: 2.4rem;
  }
  .format-top__data {
    font-size: 2.4rem;
  }
  .format__text {
    margin-top: 20rem;
  }
  .format__right {
    max-width: 100%;
  }
  .format__color-box {
    margin-bottom: 13rem;
  }
  .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-mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .value__block:nth-child(2) {
    background-image: url("./../images/value-2-mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .value__block:nth-child(3) {
    background-image: url("./../images/value-3-mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .value__block:nth-child(4) {
    background-image: url("./../images/value-4-mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .value__block-text {
    font-size: 1.9rem;
  }
  .value__block-title {
    font-size: 2.8rem;
  }
  .value__block-title .br-for-mobile {
    display: block;
  }
  .value__block-top {
    align-items: start;
  }
  .disable-br {
    display: none;
  }
  .for {
    background-image: url("./../images/for-bg-mobile.png");
    background-position: center top 12rem;
  }
  .for__content {
    padding: 4rem;
  }
  .for__list {
    margin-top: 55rem;
  }
  .program__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: auto;
    gap: 2rem;
    position: relative;
  }
  .program__inner::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("./../images/icons/line-mobile.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
  }
  .program {
    background-image: none;
    padding: 4rem;
  }
  .program__block {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem;
    max-width: 50rem;
    width: 100%;
  }
  .program__block img {
    width: 100%;
  }
  .program__block:nth-child(1) {
    right: 0;
    top: 0;
  }
  .program__block:nth-child(2) {
    left: 0;
    top: 0;
  }
  .program__block:nth-child(3) {
    top: 0;
  }
  .program__block:nth-child(4) {
    top: 0;
    right: 0;
  }
  .program__block:nth-child(5) {
    bottom: 0;
    left: 0;
  }
  .place__content {
    flex-direction: column;
    padding: 4rem 4rem 10rem;
  }
  .program__title {
    margin-bottom: 2rem;
  }
  .price__content {
    padding: 4rem;
    margin-left: 0;
    max-width: 100%;
  }
  .price {
    background-image: url("./../images/bg-price-mob.png");
    background-size: contain;
    background-position: center top 10rem;
    background-repeat: no-repeat;
  }
  .modal__close {
    top: -6rem;
    right: 0;
  }
  .price__list {
    margin-top: 50rem;
  }
  .modal__title {
    font-size: 5rem;
    padding: 0 6rem;
  }
  .modal__text {
    padding: 0 4rem;
    font-size: 2.8rem;
  }
  .program__content {
    padding: 0rem 0 10rem;
  }
  .for__item {
    font-size: 2.2rem;
  }
  @keyframes tik {
    0% {
      stroke-dasharray: 235 235;
    }
    100% {
      stroke-dasharray: 165 235;
    }
  }
  @keyframes tikHead {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-12rem);
    }
  }
}
.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;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  margin-bottom: 2rem;
}

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

@media screen and (max-width: 1024px) {
  .footer__row {
    min-height: 5rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-bottom: 3rem;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  -moz-column-gap: 6rem;
  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;
  -moz-column-gap: 6rem;
  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;
  -moz-column-gap: 2rem;
  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;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .footer__mail a {
    -moz-column-gap: 2rem;
    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;
  }
} /*# sourceMappingURL=style.css.map */
