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

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

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

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

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

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

:active,
:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: var(--color-base);
}

input,
textarea,
select,
button {
  font-size: 100%;
  font: inherit;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1;
  color: var(--white-txt);
  height: 100%;
  width: 100%;
  background: var(--grey-background);
}

body._lock {
  overflow-y: hidden;
}

:root {
  --font-family: "Raleway", sans-serif;
  --second-family: "Noto Sans", sans-serif;
  --third-family: "Roboto", sans-serif;
  --orange-accent: #f16c05;
  --grey-background: #31353e;
  --light-grey: #414752;
  --white-txt: #f7f8fa;
  --dark-grey: #26282c;
  --grey-dots: #8d8d8d;
  --light-grey-10-form: rgba(65, 71, 82, 0.1);
  --white-txt-50: rgba(247, 248, 250, 0.5);
  --orange-active: #d35c00;
  --orange-hover: #ff9a4c;
  --main-orange: #f16c05;
  --yellow: #ffcf1a;
  --dark-blue: #050f27;
  --white: #ececec;
  --beige: #ffcaa1;
}

.icon {
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up-right:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-language-arrow:before {
  content: "\e905";
}

.icon-message:before {
  content: "\e906";
}

.icon-play:before {
  content: "\e907";
}

.icon-more:before {
  content: "\e908";
}

.icon-plus:before {
  content: "\e909";
}

.section-header {
  margin-bottom: 30px;
  position: relative;
}

.section-header h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--white-txt);
}

.section-header p {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: var(--white-txt);
  margin-bottom: 16px;
}

.section-header span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white-txt);
}

.section-header span b {
  font-weight: 800;
  color: var(--orange-accent);
}

.content .entry-header {
  margin-bottom: 30px;
}

.content .entry-header h1 {
  text-align: center;
}

.content h1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--white-txt);
}

.content h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--white-txt);
  margin-bottom: 15px;
}

.content p {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-txt);
  line-height: 150%;
}

.content p strong,
.content p b {
  font-weight: 700;
}

.content p:not(:last-child) {
  margin-bottom: 20px;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}

.wrapper._lock::after {
  visibility: visible;
  opacity: 1;
}

.container {
  width: 100%;
  max-width: 1238px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

section {
  padding: 60px 0;
}

.not-found__inner {
  padding: 100px 0;
}

.not-found__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found__text h1 {
  font-size: 188px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.not-found__text p {
  font-size: 24px;
  text-align: center;
  line-height: 150%;
}

.not-found__text a {
  text-align: center;
  margin-top: 120px;
}

.header {
  border-bottom: 1px solid var(--white-txt);
  position: relative;
}

.header__inner {
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  display: block;
}

.header__logo img {
  width: 100%;
  max-width: 183px;
  max-height: 44px;
}

.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.header__menu-list li {
  display: block;
}

.header__menu-list li a {
  line-height: 150%;
}

.header__burger {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border-radius: 50%;
  border: 2px solid var(--orange-accent);
  background-color: transparent;
  position: relative;
  z-index: 999;
}

.header__burger._active span {
  opacity: 0;
}

.header__burger._active::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transition: bottom 0.2s ease, -webkit-transform 0.2s ease 0.2s;
  transition: bottom 0.2s ease, -webkit-transform 0.2s ease 0.2s;
  transition: bottom 0.2s ease, transform 0.2s ease 0.2s;
  transition: bottom 0.2s ease, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  bottom: 19px;
}

.header__burger._active::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease 0.2s;
  transition: top 0.2s ease, -webkit-transform 0.2s ease 0.2s;
  transition: top 0.2s ease, transform 0.2s ease 0.2s;
  transition: top 0.2s ease, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  top: 19px;
}

.header__burger span {
  display: block;
  background: var(--orange-accent);
  width: 18px;
  height: 2px;
  border-radius: 4px;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  font-size: 0;
}

.header__burger::after,
.header__burger::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--orange-accent);
  width: 27px;
  height: 2px;
  border-radius: 4px;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}

.header__burger::after {
  bottom: 10px;
  -webkit-transition: bottom 0.2s ease 0.2s, -webkit-transform 0.2s ease;
  transition: bottom 0.2s ease 0.2s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
  transition: transform 0.2s ease, bottom 0.2s ease 0.2s, -webkit-transform 0.2s ease;
}

.header__burger::before {
  top: 10px;
  -webkit-transition: top 0.2s ease 0.2s, -webkit-transform 0.2s ease;
  transition: top 0.2s ease 0.2s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease 0.2s;
  transition: transform 0.2s ease, top 0.2s ease 0.2s, -webkit-transform 0.2s ease;
}

.footer {
  padding: 60px 0;
  border-top: 1px solid var(--white-txt);
}

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

.footer__logo {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 64px;
}

.footer__logo img {
  width: 100%;
}

.footer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 1fr 1fr 1fr;
  grid-template-columns: 0.8fr 1fr 1fr 1fr;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.footer__menu li {
  display: block;
}

.footer__menu li a {
  line-height: 150%;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.footer__col:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer__col p,
.footer__col a {
  line-height: 150%;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  padding-top: 32px;
  margin-top: 30px;
  border-top: 1px solid var(--white-txt);
}

.footer__row p,
.footer__row a {
  line-height: 150%;
}

.footer__dev {
  margin-left: auto;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.intro__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 100%;
}

.intro__inner .container {
  height: 100%;
}

.intro__content {
  min-height: 780px;
  height: 100%;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 48%;
}

.intro__text {
  padding: 10px;
}

.intro__text h1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: var(--white-txt);
}

.intro__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white-txt);
  margin-top: 20px;
}

.intro__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin-top: 40px;
}

.intro__btn {
  min-width: 160px;
}

.intro__image {
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  min-width: 861px;
}

.intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.benefits {
  background: var(--light-grey);
}

.benefits__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  padding-top: 18px;
}

.benefits__item {
  background: var(--dark-grey);
  border-radius: 30px;
  min-height: 180px;
  padding: 0 32px 32px 32px;
}

.benefits__item-icon {
  margin-top: -18px;
  margin-left: -8px;
  background-color: var(--orange-accent);
  border-radius: 15px;
  overflow: hidden;
  display: inline-block;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}

.benefits__item-icon img {
  width: 40px;
  height: 40px;
}

.benefits__item-text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--white-txt);
}

.benefits__item-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white-txt);
  margin-top: 5px;
}

.promotion__image {
  overflow: hidden;
  position: relative;
  padding: 0 0 42% 0;
  border-radius: 30px;
}

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

.tariffs__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
}

.tariffs__filter .btn {
  color: var(--white-txt);
  background-color: var(--dark-grey);
}

.tariffs__filter .btn._active {
  color: var(--white-txt);
  background-color: var(--orange-accent);
}

.tariffs__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.tariffs__item {
  background: var(--white-txt);
  border-radius: 30px;
  padding: 30px;
}

.tariffs__item-text {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--dark-grey);
}

.tariffs__item-text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--dark-grey);
}

.tariffs__item-text p {
  color: var(--dark-grey);
  line-height: 150%;
  margin-top: 4px;
}

.tariffs__item-price {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--orange-accent);
}

.tariffs__btn {
  margin-top: 30px;
}

.fitness__list {
  padding-bottom: 78px;
}

.fitness__list .swiper-pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.fitness__list .swiper-pagination span {
  background: var(--grey-dots);
  width: 8px;
}

.fitness__list .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--orange-accent);
}

.fitness__list .swiper-button-prev,
.fitness__list .swiper-button-next {
  border: 1px solid var(--orange-accent);
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.fitness__list .swiper-button-prev svg,
.fitness__list .swiper-button-next svg {
  width: 16px;
  height: 16px;
}

.fitness__list .swiper-button-prev svg path,
.fitness__list .swiper-button-next svg path {
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}

.fitness__list .swiper-button-prev::after,
.fitness__list .swiper-button-next::after {
  display: none;
}

.fitness__list .swiper-button-prev {
  bottom: 0;
  top: auto;
  right: 63px;
  left: auto;
}

.fitness__list .swiper-button-next {
  bottom: 0;
  top: auto;
  right: 0;
}

.fitness__item-image {
  overflow: hidden;
  position: relative;
  padding: 0 0 42% 0;
  border-radius: 30px;
}

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

.fitness__item-text {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}

.fitness__item-text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--white-txt);
}

.fitness__item-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white-txt);
}

.contact__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}

.contact__left form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.contact__input input {
  color: var(--light-grey);
  background: var(--white-txt);
}

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

.contact__btn input,
.contact__btn button {
  width: 328px;
}

.contact__text {
  line-height: 150%;
}

.contact__video {
  background: var(--dark-grey);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__video-play {
  width: 128px;
  height: 102px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--light-grey);
}

.fancybox__slide {
  padding-left: 16px;
  padding-right: 16px;
}

#callback {
  max-width: 828px;
  width: 100%;
  background: var(--white-txt);
  border-radius: 30px;
  padding: 54px 30px 30px 30px;
}

#callback .f-button.is-close-btn {
  top: 35px;
  right: 35px;
}

#callback .f-button.is-close-btn svg path {
  stroke: var(--light-grey);
}

#callback form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

#callback .modal__title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--dark-grey);
  margin-bottom: 10px;
}

#callback .modal__text {
  text-align: center;
  line-height: 150%;
}

#callback .modal__input .wpcf7-not-valid-tip {
  background: #E6E7E9;
}

#callback .modal__input input,
#callback .modal__input textarea {
  background: var(--light-grey-10-form);
}

#callback .modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
}

#callback .modal__btn input,
#callback .modal__btn button {
  width: 328px;
}

#callback .modal__btn .wpcf7-spinner {
  position: absolute;
  left: 100%;
}

#callback .modal__input .select__trigger,
#callback .modal__input .select__options {
  background: #E6E7E9;
}

#cookie {
  position: fixed;
  bottom: 50px;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  background: var(--white-txt);
  border-radius: 30px;
  max-width: 754px;
  width: 100%;
  padding: 15px 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%) translateX(-50%);
      -ms-transform: translateY(20%) translateX(-50%);
          transform: translateY(20%) translateX(-50%);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

#cookie._show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) translateX(-50%);
      -ms-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}

#cookie .cookie__image svg {
  width: 52px;
  height: 52px;
}

#cookie .cookie__text {
  line-height: 150%;
  color: var(--light-grey);
}

#cookie .cookie__text a {
  font-weight: 700;
}

#cookie .cookie__btn {
  min-width: 160px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: var(--white-txt);
  border-radius: 30px;
  background-color: var(--orange-accent);
  height: 44px;
  padding: 0 16px;
}

.btn:active {
  background: var(--orange-active);
}

.btn svg {
  margin-left: 12px;
}

.btn svg path {
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}

.btn._tp {
  color: var(--orange-accent);
  background-color: transparent;
  border: 2px solid var(--orange-accent);
}

.btn._tp:active {
  background: transparent;
  border-color: var(--orange-active);
  color: var(--orange-active);
}

.btn._tp:active svg path {
  stroke: var(--orange-active);
}

.input {
  display: block;
  width: 100%;
}

.input .wpcf7-not-valid-tip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  background: var(--white-txt);
  padding: 5px 0;
}

.input input,
.input textarea {
  border-radius: 30px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--light-grey);
  padding: 12px 30px;
  background: var(--white-txt);
}

.input input.wpcf7-not-valid,
.input textarea.wpcf7-not-valid {
  color: #CB1919;
  outline: 2px solid #CB1919;
}

.input input {
  height: 48px;
}

.input input:focus + .wpcf7-not-valid-tip {
  visibility: hidden;
}

.input textarea {
  resize: vertical;
  scrollbar-width: none;
  max-height: 200px;
  height: 108px;
  min-height: 108px;
}

.input textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.wpcf7-response-output {
  margin: 0 !important;
  text-align: center;
  line-height: 150%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #CB1919 !important;
}

.select {
  width: 100%;
  position: relative;
}

.select .select__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 10px 30px;
  background: var(--white-txt);
  color: var(--light-grey);
}

.select .select__trigger::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 8L14.59 6.59L9 12.17V0L7 0V12.17L1.41 6.59L0 8L8 16L16 8Z' fill='%23414752' /%3e%3c/svg%3e");
  width: 16px;
  height: 16px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.select .select__trigger.open::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.select .select__options {
  width: 100%;
  background: var(--white-txt);
  border-radius: 30px;
  padding: 12px 30px;
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 999;
  top: calc(100% + 5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.select .select__options._show {
  opacity: 1;
  visibility: visible;
}

.select .select__options li {
  line-height: 150%;
  cursor: pointer;
}

.select .select__option {
  color: var(--light-grey);
  text-align: right;
}

@media (min-width: 767px) {
  .section-header span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    max-width: 333px;
    text-align: right;
  }
}

@media (max-width:1240px) {
  .section-header h2 {
    font-size: 30px;
  }

  .content h1 {
    font-size: 30px;
  }

  .content h2 {
    font-size: 22px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    z-index: 999;
    top: calc(100% + 2px);
    left: 0px;
    width: 100%;
    padding: 86px 16px 30px 16px;
    background: var(--grey-background);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
  }

  .header__menu._show {
    opacity: 1;
    visibility: visible;
  }

  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    padding-right: 16px;
    gap: 12px;
  }

  .header__btn {
    margin-top: 86px;
    width: 100%;
  }

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

  .footer {
    padding: 30px 0;
  }

  .intro__content {
    min-height: 440px;
  }

  .intro__text h1 {
    font-size: 44px;
  }

  .intro__image {
    min-width: 500px;
  }

  .tariffs__list {
    grid-gap: 20px;
  }

  .tariffs__item {
    padding: 24px;
  }

  .tariffs__item-text {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

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

  .fitness__item-text {
    grid-gap: 30px;
  }

  .contact__inner {
    grid-gap: 30px;
  }

  #callback {
    max-width: 700px;
  }

  #cookie {
    max-width: 700px;
  }
}

@media (max-width: 1023px) {
  .footer__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  .benefits__list {
    overflow-x: auto;
    scrollbar-width: none;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefits__item {
    min-width: 280px;
  }

  .tariffs__filter {
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    scrollbar-width: none;
  }
}

@media (max-width:767px) {
  .section-header span {
    margin-top: 40px;
  }

  .not-found__text p {
    font-size: 20px;
  }

  .footer__logo {
    margin-right: 0;
  }

  .footer__logo img {
    max-width: 150px;
  }

  .footer__row {
    gap: 30px;
  }

  .footer__dev {
    border-top: 1px solid var(--white-txt);
    padding-top: 30px;
    width: 100%;
  }

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

  .intro__content {
    padding-top: 100px;
    padding-right: 0;
    min-height: auto;
  }

  .intro__text h1 {
    font-size: 37px;
    line-height: 108%;
  }

  .intro__image {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-left: -80px;
    min-width: 460px;
  }

  .promotion__image {
    padding: 0 0 152% 0;
  }

  .tariffs__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .tariffs__item {
    padding: 30px;
  }

  .tariffs__item-text {
    padding-bottom: 6px;
    margin-bottom: 6px;
  }

  .fitness__item-image {
    padding: 0 0 152% 0;
  }

  .fitness__item-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

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

  .contact__btn {
    width: 100%;
    position: relative;
  }

  .contact__btn .wpcf7-spinner {
    position: absolute;
    right: 0px;
  }

  .contact__btn input,
  .contact__btn button {
    width: 100%;
  }

  .contact__text {
    font-size: 10px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact__video {
    height: 500px;
  }

  #callback {
    padding: 54px 16px 30px 16px;
  }

  #callback form {
    gap: 10px;
  }

  #callback form .modal__text {
    font-size: 10px;
    color: var(--dark-grey);
    padding-right: 10%;
    padding-left: 10%;
  }

  #callback .modal__btn {
    width: 100%;
    position: relative;
  }

  #callback .modal__btn .wpcf7-spinner {
    position: absolute;
    right: 0px;
  }

  #callback .modal__btn input,
  #callback .modal__btn button {
    width: 100%;
  }

  #cookie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    width: calc(100% - 32px);
  }

  #cookie .cookie__image svg {
    width: 118px;
    height: 118px;
  }

  #cookie .cookie__text {
    text-align: center;
  }

  #cookie .cookie__btn {
    width: 100%;
  }
}

@media (max-width: 579px) {
  #callback .f-button.is-close-btn {
    right: 20px;
    top: 30px;
    background-color: transparent;
  }
}

@media (any-hover: hover) {
  a {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  a:hover {
    color: var(--orange-accent);
  }

  .benefits__item {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .benefits__item:hover {
    background-color: var(--orange-accent);
  }

  .benefits__item:hover .benefits__item-icon {
    background-color: var(--dark-grey);
  }

  .tariffs__filter .btn {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .tariffs__filter .btn:hover {
    background-color: var(--orange-accent);
  }

  .fitness__list .swiper-button-prev,
  .fitness__list .swiper-button-next {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .fitness__list .swiper-button-prev:hover,
  .fitness__list .swiper-button-next:hover {
    background-color: var(--orange-accent);
  }

  .fitness__list .swiper-button-prev:hover svg path,
  .fitness__list .swiper-button-next:hover svg path {
    fill: var(--white-txt);
  }

  .btn {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .btn:hover {
    background: var(--orange-hover);
    color: var(--white-txt);
  }

  .btn._tp {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .btn._tp:hover {
    background: transparent;
    border-color: var(--orange-hover);
    color: var(--orange-hover);
  }

  .btn._tp:hover svg path {
    stroke: var(--orange-hover);
  }
}