<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: Samokat
*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&amp;display=swap");
@font-face {
  font-family: "icons";
  src: url("fonts/icons.ttf?pr69cy") format("truetype"), url("../fonts/icons.woff?pr69cy") format("woff"), url("fonts/icons.svg?pr69cy#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*="_icon_"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
[class*="_icon_arrow1"]:before {
  content: "";
}
[class*="_icon_arrow2"]:before {
  content: "";
}
[class*="_icon_phone"]:before {
  content: "";
}
[class*="_icon_star"]:before {
  content: "";
}
[class*="_icon_telegram"]:before {
  content: "";
}
[class*="_icon_fb"]:before {
  content: "";
}
[class*="_icon_whatsapp"]:before {
  content: "";
}
[class*="_icon_vkontakte"]:before {
  content: "";
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, picture {
  display: block;
}
picture img {
  width: 100%;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: none;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body {
  background: #fff;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
  font-weight: 500;
  padding: 0;
  margin: 0;
}
body._lock {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
}
h1, .h1 {
  font-size: calc(22px + 30 * ((100vw - 320px) / 1600));
}
h2, .h2 {
  font-size: calc(18px + 24 * ((100vw - 320px) / 1600));
}
h3, .h3 {
  font-size: calc(16px + 12 * ((100vw - 320px) / 1600));
}
h4, .h4 {
  font-size: calc(14px + 8 * ((100vw - 320px) / 1600));
}
h5, .h5 {
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
}
p {
  margin: 0;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  display: block;
  padding-left: 2em;
  margin: 35px 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 25px;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed, video, iframe, object {
  max-width: 100%;
  display: block;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
}
a:focus, a:hover, a:active {
  outline: 0;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.page-default__content {
  margin-top: calc(50px + 50 * ((100vw - 320px) / 1600));
}
.page-default__main-form {
  margin-top: calc(75px + 75 * ((100vw - 320px) / 1600));
}
.default-header {
  display: flex;
  flex-wrap: wrap;
}
.grecaptcha-badge {
  display: none;
}
.site {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.site__main {
  padding-top: calc(70px + 175 * ((100vw - 320px) / 1600));
}
.site-main {
  flex: 1 1 auto;
}
[class*="__container"] {
  padding: 0 calc(20px + 40 * ((100vw - 320px) / 1600));
}
[class*="col-1"] {
  width: 10%;
}
[class*="col-2"] {
  width: 20%;
}
[class*="col-3"] {
  width: 30%;
}
[class*="col-4"] {
  width: 40%;
}
[class*="col-5"] {
  width: 50%;
}
[class*="col-6"] {
  width: 60%;
}
[class*="col-7"] {
  width: 70%;
}
[class*="col-8"] {
  width: 80%;
}
[class*="col-9"] {
  width: 90%;
}
[class*="col-10"] {
  width: 100%;
}
.order-card-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
.order-card-mobile a.button {
  height: calc(42px + 18 * ((100vw - 320px) / 1600));
}
.button {
  height: calc(32px + 28 * ((100vw - 320px) / 1600));
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
  font-weight: 700;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  transition: all 0.5s ease;
  cursor: pointer;
}
.button_blue {
  background: #bbe0f8;
  color: #000;
}
.button_grey {
  background: #2e363d;
  color: #fff;
}
.button_lightBlue {
  background: #e1f3ff;
  color: #000;
}
.button:hover {
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
}
.social-box {
  display: flex;
  align-items: center;
}
.social-box span {
  color: #545454;
  display: block;
  margin-right: 10px;
}
.social {
  display: flex;
  border: 1px solid #545454;
  border-radius: 100px;
  padding: 9px;
}
.social a {
  color: #545454;
  width: calc(30px + 10 * ((100vw - 320px) / 1600));
  height: calc(20px + 10 * ((100vw - 320px) / 1600));
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
}
.social a:not(:last-child) {
  border-right: 1px solid #545454;
}
.social a:hover {
  color: #6eb7e4;
}
.content__text_visible {
  margin-bottom: calc(20px + 15 * ((100vw - 320px) / 1600));
}
.content__text_hidden {
  display: none;
  margin-bottom: calc(20px + 15 * ((100vw - 320px) / 1600));
}
.content p {
  margin-bottom: calc(20px + 15 * ((100vw - 320px) / 1600));
  line-height: 1.7;
}
.content p:last-child {
  margin: 0;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .h1, .content .h2, .content .h3, .content .h4, .content .h5, .content .h6 {
  margin-bottom: calc(20px + 15 * ((100vw - 320px) / 1600));
}
.content ul {
  padding: 0 0 0 30px;
  margin: calc(20px + 15 * ((100vw - 320px) / 1600)) 0;
}
.content ul li {
  margin-bottom: 0.5em;
  position: relative;
  padding: 0 0 0 0.909em;
}
.content ul li:last-child {
  margin: 0;
}
.content ul li::before {
  content: "";
  display: block;
  background: #000;
  width: calc(5px + 3 * ((100vw - 320px) / 1600));
  height: calc(5px + 3 * ((100vw - 320px) / 1600));
  border-radius: 50%;
  left: 0;
  top: 0.5em;
  position: absolute;
}
.content ol {
  counter-reset: item;
  padding: 0 0 0 30px;
  margin: calc(20px + 15 * ((100vw - 320px) / 1600)) 0;
}
.content ol li {
  position: relative;
  padding: 0px 0px 0px 20px;
}
.content ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.content ol li:not(:last-child) {
  margin: 0 0 20px;
}
.show-hide {
  text-decoration-line: underline;
  color: #6eb7e4;
  cursor: pointer;
  transition: all 0.5s ease;
}
.show-hide:hover {
  color: #000;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs ul li:not(:last-child) {
  margin-right: 10px;
}
.breadcrumbs ul li a {
  color: #2e363d;
  font-weight: 700;
  padding-right: 5px;
}
.breadcrumbs ul li a:hover {
  color: #6eb7e4;
}
.ya-share__inner {
  border-top: 1px solid #6eb7e4;
  border-bottom: 1px solid #6eb7e4;
  display: flex;
  align-items: center;
  height: 3.1818em;
  margin-top: calc(20px + 60 * ((100vw - 320px) / 1600));
}
.ya-share__title {
  font-size: calc(12px + 10 * ((100vw - 320px) / 1600));
  color: #6eb7e4;
  flex: 1 1 auto;
}
.ya-share2__container {
  padding: 0;
}
.ya-share2__badge {
  display: none !important;
}
.ya-share2__title {
  display: block !important;
  font-size: calc(12px + 10 * ((100vw - 320px) / 1600));
  color: #6eb7e4 !important;
  transition: all 0.5s ease;
}
.ya-share2__title:hover {
  color: #000 !important;
}
/*---------------------------------
* Forms
*---------------------------------/
/*--Forms--*/
::-webkit-input-placeholder {
  color: #2e363d;
  font-weight: 700;
}
:-moz-placeholder {
  color: #2e363d;
  font-weight: 700;
}
::-moz-placeholder {
  color: #2e363d;
  font-weight: 700;
}
:-ms-input-placeholder {
  color: #2e363d;
  font-weight: 700;
}
form {
  position: relative;
}
form p {
  margin: 0;
  position: relative;
}
select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"] {
  color: #000;
  border: none;
  background: #fff;
  width: 100%;
  font-family: "Mulish", sans-serif;
  padding: 0 calc(20px + 30 * ((100vw - 320px) / 1600));
  height: calc(35px + 25 * ((100vw - 320px) / 1600));
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
  appearance: none;
  outline: none;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
}
textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus {
  box-shadow: none;
  outline: none;
}
textarea:hover::-webkit-input-placeholder, input[type="text"]:hover::-webkit-input-placeholder, input[type="email"]:hover::-webkit-input-placeholder, input[type="url"]:hover::-webkit-input-placeholder, input[type="password"]:hover::-webkit-input-placeholder, input[type="search"]:hover::-webkit-input-placeholder, input[type="number"]:hover::-webkit-input-placeholder, input[type="tel"]:hover::-webkit-input-placeholder, input[type="range"]:hover::-webkit-input-placeholder, input[type="date"]:hover::-webkit-input-placeholder, input[type="month"]:hover::-webkit-input-placeholder, input[type="week"]:hover::-webkit-input-placeholder, input[type="time"]:hover::-webkit-input-placeholder, input[type="datetime"]:hover::-webkit-input-placeholder, input[type="datetime-local"]:hover::-webkit-input-placeholder, input[type="color"]:hover::-webkit-input-placeholder {
  color: #6eb7e4;
}
textarea:hover:-moz-placeholder, input[type="text"]:hover:-moz-placeholder, input[type="email"]:hover:-moz-placeholder, input[type="url"]:hover:-moz-placeholder, input[type="password"]:hover:-moz-placeholder, input[type="search"]:hover:-moz-placeholder, input[type="number"]:hover:-moz-placeholder, input[type="tel"]:hover:-moz-placeholder, input[type="range"]:hover:-moz-placeholder, input[type="date"]:hover:-moz-placeholder, input[type="month"]:hover:-moz-placeholder, input[type="week"]:hover:-moz-placeholder, input[type="time"]:hover:-moz-placeholder, input[type="datetime"]:hover:-moz-placeholder, input[type="datetime-local"]:hover:-moz-placeholder, input[type="color"]:hover:-moz-placeholder {
  color: #6eb7e4;
}
textarea:hover::-moz-placeholder, input[type="text"]:hover::-moz-placeholder, input[type="email"]:hover::-moz-placeholder, input[type="url"]:hover::-moz-placeholder, input[type="password"]:hover::-moz-placeholder, input[type="search"]:hover::-moz-placeholder, input[type="number"]:hover::-moz-placeholder, input[type="tel"]:hover::-moz-placeholder, input[type="range"]:hover::-moz-placeholder, input[type="date"]:hover::-moz-placeholder, input[type="month"]:hover::-moz-placeholder, input[type="week"]:hover::-moz-placeholder, input[type="time"]:hover::-moz-placeholder, input[type="datetime"]:hover::-moz-placeholder, input[type="datetime-local"]:hover::-moz-placeholder, input[type="color"]:hover::-moz-placeholder {
  color: #6eb7e4;
}
textarea:hover:-ms-input-placeholder, input[type="text"]:hover:-ms-input-placeholder, input[type="email"]:hover:-ms-input-placeholder, input[type="url"]:hover:-ms-input-placeholder, input[type="password"]:hover:-ms-input-placeholder, input[type="search"]:hover:-ms-input-placeholder, input[type="number"]:hover:-ms-input-placeholder, input[type="tel"]:hover:-ms-input-placeholder, input[type="range"]:hover:-ms-input-placeholder, input[type="date"]:hover:-ms-input-placeholder, input[type="month"]:hover:-ms-input-placeholder, input[type="week"]:hover:-ms-input-placeholder, input[type="time"]:hover:-ms-input-placeholder, input[type="datetime"]:hover:-ms-input-placeholder, input[type="datetime-local"]:hover:-ms-input-placeholder, input[type="color"]:hover:-ms-input-placeholder {
  color: #6eb7e4;
}
input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
  line-height: 1;
  background: #2e363d;
  color: #fff;
  border-radius: 50%;
  border: none;
}
input[type="submit"]:hover {
  transform: scale(1.1);
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
input[type="file"] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
.agree {
  font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
  line-height: 1;
}
.agree a {
  text-decoration: underline;
}
.agree a:hover {
  text-decoration: none;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label, input[type="checkbox"] + span {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  margin-top: 20px;
}
input[type="checkbox"] + label::before, label input[type="checkbox"] + span::before {
  cursor: pointer;
  display: block;
  margin: 0 14px 0 0;
  content: "";
  background: #ffffff;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}
input[type="checkbox"]:checked + label::before, label input[type="checkbox"]:checked + span::before {
  background: #fff url(images/check.svg) no-repeat center;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7-mail-sent-ok {
  text-align: center;
  margin: 0 0 0;
  border: none;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  font-size: 12px;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: red;
}
.wpcf7 form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 10px;
  font-weight: normal;
  display: block;
  position: absolute;
  left: calc(20px + 30 * ((100vw - 320px) / 1600));
  bottom: 0;
  background: none;
  z-index: 1;
}
.screen-reader-response {
  display: none;
}
/*--End Forms--*/
.main-form {
  display: flex;
  flex-wrap: wrap;
  background: url(images/main-form-bg.svg) no-repeat 0 0, linear-gradient(100.78deg, #6eb7e4 22.32%, rgba(110, 183, 228, 0) 105.63%);
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  align-items: center;
  height: calc(130px + 570 * ((100vw - 320px) / 1600));
  overflow: hidden;
}
.main-form__img {
  height: 100%;
}
.main-form__img img {
  object-fit: contain;
  object-position: center bottom;
  transition: all 1s ease;
}
.main-form__img img:hover {
  transform: scale(1.1);
}
.main-form__content {
  padding-right: calc(0px + 65 * ((100vw - 320px) / 1600));
}
.form-block {
  background: #bbe0f8;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
}
.form-block__inner {
  padding: calc(20px + 30 * ((100vw - 320px) / 1600));
}
.form-block__title {
  margin-bottom: calc(15px + 25 * ((100vw - 320px) / 1600));
}
.form-field {
  display: flex;
  align-items: center;
}
.form-field__input-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(5px + 5 * ((100vw - 320px) / 1600));
  padding-right: 5px;
}
.form-field__email {
  grid-column: span 2;
}
.form-field__submit-box {
  flex: 0 0 calc(80px + 56 * ((100vw - 320px) / 1600));
  height: calc(80px + 56 * ((100vw - 320px) / 1600));
}
.form-field__submit-box * {
  width: 100%;
  height: 100%;
}
/*--form-workout--*/
.form-workout .form-block {
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
}
.form-workout .form-block__inner {
  display: flex;
}
.form-workout .form-block__title {
  flex: 0 0 31.65%;
  padding-right: 20px;
}
.form-workout .form-block__field-block {
  flex: 1 1 auto;
}
/*--form-card-modal--*/
.order-card-modal {
  max-width: 885px;
}
.form-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  padding: calc(20px + 20 * ((100vw - 320px) / 1600));
  overflow: hidden;
  justify-content: space-between;
  background: #fff;
}
.form-card__info {
  flex: 0 0 205px;
}
.form-card__title {
  margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
}
.form-card__value {
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  padding: calc(15px + 8 * ((100vw - 320px) / 1600));
  overflow: hidden;
}
.form-card__value input[type="text"] {
  border: none;
  padding: 0;
  height: auto;
  background: none;
}
.form-card__value-name {
  margin-bottom: calc(10px + 30 * ((100vw - 320px) / 1600));
}
.form-card__value-name input[type="text"] {
  font-weight: 700;
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
}
.form-card__value-price input[type="text"] {
  font-weight: 600;
  font-size: calc(10px + 2 * ((100vw - 320px) / 1600));
}
.form-card__desc {
  flex: 0 0 60%;
  font-size: calc(11px + 1 * ((100vw - 320px) / 1600));
  font-weight: 700;
  line-height: 1.3333;
  color: #464646;
}
.form-card__desc ul {
  list-style-type: disc;
}
.form-card__desc ul li:not(:last-child) {
  margin-bottom: 3px;
}
.form-card__field-block {
  flex: 0 0 100%;
  margin-top: calc(20px + 30 * ((100vw - 320px) / 1600));
}
/*--form-workout-modal--*/
.modal-form-workout {
  max-width: 836px;
  width: 100%;
}
.modal-form-workout .form-block {
  background: #fff;
}
.modal-form-workout .work-name {
  color: #6eb7e4;
  margin-top: 5px;
}
.modal-form-workout .work-name input[type="text"] {
  padding: 0;
  height: auto;
  font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
  border-radius: 0;
  font-weight: 600;
  color: #6eb7e4;
}
/*--form-card-header-modal--*/
.modal-form-card {
  max-width: 836px;
  width: 100%;
}
.modal-form-card .form-block {
  background: #fff;
}
.modal-form .form-field select, .modal-form .form-field textarea, .modal-form .form-field input[type="text"], .modal-form .form-field input[type="email"], .modal-form .form-field input[type="url"], .modal-form .form-field input[type="password"], .modal-form .form-field input[type="search"], .modal-form .form-field input[type="number"], .modal-form .form-field input[type="tel"] {
  background: #e1f3ff;
}
#fancybox-outer, #fancybox-content {
  background: none !important;
  box-shadow: none !important;
}
#fancybox-close {
  background: url(images/close.svg) no-repeat 0px 0px;
  width: 20px !important;
  height: 20px !important;
  top: 20px !important;
  right: 20px !important;
}
#fancybox-close span {
  display: none !important;
}
@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 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-container-android .swiper-slide, .swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
.swiper-vertical &gt; .swiper-wrapper {
  flex-direction: column;
}
.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-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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 &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered &gt; .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal &gt; .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical &gt; .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.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-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 &gt; .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal &gt; .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 &gt; .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 &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical &gt; .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 &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; 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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode &gt; .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid &gt; .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column &gt; .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;
}
.control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.control__arrow {
  opacity: 0.2;
  cursor: pointer;
  font-size: calc(19px + 4 * ((100vw - 320px) / 1600));
  transition: all 0.5s ease;
}
.control__arrow:hover {
  opacity: 1 !important;
}
.control__arrow_prev {
  transform: rotate(-180deg);
  margin: 0 20px 0.51px 0;
}
.site-header__inner {
  z-index: 100;
  transition: all 0.5s ease;
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  height: calc(50px + 110 * ((100vw - 320px) / 1600));
}
.site-header__container {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-header__logo {
  display: flex;
  align-items: center;
  flex: 0 0 30%;
}
.site-header__logo a {
  flex: 0 0 calc(66px + 108 * ((100vw - 320px) / 1600));
  margin-right: calc(0px + 47 * ((100vw - 320px) / 1600));
}
.site-header__logo span {
  font-size: calc(9px + 9 * ((100vw - 320px) / 1600));
  font-weight: 600;
}
.site-header__menu-button {
  display: flex;
  align-items: center;
  flex: 0 0 20%;
}
.site-header__info {
  padding-left: calc(0px + 50 * ((100vw - 320px) / 1600));
  flex: 0 0 50%;
}
.site-header__hidden {
  flex: 1 1 auto;
  overflow: auto;
  padding: 0 calc(20px + 40 * ((100vw - 320px) / 1600)) calc(20px + 40 * ((100vw - 320px) / 1600));
  display: none;
}
._scroll .site-header__inner {
  height: calc(50px + 40 * ((100vw - 320px) / 1600));
}
.menu-toggle {
  margin: 0 calc(20px + 10 * ((100vw - 320px) / 1600)) 0 0;
  width: calc(74px + 189 * ((100vw - 320px) / 1600));
}
.menu-toggle__inner {
  position: relative;
  display: flex;
  align-items: center;
}
.menu-toggle__points {
  position: absolute;
  width: calc(15px + 15 * ((100vw - 320px) / 1600));
  height: calc(15px + 15 * ((100vw - 320px) / 1600));
  left: calc(-23px - 27 * ((100vw - 320px) / 1600));
}
.menu-toggle__points span {
  position: absolute;
  height: calc(3px + 3 * ((100vw - 320px) / 1600));
  width: calc(3px + 3 * ((100vw - 320px) / 1600));
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.menu-toggle__points span:nth-child(1), .menu-toggle__points span:nth-child(4) {
  left: 0;
}
.menu-toggle__points span:nth-child(2) {
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-toggle__points span:nth-child(3), .menu-toggle__points span:nth-child(5) {
  right: 0;
}
.header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-info__phone {
  font-size: calc(10px + 12 * ((100vw - 320px) / 1600));
  font-weight: 600;
}
.header-info__phone:hover {
  color: #6eb7e4;
}
.header-info__nav ul {
  display: flex;
  align-items: center;
}
.header-info__nav ul li:not(:last-child) {
  margin-right: calc(0px + 20 * ((100vw - 320px) / 1600));
}
.header-info__nav ul li a {
  font-size: calc(9px + 9 * ((100vw - 320px) / 1600));
}
.header-info__nav ul li a:hover {
  color: #6eb7e4;
  text-decoration: underline;
}
.header-info__order {
  flex: 0 0 calc(62px + 223 * ((100vw - 320px) / 1600));
}
.header-hidden__container {
  display: flex;
  flex-wrap: wrap;
}
.header-hidden__navigation {
  padding: 0 20px 0 0;
}
.header-hidden__navigation .menu-item a {
  font-size: calc(24px + 24 * ((100vw - 320px) / 1600));
  color: #000;
  display: block;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0;
  height: auto;
  padding: 0.3333em 0 0.3333em 0;
  line-height: 1;
  font-family: "Mulish", sans-serif;
  background: url(../images/next2.svg) no-repeat right center;
}
.hidden-services-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hidden-services-menu ul li {
  margin: 0 0 5px;
}
.hidden-services-menu ul li a {
  color: #2e363d;
  font-size: calc(14px + 22 * ((100vw - 320px) / 1600));
  font-weight: 700;
}
.hidden-services-menu ul li a:hover {
  color: #6eb7e4;
}
.hidden-services-menu .button {
  width: 15.8333em;
}
.hidden-services-menu__order {
  height: calc(42px + 18 * ((100vw - 320px) / 1600));
}
.hidden-main-menu ul li:not(:last-child) {
  margin-bottom: calc(5px + 5 * ((100vw - 320px) / 1600));
}
.hidden-main-menu ul li a {
  background: #bde5ff;
  border-radius: calc(24px + 8 * ((100vw - 320px) / 1600));
  font-size: calc(20px + 22 * ((100vw - 320px) / 1600));
  padding: 0.2em 1.923em;
  display: inline-flex;
  font-weight: 700;
}
.hidden-main-menu ul li a:hover {
  background: #e1f3ff;
}
.hidden-contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.hidden-contacts__address {
  font-weight: 700;
}
.hidden-contacts__address br {
  display: none;
}
.hidden-menu-active .site-main, .hidden-menu-active .site-footer, .hidden-menu-active .order-card-mobile {
  display: none;
}
.hidden-menu-active .site-header {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.hidden-menu-active .site-header__inner {
  position: relative;
}
.hidden-menu-active .site-header__hidden {
  display: flex;
}
.hidden-menu-active .menu-toggle__points span:nth-child(1), .hidden-menu-active .menu-toggle__points span:nth-child(3) {
  top: 1px;
  transform: none;
}
.hidden-menu-active .menu-toggle__points span:nth-child(4), .hidden-menu-active .menu-toggle__points span:nth-child(5) {
  bottom: 0;
  top: auto;
  transform: none;
}
.site-footer__container {
  padding-top: calc(20px + 40 * ((100vw - 320px) / 1600));
  padding-bottom: calc(20px + 40 * ((100vw - 320px) / 1600));
  display: flex;
  justify-content: space-between;
}
.footer-info {
  flex: 0 0 31.3888em;
  display: flex;
  flex-wrap: wrap;
}
.footer-info &gt; * {
  width: 50%;
}
.footer-info__logo a {
  width: calc(66px + 108 * ((100vw - 320px) / 1600));
  display: block;
}
.footer-info__phone {
  font-weight: 600;
  font-size: calc(10px + 12 * ((100vw - 320px) / 1600));
  color: #545454;
}
.footer-info__phone:hover {
  color: #6eb7e4;
}
.footer-info__copy {
  color: #545454;
  display: flex;
  align-items: flex-end;
}
.privacy-policy-link {
  color: #545454;
  text-decoration: underline;
  display: flex;
  align-items: flex-end;
}
.privacy-policy-link:hover {
  text-decoration: none;
  color: #6eb7e4;
}
.footer-nav {
  flex: 0 0 50%;
  display: flex;
  justify-content: space-between;
}
.footer-nav ul {
  padding-right: 10px;
}
.footer-nav ul li:not(:last-child) {
  margin-bottom: calc(5px + 10 * ((100vw - 320px) / 1600));
}
.footer-nav ul li a {
  font-weight: 600;
}
.footer-nav ul li a:hover {
  text-decoration: underline;
  color: #6eb7e4;
}
.footer-nav__contact-us {
  flex: 0 0 calc(197px + 88 * ((100vw - 320px) / 1600));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-home__slider {
  margin-top: calc(75px + 25 * ((100vw - 320px) / 1600));
}
.page-home__service {
  margin-top: calc(30px + 25 * ((100vw - 320px) / 1600));
}
.page-home__number, .page-home__reviews, .page-home__main-form, .page-home__text {
  margin-top: calc(50px + 130 * ((100vw - 320px) / 1600));
}
.page-home__info, .page-home__cards, .page-home__trainer, .page-home__news, .page-home__contacts {
  margin-top: calc(50px + 70 * ((100vw - 320px) / 1600));
}
.home-top {
  display: flex;
  flex-wrap: wrap;
}
.home-top__address {
  flex: 0 0 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.home-top__address-box {
  display: flex;
  font-weight: 700;
}
.home-top__address-box a {
  margin-left: 10px;
  text-decoration-line: underline;
  color: #6eb7e4;
}
.home-top__address-box a:hover {
  text-decoration: none;
}
.home-top__info {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  background: url(images/home-top-bg.svg) no-repeat 0 0, linear-gradient(100.78deg, #6eb7e4 22.32%, rgba(110, 183, 228, 0) 105.63%);
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  padding: calc(20px + 30 * ((100vw - 320px) / 1600)) calc(25px + 50 * ((100vw - 320px) / 1600));
  min-height: calc(185px + 373 * ((100vw - 320px) / 1600));
  overflow: hidden;
  position: relative;
}
.home-top__info a {
  width: calc(65px + 35 * ((100vw - 320px) / 1600));
  height: calc(65px + 35 * ((100vw - 320px) / 1600));
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}
.home-top__info:hover a, .home-top__info:hover img {
  transform: scale(1.1);
}
.home-top__title {
  max-width: 50%;
}
.home-top__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-top__img img {
  object-fit: scale-down;
  object-position: 125% bottom;
  transition: all 1s ease;
}
.home-top__actions {
  flex: 0 0 50%;
  padding-left: calc(0px + 50 * ((100vw - 320px) / 1600));
  min-width: 0;
}
.home-info {
  display: flex;
  flex-wrap: wrap;
}
.home-info__title {
  padding-right: 10px;
}
.home-info__content {
  display: flex;
  justify-content: space-between;
}
.home-info__text {
  padding-right: 10px;
  flex: 1 1 auto;
}
.home-info__link-box {
  display: flex;
  flex: 0 0 calc(150px + 50 * ((100vw - 320px) / 1600));
}
.home-info__link-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 calc(75px + 25 * ((100vw - 320px) / 1600));
  height: calc(75px + 25 * ((100vw - 320px) / 1600));
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  border-radius: 50%;
}
.home-info__link-box a:first-child {
  background: #6eb7e4;
  color: #000;
  margin: 0 -5px 0 0;
}
.home-info__link-box a:last-child {
  background: #2e363d;
  color: #fff;
}
.home-info__link-box a:hover {
  transform: scale(1.1);
}
.number-block {
  display: flex;
  flex-wrap: wrap;
}
.number-block ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.number-block ul li {
  position: relative;
}
.number-block ul li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -30%;
  height: 100%;
  width: 83px;
  background: url(images/number-line.svg) no-repeat left bottom / contain;
}
.number-block ul li p:first-child {
  color: #6eb7e4;
  margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
}
.number-block ul li:first-child::before {
  display: none;
}
.slider-home {
  position: relative;
}
.slider-home__control .control__arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  transition: all 0.5s ease;
}
.slider-home__control .control__arrow::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(images/service-nav.svg) no-repeat center / contain;
}
.slider-home__control .control__arrow_prev {
  left: calc(10px + 10 * ((100vw - 320px) / 1600));
}
.slider-home__control .control__arrow_prev::before {
  transform: rotate(90deg);
}
.slider-home__control .control__arrow_next {
  right: calc(10px + 10 * ((100vw - 320px) / 1600));
}
.slider-home__control .control__arrow_next::before {
  transform: rotate(-90deg);
}
.slider-home__control .control__arrow:hover {
  transform: scale(1.1);
}
.slider-home__gallery a {
  display: block;
  height: calc(175px + 385 * ((100vw - 320px) / 1600));
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  overflow: hidden;
}
.slider-home__gallery a img {
  transition: all 1s ease;
}
.slider-home__gallery a img:hover {
  transform: scale(1.1);
}
.home-service {
  display: flex;
}
.home-service ul {
  flex: 1 1 auto;
  padding-right: 20px;
}
.home-service__link {
  flex: 0 0 9.6666em;
}
.home-news__control {
  margin-bottom: 20px;
}
.home-news__list {
  padding-bottom: 10px;
}
.home-text {
  display: flex;
  flex-wrap: wrap;
}
.home-text__title {
  margin-bottom: calc(28px + 40 * ((100vw - 320px) / 1600));
}
.home-text__gallery {
  display: flex;
}
.home-text__gallery a {
  display: block;
  flex: 0 0 calc(148px + 206 * ((100vw - 320px) / 1600));
  height: calc(148px + 206 * ((100vw - 320px) / 1600));
  border-radius: 50%;
  overflow: hidden;
}
.home-text__gallery a img {
  transition: all 1s ease;
}
.home-text__gallery a::before {
  background: linear-gradient(0deg, rgba(110, 183, 228, 0.2), rgba(110, 183, 228, 0.2));
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-text__gallery a:first-child {
  margin-right: -5%;
  z-index: 2;
}
.home-text__gallery a:hover img {
  transform: scale(1.1);
}
.home-text .content__inner {
  padding: 0 10%;
}
.contacts__info {
  display: flex;
  flex-wrap: wrap;
  background: #6eb7e4;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600)) calc(18px + 14 * ((100vw - 320px) / 1600)) 0 0;
  padding: calc(25px + 55 * ((100vw - 320px) / 1600)) calc(20px + 35 * ((100vw - 320px) / 1600));
  color: #fff;
}
.contacts__address {
  font-size: calc(22px + 30 * ((100vw - 320px) / 1600));
  font-weight: 700;
  line-height: 1;
}
.contacts__contact {
  font-size: calc(16px + 12 * ((100vw - 320px) / 1600));
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
.contacts__phone {
  padding-right: calc(10px + 33 * ((100vw - 320px) / 1600));
}
.contacts__email {
  padding-left: calc(10px + 33 * ((100vw - 320px) / 1600));
}
.contacts__work {
  display: flex;
  margin-top: calc(10px + 15 * ((100vw - 320px) / 1600));
}
.contacts__work span {
  font-size: calc(14px + 8 * ((100vw - 320px) / 1600));
  font-weight: 600;
}
.contacts__work span:not(:last-child) {
  margin-right: calc(0px + 30 * ((100vw - 320px) / 1600));
}
.contacts__map {
  height: calc(178px + 318 * ((100vw - 320px) / 1600));
}
.contacts__way {
  background: #2e363d;
  border-radius: 0 0 calc(18px + 14 * ((100vw - 320px) / 1600)) calc(18px + 14 * ((100vw - 320px) / 1600));
  padding: calc(25px + 25 * ((100vw - 320px) / 1600)) calc(20px + 35 * ((100vw - 320px) / 1600)) calc(25px + 55 * ((100vw - 320px) / 1600));
}
.contacts__way-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}
.contacts__way-title {
  color: #fff;
  flex: 1 1 auto;
  padding-right: 20px;
}
.contacts .tabs__link {
  display: flex;
  justify-content: space-between;
}
.contacts .tabs__item:not(:last-child) {
  margin-right: 10px;
}
.contacts .tabs__item a {
  font-size: calc(14px + 14 * ((100vw - 320px) / 1600));
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding-bottom: 20px;
  position: relative;
}
.contacts .tabs__item a:hover {
  color: white;
}
.contacts .tabs__item.ui-tabs-active a {
  color: white;
}
.contacts .tabs__item.ui-tabs-active a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #fff;
}
.contacts .tabs__content {
  padding: calc(20px + 10 * ((100vw - 320px) / 1600));
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px calc(18px + 6 * ((100vw - 320px) / 1600)) calc(18px + 6 * ((100vw - 320px) / 1600));
  font-size: calc(14px + 8 * ((100vw - 320px) / 1600));
}
.contacts .tabs__content p:not(:last-child) {
  margin-bottom: 13px;
}
.contacts .tabs__content strong {
  color: white;
  font-weight: 800;
}
.contacts .ya-link {
  background: #6eb7e4;
  color: #fff;
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 calc(74px + 51 * ((100vw - 320px) / 1600));
  height: calc(74px + 51 * ((100vw - 320px) / 1600));
  border-radius: 50%;
  padding: 5px;
}
.contacts .ya-link:hover {
  transform: scale(1.1);
}
.contacts__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page-contacts .contacts__info {
  background: none;
  padding: calc(25px + 55 * ((100vw - 320px) / 1600)) 0;
  border-radius: 0;
  color: #000;
}
.page-contacts .contacts__contact {
  justify-content: space-between;
  align-items: flex-start;
}
.page-contacts .contacts__map-box {
  display: flex;
  flex-wrap: wrap;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600)) calc(18px + 14 * ((100vw - 320px) / 1600)) 0 0;
  overflow: hidden;
}
.page-contacts .contacts__map {
  height: calc(300px + 200 * ((100vw - 320px) / 1600));
  flex: 0 0 60%;
}
.page-contacts .contacts__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page-contacts .contacts__enter {
  height: calc(300px + 200 * ((100vw - 320px) / 1600));
  flex: 0 0 40%;
}
.page-contacts .contacts .social-box span {
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
}
.page-news__container {
  display: flex;
  flex-wrap: wrap;
}
.page-news__header {
  height: calc(67px + 410 * ((100vw - 320px) / 1600));
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(15px + 55 * ((100vw - 320px) / 1600));
  margin-bottom: calc(50px + 35 * ((100vw - 320px) / 1600));
}
.page-news__title {
  width: 100%;
  max-width: 640px;
}
.page-news__other {
  margin-top: calc(50px + 30 * ((100vw - 320px) / 1600));
}
.page-news__main-form {
  margin-top: calc(35px + 165 * ((100vw - 320px) / 1600));
}
.other-news__list {
  padding-top: calc(20px + 20 * ((100vw - 320px) / 1600));
  padding-bottom: 10px;
}
/*--All news--*/
.news-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
  gap: 5px;
}
.news-list-item {
  padding: calc(25px + 10 * ((100vw - 320px) / 1600));
  background: linear-gradient(180deg, #f2f9fd 0%, #feffff 100%);
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  position: relative;
  min-height: calc(170px + 106 * ((100vw - 320px) / 1600));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}
.news-list-item:hover {
  box-shadow: 0 5px 12px -10px #000;
  border: 1px solid #f2f9fd;
  background: #fff;
}
.news-list-item:hover h3 {
  text-decoration: underline;
}
.news-list-item p {
  margin: 0;
  font-size: calc(14px + 8 * ((100vw - 320px) / 1600));
  color: #6eb7e4;
}
.news-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.page-actions__container {
  display: flex;
  flex-wrap: wrap;
}
.page-actions__header {
  margin-bottom: calc(50px + 35 * ((100vw - 320px) / 1600));
}
.page-actions__other {
  margin-top: calc(50px + 30 * ((100vw - 320px) / 1600));
}
.page-actions__main-form {
  margin-top: calc(35px + 165 * ((100vw - 320px) / 1600));
}
.action-header {
  display: flex;
  height: calc(67px + 410 * ((100vw - 320px) / 1600));
}
.action-header__img {
  flex: 0 0 28.5714%;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  overflow: hidden;
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  padding: calc(15px + 15 * ((100vw - 320px) / 1600));
  position: relative;
}
.action-header__img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.action-header__img-bg img {
  object-fit: contain;
  object-position: left bottom;
}
.action-header__img-thumb {
  width: 100%;
  height: 100%;
  border-radius: 10000px;
  overflow: hidden;
}
.action-header__img-thumb img {
  object-position: center top;
}
.action-header__label {
  width: calc(65px + 35 * ((100vw - 320px) / 1600));
  height: calc(65px + 35 * ((100vw - 320px) / 1600));
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
  position: absolute;
  left: calc(15px + 15 * ((100vw - 320px) / 1600));
  bottom: calc(15px + 15 * ((100vw - 320px) / 1600));
  text-align: center;
  padding: 10px;
}
.action-header__info {
  flex: 1 1 auto;
  margin-left: 8px;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #e1f3ff;
  padding: calc(15px + 55 * ((100vw - 320px) / 1600));
}
.action-header__info-desc {
  margin-bottom: 50px;
}
.action-header__title {
  margin-bottom: 20px;
}
.action-header__data {
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
  font-weight: 700;
}
.other-actions__list {
  padding-top: calc(20px + 20 * ((100vw - 320px) / 1600));
  padding-bottom: 10px;
}
/*--All actions--*/
.actions-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.actions-list-item {
  background: linear-gradient(140.9deg, #6eb7e4 15.47%, #daf1ff 86.98%);
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  position: relative;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.actions-list-item__info {
  padding: calc(20px + 25 * ((100vw - 320px) / 1600)) calc(5px + 40 * ((100vw - 320px) / 1600)) calc(5px + 20 * ((100vw - 320px) / 1600)) calc(20px + 25 * ((100vw - 320px) / 1600));
  transition: all 0.5s ease;
}
.actions-list-item__title {
  margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
}
.actions-list-item__data {
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  font-weight: 600;
}
.actions-list-item__img {
  position: relative;
}
.actions-list-item__img-bg {
  width: 100%;
  height: calc(130px + 140 * ((100vw - 320px) / 1600));
}
.actions-list-item__img-bg img {
  object-fit: contain;
  object-position: left bottom;
}
.actions-list-item__img-thumb {
  width: 100%;
  padding: 0 calc(20px + 25 * ((100vw - 320px) / 1600)) calc(20px + 25 * ((100vw - 320px) / 1600));
}
.actions-list-item__img-thumb &gt; div {
  height: calc(160px + 170 * ((100vw - 320px) / 1600));
  border-radius: 10000px;
  overflow: hidden;
}
.actions-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: calc(20px + 25 * ((100vw - 320px) / 1600));
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
}
.actions-list-item a span {
  display: block;
  width: calc(65px + 35 * ((100vw - 320px) / 1600));
  height: calc(65px + 35 * ((100vw - 320px) / 1600));
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.actions-list-item:hover a span {
  transform: scale(1.1);
}
.actions-list-item:hover .actions-list-item__info {
  transform: translateY(5%);
}
.page-trainer__container {
  display: flex;
  flex-wrap: wrap;
}
.page-trainer__tabs {
  margin-top: calc(10px + 50 * ((100vw - 320px) / 1600));
}
.page-trainer__tags {
  margin-top: calc(30px + 50 * ((100vw - 320px) / 1600));
}
.page-trainer__text {
  margin-top: calc(30px + 50 * ((100vw - 320px) / 1600));
}
.page-trainer__text h2 {
  font-size: calc(16px + 12 * ((100vw - 320px) / 1600));
}
.page-trainer__form-workout {
  margin-top: calc(50px + 30 * ((100vw - 320px) / 1600));
}
.page-trainer__other {
  margin-top: calc(50px + 40 * ((100vw - 320px) / 1600));
}
.page-trainer__reviews {
  margin-top: calc(50px + 100 * ((100vw - 320px) / 1600));
}
.page-trainer__main-form {
  margin-top: calc(35px + 200 * ((100vw - 320px) / 1600));
}
.trainer-header {
  display: flex;
}
.trainer-header__img {
  flex: 0 0 28.5256%;
  height: calc(301px + 84 * ((100vw - 320px) / 1600));
  border-radius: 24px;
  background: #2e363d;
  overflow: hidden;
}
.trainer-header__img img {
  object-position: center top;
}
.trainer-header__info {
  flex: 1 1 auto;
  padding-left: calc(20px + 160 * ((100vw - 320px) / 1600));
}
.trainer-header__title {
  margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
}
.trainer-header__post {
  font-size: calc(12px + 10 * ((100vw - 320px) / 1600));
  font-weight: 700;
  margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
}
.trainer-header__desc {
  font-size: calc(12px + 10 * ((100vw - 320px) / 1600));
  font-weight: 600;
}
.trainer-header__links {
  display: flex;
  margin-top: calc(20px + 10 * ((100vw - 320px) / 1600));
}
.trainer-header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 calc(92px + 56 * ((100vw - 320px) / 1600));
  height: calc(92px + 56 * ((100vw - 320px) / 1600));
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  border-radius: 50%;
}
.trainer-header__link_grey {
  background: #2e363d;
  color: #fff;
}
.trainer-header__link_blue {
  background: #6eb7e4;
  color: #000;
}
.trainer-header__link:hover {
  transform: scale(1.1);
}
.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tags-list__item {
  background: #bbe0f8;
  color: #000;
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
  font-weight: 700;
  line-height: 1;
  padding: 0 calc(15px + 20 * ((100vw - 320px) / 1600));
  height: 3.3333em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 32px;
}
.trainer-slider__control {
  margin-bottom: 20px;
}
.trainer-slider__list {
  margin-top: calc(20px + 20 * ((100vw - 320px) / 1600));
}
.trainer-slider .trainer-list-item {
  height: 100% !important;
}
/*--all trener--*/
.trainer-tabs__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(10px + 50 * ((100vw - 320px) / 1600));
  column-gap: calc(10px + 20 * ((100vw - 320px) / 1600));
  row-gap: 10px;
}
.trainer-tabs__item {
  font-weight: 700;
  color: #6eb7e4;
  font-size: calc(12px + 10 * ((100vw - 320px) / 1600));
  cursor: pointer;
  transition: all 0.5s ease;
}
.trainer-tabs__item._active, .trainer-tabs__item:hover {
  color: #000;
}
.trainer-list {
  display: none;
}
.trainer-list._active {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 5px;
  row-gap: calc(20px + 40 * ((100vw - 320px) / 1600));
}
.trainer-list-item {
  position: relative;
}
.trainer-list-item__title {
  background: linear-gradient(180deg, #bde5ff 0%, #e6f5ff 100%);
  border-radius: calc(18px + 6 * ((100vw - 320px) / 1600));
  padding: calc(20px + 10 * ((100vw - 320px) / 1600)) calc(25px + 13 * ((100vw - 320px) / 1600));
}
.trainer-list-item__img {
  background: #2e363d;
  border-radius: calc(18px + 6 * ((100vw - 320px) / 1600));
  overflow: hidden;
  height: calc(225px + 111 * ((100vw - 320px) / 1600));
}
.trainer-list-item__img img {
  object-position: center top;
}
.trainer-list-item__img span {
  display: block;
  width: calc(65px + 35 * ((100vw - 320px) / 1600));
  height: calc(65px + 35 * ((100vw - 320px) / 1600));
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: calc(10px + 5 * ((100vw - 320px) / 1600));
  right: calc(10px + 5 * ((100vw - 320px) / 1600));
  transform: scale(0);
}
.trainer-list-item__post {
  font-size: calc(12px + 10 * ((100vw - 320px) / 1600));
  font-weight: 600;
  margin-top: 15px;
  padding-right: 10px;
}
.trainer-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
}
.trainer-list-item:hover .trainer-list-item__title {
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  text-decoration: underline;
}
.trainer-list-item:hover .trainer-list-item__img span {
  opacity: 1;
  transform: scale(1.1);
}
.page-reviews__container {
  display: flex;
  flex-wrap: wrap;
}
.page-reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-reviews__menu {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.page-reviews__menu-item {
  flex: 0 0 calc(74px + 26 * ((100vw - 320px) / 1600));
  height: calc(74px + 26 * ((100vw - 320px) / 1600));
  background: #6eb7e4;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  transition: all 0.5s ease;
}
.page-reviews__menu-item._active, .page-reviews__menu-item:hover {
  background: #bbe0f8;
  color: #000;
}
.page-reviews__tab {
  margin-top: calc(20px + 40 * ((100vw - 320px) / 1600));
}
.page-reviews__main-form {
  margin-top: calc(60px + 100 * ((100vw - 320px) / 1600));
}
.reviews-list {
  display: none;
}
.reviews-list._active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5px;
  row-gap: 20px;
}
.reviews-list-item {
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  border: 1px solid #e1f3ff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.reviews-list-item__info {
  display: flex;
  height: calc(60px + 40 * ((100vw - 320px) / 1600));
  padding: calc(20px + 5 * ((100vw - 320px) / 1600));
  align-items: center;
  justify-content: space-between;
  background: #e1f3ff;
}
.reviews-list-item__site {
  flex: 0 0 calc(60px + 40 * ((100vw - 320px) / 1600));
  height: calc(25px + 35 * ((100vw - 320px) / 1600));
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reviews-list-item__site_yandex {
  background-image: url(images/yandex.svg);
}
.reviews-list-item__site_google {
  background-image: url(images/google.svg);
}
.reviews-list-item__site_zoon {
  background-image: url(images/zoon.svg);
}
.reviews-list-item__site_yell {
  background-image: url(images/yell.svg);
}
.reviews-list-item__site_gis {
  background-image: url(images/gis.svg);
}
.reviews-list-item__site_pro {
  background-image: url(images/pro.svg);
}
.reviews-list-item__rating {
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}
.reviews-list-item__rating::before {
  background: url(images/star.svg) no-repeat 0px 0px;
  content: "";
  display: block;
  width: calc(26px + 5 * ((100vw - 320px) / 1600));
  height: calc(26px + 5 * ((100vw - 320px) / 1600));
  margin-right: 5px;
}
.reviews-list-item__text {
  background: #ffffff;
  padding: calc(20px + 15 * ((100vw - 320px) / 1600));
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.reviews-list-item__name {
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  font-weight: 700;
}
.reviews-list-item__data {
  font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
  font-weight: 600;
  margin-top: 10px;
}
.reviews-list-item__content {
  margin-top: calc(10px + 15 * ((100vw - 320px) / 1600));
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  font-weight: 600;
  flex: 1 1 auto;
}
.reviews-list-item__link {
  margin-top: calc(10px + 15 * ((100vw - 320px) / 1600));
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  font-weight: 600;
  transition: all 0.5s ease;
}
.reviews-list-item:hover .reviews-list-item__info {
  background: linear-gradient(102.86deg, #95d5fd 19.08%, #daf1ff 87.02%);
}
.reviews-list-item:hover .reviews-list-item__link {
  transform: translateY(10%);
}
.reviews-list-item:hover .reviews-list-item__link a {
  color: #6eb7e4;
  text-decoration: underline;
}
/*--slider block--*/
.reviews {
  background: url(images/reviews-bg.svg) no-repeat 0 0, linear-gradient(107.5deg, #6eb7e4 38.02%, #b4e2ff 98.54%);
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
}
.reviews__inner {
  padding: calc(25px + 95 * ((100vw - 320px) / 1600)) calc(0px + 65 * ((100vw - 320px) / 1600));
  display: flex;
  flex-wrap: wrap;
}
.reviews__info {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews__title {
  color: #fff;
  padding-right: calc(0px + 65 * ((100vw - 320px) / 1600));
}
.reviews__link-box {
  display: flex;
  align-items: center;
}
.reviews__link-box li {
  flex: 0 0 calc(74px + 26 * ((100vw - 320px) / 1600));
  height: calc(74px + 26 * ((100vw - 320px) / 1600));
  background: #6eb7e4;
  border: 3px solid #ffffff;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  display: flex;
  margin-right: -5px;
}
.reviews__link-box li:last-child {
  background: #fff;
}
.reviews__link-box li a {
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
}
.reviews__link-box li a:hover {
  transform: scale(1.2);
}
.reviews__slider-block {
  flex: 0 0 60%;
  min-width: 0;
}
.reviews__slider-block .reviews-list-item {
  height: 100% !important;
  border: none;
}
.reviews__control {
  color: #fff;
  margin-bottom: 20px;
}
.reviews__control .control__arrow {
  opacity: 0.5;
}
.reviews_two-slide .reviews__link-box {
  display: grid;
  align-items: center;
  grid-template-columns: calc(74px + 26 * ((100vw - 320px) / 1600)) calc(74px + 26 * ((100vw - 320px) / 1600));
}
.reviews_two-slide .reviews__link-box li {
  margin: 0;
}
.page-cards__list {
  margin-top: calc(25px + 45 * ((100vw - 320px) / 1600));
}
.page-cards__content {
  margin-top: calc(50px + 75 * ((100vw - 320px) / 1600));
  display: flex;
}
.page-cards__content h2 {
  flex: 0 0 8.7307em;
  margin-right: calc(20px + 35 * ((100vw - 320px) / 1600));
}
.page-cards__content ul {
  margin: 0;
  flex: 1 1 auto;
}
.page-cards__main-form {
  margin-top: calc(70px + 50 * ((100vw - 320px) / 1600));
}
.cards-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.cards-list-item {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.cards-list-item__info {
  padding: calc(25px + 10 * ((100vw - 320px) / 1600));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cards-list-item__price {
  font-size: calc(14px + 8 * ((100vw - 320px) / 1600));
  font-weight: 600;
}
.cards-list-item__img {
  padding-top: 62.022%;
  transition: all 0.5s ease;
}
.cards-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: calc(25px + 10 * ((100vw - 320px) / 1600));
  z-index: 2;
}
.cards-list-item a span {
  display: block;
  width: calc(65px + 35 * ((100vw - 320px) / 1600));
  height: calc(65px + 35 * ((100vw - 320px) / 1600));
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.cards-list-item_last {
  background: #2e363d;
  padding-top: 62.022%;
}
.cards-list-item_last .h3 {
  color: #fff;
}
.cards-list-item:hover {
  box-shadow: 0px 23px 17px -20px rgba(110, 183, 228, 0.3);
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%) !important;
}
.cards-list-item:hover .cards-list-item__img {
  transform: rotate(1.77deg);
}
.cards-list-item:hover a span {
  transform: scale(1.1);
}
.cards-slider .cards-list-item_last {
  padding-top: 0;
  height: 100% !important;
}
.cards-slider_four-slide, .cards-slider_three-slide {
  padding-bottom: 10px;
}
.cards-slider_three-slide {
  margin-right: calc(-20px - 40 * ((100vw - 320px) / 1600));
}
.cards__title {
  margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));
}
.cards__control {
  margin-bottom: 20px;
}
.page-services__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5px;
  row-gap: calc(10px + 30 * ((100vw - 320px) / 1600));
  margin-top: calc(25px + 60 * ((100vw - 320px) / 1600));
}
.page-services__text {
  margin-top: calc(50px + 140 * ((100vw - 320px) / 1600));
}
.page-services__main-form {
  margin-top: calc(50px + 140 * ((100vw - 320px) / 1600));
}
.page-services__content {
  margin-top: calc(25px + 60 * ((100vw - 320px) / 1600));
}
.services-item {
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
}
.services-item_big {
  grid-column: span 2;
}
.services-item_big:nth-child(1) {
  background: url(images/service1-bg.svg) no-repeat 0 0, linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  background-size: contain;
}
.services-item_big:nth-child(2) {
  background: url(images/service2-bg.svg) no-repeat 0 0, linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  background-size: contain;
}
.services-item_big:nth-child(3) {
  background: url(images/service3-bg.svg) no-repeat 0 0, linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  background-size: contain;
}
.services-item_big .services-item__info {
  padding-right: calc(25px + 10 * ((100vw - 320px) / 1600));
}
.services-item__inner {
  display: flex;
  padding: calc(25px + 10 * ((100vw - 320px) / 1600));
}
.services-item__info {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex: 1 1 auto;
}
.services-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.services-item__link span {
  display: block;
  width: calc(65px + 35 * ((100vw - 320px) / 1600));
  height: calc(65px + 35 * ((100vw - 320px) / 1600));
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.services-item__link:hover span {
  background: #bbe0f8;
}
.services-item__image {
  flex: 0 0 calc(145px + 255 * ((100vw - 320px) / 1600));
  height: calc(77px + 138 * ((100vw - 320px) / 1600));
  border-radius: 10000px;
  overflow: hidden;
}
.services-item__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(110, 183, 228, 0.1), rgba(110, 183, 228, 0.1));
  z-index: 1;
}
.services-item__subcategory {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0px + 10 * ((100vw - 320px) / 1600));
  align-content: baseline;
}
.services-item__subcategory li a {
  font-weight: 700;
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
  background: #ffffff;
  border-radius: 32px;
  padding: 0 1.5444em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: calc(35px + 25 * ((100vw - 320px) / 1600));
}
.services-item__subcategory li a:hover {
  background: #bbe0f8;
}
/*----------страница услуги lvl1-------------*/
.services-content {
  display: flex;
  flex-wrap: wrap;
}
.services-content__nav {
  padding-right: calc(0px + 88 * ((100vw - 320px) / 1600));
}
.services-nav__menu {
  background: #e6f5ff;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  padding: calc(20px + 30 * ((100vw - 320px) / 1600));
}
.services-nav__menu &gt; li {
  border-top: 1px solid #fff;
  position: relative;
}
.services-nav__menu &gt; li:first-child {
  border: none;
}
.services-nav__menu &gt; li .menu-item-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 3em;
  width: 3em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: calc(14px + 8 * ((100vw - 320px) / 1600));
  cursor: pointer;
  transition: all 0.5s ease;
}
.services-nav__menu &gt; li .menu-item-arrow::before {
  background: url(images/service-nav.svg) no-repeat center;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
}
.services-nav__menu &gt; li .menu-item-arrow_active::before {
  transform: rotate(180deg);
}
.services-nav__menu &gt; li &gt; a {
  height: 3em;
  display: inline-flex;
  align-items: center;
  font-size: calc(14px + 8 * ((100vw - 320px) / 1600));
  font-weight: 700;
}
.services-nav__menu &gt; li .sub-menu {
  margin-bottom: 1em;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  display: none;
}
.services-nav__menu &gt; li .sub-menu li:not(:last-child) {
  margin-bottom: 0.51em;
}
.services-nav__menu &gt; li .sub-menu a {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  color: rgba(0, 0, 0, 0.5);
}
.services-nav__menu &gt; li.current-menu-item .sub-menu, .services-nav__menu &gt; li.current-page-ancestor .sub-menu {
  display: block;
}
.services-nav__menu &gt; li.current-menu-item .sub-menu .current-menu-item a, .services-nav__menu &gt; li.current-page-ancestor .sub-menu .current-menu-item a {
  color: black;
}
.services-nav__menu &gt; li.current-menu-item .menu-item-arrow::before, .services-nav__menu &gt; li.current-page-ancestor .menu-item-arrow::before {
  transform: rotate(180deg);
}
.services-nav__menu &gt; li.current-menu-item .menu-item-arrow_active::before, .services-nav__menu &gt; li.current-page-ancestor .menu-item-arrow_active::before {
  transform: rotate(0deg);
}
.services-nav__menu a:hover {
  text-decoration: underline;
}
.services-nav__menu .current-menu-item &gt; a .sub-menu a {
  color: black;
}
.services-info__intro {
  display: flex;
}
.services-info__img {
  flex: 0 0 57.14%;
  min-width: 0;
  position: relative;
}
.services-info__gallery {
  height: 100%;
}
.services-info__gallery a {
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  overflow: hidden;
  min-height: calc(180px + 280 * ((100vw - 320px) / 1600));
  display: block;
}
.services-info__gallery a img {
  transition: all 1s ease;
}
.services-info__gallery a:hover img {
  transform: scale(1.1);
}
.services-info__control .control__arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.services-info__control .control__arrow::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(images/service-nav.svg) no-repeat center / contain;
}
.services-info__control .control__arrow_prev {
  left: calc(10px + 10 * ((100vw - 320px) / 1600));
}
.services-info__control .control__arrow_prev::before {
  transform: rotate(90deg);
}
.services-info__control .control__arrow_next {
  right: calc(10px + 10 * ((100vw - 320px) / 1600));
}
.services-info__control .control__arrow_next::before {
  transform: rotate(-90deg);
}
.services-info__control .control__arrow:hover {
  transform: translateY(-50%) scale(1.1);
}
.services-info__desc {
  flex: 1 1 auto;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}
.services-info__desc-price {
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  padding: calc(20px + 10 * ((100vw - 320px) / 1600)) calc(20px + 35 * ((100vw - 320px) / 1600));
}
.services-info__desc-price span {
  background: #fff;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  padding: 10px 20px;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
}
.services-info__desc-price + .services-info__desc-text {
  margin-top: 5px;
}
.services-info__desc-text {
  background: linear-gradient(180deg, #f2f9fd 0%, #feffff 100%);
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  padding: calc(20px + 35 * ((100vw - 320px) / 1600));
  flex: 1 1 auto;
}
.services-info__nav {
  margin-top: calc(25px + 50 * ((100vw - 320px) / 1600));
  display: flex;
}
.services-info__nav ul {
  padding-right: 10px;
}
.services-info__nav-links {
  display: flex;
}
.services-info__nav-links a {
  display: block;
  width: calc(80px + 100 * ((100vw - 320px) / 1600));
  height: calc(80px + 100 * ((100vw - 320px) / 1600));
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.services-info__nav-links a:first-child {
  background: #2e363d;
  color: #fff;
  margin-right: -10px;
}
.services-info__nav-links a:last-child {
  background: #6eb7e4;
  color: #2e363d;
}
.services-info__nav-links a:hover {
  transform: scale(1.1);
}
.services-info__price {
  margin-top: calc(25px + 50 * ((100vw - 320px) / 1600));
}
.services-info__text {
  margin-top: calc(25px + 50 * ((100vw - 320px) / 1600));
}
.services-info__trainer, .services-info__form-workout, .services-info__reviews, .services-info__cards, .services-info__other-services {
  margin-top: calc(50px + 30 * ((100vw - 320px) / 1600));
}
.services-box {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 10 * ((100vw - 320px) / 1600));
  align-content: baseline;
  padding-right: 10px;
}
.services-box li a, .services-box li p {
  font-weight: 700;
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
  background: #bbe0f8;
  border-radius: 32px;
  padding: 0 1.5444em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: calc(35px + 25 * ((100vw - 320px) / 1600));
}
.services-box li a:hover, .services-box li p:hover {
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
}
.other-services__title {
  margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));
}
/*----------страница услуги lvl2-------------*/
.page-template-service-lvl2 .page-services__content {
  margin-top: 30px;
}
.page-template-service-lvl2 .services-info__desc-text {
  background: none;
  padding: 0;
  margin: calc(30px + 50 * ((100vw - 320px) / 1600)) 0 30px;
}
.page-template-service-lvl2 .services-info__desc-link {
  color: #2e363d;
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  width: 15.8333em;
}
.page-template-service-lvl2 .services-info__desc-link:hover {
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #6eb7e4 99.18%);
}
.info-header {
  display: flex;
  gap: 5px;
}
.info-header__title-block {
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  overflow: hidden;
  background: linear-gradient(180deg, #6fb8e5 0%, #edf3fc 100%);
  padding: calc(25px + 25 * ((100vw - 320px) / 1600)) calc(25px + 50 * ((100vw - 320px) / 1600));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 50%;
}
.info-header__title {
  line-height: 1;
  margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1600));
}
.info-header__tech-block {
  display: flex;
  align-items: center;
}
.info-header__tech-block a {
  padding: 0 2em;
  margin: 0 0 0 -10px;
}
.info-header__price {
  width: calc(65px + 45 * ((100vw - 320px) / 1600));
  height: calc(65px + 45 * ((100vw - 320px) / 1600));
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.info-header__img {
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  overflow: hidden;
  min-height: calc(180px + 162 * ((100vw - 320px) / 1600));
  flex: 0 0 50%;
}
/*---Price---*/
.price__title {
  margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));
}
.price-section__title {
  padding: 0.9286em 0 0.9286em calc(30px + 30 * ((100vw - 320px) / 1600));
  border-top: 1px solid #6eb7e4;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}
.price-section__title span {
  display: block;
  position: absolute;
  height: 0.7857em;
  width: 0.7857em;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.price-section__title span::before, .price-section__title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
}
.price-section__title span::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.price-section__title span::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.price-section__title.ui-accordion-header-active span::after {
  left: 0;
  transform: translateY(-50%);
}
.price-section ul {
  padding: 0 0 calc(20px + 40 * ((100vw - 320px) / 1600)) calc(30px + 30 * ((100vw - 320px) / 1600));
}
.price-section ul li {
  display: flex;
  font-size: calc(12px + 8 * ((100vw - 320px) / 1600));
  border-top: 1px solid #81a8cb;
}
.price-section ul li span:first-child {
  flex: 0 0 75%;
  padding: 0.3636em 1em 0.3636em 0;
}
.price-section ul li span:last-child {
  flex: 0 0 25%;
  text-align: right;
  padding: 0.3636em 0;
}
.thanks-404-info {
  background: #bbe0f8;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  overflow: hidden;
}
.thanks-404-info__inner {
  padding: calc(20px + 30 * ((100vw - 320px) / 1600));
}
.thanks-404-info p {
  margin-bottom: 35px;
}
.thanks-404-info a {
  background: #2e363d;
  color: #fff;
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(74px + 51 * ((100vw - 320px) / 1600));
  height: calc(74px + 51 * ((100vw - 320px) / 1600));
  border-radius: 50%;
}
/*--Расписание--*/
.page-events__header {
  margin-bottom: calc(20px + 55 * ((100vw - 320px) / 1600));
}
#events-page .tribe-events-l-container {
  max-width: 100%;
  padding: 0;
}
#events-page .tribe-events-header {
  display: block;
  padding: 0;
  margin: 0;
}
#events-page .tribe-events-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: calc(10px + 20 * ((100vw - 320px) / 1600));
  align-items: center;
}
#events-page .tribe-events-header__messages {
  margin: calc(10px + 20 * ((100vw - 320px) / 1600)) 0 0 !important;
}
#events-page .tribe-events-header__top-bar {
  margin: 0;
  flex: none;
}
#events-page .tribe-events-c-top-bar__nav {
  display: none !important;
}
#events-page .tribe-events-c-top-bar__datepicker-button {
  justify-content: flex-end;
  width: auto;
}
#events-page .switch-view {
  display: flex;
  align-items: center;
}
#events-page .switch-view__item {
  position: relative;
  display: block;
  color: #6eb7e4;
}
#events-page .switch-view__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #6eb7e4;
  transition: all 0.5s ease;
}
#events-page .switch-view__item:hover::before {
  width: 100%;
}
#events-page .switch-view__item_active {
  color: #000;
}
#events-page .switch-view__item_active::before {
  display: none !important;
}
.event-categories {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.event-categories li {
  position: relative;
  margin-right: calc(10px + 40 * ((100vw - 320px) / 1600));
}
.event-categories li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: calc(2px + 4 * ((100vw - 320px) / 1600));
  background: #000;
  transition: all 0.5s ease;
}
.event-categories li:first-child a {
  color: #6eb7e4 !important;
}
.event-categories li.current-cat::before, .event-categories li:hover::before {
  width: 100%;
}
.event-categories li.current-cat a, .event-categories li:hover a {
  color: #000 !important;
}
.event-categories a {
  padding: 0 0 10px;
  color: #6eb7e4 !important;
  font-size: calc(18px + 14 * ((100vw - 320px) / 1600));
  display: block;
  font-weight: 700;
}
.event-categories.event-categories_ li:first-child a {
  color: #000 !important;
}
.event-categories.event-categories_ li:first-child::before {
  width: 100%;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__events-row-header {
  display: none;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__header {
  padding: 0 0 calc(5px + 10 * ((100vw - 320px) / 1600));
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__header-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: none;
  padding: 0;
  gap: calc(0px + 10 * ((100vw - 320px) / 1600));
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__header-column {
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  border: none;
  width: 100%;
  height: calc(40px + 80 * ((100vw - 320px) / 1600));
  border-radius: calc(8px + 8 * ((100vw - 320px) / 1600));
  overflow: hidden;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__header-column--current {
  background: #2e363d;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-weekday, #events-page .tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum {
  color: #fff;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__header-column-title {
  height: 100%;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__header-column-datetime {
  height: 100%;
  margin: 0;
  padding: calc(5px + 20 * ((100vw - 320px) / 1600));
  justify-content: center;
  align-items: flex-start;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__header-column-weekday {
  font-weight: 700;
  font-size: calc(12px + 30 * ((100vw - 320px) / 1600));
  line-height: 1;
  color: #000;
  text-transform: lowercase;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  margin-bottom: calc(5px + 5 * ((100vw - 320px) / 1600));
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__header-column-daynum {
  font-weight: 700;
  font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
  font-family: "Mulish", sans-serif;
  color: #000;
  line-height: 1;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__body {
  padding-bottom: 20px;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__events-row, #events-page .tribe-events-pro .tribe-events-pro-week-grid__multiday-events-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: none;
  padding: 0;
  gap: calc(0px + 10 * ((100vw - 320px) / 1600));
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__events-day {
  position: relative;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__event {
  position: relative;
  top: auto;
  height: auto;
  width: 100%;
  right: auto;
  left: auto;
  bottom: auto;
  border-radius: calc(8px + 8 * ((100vw - 320px) / 1600));
  margin-bottom: calc(5px + 5 * ((100vw - 320px) / 1600));
  background: #e1f3ff;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__event--current {
  background: linear-gradient(180deg, #6c889a 0%, #feffff 100%);
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__event-inner {
  background: none;
  display: flex;
  flex-direction: column;
  padding: calc(10px + 10 * ((100vw - 320px) / 1600));
  min-height: calc(122px + 60 * ((100vw - 320px) / 1600));
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__event-link {
  border: none;
  border-radius: calc(8px + 8 * ((100vw - 320px) / 1600));
  background: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__event-link:hover {
  box-shadow: 0px 10px 20px -15px #000;
}
#events-page .event-inner__desc {
  flex: 1 1 auto;
  padding: 0.8333em 0;
}
#events-page .event-inner__label {
  margin-bottom: 8px;
}
#events-page .event-top time {
  font-weight: 700;
  display: block;
}
#events-page .event-desc__event-title {
  font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
  font-weight: 700;
  line-height: 1.2;
}
#events-page .event-desc__trainer {
  font-size: calc(11px + 1 * ((100vw - 320px) / 1600));
  line-height: 1.5;
  font-weight: 700;
  color: #464646;
}
#events-page .event-desc__trainer br {
  display: none;
}
#events-page .event-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: calc(11px + 1 * ((100vw - 320px) / 1600));
  font-weight: 700;
  color: #464646;
}
#events-page .event-label__item_order {
  background: #fff url(images/order.svg) no-repeat center;
}
#events-page .event-label__item_pay {
  background: #fff url(images/pay.svg) no-repeat center;
}
#events-page .event-label__item_new {
  background: #fff url(images/favorites.svg) no-repeat center;
}
#events-page .event-label__item_cancel {
  background: #fff url(images/close.svg) no-repeat center;
  display: none;
}
.event-label {
  display: flex;
  align-items: center;
}
.event-label__item {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 4px;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__event.tribe-events-status__list-event-canceled {
  text-decoration: line-through;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__event.tribe-events-status__list-event-canceled .tribe-events-pro-week-grid__event-link {
  display: none;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__event.tribe-events-status__list-event-canceled .event-label__item {
  display: none;
}
#events-page .tribe-events-pro .tribe-events-pro-week-grid__event.tribe-events-status__list-event-canceled .event-label__item_cancel {
  display: block;
}
/* .tribe-events-pro-week-grid__event--past {
	filter: blur(1.5px);
} */
.event-modal {
  width: 836px;
  background: #fff;
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  overflow: hidden;
}
.event-modal__inner {
  padding: calc(20px + 15 * ((100vw - 320px) / 1600)) calc(20px + 25 * ((100vw - 320px) / 1600));
  display: grid;
  grid-template-columns: calc(175px + 30 * ((100vw - 320px) / 1600)) 1fr;
  row-gap: 20px;
  column-gap: calc(0px + 100 * ((100vw - 320px) / 1600));
}
.event-modal__info-box {
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
  overflow: hidden;
  padding: calc(15px + 10 * ((100vw - 320px) / 1600));
  min-height: calc(55px + 70 * ((100vw - 320px) / 1600));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-modal__date {
  font-weight: 700;
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  margin-bottom: 5px;
}
.event-modal__time {
  font-weight: 600;
  font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
  display: flex;
  justify-content: space-between;
}
.event-modal__title-box h3 {
  margin: calc(10px + 5 * ((100vw - 320px) / 1600)) 0;
}
.event-modal__title-box p {
  font-weight: 700;
}
.event-modal__trainer-box {
  grid-row-start: 2;
  grid-row-end: 4;
}
.event-modal__content-box p {
  line-height: 1.3;
}
.event-modal__link-box {
  display: flex;
  align-items: flex-end;
}
.event-modal__link-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 calc(80px + 40 * ((100vw - 320px) / 1600));
  height: calc(80px + 40 * ((100vw - 320px) / 1600));
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  border-radius: 50%;
}
.event-modal__link-box a:first-child {
  background: #6eb7e4;
  color: #000;
  margin-right: -5px;
}
.event-modal__link-box a:last-child {
  background: #2e363d;
  color: #fff;
}
.event-modal .event-label__item_order {
  background: #bde5ff url(images/order.svg) no-repeat center;
}
.event-modal .event-label__item_pay {
  background: #bde5ff url(images/pay.svg) no-repeat center;
}
.event-modal .event-label__item_new {
  background: #bde5ff url(images/favorites.svg) no-repeat center;
}
.event-modal .event-label__item_cancel {
  background: #bde5ff url(images/close.svg) no-repeat center;
  display: none;
}
.modal-trainer__name {
  font-weight: 700;
  font-size: calc(14px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.1;
  margin: 10px 0;
}
.modal-trainer__post {
  font-weight: 600;
  font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
}
.modal-trainer__img {
  width: calc(50px + 90 * ((100vw - 320px) / 1600));
  height: calc(50px + 90 * ((100vw - 320px) / 1600));
  background: #2e363d;
  border-radius: 50%;
  overflow: hidden;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  border: none;
  border-radius: 0;
}
/*месяц*/
#events-page .tribe-events .tribe-events-calendar-month__header-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: none;
  padding: 0;
  gap: calc(0px + 10 * ((100vw - 320px) / 1600));
}
#events-page .tribe-events .tribe-events-calendar-month__header-column {
  background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
  border: none;
  width: 100%;
  height: calc(40px + 80 * ((100vw - 320px) / 1600));
  border-radius: calc(8px + 8 * ((100vw - 320px) / 1600));
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#events-page .tribe-events .tribe-events-calendar-month__header-column h3 span {
  font-style: normal;
  text-align: center;
  font-weight: 700;
  font-size: calc(12px + 30 * ((100vw - 320px) / 1600));
  line-height: 1;
  color: #000;
  text-transform: lowercase;
  font-family: "Mulish", sans-serif;
}
#events-page .tribe-events .tribe-events-calendar-month__body {
  border: none;
  background: none;
}
#events-page .tribe-events .tribe-events-calendar-month__week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: none;
  padding: 0;
  gap: calc(0px + 10 * ((100vw - 320px) / 1600));
  margin-top: calc(0px + 10 * ((100vw - 320px) / 1600));
}
#events-page .tribe-events .tribe-events-calendar-month__day {
  border: none;
  position: relative;
  top: auto;
  height: 100%;
  width: 100%;
  right: auto;
  left: auto;
  bottom: auto;
  border-radius: calc(8px + 8 * ((100vw - 320px) / 1600));
  background: #e1f3ff;
  overflow: hidden;
  transition: all 0.5s ease;
}
#events-page .tribe-events .tribe-events-calendar-month__day--current {
  background: linear-gradient(180deg, #6c889a 0%, #feffff 100%);
}
#events-page .tribe-events .tribe-events-calendar-month__day-date-daynum {
  font-weight: 700;
  font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
  font-family: "Mulish", sans-serif;
  color: #000;
  line-height: 1;
}
#events-page .tribe-events .tribe-events-calendar-month__day:hover {
  box-shadow: 0px 10px 20px -15px #000;
}
#events-page .tribe-events .tribe-events-calendar-month__day::after {
  display: none;
}
#events-page .tribe-events .tribe-events-calendar-month__day-cell {
  background: none;
  display: flex;
  flex-direction: column;
  padding: calc(10px + 10 * ((100vw - 320px) / 1600));
  min-height: calc(122px + 60 * ((100vw - 320px) / 1600));
}
#events-page .tribe-events .tribe-events-calendar-month__day-date {
  padding: 0;
  margin: 0 0 10px;
}
#events-page .tribe-events .tribe-events-calendar-month__calendar-event {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
#events-page .tribe-events .tribe-events-calendar-month__calendar-event:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#events-page .tribe-events .tribe-events-calendar-month__calendar-event.tribe-events-status__list-event-canceled {
  text-decoration: line-through;
}
#events-page .tribe-events .tribe-events-calendar-month__calendar-event.tribe-events-status__list-event-canceled .event-label__item {
  display: none;
}
#events-page .tribe-events .tribe-events-calendar-month__calendar-event.tribe-events-status__list-event-canceled .event-label__item_cancel {
  display: block;
}
#events-page .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #000;
}
#events-page .tribe-events .tribe-events-calendar-month__calendar-event-datetime time {
  display: block;
  margin: 0 5px 0 0;
}
#events-page .tribe-events .tribe-events-calendar-month__calendar-event-title {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-style: normal;
}
#events-page .tribe-events .tribe-events-calendar-month__calendar-event-title:hover a {
  text-decoration: underline;
}
#events-page .tribe-events .tribe-events-calendar-month__calendar-event-title .tribe-events-status-label {
  display: none;
}
/* #events-page .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past {
	filter: blur(1.5px);
} */
@media (max-width: 959px) {
  #events-page .tribe-common--breakpoint-xsmall.tribe-events-pro .tribe-events-pro-week-grid {
    display: none !important;
    overflow: hidden;
  }
  #events-page .tribe-common--breakpoint-xsmall.tribe-events-pro .tribe-events-pro-week-day-selector, #events-page .tribe-common--breakpoint-xsmall.tribe-events-pro .tribe-events-pro-week-mobile-events {
    display: block !important;
    visibility: visible;
  }
  #events-page .tribe-events-header {
    padding: 0;
    margin: 0;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-day-selector__days-list {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: calc(0px + 10 * ((100vw - 320px) / 1600));
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-day-selector__days-list-item {
    width: 100%;
    position: relative;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-day-selector__day {
    border: none;
    border-radius: 0;
    height: auto;
    letter-spacing: normal;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-day-selector__day--curent .tribe-events-pro-week-day-selector__day-datetime {
    background: #2e363d !important;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-day-selector__day--curent .tribe-events-pro-week-day-selector__day-weekday, #events-page .tribe-events-pro .tribe-events-pro-week-day-selector__day--curent .tribe-events-pro-week-day-selector__day-daynum {
    color: #fff;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-day-selector__day--active .tribe-events-pro-week-day-selector__day-datetime {
    background: #6eb7e4;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-day-selector__day-datetime {
    display: flex;
    flex-direction: column;
    background: linear-gradient(120.54deg, #6eb7e4 35.85%, #daf1ff 99.18%);
    justify-content: space-between;
    align-items: center;
    height: calc(40px + 80 * ((100vw - 320px) / 1600));
    border-radius: calc(8px + 8 * ((100vw - 320px) / 1600));
    overflow: hidden;
    padding: calc(5px + 20 * ((100vw - 320px) / 1600));
    width: 100%;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-day-selector__day-weekday {
    font-weight: 700;
    font-size: calc(12px + 30 * ((100vw - 320px) / 1600));
    line-height: 1;
    color: #000;
    text-transform: lowercase;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    margin: 0;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-day-selector__day-daynum {
    font-weight: 700;
    font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
    font-family: "Mulish", sans-serif;
    color: #000;
    line-height: 1;
  }
  #events-page .tribe-events-pro-week-grid__event {
    padding: 0;
    margin: 0 0 10px;
  }
  .event-modal {
    width: 100%;
  }
  #events-page .tribe-events .tribe-events-calendar-month__day {
    min-height: 100%;
    height: calc(37px + 217 * ((100vw - 320px) / 1600));
    padding: 0;
  }
  #events-page .tribe-events .tribe-events-calendar-month__day-cell--desktop {
    display: none !important;
    visibility: hidden;
  }
  #events-page .tribe-events .tribe-events-calendar-month__day-cell--mobile {
    display: flex !important;
    visibility: visible;
    position: relative;
    top: auto;
    min-height: 100%;
    z-index: 2;
    justify-content: center;
  }
  #events-page .tribe-events .tribe-events-calendar-month__day-cell--mobile h3 {
    margin: 0;
    line-height: 1;
  }
  #events-page .tribe-events .tribe-events-calendar-month__calendar-event {
    border-radius: calc(8px + 8 * ((100vw - 320px) / 1600));
    margin-bottom: calc(5px + 5 * ((100vw - 320px) / 1600));
    background: #e1f3ff;
    border: none;
    padding: 0;
  }
  #events-page .tribe-events .tribe-events-calendar-month__calendar-event a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  #events-page .tribe-events .tribe-events-calendar-month__calendar-event-inner {
    background: none;
    display: flex;
    flex-direction: column;
    padding: calc(10px + 10 * ((100vw - 320px) / 1600));
    min-height: calc(122px + 60 * ((100vw - 320px) / 1600));
  }
  #events-page .tribe-events .tribe-events-c-day-marker__date {
    flex: none;
    font-weight: 700;
    font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
    font-family: "Mulish", sans-serif;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
  }
  #events-page .tribe-events .tribe-events-c-day-marker::after {
    display: none;
  }
}
@media (max-width: 599px) {
  #events-page .tribe-events-header {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  #events-page .tribe-events-header__inner {
    align-items: flex-start;
  }
  #events-page .event-categories li {
    margin: 0 5px 10px 0;
  }
  #events-page .event-categories li a {
    font-size: 14px;
  }
  .event-modal__inner {
    grid-template-columns: 90%;
  }
  .event-modal__info-box {
    order: 1;
  }
  .event-modal__title-box {
    order: 2;
  }
  .event-modal__content-box {
    order: 3;
  }
  .event-modal__trainer-box {
    order: 4;
    grid-row-start: auto;
    grid-row-end: auto;
  }
  .event-modal__link-box {
    order: 5;
  }
}
@media print {
  #main {
    padding: 0 !important;
  }
  @page {
    margin: 0;
  }
  body {
    min-width: 1000px;
  }
  .site-header, .default-header, .site-footer, .fancybox-hidden, #events-page .tribe-events-header, .event-info__link, #events-page .tribe-events-pro .tribe-events-pro-week-grid__event .event-before, #events-page .tribe-events-pro .tribe-events-pro-week-grid__event .event-after, .event-page-header__title, .main-form {
    display: none !important;
  }
  .event-page-header {
    margin: 0 0 0.3cm !important;
  }
  #events-page .tribe-events-l-container {
    max-width: 100%;
    padding: 0;
    font-size: 18px;
  }
  #events-page {
    padding: 0.5mm;
  }
  #events-page .tribe-events-pro-week-grid__header {
    padding: 0;
    margin: 0 0 0.3mm;
  }
  #events-page .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
    font-size: 20px;
    color: #e87a00 !important;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-grid__header-column {
    height: 0.8cm;
    border: 0.5mm solid #000;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-grid__header-column-datetime {
    padding: 0;
    flex-direction: row-reverse;
    justify-content: space-evenly;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-grid__header-row, #events-page .tribe-events-pro .tribe-events-pro-week-grid__events-row, #events-page .tribe-events-pro .tribe-events-pro-week-grid__multiday-events-row {
    gap: 0.3mm;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-grid__event {
    margin: 0 0 0.3mm;
    padding: 0;
    border: 0.5mm solid #000;
  }
  .event-info__place {
    font-size: 12px;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-grid__event-datetime {
    font-size: 14px;
    display: flex;
  }
  .event-inner__desc {
    padding: 1mm 0 0 0 !important;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-grid__event-link-inner {
    min-height: 3cm;
  }
  #events-page .tribe-events-pro .tribe-events-pro-week-grid__event-title {
    font-size: 14px;
    margin: 0 0 1mm;
    color: #e87a00 !important;
  }
  .event-top__time {
    margin: 0 0 0 1mm !important;
    font-size: 12px;
  }
  #events-page .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-week-day-selector, #events-page .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-week-mobile-events {
    display: none !important;
    visibility: hidden;
  }
  #events-page .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-week-grid {
    display: block !important;
    visibility: visible;
  }
}
/*--/Расписание--*/
@media (max-width: 1599px) {
  .footer-nav {
    flex: 1 1 auto;
    padding-left: 50px;
  }
}
@media (max-width: 1439px) {
  .header-info__nav {
    display: none;
  }
  .social-box span {
    font-size: 14px;
  }
  .home-text__gallery a {
    flex: 0 0 calc(148px + 140 * ((100vw - 320px) / 1600));
    height: calc(148px + 140 * ((100vw - 320px) / 1600));
  }
  .home-text .content__inner {
    padding: 0 0 0 10%;
  }
  .actions-list-item__info {
    padding: 20px 5px 5px 20px;
  }
  .actions-list-item__img-thumb {
    padding: 0 20px 20px;
  }
  .actions-list-item a {
    padding: 20px;
  }
}
@media (max-width: 1279px) {
  .contacts__phone {
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .contacts__email {
    padding-left: 0;
  }
  .actions-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-trainer__empty, .page-trainer__content, .page-reviews__empty, .page-reviews__content {
    width: 100%;
  }
  .page-trainer__content, .page-reviews__content {
    margin-top: calc(20px + 10 * ((100vw - 320px) / 1600));
  }
  .number-block__empty, .number-block__list {
    width: 100%;
  }
  .cards-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-contacts .contacts__contact-box {
    flex: 0 0 100%;
  }
  .page-contacts .contacts__contact-social {
    margin-top: 20px;
  }
  .services-nav {
    display: none;
  }
  .services-info {
    width: 100%;
  }
  .home-top__info {
    flex: 0 0 60%;
  }
  .home-top__actions {
    flex: 0 0 40%;
  }
  .site-header__menu-button {
    flex: 0 0 30%;
  }
  .site-header__info {
    flex: 0 0 40%;
  }
  .menu-toggle {
    margin: 0;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .footer-info {
    flex: 0 0 20%;
  }
  .footer-info &gt; * {
    width: 100%;
  }
  .footer-info &gt; *:not(:last-child) {
    margin-bottom: calc(10px + 16 * ((100vw - 320px) / 1600));
  }
  .contacts .tabs__item a, .contacts .tabs__content {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }
  .trainer-list._active {
    grid-template-columns: repeat(4, 1fr);
  }
  .hidden-services-menu ul li a {
    font-size: calc(14px + 14 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1023px) {
  .site-header__logo span {
    display: none;
  }
  .home-text__media {
    width: 100%;
  }
  .home-text__content {
    width: 100%;
    margin-top: 30px;
  }
  .home-text .content__inner {
    padding: 0;
  }
  .main-form__img {
    width: 35%;
  }
  .main-form__content {
    width: 65%;
  }
  .trainer-list._active {
    grid-template-columns: repeat(3, 1fr);
  }
  .reviews-list._active {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews__info, .reviews__slider-block {
    flex: 0 0 100%;
  }
  .reviews__link-box {
    margin-top: 30px;
    flex: 0 0 100%;
  }
  .cards-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-contacts .contacts__address {
    flex: 0 0 100%;
  }
  .page-contacts .contacts__contact {
    margin-top: 20px;
    flex: 0 0 100%;
  }
  .page-services__list {
    grid-template-columns: 1fr;
  }
  .services-item_big {
    grid-column: span 1;
  }
  .services-item_big .services-item__info {
    padding-right: 0;
  }
  .services-item__subcategory {
    display: none;
  }
  .info-header__tech-block {
    flex-wrap: wrap;
  }
  .info-header__tech-block a {
    margin: 10px 0 0 0;
  }
  .number-block ul li::before {
    width: 40px;
    background: url(images/number-line.svg) no-repeat center / contain;
  }
  .home-info__title {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-info__content {
    width: 100%;
  }
  .home-top__info {
    flex: 0 0 100%;
  }
  .home-top__actions {
    flex: 0 0 100%;
    padding: 20px 0 0;
  }
  .home-top__img img {
    object-position: right bottom;
  }
  .home-top__control {
    margin-top: 20px;
  }
  .actions-list-item__img-thumb &gt; div {
    max-width: 140px;
    margin: 0 auto;
  }
  .site-header__hidden {
    flex-wrap: wrap;
  }
  .hidden-services-menu {
    order: 2;
    flex: 0 0 50%;
  }
  .hidden-main-menu {
    order: 1;
    flex: 0 0 50%;
  }
  .hidden-contacts {
    order: 0;
    flex: 0 0 100%;
    flex-direction: row;
    align-items: center;
  }
  .hidden-contacts .social-box span {
    display: none;
  }
  .page-contacts .contacts__map, .page-contacts .contacts__enter {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  [class*="col-2"], [class*="col-3"], [class*="col-4"], [class*="col-5"], [class*="col-6"], [class*="col-7"], [class*="col-8"], [class*="col-9"], [class*="col-1"] {
    width: 100%;
  }
  .site-header__menu-button {
    order: 3;
  }
  .site-header__info {
    order: 2;
  }
  .site-header__hidden {
    align-items: flex-start;
  }
  .site-header__container {
    border-bottom: 1px solid #efefef;
    border-radius: 0px 0px 10px 10px;
  }
  .hidden-services-menu__order {
    order: 4;
    flex: 0 0 100%;
    margin-top: 10px;
  }
  .hidden-services-menu ul li a {
    font-size: 14px;
  }
  .hidden-main-menu ul li a {
    font-size: 20px;
  }
  .header-info__order {
    flex: 0 0 100%;
    margin: 20px 0 0;
    height: calc(42px + 18 * ((100vw - 320px) / 1600));
  }
  .menu-toggle {
    width: 100%;
  }
  .site-footer #menu-services {
    display: none;
  }
  .site-footer__container {
    padding-bottom: 50px;
  }
  .contacts__contact {
    margin-top: 20px;
  }
  .contacts .tabs__link {
    flex-wrap: wrap;
  }
  .contacts .tabs__item a {
    padding-bottom: 5px;
  }
  .contacts .tabs__item.ui-tabs-active a::before {
    height: 1px;
  }
  .page-contacts .contacts__map, .page-contacts .contacts__enter {
    flex: 1 1 auto;
  }
  .page-contacts .contacts__map-box {
    flex-direction: column-reverse;
  }
  .breadcrumbs__list {
    margin-bottom: 25px;
  }
  ._webp .main-form {
    background: none;
  }
  ._webp .main-form__img {
    background: url(images/main-form-bg.png) no-repeat 0 0, linear-gradient(100.78deg, #6eb7e4 22.32%, rgba(110, 183, 228, 0) 105.63%);
  }
  .main-form {
    background: none;
    height: auto;
  }
  .main-form__img {
    height: calc(185px + 515 * ((100vw - 320px) / 1600));
    background: url(images/main-form-bg.png) no-repeat 0 0, linear-gradient(100.78deg, #6eb7e4 22.32%, rgba(110, 183, 228, 0) 105.63%);
    border-radius: calc(18px + 14 * ((100vw - 320px) / 1600));
    overflow: hidden;
  }
  .main-form__content {
    padding: 0;
  }
  .actions-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .trainer-list._active {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-workout .form-block__inner {
    flex-wrap: wrap;
  }
  .form-workout .form-block__title {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .reviews__inner {
    padding: calc(25px + 95 * ((100vw - 320px) / 1600)) 20px;
  }
  .page-cards__content {
    flex-wrap: wrap;
  }
  .page-cards__content h2 {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .page-cards__content ul {
    padding: 0;
  }
  .form-card__info {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
  }
  .form-card__desc {
    flex: 0 0 100%;
  }
  .form-card__value {
    flex: 0 0 10em;
  }
  .services-info__intro {
    flex-wrap: wrap;
  }
  .services-info__desc, .services-info__nav-links {
    margin-top: 20px;
  }
  .services-info__img {
    flex: 0 0 100%;
  }
  .services-info__nav {
    flex-wrap: wrap;
  }
  .services-info__nav ul {
    padding: 0;
    gap: 5px;
  }
  .info-header {
    flex-wrap: wrap;
    gap: 0;
  }
  .info-header__title-block, .info-header__img {
    flex: 0 0 100%;
  }
  .number-block ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .number-block ul li:nth-child(3):before {
    display: none;
  }
  .home-info__text br {
    display: none;
  }
  .order-card-mobile {
    display: block;
  }
  #fancybox-close {
    top: 5px !important;
    right: 8px !important;
  }
}
@media (max-width: 599px) {
  .site-footer__container {
    flex-wrap: wrap;
  }
  .footer-info {
    flex: 0 0 100%;
    justify-content: space-between;
  }
  .footer-info &gt; * {
    width: auto;
  }
  .footer-info &gt; *:not(:last-child) {
    margin-bottom: 0;
  }
  .footer-nav {
    padding-left: 0;
  }
  .footer-nav__order {
    flex: 0 0 100%;
    margin: 20px 0;
  }
  .footer-nav__social {
    flex: 1 1 100%;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .footer-nav ul, .footer-nav__contact-us {
    flex: 0 0 50%;
  }
  .footer-nav #menu-services-1 {
    display: none;
  }
  .social {
    padding: 4px 6px;
  }
  .form-field__input-box {
    grid-template-columns: 1fr;
  }
  .form-field__email {
    grid-column: span 1;
  }
  .news-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .other-trainer__list {
    overflow: visible;
  }
  .trainer-header {
    flex-wrap: wrap;
  }
  .trainer-header__img {
    flex: 0 0 100%;
    height: auto;
    padding-top: 100%;
  }
  .trainer-header .trainer-header__info {
    padding-left: 0;
    padding-top: calc(20px + 160 * ((100vw - 320px) / 1600));
  }
  .reviews-list._active {
    grid-template-columns: 1fr;
  }
  .page-reviews__header {
    flex-wrap: wrap;
  }
  .page-reviews__title {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .page-reviews__menu {
    justify-content: flex-start;
  }
  .cards-list {
    grid-template-columns: 1fr;
  }
  .services-item__info {
    flex-wrap: wrap;
  }
  .services-item__title {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .services-item__image {
    margin-left: auto;
  }
  .cards-slider_four-slide .swiper-wrapper {
    flex-wrap: wrap;
  }
  .cards-slider_four-slide .swiper-wrapper .cards-list-item_last {
    padding-top: 62.022%;
    height: auto !important;
  }
  .cards-slider_four-slide .swiper-wrapper .cards-list-item {
    margin-bottom: 10px;
  }
  .page-home__cards .cards__control {
    display: none;
  }
  .home-service {
    flex-wrap: wrap;
  }
  .home-service__link {
    margin-top: 10px;
  }
  .home-info__content {
    flex-wrap: wrap;
  }
  .home-info__text {
    margin-bottom: 20px;
  }
  .hidden-main-menu {
    flex: 0 0 100%;
  }
  .hidden-services-menu {
    flex: 0 0 100%;
    margin-top: 20px;
    display: none;
  }
  .page-contacts .contacts__contact-box {
    display: flex;
    flex-direction: column;
  }
  .page-contacts .contacts__contact-box &gt; span {
    display: none;
  }
  .home .contacts__contact {
    display: flex;
    flex-direction: column;
  }
  .home .contacts__contact &gt; span {
    display: none;
  }
  .contacts__work {
    flex-direction: column;
  }
  .contacts__work span:not(:last-child) {
    margin: 0 0 10px;
  }
  .action-header {
    flex-wrap: wrap;
    height: auto;
  }
  .action-header__img {
    flex: 0 0 100%;
    height: calc(210px + 350 * ((100vw - 320px) / 1600));
  }
  .action-header__img-thumb img {
    object-position: center -15px;
  }
  .action-header__info {
    margin: 0;
  }
  .trainer-list-item__img {
    height: calc(275px + 111 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 424px) {
  .trainer-list._active {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-reviews__menu {
    gap: 0;
  }
  .page-reviews__menu-item {
    margin-right: -5px;
  }
}
@media (max-width: 374px) {
  .reviews__link-box li {
    margin-right: -18px;
  }
}
</pre></body></html>