/* Reset and base styles  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

body > * {
  flex-shrink: 0;
}

body.noscroll {
  overflow: hidden;
}

#overlay {
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
  transition: 0.5s;
  position: fixed;
}
#overlay.active {
  display: block;
}

input,
textarea,
button {
  outline: none;
  font-family: inherit;
  padding: 0;
}

input[type=radio],
input[type=checkbox],
input[type=submit] {
  appearance: none;
  -moz-appearance: none;
}

label,
a,
button {
  cursor: pointer;
}

label.error {
  display: none !important;
}

.error {
  border: 1px solid red;
}

a,
a:hover {
  text-decoration: none;
}

svg {
  max-width: 100%;
}

button {
  display: inline-block;
  border: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Utility */
.none {
  display: none !important;
}

.tr, .training__item--btn, .nav__link, .btn {
  transition: 0.4s;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jc, .schedule__calendar-btn, .header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg, .home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title1 {
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .title1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .title1 {
    font-size: 34px;
  }
}
@media (max-width: 599px) {
  .title1 {
    font-size: 25px;
  }
}
@media (max-width: 424px) {
  .title1 {
    font-size: 18.8px;
  }
}
.title1 span {
  font-weight: 100;
}

.title2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #000000;
}
@media (max-width: 767px) {
  .title2 {
    font-size: 26px;
  }
}
@media (max-width: 599px) {
  .title2 {
    font-size: 22px;
  }
}
@media (max-width: 424px) {
  .title2 {
    font-size: 20px;
    font-weight: 400;
  }
}

.title3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 424px) {
  .title3 {
    font-size: 21px;
  }
}

.text {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text {
    font-size: 16px;
  }
}
@media (max-width: 424px) {
  .text {
    font-size: 15px;
  }
}

.title4--small {
  font-weight: 100;
}

.text--bold {
  font-weight: 700;
}

.title--white, .text--white {
  color: #ffff;
}

.txt {
  font-family: inherit;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #000000;
}
.txt span {
  font-family: inherit;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}

.txt--pink {
  font-weight: 700;
  font-style: italic;
  color: #dd1db9;
}

.txt--white {
  color: #fff;
}

.btn {
  display: block;
  flex-shrink: 0;
  padding: 0px 30px;
  height: 70px;
  background-color: #f5f5f5;
  border-radius: 35.5px;
  border: none;
  outline: none;
}
@media (max-width: 599px) {
  .btn {
    padding: 0px 20px;
    height: 55px;
  }
}
@media (max-width: 424px) {
  .btn {
    height: 40px;
  }
}

.btn--grey {
  background-color: #d9d9d9;
}
.btn--grey:hover {
  background-color: #999999;
}

.btn--circle {
  border-radius: 50%;
  width: 70px;
  padding: 0 10px;
}
@media (max-width: 599px) {
  .btn--circle {
    width: 55px;
    padding: 0 10px;
  }
}
@media (max-width: 424px) {
  .btn--circle {
    width: 40px;
    padding: 0 10px;
  }
}

.btn--circle-w50 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn--circle-w50 {
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
  }
}
@media (max-width: 599px) {
  .btn--circle-w50 {
    height: 40px;
    padding: 8px;
  }
}

.btn--dark-grey {
  background-color: #999999;
}
.btn--dark-grey:hover {
  background-color: #d9d9d9;
}

.btn--border {
  border: 2px solid #d9d9d9;
}

.btn--border-bold {
  background-color: #999999;
  border-radius: 50px;
}

.btn--height-small {
  height: 47px;
}

.btn--purpl {
  background-color: #8e2098;
}

.btn--purpl-height {
  height: 49px;
  border-radius: 24.5px;
}

.btn--50 {
  height: 50px;
}

/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.mobile-menu {
  z-index: 2;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: 320px;
  height: 100vh;
  transition: all 0.5s ease-in;
}
.mobile-menu.active {
  right: 0;
  opacity: 1;
}

.mobile-menu__item {
  margin-bottom: 15px;
}

.mobile-menu__link {
  color: #8e2098;
}

.nav-icon {
  display: none;
  width: 53px;
  height: 53px;
  background-color: #8e2098;
  box-shadow: 0px 0px 58px rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  padding: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .nav-icon {
    display: flex;
    top: 24px;
    right: 20px;
    z-index: 2;
  }
}

.nav-icon span {
  position: relative;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 10px;
}
.nav-icon span::before, .nav-icon span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}
.nav-icon span::before {
  top: -10px;
}
.nav-icon span::after {
  top: 10px;
}

.nav-icon.active span {
  background: transparent;
}
.nav-icon.active span::before, .nav-icon.active span::after {
  background: #fff;
  top: 0px;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
.nav-icon.active span::before {
  transform: rotate(45deg);
}
.nav-icon.active span::after {
  transform: rotate(-45deg);
}

.fade-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(76, 78, 76, 0.69);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  overflow-y: auto;
}

.modal-block {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-window {
  position: relative;
  max-width: 840px;
  padding: 50px 30px;
  background-color: #ffffff;
  border-radius: 50px;
  z-index: 1;
  margin-top: 85px;
}
@media (max-width: 599px) {
  .modal-window {
    padding: 50px 10px;
  }
}

@media (max-width: 599px) {
  .trend__modal--pt20 {
    padding: 20px 10px;
  }
}

.hidden {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

[data-name], [data-tab] {
  cursor: pointer;
}

.modal-answer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(76, 78, 76, 0.69);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.modal-answer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: #fff;
  max-width: 500px;
  min-width: 270px;
}

.show-modal {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.trend__modal {
  max-width: 840px;
  padding: 50px 30px;
  background-color: #ffffff;
  border-radius: 50px;
  z-index: 1;
}
@media (max-width: 599px) {
  .trend__modal {
    padding: 50px 10px;
  }
}

.trend__modal-title {
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .trend__modal-title {
    margin-bottom: 20px;
  }
}

.trend__modal-activities {
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .trend__modal-activities {
    margin-bottom: 20px;
  }
}

.trend__modal-col {
  max-height: 665px;
  overflow-y: auto;
  scrollbar-color: #8e2098 #fff;
  scrollbar-width: thin;
}
.trend__modal-col::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
}
.trend__modal-col::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.trend__modal-col::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8e2098;
}

.trend__modal-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .trend__modal-row {
    flex-direction: column;
  }
}

.row-item__img {
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .row-item__img {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
}

.row-item__info--pl {
  padding-left: 30px;
}

.row-item__info-title {
  margin-left: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.row-item__info-desc {
  margin-left: 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 424px) {
  .row-item__info-desc {
    line-height: 18px;
  }
}

.row-item__info-btn .btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #ffffff;
}

.trend__modal--w820 {
  max-width: 1020px;
  width: 100%;
}

.trend__modal-col--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 424px) {
  .trend__modal-col--flex {
    gap: 10px;
  }
}

.trend__modal-row--start {
  align-items: start;
}

.row-item__info-desc--mno {
  margin-bottom: 0;
  margin-left: 0;
}

.row-item__info-list {
  list-style: disc;
}

.row-item__info-item {
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
}

.trend__modal-col--hno {
  max-height: unset;
}

.contact-form__success {
  padding-right: 40px;
}

.trend__modal-box-sticky {
  position: sticky;
  top: 95px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  padding: 10px;
  background: #ffffff;
}
.trend__modal-box-sticky .btn--circle-w50 {
  position: static;
}
@media (max-width: 767px) {
  .trend__modal-box-sticky {
    top: 80px;
  }
}

.header {
  padding: 25px 0 23px;
  background-color: #ffffff;
}
.header.fixed {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .header {
    padding: 15px 0 15px;
  }
}

.header__container {
  display: flex;
}

.logo {
  width: 120px;
  height: 50px;
}

@media (max-width: 767px) {
  .nav {
    display: none;
  }
}

.nav__list {
  display: flex;
  align-items: center;
}

.nav__item:not(:last-child) {
  margin-right: 26px;
}
@media (max-width: 1023px) {
  .nav__item:not(:last-child) {
    margin-right: 15px;
  }
}

.nav__link {
  font-size: 16px;
  line-height: 12px;
  font-weight: 300;
  color: #000000;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1023px) {
  .nav__link {
    font-size: 12px;
  }
}
.nav__link:hover {
  border-bottom: 1px solid #000000;
}

.home {
  padding: 530px 0 147px;
}
@media (max-width: 1023px) {
  .home {
    padding: 440px 0 125px;
  }
}
@media (max-width: 767px) {
  .home {
    padding: 190px 0 60px;
  }
}
@media (max-width: 424px) {
  .home {
    padding: 190px 0 47px;
  }
}

.home__title {
  text-align: center;
}

.trend {
  padding: 100px 0 80px;
}
@media (max-width: 424px) {
  .trend {
    padding: 30px 0 35px;
  }
}

.trend__title {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 599px) {
  .trend__title {
    margin-bottom: 25px;
  }
}

.swipe {
  display: none;
}
@media (max-width: 1023px) {
  .swipe {
    width: max-content;
    display: block;
    margin: 0 auto 20px;
  }
}

@media (max-width: 1023px) {
  .trend__container {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .trend__container {
    max-width: 380px;
  }
}
@media (max-width: 424px) {
  .trend__container {
    max-width: 320px;
  }
}
@media (max-width: 350px) {
  .trend__container {
    max-width: 290px;
  }
}

.trend__swiper .swiper-slide {
  max-width: 380px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .trend__swiper .swiper-slide {
    margin-right: 15px;
    max-width: 320px;
  }
}
@media (max-width: 1023px) {
  .trend__swiper .swiper-slide {
    margin-right: 0px;
    max-width: unset;
  }
}

.trend-box__card {
  cursor: pointer;
  position: absolute;
  border-radius: 50px;
  max-width: 380px;
  height: 280px;
}
@media (max-width: 1199px) {
  .trend-box__card {
    max-width: unset;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
}

.trend-box__card-text-wr {
  position: absolute;
  bottom: 40px;
  left: 20px;
  max-width: 310px;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
}

.trend-box__card-overlay {
  position: relative;
  max-width: 380px;
  height: 280px;
}
@media (max-width: 1199px) {
  .trend-box__card-overlay {
    max-width: unset;
  }
}
@media (max-width: 1199px) {
  .trend-box__card-overlay {
    height: 235px;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .trend-box__card-overlay {
    height: 280px;
    width: 100%;
  }
}
@media (max-width: 424px) {
  .trend-box__card-overlay {
    height: 235px;
    width: 100%;
  }
}
@media (max-width: 350px) {
  .trend-box__card-overlay {
    height: 215px;
    width: 100%;
  }
}

.video-overlay {
  position: relative;
  pointer-events: none;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .video-overlay {
    display: none;
  }
}

.video-overlay_1 {
  background-image: url("./../img/trend_1_1.png");
}
@media (max-width: 1023px) {
  .video-overlay_1 {
    background-image: unset;
    display: none;
  }
}

.video-overlay_2 {
  background-image: url("./../img/trend_2_1.png");
}
@media (max-width: 1023px) {
  .video-overlay_2 {
    background-image: unset;
    display: none;
  }
}

.video-overlay_3 {
  background-image: url("./../img/trend_3_1.png");
}
@media (max-width: 1023px) {
  .video-overlay_3 {
    background-image: unset;
    display: none;
  }
}

.schedule {
  padding: 70px 0 90px;
  background-image: linear-gradient(0deg, #551d9c 0%, #941077 100%);
}
@media (max-width: 599px) {
  .schedule {
    padding: 0px 0 50px;
  }
}
@media (max-width: 424px) {
  .schedule {
    padding: 0px 0 35px;
  }
}

.schedule-filter {
  margin-bottom: 100px;
  padding-top: 70px;
}
@media (max-width: 599px) {
  .schedule-filter {
    padding-top: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 424px) {
  .schedule-filter {
    padding-top: 30px;
  }
}

.schedule__title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 599px) {
  .schedule__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 424px) {
  .schedule__title {
    margin-bottom: 30px;
  }
}

.schedule__filter-btn {
  display: flex;
  justify-content: space-between;
  max-width: 620px;
  width: 100%;
  margin: 0 auto 50px;
}
.schedule__filter-btn .btn:hover {
  background-color: #999999;
}

.filter-btn .btn {
  max-width: 185px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 767px) {
  .filter-btn .btn {
    max-width: 165px;
    font-size: 16px;
    line-height: 14px;
  }
}
@media (max-width: 599px) {
  .filter-btn .btn {
    max-width: 116px;
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 380px) {
  .filter-btn .btn {
    max-width: 85px;
    font-size: 9px;
    line-height: 9px;
  }
}

.schedule__calendar {
  display: flex;
  align-items: center;
  margin: 0 auto 45px;
  max-width: 660px;
  width: 100%;
}
@media (max-width: 599px) {
  .schedule__calendar {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
@media (max-width: 424px) {
  .schedule__calendar .text {
    font-size: 11.3px;
  }
}

.schedule__calendar-text {
  margin-right: 20px;
}
@media (max-width: 599px) {
  .schedule__calendar-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.schedule__calendar-btn {
  flex-shrink: 0;
  cursor: pointer;
  padding: 10px 20px;
  width: 192px;
  height: 42px;
  background-color: #f5f5f5;
  border-radius: 20px;
}
@media (max-width: 424px) {
  .schedule__calendar-btn {
    width: 120px;
    padding: 10px 15px;
  }
  .schedule__calendar-btn .text {
    font-size: 11px;
  }
}

@media (max-width: 599px) {
  .cal_icon {
    width: 15px;
    height: 18px;
  }
}

.schedule__row {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 35.5px;
}
@media (max-width: 1023px) {
  .schedule__row {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .schedule__row {
    flex-direction: column;
    max-width: 450px;
    margin: 0 auto 40px;
  }
}
.schedule__row:not(:last-child) {
  margin-bottom: 10px;
}

.training__item {
  font-size: 18px;
  line-height: 18px;
  font-weight: 100;
  color: #000000;
  padding: 30px 40px 25px;
}
@media (max-width: 1199px) {
  .training__item {
    padding: 30px 25px 25px;
  }
}
@media (max-width: 1023px) {
  .training__item {
    padding: 15px 15px 15px;
    font-size: 14px;
  }
}
@media (max-width: 395px) {
  .training__item {
    padding: 10px;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .training__item {
    font-size: 10.3px;
    line-height: 10px;
  }
}

.training__item--name {
  font-weight: 400;
  border-left: 1px solid #d3d9de;
  border-right: 1px solid #d3d9de;
}

@media (max-width: 767px) {
  .training__item--desc {
    width: 135px;
  }
}
@media (max-width: 395px) {
  .training__item--desc {
    width: 120px;
  }
}
@media (max-width: 320px) {
  .training__item--desc {
    width: 100px;
  }
}

.training__box-left {
  display: flex;
}
@media (max-width: 767px) {
  .training__box-left {
    justify-content: center;
  }
}

.training__box {
  display: flex;
  align-items: center;
  margin-left: auto;
  border-left: 1px solid #d3d9de;
}
@media (max-width: 767px) {
  .training__box {
    margin-left: unset;
    border-left: unset;
    justify-content: center;
    margin-right: 80px;
  }
}
@media (max-width: 424px) {
  .training__box {
    margin-right: 77px;
  }
}
@media (max-width: 395px) {
  .training__box {
    margin-right: 67px;
  }
}
@media (max-width: 320px) {
  .training__box {
    margin-right: 55px;
  }
}

.training__item--number {
  font-weight: 400;
}

.training__item--number--p {
  padding-left: 17px;
}
@media (max-width: 1199px) {
  .training__item--number--p {
    padding-left: 3px;
  }
}

.training__item--btn {
  cursor: pointer;
  font-weight: 400;
  border-radius: 35.5px;
}
.training__item--btn:hover {
  background-color: #999999;
}

.form__title {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 599px) {
  .form__title {
    margin-bottom: 25px;
  }
}

.form__text {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .form__text {
    margin-bottom: 25px;
  }
}

.form-wr-fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-block {
  width: 47%;
}

.form-input {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #7c7c7c;
}
@media (max-width: 599px) {
  .form-input {
    font-size: 10.5px;
  }
}

.form-field {
  width: 100%;
}

.form-input--field {
  resize: none;
  height: 130px;
  margin: 30px 0 30px;
  padding: 20px 30px;
}
@media (max-width: 599px) {
  .form-input--field {
    height: 75px;
    margin: 15px 0 15px;
    padding: 20px 30px;
  }
}
@media (max-width: 424px) {
  .form-input--field {
    padding: 10px 25px;
  }
}

.form-button {
  max-width: 200px;
}
@media (max-width: 599px) {
  .form-button {
    margin: 0 auto;
  }
}

.send-button {
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 599px) {
  .send-button {
    font-size: 10.5px;
  }
}

.section-bg {
  padding: 0px 0 75px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .section-bg {
    padding: 0px 0 50px;
    background-position: right;
  }
}
@media (max-width: 599px) {
  .section-bg {
    padding: 0px 0 30px;
    background-position: 79% 220%;
  }
}
@media (max-width: 424px) {
  .section-bg {
    background-position: 85% 147%;
  }
}

.price {
  padding-top: 90px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .price {
    padding-top: 50px;
    margin-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .price {
    padding-top: 25px;
  }
}
@media (max-width: 424px) {
  .price {
    margin-bottom: 0px;
  }
}

.price__title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .price__title {
    margin-bottom: 25px;
  }
}

.price__container {
  margin-bottom: 25px;
}

.price-card__swiper {
  padding: 10px;
}
.price-card__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-card__swiper .swiper-slide {
  position: relative;
  max-width: 380px;
  background-color: #f7f7f7;
  border-radius: 43px;
  padding: 40px 40px 50px;
  min-height: 260px;
}
.price-card__swiper .swiper-slide::before {
  position: absolute;
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  background-image: linear-gradient(0deg, #551d9c 0%, #941077 100%);
  border-radius: 50px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .price-card__swiper .swiper-slide {
    max-width: 310px;
    padding: 25px 25px 40px;
    min-height: 250px;
  }
}
@media (max-width: 1023px) {
  .price-card__swiper .swiper-slide {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    min-height: auto;
  }
}

@media (max-width: 1023px) {
  .price-card__box {
    background-color: #f7f7f7;
    border-radius: 43px;
    max-width: 380px;
    padding: 40px 25px 60px;
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .price-card__box {
    max-width: 100%;
    min-height: 240px;
  }
}
@media (max-width: 599px) {
  .price-card__box {
    padding: 20px 35px 50px;
    min-height: 230px;
  }
}
@media (max-width: 599px) {
  .price-card__box {
    padding: 20px;
  }
}
.price-card__box .title3 {
  line-height: 22px;
}

.price-card__title {
  margin-bottom: 43px;
}
@media (max-width: 599px) {
  .price-card__title {
    margin-bottom: 30px;
  }
}

.price-card__wr-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-card__wr-row:not(:last-child) {
  margin-bottom: 10px;
}

.price-card__wr-row-text {
  max-width: 200px;
}
@media (max-width: 424px) {
  .price-card__wr-row-text {
    max-width: 170px;
  }
}

.price__desc {
  max-width: 690px;
  margin-left: 30px;
  margin-bottom: 50px;
}
@media (max-width: 424px) {
  .price__desc {
    margin-bottom: 15px;
  }
}

.price__desc-text:nth-child(1) {
  margin-bottom: 20px;
}
@media (max-width: 424px) {
  .price__desc-text:nth-child(1) {
    margin-bottom: 10px;
  }
}
@media (max-width: 424px) {
  .price__desc-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.price__btn {
  max-width: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
}

.price__btn-box:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 424px) {
  .price__btn-box:not(:last-child) {
    margin-right: 10px;
  }
}

.price__btn-radio {
  display: flex;
  align-items: center;
  max-width: 380px;
  padding: 30px 44px;
  border: 4px solid rgba(153, 153, 153, 0.8);
  border-radius: 50px;
}
@media (max-width: 767px) {
  .price__btn-radio {
    padding: 20px;
  }
}
@media (max-width: 599px) {
  .price__btn-radio {
    padding: 10px;
  }
}

.price__btn-text {
  font-size: 26px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 599px) {
  .price__btn-text {
    font-size: 12px;
    line-height: 9px;
  }
}

.price__btn-wr-num {
  flex-shrink: 0;
}

@media (max-width: 599px) {
  .price__btn-num {
    font-size: 12px;
    line-height: 10px;
  }
}

.price__btn-num--small {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: line-through;
  display: block;
}
@media (max-width: 599px) {
  .price__btn-num--small {
    font-size: 10px;
    line-height: 0px;
  }
}

.real-radio:checked + .price__btn-radio {
  background-color: #999999;
}

.real-radio:checked + .price__btn-radio .price__btn-text {
  color: #fff;
}

.real-radio:checked + .price__btn-radio .price__btn-num {
  color: #fff;
}

.price-form-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .price-form-block {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 424px) {
  .price-form-block {
    gap: 10px;
  }
}

.price-form-input {
  width: 30%;
}
@media (max-width: 767px) {
  .price-form-input {
    width: 47%;
  }
}

.price-form-button {
  width: 30%;
  max-width: 30%;
}
@media (max-width: 767px) {
  .price-form-button {
    width: 50%;
    max-width: 50%;
  }
}

.events {
  background-image: url("./../img/point_2.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .events {
    padding-top: 70px;
  }
}
@media (max-width: 424px) {
  .events {
    padding-top: 50px;
  }
}

.events__title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 424px) {
  .events__title {
    margin-bottom: 30px;
  }
}

.events__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .events__container {
    flex-direction: column;
    justify-content: center;
  }
}

.events__img {
  max-width: 380px;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .events__img {
    margin-bottom: 30px;
  }
}
@media (max-width: 424px) {
  .events__img {
    margin-right: 0;
  }
}

.events__content {
  width: 66%;
}
@media (max-width: 1023px) {
  .events__content {
    width: 100%;
  }
}

.events__content-desc-row {
  margin-bottom: 3px;
}
@media (max-width: 424px) {
  .events__content-desc-row {
    font-size: 12px;
  }
}

.events-form {
  width: 100%;
}

.events-form__checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  max-width: max-content;
}

.custom-input {
  margin-right: 10px;
}

@media (max-width: 424px) {
  .form-politic-text {
    font-size: 12px;
  }
}

.real-input,
.real-radio {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.custom-input {
  position: relative;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border: 2px solid #999999;
  flex-shrink: 0;
}

.custom-input::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("./../img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  margin-top: 1px;
  transition: 0.2s ease-in;
}

.real-input:checked + .custom-input::before {
  transform: translate(-50%, -50%) scale(1);
}

.gallery {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .gallery {
    padding-top: 70px;
  }
}
@media (max-width: 424px) {
  .gallery {
    padding-top: 50px;
    margin-bottom: 0px;
  }
}

.gallery__container {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.gallery__title {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 424px) {
  .gallery__title {
    margin-bottom: 20px;
  }
}

.gallery-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  display: flex;
  justify-content: space-between;
}
.gallery-swiper .swiper-slide {
  width: 50%;
}
@media (max-width: 1199px) {
  .gallery-swiper .swiper-slide {
    width: 49%;
  }
}
.gallery-swiper .gallery-slide {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 430px;
  padding: 40px;
}
@media (max-width: 599px) {
  .gallery-swiper .gallery-slide {
    min-height: 290px;
  }
}
@media (max-width: 424px) {
  .gallery-swiper .gallery-slide {
    min-height: 290px;
    padding: 20px;
  }
}
@media (max-width: 320px) {
  .gallery-swiper .gallery-slide {
    min-height: 210px;
  }
}
.gallery-swiper .gallery-title {
  font-size: 26px;
  line-height: 12px;
  font-weight: 900;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
@media (max-width: 424px) {
  .gallery-swiper .gallery-title {
    font-size: 14.2px;
    line-height: 6px;
  }
}

.about__title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .about__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 424px) {
  .about__title {
    margin-bottom: 20px;
  }
}

.about__text {
  font-family: inherit;
  line-height: 26px;
}
@media (max-width: 424px) {
  .about__text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    margin-bottom: 15px;
  }
}
.about__text span {
  color: #dd1db9;
  font-weight: 700;
  font-style: italic;
}

.about-bullet {
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  margin: 0 0.5em 0.14em 0;
  border-radius: 50%;
  background: #a01894;
  vertical-align: middle;
}

.about__text--box {
  font-family: inherit;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  width: max-content;
  color: #ffff;
  background: #dd1db9;
  margin: 5px 0 5px;
  padding: 0px 5px;
}

.trainers {
  background-image: linear-gradient(0deg, #551d9c 0%, #941077 100%);
  padding: 73px 0 80px;
}
@media (max-width: 767px) {
  .trainers {
    padding: 40px 0 40px;
  }
}
@media (max-width: 424px) {
  .trainers {
    padding: 20px 0 30px;
  }
}
.trainers .swipe {
  display: none;
}
@media (max-width: 992px) {
  .trainers .swipe {
    display: block;
  }
}

.trainers__title {
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .trainers__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 424px) {
  .trainers__title {
    margin-bottom: 20px;
  }
}

.trainers__swipe {
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .trainers-swiper {
    max-width: 280px;
  }
}
.trainers-swiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
@media (max-width: 1199px) {
  .trainers-swiper .swiper-wrapper {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .trainers-swiper .swiper-wrapper {
    gap: unset;
  }
}
.trainers-swiper .swiper-slide {
  width: 23%;
}
@media (max-width: 992px) {
  .trainers-swiper .swiper-slide {
    width: auto;
  }
}
.trainers-swiper .trainers-slide {
  cursor: pointer;
}
.trainers-swiper .trainers-slide__img {
  margin-bottom: 25px;
}
.trainers-swiper .trainers-slide__name {
  text-align: center;
  font-size: 22px;
  line-height: 18px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 424px) {
  .trainers-swiper .trainers-slide__name {
    font-size: 18px;
    line-height: 11px;
    font-weight: 700;
  }
}
.trainers-swiper .trainers-slide__specialty {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 424px) {
  .trainers-swiper .trainers-slide__specialty {
    font-size: 14px;
    line-height: 16px;
  }
}

.about {
  background-image: url("./../img/point_1.png");
  background-position: 95% 20%;
  background-repeat: no-repeat;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .about {
    padding-top: 50px;
    background-image: unset;
  }
}
@media (max-width: 424px) {
  .about {
    padding-top: 35px;
  }
}

.about__title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 424px) {
  .about__title {
    margin-bottom: 30px;
  }
}

.about__row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 424px) {
  .about__row {
    margin-bottom: 10px;
  }
}

.about__row-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
@media (max-width: 424px) {
  .about__row-icon {
    margin-right: 10px;
    width: 45px;
    height: 45px;
  }
}

.about__row-text {
  line-height: 20px;
}
@media (max-width: 424px) {
  .about__row-text {
    font-size: 10px;
    line-height: 12px;
    font-weight: 100;
  }
}

.contacts {
  padding: 150px 0 0px;
  background-image: url("./../img/pp.png");
  background-repeat: no-repeat;
  background-position: 5% 20%;
}
@media (max-width: 767px) {
  .contacts {
    padding: 70px 0 0;
  }
}
@media (max-width: 599px) {
  .contacts {
    background-image: unset;
  }
}
@media (max-width: 424px) {
  .contacts {
    padding: 60px 0 30px;
  }
}

.contacts__title {
  text-align: center;
  margin-bottom: 45px;
}

.contacts__container {
  position: relative;
  display: flex;
  padding-left: max(15px, (100% - 1200px) / 2);
}
.contacts__container::before {
  position: absolute;
  content: "";
  background-image: url("./../img/p_s.png");
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .contacts__container::before {
    width: 115px;
    height: 30px;
    bottom: 40%;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .contacts__container {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .contacts__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contacts__info {
  flex-shrink: 0;
  width: 290px;
  margin-right: 100px;
}
@media (max-width: 767px) {
  .contacts__info {
    margin-right: 0;
  }
}

.contacts__map {
  width: 1200px;
  background-color: antiquewhite;
}
@media (max-width: 2000px) {
  .contacts__map {
    width: 100%;
  }
}
@media (max-width: 424px) {
  .contacts__map {
    height: 200px;
  }
}

[class*=ground-pane] {
  filter: hue-rotate(220deg);
  -ms-filter: hue-rotate(220deg);
  -webkit-filter: hue-rotate(220deg);
  -moz-filter: hue-rotate(220deg);
  -o-filter: hue-rotate(220deg);
}

.contacts__info-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #322e45;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 424px) {
  .contacts__info-title {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 40px;
  }
}
.contacts__info-title::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #322e45;
  bottom: -20px;
  left: 0;
}

.contacts__info-item {
  display: flex;
  margin-bottom: 20px;
}

.contacts__info-item-img {
  margin-right: 40px;
}
@media (max-width: 424px) {
  .contacts__info-item-img {
    margin-right: 25px;
  }
}

.contacts__info-item-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #322e45;
  text-transform: uppercase;
  color: #322e45;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 424px) {
  .contacts__info-item-title {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 25px;
  }
}
.contacts__info-item-title::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #322e45;
  bottom: -15px;
  left: 0;
}

.contacts__info-item-link a, .contacts__info-item-link p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #322e45;
}
@media (max-width: 424px) {
  .contacts__info-item-link a, .contacts__info-item-link p {
    font-size: 12px;
    line-height: 14px;
  }
}

.contacts__info-item-link--w {
  width: 150px;
}
@media (max-width: 424px) {
  .contacts__info-item-link--w {
    width: 125px;
  }
}

.contacts__info-item-icon {
  cursor: pointer;
}
.contacts__info-item-icon:not(:last-child) {
  margin-right: 20px;
}

.footer {
  background-image: linear-gradient(0deg, #7f18a8 0%, #cb23cc 100%);
  padding: 80px 0 90px;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 40px;
  }
}

.footer-text {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.footer-text span {
  font-size: 20px;
}

/* laptop */
@media (max-width: 1199px) {
  .container {
    width: 1024px;
  }
}
/* Tablet */
@media (max-width: 1023px) {
  .container {
    width: 768px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .container {
    width: 600px;
  }
}
/* Mobile 11 */
@media (max-width: 599px) {
  .container {
    width: 425px;
  }
}
/* Mobile Xs */
@media (max-width: 424px) {
  .container {
    width: 100%;
  }
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
  background-color: transparent !important;
  background-image: linear-gradient(0deg, #551d9c 0%, #941077 100%);
}

.home__button {
  margin: 20px auto 30px;
}


.price-tabs {
  margin-bottom: 30px;
}

.price-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 25px;
}

.price-tabs__button {
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  color: #111111;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1.2;
}

.price-tabs__button.is-active {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.price-tabs__panel {
  display: none;
}

.price-tabs__panel.is-active {
  display: block;
}

.price-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 1023px) {
  .price-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .price-cards {
    grid-template-columns: 1fr;
  }
}

.price-card {
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 210px;
}

.price-card__title {
  margin-bottom: 0;
}

.price-card__price {
  font-size: 24px;
  font-weight: 600;
}

.price-card__cta {
  margin-top: auto;
  text-align: center;
}

.price-accordion {
  margin: 30px auto 40px;
  max-width: 860px;
}

.price-accordion__item {
  border: 1px solid #e1e1e1;
  border-radius: 16px;
  background: #ffffff;
}

.price-accordion__item + .price-accordion__item {
  margin-top: 12px;
}

.price-accordion__summary {
  cursor: pointer;
  padding: 14px 18px;
  font-weight: 600;
  list-style: none;
}

.price-accordion__summary::-webkit-details-marker {
  display: none;
}

.price-accordion__summary::after {
  content: "+";
  float: right;
}

.price-accordion__item[open] .price-accordion__summary::after {
  content: "-";
}

.price-accordion__content {
  padding: 0 18px 16px;
  color: #4a4a4a;
}

@media (max-width: 768px) {
  .trend .container,
  .price .container,
  .gallery .container,
  .trainers .container {
    padding: 0 !important;
  }

  #listokWidgetContainer iframe {
    min-height: 970px;
  }
}

.contacts__info-item:nth-child(2) .contacts__info-item-img {
  margin-right: 35px;
}

blockquote {
  font-family: inherit;
  margin: 10px 0;
  font-weight: 400;
}

.schedule__descr {
  display: none;
  position: relative;
  text-align: center;
  padding: 20px 0 25px;
  font-size: 14px;
}

.schedule__descr span {
  display: block;
}

.schedule__descr svg {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 20px;
  height: 20px;
  animation: arrowAnimate 1s ease-in-out infinite;
}

@keyframes arrowAnimate {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 10px);
  }
}

@media (max-width: 1199px) {
  .schedule__descr {
    display: block;
  }

  .schedule__descr svg {
    right: 120px;
  }
}

@media (max-width: 767px) {
  .schedule__descr svg {
    right: 50px;
  }
}

.header__container {
  justify-content: space-between;
  gap: 24px;
}

.header__contacts {
  justify-self: flex-end;
  display: flex;
}

.header__contacts a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  background-color: #8e2098;
  border-radius: 50%;
  margin-right: 14px;
}

.header__contacts a svg {
  width: 32px;
  height: 32px;
}

.header__contacts a:last-child {
  margin-right: 0;
}

.modal-request__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 330px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
}

.modal-request__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.modal-request__text {
  font-size: 16px;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
  padding: 10px 0 20px 30px;
}

#modal-request {
  z-index: 50;
}

#modal-request .modal-window {
  padding-top: 350px;
  max-width: 760px;
}

#modal-request .price__form {
  width: 100%;
  max-width: 420px;
  object-position: center;
  margin: 0 auto;
}

#modal-request .price-form-block {
  flex-wrap: wrap;
}

#modal-request .price-form-input {
  width: 100%;
}

#modal-request .price-form-button {
  width: 100%;
  max-width: 100%;
}

#modal-request .send-button {
  background: #8e2098;
  color: #ffffff;
}

#modal-request .btn--circle-w50 {
  z-index: 9;
}

.modal-request__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 6px 12px 0;
}

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

.modal-request__title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.modal-request__subtitle {
  font-size: 15px;
  line-height: 1.4;
  color: #4a4a4a;
}

.modal-request__note {
  font-size: 14px;
  line-height: 1.4;
  color: #5a5a5a;
}

.modal-request__policy {
  font-size: 12px;
  line-height: 1.4;
  color: #606060;
}

.modal-request__policy a {
  color: #505050;
  text-decoration: underline;
}

@media (min-width: 600px) {
  .modal-request__policy {
    text-align: center;
  }
}

.home {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.home__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 54px;
  background: #c03ab9;
  background: linear-gradient(90deg, #c03ab9, #6d29a1);
  margin: 20px auto 30px;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
}

.home__button.home__button-mobile {
  display: none;
}

@media (max-width: 767px) {
  .home__button {
    display: none;
  }

  .home__button.home__button-mobile {
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #modal-request .modal-block {
    display: block;
  }

  #modal-request .price__form {
    width: 100%;
  }

  #modal-request .modal-window {
    margin-top: 40px;
  }
}

@media (max-width: 599px) {
  #modal-request .modal-window {
    padding-top: 240px;
  }

  .modal-request__image {
    height: 220px;
  }

  .modal-request__title {
    font-size: 20px;
  }
}

.studio-space {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background: linear-gradient(180deg, #ffffff 0%, #faf2fb 58%, #ffffff 100%);
}

.studio-space::before {
  content: "";
  position: absolute;
  top: 72px;
  right: max(24px, calc((100% - 1200px) / 2));
  width: 180px;
  height: 180px;
  background-image: url("./../img/point_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.28;
  pointer-events: none;
}

.studio-space__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.studio-space__label {
  margin-bottom: 14px;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #941077;
}

.studio-space__title {
  max-width: 780px;
  margin-bottom: 0;
  text-align: left;
}

.studio-space__head p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #322e45;
}

.studio-space__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1fr);
  gap: 52px;
  align-items: center;
  padding: 36px;
  border: 1px solid rgba(148, 16, 119, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 64px rgba(85, 29, 156, 0.12);
}

.studio-space__copy {
  display: grid;
  gap: 22px;
}

.studio-space__point {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
}

.studio-space__point span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(0deg, #551d9c 0%, #941077 100%);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
}

.studio-space__point p {
  margin-bottom: 0;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #322e45;
}

.studio-space__button {
  width: max-content;
  min-width: 250px;
  margin-top: 12px;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  background-image: linear-gradient(0deg, #551d9c 0%, #941077 100%);
}

.studio-space__media {
  display: grid;
  grid-template-columns: minmax(180px, 0.78fr) minmax(180px, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  min-height: 520px;
}

.studio-space__video,
.studio-space__photo {
  overflow: hidden;
  margin: 0;
  background: #322e45;
  box-shadow: 0 18px 38px rgba(50, 46, 69, 0.16);
}

.studio-space__video {
  grid-row: 1 / span 2;
  border-radius: 28px;
}

.studio-space__photo {
  border-radius: 18px;
}

.studio-space__video video,
.studio-space__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studio-space__photo a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Polishing layer for the current prom layout. Keep this after legacy rules. */
.trend {
  overflow: hidden;
}

.trend__swiper {
  overflow: visible;
}

.trend__swiper .swiper-wrapper {
  align-items: stretch;
}

.trend__swiper .swiper-slide {
  height: auto;
}

.trend-box__card-overlay {
  isolation: isolate;
  border-radius: 18px;
  background: #21172a;
}

.trend-box__card-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(17, 13, 20, 0.04) 18%, rgba(17, 13, 20, 0.68) 100%);
}

.trend-box__card,
.video-overlay {
  border-radius: 18px;
}

.trend-box__card-text-wr {
  z-index: 2;
  bottom: 28px;
  left: 28px;
  right: 28px;
  max-width: none;
}

.trend-box__card-title3 {
  line-height: 1.03;
  text-wrap: balance;
}

.trend-box__card-desc {
  max-width: 24ch;
  line-height: 1.08;
  text-wrap: pretty;
}

.price-cards {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.price-card {
  min-height: 132px;
  padding: 18px;
  border-radius: 14px;
  border: 0;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(50, 46, 69, 0.08);
}

.price-card__title {
  font-size: 20px;
  line-height: 1.08;
}

.price-card__title-line {
  display: block;
}

.price-card__price {
  margin-top: auto;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: #8e2098;
}

.price-tabs__list {
  gap: 8px;
  margin-bottom: 22px;
}

.price-tabs__button {
  border-radius: 999px;
  padding: 9px 15px;
  border-color: rgba(142, 32, 152, 0.18);
  background: #ffffff;
}

.price-tabs__button.is-active {
  background: linear-gradient(90deg, #c03ab9, #6d29a1);
  border-color: transparent;
}

.trainers-swiper .trainers-slide__img {
  width: 100%;
  aspect-ratio: 277 / 410;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.trainers-swiper .trainers-slide__img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.trainers-swiper .trainers-slide {
  transition: transform 240ms ease, opacity 240ms ease;
}

.trainers-swiper .trainers-slide:hover {
  transform: translateY(-4px);
}

.app {
  padding-top: 96px;
}

.app__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 566px);
  gap: 48px;
  align-items: center;
}

.app__content {
  display: flex;
  flex-direction: column;
}

.app__title {
  font-weight: 900;
  text-wrap: balance;
}

.app__descr {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-grow: 1;
}

.app__features {
  list-style: disc;
  font-weight: 300;
}

.app__features li {
  margin-bottom: 16px;
}

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

.app__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  justify-content: flex-start;
  margin-top: 22px;
}

.app__links a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-width: 0;
}

.app__links img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 54px;
}

.app__img {
  display: flex;
  justify-content: flex-end;
}

.app__img-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .trend__swiper .swiper-slide {
    width: min(82vw, 360px);
    max-width: 360px;
  }

  .trend-box__card-overlay {
    height: clamp(230px, 58vw, 300px);
  }

  .trend-box__card {
    opacity: 0;
  }

  .video-overlay,
  .video-overlay_1,
  .video-overlay_2,
  .video-overlay_3 {
    display: block;
    background-image: var(--mobile-poster, inherit);
  }

  .price-card {
    min-height: 118px;
  }

  .trainers-swiper .swiper-slide {
    width: min(38vw, 290px);
  }

  .trainers-swiper .trainers-slide,
  .trainers-swiper .trainers-slide__img {
    width: 100%;
  }

  .app__container {
    display: block;
  }

  .app__title {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 34px;
  }

  .app__qr {
    display: none;
  }

  .app__features {
    width: 100%;
    list-style: none;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
  }

  .app__links {
    justify-content: center;
    margin-top: 34px;
  }

  .app__img {
    justify-content: center;
    margin-top: 34px;
  }

  .app__img-desktop {
    display: none;
  }

  .app__img-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .trend__swiper {
    padding: 0 15px;
  }

  .trend__swiper .swiper-slide {
    width: min(82vw, 330px);
  }

  .trend-box__card-text-wr {
    bottom: 22px;
    left: 22px;
    right: 22px;
  }

  .price-cards {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 15px;
  }

  .price-card {
    min-height: 104px;
    padding: 16px 18px;
  }

  .price-card__title {
    font-size: 18px;
  }

  .price-card__price {
    font-size: 25px;
  }

  .trainers-swiper {
    max-width: 310px;
  }

  .trainers-swiper .swiper-slide {
    width: min(74vw, 290px);
  }

  .trainers-swiper .trainers-slide,
  .trainers-swiper .trainers-slide__img {
    width: 100%;
  }

  .studio-space__media {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .studio-space__video {
    aspect-ratio: 4 / 5;
  }

  .studio-space__photo {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 1023px) {
  .studio-space {
    padding: 72px 0 78px;
  }

  .studio-space__head,
  .studio-space__grid {
    grid-template-columns: 1fr;
  }

  .studio-space__head {
    gap: 20px;
  }

  .studio-space__grid {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .studio-space {
    padding: 54px 0 58px;
  }

  .studio-space::before {
    display: none;
  }

  .studio-space__head {
    margin-bottom: 28px;
  }

  .studio-space__title {
    text-align: center;
  }

  .studio-space__label,
  .studio-space__head p {
    text-align: center;
  }

  .studio-space__grid {
    padding: 22px;
    border-radius: 14px;
  }

  .studio-space__point {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .studio-space__point span {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .studio-space__point p {
    font-size: 16px;
    line-height: 1.28;
  }

  .studio-space__button {
    width: 100%;
    min-width: 0;
  }

  .studio-space__media {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
  }

  .studio-space__video {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 9 / 14;
  }

  .studio-space__photo {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 767px) {
  .studio-space__media {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 12px;
  }

  .studio-space__video {
    grid-column: auto;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }

  .studio-space__photo {
    aspect-ratio: 16 / 10;
  }

  .app__links {
    gap: 12px;
    margin-top: 28px;
  }

  .app__links a {
    width: calc(50% - 6px);
    justify-content: center;
  }

  .app__links a:nth-child(3) {
    width: min(100%, 190px);
  }

  .app__links img {
    height: auto;
    max-height: 52px;
  }

  .contacts__map {
    width: 100%;
    min-height: 320px;
    margin-top: 28px;
    border-radius: 16px;
    overflow: hidden;
  }
}

/* Unified typography and CTA system. Keep at the end to tame legacy overrides. */
:root {
  --sfit-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --sfit-ink: #161219;
  --sfit-muted: #352f45;
  --sfit-purple: #8e2098;
  --sfit-purple-dark: #6421a0;
  --sfit-cta-bg: linear-gradient(90deg, #bd39b9 0%, #7a27a8 100%);
}

body,
input,
textarea,
button,
select {
  font-family: var(--sfit-font-sans);
}

body {
  color: var(--sfit-ink);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0;
}

.title1,
.title2,
.title3,
.home__title,
.about__title,
.trend__title,
.price__title,
.gallery__title,
.trainers__title,
.contacts__title,
.app__title,
.studio-space__title,
.trend__modal-title,
.modal-request__title {
  font-family: var(--sfit-font-sans);
  letter-spacing: 0;
  text-wrap: balance;
}

.title1,
.home__title {
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.98;
  font-weight: 800;
}

.title2,
.about__title,
.trend__title,
.price__title,
.gallery__title,
.trainers__title,
.contacts__title,
.studio-space__title {
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
}

.title3,
.price-card__title,
.trend__modal-title {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.14;
  font-weight: 800;
}

.trend__modal-title {
  max-width: 1120px;
  padding-right: 76px;
}

.trend__modal-box-sticky {
  align-items: flex-start;
  gap: 24px;
}

.about__text,
.studio-space__head p,
.row-item__info-desc,
.price-accordion__content,
.contacts__info-item-link a,
.contacts__info-item-link p,
.modal-request__subtitle,
.modal-request__note {
  font-family: var(--sfit-font-sans);
  color: var(--sfit-muted);
  font-weight: 400;
  letter-spacing: 0;
}

.studio-space__point p {
  font-family: var(--sfit-font-sans);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.32;
  font-weight: 700;
  color: var(--sfit-muted);
}

.price-tabs__button {
  min-height: 46px;
  padding: 0 22px;
  font-family: var(--sfit-font-sans);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 999px;
}

.price-card__price {
  font-family: var(--sfit-font-sans);
  color: var(--sfit-purple);
  font-weight: 800;
}

.home__button,
.studio-space__button,
.row-item__info-btn .btn,
.send-button,
.price-form-button .send-button,
#modal-request .send-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 260px;
  max-width: 100%;
  min-height: 56px;
  height: 56px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: var(--sfit-cta-bg);
  color: #ffffff;
  font-family: var(--sfit-font-sans);
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  box-shadow: none;
}

.home__button:hover,
.studio-space__button:hover,
.row-item__info-btn .btn:hover,
.send-button:hover,
.price-form-button .send-button:hover,
#modal-request .send-button:hover {
  background: linear-gradient(90deg, #aa2ead 0%, #6421a0 100%);
}

.home__button {
  display: flex;
  width: fit-content;
  margin: 22px auto 30px;
}

.home__button.home__button-mobile {
  width: min(86vw, 340px);
}

.studio-space__button {
  display: flex;
  width: fit-content;
  margin-top: 14px;
}

.row-item__info-btn .btn {
  display: flex;
  width: fit-content;
  min-width: 260px;
}

.price-form-button,
#modal-request .price-form-button {
  display: flex;
  justify-content: center;
}

.price-form-button .send-button,
#modal-request .send-button {
  width: 100%;
}

.form-input.btn {
  display: block;
  width: 100%;
  height: 56px;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  background: #ffffff;
  font-family: var(--sfit-font-sans);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--sfit-ink);
}

.btn--circle-w50 {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  padding: 14px;
  border-radius: 50%;
}

.footer {
  padding: 42px 15px;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 28px;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.footer__legal a {
  color: #ffffff;
  font-family: var(--sfit-font-sans);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}

.footer__legal a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.price-accordion {
  max-width: 980px;
}

.price-accordion__summary {
  font-family: var(--sfit-font-sans);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--sfit-ink);
  letter-spacing: 0;
}

.price-accordion__content,
.price-accordion__content p,
.price-accordion__content li,
.price-accordion__content div {
  font-family: var(--sfit-font-sans);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--sfit-muted);
  letter-spacing: 0;
}

.price-accordion__content b,
.price-accordion__content strong {
  font-weight: 800;
  color: var(--sfit-purple);
}

.trend__modal,
.trend__modal p,
.trend__modal li,
.trend__modal div {
  font-family: var(--sfit-font-sans);
  letter-spacing: 0;
}

.trend__modal-activities {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  color: var(--sfit-ink);
}

.row-item__info-title {
  margin-left: 20px;
  font-family: var(--sfit-font-sans);
  font-size: 22px;
  line-height: 1.22;
  font-weight: 800;
  color: var(--sfit-ink);
  letter-spacing: 0;
}

.row-item__info-desc,
.row-item__info p,
.row-item__info li {
  font-family: var(--sfit-font-sans);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--sfit-muted);
  letter-spacing: 0;
}

.row-item__info--pl {
  padding-left: 34px;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.45;
  }

  .title1,
  .home__title {
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.02;
  }

  .title2,
  .about__title,
  .trend__title,
  .price__title,
  .gallery__title,
  .trainers__title,
  .contacts__title,
  .studio-space__title {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.1;
  }

  .title3,
  .price-card__title,
  .trend__modal-title {
    font-size: clamp(21px, 6vw, 28px);
    line-height: 1.16;
  }

  .trend__modal-title {
    padding-right: 54px;
  }

  .studio-space__point p {
    font-size: 17px;
    line-height: 1.35;
  }

  .home__button,
  .studio-space__button,
  .row-item__info-btn .btn,
  .send-button,
  .price-form-button .send-button,
  #modal-request .send-button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    height: 54px;
    padding: 0 22px;
    font-size: 16px;
  }

  .home__button.home__button-mobile,
  .studio-space__button,
  .row-item__info-btn .btn {
    width: min(100%, 340px);
  }

  .home .home__button {
    display: none;
  }

  .home__button.home__button-mobile {
    display: flex;
  }

  .form-input.btn {
    height: 54px;
    min-height: 54px;
    font-size: 16px;
  }

  .btn--circle-w50 {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 11px;
  }

  .footer {
    padding: 34px 15px;
  }

  .footer__legal {
    flex-direction: column;
    gap: 12px;
  }

  .footer__legal a {
    font-size: 14px;
  }

  .price-accordion {
    max-width: 100%;
  }

  .price-accordion__summary {
    font-size: 18px;
    padding: 16px 18px;
  }

  .price-accordion__content,
  .price-accordion__content p,
  .price-accordion__content li,
  .price-accordion__content div {
    font-size: 16px;
    line-height: 1.48;
  }

  .trend__modal-activities {
    font-size: 18px;
  }

  .row-item__info--pl {
    padding-left: 0;
  }

  .row-item__info-title {
    margin-left: 0;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
  }

  .row-item__info-desc,
  .row-item__info p,
  .row-item__info li {
    margin-left: 0;
    font-size: 16px;
    line-height: 1.48;
    text-align: left;
  }
}

@media (max-width: 424px) {
  .home__button,
  .studio-space__button,
  .row-item__info-btn .btn,
  .send-button,
  .price-form-button .send-button,
  #modal-request .send-button {
    font-size: 15px;
    padding: 0 18px;
  }
}

/* Huashu visual polish: production-safe CSS only, no content or structure changes. */
:root {
  --sfit-bg-soft: #fbf6fc;
  --sfit-surface: #ffffff;
  --sfit-line: rgba(142, 32, 152, 0.14);
  --sfit-shadow-sm: 0 10px 28px rgba(50, 46, 69, 0.08);
  --sfit-shadow-md: 0 22px 56px rgba(85, 29, 156, 0.14);
  --sfit-radius-md: 18px;
  --sfit-radius-lg: 26px;
}

body {
  background: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.header.fixed {
  z-index: 20;
  border-bottom: 1px solid rgba(142, 32, 152, 0.08);
  box-shadow: 0 8px 28px rgba(50, 46, 69, 0.05);
}

.nav__link {
  font-family: var(--sfit-font-sans);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--sfit-ink);
}

.nav__link:hover {
  color: var(--sfit-purple);
  border-bottom-color: var(--sfit-purple);
}

.trend,
.price,
.app,
.contacts {
  padding-top: clamp(72px, 7vw, 112px);
  padding-bottom: clamp(68px, 7vw, 104px);
}

.trainers {
  padding-top: clamp(62px, 6vw, 88px);
  padding-bottom: clamp(64px, 7vw, 92px);
  background: linear-gradient(150deg, #8e2098 0%, #6421a0 56%, #4e197f 100%);
}

.trend__title,
.price__title,
.trainers__title,
.contacts__title {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.trend-box__card-overlay {
  border-radius: var(--sfit-radius-md);
  box-shadow: var(--sfit-shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.trend-box__card-overlay:hover {
  transform: translateY(-4px);
  box-shadow: var(--sfit-shadow-md);
}

.trend-box__card-title3 {
  font-size: clamp(25px, 2.3vw, 34px);
}

.trend-box__card-desc {
  margin-top: 4px;
  font-size: clamp(16px, 1.35vw, 20px);
}

.studio-space {
  background: linear-gradient(180deg, #ffffff 0%, var(--sfit-bg-soft) 52%, #ffffff 100%);
}

.studio-space__grid {
  border-color: var(--sfit-line);
  border-radius: var(--sfit-radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--sfit-shadow-md);
}

.studio-space__video,
.studio-space__photo,
.trainers-swiper .trainers-slide__img {
  box-shadow: var(--sfit-shadow-sm);
}

.studio-space__point span {
  background: var(--sfit-cta-bg);
  box-shadow: 0 10px 24px rgba(142, 32, 152, 0.18);
}

.price {
  background: linear-gradient(180deg, #ffffff 0%, #fcf8fd 100%);
}

.price-tabs__list {
  margin-bottom: 26px;
}

.price-tabs__button {
  border-color: var(--sfit-line);
  color: var(--sfit-ink);
  box-shadow: 0 6px 16px rgba(50, 46, 69, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.price-tabs__button:hover {
  transform: translateY(-1px);
  border-color: rgba(142, 32, 152, 0.34);
  box-shadow: 0 10px 24px rgba(50, 46, 69, 0.08);
}

.price-tabs__button.is-active {
  box-shadow: 0 12px 30px rgba(142, 32, 152, 0.2);
}

.price-cards {
  gap: 18px;
}

.price-card {
  border: 1px solid rgba(142, 32, 152, 0.08);
  border-radius: var(--sfit-radius-md);
  box-shadow: var(--sfit-shadow-sm);
}

.price-card__title {
  color: var(--sfit-ink);
}

.price-card__price {
  letter-spacing: -0.02em;
}

.price-accordion__item {
  border-color: rgba(142, 32, 152, 0.13);
  border-radius: var(--sfit-radius-md);
  box-shadow: 0 8px 24px rgba(50, 46, 69, 0.04);
}

.price-accordion__summary {
  padding: 18px 22px;
}

.price-accordion__summary::after {
  color: var(--sfit-purple);
  font-weight: 800;
}

.price-accordion__content {
  padding: 0 22px 20px;
}

.trainers-swiper .trainers-slide__name {
  font-family: var(--sfit-font-sans);
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.2;
  font-weight: 800;
}

.trainers-swiper .trainers-slide__specialty {
  font-family: var(--sfit-font-sans);
  font-size: 15px;
  line-height: 1.35;
  opacity: 0.88;
}

.app {
  background: #ffffff;
}

.app__title {
  max-width: 760px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.08;
}

.app__features {
  font-family: var(--sfit-font-sans);
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--sfit-ink);
}

.app__links img {
  height: 50px;
}

.app__links a {
  transition: transform 180ms ease, filter 180ms ease;
}

.app__links a:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 10px 18px rgba(50, 46, 69, 0.12));
}

.contacts {
  background-position: 4% 14%;
}

.contacts__container {
  align-items: stretch;
  gap: clamp(32px, 6vw, 88px);
  padding-right: max(15px, calc((100% - 1200px) / 2));
}

.contacts__info {
  width: min(100%, 330px);
  margin-right: 0;
}

.contacts__info-title,
.contacts__info-item-title {
  font-family: var(--sfit-font-sans);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.contacts__info-item-link a,
.contacts__info-item-link p {
  font-size: 17px;
  line-height: 1.45;
}

.contacts__map {
  min-height: 360px;
  border-radius: var(--sfit-radius-md);
  overflow: hidden;
  box-shadow: var(--sfit-shadow-sm);
}

.footer {
  background: linear-gradient(135deg, #7b1e9d 0%, #bb32b7 100%);
}

.modal-window.trend__modal {
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
}

.trend__modal {
  border-radius: 28px;
}

.trend__modal-box-sticky {
  top: 84px;
  position: sticky;
  display: block;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(142, 32, 152, 0.08);
}

.trend__modal-box-sticky .btn--circle-w50 {
  position: absolute;
  top: 0;
  right: 0;
}

.trend__modal-title {
  margin-bottom: 0;
  width: calc(100% - 76px);
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.12;
}

.trend__modal-activities {
  margin-top: 28px;
}

.trend__modal-row {
  gap: 22px;
  padding: 12px;
  border-radius: var(--sfit-radius-md);
  transition: background-color 180ms ease;
}

.trend__modal-row:hover {
  background: #fbf7fc;
}

.row-item__img {
  overflow: hidden;
  border-radius: var(--sfit-radius-md);
}

.row-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row-item__info-title {
  margin-bottom: 8px;
}

.modal-request__title {
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.1;
}

.modal-request__policy,
.modal-request__policy a {
  font-family: var(--sfit-font-sans);
}

@media (max-width: 1023px) {
  .trend,
  .price,
  .app,
  .contacts {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .contacts__container {
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 12px 0;
  }

  .trend,
  .price,
  .app,
  .contacts {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .trend__title,
  .price__title,
  .trainers__title,
  .contacts__title {
    margin-bottom: 28px;
  }

  .price-tabs {
    margin-bottom: 26px;
  }

  .price-tabs__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 -15px 24px;
    padding: 0 15px 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .price-tabs__list::-webkit-scrollbar {
    display: none;
  }

  .price-tabs__button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .price-cards {
    gap: 14px;
  }

  .price-card {
    min-height: 124px;
    padding: 22px;
  }

  .price-card__title {
    font-size: 24px;
    line-height: 1.15;
  }

  .price-card__price {
    font-size: 34px;
  }

  .studio-space__grid {
    padding: 18px;
    border-radius: 20px;
  }

  .studio-space__copy {
    gap: 18px;
  }

  .studio-space__media {
    gap: 14px;
  }

  .app {
    padding-top: 54px;
  }

  .app__title {
    font-size: clamp(30px, 8.5vw, 38px);
    line-height: 1.12;
    margin-bottom: 30px;
  }

  .app__features {
    font-size: 18px;
    line-height: 1.45;
  }

  .app__links {
    gap: 12px;
  }

  .app__links img {
    max-height: 48px;
  }

  .contacts__container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contacts__info-title {
    font-size: 20px;
    margin-bottom: 34px;
  }

  .contacts__info-item {
    margin-bottom: 24px;
  }

  .contacts__info-item-title {
    margin-bottom: 18px;
  }

  .contacts__map {
    min-height: 300px;
    margin-top: 20px;
  }

  .modal-window.trend__modal {
    width: calc(100vw - 28px);
    max-width: 680px;
  }

  .trend__modal {
    padding: 28px 18px 34px;
    border-radius: 24px;
  }

  .trend__modal-box-sticky {
    top: 72px;
    padding-bottom: 18px;
  }

  .trend__modal-box-sticky .btn--circle-w50 {
    top: -4px;
    right: -2px;
  }

  .trend__modal-title {
    width: 100%;
    padding-right: 0;
    font-size: clamp(22px, 5.9vw, 26px);
    line-height: 1.12;
  }

  .trend__modal-activities {
    margin-top: 22px;
    margin-bottom: 18px;
  }

  .trend__modal-row {
    padding: 0;
    gap: 14px;
  }

  .row-item__img {
    width: min(100%, 420px);
    margin-bottom: 10px;
  }

  .row-item__info-title {
    font-size: 20px;
  }

  .row-item__info-desc,
  .row-item__info p,
  .row-item__info li {
    font-size: 16px;
  }

  .modal-request__title {
    font-size: 28px;
  }
}

@media (max-width: 424px) {
  .price__title,
  .contacts__title,
  .trainers__title {
    font-size: 34px;
  }

  .price-tabs__button {
    font-size: 13px;
    padding: 0 16px;
  }

  .price-card__title {
    font-size: 22px;
  }

  .price-card__price {
    font-size: 32px;
  }

  .contacts__container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .trend__modal-title {
    font-size: 24px;
  }
}

.modal-request__agreements {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  margin: 4px auto 0;
  text-align: left;
}

.modal-request__agreement {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #3c354d;
  font-family: var(--sfit-font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.modal-request__agreement::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 2px solid rgba(142, 32, 152, 0.55);
  border-radius: 5px;
  background: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  box-sizing: border-box;
  pointer-events: none;
}

.modal-request__agreement::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 7.2 5.8 10 11 4' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
  opacity: 0;
  pointer-events: none;
}

.modal-request__agreement:has(.modal-request__agreement-input:checked)::before {
  border-color: var(--sfit-purple);
  background: var(--sfit-purple);
  box-shadow: none;
}

.modal-request__agreement:has(.modal-request__agreement-input:checked)::after {
  opacity: 1;
}

.modal-request__agreement-input {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
}

.modal-request__agreement-input:checked {
  border-color: var(--sfit-purple);
  background-color: #8e2098 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 7.2 5.8 10 11 4' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
}

.modal-request__agreement-input:focus-visible {
  outline: 3px solid rgba(142, 32, 152, 0.22);
  outline-offset: 3px;
}

.modal-request__agreement a {
  color: var(--sfit-purple);
  text-decoration: underline;
  text-underline-offset: 3px;
}

#modal-request .send-button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  filter: grayscale(0.15);
}

#modal-request .send-button:disabled:hover {
  background: var(--sfit-cta-bg);
  transform: none;
}

@media (max-width: 599px) {
  .modal-request__agreements {
    gap: 9px;
  }

  .modal-request__agreement {
    font-size: 13px;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.contacts__info-item-link--w {
  width: max-content;
  min-width: 170px;
}

.contacts__info-item-link--w a {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

@media (max-width: 424px) {
  .contacts__info-item-link--w {
    width: max-content;
    min-width: 170px;
  }

  .contacts__info-item-link--w a {
    font-size: 16px;
    line-height: 1.45;
  }
}

@media (max-width: 1023px) {
  .app__features {
    display: grid;
    gap: 14px;
    width: fit-content;
    max-width: min(100%, 360px);
    margin: 0 auto;
    padding: 0;
    text-align: left;
    list-style: none;
  }

  .app__features li {
    position: relative;
    margin-bottom: 0;
    padding-left: 24px;
  }

  .app__features li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--sfit-purple);
    transform: translateY(-50%);
  }
}

@media (max-width: 599px) {
  .app__features {
    gap: 12px;
    max-width: 300px;
    font-size: 17px;
  }

  .app__features li {
    padding-left: 22px;
  }
}
