@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap);



@font-face {
  font-family: CircularStd;
  font-display: swap;
  src: url("../fonts/CircularStd-Black.woff2") format("woff2"), url("../fonts/CircularStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: CircularStd;
  font-display: swap;
  src: url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: CircularStd;
  font-display: swap;
  src: url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: happy;
  font-display: swap;
  src: url("../fonts/happy-font.woff2") format("woff2"), url("../fonts/happy-font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: CircularStd;
  font-display: swap;
  src: url("../fonts/CircularStd-Medium.woff2") format("woff2"), url("../fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

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

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "CircularStd";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "CircularStd";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  font-family: "CircularStd";
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 71.25rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 1500000000;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  padding-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 900px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@supports (padding-right: clamp(1.25rem, -0.2840909091rem + 5.4545454545vw, 3.125rem)) {
  .popup__content {
    padding-right: clamp(1.25rem, -0.2840909091rem + 5.4545454545vw, 3.125rem);
  }
}

@supports not (padding-right: clamp(1.25rem, -0.2840909091rem + 5.4545454545vw, 3.125rem)) {
  .popup__content {
    padding-right: calc(1.25rem + 1.875 * (100vw - 28.125rem) / 34.375);
  }
}

@supports (padding-left: clamp(1.25rem, -0.2840909091rem + 5.4545454545vw, 3.125rem)) {
  .popup__content {
    padding-left: clamp(1.25rem, -0.2840909091rem + 5.4545454545vw, 3.125rem);
  }
}

@supports not (padding-left: clamp(1.25rem, -0.2840909091rem + 5.4545454545vw, 3.125rem)) {
  .popup__content {
    padding-left: calc(1.25rem + 1.875 * (100vw - 28.125rem) / 34.375);
  }
}

@supports (border-bottom-right-radius: clamp(0.3125rem, -7.1875rem + 26.6666666667vw, 2.8125rem)) {
  .popup__content {
    border-bottom-right-radius: clamp(0.3125rem, -7.1875rem + 26.6666666667vw, 2.8125rem);
  }
}

@supports not (border-bottom-right-radius: clamp(0.3125rem, -7.1875rem + 26.6666666667vw, 2.8125rem)) {
  .popup__content {
    border-bottom-right-radius: calc(0.3125rem + 2.5 * (100vw - 28.125rem) / 9.375);
  }
}

.lock .popup__content {
  visibility: visible;
}

.popup__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.popup__title-block:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.popup__title-text {
  font-family: happy;
  color: #fff;
  font-size: 1.875rem;
  line-height: 140%;
  letter-spacing: 1px;
  text-shadow: 5px 5px 10px #000;
}

.popup__text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.9375rem;
}

.popup__text p {
  font-family: "EB Garamond", serif;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  line-height: 130%;
  letter-spacing: 1px;
}

@supports (font-size: clamp(1.0625rem, 0.9742647059rem + 0.4411764706vw, 1.25rem)) {
  .popup__text p {
    font-size: clamp(1.0625rem, 0.9742647059rem + 0.4411764706vw, 1.25rem);
  }
}

@supports not (font-size: clamp(1.0625rem, 0.9742647059rem + 0.4411764706vw, 1.25rem)) {
  .popup__text p {
    font-size: calc(1.0625rem + 0.1875 * (100vw - 20rem) / 42.5);
  }
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 1.125rem;
  height: 1.5625rem;
  z-index: 4;
}

.popup__close:active::after,
.popup__close:active::before {
  -webkit-box-shadow: 0 0 2.5px #fff;
  box-shadow: 0 0 2.5px #fff;
}

.popup__close:active::after {
  content: "";
  -webkit-transform: rotate(130deg) scale(0.7);
  -ms-transform: rotate(130deg) scale(0.7);
  transform: rotate(130deg) scale(0.7);
}

.popup__close:active::before {
  content: "";
  -webkit-transform: rotate(50deg) scale(0.7);
  -ms-transform: rotate(50deg) scale(0.7);
  transform: rotate(50deg) scale(0.7);
}

.popup__close::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
  height: 0.0625rem;
  top: 50%;
  left: 0;
  background: #ccb700;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}

.popup__close::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
  height: 0.0625rem;
  top: 50%;
  left: 0;
  background: #ccb700;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.popup__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.popup__bg::after {
  content: "";
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
}

.popup__bg-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup__bg-block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup__bg-shadow {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain;
}

.icon-menu {
  display: none;
}

.header {
  position: relative;
  z-index: 500;
}

@supports (padding-top: clamp(0.9375rem, -0.1339285714rem + 2.2321428571vw, 1.875rem)) {
  .header {
    padding-top: clamp(0.9375rem, -0.1339285714rem + 2.2321428571vw, 1.875rem);
  }
}

@supports not (padding-top: clamp(0.9375rem, -0.1339285714rem + 2.2321428571vw, 1.875rem)) {
  .header {
    padding-top: calc(0.9375rem + 0.9375 * (100vw - 48rem) / 42);
  }
}

@supports (padding-bottom: clamp(0.9375rem, -0.1339285714rem + 2.2321428571vw, 1.875rem)) {
  .header {
    padding-bottom: clamp(0.9375rem, -0.1339285714rem + 2.2321428571vw, 1.875rem);
  }
}

@supports not (padding-bottom: clamp(0.9375rem, -0.1339285714rem + 2.2321428571vw, 1.875rem)) {
  .header {
    padding-bottom: calc(0.9375rem + 0.9375 * (100vw - 48rem) / 42);
  }
}

.header__container {
  max-width: 85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 28px;
  position: relative;
  overflow: hidden;
}

@supports (margin-right: clamp(3.75rem, -21.5411392405rem + 52.6898734177vw, 24.5625rem)) {
  .header__logo {
    margin-right: clamp(3.75rem, -21.5411392405rem + 52.6898734177vw, 24.5625rem);
  }
}

@supports not (margin-right: clamp(3.75rem, -21.5411392405rem + 52.6898734177vw, 24.5625rem)) {
  .header__logo {
    margin-right: calc(3.75rem + 20.8125 * (100vw - 48rem) / 39.5);
  }
}

.header__logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: fill;
  object-fit: fill;
}

@supports (margin-right: clamp(3.4375rem, -7.8030063291rem + 23.417721519vw, 12.6875rem)) {
  .header__menu {
    margin-right: clamp(3.4375rem, -7.8030063291rem + 23.417721519vw, 12.6875rem);
  }
}

@supports not (margin-right: clamp(3.4375rem, -7.8030063291rem + 23.417721519vw, 12.6875rem)) {
  .header__menu {
    margin-right: calc(3.4375rem + 9.25 * (100vw - 48rem) / 39.5);
  }
}

@media (max-width: 897px) {
  .header__menu {
    margin-right: 0;
  }
}



.header__register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@supports ((-moz-column-gap: clamp(0.75rem, -0.6930379747rem + 3.0063291139vw, 1.9375rem)) or (column-gap: clamp(0.75rem, -0.6930379747rem + 3.0063291139vw, 1.9375rem))) {
  .header__register {
    -webkit-column-gap: clamp(0.75rem, -0.6930379747rem + 3.0063291139vw, 1.9375rem);
    -moz-column-gap: clamp(0.75rem, -0.6930379747rem + 3.0063291139vw, 1.9375rem);
    column-gap: clamp(0.75rem, -0.6930379747rem + 3.0063291139vw, 1.9375rem);
  }
}

@supports not ((-moz-column-gap: clamp(0.75rem, -0.6930379747rem + 3.0063291139vw, 1.9375rem)) or (column-gap: clamp(0.75rem, -0.6930379747rem + 3.0063291139vw, 1.9375rem))) {
  .header__register {
    -webkit-column-gap: calc(0.75rem + 1.1875 * (100vw - 48rem) / 39.5);
    -moz-column-gap: calc(0.75rem + 1.1875 * (100vw - 48rem) / 39.5);
    column-gap: calc(0.75rem + 1.1875 * (100vw - 48rem) / 39.5);
  }
}

.header__btn-sign-in-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header__btn-sign-in-link {
  font-weight: 450;
  min-width: 3.5rem;
  line-height: 1.2941176471;
  color: #313131;
  -webkit-transition: text-shadow 0.3s ease 0s;
  -o-transition: text-shadow 0.3s ease 0s;
  transition: text-shadow 0.3s ease 0s;
}

@supports (font-size: clamp(0.9375rem, 0.8786764706rem + 0.2941176471vw, 1.0625rem)) {
  .header__btn-sign-in-link {
    font-size: clamp(0.9375rem, 0.8786764706rem + 0.2941176471vw, 1.0625rem);
  }
}

@supports not (font-size: clamp(0.9375rem, 0.8786764706rem + 0.2941176471vw, 1.0625rem)) {
  .header__btn-sign-in-link {
    font-size: calc(0.9375rem + 0.125 * (100vw - 20rem) / 42.5);
  }
}

.header__btn-sign-up-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 155px;
  flex: 1 0 155px;
}

.header__btn-sign-up-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 450;
  line-height: 1.2941176471;
  color: #ffffff;
  padding: 18px 47px;
  background: rgba(49, 49, 49, 0.8);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@supports (font-size: clamp(0.9375rem, 0.8786764706rem + 0.2941176471vw, 1.0625rem)) {
  .header__btn-sign-up-link {
    font-size: clamp(0.9375rem, 0.8786764706rem + 0.2941176471vw, 1.0625rem);
  }
}

@supports not (font-size: clamp(0.9375rem, 0.8786764706rem + 0.2941176471vw, 1.0625rem)) {
  .header__btn-sign-up-link {
    font-size: calc(0.9375rem + 0.125 * (100vw - 20rem) / 42.5);
  }
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@supports ((-moz-column-gap: clamp(1.5rem, -0.4746835443rem + 4.1139240506vw, 3.125rem)) or (column-gap: clamp(1.5rem, -0.4746835443rem + 4.1139240506vw, 3.125rem))) {
  .menu__list {
    -webkit-column-gap: clamp(1.5rem, -0.4746835443rem + 4.1139240506vw, 3.125rem);
    -moz-column-gap: clamp(1.5rem, -0.4746835443rem + 4.1139240506vw, 3.125rem);
    column-gap: clamp(1.5rem, -0.4746835443rem + 4.1139240506vw, 3.125rem);
  }
}

@supports not ((-moz-column-gap: clamp(1.5rem, -0.4746835443rem + 4.1139240506vw, 3.125rem)) or (column-gap: clamp(1.5rem, -0.4746835443rem + 4.1139240506vw, 3.125rem))) {
  .menu__list {
    -webkit-column-gap: calc(1.5rem + 1.625 * (100vw - 48rem) / 39.5);
    -moz-column-gap: calc(1.5rem + 1.625 * (100vw - 48rem) / 39.5);
    column-gap: calc(1.5rem + 1.625 * (100vw - 48rem) / 39.5);
  }
}

.menu__item {
  font-weight: 450;
  font-size: 1.0625rem;
  line-height: 22px;
  line-height: 1.2941176471;
  color: #313131;
  position: relative;
}

.menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #ccb700;
  -webkit-transition: width 0.5s ease 0s;
  -o-transition: width 0.5s ease 0s;
  transition: width 0.5s ease 0s;
  -webkit-box-shadow: 0 0 1px #ccb700;
  box-shadow: 0 0 1px #ccb700;
}

.footer {
  background: #313131;
}

@supports (padding-top: clamp(1.875rem, -2.9079861111rem + 20.1388888889vw, 10.9375rem)) {
  .footer {
    padding-top: clamp(1.875rem, -2.9079861111rem + 20.1388888889vw, 10.9375rem);
  }
}

@supports not (padding-top: clamp(1.875rem, -2.9079861111rem + 20.1388888889vw, 10.9375rem)) {
  .footer {
    padding-top: calc(1.875rem + 9.0625 * (100vw - 23.75rem) / 45);
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__title-block {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 30.625rem;
}

@supports (margin-bottom: clamp(1.5625rem, 0.2604166667rem + 4.1666666667vw, 3.125rem)) {
  .footer__title-block {
    margin-bottom: clamp(1.5625rem, 0.2604166667rem + 4.1666666667vw, 3.125rem);
  }
}

@supports not (margin-bottom: clamp(1.5625rem, 0.2604166667rem + 4.1666666667vw, 3.125rem)) {
  .footer__title-block {
    margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 31.25rem) / 37.5);
  }
}

.footer__title-name {
  font-weight: 25rem;
  line-height: 126%;
  text-align: center;
  color: #FFFFFF;
}

@supports (font-size: clamp(2.1875rem, 1.5625rem + 2.8571428571vw, 4.0625rem)) {
  .footer__title-name {
    font-size: clamp(2.1875rem, 1.5625rem + 2.8571428571vw, 4.0625rem);
  }
}

@supports not (font-size: clamp(2.1875rem, 1.5625rem + 2.8571428571vw, 4.0625rem)) {
  .footer__title-name {
    font-size: calc(2.1875rem + 1.875 * (100vw - 21.875rem) / 65.625);
  }
}

.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@supports (gap: clamp(0.625rem, 0.25rem + 1vw, 0.9375rem)) {
  .footer__form {
    gap: clamp(0.625rem, 0.25rem + 1vw, 0.9375rem);
  }
}

@supports not (gap: clamp(0.625rem, 0.25rem + 1vw, 0.9375rem)) {
  .footer__form {
    gap: calc(0.625rem + 0.3125 * (100vw - 37.5rem) / 31.25);
  }
}

@supports (margin-bottom: clamp(1.875rem, -10.125rem + 32vw, 11.875rem)) {
  .footer__form {
    margin-bottom: clamp(1.875rem, -10.125rem + 32vw, 11.875rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -10.125rem + 32vw, 11.875rem)) {
  .footer__form {
    margin-bottom: calc(1.875rem + 10 * (100vw - 37.5rem) / 31.25);
  }
}

.footer__area {
  background: #313131;
  width: 26.5625rem;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.footer__area:focus {
  outline: none;
}

.footer__button {
  color: #313131;
  font-weight: 25rem;
  background: #FFFFFF;
  border-radius: 0.375rem;
  min-height: 3.125rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@supports (padding-top: clamp(1.125rem, -1.6691176471rem + 4.7058823529vw, 1.375rem)) {
  .footer__button {
    padding-top: clamp(1.125rem, -1.6691176471rem + 4.7058823529vw, 1.375rem);
  }
}

@supports not (padding-top: clamp(1.125rem, -1.6691176471rem + 4.7058823529vw, 1.375rem)) {
  .footer__button {
    padding-top: calc(1.125rem + 0.25 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (padding-bottom: clamp(1rem, -3.1911764706rem + 7.0588235294vw, 1.375rem)) {
  .footer__button {
    padding-bottom: clamp(1rem, -3.1911764706rem + 7.0588235294vw, 1.375rem);
  }
}

@supports not (padding-bottom: clamp(1rem, -3.1911764706rem + 7.0588235294vw, 1.375rem)) {
  .footer__button {
    padding-bottom: calc(1rem + 0.375 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (padding-right: clamp(2.1875rem, -7.5919117647rem + 16.4705882353vw, 3.0625rem)) {
  .footer__button {
    padding-right: clamp(2.1875rem, -7.5919117647rem + 16.4705882353vw, 3.0625rem);
  }
}

@supports not (padding-right: clamp(2.1875rem, -7.5919117647rem + 16.4705882353vw, 3.0625rem)) {
  .footer__button {
    padding-right: calc(2.1875rem + 0.875 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (padding-left: clamp(2.1875rem, -7.5919117647rem + 16.4705882353vw, 3.0625rem)) {
  .footer__button {
    padding-left: clamp(2.1875rem, -7.5919117647rem + 16.4705882353vw, 3.0625rem);
  }
}

@supports not (padding-left: clamp(2.1875rem, -7.5919117647rem + 16.4705882353vw, 3.0625rem)) {
  .footer__button {
    padding-left: calc(2.1875rem + 0.875 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (font-size: clamp(0.9375rem, -0.4595588235rem + 2.3529411765vw, 1.0625rem)) {
  .footer__button {
    font-size: clamp(0.9375rem, -0.4595588235rem + 2.3529411765vw, 1.0625rem);
  }
}

@supports not (font-size: clamp(0.9375rem, -0.4595588235rem + 2.3529411765vw, 1.0625rem)) {
  .footer__button {
    font-size: calc(0.9375rem + 0.125 * (100vw - 59.375rem) / 5.3125);
  }
}

.footer__button:hover {
  -webkit-box-shadow: 0 0 15px rgba(255, 253, 253, 0.8);
  box-shadow: 0 0 15px rgba(255, 253, 253, 0.8);
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@supports (gap: clamp(1.875rem, -21.6354166667rem + 50.8333333333vw, 13.3125rem)) {
  .footer__body {
    gap: clamp(1.875rem, -21.6354166667rem + 50.8333333333vw, 13.3125rem);
  }
}

@supports not (gap: clamp(1.875rem, -21.6354166667rem + 50.8333333333vw, 13.3125rem)) {
  .footer__body {
    gap: calc(1.875rem + 11.4375 * (100vw - 46.25rem) / 22.5);
  }
}

@supports (margin-bottom: clamp(1.875rem, -2.0069444444rem + 9.5555555556vw, 4.5625rem)) {
  .footer__body:not(:last-child) {
    margin-bottom: clamp(1.875rem, -2.0069444444rem + 9.5555555556vw, 4.5625rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -2.0069444444rem + 9.5555555556vw, 4.5625rem)) {
  .footer__body:not(:last-child) {
    margin-bottom: calc(1.875rem + 2.6875 * (100vw - 40.625rem) / 28.125);
  }
}

.footer__fitness {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 12rem;
}

@supports (gap: clamp(0.9375rem, -0.4166666667rem + 3.3333333333vw, 1.875rem)) {
  .footer__fitness {
    gap: clamp(0.9375rem, -0.4166666667rem + 3.3333333333vw, 1.875rem);
  }
}

@supports not (gap: clamp(0.9375rem, -0.4166666667rem + 3.3333333333vw, 1.875rem)) {
  .footer__fitness {
    gap: calc(0.9375rem + 0.9375 * (100vw - 40.625rem) / 28.125);
  }
}

.footer__fitness-image {
  position: relative;
  width: 4.5rem;
  height: 1.25rem;
  overflow: hidden;
}

.footer__fitness-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__fitness-text {
  font-weight: 25rem;
  font-size: 0.875rem;
  line-height: 128.5%;
  color: #FFFFFF;
}

.footer__copyright {
  text-align: center;
  padding-bottom: 1.5rem;
}

.footer__copyright p {
  font-weight: 25rem;
  line-height: 125%;
  color: #FFFFFF;
}

@supports (font-size: clamp(1.125rem, 0.9444444444rem + 0.4444444444vw, 1.25rem)) {
  .footer__copyright p {
    font-size: clamp(1.125rem, 0.9444444444rem + 0.4444444444vw, 1.25rem);
  }
}

@supports not (font-size: clamp(1.125rem, 0.9444444444rem + 0.4444444444vw, 1.25rem)) {
  .footer__copyright p {
    font-size: calc(1.125rem + 0.125 * (100vw - 40.625rem) / 28.125);
  }
}

.menu-footer__column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 5.125rem) minmax(auto, 7.6875rem) minmax(auto, 8.4375rem);
  grid-template-columns: minmax(auto, 5.125rem) minmax(auto, 7.6875rem) minmax(auto, 8.4375rem);
}

@supports (gap: clamp(1.875rem, -8.9583333333rem + 26.6666666667vw, 9.375rem)) {
  .menu-footer__column {
    gap: clamp(1.875rem, -8.9583333333rem + 26.6666666667vw, 9.375rem);
  }
}

@supports not (gap: clamp(1.875rem, -8.9583333333rem + 26.6666666667vw, 9.375rem)) {
  .menu-footer__column {
    gap: calc(1.875rem + 7.5 * (100vw - 40.625rem) / 28.125);
  }
}

.menu-footer__pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.75rem;
}

@supports (row-gap: clamp(1.125rem, 0.2222222222rem + 2.2222222222vw, 1.75rem)) {
  .menu-footer__pc {
    row-gap: clamp(1.125rem, 0.2222222222rem + 2.2222222222vw, 1.75rem);
  }
}

@supports not (row-gap: clamp(1.125rem, 0.2222222222rem + 2.2222222222vw, 1.75rem)) {
  .menu-footer__pc {
    row-gap: calc(1.125rem + 0.625 * (100vw - 40.625rem) / 28.125);
  }
}

.menu-footer__name {
  font-weight: 25rem;
  line-height: 125%;
  color: #FFFFFF;
}

@supports (font-size: clamp(1.125rem, 0.9444444444rem + 0.4444444444vw, 1.25rem)) {
  .menu-footer__name {
    font-size: clamp(1.125rem, 0.9444444444rem + 0.4444444444vw, 1.25rem);
  }
}

@supports not (font-size: clamp(1.125rem, 0.9444444444rem + 0.4444444444vw, 1.25rem)) {
  .menu-footer__name {
    font-size: calc(1.125rem + 0.125 * (100vw - 40.625rem) / 28.125);
  }
}

.menu-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@supports (row-gap: clamp(0.8125rem, -0.0902777778rem + 2.2222222222vw, 1.4375rem)) {
  .menu-footer__list {
    row-gap: clamp(0.8125rem, -0.0902777778rem + 2.2222222222vw, 1.4375rem);
  }
}

@supports not (row-gap: clamp(0.8125rem, -0.0902777778rem + 2.2222222222vw, 1.4375rem)) {
  .menu-footer__list {
    row-gap: calc(0.8125rem + 0.625 * (100vw - 40.625rem) / 28.125);
  }
}

.menu-footer__item {
  font-weight: 25rem;
  font-size: 0.875rem;
  line-height: 128.5%;
  color: #FFFFFF;
}

.menu-footer__item:hover {
  text-decoration: underline;
}

.spollers-menu-footer {
  display: none;
}

.spollers-menu-footer__column {
  width: 100%;
}

.spollers-menu-footer__title {
  font-weight: 25rem;
  line-height: 125%;
  color: #FFFFFF;
  position: relative;
  width: 100%;
}

@supports (font-size: clamp(1.125rem, 0.9444444444rem + 0.4444444444vw, 1.25rem)) {
  .spollers-menu-footer__title {
    font-size: clamp(1.125rem, 0.9444444444rem + 0.4444444444vw, 1.25rem);
  }
}

@supports not (font-size: clamp(1.125rem, 0.9444444444rem + 0.4444444444vw, 1.25rem)) {
  .spollers-menu-footer__title {
    font-size: calc(1.125rem + 0.125 * (100vw - 40.625rem) / 28.125);
  }
}

.spollers-menu-footer__title._spoller-active::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.spollers-menu-footer__title::before {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  content: "▶";
  font-size: 0.75rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: -1px;
  right: 0;
}

.spollers-menu-footer__list {
  padding-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@supports (row-gap: clamp(0.8125rem, -0.0902777778rem + 2.2222222222vw, 1.4375rem)) {
  .spollers-menu-footer__list {
    row-gap: clamp(0.8125rem, -0.0902777778rem + 2.2222222222vw, 1.4375rem);
  }
}

@supports not (row-gap: clamp(0.8125rem, -0.0902777778rem + 2.2222222222vw, 1.4375rem)) {
  .spollers-menu-footer__list {
    row-gap: calc(0.8125rem + 0.625 * (100vw - 40.625rem) / 28.125);
  }
}

.spollers-menu-footer__item {
  font-weight: 25rem;
  font-size: 0.875rem;
  line-height: 128.5%;
  color: #FFFFFF;
}

@supports (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__health-fitness:not(:last-child) {
    margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__health-fitness:not(:last-child) {
    margin-bottom: calc(1.875rem + 6.875 * (100vw - 21.25rem) / 66.25);
  }
}

@supports (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__our-partners:not(:last-child) {
    margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__our-partners:not(:last-child) {
    margin-bottom: calc(1.875rem + 6.875 * (100vw - 21.25rem) / 66.25);
  }
}

@supports (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__about-what:not(:last-child) {
    margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__about-what:not(:last-child) {
    margin-bottom: calc(1.875rem + 6.875 * (100vw - 21.25rem) / 66.25);
  }
}

@supports (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__how-it-works:not(:last-child) {
    margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__how-it-works:not(:last-child) {
    margin-bottom: calc(1.875rem + 6.875 * (100vw - 21.25rem) / 66.25);
  }
}

@supports (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__our-regular-blog:not(:last-child) {
    margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__our-regular-blog:not(:last-child) {
    margin-bottom: calc(1.875rem + 6.875 * (100vw - 21.25rem) / 66.25);
  }
}

@supports (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__faqs:not(:last-child) {
    margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__faqs:not(:last-child) {
    margin-bottom: calc(1.875rem + 6.875 * (100vw - 21.25rem) / 66.25);
  }
}

@supports (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__what-customes {
    margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -0.3301886792rem + 10.3773584906vw, 8.75rem)) {
  .page__what-customes {
    margin-bottom: calc(1.875rem + 6.875 * (100vw - 21.25rem) / 66.25);
  }
}

.health-fitness__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.5625rem;
  -moz-column-gap: 1.5625rem;
  column-gap: 1.5625rem;
  height: 100%;
}

.health-fitness__image {
  position: relative;
  top: -44px;
  min-height: 650px;
  padding-bottom: 84%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@supports (top: clamp(-2.75rem, 1.625rem + -5vw, -2.125rem)) {
  .health-fitness__image {
    top: clamp(-2.75rem, 1.625rem + -5vw, -2.125rem);
  }
}

@supports not (top: clamp(-2.75rem, 1.625rem + -5vw, -2.125rem)) {
  .health-fitness__image {
    top: calc(-2.125rem + -0.625 * (100vw - 75rem) / 12.5);
  }
}

.health-fitness__image::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 660px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  background: rgba(255, 230, 0, 0.9);
  border-radius: 250px 250px 0px 0px;
}

@supports (width: clamp(21.875rem, -34.375rem + 75vw, 31.25rem)) {
  .health-fitness__image::after {
    width: clamp(21.875rem, -34.375rem + 75vw, 31.25rem);
  }
}

@supports not (width: clamp(21.875rem, -34.375rem + 75vw, 31.25rem)) {
  .health-fitness__image::after {
    width: calc(21.875rem + 9.375 * (100vw - 75rem) / 12.5);
  }
}

@supports (height: clamp(28.125rem, -50.625rem + 105vw, 41.25rem)) {
  .health-fitness__image::after {
    height: clamp(28.125rem, -50.625rem + 105vw, 41.25rem);
  }
}

@supports not (height: clamp(28.125rem, -50.625rem + 105vw, 41.25rem)) {
  .health-fitness__image::after {
    height: calc(28.125rem + 13.125 * (100vw - 75rem) / 12.5);
  }
}

.health-fitness__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}

.health-fitness__line-1 {
  position: absolute;
  width: 100%;
  height: 40%;
  top: 18%;
  right: 50%;
  z-index: 0;
}

.health-fitness__line-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 18%;
  left: 50%;
  z-index: 1;
}

.body-fitness-health__title-block {
  display: block;
}

.body-fitness-health__title {
  font-weight: 900;
  color: #313131;
  line-height: 0.87;
}

@supports (font-size: clamp(3.75rem, -3.7215099715rem + 11.396011396vw, 6.25rem)) {
  .body-fitness-health__title {
    font-size: clamp(3.75rem, -3.7215099715rem + 11.396011396vw, 6.25rem);
  }
}

@supports not (font-size: clamp(3.75rem, -3.7215099715rem + 11.396011396vw, 6.25rem)) {
  .body-fitness-health__title {
    font-size: calc(3.75rem + 2.5 * (100vw - 65.5625rem) / 21.9375);
  }
}

@supports (margin-bottom: clamp(0.75rem, -0.1492718447rem + 1.4563106796vw, 1.125rem)) {
  .body-fitness-health__title {
    margin-bottom: clamp(0.75rem, -0.1492718447rem + 1.4563106796vw, 1.125rem);
  }
}

@supports not (margin-bottom: clamp(0.75rem, -0.1492718447rem + 1.4563106796vw, 1.125rem)) {
  .body-fitness-health__title {
    margin-bottom: calc(0.75rem + 0.375 * (100vw - 61.75rem) / 25.75);
  }
}

.body-fitness-health__ampersand-title {
  position: relative;
}

@supports (padding-left: clamp(2.875rem, -3.5rem + 9.7142857143vw, 5rem)) {
  .body-fitness-health__ampersand-title {
    padding-left: clamp(2.875rem, -3.5rem + 9.7142857143vw, 5rem);
  }
}

@supports not (padding-left: clamp(2.875rem, -3.5rem + 9.7142857143vw, 5rem)) {
  .body-fitness-health__ampersand-title {
    padding-left: calc(2.875rem + 2.125 * (100vw - 65.625rem) / 21.875);
  }
}

.body-fitness-health__ampersand-title::after {
  content: "";
  position: absolute;
  background: url("../img/&.svg") center/contain no-repeat;
  top: -26px;
  left: 2px;
}

@supports (width: clamp(3.6875rem, -3.9707977208rem + 11.6809116809vw, 6.25rem)) {
  .body-fitness-health__ampersand-title::after {
    width: clamp(3.6875rem, -3.9707977208rem + 11.6809116809vw, 6.25rem);
  }
}

@supports not (width: clamp(3.6875rem, -3.9707977208rem + 11.6809116809vw, 6.25rem)) {
  .body-fitness-health__ampersand-title::after {
    width: calc(3.6875rem + 2.5625 * (100vw - 65.5625rem) / 21.9375);
  }
}

@supports (height: clamp(4.375rem, -3.2832977208rem + 11.6809116809vw, 6.9375rem)) {
  .body-fitness-health__ampersand-title::after {
    height: clamp(4.375rem, -3.2832977208rem + 11.6809116809vw, 6.9375rem);
  }
}

@supports not (height: clamp(4.375rem, -3.2832977208rem + 11.6809116809vw, 6.9375rem)) {
  .body-fitness-health__ampersand-title::after {
    height: calc(4.375rem + 2.5625 * (100vw - 65.5625rem) / 21.9375);
  }
}

@supports (top: clamp(-1.8125rem, 0.375rem + -2.5vw, -1.25rem)) {
  .body-fitness-health__ampersand-title::after {
    top: clamp(-1.8125rem, 0.375rem + -2.5vw, -1.25rem);
  }
}

@supports not (top: clamp(-1.8125rem, 0.375rem + -2.5vw, -1.25rem)) {
  .body-fitness-health__ampersand-title::after {
    top: calc(-1.25rem + -0.5625 * (100vw - 65rem) / 22.5);
  }
}

@supports (margin-bottom: clamp(0.875rem, -0.5416666667rem + 2.8333333333vw, 1.9375rem)) {
  .body-fitness-health__guidance {
    margin-bottom: clamp(0.875rem, -0.5416666667rem + 2.8333333333vw, 1.9375rem);
  }
}

@supports not (margin-bottom: clamp(0.875rem, -0.5416666667rem + 2.8333333333vw, 1.9375rem)) {
  .body-fitness-health__guidance {
    margin-bottom: calc(0.875rem + 1.0625 * (100vw - 50rem) / 37.5);
  }
}

.body-fitness-health__guidance p {
  font-weight: 700;
  line-height: 1.25;
  color: #313131;
}

@supports (font-size: clamp(1.125rem, 0.8125rem + 0.5vw, 1.25rem)) {
  .body-fitness-health__guidance p {
    font-size: clamp(1.125rem, 0.8125rem + 0.5vw, 1.25rem);
  }
}

@supports not (font-size: clamp(1.125rem, 0.8125rem + 0.5vw, 1.25rem)) {
  .body-fitness-health__guidance p {
    font-size: calc(1.125rem + 0.125 * (100vw - 62.5rem) / 25);
  }
}

.body-fitness-health__text {
  max-width: 29.25rem;
}

@supports (margin-bottom: clamp(1.6875rem, -1.5625rem + 6.5vw, 4.125rem)) {
  .body-fitness-health__text {
    margin-bottom: clamp(1.6875rem, -1.5625rem + 6.5vw, 4.125rem);
  }
}

@supports not (margin-bottom: clamp(1.6875rem, -1.5625rem + 6.5vw, 4.125rem)) {
  .body-fitness-health__text {
    margin-bottom: calc(1.6875rem + 2.4375 * (100vw - 50rem) / 37.5);
  }
}

.body-fitness-health__text p {
  font-weight: 400;
  line-height: 1.25;
  color: #313131;
}

@supports (font-size: clamp(1.125rem, 0.8125rem + 0.5vw, 1.25rem)) {
  .body-fitness-health__text p {
    font-size: clamp(1.125rem, 0.8125rem + 0.5vw, 1.25rem);
  }
}

@supports not (font-size: clamp(1.125rem, 0.8125rem + 0.5vw, 1.25rem)) {
  .body-fitness-health__text p {
    font-size: calc(1.125rem + 0.125 * (100vw - 62.5rem) / 25);
  }
}

.body-fitness-health__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.body-fitness-health__area {
  border: 1px solid #000;
  font-size: 1.0625rem;
  border-radius: 5px 0 0 5px;
}

@supports (width: clamp(15.625rem, 1.9321533923rem + 20.6489675516vw, 20rem)) {
  .body-fitness-health__area {
    width: clamp(15.625rem, 1.9321533923rem + 20.6489675516vw, 20rem);
  }
}

@supports not (width: clamp(15.625rem, 1.9321533923rem + 20.6489675516vw, 20rem)) {
  .body-fitness-health__area {
    width: calc(15.625rem + 4.375 * (100vw - 66.3125rem) / 21.1875);
  }
}

@supports (padding-left: clamp(0.5rem, -0.90625rem + 2.25vw, 1.0625rem)) {
  .body-fitness-health__area {
    padding-left: clamp(0.5rem, -0.90625rem + 2.25vw, 1.0625rem);
  }
}

@supports not (padding-left: clamp(0.5rem, -0.90625rem + 2.25vw, 1.0625rem)) {
  .body-fitness-health__area {
    padding-left: calc(0.5rem + 0.5625 * (100vw - 62.5rem) / 25);
  }
}

.body-fitness-health__area::-webkit-input-placeholder {
  font-weight: 400;
  line-height: 1.2941176471;
  color: #000000;
  opacity: 0.35;
}

.body-fitness-health__area::-moz-placeholder {
  font-weight: 400;
  line-height: 1.2941176471;
  color: #000000;
  opacity: 0.35;
}

.body-fitness-health__area:-ms-input-placeholder {
  font-weight: 400;
  line-height: 1.2941176471;
  color: #000000;
  opacity: 0.35;
}

.body-fitness-health__area::-ms-input-placeholder {
  font-weight: 400;
  line-height: 1.2941176471;
  color: #000000;
  opacity: 0.35;
}

.body-fitness-health__area::placeholder {
  font-weight: 400;
  line-height: 1.2941176471;
  color: #000000;
  opacity: 0.35;
}

@supports (font-size: clamp(0.75rem, 0.6007462687rem + 0.7462686567vw, 1.0625rem)) {
  .body-fitness-health__area::-webkit-input-placeholder {
    font-size: clamp(0.75rem, 0.6007462687rem + 0.7462686567vw, 1.0625rem);
  }

  .body-fitness-health__area::-moz-placeholder {
    font-size: clamp(0.75rem, 0.6007462687rem + 0.7462686567vw, 1.0625rem);
  }

  .body-fitness-health__area:-ms-input-placeholder {
    font-size: clamp(0.75rem, 0.6007462687rem + 0.7462686567vw, 1.0625rem);
  }

  .body-fitness-health__area::-ms-input-placeholder {
    font-size: clamp(0.75rem, 0.6007462687rem + 0.7462686567vw, 1.0625rem);
  }

  .body-fitness-health__area::placeholder {
    font-size: clamp(0.75rem, 0.6007462687rem + 0.7462686567vw, 1.0625rem);
  }
}

@supports not (font-size: clamp(0.75rem, 0.6007462687rem + 0.7462686567vw, 1.0625rem)) {
  .body-fitness-health__area::-webkit-input-placeholder {
    font-size: calc(0.75rem + 0.3125 * (100vw - 20rem) / 41.875);
  }

  .body-fitness-health__area::-moz-placeholder {
    font-size: calc(0.75rem + 0.3125 * (100vw - 20rem) / 41.875);
  }

  .body-fitness-health__area:-ms-input-placeholder {
    font-size: calc(0.75rem + 0.3125 * (100vw - 20rem) / 41.875);
  }

  .body-fitness-health__area::-ms-input-placeholder {
    font-size: calc(0.75rem + 0.3125 * (100vw - 20rem) / 41.875);
  }

  .body-fitness-health__area::placeholder {
    font-size: calc(0.75rem + 0.3125 * (100vw - 20rem) / 41.875);
  }
}

.body-fitness-health__area:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.body-fitness-health__submit-link {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.375;
  color: #FFFFFF;
  padding: 1.125rem 3.375rem;
  background: #313131;
  cursor: pointer;
  -webkit-transition: all 0.27s ease 0s;
  -o-transition: all 0.27s ease 0s;
  transition: all 0.27s ease 0s;
  border-radius: 0 5px 5px 0;
}

@supports (font-size: clamp(0.8125rem, 0.1875rem + 1vw, 1.0625rem)) {
  .body-fitness-health__submit-link {
    font-size: clamp(0.8125rem, 0.1875rem + 1vw, 1.0625rem);
  }
}

@supports not (font-size: clamp(0.8125rem, 0.1875rem + 1vw, 1.0625rem)) {
  .body-fitness-health__submit-link {
    font-size: calc(0.8125rem + 0.25 * (100vw - 62.5rem) / 25);
  }
}

@supports (padding-top: clamp(0.75rem, -0.125rem + 1.4285714286vw, 1.125rem)) {
  .body-fitness-health__submit-link {
    padding-top: clamp(0.75rem, -0.125rem + 1.4285714286vw, 1.125rem);
  }
}

@supports not (padding-top: clamp(0.75rem, -0.125rem + 1.4285714286vw, 1.125rem)) {
  .body-fitness-health__submit-link {
    padding-top: calc(0.75rem + 0.375 * (100vw - 61.25rem) / 26.25);
  }
}

@supports (padding-bottom: clamp(0.75rem, -0.125rem + 1.4285714286vw, 1.125rem)) {
  .body-fitness-health__submit-link {
    padding-bottom: clamp(0.75rem, -0.125rem + 1.4285714286vw, 1.125rem);
  }
}

@supports not (padding-bottom: clamp(0.75rem, -0.125rem + 1.4285714286vw, 1.125rem)) {
  .body-fitness-health__submit-link {
    padding-bottom: calc(0.75rem + 0.375 * (100vw - 61.25rem) / 26.25);
  }
}

@supports (padding-right: clamp(1.75rem, -2.0416666667rem + 6.1904761905vw, 3.375rem)) {
  .body-fitness-health__submit-link {
    padding-right: clamp(1.75rem, -2.0416666667rem + 6.1904761905vw, 3.375rem);
  }
}

@supports not (padding-right: clamp(1.75rem, -2.0416666667rem + 6.1904761905vw, 3.375rem)) {
  .body-fitness-health__submit-link {
    padding-right: calc(1.75rem + 1.625 * (100vw - 61.25rem) / 26.25);
  }
}

@supports (padding-left: clamp(1.75rem, -2.0416666667rem + 6.1904761905vw, 3.375rem)) {
  .body-fitness-health__submit-link {
    padding-left: clamp(1.75rem, -2.0416666667rem + 6.1904761905vw, 3.375rem);
  }
}

@supports not (padding-left: clamp(1.75rem, -2.0416666667rem + 6.1904761905vw, 3.375rem)) {
  .body-fitness-health__submit-link {
    padding-left: calc(1.75rem + 1.625 * (100vw - 61.25rem) / 26.25);
  }
}

.body-fitness-health__submit-link:hover {
  -webkit-box-shadow: 0 0 10px rgb(0, 0, 0);
  box-shadow: 0 0 10px rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.92);
}

.our-partners__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  position: relative;
}

.our-partners__body {
  max-width: 30.6875rem;
}

@supports (margin-bottom: clamp(0.9375rem, 0.5528846154rem + 1.9230769231vw, 1.875rem)) {
  .our-partners__title-block:not(:last-child) {
    margin-bottom: clamp(0.9375rem, 0.5528846154rem + 1.9230769231vw, 1.875rem);
  }
}

@supports not (margin-bottom: clamp(0.9375rem, 0.5528846154rem + 1.9230769231vw, 1.875rem)) {
  .our-partners__title-block:not(:last-child) {
    margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 48.75);
  }
}

.our-partners__title-name {
  font-weight: 400;
  line-height: 126%;
  color: #313131;
}

@supports (font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem)) {
  .our-partners__title-name {
    font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem);
  }
}

@supports not (font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem)) {
  .our-partners__title-name {
    font-size: calc(1.875rem + 2.1875 * (100vw - 21.875rem) / 65.625);
  }
}

.our-partners__text p {
  font-weight: 400;
  line-height: 25px;
  color: #313131;
}

@supports (font-size: clamp(1.0625rem, 0.95703125rem + 0.46875vw, 1.25rem)) {
  .our-partners__text p {
    font-size: clamp(1.0625rem, 0.95703125rem + 0.46875vw, 1.25rem);
  }
}

@supports not (font-size: clamp(1.0625rem, 0.95703125rem + 0.46875vw, 1.25rem)) {
  .our-partners__text p {
    font-size: calc(1.0625rem + 0.1875 * (100vw - 22.5rem) / 40);
  }
}

.our-partners__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  min-width: 35.125rem;
}

@supports (gap: clamp(1.25rem, 0.7352941176rem + 2.3529411765vw, 2.5rem)) {
  .our-partners__images {
    gap: clamp(1.25rem, 0.7352941176rem + 2.3529411765vw, 2.5rem);
  }
}

@supports not (gap: clamp(1.25rem, 0.7352941176rem + 2.3529411765vw, 2.5rem)) {
  .our-partners__images {
    gap: calc(1.25rem + 1.25 * (100vw - 21.875rem) / 53.125);
  }
}

.our-partners__image {
  position: relative;
  width: 16.3125rem;
  height: 6.75rem;
  overflow: hidden;
}

.our-partners__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.our-partners__dots {
  position: absolute;
  bottom: -92px;
  left: -140px;
  height: 9.91375rem;
  width: 11.5rem;
  overflow: hidden;
}

.our-partners__dots img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-what {
  position: relative;
}

.about-what__container {
  max-width: 73.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875rem;
  position: relative;
  z-index: 1;
  padding-bottom: 8.0625rem;
}

@media (max-width: 1152px) {
  .about-what__container {
    padding-bottom: 0;
  }
}

.about-what__bg-yellow {
  position: absolute;
  width: 70.625rem;
  height: 80%;
  bottom: 0;
  left: 0;
  background: #fffce6;
  border-radius: 0px 300px 0px 0px;
}

.about-what__bg {
  position: absolute;
  width: 50%;
  height: 80%;
  bottom: 0;
  left: 0;
  background: #fffce6;
  z-index: 0;
}

.about-what__we-do {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  position: relative;
  z-index: 1;
}

.about-what__dots {
  position: absolute;
  bottom: -80px;
  left: -140px;
  height: 9.91375rem;
  width: 11.5rem;
  overflow: hidden;
  z-index: 1;
}

.about-what__dots img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-us {
  position: relative;
  z-index: 1;
}

@supports (padding-left: clamp(0.0000000625rem, -21.4843744004rem + 31.2499992188vw, 2.5rem)) {
  .about-us__title {
    padding-left: clamp(0.0000000625rem, -21.4843744004rem + 31.2499992188vw, 2.5rem);
  }
}

@supports not (padding-left: clamp(0.0000000625rem, -21.4843744004rem + 31.2499992188vw, 2.5rem)) {
  .about-us__title {
    padding-left: calc(0.0000000625rem + 2.4999999375 * (100vw - 68.75rem) / 8);
  }
}

@supports (margin-bottom: clamp(1.25rem, 0.9760273973rem + 1.3698630137vw, 1.875rem)) {
  .about-us__title:not(:last-child) {
    margin-bottom: clamp(1.25rem, 0.9760273973rem + 1.3698630137vw, 1.875rem);
  }
}

@supports not (margin-bottom: clamp(1.25rem, 0.9760273973rem + 1.3698630137vw, 1.875rem)) {
  .about-us__title:not(:last-child) {
    margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 45.625);
  }
}

@supports (padding-left: clamp(0.0000000625rem, -21.4843744004rem + 31.2499992188vw, 2.5rem)) {
  .about-us__text {
    padding-left: clamp(0.0000000625rem, -21.4843744004rem + 31.2499992188vw, 2.5rem);
  }
}

@supports not (padding-left: clamp(0.0000000625rem, -21.4843744004rem + 31.2499992188vw, 2.5rem)) {
  .about-us__text {
    padding-left: calc(0.0000000625rem + 2.4999999375 * (100vw - 68.75rem) / 8);
  }
}

@supports (margin-bottom: clamp(1.875rem, 0.6421232877rem + 6.1643835616vw, 4.6875rem)) {
  .about-us__text:not(:last-child) {
    margin-bottom: clamp(1.875rem, 0.6421232877rem + 6.1643835616vw, 4.6875rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, 0.6421232877rem + 6.1643835616vw, 4.6875rem)) {
  .about-us__text:not(:last-child) {
    margin-bottom: calc(1.875rem + 2.8125 * (100vw - 20rem) / 45.625);
  }
}

.about-us__image {
  width: 509px;
  height: 676px;
  position: relative;
}

@supports (margin-bottom: clamp(1.5625rem, 0.1926369863rem + 6.8493150685vw, 4.6875rem)) {
  .about-us__image:not(:last-child) {
    margin-bottom: clamp(1.5625rem, 0.1926369863rem + 6.8493150685vw, 4.6875rem);
  }
}

@supports not (margin-bottom: clamp(1.5625rem, 0.1926369863rem + 6.8493150685vw, 4.6875rem)) {
  .about-us__image:not(:last-child) {
    margin-bottom: calc(1.5625rem + 3.125 * (100vw - 20rem) / 45.625);
  }
}

.about-us__image::after {
  content: "";
  position: absolute;
  top: 1.375rem;
  right: 1.5625rem;
  width: 509px;
  height: 676px;
  border: 1px solid #313131;
  z-index: 2;
  border-radius: 200px 0px 0px 0px;
}

.about-us__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  border-radius: 12.5rem 0px 0px 0px;
}

.title-about-what__name {
  font-weight: 25rem;
  line-height: 126%;
  color: #313131;
}

@supports (font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem)) {
  .title-about-what__name {
    font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem);
  }
}

@supports not (font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem)) {
  .title-about-what__name {
    font-size: calc(1.875rem + 2.1875 * (100vw - 21.875rem) / 65.625);
  }
}

.text-about-what {
  max-width: 30.6875rem;
}

.text-about-what__paragraph {
  font-weight: 400;
  line-height: 125%;
  color: #5F5F5F;
}

@supports (font-size: clamp(1.0625rem, 0.975rem + 0.4vw, 1.25rem)) {
  .text-about-what__paragraph {
    font-size: clamp(1.0625rem, 0.975rem + 0.4vw, 1.25rem);
  }
}

@supports not (font-size: clamp(1.0625rem, 0.975rem + 0.4vw, 1.25rem)) {
  .text-about-what__paragraph {
    font-size: calc(1.0625rem + 0.1875 * (100vw - 21.875rem) / 46.875);
  }
}

@supports (margin-bottom: clamp(0.9375rem, 0.5rem + 2vw, 1.875rem)) {
  .text-about-what__paragraph_margin-bottom:not(:last-child) {
    margin-bottom: clamp(0.9375rem, 0.5rem + 2vw, 1.875rem);
  }
}

@supports not (margin-bottom: clamp(0.9375rem, 0.5rem + 2vw, 1.875rem)) {
  .text-about-what__paragraph_margin-bottom:not(:last-child) {
    margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 21.875rem) / 46.875);
  }
}

.text-about-what_max-width {
  max-width: 31.875rem;
  padding-bottom: 3.875rem;
  padding-left: 0;
}

@supports (padding-bottom: clamp(0.0000000625rem, -23.6805551111rem + 38.271604321vw, 3.875rem)) {
  .text-about-what_max-width {
    padding-bottom: clamp(0.0000000625rem, -23.6805551111rem + 38.271604321vw, 3.875rem);
  }
}

@supports not (padding-bottom: clamp(0.0000000625rem, -23.6805551111rem + 38.271604321vw, 3.875rem)) {
  .text-about-what_max-width {
    padding-bottom: calc(0.0000000625rem + 3.8749999375 * (100vw - 61.875rem) / 10.125);
  }
}

@supports (margin-bottom: clamp(1.25rem, 0.9760273973rem + 1.3698630137vw, 1.875rem)) {
  .what-we-do__title:not(:last-child) {
    margin-bottom: clamp(1.25rem, 0.9760273973rem + 1.3698630137vw, 1.875rem);
  }
}

@supports not (margin-bottom: clamp(1.25rem, 0.9760273973rem + 1.3698630137vw, 1.875rem)) {
  .what-we-do__title:not(:last-child) {
    margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 45.625);
  }
}

@supports (margin-bottom: clamp(1.875rem, -1.2756849315rem + 15.7534246575vw, 9.0625rem)) {
  .what-we-do__text:not(:last-child) {
    margin-bottom: clamp(1.875rem, -1.2756849315rem + 15.7534246575vw, 9.0625rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -1.2756849315rem + 15.7534246575vw, 9.0625rem)) {
  .what-we-do__text:not(:last-child) {
    margin-bottom: calc(1.875rem + 7.1875 * (100vw - 20rem) / 45.625);
  }
}

.what-we-do__image {
  width: 586px;
  height: 905px;
  position: relative;
}

.what-we-do__image::after {
  content: "";
  position: absolute;
  top: 1.375rem;
  right: 1.5625rem;
  width: 586px;
  height: 905px;
  border: 1px solid #313131;
  z-index: 2;
  border-radius: 0px 0px 12.5rem 0px;
}

.what-we-do__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  border-radius: 0px 0px 12.5rem 0px;
}

.how-it-works {
  position: relative;
}

.how-it-works__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(18.125rem, 31.625rem) minmax(18.125rem, 33.125rem);
  grid-template-columns: minmax(18.125rem, 31.625rem) minmax(18.125rem, 33.125rem);
}

@supports (gap: clamp(1.875rem, -20.9444444444rem + 39.2592592593vw, 8.5rem)) {
  .how-it-works__container {
    gap: clamp(1.875rem, -20.9444444444rem + 39.2592592593vw, 8.5rem);
  }
}

@supports not (gap: clamp(1.875rem, -20.9444444444rem + 39.2592592593vw, 8.5rem)) {
  .how-it-works__container {
    gap: calc(1.875rem + 6.625 * (100vw - 58.125rem) / 16.875);
  }
}

.how-it-works__dots {
  position: absolute;
  bottom: -180px;
  right: -40px;
  height: 9.91375rem;
  width: 11.5rem;
  overflow: hidden;
}

.how-it-works__dots img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

@supports (margin-bottom: clamp(0.9375rem, 0.4545454545rem + 2.2727272727vw, 1.875rem)) {
  .action-how-it-works__title-block:not(:last-child) {
    margin-bottom: clamp(0.9375rem, 0.4545454545rem + 2.2727272727vw, 1.875rem);
  }
}

@supports not (margin-bottom: clamp(0.9375rem, 0.4545454545rem + 2.2727272727vw, 1.875rem)) {
  .action-how-it-works__title-block:not(:last-child) {
    margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 21.25rem) / 41.25);
  }
}

.action-how-it-works__title-name {
  font-weight: 25rem;
  line-height: 126%;
  color: #313131;
}

@supports (font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem)) {
  .action-how-it-works__title-name {
    font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem);
  }
}

@supports not (font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem)) {
  .action-how-it-works__title-name {
    font-size: calc(1.875rem + 2.1875 * (100vw - 21.875rem) / 65.625);
  }
}

@supports (margin-bottom: clamp(1.25rem, 0.6060606061rem + 3.0303030303vw, 2.5rem)) {
  .action-how-it-works__text:not(:last-child) {
    margin-bottom: clamp(1.25rem, 0.6060606061rem + 3.0303030303vw, 2.5rem);
  }
}

@supports not (margin-bottom: clamp(1.25rem, 0.6060606061rem + 3.0303030303vw, 2.5rem)) {
  .action-how-it-works__text:not(:last-child) {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 21.25rem) / 41.25);
  }
}

.action-how-it-works__text p {
  font-weight: 400;
  line-height: 125%;
  color: #5F5F5F;
}

@supports (font-size: clamp(1rem, 0.9166666667rem + 0.380952381vw, 1.25rem)) {
  .action-how-it-works__text p {
    font-size: clamp(1rem, 0.9166666667rem + 0.380952381vw, 1.25rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9166666667rem + 0.380952381vw, 1.25rem)) {
  .action-how-it-works__text p {
    font-size: calc(1rem + 0.25 * (100vw - 21.875rem) / 65.625);
  }
}

.action-how-it-works__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@supports (gap: clamp(0.625rem, -0.078125rem + 3.125vw, 1.875rem)) {
  .action-how-it-works__buttons {
    gap: clamp(0.625rem, -0.078125rem + 3.125vw, 1.875rem);
  }
}

@supports not (gap: clamp(0.625rem, -0.078125rem + 3.125vw, 1.875rem)) {
  .action-how-it-works__buttons {
    gap: calc(0.625rem + 1.25 * (100vw - 22.5rem) / 40);
  }
}

.action-how-it-works__button-account-block {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.action-how-it-works__button-account-link {
  font-weight: 25rem;
  color: #FFFFFF;
  background: #313131;
  border-radius: 0.375rem;
  min-height: 3.625rem;
  border: 1px solid #313131;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@supports (padding-top: clamp(1.125rem, -1.6691176471rem + 4.7058823529vw, 1.375rem)) {
  .action-how-it-works__button-account-link {
    padding-top: clamp(1.125rem, -1.6691176471rem + 4.7058823529vw, 1.375rem);
  }
}

@supports not (padding-top: clamp(1.125rem, -1.6691176471rem + 4.7058823529vw, 1.375rem)) {
  .action-how-it-works__button-account-link {
    padding-top: calc(1.125rem + 0.25 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (padding-bottom: clamp(1rem, -3.1911764706rem + 7.0588235294vw, 1.375rem)) {
  .action-how-it-works__button-account-link {
    padding-bottom: clamp(1rem, -3.1911764706rem + 7.0588235294vw, 1.375rem);
  }
}

@supports not (padding-bottom: clamp(1rem, -3.1911764706rem + 7.0588235294vw, 1.375rem)) {
  .action-how-it-works__button-account-link {
    padding-bottom: calc(1rem + 0.375 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (padding-right: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem)) {
  .action-how-it-works__button-account-link {
    padding-right: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem);
  }
}

@supports not (padding-right: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem)) {
  .action-how-it-works__button-account-link {
    padding-right: calc(1.5625rem + 1.5 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (padding-left: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem)) {
  .action-how-it-works__button-account-link {
    padding-left: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem);
  }
}

@supports not (padding-left: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem)) {
  .action-how-it-works__button-account-link {
    padding-left: calc(1.5625rem + 1.5 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (font-size: clamp(0.9375rem, -0.4595588235rem + 2.3529411765vw, 1.0625rem)) {
  .action-how-it-works__button-account-link {
    font-size: clamp(0.9375rem, -0.4595588235rem + 2.3529411765vw, 1.0625rem);
  }
}

@supports not (font-size: clamp(0.9375rem, -0.4595588235rem + 2.3529411765vw, 1.0625rem)) {
  .action-how-it-works__button-account-link {
    font-size: calc(0.9375rem + 0.125 * (100vw - 59.375rem) / 5.3125);
  }
}

.action-how-it-works__button-account-link:hover {
  background: transparent;
  color: #313131;
}

.action-how-it-works__button-help-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.action-how-it-works__button-help-block:hover~.action-how-it-works__button-account-block>a {
  background: transparent;
  color: #313131;
}

.action-how-it-works__button-help-link {
  font-weight: 25rem;
  color: #313131;
  background: transparent;
  border-radius: 0.375rem;
  min-height: 3.625rem;
  border: 1px solid #313131;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@supports (padding-top: clamp(1.125rem, -1.6691176471rem + 4.7058823529vw, 1.375rem)) {
  .action-how-it-works__button-help-link {
    padding-top: clamp(1.125rem, -1.6691176471rem + 4.7058823529vw, 1.375rem);
  }
}

@supports not (padding-top: clamp(1.125rem, -1.6691176471rem + 4.7058823529vw, 1.375rem)) {
  .action-how-it-works__button-help-link {
    padding-top: calc(1.125rem + 0.25 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (padding-bottom: clamp(1rem, -3.1911764706rem + 7.0588235294vw, 1.375rem)) {
  .action-how-it-works__button-help-link {
    padding-bottom: clamp(1rem, -3.1911764706rem + 7.0588235294vw, 1.375rem);
  }
}

@supports not (padding-bottom: clamp(1rem, -3.1911764706rem + 7.0588235294vw, 1.375rem)) {
  .action-how-it-works__button-help-link {
    padding-bottom: calc(1rem + 0.375 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (padding-right: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem)) {
  .action-how-it-works__button-help-link {
    padding-right: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem);
  }
}

@supports not (padding-right: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem)) {
  .action-how-it-works__button-help-link {
    padding-right: calc(1.5625rem + 1.5 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (padding-left: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem)) {
  .action-how-it-works__button-help-link {
    padding-left: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem);
  }
}

@supports not (padding-left: clamp(1.5625rem, -15.2022058824rem + 28.2352941176vw, 3.0625rem)) {
  .action-how-it-works__button-help-link {
    padding-left: calc(1.5625rem + 1.5 * (100vw - 59.375rem) / 5.3125);
  }
}

@supports (font-size: clamp(0.9375rem, -0.4595588235rem + 2.3529411765vw, 1.0625rem)) {
  .action-how-it-works__button-help-link {
    font-size: clamp(0.9375rem, -0.4595588235rem + 2.3529411765vw, 1.0625rem);
  }
}

@supports not (font-size: clamp(0.9375rem, -0.4595588235rem + 2.3529411765vw, 1.0625rem)) {
  .action-how-it-works__button-help-link {
    font-size: calc(0.9375rem + 0.125 * (100vw - 59.375rem) / 5.3125);
  }
}

.action-how-it-works__button-help-link:hover {
  background: #313131;
  color: #ffffff;
}

@supports (margin-bottom: clamp(1.875rem, -2.75rem + 13.4545454545vw, 6.5rem)) {
  .spollers-add-info-how-it-works__item:not(:last-child) {
    margin-bottom: clamp(1.875rem, -2.75rem + 13.4545454545vw, 6.5rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -2.75rem + 13.4545454545vw, 6.5rem)) {
  .spollers-add-info-how-it-works__item:not(:last-child) {
    margin-bottom: calc(1.875rem + 4.625 * (100vw - 34.375rem) / 34.375);
  }
}

.spollers-add-info-how-it-works__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 100%;
  font-weight: 43.75rem;
  line-height: 130%;
  color: #313131;
  opacity: 0.88;
}

@supports (font-size: clamp(1.0625rem, 1.0333333333rem + 0.1333333333vw, 1.125rem)) {
  .spollers-add-info-how-it-works__title {
    font-size: clamp(1.0625rem, 1.0333333333rem + 0.1333333333vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1.0625rem, 1.0333333333rem + 0.1333333333vw, 1.125rem)) {
  .spollers-add-info-how-it-works__title {
    font-size: calc(1.0625rem + 0.0625 * (100vw - 21.875rem) / 46.875);
  }
}

.spollers-add-info-how-it-works__title._spoller-active::before {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spollers-add-info-how-it-works__title::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0.5625rem;
  right: 0;
  width: 1.25rem;
  height: 0.125rem;
  background: #313131;
}

.spollers-add-info-how-it-works__title::before {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  top: 0.5625rem;
  right: 0;
  width: 1.25rem;
  height: 0.125rem;
  background: #313131;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spollers-add-info-how-it-works__body {
  padding-top: 1.8125rem;
}

.spollers-add-info-how-it-works__body p {
  font-weight: 25rem;
  line-height: 127%;
  color: #5F5F5F;
}

@supports (font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem)) {
  .spollers-add-info-how-it-works__body p {
    font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem)) {
  .spollers-add-info-how-it-works__body p {
    font-size: calc(1rem + 0.125 * (100vw - 25rem) / 37.5);
  }
}

.our-regular-blog__title-block {
  max-width: 41.375rem;
}

@supports (margin-bottom: clamp(1.25rem, -4rem + 14vw, 5.625rem)) {
  .our-regular-blog__title-block:not(:last-child) {
    margin-bottom: clamp(1.25rem, -4rem + 14vw, 5.625rem);
  }
}

@supports not (margin-bottom: clamp(1.25rem, -4rem + 14vw, 5.625rem)) {
  .our-regular-blog__title-block:not(:last-child) {
    margin-bottom: calc(1.25rem + 4.375 * (100vw - 37.5rem) / 31.25);
  }
}

.our-regular-blog__title-name {
  font-weight: 25rem;
  line-height: 126%;
  color: #313131;
}

@supports (font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem)) {
  .our-regular-blog__title-name {
    font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem);
  }
}

@supports not (font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem)) {
  .our-regular-blog__title-name {
    font-size: calc(1.875rem + 2.1875 * (100vw - 21.875rem) / 65.625);
  }
}

.our-regular-blog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@supports (gap: clamp(1.5625rem, -3.375rem + 14.3636363636vw, 6.5rem)) {
  .our-regular-blog__body {
    gap: clamp(1.5625rem, -3.375rem + 14.3636363636vw, 6.5rem);
  }
}

@supports not (gap: clamp(1.5625rem, -3.375rem + 14.3636363636vw, 6.5rem)) {
  .our-regular-blog__body {
    gap: calc(1.5625rem + 4.9375 * (100vw - 34.375rem) / 34.375);
  }
}

.our-regular-blog__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 456px;
  flex: 0 1 456px;
}

.our-regular-blog__image {
  position: relative;
  padding-bottom: 43%;
}

@supports (margin-bottom: clamp(0.9375rem, 0.234375rem + 2.5vw, 1.875rem)) {
  .our-regular-blog__image {
    margin-bottom: clamp(0.9375rem, 0.234375rem + 2.5vw, 1.875rem);
  }
}

@supports not (margin-bottom: clamp(0.9375rem, 0.234375rem + 2.5vw, 1.875rem)) {
  .our-regular-blog__image {
    margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 28.125rem) / 37.5);
  }
}

.our-regular-blog__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@supports (margin-bottom: clamp(3.4375rem, 1.84375rem + 5.6666666667vw, 5.5625rem)) {
  .our-regular-blog__image_without-new {
    margin-bottom: clamp(3.4375rem, 1.84375rem + 5.6666666667vw, 5.5625rem);
  }
}

@supports not (margin-bottom: clamp(3.4375rem, 1.84375rem + 5.6666666667vw, 5.5625rem)) {
  .our-regular-blog__image_without-new {
    margin-bottom: calc(3.4375rem + 2.125 * (100vw - 28.125rem) / 37.5);
  }
}

@supports (margin-bottom: clamp(0.9375rem, 0.234375rem + 2.5vw, 1.875rem)) {
  .our-regular-blog__n {
    margin-bottom: clamp(0.9375rem, 0.234375rem + 2.5vw, 1.875rem);
  }
}

@supports not (margin-bottom: clamp(0.9375rem, 0.234375rem + 2.5vw, 1.875rem)) {
  .our-regular-blog__n {
    margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 28.125rem) / 37.5);
  }
}

.our-regular-blog__n p {
  font-weight: 25rem;
  line-height: 127%;
  letter-spacing: -0.5px;
  color: #FF5F5F;
}

@supports (font-size: clamp(1.125rem, 0.9583333333rem + 0.6666666667vw, 1.375rem)) {
  .our-regular-blog__n p {
    font-size: clamp(1.125rem, 0.9583333333rem + 0.6666666667vw, 1.375rem);
  }
}

@supports not (font-size: clamp(1.125rem, 0.9583333333rem + 0.6666666667vw, 1.375rem)) {
  .our-regular-blog__n p {
    font-size: calc(1.125rem + 0.25 * (100vw - 25rem) / 37.5);
  }
}

@supports (margin-bottom: clamp(2.5rem, -0.5133928571rem + 10.7142857143vw, 7.1875rem)) {
  .our-regular-blog__fat-text {
    margin-bottom: clamp(2.5rem, -0.5133928571rem + 10.7142857143vw, 7.1875rem);
  }
}

@supports not (margin-bottom: clamp(2.5rem, -0.5133928571rem + 10.7142857143vw, 7.1875rem)) {
  .our-regular-blog__fat-text {
    margin-bottom: calc(2.5rem + 4.6875 * (100vw - 28.125rem) / 43.75);
  }
}

.our-regular-blog__fat-text p {
  font-weight: 700;
  line-height: 130%;
  color: #313131;
  opacity: 0.88;
}

@supports (font-size: clamp(1.125rem, 0.9583333333rem + 0.6666666667vw, 1.375rem)) {
  .our-regular-blog__fat-text p {
    font-size: clamp(1.125rem, 0.9583333333rem + 0.6666666667vw, 1.375rem);
  }
}

@supports not (font-size: clamp(1.125rem, 0.9583333333rem + 0.6666666667vw, 1.375rem)) {
  .our-regular-blog__fat-text p {
    font-size: calc(1.125rem + 0.25 * (100vw - 25rem) / 37.5);
  }
}

.our-regular-blog__general-text {
  padding: 0 1.875rem;
}

.our-regular-blog__general-text p {
  font-weight: 25rem;
  line-height: 128%;
  color: #5F5F5F;
}

@supports (font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem)) {
  .our-regular-blog__general-text p {
    font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem)) {
  .our-regular-blog__general-text p {
    font-size: calc(1rem + 0.125 * (100vw - 25rem) / 37.5);
  }
}

@supports (margin-bottom: clamp(2.1875rem, -8.3125rem + 28vw, 10.9375rem)) {
  .faqs__title-text-block:not(:last-child) {
    margin-bottom: clamp(2.1875rem, -8.3125rem + 28vw, 10.9375rem);
  }
}

@supports not (margin-bottom: clamp(2.1875rem, -8.3125rem + 28vw, 10.9375rem)) {
  .faqs__title-text-block:not(:last-child) {
    margin-bottom: calc(2.1875rem + 8.75 * (100vw - 37.5rem) / 31.25);
  }
}

.faqs__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(18.125rem, 31.375rem) minmax(18.125rem, 31.375rem);
  grid-template-columns: minmax(18.125rem, 31.375rem) minmax(18.125rem, 31.375rem);
  grid-auto-rows: 1fr;
}

@supports (gap: clamp(1.875rem, -3.375rem + 14vw, 6.25rem)) {
  .faqs__body {
    gap: clamp(1.875rem, -3.375rem + 14vw, 6.25rem);
  }
}

@supports not (gap: clamp(1.875rem, -3.375rem + 14vw, 6.25rem)) {
  .faqs__body {
    gap: calc(1.875rem + 4.375 * (100vw - 37.5rem) / 31.25);
  }
}

.faqs__question-block {
  max-width: 21.6875rem;
}

@supports (margin-bottom: clamp(0.9375rem, -0.3587962963rem + 3.7037037037vw, 2.1875rem)) {
  .faqs__question-block:not(:last-child) {
    margin-bottom: clamp(0.9375rem, -0.3587962963rem + 3.7037037037vw, 2.1875rem);
  }
}

@supports not (margin-bottom: clamp(0.9375rem, -0.3587962963rem + 3.7037037037vw, 2.1875rem)) {
  .faqs__question-block:not(:last-child) {
    margin-bottom: calc(0.9375rem + 1.25 * (100vw - 35rem) / 33.75);
  }
}

.faqs__question-name {
  font-weight: 43.75rem;
  line-height: 130%;
  color: #313131;
  opacity: 0.88;
}

@supports (font-size: clamp(1rem, 0.85rem + 0.4vw, 1.125rem)) {
  .faqs__question-name {
    font-size: clamp(1rem, 0.85rem + 0.4vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.85rem + 0.4vw, 1.125rem)) {
  .faqs__question-name {
    font-size: calc(1rem + 0.125 * (100vw - 37.5rem) / 31.25);
  }
}

.faqs__text p {
  font-weight: 400;
  line-height: 128%;
  color: #5F5F5F;
}

@supports (font-size: clamp(1rem, 0.85rem + 0.4vw, 1.125rem)) {
  .faqs__text p {
    font-size: clamp(1rem, 0.85rem + 0.4vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.85rem + 0.4vw, 1.125rem)) {
  .faqs__text p {
    font-size: calc(1rem + 0.125 * (100vw - 37.5rem) / 31.25);
  }
}

.title-text-block-center {
  text-align: center;
}

.title-text-block-center__name {
  font-weight: 25rem;
  line-height: 126%;
  color: #313131;
}

@supports (font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem)) {
  .title-text-block-center__name {
    font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem);
  }
}

@supports not (font-size: clamp(1.875rem, 1.1458333333rem + 3.3333333333vw, 4.0625rem)) {
  .title-text-block-center__name {
    font-size: calc(1.875rem + 2.1875 * (100vw - 21.875rem) / 65.625);
  }
}

@supports (margin-bottom: clamp(1rem, 0.125rem + 2.5454545455vw, 1.875rem)) {
  .title-text-block-center__name:not(:last-child) {
    margin-bottom: clamp(1rem, 0.125rem + 2.5454545455vw, 1.875rem);
  }
}

@supports not (margin-bottom: clamp(1rem, 0.125rem + 2.5454545455vw, 1.875rem)) {
  .title-text-block-center__name:not(:last-child) {
    margin-bottom: calc(1rem + 0.875 * (100vw - 34.375rem) / 34.375);
  }
}

.title-text-block-center__description {
  margin: 0 auto;
  max-width: 45rem;
}

.title-text-block-center__description p {
  font-weight: 400;
  line-height: 125%;
  text-align: center;
  color: #5F5F5F;
}

@supports (font-size: clamp(0.875rem, 0.75rem + 0.5714285714vw, 1.25rem)) {
  .title-text-block-center__description p {
    font-size: clamp(0.875rem, 0.75rem + 0.5714285714vw, 1.25rem);
  }
}

@supports not (font-size: clamp(0.875rem, 0.75rem + 0.5714285714vw, 1.25rem)) {
  .title-text-block-center__description p {
    font-size: calc(0.875rem + 0.375 * (100vw - 21.875rem) / 65.625);
  }
}

@supports (margin-bottom: clamp(1.875rem, -0.9rem + 7.4vw, 4.1875rem)) {
  .what-customes__title-text-block {
    margin-bottom: clamp(1.875rem, -0.9rem + 7.4vw, 4.1875rem);
  }
}

@supports not (margin-bottom: clamp(1.875rem, -0.9rem + 7.4vw, 4.1875rem)) {
  .what-customes__title-text-block {
    margin-bottom: calc(1.875rem + 2.3125 * (100vw - 37.5rem) / 31.25);
  }
}

.content-what-customes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@supports (gap: clamp(1.5625rem, -1.171875rem + 6.25vw, 3.125rem)) {
  .content-what-customes {
    gap: clamp(1.5625rem, -1.171875rem + 6.25vw, 3.125rem);
  }
}

@supports not (gap: clamp(1.5625rem, -1.171875rem + 6.25vw, 3.125rem)) {
  .content-what-customes {
    gap: calc(1.5625rem + 1.5625 * (100vw - 43.75rem) / 25);
  }
}

.content-what-customes__info {
  max-width: 31.75rem;
}

@supports (margin-bottom: clamp(0.9375rem, 0.625rem + 1vw, 1.25rem)) {
  .content-what-customes__title-block:not(:last-child) {
    margin-bottom: clamp(0.9375rem, 0.625rem + 1vw, 1.25rem);
  }
}

@supports not (margin-bottom: clamp(0.9375rem, 0.625rem + 1vw, 1.25rem)) {
  .content-what-customes__title-block:not(:last-child) {
    margin-bottom: calc(0.9375rem + 0.3125 * (100vw - 31.25rem) / 31.25);
  }
}

.content-what-customes__title-name {
  font-weight: 43.75rem;
  font-size: 34px;
  line-height: 130%;
  color: #313131;
  opacity: 0.88;
}

@supports (font-size: clamp(1.5rem, 1.1634615385rem + 1.5384615385vw, 2.125rem)) {
  .content-what-customes__title-name {
    font-size: clamp(1.5rem, 1.1634615385rem + 1.5384615385vw, 2.125rem);
  }
}

@supports not (font-size: clamp(1.5rem, 1.1634615385rem + 1.5384615385vw, 2.125rem)) {
  .content-what-customes__title-name {
    font-size: calc(1.5rem + 0.625 * (100vw - 21.875rem) / 40.625);
  }
}

@supports (margin-bottom: clamp(1.5625rem, -0.625rem + 7vw, 3.75rem)) {
  .content-what-customes__text:not(:last-child) {
    margin-bottom: clamp(1.5625rem, -0.625rem + 7vw, 3.75rem);
  }
}

@supports not (margin-bottom: clamp(1.5625rem, -0.625rem + 7vw, 3.75rem)) {
  .content-what-customes__text:not(:last-child) {
    margin-bottom: calc(1.5625rem + 2.1875 * (100vw - 31.25rem) / 31.25);
  }
}

.content-what-customes__text p {
  font-weight: 25rem;
  line-height: 155%;
  color: #5F5F5F;
}

@supports (font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem)) {
  .content-what-customes__text p {
    font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem)) {
  .content-what-customes__text p {
    font-size: calc(1rem + 0.125 * (100vw - 25rem) / 37.5);
  }
}

@supports (margin-bottom: clamp(1.25rem, -0.25rem + 4vw, 2.5rem)) {
  .content-what-customes__rating:not(:last-child) {
    margin-bottom: clamp(1.25rem, -0.25rem + 4vw, 2.5rem);
  }
}

@supports not (margin-bottom: clamp(1.25rem, -0.25rem + 4vw, 2.5rem)) {
  .content-what-customes__rating:not(:last-child) {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 37.5rem) / 31.25);
  }
}

.content-what-customes__name-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.3125rem;
}

.content-what-customes__name {
  font-weight: 43.75rem;
  line-height: 130%;
  color: #313131;
  opacity: 0.88;
}

@supports (font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem)) {
  .content-what-customes__name {
    font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem)) {
  .content-what-customes__name {
    font-size: calc(1rem + 0.125 * (100vw - 25rem) / 37.5);
  }
}

.content-what-customes__post {
  font-weight: 43.75rem;
  line-height: 130%;
  color: #B8B8B8;
}

@supports (font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem)) {
  .content-what-customes__post {
    font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9166666667rem + 0.3333333333vw, 1.125rem)) {
  .content-what-customes__post {
    font-size: calc(1rem + 0.125 * (100vw - 25rem) / 37.5);
  }
}

.content-what-customes__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41%;
  flex: 0 1 41%;
  padding-bottom: 59%;
}

.content-what-customes__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.rating-customes__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
}

.rating-customes__image {
  position: relative;
  width: 1.5625rem;
  height: 1.5625rem;
  overflow: hidden;
}

.rating-customes__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

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

@media (min-width: 58.125em) {
  @supports (padding-top: clamp(1.875rem, -5.9889705882rem + 13.5294117647vw, 3.3125rem)) {
    .add-info-how-it-works__spollers {
      padding-top: clamp(1.875rem, -5.9889705882rem + 13.5294117647vw, 3.3125rem);
    }
  }

  @supports not (padding-top: clamp(1.875rem, -5.9889705882rem + 13.5294117647vw, 3.3125rem)) {
    .add-info-how-it-works__spollers {
      padding-top: calc(1.875rem + 1.4375 * (100vw - 58.125rem) / 10.625);
    }
  }
}

@media (max-width: 72em) {
  .about-what__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-what__us {
    text-align: center;
  }

  .about-what__we-do {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .about-what__we-do {
    text-align: center;
  }

  .what-we-do__text {
    margin: 0 auto;
  }
}

@media (max-width: 25em) {
  .body-fitness-health__area::-webkit-input-placeholder {
    font-weight: 700;
  }

  .body-fitness-health__area::-moz-placeholder {
    font-weight: 700;
  }

  .body-fitness-health__area:-ms-input-placeholder {
    font-weight: 700;
  }

  .body-fitness-health__area::-ms-input-placeholder {
    font-weight: 700;
  }

  .body-fitness-health__area::placeholder {
    font-weight: 700;
  }
}

@media (max-width: 86.5em) {
  .how-it-works__dots {
    display: none;
  }
}

@media (max-width: 72.625em) {
  .our-partners__dots {
    display: none;
  }

  .about-what__dots {
    display: none;
  }
}

@media (max-width: 72.0625em) {
  .about-what__bg-yellow {
    display: none;
  }

  .about-what__bg {
    display: none;
  }
}

@media (max-width: 58.125em) {
  .how-it-works__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .action-how-it-works {
    text-align: center;
  }

  .action-how-it-works__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 56.125em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 9999;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header {
    background: rgba(255, 255, 0, 0.6);
  }

  @supports (margin-right: clamp(0.0000000625rem, 0.0000000625rem + 0vw, 0.0000000625rem)) {
    .header__menu {
      margin-right: clamp(0.0000000625rem, 0.0000000625rem + 0vw, 0.0000000625rem);
    }
  }

  @supports not (margin-right: clamp(0.0000000625rem, 0.0000000625rem + 0vw, 0.0000000625rem)) {
    .header__menu {
      margin-right: calc(0.0000000625rem + 0 * (100vw - 20rem) / 53.125);
    }
  }

  .header__register {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.625rem;
  }

  .menu__body {
    position: fixed;
    padding-top: 3.125rem;
    width: 100%;
    height: 100%;
    top: -200%;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 999;
  }

  .menu-open .menu__body {
    top: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 0.75rem;
  }

  .menu__list:not(:last-child) {
    margin-bottom: 1.375rem;
  }
}

@media (max-width: 53.6875em) {
  .health-fitness__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.875rem;
  }

  .health-fitness__image {
    display: none;
  }

  .body-fitness-health__guidance {
    text-align: center;
  }

  .body-fitness-health__text {
    text-align: center;
    max-width: 100%;
  }

  .body-fitness-health__form {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .our-partners__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .our-partners__images {
    min-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 52.875em) {
  .content-what-customes {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .content-what-customes__text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-what-customes__text p:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .rating-customes__images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 47.99875em) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__fitness {
    text-align: center;
  }

  .footer__fitness-image {
    margin: 0 auto;
  }

  .menu-footer__column {
    -ms-grid-columns: minmax(auto, 18.125rem);
    grid-template-columns: minmax(auto, 18.125rem);
  }

  .menu-footer__pc {
    display: none;
  }

  .spollers-menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

@media (max-width: 41.8125em) {
  .about-us__image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }

  .about-us__image::after {
    display: none;
  }

  .what-we-do__image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }

  .what-we-do__image::after {
    display: none;
  }
}

@media (max-width: 40.5em) {
  .our-regular-blog__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faqs__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faqs__item {
    text-align: center;
  }

  .faqs__question-block {
    margin: 0 auto;
  }
}

@media (max-width: 36.875em) {
  .footer__area {
    width: 100%;
    min-height: 3.125rem;
  }
}

@media (max-width: 28.125em) {
  .footer__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 26.5625em) {
  .body-fitness-health__area {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .header__btn-sign-in-link:hover {
    text-shadow: 0 0 3px #313131;
  }

  .header__btn-sign-up-link:hover {
    background: rgb(49, 49, 49);
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
  }

  .menu__item:hover::after {
    content: "";
    width: 100%;
  }
}
