/* Normalize */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus {
  outline: none;
}

textarea {
  font-family: inherit;
}

/* Variables */

/* Mixins */

@font-face {
  src: url("../fonts/Sofia_Sans_Extra_Condensed/static/SofiaSansExtraCondensed-Regular.ttf") format("truetype");
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Sofia_Sans_Extra_Condensed/static/SofiaSansExtraCondensed-Bold.ttf") format("truetype");
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Sofia_Sans_Extra_Condensed/static/SofiaSansExtraCondensed-ExtraBold.ttf") format("truetype");
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Sofia_Sans_Extra_Condensed/static/SofiaSansExtraCondensed-Italic.ttf") format("truetype");
  font-family: "Sofia Sans Extra Condensed";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Sofia_Sans_Extra_Condensed/static/SofiaSansExtraCondensed-BoldItalic.ttf") format("truetype");
  font-family: "Sofia Sans Extra Condensed";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Sofia_Sans_Extra_Condensed/static/SofiaSansExtraCondensed-ExtraBoldItalic.ttf") format("truetype");
  font-family: "Sofia Sans Extra Condensed";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Vela_Sans/static/VelaSans-Regular.ttf") format("truetype");
  font-family: "Vela Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Vela_Sans/static/VelaSans-Medium.ttf") format("truetype");
  font-family: "Vela Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Vela_Sans/static/VelaSans-SemiBold.ttf") format("truetype");
  font-family: "Vela Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

/* Document */

html,
body {
  font-family: Vela Sans;
  color: #271D19;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.text > *,
.text-large > * {
  display: inline-block;
}

.text > *:not(:last-child),
.text-large > *:not(:last-child) {
  margin-bottom: 1em;
}

.text p,
.text-large p {
  width: 100%;
}

.text ul,
.text ol,
.text-large ul,
.text-large ol {
  list-style: initial;
  padding-left: 1em;
}

.text a,
.text-large a {
  color: #271D19;
  text-decoration: underline;
}

.text-large {
  font-size: 1.15rem;
  line-height: 1.375;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-medium {
  font-weight: 500;
}

.fw-regular {
  font-weight: 400;
}

.color-main {
  color: #E994CD;
}

.color-white {
  color: #FFFFFF;
}

.color-gray {
  color: #5A433A;
}

.title_center {
  text-align: center;
  display: block;
  width: 100%;
}

h1,
.h1 {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 76px;
  line-height: 0.84;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h2,
.h2,
.title {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 80px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h3,
.h3 {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h4,
.h4 {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h5,
.h5 {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

b,
strong {
  font-weight: 700;
}

.icon {
  display: inline-block;
  width: 24px;
  height: auto;
  vertical-align: middle;
}

.icon img,
.icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.bg,
.bg__gradient,
.bg__shadow {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: inherit;
}

.bg__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
  object-fit: inherit;
  -o-object-position: inherit;
  object-position: inherit;
  border-radius: inherit;
}

.bg__shadow {
  background: rgba(0, 0, 0, 0.5);
}

.bg ~ .container {
  position: relative;
}

.socials {
  display: flex;
  align-items: center;
  gap: 4px;
}

.socials__link {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 100%;
}

.socials__icon {
  display: block;
  width: auto;
  height: 25px;
}

.socials__icon img,
.socials__icon svg {
  display: block;
  width: auto;
  height: 100%;
}

.logo {
  display: block;
  height: auto;
}

.logo img,
.logo svg {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #271D19;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 64px;
  padding: 0px 40px;
  background: #E994CD;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 100px;
  border: none;
  transition: 0.5s;
  touch-action: manipulation;
}

.btn__text {
  position: relative;
}

.btn__icon {
  position: relative;
}

.btn .icon img,
.btn .icon svg {
  transition: 0.5s;
}

.btn:hover {
  background: #DD63B5;
}

.btn_dark {
  color: #FFFFFF;
  background: #271D19;
}

.btn_dark:hover {
  background: #41291E;
}

.btn_transparent {
  color: currentColor;
  background: rgba(136, 104, 96, 0.1);
}

.btn_transparent:hover {
  background: rgba(136, 104, 96, 0.3);
}

.btn:disabled {
  filter: grayscale(2);
}

button:disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.title-block {
  position: relative;
  margin-bottom: 60px;
}

.title-block .suptitle {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #E994CD;
  margin-bottom: 15px;
}

.title-block .h1 .title {
  position: relative;
  display: block;
}

.title-block .subtitle {
  margin-top: 15px;
}

.title-block .description {
  font-size: 1.15rem;
  line-height: 1.2;
  margin-top: 20px;
  max-width: 385px;
  opacity: 0.8;
}

.title-block .description:empty {
  display: none;
}

.title-block_centered {
  text-align: center;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.title-block_centered .suptitle,
.title-block_centered .title,
.title-block_centered .subtitle,
.title-block_centered .description {
  margin-left: auto;
  margin-right: auto;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.video {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.04));
  border-radius: 32px;
}

.video__media {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.video__media > * {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video__poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
  pointer-events: none;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.video__control {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  transition: 0.5s;
}

.video__control-play {
  display: block;
}

.video__control-pause {
  display: none;
}

.video__control.play .video__control-play {
  display: none;
}

.video__control.play .video__control-pause {
  display: block;
}

.video.is-started .video__poster {
  visibility: hidden;
  opacity: 0;
}

.video.is-started .video__control {
  opacity: 0;
}

.video.is-started:hover .video__control {
  opacity: 1;
}

.marquee {
  flex: 1;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  contain: layout paint;
}

.marquee__wrapper {
  position: relative;
  display: flex;
  width: -moz-min-content;
  width: min-content;
  will-change: transform;
  animation: marquee-left 22s linear 0s infinite;
}

.marquee__pannel {
  display: flex;
}

.marquee__pannel-2 {
  position: absolute;
  top: 0;
  left: 100%;
}

.marquee .items {
  display: flex;
  gap: 1em;
  padding-left: 1em;
}

.marquee .item {
  white-space: nowrap;
  display: block;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee_right .marquee__wrapper {
  animation-name: marquee-right;
}

@keyframes marquee-right {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

/* Swiper wrapper */

.swiper-wrapper {
  height: auto;
}

/* Swiper button */

.swiper-navigations {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.swiper-button {
  color: #FFFFFF;
  z-index: 3;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #271D19;
  transition: 0.5s;
  touch-action: manipulation;
  border-radius: 100%;
}

.swiper-button__icon {
  width: 24px;
  height: 24px;
}

.swiper-button__icon svg {
  display: block;
  fill: currentColor;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.swiper-button:hover {
  background: #41291E;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-disabled {
  background: #d2d2d2;
  pointer-events: none;
}

/* Swiper pagination */

.swiper-pagination {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  margin-top: 30px;
  pointer-events: none;
}

.swiper-pagination-bullet {
  width: 64px;
  height: 6px;
  margin: -2px 0 !important;
  padding: 2px;
  border-radius: 0;
  background: transparent;
  transition: 0.5s;
  opacity: 1;
  pointer-events: all;
}

.swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #271D19;
  opacity: 0.15;
}

.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-pagination_light .swiper-pagination-bullet::before {
  background: #FFFFFF;
  opacity: 0.25;
}

.swiper-pagination_light .swiper-pagination-bullet-active::before {
  opacity: 1;
}

.accordion {
  position: relative;
  width: 100%;
  height: auto;
  background: rgba(136, 104, 96, 0.06);
  border-radius: 20px;
  transition: 0.5s;
}

.accordion__button {
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 32px;
  width: 100%;
  padding: 28px;
  padding-left: 32px;
  transition: 0.5s;
}

.accordion__button-title {
  flex: 1;
  font-family: Vela Sans;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.02em;
}

.accordion__button-icon {
  transition: 0.5s;
}

.accordion__body {
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
}

.accordion__content {
  padding: 28px 32px;
  padding-top: 0 !important;
  width: 100%;
}

.accordion__content:empty {
  display: none;
}

.accordion.open .accordion__body {
  height: auto;
}

.accordion.open .accordion__button-icon {
  transform: rotateZ(45deg);
}

*[modal] {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  z-index: 18;
}

.modal.open .modal__shadow {
  opacity: 1;
  visibility: visible;
}

.modal.open .modal__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.modal__wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 100px 30px;
  overflow: hidden;
}

.modal__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.modal__content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 60px 40px 40px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 40px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07), 0px 15px 30px rgba(0, 0, 0, 0.03);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #F5F5F5;
  border: 1px solid rgba(24, 24, 24, 0.05);
  border-radius: 100px;
  z-index: 3;
}

.modal__close .icon {
  transition: 0.5s;
  opacity: 0.5;
}

.modal__close:hover .icon {
  opacity: 1;
}

.modal__touch-close {
  display: none;
}

.modal__scrollable {
  width: 100%;
  height: 100%;
  max-height: 85vh;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: -60px;
  margin-bottom: -40px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.modal__scrollable::-webkit-scrollbar {
  display: none;
}

.modal__title {
  max-width: 600px;
  margin-bottom: 55px;
}

.modal__title .description {
  opacity: 0.7;
}

.modal .form {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}

.modal .form__grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}

.modal .form__grid-1 {
  grid-template-columns: 1fr;
}

.modal .form__grid-2 {
  grid-template-columns: 1fr 1fr;
}

.modal .form__grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.modal .form__input {
  width: 100%;
}

.modal .form__input .input-base .textarea {
  min-height: 200px;
}

.modal .form__input .input-range .number-inputs .input {
  text-align: left;
}

.modal .form__input .input-checkbox .text {
  margin-right: auto;
}

.modal .form__submit {
  width: 100%;
  margin-top: 20px;
}

.modal .form__text {
  color: #5A433A;
  text-align: center;
  width: 100%;
}

.modal .form__text a {
  text-decoration: underline;
}

.modal .form__message {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #271D19;
  border-radius: 30px;
}

.modal .form__message:empty {
  display: none;
}

.modal .filter {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
}

.modal .filter__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.modal .filter__grid_1 {
  grid-template-columns: 100%;
}

.modal .filter__grid_2 {
  grid-template-columns: 1fr 1fr;
}

.modal .filter__grid_3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.modal .filter__input {
  width: 100%;
}

.modal .filter__input .input-wrapper {
  width: 100%;
}

.modal .filter__input .input-switch {
  width: 100%;
}

.modal .filter__resset .btn__content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.855) 100%), linear-gradient(0deg, #F5F5F5, #F5F5F5);
}

.modal .filter__loader {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 40px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.modal .filter__loader.active {
  opacity: 1;
  visibility: visible;
}

.modal__phone {
  font-size: 120px;
  text-align: center;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal .contact-banner {
  position: relative;
  width: 100%;
  padding: 40px;
  margin-top: 50px;
  background: #E5E7F0;
  border: 1px solid rgba(15, 37, 65, 0.05);
  border-radius: 30px;
}

.modal .contact-banner .bg__media {
  -o-object-position: right;
  object-position: right;
}

.modal .contact-banner__content {
  position: relative;
}

.modal .contact-banner__title {
  color: #0F2541;
}

.modal .contact-banner__socials {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.modal .consult-modal .modal__title {
  max-width: 100%;
}

body {
  background: #F5F4F2;
}

section {
  display: block;
}

.container {
  max-width: 1432px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.header-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 16;
}

.header-blur {
  position: absolute;
  top: -235px;
  left: 0;
  width: 100%;
  height: 600px;
  pointer-events: none;
}

.header-blur::before {
  content: "";
  position: absolute;
  top: 120px;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 360px;
  background: linear-gradient(360deg, #F5F4F2 43.97%, #41291E 100%);
  filter: blur(65px);
}

.header-promo {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #271D19;
  letter-spacing: 0em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  background: #E0F293;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  color: #271D19;
  background: #FFFFFF;
}

.header .container {
  position: relative;
}

.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 30px;
  min-height: 68px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header__logo {
  position: absolute;
  width: 112px;
  transition: 0.5s;
}

.header__nav {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  height: -moz-min-content;
  height: min-content;
}

.header__nav > ul {
  display: flex;
  gap: 16px;
}

.header__nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.header__nav > ul > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: 0.5s ease-out, color 0s;
}

.header__nav > ul > li > a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.header__nav > ul > li > a > svg {
  display: block;
  width: 0.8em;
  height: auto;
  transition: 0.5s;
}

.header__nav > ul > li > a:hover svg {
  transform: rotateZ(90deg);
}

.header__buttons {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.header__buttons .btn {
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
}

.header__buttons .btn_transparent {
  font-family: Vela Sans;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  padding-left: 16px;
  padding-right: 16px;
}

.header.header-dark {
  color: #FFFFFF;
  background: #3D3430;
}

.header.header-dark .header__buttons .btn_transparent {
  background: rgba(255, 255, 255, 0.1);
}

.header.header-dark .header__buttons .btn_transparent:hover {
  background: rgba(255, 255, 255, 0.3);
}

.menu-burger {
  display: none;
}

.menu {
  display: none;
}

.main {
  position: relative;
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  padding-top: 150px;
}

.main_no-padding {
  padding-top: 0 !important;
}

.footer {
  width: 100%;
  padding: 46px 0 20px;
  color: #FFFFFF;
  background: #000000;
}

.footer a {
  transition: 0.5s;
}

.footer a:hover {
  opacity: 0.5;
}

.footer__logo {
  width: 111px;
  margin-bottom: 42px;
}

.footer__top {
  display: grid;
  grid-template-columns: 448px 1fr 200px 224px;
  gap: 24px;
  align-items: flex-start;
  min-height: 264px;
  padding-bottom: 40px;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__nav,
.footer__links {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}

.footer__nav {
  display: block;
  text-transform: uppercase;
}

.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__links {
  gap: 50px;
}

.footer__legal,
.footer__details {
  display: flex;
  flex-direction: column;
}

.footer__legal {
  gap: 8px;
}

.footer__details {
  margin-top: auto;
}

.footer__bottom {
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__note {
  max-width: 660px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.block {
  position: relative;
}

.block-first {
  color: #FFFFFF;
  background: #271D19;
}

.block-first .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 785px;
  margin: 0 auto;
  padding: 160px 20px 65px;
}

.block-first .content__title-block {
  margin-bottom: 43px;
}

.block-first .content__video {
  max-width: 720px;
  margin-bottom: 20px;
}

.block-for-whom {
  padding-top: 53px;
  padding-bottom: 100px;
}

.block-for-whom .container {
  max-width: 1196px;
}

.block-for-whom .title-block {
  margin-bottom: 60px;
}

.block-for-whom .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.block-for-whom .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 22px;
}

.block-for-whom .card__number {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 18px;
  color: #E994CD;
}

.block-for-whom .card__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.02em;
  margin-top: 24px;
}

.block-for-whom .card__text {
  margin-top: 10px;
  opacity: 0.7;
}

.block-for-whom .cta {
  position: relative;
  min-height: 280px;
  padding: 32px 24px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
}

.block-for-whom .cta__content {
  position: relative;
  max-width: 415px;
}

.block-for-whom .cta__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.09;
}

.block-for-whom .cta__text {
  line-height: 1.6;
  margin-top: 24px;
  opacity: 0.7;
}

.block-for-whom .cta__btn {
  position: absolute;
  right: 24px;
  bottom: 32px;
}

.block-my-system {
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-my-system .list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.block-my-system .counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
  min-width: 155px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
}

.block-my-system .counter__text {
  margin-top: 12px;
}

.block-my-system .counter.active {
  color: #E994CD;
  background: #5A433A;
}

.block-before-after {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.block-before-after .title-block {
  margin-bottom: 64px;
}

.block-before-after .swiper {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  overflow: visible;
}

.block-before-after .swiper-slide {
  width: auto;
  padding: 0 5px;
}

.block-before-after .swiper-navigations {
  margin-top: 24px;
}

.block-before-after .result-card {
  width: 280px;
  height: 420px;
  background: #000000;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.block-before-after .result-card__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: inherit;
}

.block-about {
  min-height: 800px;
  overflow: hidden;
  color: #FFFFFF;
}

.block-about .about__container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 800px;
  padding-top: 100px;
  padding-bottom: 24px;
  gap: 80px;
}

.block-about .about__quote {
  align-self: flex-start;
  width: 100%;
  max-width: 450px;
  color: #FFFFFF;
}

.block-about .about__quote .suptitle {
  font-family: Sofia Sans Extra Condensed;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: #FFE7FA;
}

.block-about .about__quote-main,
.block-about .about__quote-accent {
  margin-top: 20px;
}

.block-about .about__quote-main {
  color: #FFE7FA;
}

.block-about .about__quote-accent {
  color: #FFFFFF;
}

.block-about .about__card {
  color: #271D19;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 566px;
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
}

.block-about .about__card-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.09;
  margin-bottom: 44px;
}

.block-about .about__card-title > *:not(:last-child) {
  margin-bottom: 10px;
}

.block-about .about__card-text {
  opacity: 0.8;
}

.block-about .about__card-text > *:not(:last-child) {
  margin-bottom: 10px;
}

.block-about .about__card-signature {
  align-self: flex-end;
  width: 110px;
  margin-top: 12px;
}

.block-programs {
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-programs .title-block {
  margin-bottom: 70px;
}

.block-programs .swiper {
  width: calc(100% + 28px);
  margin-left: -14px;
  margin-right: -14px;
  overflow: visible;
}

.block-programs .swiper-slide {
  width: auto;
  padding: 0 14px;
}

.block-programs .swiper-navigations {
  margin-bottom: 24px;
}

.block-programs .program-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 417px;
  min-height: 440px;
  padding: 32px;
  background: linear-gradient(328.86deg, #FFFFFF 26.09%, #F5F4F2 123.31%);
  border: 1px solid rgba(143, 91, 72, 0.12);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
}

.block-programs .program-card .bg__media {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.block-programs .program-card__title {
  font-family: Vela Sans;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.block-programs .program-card__weeks {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  padding: 6px 12px;
  gap: 10px;
  background: #E994CD;
  border-radius: 100px;
  margin-top: 12px;
}

.block-programs .program-card__text {
  font-size: 16px;
  line-height: 1.375;
  margin-top: 32px;
  margin-bottom: 32px;
}

.block-programs .program-card__text ul {
  list-style: none;
  padding-left: 0;
}

.block-programs .program-card__text ul li {
  display: flex;
}

.block-programs .program-card__text ul li .bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.block-programs .program-card__text ul li .bullet::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: currentColor;
  box-sizing: border-box;
}

.block-programs .program-card__note {
  margin-top: auto;
  color: #5A433A;
  opacity: 0.7;
}

.block-programs .program-card_intro {
  position: relative;
  overflow: hidden;
  background: #FFE7FA;
}

.block-programs .program-card_intro::before {
  content: "";
  position: absolute;
  top: -75px;
  left: -185px;
  display: block;
  width: 747.71px;
  height: 369.46px;
  background: #FFEFFF;
  mix-blend-mode: normal;
  border-radius: 50%;
  filter: blur(40px);
  transform: rotate(-16.13deg);
  z-index: 2;
  box-sizing: border-box;
}

.block-programs .program-card_intro .program-card__title,
.block-programs .program-card_intro .program-card__text {
  position: relative;
  z-index: 3;
}

.block-programs .program-cta {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin: 64px auto 0;
  padding: 32px;
  background: #5A433A;
  border: 1px solid rgba(143, 91, 72, 0.12);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
}

.block-programs .program-cta__title {
  font-family: Vela Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.09;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFE7FA;
}

.block-programs .program-cta__text {
  font-family: Vela Sans;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 560px;
  margin-top: 20px;
}

.block-programs .program-cta__clients {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.block-programs .program-cta__avatars {
  display: flex;
  margin-right: 12px;
}

.block-programs .program-cta__avatars img {
  width: 40px;
  height: 40px;
  border: 2px solid #5A433A;
  border-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-programs .program-cta__avatars img:not(:first-child) {
  margin-left: -10px;
}

.block-programs .program-cta__btn {
  margin-top: 32px;
}

.block-tariffs {
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-tariffs .container {
  max-width: 1440px;
  padding: 0 24px;
}

.block-tariffs .title-block {
  margin-bottom: 80px;
}

.block-tariffs .tariffs-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.block-tariffs .tariff-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  width: 100%;
  min-height: 826px;
  background: #FFFFFF;
  border: 1px solid rgba(143, 91, 72, 0.12);
  box-shadow: 0px 2px 10px rgba(136, 104, 96, 0.08);
  border-radius: 24px;
}

.block-tariffs .tariff-card__discount {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  color: #271D19;
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  background: #E0F293;
  border-radius: 100px;
}

.block-tariffs .tariff-card__discount .icon {
  width: 11px;
}

.block-tariffs .tariff-card__suptitle {
  color: #5A433A;
  font-size: 1.15rem;
  opacity: 0.7;
}

.block-tariffs .tariff-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.09;
  margin-top: 10px;
}

.block-tariffs .tariff-card__prices {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 30px;
}

.block-tariffs .tariff-card__price {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 12px;
  padding: 10px;
  background: #F5F4F2;
  border-radius: 12px;
  overflow: hidden;
}

.block-tariffs .tariff-card__price > * {
  position: relative;
  z-index: 2;
}

.block-tariffs .tariff-card__price input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.block-tariffs .tariff-card__price input[type=radio]:checked + .tariff-card__price-border {
  opacity: 1;
}

.block-tariffs .tariff-card__price-border {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #DD63B5;
  border-radius: 12px;
  pointer-events: none;
  box-sizing: border-box;
  opacity: 0;
}

.block-tariffs .tariff-card__price-monthly {
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 21px;
  line-height: 0.95;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 8px 4px;
  gap: 6px;
  background: #DD63B5;
  border-radius: 100px;
}

.block-tariffs .tariff-card__price-monthly-wrapper {
  width: 100%;
}

.block-tariffs .tariff-card__price-values {
  flex: 1;
  font-family: Sofia Sans Extra Condensed;
  font-style: italic;
  font-weight: 800;
  font-size: 36px;
  line-height: 0.78;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.block-tariffs .tariff-card__price-old {
  position: relative;
  color: #271D19;
  opacity: 0.3;
}

.block-tariffs .tariff-card__price-old::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  box-sizing: border-box;
}

.block-tariffs .tariff-card__price-current {
  color: #271D19;
}

.block-tariffs .tariff-card__price_monthly {
  background: #FFEFFF;
}

.block-tariffs .tariff-card__price_monthly::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -120px;
  display: block;
  width: 406px;
  height: 226px;
  background: #E994CD;
  mix-blend-mode: normal;
  opacity: 0.44;
  border-radius: 50%;
  filter: blur(65.25px);
  pointer-events: none;
  box-sizing: border-box;
}

.block-tariffs .tariff-card__footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

.block-tariffs .tariff-card__buy {
  display: grid;
  grid-template-columns: 1fr auto 20px;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 0 32px;
  color: #FFFFFF;
  background: #271D19;
  border-radius: 100px;
  font-family: Sofia Sans Extra Condensed;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.block-tariffs .tariff-card__availability {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  color: #5A433A;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.block-tariffs .tariff-card__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 48px;
}

.block-tariffs .tariff-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.block-tariffs .tariff-card__features li:not(.tariff-card__feature_extra) + .tariff-card__feature_extra {
  margin-top: 10px;
}

.block-tariffs .tariff-card__features li .icon {
  width: 20px;
}

.block-tariffs .tariff-card_coach {
  border: 2px solid #5A433A;
}

.block-tariffs .tariff-card_personal {
  background: #FFEFFF;
  border: 1px solid rgba(143, 91, 72, 0.12);
}

.block-faq {
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-faq .title-block {
  margin-bottom: 52px;
}

.block-faq .accordions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.block-success .wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 110px;
  padding-bottom: 200px;
}

.block-success .title-block > .icon {
  width: 52px;
  margin-bottom: 16px;
}

.block-success .title-block .description {
  margin-top: 52px;
  margin-bottom: 52px;
  opacity: 0.7;
}

.block-404 {
  color: #FFFFFF;
  background: #000000;
  height: 100vh;
  min-height: 1054px;
}

.block-404 .image {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}

.block-404 .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 200px;
}

.block-404 .title-block {
  margin-bottom: 0;
}

.block-404 .title-block .description {
  margin-bottom: 52px;
}

.header__mobile-actions {
  display: none;
}

.block-payment {
  padding-top: 24px;
  padding-bottom: 100px;
}

.block-payment .wrapper {
  width: 100%;
  max-width: 684px;
  margin: 0 auto;
}

.block-payment .shell {
  width: 684px;
  max-width: 100%;
  margin: 0 auto;
}

.block-payment .back {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  padding: 9px 12px;
  margin-bottom: 12px;
  color: #271D19;
  border-radius: 100px;
  transition: background-color 0.5s;
}

.block-payment .back:hover {
  background: rgba(136, 104, 96, 0.1);
}

.block-payment .back svg {
  flex: 0 0 auto;
}

.block-payment .card {
  display: flex;
  flex-direction: column;
  gap: 52px;
  width: 100%;
  padding: 44px;
  background: #FFFFFF;
  border-radius: 32px;
  box-shadow: 0 2px 10px rgba(136, 104, 96, 0.08);
}

.block-payment .card__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-payment .card__tariff {
  color: #E994CD;
  font-family: Sofia Sans Extra Condensed;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.block-payment .card__title {
  font-size: 48px;
  line-height: 1;
}

.block-payment .card__fields {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.block-payment .card__checkout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.block-payment .field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.block-payment .field__label {
  color: #5A433A;
  font-size: 14px;
  line-height: 20px;
}

.block-payment .field__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  background: #FFFFFF;
  border: 1px solid rgba(136, 104, 96, 0.2);
  border-radius: 1000px;
}

.block-payment .field__control input {
  min-width: 0;
  flex: 1 1 auto;
  height: 100%;
  padding: 0;
  color: #5A433A;
  background: transparent;
  border: 0;
  outline: 0;
}

.block-payment .field__control input::placeholder {
  color: #5A433A;
  opacity: 0.5;
}

.block-payment .field__status {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  color: #FFFFFF;
  background: #34C759;
  border-radius: 50%;
}

.block-payment .field__message {
  display: none;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.block-payment .field_promo {
  gap: 0;
}

.block-payment .field_success .field__status {
  display: flex;
}

.block-payment .field_success .field__message {
  display: block;
  color: #34C759;
}

.block-payment .field_error .field__label,
.block-payment .field_error .field__control input,
.block-payment .field_error .field__message {
  color: #FF4751;
}

.block-payment .field_error .field__control {
  padding: 0 23px;
  border: 2px solid #FF4751;
}

.block-payment .field_error .field__status {
  display: flex;
  background: #FF4751;
}

.block-payment .field_error .field__status svg {
  display: none;
}

.block-payment .field_error .field__status::before,
.block-payment .field_error .field__status::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1.5px;
  background: #FFFFFF;
  border-radius: 10px;
}

.block-payment .field_error .field__status::before {
  transform: rotate(45deg);
}

.block-payment .field_error .field__status::after {
  transform: rotate(-45deg);
}

.block-payment .field_error .field__message {
  display: block;
}

.block-payment .field.field_email.field_error .field__status {
  display: none;
}

.block-payment .field.field_promo.field_error .field__control {
  padding: 0 24px;
  border: 1px solid rgba(136, 104, 96, 0.2);
}

.block-payment .field.field_promo.field_error .field__control input {
  color: #5A433A;
}

.block-payment .methods {
  min-width: 0;
  border: 0;
}

.block-payment .methods .field__label {
  margin-bottom: 12px;
}

.block-payment .methods__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.block-payment .method {
  display: block;
  min-width: 0;
  cursor: pointer;
}

.block-payment .method input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.block-payment .method__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 148px;
  padding: 24px;
  border: 1px solid rgba(136, 104, 96, 0.2);
  border-radius: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: border-color 0.5s, box-shadow 0.5s;
}

.block-payment .method__title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.block-payment .method input:checked + .method__card {
  padding: 23px;
  border: 2px solid #5A433A;
}

.block-payment .method input:focus-visible + .method__card {
  box-shadow: 0 0 0 3px rgba(233, 148, 205, 0.35);
}

.block-payment .method input:checked + .method__card .radio::after {
  opacity: 1;
  transform: scale(1);
}

.block-payment .radio {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(90, 67, 58, 0.4);
  border-radius: 50%;
}

.block-payment .radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #E994CD;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.5s, transform 0.5s;
}

.block-payment .logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.block-payment .logo {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: 30px;
}

.block-payment .total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 52px;
}

.block-payment .total__label {
  padding-bottom: 14px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.block-payment .total__prices {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  text-align: right;
}

.block-payment .total__old,
.block-payment .total__current {
  font-size: 32px;
  line-height: 32px;
}

.block-payment .total__old {
  color: rgba(39, 29, 25, 0.35);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.block-payment .total__current {
  font-weight: 600;
}

.block-payment .total__discount {
  grid-column: 2;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.block-payment .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  color: #FFFFFF;
  background: #271D19;
  border-radius: 1000px;
  font-family: Sofia Sans Extra Condensed;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  transition: background-color 0.5s;
}

.block-payment .submit:hover:not(:disabled) {
  background: #41291E;
}

.block-payment .submit:disabled {
  background: rgba(39, 29, 25, 0.5);
}

.block-payment .consents {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.block-payment .consent {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  color: #5A433A;
  cursor: pointer;
}

.block-payment .consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.block-payment .consent__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: transparent;
  background: #FFFFFF;
  border: 1.5px solid #271D19;
  border-radius: 4px;
}

.block-payment .consent input:checked + .consent__check {
  color: #FFFFFF;
  background: #271D19;
}

.block-payment .consent input:focus-visible + .consent__check {
  box-shadow: 0 0 0 3px rgba(233, 148, 205, 0.35);
}

.block-payment .consent a {
  text-decoration: underline;
}

.page-wrapper {
  position: relative;
}

.page-text {
  padding-top: 64px;
  padding-bottom: 100px;
}

.page-text .title {
  font-family: Vela Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.page-text .wysiwyg-wrapper {
  line-height: 1.7;
  width: 100%;
}

.page-text .wysiwyg-wrapper > *:not(:last-child) {
  margin-bottom: 1rem;
}

.page-text .wysiwyg-wrapper img {
  float: left;
  width: 100%;
  max-width: 400px;
  margin-right: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-text .wysiwyg-wrapper strong,
.page-text .wysiwyg-wrapper b {
  font-weight: 700;
}

.page-text .wysiwyg-wrapper ul,
.page-text .wysiwyg-wrapper ol {
  list-style: initial;
  padding-left: 1em;
}

.page-text .wysiwyg-wrapper a:not(.btn) {
  color: #E994CD;
}

.page-text .button-wrapper {
  margin-top: 52px;
}

.animate__animated {
  visibility: hidden;
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  html,
  body {
    font-size: 16px;
    line-height: 1.375;
  }

  .text-large {
    font-size: 1.125rem;
  }

  h1,
  .h1 {
    font-size: 44px;
    line-height: 0.84;
  }

  h2,
  .h2,
  .title {
    font-size: 36px;
    line-height: 0.9;
  }

  h3,
  .h3 {
    font-size: 28px;
    line-height: 1;
  }

  h4,
  .h4 {
    font-size: 20px;
    line-height: 1;
  }

  h5,
  .h5 {
    font-size: 16px;
    line-height: 1;
  }

  .icon {
    width: 24px;
  }

  .socials {
    gap: 4px;
  }

  .socials__link {
    width: 44px;
    height: 44px;
  }

  .socials__icon {
    height: 25px;
  }

  .btn {
    font-size: 20px;
    gap: 10px;
    height: 64px;
    padding: 0px 40px;
  }

  .title-block {
    margin-bottom: 44px;
  }

  .title-block .suptitle {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .title-block .subtitle {
    margin-top: 10px;
  }

  .title-block .description {
    font-size: 1.125rem;
    margin-top: 20px;
    max-width: 100%;
  }

  .button-wrapper {
    margin-top: 24px;
  }

  .video {
    border-radius: 20px;
  }

  .video__control {
    width: 64px;
    height: 64px;
  }

  .swiper-button {
    width: 52px;
    height: 52px;
  }

  .swiper-button__icon {
    width: 24px;
    height: 24px;
  }

  .swiper-pagination {
    margin-top: 20px;
  }

  .swiper-pagination-bullet {
    max-width: 79px;
    width: 100%;
  }

  .accordion {
    border-radius: 20px;
  }

  .accordion__button {
    gap: 20px;
    padding: 20px;
    padding-left: 20px;
  }

  .accordion__button-title {
    font-size: 18px;
  }

  .accordion__content {
    padding: 20px;
    padding-top: 0 !important;
  }

  .modal.open .modal__content {
    transform: translateY(0%);
  }

  .modal__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100vh;
    padding: 20px 0 0;
  }

  .modal__content {
    max-width: 100%;
    max-height: calc(100vh - 20px);
    padding: 45px 20px 30px;
    margin: auto 0 0;
    border-radius: 35px 35px 0 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(100%);
  }

  .modal__close {
    display: none;
  }

  .modal__touch-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    background: none;
    border: none;
    border-radius: 0;
  }

  .modal__touch-close::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background: #181818;
    border-radius: 3px;
  }

  .modal__scrollable {
    height: auto;
    max-height: calc(100vh - 20px);
    padding: 0 10px;
    padding-top: 45px;
    padding-bottom: 20px;
    margin-top: -45px;
    margin-bottom: -20px;
  }

  .modal__title {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .modal__title .description {
    opacity: 0.5;
  }

  .modal .form {
    gap: 20px;
  }

  .modal .form__grid {
    gap: 20px;
  }

  .modal .form__grid-1 {
    grid-template-columns: 100%;
  }

  .modal .form__grid-2 {
    grid-template-columns: 100%;
  }

  .modal .form__grid-3 {
    grid-template-columns: 100%;
  }

  .modal .form__input {
    width: 100%;
  }

  .modal .form__input .input-base .textarea {
    min-height: 120px;
  }

  .modal .form__submit {
    margin-top: 10px;
  }

  .modal .form__text {
    max-width: 261px;
    margin: 0 auto;
  }

  .modal .form__message {
    margin-top: 10px;
    padding: 10px 10px;
    border-radius: 20px;
  }

  .modal .filter {
    gap: 20px;
  }

  .modal .filter__grid {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .modal .filter__grid_1 {
    grid-template-columns: 100%;
  }

  .modal .filter__grid_2 {
    grid-template-columns: 100%;
  }

  .modal .filter__grid_3 {
    grid-template-columns: 100%;
  }

  .modal .filter__loader {
    border-radius: 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }

  .modal__phone {
    font-size: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal .contact-banner {
    padding: 20px 10px 10px;
    margin: 20px -10px 0;
    width: calc(100% + 20px);
    border-color: rgba(15, 37, 65, 0.0509803922);
    border-radius: 32px;
  }

  .modal .contact-banner__bg {
    display: none;
  }

  .modal .contact-banner__title {
    text-align: center;
    font-size: 22px;
  }

  .modal .contact-banner__socials {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
  }

  .modal .contact-banner__socials .btn {
    width: 100%;
  }

  .desktop {
    display: none !important;
  }

  .container {
    max-width: 100%;
    padding: 0 16px;
  }

  .header-blur {
    top: -250px;
    height: 600px;
  }

  .header-blur::before {
    top: 120px;
    height: 360px;
  }

  .header-promo {
    font-size: 1rem;
    height: 32px;
  }

  .header__wrapper {
    justify-content: space-between;
    gap: 30px;
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header__logo {
    position: static;
    width: 112px;
  }

  .header__nav {
    display: none;
  }

  .header__buttons {
    display: none;
  }

  .menu-burger {
    color: inherit;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
  }

  .menu-burger span {
    color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 70%;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    transform: translateX(-50%);
    transition: 0.3s ease-out;
    transition-property: top, transform;
  }

  .menu-burger span:nth-child(1) {
    top: 25%;
  }

  .menu-burger span:nth-child(3) {
    top: 75%;
  }

  .menu-burger.open span:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .menu-burger.open span:nth-child(2) {
    transform: translateX(100%) scaleX(0);
  }

  .menu-burger.open span:nth-child(3) {
    top: 50%;
    transform: translateX(-50%) rotate(-135deg);
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 20;
  }

  .menu__shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }

  .menu__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    color: #FFFFFF;
    background: #271D19;
    border-radius: 0;
    transition: 0.5s;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transform-origin: center;
  }

  .menu__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 0 16px 40px;
    overflow: hidden;
    overflow-y: auto;
  }

  .menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu__header .logo {
    width: 112px;
  }

  .menu__header .logo img {
    transition: filter 0.5s;
  }

  .menu__nav {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    height: -moz-min-content;
    height: min-content;
    margin-bottom: auto;
  }

  .menu__nav li a {
    position: relative;
  }

  .menu__nav > ul {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .menu__nav > ul > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .menu__nav > ul > li > a > svg {
    display: block;
    width: 0.8em;
    height: auto;
    transition: 0.5s;
  }

  .menu__nav > ul > li > a:hover svg {
    transform: rotateZ(90deg);
  }

  .menu__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .menu__buttons .btn {
    width: 100%;
  }

  .menu__socials {
    justify-content: center;
    width: 100%;
  }

  .menu_light .menu__wrapper {
    color: #271D19;
    background: #FFFFFF;
  }

  .menu_light .menu__header .logo img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(12%) saturate(1097%) hue-rotate(338deg) brightness(92%) contrast(91%);
  }

  .menu_light .menu__socials .socials__link {
    background: rgba(136, 104, 96, 0.1);
  }

  .menu.open .menu__shadow {
    opacity: 1;
    visibility: visible;
  }

  .menu.open .menu__wrapper {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .main {
    padding-top: 105px;
  }

  .footer {
    padding: 46px 0 16px;
  }

  .footer__logo {
    width: 112px;
    margin-bottom: 32px;
  }

  .footer__top {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    min-height: auto;
    padding-bottom: 80px;
  }

  .footer__contact {
    gap: 4px;
  }

  .footer__socials {
    margin-bottom: 60px;
  }

  .footer__nav,
  .footer__links {
    font-size: 1rem;
  }

  .footer__nav {
    margin-bottom: 12px;
  }

  .footer__nav ul {
    gap: 16px;
  }

  .footer__links {
    gap: 32px;
  }

  .footer__legal,
  .footer__details {
    display: flex;
    flex-direction: column;
  }

  .footer__legal {
    gap: 16px;
  }

  .footer__details {
    margin-top: 0;
  }

  .footer__bottom {
    font-size: 14px;
    padding-top: 20px;
    border-top-width: 1px;
  }

  .footer__note {
    max-width: 100%;
    margin-top: 20px;
  }

  .block-first .content {
    max-width: 100%;
    padding: 160px 16px 65px;
  }

  .block-first .content__title-block {
    margin-bottom: 40px;
  }

  .block-first .content__video {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .block-for-whom {
    padding-top: 20px;
    padding-bottom: 44px;
  }

  .block-for-whom .container {
    max-width: 100%;
  }

  .block-for-whom .title-block {
    margin-bottom: 44px;
  }

  .block-for-whom .list {
    grid-template-columns: 100%;
    gap: 10px;
  }

  .block-for-whom .card {
    padding: 20px;
    border-radius: 24px;
  }

  .block-for-whom .card__number {
    font-size: 32px;
    line-height: 18px;
  }

  .block-for-whom .card__title {
    font-size: 22px;
    margin-top: 20px;
  }

  .block-for-whom .card__text {
    margin-top: 10px;
  }

  .block-for-whom .cta {
    min-height: 551px;
    padding: 20px;
    margin-top: 10px;
    border-radius: 24px;
  }

  .block-for-whom .cta .bg__media {
    -o-object-position: bottom;
    object-position: bottom;
  }

  .block-for-whom .cta__content {
    max-width: 100%;
  }

  .block-for-whom .cta__title {
    font-size: 22px;
  }

  .block-for-whom .cta__text {
    margin-top: 20px;
  }

  .block-for-whom .cta__btn {
    margin-top: 20px;
    position: static;
  }

  .block-my-system {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .block-my-system .list {
    flex-wrap: wrap;
    gap: 10px;
  }

  .block-my-system .counter {
    padding: 32px 24px;
    width: calc(50% - 6px);
    min-width: auto;
    border-radius: 24px;
  }

  .block-my-system .counter__number {
    font-size: 64px;
  }

  .block-my-system .counter__text {
    margin-top: 10px;
  }

  .block-before-after {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .block-before-after .title-block {
    margin-bottom: 44px;
  }

  .block-before-after .swiper {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }

  .block-before-after .swiper-slide {
    padding: 0 5px;
  }

  .block-before-after .swiper-navigations {
    margin-top: 24px;
  }

  .block-before-after .result-card {
    width: 305px;
    height: 460px;
    border-radius: 20px;
  }

  .block-about {
    min-height: 1500px;
  }

  .block-about .about__container {
    flex-direction: column;
    align-items: center;
    min-height: 1500px;
    padding-top: 44px;
    padding-bottom: 44px;
    gap: 0;
  }

  .block-about .about__quote {
    text-align: center;
    align-self: center;
    width: 100%;
    max-width: 100%;
  }

  .block-about .about__quote .suptitle {
    font-size: 20px;
  }

  .block-about .about__quote-main,
  .block-about .about__quote-accent {
    margin-top: 20px;
  }

  .block-about .about__card {
    max-width: 100%;
    padding: 20px;
    border-radius: 24px;
  }

  .block-about .about__card-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .block-about .about__card-title > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .block-about .about__card-text > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .block-about .about__card-signature {
    width: 112px;
    margin-top: 10px;
  }

  .block-programs {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .block-programs .title-block {
    margin-bottom: 44px;
  }

  .block-programs .swiper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .block-programs .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: none !important;
  }

  .block-programs .swiper-slide {
    width: 100%;
    padding: 0;
  }

  .block-programs .swiper-navigations {
    display: none;
    margin-bottom: 24px;
  }

  .block-programs .program-card {
    width: 100%;
    min-height: auto;
    padding: 20px;
    border-width: 1px;
    border-radius: 20px;
  }

  .block-programs .program-card__title {
    font-size: 22px;
  }

  .block-programs .program-card__weeks {
    font-size: 20px;
    padding: 6px 12px;
    gap: 10px;
    border-radius: 100px;
    margin-top: 12px;
  }

  .block-programs .program-card__text {
    font-size: 1rem;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .block-programs .program-card__text ul li .bullet {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .block-programs .program-card__text ul li .bullet::before {
    width: 7px;
    height: 7px;
    border-radius: 7px;
  }

  .block-programs .program-card_intro {
    min-height: 358px;
  }

  .block-programs .program-card_intro::before {
    top: -140px;
    left: -185px;
    width: 747.71px;
    height: 369.46px;
  }

  .block-programs .program-cta {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 44px 0 0;
    padding: 20px;
    border-width: 1px;
    border-radius: 20px;
  }

  .block-programs .program-cta__title {
    font-size: 22px;
    text-align: left;
  }

  .block-programs .program-cta__text {
    font-size: 18px;
    text-align: left;
    max-width: 100%;
    margin-top: 32px;
  }

  .block-programs .program-cta__clients {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 200px;
    margin-top: 16px;
  }

  .block-programs .program-cta__avatars {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .block-programs .program-cta__avatars img {
    width: 40px;
    height: 40px;
    border-width: 2px;
    border-radius: 40px;
  }

  .block-programs .program-cta__avatars img:not(:first-child) {
    margin-left: -10px;
  }

  .block-programs .program-cta__btn {
    margin-top: 32px;
  }

  .block-tariffs {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .block-tariffs .container {
    max-width: 100%;
    padding: 0 16px;
  }

  .block-tariffs .title-block {
    margin-bottom: 44px;
  }

  .block-tariffs .tariffs-list {
    grid-template-columns: 100%;
    gap: 28px;
  }

  .block-tariffs .tariff-card {
    padding: 24px;
    min-height: auto;
    box-shadow: 0px 2px 10px rgba(136, 104, 96, 0.08);
    border-radius: 24px;
  }

  .block-tariffs .tariff-card__discount {
    font-size: 24px;
    top: 8px;
    right: 8px;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 100px;
  }

  .block-tariffs .tariff-card__discount .icon {
    width: 11px;
  }

  .block-tariffs .tariff-card__suptitle {
    font-size: 16px;
  }

  .block-tariffs .tariff-card__title {
    font-size: 22px;
    margin-top: 10px;
  }

  .block-tariffs .tariff-card__prices {
    gap: 6px;
    margin-top: 30px;
  }

  .block-tariffs .tariff-card__price {
    gap: 8px;
    padding: 10px;
    border-radius: 12px;
  }

  .block-tariffs .tariff-card__price-border {
    border-width: 2px;
    border-radius: 12px;
  }

  .block-tariffs .tariff-card__price-monthly {
    font-size: 21px;
    padding: 6px 8px 4px;
    gap: 6px;
    border-radius: 100px;
  }

  .block-tariffs .tariff-card__price-values {
    white-space: nowrap;
    font-size: 28px;
    gap: 10px;
  }

  .block-tariffs .tariff-card__price-old::after {
    top: calc(50% - 1px);
    height: 2px;
  }

  .block-tariffs .tariff-card__price-label {
    flex: 1;
    font-size: 14px;
    text-align: right;
  }

  .block-tariffs .tariff-card__price_monthly::before {
    top: -11px;
    left: -120px;
    width: 406px;
    height: 226px;
  }

  .block-tariffs .tariff-card__footer {
    margin-top: 20px;
    padding: 0;
  }

  .block-tariffs .tariff-card__buy {
    grid-template-columns: 1fr auto 20px;
    height: 52px;
    padding: 0 32px;
    color: #FFFFFF;
    border-radius: 100px;
    font-size: 22px;
  }

  .block-tariffs .tariff-card__availability {
    font-size: 16px;
  }

  .block-tariffs .tariff-card__features {
    gap: 10px;
    margin-top: 48px;
  }

  .block-tariffs .tariff-card__features li {
    gap: 8px;
  }

  .block-tariffs .tariff-card__features li:not(.tariff-card__feature_extra) + .tariff-card__feature_extra {
    margin-top: 10px;
  }

  .block-tariffs .tariff-card__features li .icon {
    width: 20px;
  }

  .block-tariffs .tariff-card_coach {
    border-width: 2px;
  }

  .block-tariffs .tariff-card_personal {
    border-width: 1px;
  }

  .block-faq {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .block-faq .title-block {
    margin-bottom: 44px;
  }

  .block-faq .accordions {
    gap: 10px;
    max-width: 100%;
  }

  .block-success .wrapper {
    padding-top: 100px;
    padding-bottom: 190px;
  }

  .block-success .title-block > .icon {
    width: 52px;
    margin-bottom: 16px;
  }

  .block-success .title-block .description {
    font-size: 1rem;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .block-404 {
    height: 100vh;
    min-height: 300px;
  }

  .block-404 .image {
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
  }

  .block-404 .wrapper {
    padding-top: 150px;
  }

  .block-404 .title-block {
    margin-bottom: 0;
  }

  .block-404 .title-block .description {
    margin-bottom: 44px;
  }

  .block-payment {
    padding: 16px 0 44px;
  }

  .block-payment .container {
    padding: 0 15px;
  }

  .block-payment .back {
    margin-left: 0;
    margin-bottom: 26px;
  }

  .block-payment .card {
    gap: 58px;
    padding: 32px 20px 36px;
    border-radius: 24px;
  }

  .block-payment .card__fields {
    gap: 62px;
  }

  .block-payment .card__title {
    font-size: 36px;
  }

  .block-payment .card__checkout {
    gap: 24px;
  }

  .block-payment .field__control {
    height: 64px;
    padding: 0 20px;
  }

  .block-payment .field_error .field__control {
    padding: 0 19px;
  }

  .block-payment .field_error.field_promo .field__control {
    padding: 0 20px;
  }

  .block-payment .methods__list {
    grid-template-columns: 1fr;
  }

  .block-payment .method__card {
    height: 148px;
    padding: 20px;
  }

  .block-payment .method input:checked + .method__card {
    padding: 19px;
  }

  .block-payment .total {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .block-payment .total__label {
    padding-bottom: 0;
    font-size: 22px;
  }

  .block-payment .total__old,
  .block-payment .total__current {
    font-size: 32px;
    line-height: 32px;
  }

  .block-payment .total__prices {
    text-align: left;
  }

  .block-payment .total__discount {
    grid-column: 1;
    text-align: left;
  }

  .block-payment .submit {
    height: 64px;
  }

  .block-payment .consent {
    font-size: 14px;
    line-height: 18px;
  }

  .block-payment .consent > span:last-child {
    max-width: 270px;
  }

  .page-text {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .page-text .title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .page-text .wysiwyg-wrapper {
    line-height: 1.7;
    width: 100%;
  }

  .page-text .wysiwyg-wrapper img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .page-text .button-wrapper {
    margin-top: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__wrapper {
    animation: none;
  }
}

@media (max-width: 1440px) and (min-width: 769px) {
  html,
  body {
    font-size: 0.9722vw;
  }

  h1,
  .h1 {
    font-size: 5.2778vw;
  }

  h2,
  .h2,
  .title {
    font-size: 5.5556vw;
  }

  h3,
  .h3 {
    font-size: 3.3333vw;
  }

  h4,
  .h4 {
    font-size: 1.3889vw;
  }

  h5,
  .h5 {
    font-size: 1.1111vw;
  }

  .icon {
    width: 1.6667vw;
  }

  .socials {
    gap: 0.2778vw;
  }

  .socials__link {
    width: 3.0556vw;
    height: 3.0556vw;
  }

  .socials__icon {
    height: 1.7361vw;
  }

  .btn {
    font-size: 1.3889vw;
    gap: 0.6944vw;
    height: 4.4444vw;
    padding: 0.0000vw 2.7778vw;
    border-radius: 6.9444vw;
  }

  .title-block {
    margin-bottom: 4.1667vw;
  }

  .title-block .suptitle {
    font-size: 1.3889vw;
    margin-bottom: 1.0417vw;
  }

  .title-block .subtitle {
    margin-top: 1.0417vw;
  }

  .title-block .description {
    margin-top: 1.3889vw;
    max-width: 26.7361vw;
  }

  .button-wrapper {
    margin-top: 1.6667vw;
  }

  .video__control {
    width: 5.6944vw;
    height: 5.6944vw;
    box-shadow: 0.0000vw 0.0000vw 0.4167vw rgba(0, 0, 0, 0.04);
    border-radius: 6.9444vw;
  }

  .swiper-navigations {
    gap: 0.6944vw;
  }

  .swiper-button {
    width: 3.6111vw;
    height: 3.6111vw;
  }

  .swiper-button__icon {
    width: 1.6667vw;
    height: 1.6667vw;
  }

  .swiper-pagination {
    gap: 0.0694vw;
    margin-top: 2.0833vw;
  }

  .swiper-pagination-bullet {
    width: 4.4444vw;
    height: 0.4167vw;
    margin: -0.1389vw 0 !important;
    padding: 0.1389vw;
  }

  .swiper-pagination-bullet::before {
    border-radius: 0.1389vw;
  }

  .accordion {
    border-radius: 1.3889vw;
  }

  .accordion__button {
    gap: 2.2222vw;
    padding: 1.9444vw;
    padding-left: 2.2222vw;
  }

  .accordion__button-title {
    font-size: 1.5278vw;
  }

  .accordion__body {
    height: 0.0000vw;
  }

  .accordion__content {
    padding: 1.9444vw 2.2222vw;
  }

  .modal.open .modal__content {
    transform: translateY(0.0000vw);
  }

  .modal__wrapper {
    padding: 6.9444vw 2.0833vw;
  }

  .modal__content {
    max-width: 83.3333vw;
    padding: 4.1667vw 2.7778vw 2.7778vw;
    border-radius: 2.7778vw;
    box-shadow: 0.0000vw 0.0694vw 0.0694vw rgba(0, 0, 0, 0.07), 0.0000vw 1.0417vw 2.0833vw rgba(0, 0, 0, 0.03);
    transform: translateY(-2.0833vw);
  }

  .modal__close {
    top: 1.3889vw;
    right: 1.3889vw;
    width: 3.3333vw;
    height: 3.3333vw;
    border: 0.0694vw solid rgba(24, 24, 24, 0.05);
    border-radius: 6.9444vw;
  }

  .modal__scrollable {
    padding-top: 4.1667vw;
    padding-bottom: 2.7778vw;
    margin-top: -4.1667vw;
    margin-bottom: -2.7778vw;
  }

  .modal__title {
    max-width: 41.6667vw;
    margin-bottom: 3.8194vw;
  }

  .modal .form {
    gap: 1.3889vw;
  }

  .modal .form__grid {
    gap: 1.3889vw;
  }

  .modal .form__input .input-base .textarea {
    min-height: 13.8889vw;
  }

  .modal .form__submit {
    margin-top: 1.3889vw;
  }

  .modal .form__message {
    margin-top: 1.3889vw;
    padding: 0.6944vw 1.3889vw;
    border: 0.0694vw solid #271D19;
    border-radius: 2.0833vw;
  }

  .modal .filter {
    gap: 2.7778vw;
  }

  .modal .filter__grid {
    gap: 1.3889vw;
  }

  .modal .filter__loader {
    border-radius: 2.7778vw;
  }

  .modal__phone {
    font-size: 8.3333vw;
    padding-top: 3.4722vw;
    padding-bottom: 3.4722vw;
  }

  .modal .contact-banner {
    padding: 2.7778vw;
    margin-top: 3.4722vw;
    border: 0.0694vw solid rgba(15, 37, 65, 0.05);
    border-radius: 2.0833vw;
  }

  .modal .contact-banner__socials {
    gap: 0.6944vw;
    margin-top: 1.7361vw;
  }

  .container {
    max-width: 99.4444vw;
    padding: 0 1.3889vw;
  }

  .header-blur {
    top: -16.3194vw;
    height: 41.6667vw;
  }

  .header-blur::before {
    top: 8.3333vw;
    height: 25.0000vw;
  }

  .header-promo {
    height: 1.8056vw;
  }

  .header__wrapper {
    gap: 2.0833vw;
    min-height: 4.7222vw;
    padding-top: 0.8333vw;
    padding-bottom: 0.8333vw;
  }

  .header__logo {
    width: 7.7778vw;
  }

  .header__nav {
    font-size: 0.8333vw;
  }

  .header__nav > ul {
    gap: 1.1111vw;
  }

  .header__nav > ul > li > a::after {
    height: 0.0694vw;
  }

  .header__buttons {
    gap: 0.6944vw;
  }

  .header__buttons .btn {
    height: 3.0556vw;
    padding-left: 1.3889vw;
    padding-right: 1.3889vw;
  }

  .header__buttons .btn_transparent {
    font-size: 0.8333vw;
    padding-left: 1.1111vw;
    padding-right: 1.1111vw;
  }

  .main {
    padding-top: 10.4167vw;
  }

  .footer {
    padding: 3.1944vw 0 1.3889vw;
  }

  .footer__logo {
    width: 7.7083vw;
    margin-bottom: 2.9167vw;
  }

  .footer__top {
    grid-template-columns: 31.1111vw 1fr 13.8889vw 15.5556vw;
    gap: 1.6667vw;
    min-height: 18.3333vw;
    padding-bottom: 2.7778vw;
  }

  .footer__contact {
    gap: 0.2778vw;
  }

  .footer__nav,
  .footer__links {
    font-size: 0.8333vw;
  }

  .footer__nav ul {
    gap: 0.8333vw;
  }

  .footer__links {
    gap: 3.4722vw;
  }

  .footer__legal {
    gap: 0.5556vw;
  }

  .footer__bottom {
    font-size: 0.8333vw;
    padding-top: 1.3889vw;
    border-top: 0.0694vw solid rgba(255, 255, 255, 0.2);
  }

  .footer__note {
    max-width: 45.8333vw;
    margin-top: 1.3889vw;
  }

  .block-first .content {
    max-width: 54.5139vw;
    padding: 11.1111vw 1.3889vw 4.5139vw;
  }

  .block-first .content__title-block {
    margin-bottom: 2.9861vw;
  }

  .block-first .content__video {
    max-width: 50.0000vw;
    margin-bottom: 1.3889vw;
  }

  .block-for-whom {
    padding-top: 3.6806vw;
    padding-bottom: 6.9444vw;
  }

  .block-for-whom .container {
    max-width: 83.0556vw;
  }

  .block-for-whom .title-block {
    margin-bottom: 4.1667vw;
  }

  .block-for-whom .list {
    gap: 0.6944vw;
  }

  .block-for-whom .card {
    padding: 1.6667vw;
    box-shadow: 0.0000vw 0.1389vw 0.2778vw rgba(0, 0, 0, 0.04);
    border-radius: 1.5278vw;
  }

  .block-for-whom .card__number {
    font-size: 2.2222vw;
    line-height: 1.2500vw;
  }

  .block-for-whom .card__title {
    font-size: 1.5278vw;
    margin-top: 1.6667vw;
  }

  .block-for-whom .card__text {
    margin-top: 0.6944vw;
  }

  .block-for-whom .cta {
    min-height: 19.4444vw;
    padding: 2.2222vw 1.6667vw;
    margin-top: 0.6944vw;
    box-shadow: 0.0000vw 0.1389vw 0.2778vw rgba(0, 0, 0, 0.04);
    border-radius: 1.6667vw;
  }

  .block-for-whom .cta__content {
    max-width: 28.8194vw;
  }

  .block-for-whom .cta__title {
    font-size: 1.5278vw;
  }

  .block-for-whom .cta__text {
    margin-top: 1.6667vw;
  }

  .block-for-whom .cta__btn {
    right: 1.6667vw;
    bottom: 2.2222vw;
  }

  .block-my-system {
    padding-top: 6.9444vw;
    padding-bottom: 6.9444vw;
  }

  .block-my-system .list {
    gap: 0.6944vw;
  }

  .block-my-system .counter {
    padding: 1.6667vw;
    min-width: 10.7639vw;
    box-shadow: 0.0000vw 0.1389vw 0.2778vw rgba(0, 0, 0, 0.04);
    border-radius: 1.6667vw;
  }

  .block-my-system .counter__text {
    margin-top: 0.8333vw;
  }

  .block-before-after {
    padding-top: 6.9444vw;
    padding-bottom: 6.9444vw;
  }

  .block-before-after .title-block {
    margin-bottom: 4.4444vw;
  }

  .block-before-after .swiper {
    width: calc(100% + 0.6944vw);
    margin-left: -0.3472vw;
    margin-right: -0.3472vw;
  }

  .block-before-after .swiper-slide {
    padding: 0 0.3472vw;
  }

  .block-before-after .swiper-navigations {
    margin-top: 1.6667vw;
  }

  .block-before-after .result-card {
    width: 19.4444vw;
    height: 29.1667vw;
    border-radius: 1.3889vw;
    box-shadow: 0 0.1389vw 0.2778vw rgba(0, 0, 0, 0.04);
  }

  .block-about {
    min-height: 55.5556vw;
  }

  .block-about .about__container {
    min-height: 55.5556vw;
    padding-top: 6.9444vw;
    padding-bottom: 1.6667vw;
    gap: 5.5556vw;
  }

  .block-about .about__quote {
    max-width: 31.2500vw;
  }

  .block-about .about__quote .suptitle {
    font-size: 1.3889vw;
  }

  .block-about .about__quote-main,
  .block-about .about__quote-accent {
    margin-top: 1.3889vw;
  }

  .block-about .about__card {
    max-width: 39.3056vw;
    padding: 2.2222vw;
    box-shadow: 0.0000vw 0.1389vw 0.2778vw rgba(0, 0, 0, 0.04);
    border-radius: 1.6667vw;
  }

  .block-about .about__card-title {
    font-size: 1.5278vw;
    margin-bottom: 3.0556vw;
  }

  .block-about .about__card-title > *:not(:last-child) {
    margin-bottom: 0.6944vw;
  }

  .block-about .about__card-text > *:not(:last-child) {
    margin-bottom: 0.6944vw;
  }

  .block-about .about__card-signature {
    width: 7.6389vw;
    margin-top: 0.8333vw;
  }

  .block-programs {
    padding-top: 6.9444vw;
    padding-bottom: 6.9444vw;
  }

  .block-programs .title-block {
    margin-bottom: 4.8611vw;
  }

  .block-programs .swiper {
    width: calc(100% + 1.9444vw);
    margin-left: -0.9722vw;
    margin-right: -0.9722vw;
  }

  .block-programs .swiper-slide {
    padding: 0 0.9722vw;
  }

  .block-programs .swiper-navigations {
    margin-bottom: 1.6667vw;
  }

  .block-programs .program-card {
    width: 28.9583vw;
    min-height: 30.5556vw;
    padding: 2.2222vw;
    border: 0.0694vw solid rgba(143, 91, 72, 0.12);
    box-shadow: 0.0000vw 0.1389vw 0.2778vw rgba(0, 0, 0, 0.04);
    border-radius: 1.6667vw;
  }

  .block-programs .program-card__title {
    font-size: 1.9444vw;
  }

  .block-programs .program-card__weeks {
    font-size: 1.3889vw;
    padding: 0.4167vw 0.8333vw;
    gap: 0.6944vw;
    border-radius: 6.9444vw;
    margin-top: 0.8333vw;
  }

  .block-programs .program-card__text {
    font-size: 1.1111vw;
    margin-top: 2.2222vw;
    margin-bottom: 2.2222vw;
  }

  .block-programs .program-card__text ul li .bullet {
    width: 1.3889vw;
    height: 1.3889vw;
    margin-right: 0.5556vw;
  }

  .block-programs .program-card__text ul li .bullet::before {
    width: 0.4861vw;
    height: 0.4861vw;
    border-radius: 0.4861vw;
  }

  .block-programs .program-card_intro::before {
    top: -5.2083vw;
    left: -12.8472vw;
    width: 51.9243vw;
    height: 25.6569vw;
  }

  .block-programs .program-cta {
    max-width: 63.8889vw;
    margin: 4.4444vw auto 0;
    padding: 2.2222vw;
    border: 0.0694vw solid rgba(143, 91, 72, 0.12);
    box-shadow: 0.0000vw 0.1389vw 0.2778vw rgba(0, 0, 0, 0.04);
    border-radius: 1.6667vw;
  }

  .block-programs .program-cta__title {
    font-size: 1.5278vw;
  }

  .block-programs .program-cta__text {
    font-size: 1.2500vw;
    max-width: 38.8889vw;
    margin-top: 1.3889vw;
  }

  .block-programs .program-cta__clients {
    margin-top: 0.6944vw;
  }

  .block-programs .program-cta__avatars {
    margin-right: 0.8333vw;
  }

  .block-programs .program-cta__avatars img {
    width: 2.7778vw;
    height: 2.7778vw;
    border: 0.1389vw solid #5A433A;
    border-radius: 2.7778vw;
  }

  .block-programs .program-cta__avatars img:not(:first-child) {
    margin-left: -0.6944vw;
  }

  .block-programs .program-cta__btn {
    margin-top: 2.2222vw;
  }

  .block-tariffs {
    padding-top: 6.9444vw;
    padding-bottom: 6.9444vw;
  }

  .block-tariffs .container {
    max-width: 100.0000vw;
    padding: 0 1.6667vw;
  }

  .block-tariffs .title-block {
    margin-bottom: 5.5556vw;
  }

  .block-tariffs .tariffs-list {
    gap: 1.9444vw;
  }

  .block-tariffs .tariff-card {
    padding: 1.6667vw;
    min-height: 57.3611vw;
    border: 0.0694vw solid rgba(143, 91, 72, 0.12);
    box-shadow: 0.0000vw 0.1389vw 0.6944vw rgba(136, 104, 96, 0.08);
    border-radius: 1.6667vw;
  }

  .block-tariffs .tariff-card__discount {
    font-size: 1.6667vw;
    top: 0.5556vw;
    right: 0.5556vw;
    gap: 0.3472vw;
    padding: 0.2083vw 0.6944vw;
    border-radius: 6.9444vw;
  }

  .block-tariffs .tariff-card__discount .icon {
    width: 0.7639vw;
  }

  .block-tariffs .tariff-card__title {
    font-size: 1.5278vw;
    margin-top: 0.6944vw;
  }

  .block-tariffs .tariff-card__prices {
    gap: 0.4167vw;
    margin-top: 2.0833vw;
  }

  .block-tariffs .tariff-card__price {
    gap: 0.5556vw 0.8333vw;
    padding: 0.6944vw;
    border-radius: 0.8333vw;
  }

  .block-tariffs .tariff-card__price-border {
    border: 0.1389vw solid #DD63B5;
    border-radius: 0.8333vw;
  }

  .block-tariffs .tariff-card__price-monthly {
    font-size: 1.4583vw;
    padding: 0.4167vw 0.5556vw 0.2778vw;
    gap: 0.4167vw;
    border-radius: 6.9444vw;
  }

  .block-tariffs .tariff-card__price-values {
    font-size: 2.5000vw;
    gap: 0.8333vw;
  }

  .block-tariffs .tariff-card__price-old::after {
    top: calc(50% - 0.0694vw);
    height: 0.1389vw;
  }

  .block-tariffs .tariff-card__price_monthly::before {
    top: -0.7639vw;
    left: -8.3333vw;
    width: 28.1944vw;
    height: 15.6944vw;
  }

  .block-tariffs .tariff-card__footer {
    margin-top: 1.3889vw;
  }

  .block-tariffs .tariff-card__buy {
    grid-template-columns: 1fr auto 1.3889vw;
    height: 3.6111vw;
    padding: 0 2.2222vw;
    border-radius: 6.9444vw;
    font-size: 1.3889vw;
  }

  .block-tariffs .tariff-card__availability {
    top: calc(100% + 0.8333vw);
    font-size: 1.1111vw;
  }

  .block-tariffs .tariff-card__features {
    gap: 0.6944vw;
    margin-top: 3.3333vw;
  }

  .block-tariffs .tariff-card__features li {
    gap: 0.5556vw;
  }

  .block-tariffs .tariff-card__features li:not(.tariff-card__feature_extra) + .tariff-card__feature_extra {
    margin-top: 0.6944vw;
  }

  .block-tariffs .tariff-card__features li .icon {
    width: 1.3889vw;
  }

  .block-tariffs .tariff-card_coach {
    border: 0.1389vw solid #5A433A;
  }

  .block-tariffs .tariff-card_personal {
    border: 0.0694vw solid rgba(143, 91, 72, 0.12);
  }

  .block-faq {
    padding-top: 6.9444vw;
    padding-bottom: 6.9444vw;
  }

  .block-faq .title-block {
    margin-bottom: 3.6111vw;
  }

  .block-faq .accordions {
    gap: 1.1111vw;
    max-width: 63.8889vw;
  }

  .block-success .wrapper {
    padding-top: 7.6389vw;
    padding-bottom: 13.8889vw;
  }

  .block-success .title-block > .icon {
    width: 3.6111vw;
    margin-bottom: 1.1111vw;
  }

  .block-success .title-block .description {
    margin-top: 3.6111vw;
    margin-bottom: 3.6111vw;
  }

  .block-404 {
    min-height: 73.1944vw;
  }

  .block-404 .wrapper {
    padding-top: 13.8889vw;
  }

  .block-404 .title-block .description {
    margin-bottom: 3.6111vw;
  }

  .block-payment {
    padding-top: 1.6667vw;
    padding-bottom: 6.9444vw;
  }

  .block-payment .wrapper {
    max-width: 47.5000vw;
  }

  .block-payment .shell {
    width: 47.5000vw;
  }

  .block-payment .back {
    gap: 0.8333vw;
    min-height: 2.6389vw;
    padding: 0.6250vw 0.8333vw;
    margin-bottom: 0.8333vw;
    border-radius: 6.9444vw;
  }

  .block-payment .card {
    gap: 3.6111vw;
    padding: 3.0556vw;
    border-radius: 2.2222vw;
    box-shadow: 0 0.1389vw 0.6944vw rgba(136, 104, 96, 0.08);
  }

  .block-payment .card__heading {
    gap: 0.6944vw;
  }

  .block-payment .card__tariff {
    font-size: 1.3889vw;
  }

  .block-payment .card__title {
    font-size: 3.3333vw;
  }

  .block-payment .card__fields {
    gap: 3.6111vw;
  }

  .block-payment .card__checkout {
    gap: 1.6667vw;
  }

  .block-payment .field {
    gap: 0.8333vw;
  }

  .block-payment .field__label {
    font-size: 0.9722vw;
    line-height: 1.3889vw;
  }

  .block-payment .field__control {
    height: 4.4444vw;
    padding: 0 1.6667vw;
    border: 0.0694vw solid rgba(136, 104, 96, 0.2);
    border-radius: 69.4444vw;
  }

  .block-payment .field__status {
    flex: 0 0 1.3889vw;
    width: 1.3889vw;
    height: 1.3889vw;
    margin-left: 0.8333vw;
  }

  .block-payment .field__message {
    font-size: 0.8333vw;
    line-height: 1.3889vw;
  }

  .block-payment .field_error .field__control {
    padding: 0 1.5972vw;
    border: 0.1389vw solid #FF4751;
  }

  .block-payment .field_error .field__status::before,
  .block-payment .field_error .field__status::after {
    width: 0.6944vw;
    height: 0.1042vw;
    border-radius: 0.6944vw;
  }

  .block-payment .field.field_promo.field_error .field__control {
    padding: 0 1.6667vw;
    border: 0.0694vw solid rgba(136, 104, 96, 0.2);
  }

  .block-payment .methods .field__label {
    margin-bottom: 0.8333vw;
  }

  .block-payment .methods__list {
    gap: 0.8333vw;
  }

  .block-payment .method input {
    width: 0.0694vw;
    height: 0.0694vw;
  }

  .block-payment .method__card {
    height: 10.2778vw;
    padding: 1.6667vw;
    border: 0.0694vw solid rgba(136, 104, 96, 0.2);
    border-radius: 1.6667vw;
    box-shadow: 0 0.1389vw 0.2778vw rgba(0, 0, 0, 0.04);
  }

  .block-payment .method__title {
    gap: 0.8333vw;
    font-size: 1.1111vw;
    line-height: 1.5278vw;
  }

  .block-payment .method input:checked + .method__card {
    padding: 1.5972vw;
    border: 0.1389vw solid #5A433A;
  }

  .block-payment .method input:focus-visible + .method__card {
    box-shadow: 0 0 0 0.2083vw rgba(233, 148, 205, 0.35);
  }

  .block-payment .radio {
    flex: 0 0 1.6667vw;
    width: 1.6667vw;
    height: 1.6667vw;
    border: 0.0694vw solid rgba(90, 67, 58, 0.4);
  }

  .block-payment .radio::after {
    inset: 0.2778vw;
  }

  .block-payment .logos {
    gap: 1.1111vw;
  }

  .block-payment .logo {
    height: 2.0833vw;
  }

  .block-payment .total {
    min-height: 3.6111vw;
  }

  .block-payment .total__label {
    padding-bottom: 0.9722vw;
    font-size: 1.5278vw;
    line-height: 1.6667vw;
  }

  .block-payment .total__prices {
    -moz-column-gap: 0.8333vw;
    column-gap: 0.8333vw;
  }

  .block-payment .total__old,
  .block-payment .total__current {
    font-size: 2.2222vw;
    line-height: 2.2222vw;
  }

  .block-payment .total__old {
    text-decoration-thickness: 0.1389vw;
  }

  .block-payment .total__discount {
    margin-top: 0.2778vw;
    font-size: 0.8333vw;
    line-height: 1.1111vw;
  }

  .block-payment .submit {
    height: 4.4444vw;
    border-radius: 69.4444vw;
    font-size: 1.3889vw;
    line-height: 1.2500vw;
  }

  .block-payment .consents {
    gap: 0.8333vw;
  }

  .block-payment .consent {
    grid-template-columns: 1.3889vw 1fr;
    gap: 0.5556vw;
  }

  .block-payment .consent input {
    width: 0.0694vw;
    height: 0.0694vw;
  }

  .block-payment .consent__check {
    width: 1.3889vw;
    height: 1.3889vw;
    border: 0.1042vw solid #271D19;
    border-radius: 0.2778vw;
  }

  .block-payment .consent input:focus-visible + .consent__check {
    box-shadow: 0 0 0 0.2083vw rgba(233, 148, 205, 0.35);
  }

  .page-text {
    padding-top: 4.4444vw;
    padding-bottom: 6.9444vw;
  }

  .page-text .title {
    font-size: 1.5278vw;
    margin-bottom: 1.3889vw;
  }

  .page-text .wysiwyg-wrapper img {
    max-width: 27.7778vw;
  }

  .page-text .button-wrapper {
    margin-top: 3.6111vw;
  }
}

@media (max-width: 768px) and (min-width: 1px) {
  html,
  body {
    font-size: 4.1026vw;
  }

  h1,
  .h1 {
    font-size: 11.2821vw;
  }

  h2,
  .h2,
  .title {
    font-size: 9.2308vw;
  }

  h3,
  .h3 {
    font-size: 7.1795vw;
  }

  h4,
  .h4 {
    font-size: 5.1282vw;
  }

  h5,
  .h5 {
    font-size: 4.1026vw;
  }

  .icon {
    width: 6.1538vw;
  }

  .socials {
    gap: 1.0256vw;
  }

  .socials__link {
    width: 11.2821vw;
    height: 11.2821vw;
  }

  .socials__icon {
    height: 6.4103vw;
  }

  .btn {
    font-size: 5.1282vw;
    gap: 2.5641vw;
    height: 16.4103vw;
    padding: 0.0000vw 10.2564vw;
  }

  .title-block {
    margin-bottom: 11.2821vw;
  }

  .title-block .suptitle {
    font-size: 5.1282vw;
    margin-bottom: 2.5641vw;
  }

  .title-block .subtitle {
    margin-top: 2.5641vw;
  }

  .title-block .description {
    margin-top: 5.1282vw;
  }

  .button-wrapper {
    margin-top: 6.1538vw;
  }

  .video {
    border-radius: 5.1282vw;
  }

  .video__control {
    width: 16.4103vw;
    height: 16.4103vw;
  }

  .swiper-button {
    width: 13.3333vw;
    height: 13.3333vw;
  }

  .swiper-button__icon {
    width: 6.1538vw;
    height: 6.1538vw;
  }

  .swiper-pagination {
    margin-top: 5.1282vw;
  }

  .swiper-pagination-bullet {
    max-width: 20.2564vw;
  }

  .accordion {
    border-radius: 5.1282vw;
  }

  .accordion__button {
    gap: 5.1282vw;
    padding: 5.1282vw;
    padding-left: 5.1282vw;
  }

  .accordion__button-title {
    font-size: 4.6154vw;
  }

  .accordion__content {
    padding: 5.1282vw;
  }

  .modal__wrapper {
    padding: 5.1282vw 0 0;
  }

  .modal__content {
    max-height: calc(100vh - 5.1282vw);
    padding: 11.5385vw 5.1282vw 7.6923vw;
    border-radius: 8.9744vw 8.9744vw 0 0;
  }

  .modal__touch-close {
    height: 7.6923vw;
  }

  .modal__touch-close::after {
    width: 17.9487vw;
    height: 0.7692vw;
    border-radius: 0.7692vw;
  }

  .modal__scrollable {
    max-height: calc(100vh - 5.1282vw);
    padding: 0 2.5641vw;
    padding-top: 11.5385vw;
    padding-bottom: 5.1282vw;
    margin-top: -11.5385vw;
    margin-bottom: -5.1282vw;
  }

  .modal__title {
    margin-bottom: 7.6923vw;
  }

  .modal .form {
    gap: 5.1282vw;
  }

  .modal .form__grid {
    gap: 5.1282vw;
  }

  .modal .form__input .input-base .textarea {
    min-height: 30.7692vw;
  }

  .modal .form__submit {
    margin-top: 2.5641vw;
  }

  .modal .form__text {
    max-width: 66.9231vw;
  }

  .modal .form__message {
    margin-top: 2.5641vw;
    padding: 2.5641vw 2.5641vw;
    border-radius: 5.1282vw;
  }

  .modal .filter {
    gap: 5.1282vw;
  }

  .modal .filter__grid {
    gap: 5.1282vw;
  }

  .modal .filter__loader {
    border-top-left-radius: 8.9744vw;
    border-top-right-radius: 8.9744vw;
  }

  .modal__phone {
    font-size: 10.2564vw;
    padding-top: 7.6923vw;
    padding-bottom: 7.6923vw;
  }

  .modal .contact-banner {
    padding: 5.1282vw 2.5641vw 2.5641vw;
    margin: 5.1282vw -2.5641vw 0;
    width: calc(100% + 5.1282vw);
    border-radius: 8.2051vw;
  }

  .modal .contact-banner__title {
    font-size: 5.6410vw;
  }

  .modal .contact-banner__socials {
    gap: 2.0513vw;
    margin-top: 5.1282vw;
  }

  .container {
    padding: 0 4.1026vw;
  }

  .header-blur {
    top: -64.1026vw;
    height: 153.8462vw;
  }

  .header-blur::before {
    top: 30.7692vw;
    height: 92.3077vw;
  }

  .header-promo {
    height: 8.2051vw;
  }

  .header__wrapper {
    gap: 7.6923vw;
    min-height: 15.3846vw;
    padding-top: 3.0769vw;
    padding-bottom: 3.0769vw;
  }

  .header__logo {
    width: 28.7179vw;
  }

  .menu-burger {
    width: 10.2564vw;
    height: 10.2564vw;
  }

  .menu-burger span {
    height: 0.5128vw;
    border-radius: 1.2821vw;
  }

  .menu__content {
    gap: 5.1282vw;
    padding: 0 4.1026vw 10.2564vw;
  }

  .menu__header {
    gap: 7.6923vw;
    min-height: 15.3846vw;
    padding-top: 3.0769vw;
    padding-bottom: 3.0769vw;
  }

  .menu__header .logo {
    width: 28.7179vw;
  }

  .menu__nav {
    font-size: 5.1282vw;
  }

  .menu__nav > ul {
    font-size: 5.1282vw;
    gap: 5.1282vw;
  }

  .menu__buttons {
    gap: 2.0513vw;
  }

  .main {
    padding-top: 26.9231vw;
  }

  .footer {
    padding: 11.7949vw 0 4.1026vw;
  }

  .footer__logo {
    width: 28.7179vw;
    margin-bottom: 8.2051vw;
  }

  .footer__top {
    gap: 5.1282vw;
    padding-bottom: 20.5128vw;
  }

  .footer__contact {
    gap: 1.0256vw;
  }

  .footer__socials {
    margin-bottom: 15.3846vw;
  }

  .footer__nav {
    margin-bottom: 3.0769vw;
  }

  .footer__nav ul {
    gap: 4.1026vw;
  }

  .footer__links {
    gap: 8.2051vw;
  }

  .footer__legal {
    gap: 4.1026vw;
  }

  .footer__bottom {
    font-size: 3.5897vw;
    padding-top: 5.1282vw;
    border-top-width: 0.2564vw;
  }

  .footer__note {
    margin-top: 5.1282vw;
  }

  .block-first .content {
    padding: 41.0256vw 4.1026vw 16.6667vw;
  }

  .block-first .content__title-block {
    margin-bottom: 10.2564vw;
  }

  .block-first .content__video {
    margin-bottom: 5.1282vw;
  }

  .block-for-whom {
    padding-top: 5.1282vw;
    padding-bottom: 11.2821vw;
  }

  .block-for-whom .title-block {
    margin-bottom: 11.2821vw;
  }

  .block-for-whom .list {
    gap: 2.5641vw;
  }

  .block-for-whom .card {
    padding: 5.1282vw;
    border-radius: 6.1538vw;
  }

  .block-for-whom .card__number {
    font-size: 8.2051vw;
    line-height: 4.6154vw;
  }

  .block-for-whom .card__title {
    font-size: 5.6410vw;
    margin-top: 5.1282vw;
  }

  .block-for-whom .card__text {
    margin-top: 2.5641vw;
  }

  .block-for-whom .cta {
    min-height: 141.2821vw;
    padding: 5.1282vw;
    margin-top: 2.5641vw;
    border-radius: 6.1538vw;
  }

  .block-for-whom .cta__title {
    font-size: 5.6410vw;
  }

  .block-for-whom .cta__text {
    margin-top: 5.1282vw;
  }

  .block-for-whom .cta__btn {
    margin-top: 5.1282vw;
  }

  .block-my-system {
    padding-top: 11.2821vw;
    padding-bottom: 11.2821vw;
  }

  .block-my-system .list {
    gap: 2.5641vw;
  }

  .block-my-system .counter {
    padding: 8.2051vw 6.1538vw;
    width: calc(50% - 1.5385vw);
    border-radius: 6.1538vw;
  }

  .block-my-system .counter__number {
    font-size: 16.4103vw;
  }

  .block-my-system .counter__text {
    margin-top: 2.5641vw;
  }

  .block-before-after {
    padding-top: 11.2821vw;
    padding-bottom: 11.2821vw;
  }

  .block-before-after .title-block {
    margin-bottom: 11.2821vw;
  }

  .block-before-after .swiper {
    width: calc(100% + 2.5641vw);
    margin-left: -1.2821vw;
    margin-right: -1.2821vw;
  }

  .block-before-after .swiper-slide {
    padding: 0 1.2821vw;
  }

  .block-before-after .swiper-navigations {
    margin-top: 6.1538vw;
  }

  .block-before-after .result-card {
    width: 78.2051vw;
    height: 117.9487vw;
    border-radius: 5.1282vw;
  }

  .block-about {
    min-height: 384.6154vw;
  }

  .block-about .about__container {
    min-height: 384.6154vw;
    padding-top: 11.2821vw;
    padding-bottom: 11.2821vw;
  }

  .block-about .about__quote .suptitle {
    font-size: 5.1282vw;
  }

  .block-about .about__quote-main,
  .block-about .about__quote-accent {
    margin-top: 5.1282vw;
  }

  .block-about .about__card {
    padding: 5.1282vw;
    border-radius: 6.1538vw;
  }

  .block-about .about__card-title {
    font-size: 5.6410vw;
    margin-bottom: 5.1282vw;
  }

  .block-about .about__card-title > *:not(:last-child) {
    margin-bottom: 2.5641vw;
  }

  .block-about .about__card-text > *:not(:last-child) {
    margin-bottom: 2.5641vw;
  }

  .block-about .about__card-signature {
    width: 28.7179vw;
    margin-top: 2.5641vw;
  }

  .block-programs {
    padding-top: 11.2821vw;
    padding-bottom: 11.2821vw;
  }

  .block-programs .title-block {
    margin-bottom: 11.2821vw;
  }

  .block-programs .swiper-wrapper {
    gap: 2.5641vw;
  }

  .block-programs .swiper-navigations {
    margin-bottom: 6.1538vw;
  }

  .block-programs .program-card {
    padding: 5.1282vw;
    border-width: 0.2564vw;
    border-radius: 5.1282vw;
  }

  .block-programs .program-card__title {
    font-size: 5.6410vw;
  }

  .block-programs .program-card__weeks {
    font-size: 5.1282vw;
    padding: 1.5385vw 3.0769vw;
    gap: 2.5641vw;
    border-radius: 25.6410vw;
    margin-top: 3.0769vw;
  }

  .block-programs .program-card__text {
    margin-top: 8.2051vw;
    margin-bottom: 4.1026vw;
  }

  .block-programs .program-card__text ul li .bullet {
    width: 5.1282vw;
    height: 5.1282vw;
    margin-right: 2.0513vw;
  }

  .block-programs .program-card__text ul li .bullet::before {
    width: 1.7949vw;
    height: 1.7949vw;
    border-radius: 1.7949vw;
  }

  .block-programs .program-card_intro {
    min-height: 91.7949vw;
  }

  .block-programs .program-card_intro::before {
    top: -35.8974vw;
    left: -47.4359vw;
    width: 191.7205vw;
    height: 94.7333vw;
  }

  .block-programs .program-cta {
    margin: 11.2821vw 0 0;
    padding: 5.1282vw;
    border-width: 0.2564vw;
    border-radius: 5.1282vw;
  }

  .block-programs .program-cta__title {
    font-size: 5.6410vw;
  }

  .block-programs .program-cta__text {
    font-size: 4.6154vw;
    margin-top: 8.2051vw;
  }

  .block-programs .program-cta__clients {
    max-width: 51.2821vw;
    margin-top: 4.1026vw;
  }

  .block-programs .program-cta__avatars {
    margin-bottom: 3.0769vw;
  }

  .block-programs .program-cta__avatars img {
    width: 10.2564vw;
    height: 10.2564vw;
    border-width: 0.5128vw;
    border-radius: 10.2564vw;
  }

  .block-programs .program-cta__avatars img:not(:first-child) {
    margin-left: -2.5641vw;
  }

  .block-programs .program-cta__btn {
    margin-top: 8.2051vw;
  }

  .block-tariffs {
    padding-top: 11.2821vw;
    padding-bottom: 11.2821vw;
  }

  .block-tariffs .container {
    padding: 0 4.1026vw;
  }

  .block-tariffs .title-block {
    margin-bottom: 11.2821vw;
  }

  .block-tariffs .tariffs-list {
    gap: 7.1795vw;
  }

  .block-tariffs .tariff-card {
    padding: 6.1538vw;
    box-shadow: 0.0000vw 0.5128vw 2.5641vw rgba(136, 104, 96, 0.08);
    border-radius: 6.1538vw;
  }

  .block-tariffs .tariff-card__discount {
    font-size: 6.1538vw;
    top: 2.0513vw;
    right: 2.0513vw;
    gap: 1.2821vw;
    padding: 0.7692vw 2.5641vw;
    border-radius: 25.6410vw;
  }

  .block-tariffs .tariff-card__discount .icon {
    width: 2.8205vw;
  }

  .block-tariffs .tariff-card__suptitle {
    font-size: 4.1026vw;
  }

  .block-tariffs .tariff-card__title {
    font-size: 5.6410vw;
    margin-top: 2.5641vw;
  }

  .block-tariffs .tariff-card__prices {
    gap: 1.5385vw;
    margin-top: 7.6923vw;
  }

  .block-tariffs .tariff-card__price {
    gap: 2.0513vw;
    padding: 2.5641vw;
    border-radius: 3.0769vw;
  }

  .block-tariffs .tariff-card__price-border {
    border-width: 0.5128vw;
    border-radius: 3.0769vw;
  }

  .block-tariffs .tariff-card__price-monthly {
    font-size: 5.3846vw;
    padding: 1.5385vw 2.0513vw 1.0256vw;
    gap: 1.5385vw;
    border-radius: 25.6410vw;
  }

  .block-tariffs .tariff-card__price-values {
    font-size: 7.1795vw;
    gap: 2.5641vw;
  }

  .block-tariffs .tariff-card__price-old::after {
    top: calc(50% - 0.2564vw);
    height: 0.5128vw;
  }

  .block-tariffs .tariff-card__price-label {
    font-size: 3.5897vw;
  }

  .block-tariffs .tariff-card__price_monthly::before {
    top: -2.8205vw;
    left: -30.7692vw;
    width: 104.1026vw;
    height: 57.9487vw;
  }

  .block-tariffs .tariff-card__footer {
    margin-top: 5.1282vw;
  }

  .block-tariffs .tariff-card__buy {
    grid-template-columns: 1fr auto 5.1282vw;
    height: 13.3333vw;
    padding: 0 8.2051vw;
    border-radius: 25.6410vw;
    font-size: 5.6410vw;
  }

  .block-tariffs .tariff-card__availability {
    font-size: 4.1026vw;
  }

  .block-tariffs .tariff-card__features {
    gap: 2.5641vw;
    margin-top: 12.3077vw;
  }

  .block-tariffs .tariff-card__features li {
    gap: 2.0513vw;
  }

  .block-tariffs .tariff-card__features li:not(.tariff-card__feature_extra) + .tariff-card__feature_extra {
    margin-top: 2.5641vw;
  }

  .block-tariffs .tariff-card__features li .icon {
    width: 5.1282vw;
  }

  .block-tariffs .tariff-card_coach {
    border-width: 0.5128vw;
  }

  .block-tariffs .tariff-card_personal {
    border-width: 0.2564vw;
  }

  .block-faq {
    padding-top: 11.2821vw;
    padding-bottom: 11.2821vw;
  }

  .block-faq .title-block {
    margin-bottom: 11.2821vw;
  }

  .block-faq .accordions {
    gap: 2.5641vw;
  }

  .block-success .wrapper {
    padding-top: 25.6410vw;
    padding-bottom: 48.7179vw;
  }

  .block-success .title-block > .icon {
    width: 13.3333vw;
    margin-bottom: 4.1026vw;
  }

  .block-success .title-block .description {
    margin-top: 8.2051vw;
    margin-bottom: 8.2051vw;
  }

  .block-404 {
    min-height: 76.9231vw;
  }

  .block-404 .image {
    left: 4.1026vw;
    right: 4.1026vw;
    width: calc(100% - 8.2051vw);
  }

  .block-404 .wrapper {
    padding-top: 38.4615vw;
  }

  .block-404 .title-block .description {
    margin-bottom: 11.2821vw;
  }

  .block-payment {
    padding: 4.1026vw 0 11.2821vw;
  }

  .block-payment .container {
    padding: 0 3.8462vw;
  }

  .block-payment .back {
    margin-bottom: 6.6667vw;
  }

  .block-payment .card {
    gap: 14.8718vw;
    padding: 8.2051vw 5.1282vw 9.2308vw;
    border-radius: 6.1538vw;
  }

  .block-payment .card__fields {
    gap: 15.8974vw;
  }

  .block-payment .card__title {
    font-size: 9.2308vw;
  }

  .block-payment .card__checkout {
    gap: 6.1538vw;
  }

  .block-payment .field__control {
    height: 16.4103vw;
    padding: 0 5.1282vw;
  }

  .block-payment .field_error .field__control {
    padding: 0 4.8718vw;
  }

  .block-payment .field_error.field_promo .field__control {
    padding: 0 5.1282vw;
  }

  .block-payment .method__card {
    height: 37.9487vw;
    padding: 5.1282vw;
  }

  .block-payment .method input:checked + .method__card {
    padding: 4.8718vw;
  }

  .block-payment .total {
    gap: 2.0513vw;
  }

  .block-payment .total__label {
    font-size: 5.6410vw;
  }

  .block-payment .total__old,
  .block-payment .total__current {
    font-size: 8.2051vw;
    line-height: 8.2051vw;
  }

  .block-payment .submit {
    height: 16.4103vw;
  }

  .block-payment .consent {
    font-size: 3.5897vw;
    line-height: 4.6154vw;
  }

  .block-payment .consent > span:last-child {
    max-width: 69.2308vw;
  }

  .page-text {
    padding-top: 11.2821vw;
    padding-bottom: 11.2821vw;
  }

  .page-text .title {
    font-size: 5.6410vw;
    margin-bottom: 5.1282vw;
  }

  .page-text .wysiwyg-wrapper img {
    margin-bottom: 3.8462vw;
    border-radius: 3.8462vw;
  }

  .page-text .button-wrapper {
    margin-top: 13.3333vw;
  }
}