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

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

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

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

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

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

html {
  box-sizing: border-box;
}

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

:focus {
  outline: 0;
}

img,
audio,
video {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
video,
img,
svg {
  vertical-align: middle;
}

iframe {
  border: 0;
}

img,
svg {
  display: block;
}

textarea {
  resize: none;
  /*remove the resize handle on the bottom right*/
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/**
 * Swiper 8.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 3, 2022
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

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

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

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

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

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

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

.swiper-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 > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-slide-visible .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 {
  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #ccc;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #ccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #c77405;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #fbd850;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #fbd850;
  background-color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fed22f;
  background: #ffe45c;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #fff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #fff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  -webkit-box-shadow: -5px -5px 5px #000;
  box-shadow: -5px -5px 5px #000;
}

.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #ccc;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x #eee;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x #f6a828;
  color: #fff;
  font-weight: 700;
}

.ui-widget-header a {
  color: #fff;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #ccc;
  background: url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x #f6f6f6;
  font-weight: 700;
  color: #1c94c4;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #1c94c4;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #fbcb09;
  background: url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x #fdf5ce;
  font-weight: 700;
  color: #c77405;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #c77405;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #fbd850;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 700;
  color: #eb8f00;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #fbd850;
  background-color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x #ffe45c;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fed22f;
  background: #ffe45c;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% #b81900;
  color: #fff;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-button:active .ui-icon,
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffd27a_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% #666;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  -webkit-box-shadow: -5px -5px 5px #000;
  box-shadow: -5px -5px 5px #000;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */

/*
OVERLAY SCROLLBARS CORE:
*/

html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

/* fix restricted measuring */

#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
}

.os-resize-observer-host.observed > .os-resize-observer:before {
  content: "";
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/

.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

/*
THEMES:
*/

/* NONE THEME: */

.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */

.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

html {
  scroll-behavior: smooth;
  line-height: 1.6;
  font-size: 16px;
  color: #393d46;
  height: 100%;
}

p::selection {
  background-color: #a8cf45;
  color: #fff;
}

span::selection {
  background-color: #245990;
  color: #fff;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection {
  background-color: #f58634;
  color: #fff;
}

body {
  font-family: "Europe";
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

body.gray {
  background-color: #323233;
}

body.gray .main-wrap {
  background-color: #323233;
}

body.gray #footer {
  background: #323233;
}

body.gray #footer .footer__col-title a,
body.gray #footer .footer__info a,
body.gray #footer .footer__development,
body.gray #footer .footer__privacy {
  color: #fff;
}

body.gray .adresses__list .list__ittem {
  background-color: #3c3c46;
}

body.gray .adresses__list .location__title,
body.gray .adresses__list .location__shedule *,
body.gray .adresses__list .location__contacts *,
body.gray .adresses__list .social-list__link {
  color: #fff;
}

body.white section,
body.white footer {
  background-color: #fafafa;
}

body.white .test-train .custom__checkbox span,
body.white .test-train .item__info span,
body.white .test-train .transform-text.fixed {
  color: #393d46 !important;
}

body.white .test-train .test-train__form .custom__checkbox span::after {
  background-color: #f0f0f0;
}

body.white .section__title {
  color: #393d46;
}

body.white .programs-blocks {
  padding-top: 50px;
}

body.white .section__slider-nav svg path {
  fill: black;
}

body.white .reviews-section__slider .reviews-section__slide,
body.white .reviews-section.page .reviews-section__slide {
  background-color: #fff;
  box-shadow: 0px 10px 16px rgba(193, 198, 238, 0.15);
}

body.white .reviews-section__slider .review__name,
body.white .reviews-section__slider .review__title,
body.white .reviews-section.page .review__name,
body.white .reviews-section.page .review__title {
  color: #393d46;
}

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

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

input,
textarea,
select,
button {
  border: 1px solid #dcdfe6;
}

a {
  text-decoration: none;
}

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

.first-section {
  padding: 50px 0;
}

b {
  display: inline;
}

.main-page-title {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 10px;
}

.main-page-desc {
  color: #999eab;
  max-width: 70%;
}

.container {
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-block;
  padding: 1em 1.75em;
  line-height: 1;
  cursor: pointer;
  border-radius: 2px;
  border: none;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.btn.btnOrange {
  color: #ffffff;
  background-color: #f58634;
}

.btn.btnGreen {
  color: #ffffff;
  background-color: #a8cf45;
}

.btn.btnDanger {
  color: #ffffff;
  border: 1px solid #b54040;
  background-color: #b53f3f;
}

.btn.btnWhite {
  color: #333333;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.btn.btnBlue {
  color: #245990;
  border: 2px solid #245990;
  background-color: transparent;
}

.btn.btnBlue:hover {
  color: #fff;
  border: 2px solid #245990;
  background-color: #245990;
}

button {
  cursor: pointer;
}

.subscription__data-info .location,
.subscription__data-info .limit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  margin-bottom: 15px;
}

.subscription__data-info .ico {
  flex: 0 0 auto;
  height: 32px;
  width: 32px;
  overflow: hidden;
  margin-right: 10px;
}

.subscription__data-info .ico svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.white .subscription__data-info .location,
body.white .subscription__data-info .limit {
  color: #393d46;
}

body.white .subscription__data-info .ico svg path {
  fill: #393d46;
}

body.hidden {
  overflow: hidden;
}

.nav-menu {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  transform: perspective(1000px) rotateX(25deg);
  transform-style: flat;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.nav-menu .header__logo {
  padding-top: 35px;
}

.nav-menu.show {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.nav-menu .close-menu {
  cursor: pointer;
  z-index: 3;
  position: absolute;
  right: 20px;
  top: 50px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  color: #fff;
}

.nav-menu .close-menu span {
  margin-right: 15px;
}

.nav-menu__scroll-container {
  height: auto;
  position: relative;
}

.nav-menu {
  overflow: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.nav-menu__wrapper {
  padding-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
}

.nav-menu__wrapper .nav-menu__col {
  flex: 0 0 33.33%;
  padding: 0 15px;
}

.nav-menu__item {
  margin-bottom: 30px;
  border-radius: 4px;
  position: relative;
  background: #27272d;
  padding: 60px 30px 140px;
  transition: background-color 0.3s ease;
}

.nav-menu__item-orange {
  background-color: #f58634;
}

.nav-menu__item li {
  margin-bottom: 2px;
}

.nav-menu__item li a {
  color: #fff;
  width: fit-content;
  padding: 3px 0;
}

.nav-menu__item .nav-menu__title {
  width: fit-content;
  margin-bottom: 16px;
  font-size: 24px;
  color: #fff;
}

.nav-menu__item .nav-menu__item-ico {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.nav-menu__item .nav-menu__item-ico img,
.nav-menu__item .nav-menu__item-ico svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-menu__item.orange:hover {
  background-color: #f58634;
}

.nav-menu__item.green:hover {
  background-color: #a8cf45;
}

.nav-menu__item.blue:hover {
  background-color: #245990;
}

.btn.ghost {
  background-color: transparent;
  border: 2px solid #f58634;
  color: #f58634;
  transition: all 0.3s ease;
}

.btn.ghost:hover {
  background-color: #f58634;
  color: #fff;
}

.btn.ghost:active {
  transform: translateY(5px);
}

@keyframes imageImpuls {
  0% {
    background-color: #ebe2e2;
  }

  50% {
    background-color: #d4c5c5;
  }

  100% {
    background-color: #ebe2e2;
  }
}

@keyframes toOpas {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header {
  position: relative;
}

.header.white {
  background-color: #fafafa;
}

.header-content__block {
  padding-top: 32px;
  z-index: 2;
  position: relative;
}

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

.header__logo a {
  max-width: 245px;
  overflow: hidden;
}

.header__logo a img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

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

.header__nav .btn {
  margin: 0 15px;
}

.header__nav .btn span {
  position: relative;
}

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

.header__schedule img,
.header__login img {
  margin-right: 12px;
}

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

.header__login-wrapper .login-ico {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.header__login-wrapper .login-ico svg,
.header__login-wrapper .login-ico img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.header__login-wrapper span {
  color: #f58634;
}

.combo-title {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu {
  padding: 10px 0;
  margin-left: 45px;
  cursor: pointer;
  max-width: 76px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.header__menu .menu__burger {
  margin-left: 12px;
}

.header__menu .menu__burger span {
  background-color: #a8cf45;
  height: 2px;
  width: 18px;
  margin: 3px 0px;
  border-radius: 2px;
}

.header__menu .menu__burger span:last-child {
  width: 10px;
  margin-left: auto;
}

.header__breadcrumbs {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header__breadcrumbs li {
  margin-right: 25px;
  position: relative;
}

.header__breadcrumbs li a {
  color: #999eab;
}

.header__breadcrumbs li::after {
  position: absolute;
  content: ">";
  color: #999eab;
  right: -18px;
  top: 52%;
  transform: translateY(-50%);
}

.header__breadcrumbs li:last-child a {
  color: #fff;
}

.header__breadcrumbs li:last-child::after {
  display: none;
}

.header.white .header__breadcrumbs li:last-child a {
  color: #393d46;
}

.header.white .header__menu {
  color: #393d46;
}

.main-screen {
  position: relative;
  min-height: 93vh;
  height: 100%;
}

.main-screen__bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  z-index: -1;
}

.main-screen__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.main-screen__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.main__slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main__slider .swiper-wrapper {
  padding-bottom: 16vh;
}

.main__slider .swiper-slide {
  height: 100%;
  height: 100%;
}

.main__slider .slide__content {
  padding-top: 13vh;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main__slider .slide__content-wrapper {
  flex: 0 0 50%;
  padding-left: 3px;
}

.main__slider .slide__image {
  flex: 1 1 50%;
  height: 400px;
  padding-left: 30px;
  overflow: hidden;
}

.main__slider .slide__image img {
  margin: auto;
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}

.main__slider .slide__title {
  margin-bottom: 4vh;
  font-family: "Gilroy";
  font-weight: bold;
  font-size: 68px;
  text-transform: uppercase;
  line-height: 120%;
  color: #fff;
}

.main__slider .slide__title span {
  color: transparent;
  -webkit-text-stroke: 2px #f58634;
  font-style: italic;
}

.main-screen__desc {
  right: 0;
  bottom: 0;
  position: absolute;
  max-width: 426px;
  width: 100%;
  color: #fff;
  line-height: 140%;
  padding-left: 16px;
  border-left: 2px solid #a8cf45;
}

.slide__advantages li,
.club-section__advantages li {
  position: relative;
  color: #fff;
  padding-left: 26px;
  font-weight: 400;
}

.slide__advantages li:not(:last-child),
.club-section__advantages li:not(:last-child) {
  margin-bottom: 16px;
}

.slide__advantages li::after,
.club-section__advantages li::after {
  position: absolute;
  content: "";
  left: 3px;
  top: 50%;
  transform: translateY(-50%) skewX(-30deg);
  height: 6px;
  width: 12px;
  background-color: #9da3a5;
}

.slide__advantages li:nth-child(1)::after,
.club-section__advantages li:nth-child(1)::after {
  background-color: #f58634;
}

.slide__advantages li:nth-child(2)::after,
.club-section__advantages li:nth-child(2)::after {
  background-color: #a8cf45;
}

.slide__advantages li:nth-child(3)::after,
.club-section__advantages li:nth-child(3)::after {
  background-color: #245990;
}

.city-map {
  padding-top: 50px;
}

.main__slider-nav {
  display: inline-block;
  position: relative;
  height: 48px;
}

.main__slider-nav .swiper-horizontal > .swiper-pagination-bullets,
.main__slider-nav .swiper-pagination-bullets.swiper-pagination-horizontal,
.main__slider-nav .swiper-pagination-custom,
.main__slider-nav .swiper-pagination-fraction {
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  display: flex;
  height: inherit;
  position: relative;
  padding: 0 40px;
  z-index: 1;
}

.main__slider-nav .swiper-button-next:after,
.main__slider-nav .swiper-rtl .swiper-button-prev:after,
.main__slider-nav .swiper-button-prev:after,
.main__slider-nav .swiper-rtl .swiper-button-next:after {
  font-size: 30px;
  color: #b8b8b8;
}

.main__slider-nav .main__slider-bullet {
  display: flex;
  align-items: center;
  transition: font-size 0.3s ease, color 0.3s ease;
  margin: 0 8px !important;
  height: inherit;
  width: inherit;
  background-color: transparent;
  opacity: 1;
  font-size: 24px;
  color: #fff;
  line-height: 100%;
}

.main__slider-nav .main__slider-bullet.swiper-pagination-bullet-active {
  font-size: 32px;
  color: #f58634;
}

.slide__play-btn,
.club-section__play-btn {
  cursor: pointer;
  max-width: 184px;
  max-height: 184px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide__play-btn .img-wrapper,
.club-section__play-btn .img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide__play-btn .img-wrapper.first-layer,
.club-section__play-btn .img-wrapper.first-layer {
  width: 99%;
  height: 99%;
}

.slide__play-btn .img-wrapper.first-layer img,
.club-section__play-btn .img-wrapper.first-layer img {
  animation: rotate 6s linear infinite 0s;
}

.slide__play-btn .img-wrapper.second-layer,
.club-section__play-btn .img-wrapper.second-layer {
  width: 100%;
  height: 100%;
}

.slide__play-btn .img-wrapper.second-layer img,
.club-section__play-btn .img-wrapper.second-layer img {
  animation: rotateReverse 5s linear infinite 0s;
}

.slide__play-btn .img-wrapper.third-layer,
.club-section__play-btn .img-wrapper.third-layer {
  width: 37%;
  height: 37%;
  margin-left: 5px;
}

.slide__play-btn img,
.club-section__play-btn img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateReverse {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.modal-video-close-btn.js-modal-video-dismiss-btn {
  cursor: pointer;
}

.slide__more {
  text-align: center;
  max-width: 142px;
  margin-top: 3vh;
}

.slide__video {
  text-align: center;
  margin-top: 3vh;
  display: none;
}

.slide-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.slide__more__btns {
  display: flex;
  align-items: flex-end;
}

.slide__more__btns .btn:first-child {
  margin-right: 10px;
}

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

.shedule__filters-date label {
  display: flex;
  position: relative;
  margin-right: 16px;
}

.shedule__filters-date label span {
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 8px;
  border-radius: 4px;
  background-color: #e2e2e2;
  color: #999eab;
}

.shedule__filters-date label input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.shedule__filters-date input[type=radio]:checked + span {
  color: #fff;
  background: #f58634;
}

.shedule__datepicker {
  z-index: 3;
  text-align: center;
  display: flex;
  padding: 11px 8px;
  border-radius: 4px;
  width: inherit;
  border: none;
  background-color: #e2e2e2;
  max-width: 110px;
  font-size: 14px;
}

.shedule__datepicker-value {
  position: absolute !important;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  color: #fff !important;
  background-color: #f58634 !important;
}

.shedule__filters-date input[type=radio]:checked + .shedule__datepicker-value {
  z-index: 1;
}

.shedule__filters {
  flex-wrap: wrap;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ui-widget-header {
  background: #f58634 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #245990 !important;
}

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

.categories__select {
  position: relative;
}

.categories__select:not(:last-child) {
  margin-right: 30px;
}

.categories__select .select__name {
  padding: 5px 25px 5px 5px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

.categories__select .select__name::before {
  transition: transform 0.4s ease;
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.2955 0.626878C5.68602 0.236353 6.31919 0.236353 6.70971 0.626878L11.3764 5.29354C11.7669 5.68407 11.7669 6.31723 11.3764 6.70776C10.9859 7.09828 10.3527 7.09828 9.96216 6.70776L6.0026 2.7482L2.04304 6.70776C1.65252 7.09828 1.01935 7.09828 0.628831 6.70776C0.238306 6.31723 0.238306 5.68407 0.628831 5.29354L5.2955 0.626878Z' fill='%23F58634'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 12px;
  height: 7px;
}

.categories__select .select__name.show:before {
  transform: translateY(-50%) rotate(0);
}

.categories__select .select__content {
  width: max-content;
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px rgba(211, 212, 216, 0.5);
  border-radius: 4px;
  position: absolute;
  z-index: 10;
  right: 0;
  padding: 20px;
}

.categories__select .select__content label {
  margin-bottom: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.categories__select .select__content label span {
  display: flex;
  align-items: center;
}

.categories__select .select__content label span:after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 8C0 3.58172 3.58172 0 8 0H24C28.4183 0 32 3.58172 32 8V24C32 28.4183 28.4183 32 24 32H8C3.58172 32 0 28.4183 0 24V8Z' fill='%23E1E1E1'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7071 10.2929C24.0976 10.6834 24.0976 11.3166 23.7071 11.7071L13.7071 21.7071C13.3166 22.0976 12.6834 22.0976 12.2929 21.7071L8.29289 17.7071C7.90237 17.3166 7.90237 16.6834 8.29289 16.2929C8.68342 15.9024 9.31658 15.9024 9.70711 16.2929L13 19.5858L22.2929 10.2929C22.6834 9.90237 23.3166 9.90237 23.7071 10.2929Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.categories__select .select__content label input {
  display: none;
  opacity: 0;
  z-index: -1;
}

.categories__select .select__content label input[type=checkbox]:checked + span:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 8C0 3.58172 3.58172 0 8 0H24C28.4183 0 32 3.58172 32 8V24C32 28.4183 28.4183 32 24 32H8C3.58172 32 0 28.4183 0 24V8Z' fill='%23F58634'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7071 10.2929C24.0976 10.6834 24.0976 11.3166 23.7071 11.7071L13.7071 21.7071C13.3166 22.0976 12.6834 22.0976 12.2929 21.7071L8.29289 17.7071C7.90237 17.3166 7.90237 16.6834 8.29289 16.2929C8.68342 15.9024 9.31658 15.9024 9.70711 16.2929L13 19.5858L22.2929 10.2929C22.6834 9.90237 23.3166 9.90237 23.7071 10.2929Z' fill='white'/%3e%3c/svg%3e ");
}

.categories__select .select__submit {
  border: none;
  background: transparent;
  color: #f58634;
  margin-left: auto;
  cursor: pointer;
  padding: 5px;
  float: right;
}

.shedule {
  position: relative;
  margin-top: 38px;
}

.shedule__blocks {
  position: relative;
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
  padding-left: 8%;
  flex-wrap: wrap;
}

.shedule__blocks-time {
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  width: 7%;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

.shedule__blocks:nth-of-type(3n) .shedule__blocks-time {
  color: #f58634;
  border-color: #f58634;
}

.shedule__blocks:nth-of-type(3n + 1) .shedule__blocks-time {
  color: #a8cf45;
  border-color: #a8cf45;
}

.shedule__blocks:nth-of-type(3n + 2) .shedule__blocks-time {
  color: #245990;
  border-color: #245990;
}

.shedule__block {
  min-height: 300px;
  margin: 3px;
  padding: 20px;
  border-radius: 2px;
  flex: 0 0 24%;
}

.shedule__block-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.shedule__block .gym__img {
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.shedule__block .gym__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shedule__block .gym__name {
  padding: 8px 12px;
  border-radius: 20px;
  color: #fff;
}

.shedule__block .gym__title {
  margin-bottom: 9px;
  font-weight: 800;
}

.shedule__block .gym__date,
.shedule__block .gym__time,
.shedule__block .gym__trainer {
  color: #999eab;
  line-height: 120%;
}

.shedule__block .gym__time,
.shedule__block .gym__adress {
  margin-bottom: 16px;
}

.shedule__block .gym__adress {
  max-width: 90%;
  line-height: 120%;
}

.shedule__block.orange {
  background-color: #ffecdf;
}

.shedule__block.orange .gym__name {
  background-color: #f58634;
}

.shedule__block.orange .gym__trainer-name {
  color: #f58634;
}

.shedule__block.blue {
  background-color: #dcedf7;
}

.shedule__block.blue .gym__name {
  background-color: #245990;
}

.shedule__block.blue .gym__trainer-name {
  color: #245990;
}

.shedule__block.green {
  background-color: #f1ffef;
}

.shedule__block.green .gym__name {
  background-color: #a8cf45;
}

.shedule__block.green .gym__trainer-name {
  color: #a8cf45;
}

.shedule__block.empty {
  display: flex;
  border: 1px solid #e1e1e1;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.shedule__block.empty span {
  font-size: 24px;
  color: #9da3a5;
}

.adresses {
  padding: 70px 0;
}

.adresses.dark {
  background-color: #27272d;
}

.adresses.dark .adresses__list .list__ittem {
  color: #ffffff;
  background-color: #3c3c46;
}

.adresses.dark .location__contacts a,
.adresses.dark .social-list__link {
  color: #fff;
}

.adresses__list {
  display: flex;
  // justify-content: space-between;
justify-content: start;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.adresses__list .list__ittem {
  display: flex;
  flex-direction: column;
  transition: background 0.4s ease;
  width: 22%;
  margin: 15px;
  background-color: #f5f5f5;
  color: #393d46;
  padding: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.adresses__list .list__ittem .location__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  background-color: transparent;
  text-transform: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid transparent;
  width: fit-content;
  margin-top: 30px;
}

.adresses__list .list__ittem .location__btn svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.adresses__list .list__ittem .location__btn svg path {
  fill: #fff !important;
}

.adresses__list .location__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}

.adresses__list .location__shedule-title,
.adresses__list .location__contacts-title {
  transition: color 0.4s ease;
  font-weight: 400;
}

.adresses__list .location__shedule {
  margin-top: auto;
  margin-bottom: 30px;
}

.adresses__list .location__contacts a,
.adresses__list .social-list__link {
  color: #393d46;
  transition: color 0.4 ease;
}

.adresses__list .location.orange .location__btn {
  background-color: #f58634;
}

.adresses__list .location.orange .location__btn:hover {
  color: #f58634;
  background-color: #fff !important;
}

.adresses__list .location.orange .location__btn:hover svg path {
  fill: #f58634 !important;
}

.adresses__list .location.orange .location__shedule-title,
.adresses__list .location.orange .location__contacts-title {
  color: #f58634;
}

.adresses__list .location.orange svg path {
  fill: #f58634;
}

.adresses__list .location.orange:hover {
  background-color: #f58634;
  color: #fff;
}

.adresses__list .location.orange:hover .location__btn {
  background-color: #f58634;
  border-color: #fff;
}

.adresses__list .location.orange:hover .location__shedule-title,
.adresses__list .location.orange:hover .location__title,
.adresses__list .location.orange:hover .location__contacts-title,
.adresses__list .location.orange:hover .location__contacts a,
.adresses__list .location.orange:hover .social-list__link {
  color: #fff;
}

.adresses__list .location.orange:hover svg path {
  fill: #fff;
}

.adresses__list .location.green .location__btn {
  background-color: #a8cf45;
}

.adresses__list .location.green .location__btn:hover {
  color: #a8cf45;
  background-color: #fff;
}

.adresses__list .location.green .location__btn:hover svg path {
  fill: #a8cf45 !important;
}

.adresses__list .location.green .location__btn {
  background-color: #a8cf45;
}

.adresses__list .location.green .location__shedule-title,
.adresses__list .location.green .location__contacts-title {
  color: #a8cf45;
}

.adresses__list .location.green svg path {
  fill: #a8cf45;
}

.adresses__list .location.green:hover {
  background-color: #a8cf45;
  color: #fff;
}

.adresses__list .location.green:hover .location__btn {
  border-color: #fff;
}

.adresses__list .location.green:hover .location__shedule-title,
.adresses__list .location.green:hover .location__title,
.adresses__list .location.green:hover .location__contacts-title,
.adresses__list .location.green:hover .location__contacts a,
.adresses__list .location.green:hover .social-list__link {
  color: #fff;
}

.adresses__list .location.green:hover svg path {
  fill: #fff;
}

.adresses__list .location.blue .location__btn {
  background-color: #245990;
}

.adresses__list .location.blue .location__btn:hover {
  color: #245990;
  background-color: #fff;
}

.adresses__list .location.blue .location__btn:hover svg path {
  fill: #245990 !important;
}

.adresses__list .location.blue .location__btn {
  background-color: #245990;
}

.adresses__list .location.blue .location__shedule-title,
.adresses__list .location.blue .location__contacts-title {
  color: #245990;
}

.adresses__list .location.blue svg path {
  fill: #245990;
}

.adresses__list .location.blue:hover {
  background-color: #245990;
  color: #fff;
}

.adresses__list .location.blue:hover .location__btn {
  border-color: #fff;
}

.adresses__list .location.blue:hover .location__shedule-title,
.adresses__list .location.blue:hover .location__title,
.adresses__list .location.blue:hover .location__contacts-title,
.adresses__list .location.blue:hover .location__contacts a,
.adresses__list .location.blue:hover .social-list__link {
  color: #fff;
}

.adresses__list .location.blue:hover svg path {
  fill: #fff;
}

.adresses__list .social-list__link {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #393d46;
  text-transform: uppercase;
}

.adresses__list .social-list__link .link-ico {
  margin-right: 15px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.adresses__list .social-list__link svg,
.adresses__list .social-list__link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adresses__list .social-list__link svg path,
.adresses__list .social-list__link img path {
  transition: fill 0.4s ease;
}

#footer {
  padding: 30px 0px 30px 0px;
}

#footer .footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  position: relative;
}

#footer .footer__col {
  flex: 0 0 25%;
}

#footer .footer__col.wide {
  flex: 0 0 50%;
}

#footer .footer__col.wide .footer__menu-list .menu-list__item {
  width: 50%;
}

#footer .footer__col-title {
  margin-bottom: 15px;
}

#footer .footer__col-title a {
  font-size: 20px;
  color: #393d46;
  font-weight: 700;
  font-family: "Gilroy";
  font-style: normal;
}

#footer .footer__menu-list {
  display: flex;
  flex-wrap: wrap;
}

#footer .footer__menu-list .menu-list__item {
  margin-bottom: 8px;
  width: 100%;
}

#footer .footer__menu-list .menu-list__item a {
  color: #999eab;
}

#footer .footer__info {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .footer__info a {
  color: #393d46;
}

#footer .footer__development {
  text-align: right;
}

#footer .footer__logo {
  max-width: 221px;
  overflow: hidden;
}

#footer .footer__logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.footer__wrapper-top-line,
.footer__wrapper-bottom-line {
  display: flex;
  height: 2px;
  width: 100%;
  justify-content: start;
  position: absolute;
  left: 0;
}

.footer__wrapper-top-line span,
.footer__wrapper-bottom-line span {
  width: 25%;
  height: 100%;
}

.footer__wrapper-top-line span:nth-of-type(1),
.footer__wrapper-bottom-line span:nth-of-type(1) {
  background-color: #f58634;
}

.footer__wrapper-top-line span:nth-of-type(2),
.footer__wrapper-bottom-line span:nth-of-type(2) {
  background-color: #a8cf45;
}

.footer__wrapper-top-line span:nth-of-type(3),
.footer__wrapper-bottom-line span:nth-of-type(3) {
  background-color: #245990;
}

.footer__wrapper-top-line span:nth-of-type(4),
.footer__wrapper-bottom-line span:nth-of-type(4) {
  background-color: #9da3a5;
}

.footer__wrapper-top-line {
  top: -30px;
}

.footer__wrapper-bottom-line {
  bottom: 0;
  transform: rotate(-180deg);
}

#personal {
  padding-bottom: 50px;
}

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

.porsonal__manage .personal__title {
  margin-right: 45px;
}

.manage__tabs-wrapper {
  padding-bottom: 5px;
  overflow-x: hidden;
  overflow-y: auto;
}

.manage__tabs-btns {
  display: flex;
  justify-content: space-between;
}

.manage__tabs-btns .tabs-btn {
  margin: 0 15px;
  padding: 5px 8px;
  border-radius: 4px;
  color: #999eab;
  background-color: #e2e2e2;
}

.manage__tabs-btns .tabs-btn.active {
  color: #fff;
  background-color: #f58634;
}

.manage__tabs-content {
  transition: transform 0.4s ease, opacity 0.4s ease;
  display: none;
  padding-top: 50px;
}

.manage__tabs-content.show {
  display: block;
  animation: showTab 0.5s ease forwards 0s;
}

.manage__tabs-content .tabs-content__title {
  font-size: 24px;
  margin-bottom: 30px;
}

.manage__tabs-content .personal-data {
  padding-left: 15px;
}

@keyframes showTab {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

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

.purchase-history__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.purchase-history__list .list__item-purchase {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e1e1e1;
  padding: 30px;
}

.purchase-history__list .list__item-purchase:not(:last-child) {
  margin-bottom: 30px;
}

.purchase-history__list .list__item-purchase.paid .purchase__status {
  background-color: #a8cf45;
}

.purchase-history__list .list__item-purchase.canceled .purchase__status {
  background-color: #9da3a5;
}

.purchase-history__list .list__item-purchase.in-processing .purchase__status {
  background-color: #245990;
}

.purchase-history__list .purchase__status {
  padding: 4px 8px;
  color: #fff;
  border-radius: 2px;
}

.purchase-history__list .purchase__info {
  margin-bottom: 4px;
}

.purchase-history__list .purchase__price,
.purchase-history__list .purchase__date {
  color: #999eab;
}

.purchase-history__list .purchase__price {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.my-subscription__extend {
  transition: box-shadow 0.4s ease, color 0.4s ease, transform 0.2s ease;
}

.my-subscription__extend:hover {
  box-shadow: 0px 0px 16px rgba(255, 102, 0, 0.8);
}

.my-subscription__extend:active {
  transform: translateY(3px);
}

.my-subscription__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 94px;
}

.my-subscription__img {
  border-radius: 4px;
  background-color: #fafafa;
  flex: 0 0 auto;
  margin-right: 47px;
  width: 300px;
  height: 250px;
  padding: 34px 17px;
  overflow: hidden;
}

.my-subscription__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-subscription__info {
  padding-top: 33px;
}

.my-subscription__name {
  margin-bottom: 10px;
  font-size: 20px;
}

.my-subscription__status {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
}

.my-subscription__status span {
  color: #f58634;
  margin-left: 10px;
}

.my-subscription__status.overdue span {
  color: #999eab;
}

.my-subscription__data {
  color: #999eab;
  margin-bottom: 30px;
}

.personal-data:not(:last-child) {
  margin-bottom: 40px;
}

.custom__checkbox {
  cursor: pointer;
  display: flex;
  flex: 0 0 100%;
  justify-content: flex-start;
  align-items: center;
}

.custom__checkbox input {
  width: inherit;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.custom__checkbox span {
  position: relative;
  padding-left: 42px;
}

.custom__checkbox span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #f0f0f0;
  border-radius: 8px;
}

.custom__checkbox input[type=checkbox]:checked + span::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 0.292893C16.0976 0.683418 16.0976 1.31658 15.7071 1.70711L5.70711 11.7071C5.31658 12.0976 4.68342 12.0976 4.29289 11.7071L0.292893 7.70711C-0.0976311 7.31658 -0.0976311 6.68342 0.292893 6.29289C0.683418 5.90237 1.31658 5.90237 1.70711 6.29289L5 9.58579L14.2929 0.292893C14.6834 -0.0976311 15.3166 -0.0976311 15.7071 0.292893Z' fill='%23F58634'/%3e%3c/svg%3e ");
}

.personal-data__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}

.personal-data__content .personal-data__submit__wrapper {
  padding: 0 15px;
  flex: 0 0 100%;
}

.personal-data__content label {
  flex: 0 0 33%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.personal-data__content label span {
  padding-left: 15px;
  color: #999eab;
}

.personal-data__content label input {
  width: 100%;
  border-radius: 8px;
  background-color: #e1e1e1;
  padding: 18px 25px;
}

.personal-data__content .custom__checkbox {
  flex: 0 0 100%;
  justify-content: flex-start;
  align-items: center;
}

.personal-data__content .custom__checkbox span {
  padding-left: 42px;
}

.personal-data__submit {
  cursor: no-drop;
  pointer-events: none;
  transition: box-shadow 0.4s ease, color 0.4s ease, transform 0.2s ease;
  padding: 18px 28px;
  border: none;
  border-radius: 2px;
  background: #f2f2f2;
  color: #d4d4d4;
}

.personal-data__submit.allowed {
  pointer-events: inherit;
  cursor: pointer;
  background: #f58634;
  color: #fff;
}

.personal-data__submit.allowed:hover {
  box-shadow: 0px 0px 16px rgba(255, 102, 0, 0.8);
}

.personal-data__submit.allowed:active {
  transform: translateY(3px);
}

.modal {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  overflow: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
}

.modal.show {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  animation: toOpas 0.4s ease forwards 0s;
}

.modal .modal-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.modal .modal__content {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  max-width: 450px;
  width: 100%;
  margin: 30px 0;
}

.modal .modal__content .custom__checkbox {
  margin-top: 30px;
}

.modal .modal__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.modal .modal__head .modal__title {
  font-size: 36px;
}

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

.modal .modal_info {
  margin: 20px 0;
  text-align: center;
  color: #999eab;
}

.modal__close {
  cursor: pointer;
  position: relative;
  height: 35px;
  width: 35px;
  right: -25px;
  top: -25px;
}

.modal__close span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #f58634;
  position: absolute;
  top: 50%;
  left: 20%;
}

.modal__close span:nth-of-type(1) {
  transform: rotate(45deg);
}

.modal__close span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.styles-inputs,
.fast-buy__comment {
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: all 0.2s ease;
  width: 100%;
  border-radius: 8px;
  padding: 18px 25px;
}

.styles-inputs:hover,
.fast-buy__comment:hover {
  box-shadow: 0px 0px 16px rgba(255, 102, 0, 0.6);
}

.styles-inputs:focus,
.fast-buy__comment:focus {
  border: 1px solid rgba(255, 102, 0, 0.3);
  box-shadow: 0px 0px 16px rgba(255, 102, 0, 0.6);
}

.modal__body label {
  background-color: #e1e1e1;
  border-radius: 8px;
  position: relative;
}

.modal__body label:not(:last-child) {
  margin-bottom: 36px;
}

.modal__body label span {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  transition: all 0.4s ease;
}

.modal__body label span.fixed {
  top: -25px;
  transform: translateY(0);
  color: #999eab;
}

.modal__body label input {
  position: relative;
  z-index: 2;
  background: transparent;
}

.modal-btn__registration {
  background: transparent;
  border: 2px solid #f58634;
  text-align: center;
  width: 100%;
  color: #f58634;
  transition: all 0.4s ease;
}

.modal-btn__registration:hover {
  color: #fff;
  background: #f58634;
  box-shadow: 0px 0px 26px rgba(255, 102, 0, 0.8);
}

.modal-btn__registration:active {
  transform: translateY(5px);
}

.section__title {
  font-size: 48px;
  color: #fff;
}

.test-train {
  padding: 50px 0;
}

.test-train__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.test-train .test-train__img {
  max-height: 640px;
  height: 100%;
  overflow: hidden;
  max-width: 540px;
  width: 100%;
  margin-right: 30px;
}

.test-train .test-train__img img,
.test-train .test-train__img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.test-train .test-train__content {
  padding-top: 50px;
  color: #fff;
}

.test-train .test-train__title {
  margin-bottom: 30px;
}

.test-train .test-train__desc {
  margin-bottom: 30px;
  color: #999eab;
}

.test-train .test-train__icons-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.test-train .icons-list__item {
  display: flex;
}

.test-train .icons-list__item:not(:last-child) {
  margin-right: 55px;
}

.test-train .icons-list__item .item__img {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-right: 15px;
}

.test-train .icons-list__item .item__img img,
.test-train .icons-list__item .item__img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.test-train .icons-list__item .item__info {
  line-height: 130%;
}

.test-train .icons-list__item h5 {
  font-size: 16px;
  color: #cccccc;
  font-weight: 400;
}

.test-train .icons-list__item span {
  font-size: 20px;
  font-weight: 700;
}

.test-train .test-train__form {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.test-train .test-train__form .styles-inputs {
  max-width: 233px;
}

.test-train .test-train__form .test-train__label {
  margin-bottom: 30px;
  background-color: #e1e1e1;
  border-radius: 8px;
  position: relative;
}

.test-train .test-train__form .test-train__label:not(:last-child) {
  margin-right: 30px;
}

.test-train .test-train__form .test-train__label span {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  transition: all 0.4s ease;
  color: #393d46;
}

.test-train .test-train__form .test-train__label span.fixed {
  top: -25px;
  transform: translateY(0);
  color: #ffffff;
}

.test-train .test-train__form .test-train__label input {
  position: relative;
  z-index: 2;
  background: transparent;
}

.test-train .test-train__form .custom__checkbox {
  background-color: transparent;
}

.test-train .test-train__form .custom__checkbox span {
  color: #fff;
  left: 0;
}

.test-train .test-train__form .custom__checkbox span::after {
  background-color: #444453;
}

.test-train .test-train__form .custom__checkbox input {
  position: absolute;
}

.test-train .test-train__form .test-train__btn {
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.test-train .test-train__form .test-train__btn:hover {
  box-shadow: 0px 0px 16px rgba(255, 102, 0, 0.8);
}

.test-train .test-train__form .test-train__btn:active {
  transform: scale(1.1);
}

.about-section,
.benefits-section,
.program-setcion,
.personal-section {
  padding: 50px 0px;
  position: relative;
}

.about-section .section__bg,
.benefits-section .section__bg,
.program-setcion .section__bg,
.personal-section .section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.about-section .section__bg img,
.benefits-section .section__bg img,
.program-setcion .section__bg img,
.personal-section .section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-section .section__bg .section__cover,
.benefits-section .section__bg .section__cover,
.program-setcion .section__bg .section__cover,
.personal-section .section__bg .section__cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.about-section__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

.about-section__title .about-section__link {
  color: #999eab;
  font-size: 24px;
}

.about-section__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-section__list .list__item {
  flex: 0 0 25%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about-section__list .list__item .list__item__img {
  margin-bottom: 26px;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.about-section__list .list__item .list__item__img img,
.about-section__list .list__item .list__item__img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-section__list .list__item .list__item__title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.about-section__list .list__item .list__item__desc {
  color: #999eab;
}

.programs-section {
  padding: 50px 0;
  overflow: hidden;
}

.programs-section__title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.programs-section__title .programs-section__link {
  margin-right: 160px;
  font-size: 24px;
  color: #999eab;
}

.programs-section__slider {
  position: relative;
  width: 100%;
}

.section__slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 2;
  width: 126px;
  height: 48px;
}

.section__slider-nav .section__slider-button-prev,
.section__slider-nav .section__slider-button-next {
  transition: opacity 0.3s ease;
  height: 100%;
  width: 48px;
  cursor: pointer;
}

.section__slider-nav .section__slider-button-prev.swiper-button-disabled,
.section__slider-nav .section__slider-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.programs-section__slider-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.programs-section__slide {
  border-radius: 5px;
  will-change: transform;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 510px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.programs-section__slide:hover {
  transform: scale(1.05) translateZ(0);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
}

.programs-section__slide .slide__bg {
  background: #27272d;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.programs-section__slide .slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.programs-section__slide .slide__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transition: background 0.3s ease 0.1s;
  width: 100%;
  height: 100%;
  background: #27272d;
  padding: 30px;
  z-index: 1;
  position: relative;
}

.programs-section__slide .slide__logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  margin-bottom: 20px;
}

.programs-section__slide .slide__logo img,
.programs-section__slide .slide__logo svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.programs-section__slide .slide__title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  font-size: 20px;
}

.programs-section__slide .slide__desc {
  margin-bottom: 30px;
  color: #fff;
}

.programs-section__slide:hover .slide__content {
  background: rgba(0, 0, 0, 0.1);
}

.programs-section__slide .slide__link {
  margin-top: auto;
  transition: transform 0.3s ease;
}

.programs-section__slide .slide__link:active {
  transform: translateY(3px);
}

.programs-section__slide.green .slide__logo {
  border-color: #a8cf45;
}

.programs-section__slide.green .slide__link {
  background-color: #a8cf45;
}

.programs-section__slide.green .slide__bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), rgba(168, 207, 69, 0.3);
}

.programs-section__slide.orange .slide__logo {
  border-color: #f58634;
}

.programs-section__slide.orange .slide__link {
  background-color: #f58634;
}

.programs-section__slide.orange .slide__bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), rgba(245, 134, 52, 0.3);
}

.programs-section__slide.blue .slide__logo {
  border-color: #245990;
}

.programs-section__slide.blue .slide__link {
  background-color: #245990;
}

.programs-section__slide.blue .slide__bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), rgba(36, 89, 144, 0.3);
}

.programs-section__slide .slide__link {
  color: #fff;
  background-color: #fff;
}

.benefits-section.sample .benefits-section__list .list-item {
  width: 33%;
  margin-bottom: 30px;
}

.benefits-section__title {
  margin-bottom: 30px;
}

.benefits-section__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.benefits-section__list .list-item {
  width: 25%;
  padding: 0 15px;
}

.benefits-section__list .list-item:nth-of-type(4n + 1) .list-item__trapezoid {
  background-color: #f58634;
}

.benefits-section__list .list-item:nth-of-type(4n + 2) .list-item__trapezoid {
  background-color: #a8cf45;
}

.benefits-section__list .list-item:nth-of-type(4n + 3) .list-item__trapezoid {
  background-color: #245990;
}

.benefits-section__list .list-item:nth-of-type(4n + 4) .list-item__trapezoid {
  background-color: #9da3a5;
}

.benefits-section__list .list-item__num {
  line-height: 100%;
  font-family: "Europe";
  font-weight: 700;
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  margin-bottom: 17px;
}

.benefits-section__list .list-item__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.benefits-section__list .list-item__desc {
  color: #999eab;
}

.benefits-section__list .list-item__trapezoid {
  width: 46px;
  height: 6px;
  transform: skewX(-30deg);
  background-color: #fff;
  margin-bottom: 16px;
}

.photo-galery {
  padding: 50px 0;
}

.photo-galery__facet {
  overflow: hidden;
}

.photo-galery__title {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.photo-galery__title .photo-galery__link {
  margin-right: 180px;
  color: #999eab;
  font-size: 24px;
}

.photo-galery__slider {
  position: relative;
}

.photo-galery__slider .photo-galery__wrapper {
  height: 510px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}

.photo-galery__slider .photo-galery__slide {
  height: calc((100% - 30px) / 2) !important;
  display: flex;
}

.photo-galery__slider .photo-galery__slide .img_wrap {
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
}

.photo-galery__slider .photo-galery__slide .img_wrap img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1) translateZ(0);
}

.photo-galery__slider .photo-galery__slide .img_wrap:hover img {
  transform: scale(1.05, 1.05) translateZ(0);
  backface-visibility: hidden;
}

.program-setcion__title {
  margin-bottom: 16px;
}

.program-setcion__desc {
  color: #999eab;
  margin-bottom: 16px;
}

.program-setcion__text {
  margin-bottom: 30px;
  color: #fff;
}

.program-setcion__wrapper {
  max-width: 60%;
}

.subscriptions {
  padding: 50px 0;
  overflow: hidden;
}

.subscriptions.light .subscriptions__slider .subscriptions__slide {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.subscriptions.light .subscriptions__slide.orange .subscription-item__nameplate {
  color: #f58634;
  border: 1px solid #f58634;
}

.subscriptions.light .subscriptions__slide.green .subscription-item__nameplate {
  color: #a8cf45;
  border: 1px solid #a8cf45;
}

.subscriptions.light .subscriptions__slide.blue .subscription-item__nameplate {
  color: #245990;
  border: 1px solid #245990;
}

.subscriptions.light .subscription-item__nameplate {
  width: fit-content;
  font-size: 14px;
  padding: 3px 7px;
  border-radius: 4px;
  display: inline-flex;
  margin-bottom: 30px;
}

.subscriptions.light .subscription-item__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #393d46;
}

body.white .subscriptions__slider .curent__price::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M250.61 1.37438C246.176 3.83138 245.573 6.40638 245.535 23.0574L245.5 38.6364L197.25 51.5224C155.413 62.6964 148.634 64.7684 146.25 67.1164C144.48 68.8604 143.5 70.8784 143.5 72.7834C143.5 74.4114 154.565 117.039 168.088 167.513L192.677 259.284L171.459 280.519L150.242 301.753L147.302 298.406C145.686 296.565 141.806 293.803 138.682 292.268L133 289.478H77.5C23.179 289.478 21.903 289.523 17.449 291.584C10.796 294.662 5.951 299.359 2.79 305.796L0 311.478V400.478C0 488.859 0.0149999 489.51 2.106 494.029C5.184 500.682 9.881 505.527 16.318 508.688L22 511.478H77.5H133L138.682 508.688C145.099 505.537 149.892 500.606 152.691 494.279C153.737 491.913 154.806 489.978 155.066 489.978C155.326 489.978 159.166 493.113 163.599 496.944C168.033 500.775 173.987 505.036 176.83 506.413C188.91 512.264 180.081 511.978 348.76 511.978C517.122 511.978 507.666 512.298 510.305 506.506C512.04 502.698 512.04 9.25838 510.305 5.45038C507.683 -0.305624 514.497 -0.0246245 378.3 0.0133755C276.215 0.0423755 252.557 0.294376 250.61 1.37438ZM491.5 255.978V491.978H455.893C422.389 491.978 420.326 491.875 420.966 490.228C423.581 483.496 423.606 472.521 421.022 465.876C420.508 464.553 421.429 464.166 426.293 463.657C438.646 462.366 448.96 454.962 454.076 443.712C456.396 438.612 456.907 436.114 456.888 429.978C456.873 425.324 456.252 421.071 455.251 418.77L453.637 415.062L458.967 412.622C465.824 409.483 472.01 403.255 475.352 396.126C477.567 391.402 478 389.084 478 381.957C478 374.364 477.646 372.717 474.75 366.834L471.5 360.233V295.661V231.09L469.248 228.472C464.083 222.467 454.734 224.874 452.54 232.773C451.891 235.109 451.509 257.197 451.506 292.527L451.5 348.576L448 348.168C446.075 347.943 444.505 347.696 444.511 347.619C444.517 347.541 445.192 345.269 446.011 342.569C448.014 335.966 447.886 331.44 445.477 323.639C442.918 315.353 435.897 307.298 427.768 303.321C422.849 300.914 420.7 300.523 410.362 300.154L398.568 299.734L404.292 296.034C420.089 285.824 428.748 266.711 425.68 248.821C422.124 228.084 406.394 212.354 385.657 208.798C354.757 203.499 326.096 232.205 331.312 263.228C333.6 276.842 341.383 288.714 352.897 296.156L358.81 299.978H332.155H305.5V204.947C305.5 115.33 305.6 109.882 307.25 109.331C323.188 104.011 335.43 92.2264 339.562 78.2284L340.817 73.9784H378.5H416.183L417.438 78.2284C421.57 92.2264 433.812 104.011 449.75 109.331C451.311 109.852 451.501 111.511 451.506 124.697C451.514 146.21 453.283 150.478 462.192 150.478C465.862 150.478 467.11 149.97 469.087 147.672C471.493 144.875 471.5 144.796 471.5 120.845V96.8244L468.577 93.9014C466.494 91.8184 464.678 90.9784 462.258 90.9784C448.037 90.9784 437.052 80.3934 434.997 64.7094C434.623 61.8574 433.428 58.8434 432.023 57.2094L429.673 54.4784H378.5H327.327L324.977 57.2094C323.572 58.8434 322.377 61.8574 322.003 64.7094C319.948 80.3934 308.963 90.9784 294.742 90.9784C292.322 90.9784 290.506 91.8184 288.423 93.9014L285.5 96.8244V198.401V299.978H275.5H265.5V159.978V19.9784H378.5H491.5V255.978ZM245.5 77.8904V96.8024L241.442 97.4884C239.21 97.8654 236.173 99.2164 234.692 100.49C232.064 102.752 232 103.076 232 114.143C232 124.622 231.799 125.818 229.339 129.978C225.631 136.25 221.97 139.445 215 142.494C208.179 145.477 205.554 148.207 205.522 152.349C205.506 154.416 239.095 281.386 244.113 298.228C244.586 299.813 243.689 299.978 234.606 299.978H224.577L223.612 296.228C223.08 294.166 220.803 285.278 218.55 276.478C216.297 267.678 214.007 259.431 213.463 258.15C212.47 255.817 166.903 86.1444 166.314 82.5854C166.035 80.9034 169.458 79.7624 197 72.3584C223.156 65.3264 244.25 59.5254 245.25 59.0874C245.387 59.0274 245.5 67.4884 245.5 77.8904ZM245.429 184.228L245.358 225.478L236.351 192.485L227.345 159.493L229.673 158.049C230.953 157.255 234.925 153.587 238.5 149.899C242.075 146.211 245.113 143.145 245.25 143.085C245.387 143.026 245.468 161.541 245.429 184.228ZM457.5 181.207C451.333 184.41 450.641 193.011 456.163 197.835C458.366 199.76 459.608 200.093 462.929 199.647C474.091 198.15 474.57 181.994 463.5 180.41C461.57 180.133 458.879 180.491 457.5 181.207ZM390.379 230.916C396.34 233.958 399.83 237.334 403.016 243.145C405.514 247.701 405.94 249.57 405.94 255.978C405.94 262.386 405.514 264.255 403.016 268.811C397.574 278.735 389.766 283.373 378.5 283.373C367.234 283.373 359.426 278.735 353.984 268.811C351.477 264.24 351.063 262.407 351.079 255.978C351.099 248.152 352.246 244.805 357.152 238.25C359.827 234.676 366.943 230.133 371.832 228.879C376.586 227.659 386.026 228.696 390.379 230.916ZM203.454 298.478C207 312.146 208.037 314.879 210.569 317.228L213.532 319.978L314.766 319.98C409.169 319.981 416.231 320.099 419.429 321.73C424.585 324.359 427 328.265 427 333.978C427 339.691 424.585 343.597 419.429 346.226C416.291 347.826 411.466 347.975 362.65 347.976L309.3 347.978L305.9 351.378C303.45 353.828 302.5 355.672 302.5 357.978C302.5 360.284 303.45 362.128 305.9 364.578L309.3 367.978L378.65 367.982C446.087 367.985 448.09 368.04 451.259 369.973C460.693 375.725 460.693 388.231 451.259 393.983C448.09 395.916 446.087 395.971 378.65 395.974L309.3 395.978L305.9 399.378C301.287 403.991 301.287 407.965 305.9 412.578L309.3 415.978L367.65 415.98C432.046 415.981 430.163 415.804 434.929 422.301C437.754 426.153 437.754 433.803 434.929 437.655C430.163 444.152 432.046 443.975 367.65 443.976L309.3 443.978L305.9 447.378C303.45 449.828 302.5 451.672 302.5 453.978C302.5 456.284 303.45 458.128 305.9 460.578L309.3 463.978H350.432C395.732 463.978 396.274 464.044 400.544 470.039C405.739 477.336 402.084 488.566 393.724 490.996C391.132 491.749 359.892 491.987 291 491.778C193.02 491.481 191.954 491.456 187.5 489.389C185.025 488.241 176.813 481.958 169.25 475.428L155.5 463.555V394.525V325.495L177.204 303.774C189.141 291.827 198.997 282.148 199.105 282.265C199.214 282.382 201.17 289.678 203.454 298.478ZM67.5 367.528C67.5 430.183 67.509 430.307 72.445 432.948C74.915 434.27 80.085 434.27 82.555 432.948C87.491 430.307 87.5 430.183 87.5 367.528V308.978H107.453C129.086 308.978 131.673 309.478 134.075 314.123C136.205 318.242 136.205 482.714 134.075 486.833C131.431 491.946 131.084 491.978 77.5 491.978C23.916 491.978 23.569 491.946 20.925 486.833C18.882 482.883 18.854 317.771 20.896 314.088C23.455 309.469 25.627 309.051 47.25 309.013L67.5 308.978V367.528ZM72.61 453.374C63.941 458.179 67.568 471.978 77.5 471.978C82.567 471.978 87.5 467.093 87.5 462.075C87.5 454.567 79.203 449.719 72.61 453.374Z' fill='%23393d46'/%3e%3c/svg%3e ");
}

.subscriptions__slider {
  position: relative;
}

.subscriptions__slider .subscriptions__slider-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.subscriptions__slider .subscriptions__slide {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: 25%;
  padding: 30px;
  background: #27272d;
  color: #999eab;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1) translateZ(0);
}

.subscriptions__slider .subscriptions__slide:hover {
  transform: scale(1.05) translateZ(0);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
}

.subscriptions__slider .subscriptions__slide .product__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.subscriptions__slider .subscription-item__img {
  position: relative;
  height: 0;
  padding-top: 58%;
  margin-bottom: 20px;
  width: 100%;
  max-height: 180px;
  overflow: hidden;
  border-radius: 10px;
}

.subscriptions__slider .subscription-item__img a {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.subscriptions__slider .subscription-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.subscriptions__slider .subscription-item__desc {
  margin-bottom: 16px;
}

.subscriptions__slider .subscription-item__price {
  margin-top: auto;
  margin-bottom: 30px;
}

.subscriptions__slider .curent__price,
.subscriptions__slider .old__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.subscriptions__slider .curent__price {
  position: relative;
  padding-left: 42px;
  font-weight: 700;
  font-size: 24px;
}

.subscriptions__slider .curent__price span:first-child {
  color: #a8cf45;
}

.subscriptions__slider .curent__price span:last-child {
  color: #245990;
}

.subscriptions__slider .curent__price::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M250.61 1.37438C246.176 3.83138 245.573 6.40638 245.535 23.0574L245.5 38.6364L197.25 51.5224C155.413 62.6964 148.634 64.7684 146.25 67.1164C144.48 68.8604 143.5 70.8784 143.5 72.7834C143.5 74.4114 154.565 117.039 168.088 167.513L192.677 259.284L171.459 280.519L150.242 301.753L147.302 298.406C145.686 296.565 141.806 293.803 138.682 292.268L133 289.478H77.5C23.179 289.478 21.903 289.523 17.449 291.584C10.796 294.662 5.951 299.359 2.79 305.796L0 311.478V400.478C0 488.859 0.0149999 489.51 2.106 494.029C5.184 500.682 9.881 505.527 16.318 508.688L22 511.478H77.5H133L138.682 508.688C145.099 505.537 149.892 500.606 152.691 494.279C153.737 491.913 154.806 489.978 155.066 489.978C155.326 489.978 159.166 493.113 163.599 496.944C168.033 500.775 173.987 505.036 176.83 506.413C188.91 512.264 180.081 511.978 348.76 511.978C517.122 511.978 507.666 512.298 510.305 506.506C512.04 502.698 512.04 9.25838 510.305 5.45038C507.683 -0.305624 514.497 -0.0246245 378.3 0.0133755C276.215 0.0423755 252.557 0.294376 250.61 1.37438ZM491.5 255.978V491.978H455.893C422.389 491.978 420.326 491.875 420.966 490.228C423.581 483.496 423.606 472.521 421.022 465.876C420.508 464.553 421.429 464.166 426.293 463.657C438.646 462.366 448.96 454.962 454.076 443.712C456.396 438.612 456.907 436.114 456.888 429.978C456.873 425.324 456.252 421.071 455.251 418.77L453.637 415.062L458.967 412.622C465.824 409.483 472.01 403.255 475.352 396.126C477.567 391.402 478 389.084 478 381.957C478 374.364 477.646 372.717 474.75 366.834L471.5 360.233V295.661V231.09L469.248 228.472C464.083 222.467 454.734 224.874 452.54 232.773C451.891 235.109 451.509 257.197 451.506 292.527L451.5 348.576L448 348.168C446.075 347.943 444.505 347.696 444.511 347.619C444.517 347.541 445.192 345.269 446.011 342.569C448.014 335.966 447.886 331.44 445.477 323.639C442.918 315.353 435.897 307.298 427.768 303.321C422.849 300.914 420.7 300.523 410.362 300.154L398.568 299.734L404.292 296.034C420.089 285.824 428.748 266.711 425.68 248.821C422.124 228.084 406.394 212.354 385.657 208.798C354.757 203.499 326.096 232.205 331.312 263.228C333.6 276.842 341.383 288.714 352.897 296.156L358.81 299.978H332.155H305.5V204.947C305.5 115.33 305.6 109.882 307.25 109.331C323.188 104.011 335.43 92.2264 339.562 78.2284L340.817 73.9784H378.5H416.183L417.438 78.2284C421.57 92.2264 433.812 104.011 449.75 109.331C451.311 109.852 451.501 111.511 451.506 124.697C451.514 146.21 453.283 150.478 462.192 150.478C465.862 150.478 467.11 149.97 469.087 147.672C471.493 144.875 471.5 144.796 471.5 120.845V96.8244L468.577 93.9014C466.494 91.8184 464.678 90.9784 462.258 90.9784C448.037 90.9784 437.052 80.3934 434.997 64.7094C434.623 61.8574 433.428 58.8434 432.023 57.2094L429.673 54.4784H378.5H327.327L324.977 57.2094C323.572 58.8434 322.377 61.8574 322.003 64.7094C319.948 80.3934 308.963 90.9784 294.742 90.9784C292.322 90.9784 290.506 91.8184 288.423 93.9014L285.5 96.8244V198.401V299.978H275.5H265.5V159.978V19.9784H378.5H491.5V255.978ZM245.5 77.8904V96.8024L241.442 97.4884C239.21 97.8654 236.173 99.2164 234.692 100.49C232.064 102.752 232 103.076 232 114.143C232 124.622 231.799 125.818 229.339 129.978C225.631 136.25 221.97 139.445 215 142.494C208.179 145.477 205.554 148.207 205.522 152.349C205.506 154.416 239.095 281.386 244.113 298.228C244.586 299.813 243.689 299.978 234.606 299.978H224.577L223.612 296.228C223.08 294.166 220.803 285.278 218.55 276.478C216.297 267.678 214.007 259.431 213.463 258.15C212.47 255.817 166.903 86.1444 166.314 82.5854C166.035 80.9034 169.458 79.7624 197 72.3584C223.156 65.3264 244.25 59.5254 245.25 59.0874C245.387 59.0274 245.5 67.4884 245.5 77.8904ZM245.429 184.228L245.358 225.478L236.351 192.485L227.345 159.493L229.673 158.049C230.953 157.255 234.925 153.587 238.5 149.899C242.075 146.211 245.113 143.145 245.25 143.085C245.387 143.026 245.468 161.541 245.429 184.228ZM457.5 181.207C451.333 184.41 450.641 193.011 456.163 197.835C458.366 199.76 459.608 200.093 462.929 199.647C474.091 198.15 474.57 181.994 463.5 180.41C461.57 180.133 458.879 180.491 457.5 181.207ZM390.379 230.916C396.34 233.958 399.83 237.334 403.016 243.145C405.514 247.701 405.94 249.57 405.94 255.978C405.94 262.386 405.514 264.255 403.016 268.811C397.574 278.735 389.766 283.373 378.5 283.373C367.234 283.373 359.426 278.735 353.984 268.811C351.477 264.24 351.063 262.407 351.079 255.978C351.099 248.152 352.246 244.805 357.152 238.25C359.827 234.676 366.943 230.133 371.832 228.879C376.586 227.659 386.026 228.696 390.379 230.916ZM203.454 298.478C207 312.146 208.037 314.879 210.569 317.228L213.532 319.978L314.766 319.98C409.169 319.981 416.231 320.099 419.429 321.73C424.585 324.359 427 328.265 427 333.978C427 339.691 424.585 343.597 419.429 346.226C416.291 347.826 411.466 347.975 362.65 347.976L309.3 347.978L305.9 351.378C303.45 353.828 302.5 355.672 302.5 357.978C302.5 360.284 303.45 362.128 305.9 364.578L309.3 367.978L378.65 367.982C446.087 367.985 448.09 368.04 451.259 369.973C460.693 375.725 460.693 388.231 451.259 393.983C448.09 395.916 446.087 395.971 378.65 395.974L309.3 395.978L305.9 399.378C301.287 403.991 301.287 407.965 305.9 412.578L309.3 415.978L367.65 415.98C432.046 415.981 430.163 415.804 434.929 422.301C437.754 426.153 437.754 433.803 434.929 437.655C430.163 444.152 432.046 443.975 367.65 443.976L309.3 443.978L305.9 447.378C303.45 449.828 302.5 451.672 302.5 453.978C302.5 456.284 303.45 458.128 305.9 460.578L309.3 463.978H350.432C395.732 463.978 396.274 464.044 400.544 470.039C405.739 477.336 402.084 488.566 393.724 490.996C391.132 491.749 359.892 491.987 291 491.778C193.02 491.481 191.954 491.456 187.5 489.389C185.025 488.241 176.813 481.958 169.25 475.428L155.5 463.555V394.525V325.495L177.204 303.774C189.141 291.827 198.997 282.148 199.105 282.265C199.214 282.382 201.17 289.678 203.454 298.478ZM67.5 367.528C67.5 430.183 67.509 430.307 72.445 432.948C74.915 434.27 80.085 434.27 82.555 432.948C87.491 430.307 87.5 430.183 87.5 367.528V308.978H107.453C129.086 308.978 131.673 309.478 134.075 314.123C136.205 318.242 136.205 482.714 134.075 486.833C131.431 491.946 131.084 491.978 77.5 491.978C23.916 491.978 23.569 491.946 20.925 486.833C18.882 482.883 18.854 317.771 20.896 314.088C23.455 309.469 25.627 309.051 47.25 309.013L67.5 308.978V367.528ZM72.61 453.374C63.941 458.179 67.568 471.978 77.5 471.978C82.567 471.978 87.5 467.093 87.5 462.075C87.5 454.567 79.203 449.719 72.61 453.374Z' fill='%23FFF'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: contain;
}

.subscriptions__slider .old__price {
  font-size: 16px;
}

.subscriptions__slider .old__price span:first-child {
  margin-right: 16px;
  font-weight: 700;
  text-decoration: line-through;
}

.subscriptions__slider .subscription-item__link {
  transition: all 0.3s ease;
  width: 100%;
  border: 2px solid #f58634;
  color: #f58634;
  text-align: center;
}

.subscriptions__slider .subscription-item__link:hover {
  color: #fff;
  background-color: #f58634;
}

.subscriptions__slider .subscription-item__link:active {
  transform: translateY(5px);
}

.subscriptions__slider .product__link {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.reviews-section {
  padding: 50px 0;
  overflow: hidden;
}

.reviews-section__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.reviews-section__title .reviews-section__link {
  margin-right: 180px;
  font-size: 24px;
  color: #999eab;
}

.reviews-section__slider,
.reviews-section.page {
  position: relative;
}

.reviews-section__slider .reviews-section__slider-wrapper,
.reviews-section.page .reviews-section__slider-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.reviews-section__slider .reviews-section__slide,
.reviews-section.page .reviews-section__slide {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: 31%;
  padding: 30px;
  background: #3c3c46;
  color: #999eab;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1) translateZ(0);
}

.reviews-section__slider .reviews-section__slide:hover,
.reviews-section.page .reviews-section__slide:hover {
  transform: scale(1.05) translateZ(0);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
}

.reviews-section__slider .review__head,
.reviews-section.page .review__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reviews-section__slider .review__img,
.reviews-section.page .review__img {
  flex: 0 0 auto;
  margin-right: 18px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
}

.reviews-section__slider .review__img img,
.reviews-section.page .review__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reviews-section__slider .review__name,
.reviews-section.page .review__name {
  font-size: 18px;
  color: #fff;
}

.reviews-section__slider .review__desc,
.reviews-section.page .review__desc {
  font-size: 14px;
  color: #999eab;
  line-height: 140%;
}

.reviews-section__slider .review__head,
.reviews-section.page .review__head {
  margin-bottom: 16px;
}

.reviews-section__slider .review__title,
.reviews-section.page .review__title {
  color: #fff;
  line-height: 120%;
  margin-bottom: 5px;
}

.reviews-section__slider .review__video,
.reviews-section.page .review__video {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  color: #f58634;
}

.reviews-section__slider .review__video .img__wrap,
.reviews-section.page .review__video .img__wrap {
  margin-right: 10px;
  overflow: hidden;
  width: 32px;
  height: 32px;
}

.reviews-section__slider .review__video .img__wrap img,
.reviews-section__slider .review__video .img__wrap svg,
.reviews-section.page .review__video .img__wrap img,
.reviews-section.page .review__video .img__wrap svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.personal-section {
  padding: 50px 0 185px 0;
}

.personal-section .personal-section__title {
  margin-bottom: 30px;
}

.personal-section .personal-section__text {
  color: #999eab;
}

.personal-section .personal-section__text:not(:last-child) {
  margin-bottom: 30px;
}

.personal-section__content {
  display: flex;
}

.personal-section__content .personal-section__desc,
.personal-section__content .personal-section__imgs {
  flex: 0 0 50%;
}

.personal-section__content .personal-section__imgs {
  padding-left: 150px;
  position: relative;
}

.personal-section__content .personal-section__imgs .figures__box {
  z-index: 1;
  position: absolute;
  height: 410px;
  width: 330px;
  right: 0;
  top: 50px;
  background-color: #a8cf45;
}

.personal-section__content .personal-section__imgs .figures__img {
  border-radius: 3px;
  width: 410px;
  height: 526px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.personal-section__content .personal-section__imgs .figures__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.personal-section__content .personal-section__imgs .figures__card {
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0px 0px 32px rgba(255, 122, 0, 0.4);
  border-radius: 4px;
  padding: 45px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  position: absolute;
  top: 240px;
  left: 50px;
  z-index: 3;
}

.personal-section__content .personal-section__imgs .figures__card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.personal-section__content .personal-section__imgs .figures__card-desc {
  margin-bottom: 30px;
}

.personal-section__content .personal-section__imgs .figures__card-price {
  margin-bottom: 50px;
}

.personal-section__content .personal-section__imgs .figures__card-price h5 {
  font-size: 32px;
  color: #f58634;
  line-height: 100%;
  font-weight: 700;
}

.personal-section__content .personal-section__imgs .figures__card-price span {
  color: #999eab;
}

.personal-section__content .personal-section__imgs .figures__card-btn {
  color: #f58634;
  border: 2px solid #f58634;
  border-radius: 25px;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.personal-section__content .personal-section__imgs .figures__card-btn:hover {
  color: #ffff;
  background-color: #f58634;
  transform: translateY(2px);
}

.personal-section__content .personal-section__imgs .figures__card-btn:active {
  transform: translateY(5px);
}

.adresses__list .location__title,
.adresses__list .location__shedule *,
.adresses__list .location__contacts *,
.adresses__list .social-list__link {
  transition: color 0.3s ease;
}

.section__slider-nav .section__slider-button-prev,
.section__slider-nav .section__slider-button-next {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.section__slider-nav .section__slider-button-prev:hover,
.section__slider-nav .section__slider-button-next:hover {
  transform: scale(1.2);
}

.section__slider-nav .section__slider-button-prev:active,
.section__slider-nav .section__slider-button-next:active {
  transform: scale(0.9);
}

.instagram-galery {
  padding: 50px 0;
}

.instagram-galery .instagram-galery__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  height: 850px;
  flex-wrap: wrap;
  flex-direction: column;
}

.instagram-galery .instagram-galery__slider {
  position: relative;
}

.instagram-galery .instagram-galery__facet {
  overflow: hidden;
}

.instagram-galery .instagram-galery__slide {
  flex-shrink: 0;
  width: 32%;
}

.instagram-galery .instagram-galery__slide:not(:last-child) {
  margin-right: 30px;
}

.instagram-galery .instagram-galery__title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.instagram-galery .instagram-galery__title .instagram-galery__link {
  margin-right: 180px;
  font-size: 24px;
  color: #999eab;
}

.instagram-galery .instagram-galery__slide {
  height: calc((100% - 30px) / 2);
}

.instagram-galery .instagram-galery__slide .post {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.instagram-galery .instagram-galery__slide .post img {
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-galery .instagram-galery__slide .post:hover .post__content {
  opacity: 1;
  box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

.instagram-galery .instagram-galery__slide .post:hover img {
  transform: scale(1.3);
}

.instagram-galery .instagram-galery__slide .post__content {
  transition: opacity 0.4s ease, box-shadow 0.4s ease;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  z-index: 2;
  width: 95%;
  height: 95%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  color: #202020;
  overflow-y: auto;
}

.instagram-galery .instagram-galery__slide .post__text:not(:last-child) {
  margin-bottom: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: #f58634;
}

.club-section {
  background-color: transparent !important;
}

.club-section .club-section__advantages {
  margin-bottom: 6vh;
}

.club-section .club-section__content {
  padding-top: 12vh;
  padding-bottom: 24vh;
}

.club-section .main-screen__desc {
  bottom: 50px;
}

.club-section__title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 2vh;
}

.club-section__info {
  flex-wrap: wrap;
  display: flex;
  font-size: 20px;
  justify-content: flex-start;
  align-items: center;
}

.club-section__info .color-title {
  color: #f58634;
}

.club-section__info span,
.club-section__info a {
  color: #fff;
  font-weight: 700;
}

.club-section__info .img_wrap {
  height: 32px;
  width: 32px;
  overflow: hidden;
  margin-bottom: 10px;
}

.club-section__info .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.club-section__play-btn {
  top: 40%;
}

.club-section__contacts {
  margin-right: 56px;
}

.club-section__shedule,
.club-section__contacts {
  margin-bottom: 15px;
}

.club-section__more {
  margin-bottom: 60px;
}

.programs-blocks {
  padding-top: 50px;
  padding-bottom: 50px;
}

.programs-blocks .section__title {
  color: #393d46;
  margin-bottom: 30px;
}

.programs-blocks__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.programs-blocks__list > a {
  height: 100%;
}

.programs-blocks__list .list-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 4px;
  padding: 15px;
  flex: 0 0 25%;
}

.programs-blocks__list .list-item .list-item__content {
  height: 100%;
  padding: 25px;
  box-shadow: 0px 10px 16px rgba(193, 198, 238, 0.45);
  border-radius: 4px;
}

.programs-blocks__list .list-item .img_wrap {
  margin-bottom: 20px;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.programs-blocks__list .list-item .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.programs-blocks__list .list-item .list-item__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.programs-blocks__list .list-item .list-item__desc {
  font-size: 16px;
  color: #999eab;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.programs-blocks__list .list-item:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 26px rgba(193, 198, 238, 0.45);
}

.trainers-section__slider {
  position: relative;
}

.trainers-section__slider .section__slider-nav {
  top: -135px;
}

.trainers-section__slider .section__slider-nav svg path {
  fill: #000000;
}

.subscriptions.white svg path {
  fill: #000000;
}

.trainers-section {
  overflow: hidden;
  padding: 50px 0;
}

.trainers-section .section__title {
  color: #393d46;
  margin-bottom: 80px;
}

.trainers-section .trainer {
  position: relative;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  padding: 45px 30px;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 0 0 43%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 327px;
}

.trainers-section .trainer:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.16);
}

.trainers-section .trainer__info {
  padding-left: 247px;
  align-self: center;
}

.trainers-section .trainer__name {
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 600;
}

.trainers-section .trainer__subtitle {
  margin-bottom: 10px;
}

.trainers-section .trainer__desc {
  font-size: 14px;
  color: #999eab;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.trainers-section .trainer__img {
  position: absolute;
  left: 0px;
  bottom: 0;
  height: auto;
  width: 240px;
  top: 0;
}

.trainers-section .trainer__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.trainers-section .trainer__socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.trainers-section .trainer__socials .trainer__social {
  width: 33px;
  height: 32px;
  overflow: hidden;
}

.trainers-section .trainer__socials .trainer__social:not(:last-child) {
  margin-right: 30px;
}

.trainers-section .trainer__socials .trainer__social svg,
.trainers-section .trainer__socials .trainer__social img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trainers-section .trainer__socials .trainer__social:nth-of-type(1) svg path {
  fill: #f58634;
}

.trainers-section .trainer__socials .trainer__social:nth-of-type(2) svg path {
  fill: #a8cf45;
}

.trainers-section .trainer__socials .trainer__social:nth-of-type(3) svg path {
  fill: #245990;
}

.trainers-section .trainers-section__slider-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.subscriptions.white {
  padding: 50px 0;
}

.subscriptions.white .section__title {
  color: #393d46;
}

.subscriptions.white .subscriptions__slider .subscriptions__slide {
  background: #fff;
  border: 1px solid #e1e1e1;
}

.galery-section {
  padding: 50px 0;
}

.galery-section .section__title {
  color: #393d46;
  margin-bottom: 30px;
}

.galery-section__content {
  height: 0;
  padding-top: 51%;
  overflow: hidden;
  position: relative;
}

.galery-section__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.galery-section__wrapper .galery-section__slider {
  width: 78%;
}

.galery-section__wrapper .galery-section__slider .swiper-slide {
  border-radius: 3px;
}

.galery-section__wrapper .galery-section__slider .swiper-slide .img_wrap {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.galery-section__wrapper .galery-section__slider .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.galery-section__wrapper .galery-section__slider .swiper-slide .club-section__play-btn {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.galery-section__wrapper .galery-section__slider .swiper-slide .swiper-slide__title {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-weight: 700;
  font-size: 32px;
}

.galery-section__wrapper .galery-section__slider .section__slider-nav {
  top: inherit;
  bottom: 30px;
  right: 30px;
}

.galery-section__wrapper .galery-section__slider .swiper-button-next-galery-section__slider,
.galery-section__wrapper .galery-section__slider .swiper-button-prev-galery-section__slider {
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.galery-section__wrapper .galery-section__slider .swiper-button-next-galery-section__slider.swiper-button-disabled,
.galery-section__wrapper .galery-section__slider .swiper-button-prev-galery-section__slider.swiper-button-disabled {
  opacity: 0.4;
}

.galery-section__wrapper .galery-section__slider .swiper-button-next-galery-section__slider:hover,
.galery-section__wrapper .galery-section__slider .swiper-button-prev-galery-section__slider:hover {
  transform: scale(1.2);
}

.galery-section__wrapper .galery-section__slider .swiper-button-next-galery-section__slider:active,
.galery-section__wrapper .galery-section__slider .swiper-button-prev-galery-section__slider:active {
  transform: scale(0.9);
}

.galery-section__wrapper .galery-section__slider-thumbs {
  margin-left: 30px;
  width: 22%;
}

.galery-section__wrapper .galery-section__slider-thumbs .swiper-slide {
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.galery-section__wrapper .galery-section__slider-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.galery-section__wrapper .galery-section__slider-thumbs .swiper-slide:hover img {
  transform: scale(1.1);
}

.shedule-section {
  padding-top: 50px;
}

.shedule-section .section__title {
  color: #393d46;
}

body.gray .promotions-section__slider .section__slider-nav svg path {
  fill: #fff;
}

.promotions-section {
  overflow: hidden;
  padding: 50px 0;
}

.promotions-section .promotions-section__link {
  color: #9da3a5;
  font-size: 25px;
  margin-right: 130px;
}

.promotions-section .promotions-section__title {
  margin-bottom: 20px;
}

.promotions-section__slider {
  overflow: initial;
  padding-bottom: 20px;
  position: relative;
}

.promotions-section__slider .section__slider-nav svg path {
  fill: #393d46;
}

.promotions-section__slide {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: #ffffff;
  box-shadow: 0px 10px 16px rgba(193, 198, 238, 0.25);
  border-radius: 2px;
  padding: 30px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promotions-section__slide:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 16px #d3d4d8;
}

.promotions-section__slide .slide__img {
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 4px;
}

.promotions-section__slide .slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.promotions-section__slide .slide__title {
  font-size: 24px;
  font-weight: 500;
}

.promotions-section__slide .slide__desc {
  color: #999eab;
  font-size: 16px;
  margin-bottom: 30px;
}

.promotions-section__slide .slide__link {
  border: 2px solid #f58634;
  background-color: transparent;
  color: #f58634;
}

.promotions-section__slide .slide__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.promotions-section__slider-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.city-map__wrapper {
  position: relative;
}

.city-map__wrapper .city-map__contact {
  padding-top: 50px;
  padding-left: 20px;
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
}

.city-map__wrapper .city-map__contact .section__title {
  margin-bottom: 30px;
}

.city-map__wrapper .city-map__contact .location__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  width: 60%;
}

.city-map__wrapper .city-map__contact .location__shedule-title {
  color: #a8cf45;
  text-transform: uppercase;
}

.city-map__wrapper .city-map__contact .location__contacts-title {
  color: #245990;
  text-transform: uppercase;
}

.city-map__wrapper .city-map__contact .location__shedule span,
.city-map__wrapper .city-map__contact .location__contacts a {
  font-size: 20px;
  color: #393d46;
  font-weight: 700;
}

.city-map__wrapper .city-map__contact .location__shedule {
  margin-bottom: 30px;
}

.city-map__wrapper .city-map__contact {
  width: 50%;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(100vh - 265px);
  height: 100%;
}

.header-content .header-content__bg {
  padding-top: 138px;
  z-index: 1;
  position: absolute;
  width: 40%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
}

.header-content .header-content__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.header-content .header-content__bg:before {
  position: absolute;
  width: 100px;
  height: 150%;
  content: "";
  left: -70px;
  top: -70px;
  background-color: #fafafa;
  transform: rotate(5deg);
}

.header-content .header-content__text {
  max-width: 49%;
}

.header-content .header-content__wrapper {
  padding: 20px 0;
  width: 100%;
}

.header__footer {
  background: #27272d;
  z-index: 2;
  position: relative;
  height: 130px;
  width: 100%;
}

.header__footer .main-screen__desc {
  position: static;
  border-left: 2px solid #f58634;
}

.header__footer-wrapper,
.header__footer-socials,
.socials__wrap {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__footer-wrapper {
  transform: translateY(50%);
}

.socials__wrap {
  margin-right: 60px;
}

.socials__wrap li path {
  transition: fill 0.3s ease;
}

.socials__wrap li:not(:last-child) {
  margin-right: 35px;
}

.socials__wrap li:nth-of-type(1):hover path {
  fill: #f58634;
}

.socials__wrap li:nth-of-type(2):hover path {
  fill: #a8cf45;
}

.socials__wrap li:nth-of-type(3):hover path {
  fill: #245990;
}

body.white .slide__advantages {
  margin-bottom: 20px;
}

body.white .slide__advantages li {
  color: #9da3a5;
}

.socials__text {
  color: #fff;
  position: relative;
}

.socials__text::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  height: 3px;
  width: 3px;
  border-radius: 50%;
}

.header-content__titile {
  font-size: 48px;
  margin-bottom: 15px;
  line-height: 120%;
}

.info-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.info-content.reverse .info-content__img {
  order: -1;
  margin-right: 40px;
}

.info-content.reverse .info-content__block {
  margin-right: auto;
}

.info-content .info-content__block {
  margin-right: 30px;
}

.info-content .info-content__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.info-content .info-content__text {
  color: #9da3a5;
}

.info-content .info-content__text:not(:last-child) {
  margin-bottom: 15px;
}

.info-content .info-content__img {
  flex: 0 0 50%;
  overflow: hidden;
  position: sticky;
  top: 100px;
  height: 500px;
}

.info-content .info-content__img.orange {
  box-shadow: 10px 10px 0px 0px #f58634;
}

.info-content .info-content__img.green {
  box-shadow: 10px 10px 0px 0px #a8cf45;
}

.info-content .info-content__img.blue {
  box-shadow: 10px 10px 0px 0px #245990;
}

.info-content .info-content__img.gray {
  box-shadow: 10px 10px 0px 0px #9da3a5;
}

.info-content .info-content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.info-content__title {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 100%;
}

body.white .benefits-section .list-item__num {
  -webkit-text-stroke: 2px #393d46;
}

body.white .benefits-section .list-item__title {
  color: #393d46;
}

.date-component .date-component__title {
  line-height: 100%;
  -webkit-text-stroke: 2px #393d46;
  font-size: 80px;
  color: transparent;
  font-weight: 700;
  margin-bottom: 30px;
}

.date-component .date-component__subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.date-component .date-component__figure {
  width: 46px;
  height: 6px;
  transform: skewX(-30deg);
  background-color: #000;
  margin-bottom: 30px;
}

.date-component.orange .date-component__figure {
  background-color: #f58634;
}

.date-component.green .date-component__figure {
  background-color: #a8cf45;
}

.date-component.blue .date-component__figure {
  background-color: #245990;
}

.date-component.gray .date-component__figure {
  background-color: #9da3a5;
}

.benefits-block {
  padding-top: 20px;
  padding-bottom: 50px;
}

.benefits-block__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.benefits-block__list .list__item {
  flex: 0 0 33%;
  margin-bottom: 30px;
  padding: 0px 30px 0px 10px;
  border-left: 2px solid #000;
}

.benefits-block__list .list__item h4 {
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.benefits-block__list .list__item p {
  color: #9da3a5;
}

.benefits-block__list .list__item.orange {
  border-color: #f58634;
}

.benefits-block__list .list__item.green {
  border-color: #a8cf45;
}

.benefits-block__list .list__item.blue {
  border-color: #245990;
}

.benefits-block__list .list__item.gray {
  border-color: #9da3a5;
}

.date-components {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.date-components .date-component {
  border-top: 1px solid #9da3a5;
  position: relative;
  flex: 0 0 33%;
  padding-top: 45px;
}

.date-components .date-component:not(:last-child) {
  padding-right: 30px;
}

.date-components .date-component:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: 7px solid transparent;
  border-left: 7px solid #000;
  border-top: 7px solid #000;
}

.date-components .date-component.orange:before {
  border-left: 7px solid #f58634;
  border-top: 7px solid #f58634;
}

.date-components .date-component.green:before {
  border-left: 7px solid #a8cf45;
  border-top: 7px solid #a8cf45;
}

.date-components .date-component.blue:before {
  border-left: 7px solid #245990;
  border-top: 7px solid #245990;
}

.date-components .date-component.gray:before {
  border-left: 7px solid #9da3a5;
  border-top: 7px solid #9da3a5;
}

.date-components .date-component .info-content__text {
  color: #9da3a5;
}

.trainers-section__wrapper {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 55px;
}

.trainers-section__wrapper .section__title {
  margin-bottom: 0;
  margin-right: 50px;
}

.trainers-section.tabs .trainers-section__slider {
  transition: opacity 0.6s ease;
  display: none;
}

.trainers-section.tabs .trainers-section__slider.show {
  display: block;
  animation: showToOpacity 0.6s ease forwards 0s;
}

.trainers-section.tabs .trainers-section__slider .section__slider-nav {
  top: -120px;
}

@keyframes showToOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.vacancies-section {
  padding-bottom: 50px;
}

.vacancies-section__list {
  padding-top: 30px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.vacancies-section__list .list-item {
  margin: 1vw;
  width: 30%;
  padding: 30px;
  box-shadow: 0px 10px 16px rgba(193, 198, 238, 0.25);
  border-radius: 2px;
}

.vacancies-section__list .list-item__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}

.vacancies-section__list .list-item-info {
  font-size: 20px;
  margin-bottom: 30px;
}

.vacancies-section__list .list-item__block {
  margin-bottom: 30px;
  font-size: 16px;
}

.vacancies-section__list .list-item__block span {
  color: #9da3a5;
}

.downloads {
  padding-top: 50px;
  padding-bottom: 50px;
}

.downloads__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.downloads__list .list-item {
  transition: box-shadow 0.4s ease;
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  width: 30%;
  margin: 1vw;
  padding: 16px 16px 16px 22px;
}

.downloads__list .list-item a {
  width: 100%;
  color: #393d46;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.downloads__list .list-item span {
  width: 100%;
}

.downloads__list .list-item__ico {
  flex-shrink: 0;
  margin-right: 22px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.downloads__list .list-item__ico svg {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.downloads__list .list-item__ico svg path {
  fill: red;
}

.downloads__list .list-item__download {
  flex-shrink: 0;
  margin-left: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloads__list .list-item.orange .list-item__download {
  background-color: #f58634;
}

.downloads__list .list-item.orange .list-item__ico svg path {
  fill: #f58634;
}

.downloads__list .list-item.green .list-item__download {
  background-color: #a8cf45;
}

.downloads__list .list-item.green .list-item__ico svg path {
  fill: #a8cf45;
}

.downloads__list .list-item.blue .list-item__download {
  background-color: #245990;
}

.downloads__list .list-item.blue .list-item__ico svg path {
  fill: #245990;
}

.downloads__list .list-item.orange:hover {
  box-shadow: 0px 0px 10px 1px #f58634;
}

.downloads__list .list-item.green:hover {
  box-shadow: 0px 0px 10px 1px #a8cf45;
}

.downloads__list .list-item.blue:hover {
  box-shadow: 0px 0px 10px 1px #245990;
}

.rental__title {
  margin-bottom: 15px;
}

.rental__list {
  margin-right: -1vw;
  margin-left: -1vw;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.rental__list .list-item__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}

.rental__list .nameplate {
  font-size: 14px;
  color: #a8cf45;
  border: 1px solid #a8cf45;
  padding: 3px 7px;
  border-radius: 4px;
  display: inline-flex;
  margin-bottom: 30px;
}

.rental__list .list-item {
  width: 30%;
  margin: 1vw;
  padding: 30px;
  box-shadow: 0px 10px 16px rgba(193, 198, 238, 0.3);
  border-radius: 2px;
}

.rental__list .list-item .list-item__tab-content {
  display: none;
}

.rental__list .list-item .list-item__tab-content.show {
  display: block;
  animation: toOpas 0.3s ease forwards 0s;
}

.rental__list .list-item .list-item__tab-content > span {
  font-size: 20px;
  margin-bottom: 5px;
}

.rental__list .list-item.orange .tab-btn.active {
  background-color: #f58634;
}

.rental__list .list-item.green .tab-btn.active {
  background-color: #a8cf45;
}

.rental__list .list-item.blue .tab-btn.active {
  background-color: #245990;
}

.rental__list .list-item__tabs-btns {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rental__list .tab-btn {
  transition: all 0.2s ease;
  margin-bottom: 30px;
  color: #bfbfbf;
  padding: 5px 12px;
  border-radius: 20px;
  background: #e1e1e1;
}

.rental__list .tab-btn.active {
  color: #fff;
}

.rental__list .tab-btn:not(:last-child) {
  margin-right: 12px;
}

.rental__list .list-item__block {
  margin-bottom: 6px;
}

.rental__list .list-item__times {
  color: #999eab;
  max-width: 70%;
}

.articles-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.articles-section__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -1vw;
  margin-right: -1vw;
}

.articles-section__list .list-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  box-shadow: 0px 10px 16px rgba(193, 198, 238, 0.25);
  border-radius: 5px;
  flex: 0 0 30%;
  margin: 1vw;
  padding: 30px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.articles-section__list .list-item .nameplate {
  font-size: 14px;
  color: #393d46;
  border: 1px solid #393d46;
  padding: 3px 7px;
  border-radius: 4px;
  display: inline-flex;
  margin-bottom: 30px;
}

.articles-section__list .list-item.orange .nameplate {
  color: #f58634;
  border: 1px solid #f58634;
}

.articles-section__list .list-item.green .nameplate {
  color: #a8cf45;
  border: 1px solid #a8cf45;
}

.articles-section__list .list-item.blue .nameplate {
  color: #245990;
  border: 1px solid #245990;
}

.articles-section__list .list-item:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 16px rgba(193, 198, 238, 0.85);
}

.articles-section__list .list-item__img {
  margin-bottom: 30px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}

.articles-section__list .list-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.articles-section__list .list-item__title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}

.articles-section__list .list-item__desc {
  color: #999eab;
  margin-bottom: 30px;
}

.articles-section__list .list-item__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: auto;
}

.articles-section__list .list-item__footer span {
  position: relative;
  line-height: 100%;
}

.articles-section__list .list-item__footer span:before {
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.articles-section__list .list-item__footer > span {
  font-size: 12px;
}

.articles-section__list .list-item__footer span:nth-of-type(2):before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 1.25C4.74022 1.25 3.53204 1.75045 2.64124 2.64124C1.75044 3.53204 1.25 4.74022 1.25 6C1.25 6.62378 1.37286 7.24145 1.61157 7.81775C1.85028 8.39404 2.20016 8.91768 2.64124 9.35876C3.08232 9.79984 3.60596 10.1497 4.18225 10.3884C4.75855 10.6271 5.37622 10.75 6 10.75C6.62378 10.75 7.24145 10.6271 7.81775 10.3884C8.39404 10.1497 8.91768 9.79984 9.35876 9.35876C9.79984 8.91768 10.1497 8.39404 10.3884 7.81775C10.6271 7.24145 10.75 6.62378 10.75 6C10.75 4.74022 10.2496 3.53204 9.35876 2.64124C8.46796 1.75045 7.25978 1.25 6 1.25ZM1.93414 1.93414C3.01247 0.855802 4.47501 0.25 6 0.25C7.52499 0.25 8.98753 0.855802 10.0659 1.93414C11.1442 3.01247 11.75 4.475 11.75 6C11.75 6.7551 11.6013 7.50281 11.3123 8.20043C11.0233 8.89805 10.5998 9.53193 10.0659 10.0659C9.53193 10.5998 8.89805 11.0233 8.20043 11.3123C7.50281 11.6013 6.7551 11.75 6 11.75C5.2449 11.75 4.49719 11.6013 3.79957 11.3123C3.10195 11.0233 2.46807 10.5998 1.93414 10.0659C1.4002 9.53193 0.976657 8.89805 0.687693 8.20043C0.398728 7.50281 0.25 6.7551 0.25 6C0.25 4.47501 0.855802 3.01247 1.93414 1.93414ZM6 3.16667C6.27614 3.16667 6.5 3.39052 6.5 3.66667V5.79289L8.10355 7.39645C8.29882 7.59171 8.29882 7.90829 8.10355 8.10355C7.90829 8.29882 7.59171 8.29882 7.39645 8.10355L5.64645 6.35355C5.55268 6.25979 5.5 6.13261 5.5 6V3.66667C5.5 3.39052 5.72386 3.16667 6 3.16667Z' fill='%23999EAB'/%3e%3c/svg%3e ");
}

.articles-section__list .list-item__footer span:nth-of-type(3):before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99976 8.58366C4.66823 8.58366 2.68436 7.08669 1.96013 5.00033C2.68436 2.91396 4.66823 1.41699 6.99976 1.41699C9.33184 1.41699 11.3152 2.91393 12.0394 5.00032C11.3152 7.08671 9.33184 8.58366 6.99976 8.58366ZM6.99976 0.416992C4.16356 0.416992 1.7633 2.2815 0.956561 4.85053C0.925938 4.94805 0.925938 5.05261 0.956561 5.15013C1.7633 7.71916 4.16356 9.58366 6.99976 9.58366C9.83657 9.58366 12.2362 7.71913 13.043 5.15013C13.0736 5.05261 13.0736 4.94805 13.043 4.85053C12.2362 2.28152 9.83657 0.416992 6.99976 0.416992ZM6.11588 4.11644C6.3503 3.88202 6.66824 3.75033 6.99976 3.75033C7.33128 3.75033 7.64922 3.88202 7.88364 4.11644C8.11806 4.35086 8.24976 4.6688 8.24976 5.00033C8.24976 5.33185 8.11806 5.64979 7.88364 5.88421C7.64922 6.11863 7.33128 6.25033 6.99976 6.25033C6.66824 6.25033 6.3503 6.11863 6.11588 5.88421C5.88146 5.64979 5.74976 5.33185 5.74976 5.00033C5.74976 4.6688 5.88146 4.35086 6.11588 4.11644ZM6.99976 2.75033C6.40302 2.75033 5.83073 2.98738 5.40877 3.40934C4.98681 3.83129 4.74976 4.40359 4.74976 5.00033C4.74976 5.59706 4.98681 6.16936 5.40877 6.59132C5.83073 7.01327 6.40302 7.25033 6.99976 7.25033C7.5965 7.25033 8.16879 7.01327 8.59075 6.59132C9.01271 6.16936 9.24976 5.59706 9.24976 5.00033C9.24976 4.40359 9.01271 3.83129 8.59075 3.40934C8.16879 2.98738 7.5965 2.75033 6.99976 2.75033Z' fill='%23999EAB'/%3e%3c/svg%3e ");
}

.articles-section__list .list-item__footer span:nth-of-type(4):before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.00001 1.83301C3.31998 1.83301 1.25001 3.7524 1.25001 5.99967C1.25001 6.80648 1.51182 7.56246 1.97082 8.206C2.06744 8.34146 2.09034 8.51611 2.03192 8.6719L1.53402 9.99964L3.41987 9.62247C3.52531 9.60138 3.63474 9.61485 3.73193 9.66087C4.44023 9.9963 5.2146 10.169 5.99831 10.1663L6.00001 10.1663C8.68003 10.1663 10.75 8.24695 10.75 5.99967C10.75 3.7524 8.68003 1.83301 6.00001 1.83301ZM0.250008 5.99967C0.250008 3.09262 2.8817 0.833008 6.00001 0.833008C9.11832 0.833008 11.75 3.09262 11.75 5.99967C11.75 8.90646 9.11879 11.1659 6.00086 11.1663C5.12453 11.1692 4.25802 10.9879 3.45733 10.6348L0.848066 11.1566C0.670046 11.1922 0.486715 11.1285 0.369108 10.9902C0.251501 10.8519 0.218098 10.6608 0.281843 10.4908L1.00518 8.56188C0.526657 7.80932 0.250008 6.93453 0.250008 5.99967ZM6.00086 11.1663C6.00058 11.1663 6.00029 11.1663 6.00001 11.1663V10.6663L6.00171 11.1663C6.00143 11.1663 6.00114 11.1663 6.00086 11.1663ZM3.16667 5.99967C3.16667 5.72353 3.39053 5.49967 3.66667 5.49967H3.67251C3.94865 5.49967 4.17251 5.72353 4.17251 5.99967C4.17251 6.27582 3.94865 6.49967 3.67251 6.49967H3.66667C3.39053 6.49967 3.16667 6.27582 3.16667 5.99967ZM5.50001 5.99967C5.50001 5.72353 5.72387 5.49967 6.00001 5.49967H6.00584C6.28198 5.49967 6.50584 5.72353 6.50584 5.99967C6.50584 6.27582 6.28198 6.49967 6.00584 6.49967H6.00001C5.72387 6.49967 5.50001 6.27582 5.50001 5.99967ZM7.83334 5.99967C7.83334 5.72353 8.0572 5.49967 8.33334 5.49967H8.33917C8.61532 5.49967 8.83917 5.72353 8.83917 5.99967C8.83917 6.27582 8.61532 6.49967 8.33917 6.49967H8.33334C8.0572 6.49967 7.83334 6.27582 7.83334 5.99967Z' fill='%23999EAB'/%3e%3c/svg%3e ");
}

.articles-section__pagination {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.articles-section__pagination a,
.articles-section__pagination span {
  font-size: 22px;
  color: #999eab;
  float: left;
  padding: 8px 8px;
  text-decoration: none;
}

.articles-section__pagination a svg,
.articles-section__pagination span svg {
  transform: scale(1.2);
}

.articles-section__pagination a.active {
  color: #f58634;
}

.stocks {
  padding-top: 50px;
}

.stocks__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.stocks__list .stocks__item {
  flex: 0 0 33.33%;
  padding: 15px;
}

.stocks__list .stocks__item-wrapper {
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 30px;
  box-shadow: 0px 10px 16px rgba(193, 198, 238, 0.25);
  border-radius: 5px;
}

.stocks__list .stocks__item-wrapper a {
  margin-top: auto;
}

.stocks__list .stocks__item-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 16px #d3d4d8;
}

.stocks__list .stocks__item-img {
  width: 100%;
  max-height: 200px;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

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

.stocks__list .stocks__item-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.stocks__list .stocks__item-desc {
  color: #999eab;
  margin-bottom: 30px;
}

.questions__title {
  margin-bottom: 30px;
}

.questions__list {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.questions__list .list-item {
  flex: 0 0 50%;
  margin-bottom: 30px;
}

.questions__list .question__title {
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #393d46;
  position: relative;
  margin-right: 30px;
}

.questions__list .question__title:before {
  transition: transform 0.3s ease;
  position: absolute;
  content: "";
  right: 1px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 13px;
  height: 2px;
  background-color: #999eab;
  border-radius: 3px;
}

.questions__list .question__title:after {
  transition: transform 0.3s ease, background-color 0.3s ease;
  position: absolute;
  content: "";
  right: 9px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 13px;
  height: 2px;
  background-color: #999eab;
  border-radius: 3px;
}

.questions__list .question__title.active:after {
  background-color: #f58634;
  transform: translateY(-50%) rotate(135deg);
}

.questions__list .question__title.active:before {
  background-color: #f58634;
  transform: translateY(-50%) rotate(-135deg);
}

.questions__list .question__content {
  padding-top: 10px;
  padding-right: 30px;
  display: none;
  color: #999eab;
  font-size: 14px;
}

.events__filters {
  padding: 20px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.products__list {
  padding-top: 20px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.products__list .list-item {
  padding: 15px;
  flex: 0 1 33.33%;
}

.products__list .product__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.products__list .product__wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 16px #d3d4d8;
}

.products__list .product__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.products__list .product__code {
  font-size: 15px;
  color: #999eab;
}

.products__list .product__nameplate {
  font-size: 14px;
  padding: 3px 7px;
  border-radius: 4px;
}

.products__list .list-item.orange .product__nameplate {
  border: 1px solid #f58634;
  color: #f58634;
}

.products__list .list-item.green .product__nameplate {
  border: 1px solid #a8cf45;
  color: #a8cf45;
}

.products__list .list-item.blue .product__nameplate {
  border: 1px solid #245990;
  color: #245990;
}

.products__list .product__img {
  margin-bottom: 30px;
  width: 100%;
  height: 197px;
  overflow: hidden;
  border-radius: 3px;
}

.products__list .product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.products__list .product__title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.products__list .product__desc {
  color: #999eab;
  margin-bottom: 10px;
}

.products__list .curent__price,
.products__list .old__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.products__list .curent__price {
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-left: 42px;
  color: #245990;
}

.products__list .curent__price span:first-child {
  color: #a8cf45;
}

.products__list .curent__price::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M250.61 1.37438C246.176 3.83138 245.573 6.40638 245.535 23.0574L245.5 38.6364L197.25 51.5224C155.413 62.6964 148.634 64.7684 146.25 67.1164C144.48 68.8604 143.5 70.8784 143.5 72.7834C143.5 74.4114 154.565 117.039 168.088 167.513L192.677 259.284L171.459 280.519L150.242 301.753L147.302 298.406C145.686 296.565 141.806 293.803 138.682 292.268L133 289.478H77.5C23.179 289.478 21.903 289.523 17.449 291.584C10.796 294.662 5.951 299.359 2.79 305.796L0 311.478V400.478C0 488.859 0.0149999 489.51 2.106 494.029C5.184 500.682 9.881 505.527 16.318 508.688L22 511.478H77.5H133L138.682 508.688C145.099 505.537 149.892 500.606 152.691 494.279C153.737 491.913 154.806 489.978 155.066 489.978C155.326 489.978 159.166 493.113 163.599 496.944C168.033 500.775 173.987 505.036 176.83 506.413C188.91 512.264 180.081 511.978 348.76 511.978C517.122 511.978 507.666 512.298 510.305 506.506C512.04 502.698 512.04 9.25838 510.305 5.45038C507.683 -0.305624 514.497 -0.0246245 378.3 0.0133755C276.215 0.0423755 252.557 0.294376 250.61 1.37438ZM491.5 255.978V491.978H455.893C422.389 491.978 420.326 491.875 420.966 490.228C423.581 483.496 423.606 472.521 421.022 465.876C420.508 464.553 421.429 464.166 426.293 463.657C438.646 462.366 448.96 454.962 454.076 443.712C456.396 438.612 456.907 436.114 456.888 429.978C456.873 425.324 456.252 421.071 455.251 418.77L453.637 415.062L458.967 412.622C465.824 409.483 472.01 403.255 475.352 396.126C477.567 391.402 478 389.084 478 381.957C478 374.364 477.646 372.717 474.75 366.834L471.5 360.233V295.661V231.09L469.248 228.472C464.083 222.467 454.734 224.874 452.54 232.773C451.891 235.109 451.509 257.197 451.506 292.527L451.5 348.576L448 348.168C446.075 347.943 444.505 347.696 444.511 347.619C444.517 347.541 445.192 345.269 446.011 342.569C448.014 335.966 447.886 331.44 445.477 323.639C442.918 315.353 435.897 307.298 427.768 303.321C422.849 300.914 420.7 300.523 410.362 300.154L398.568 299.734L404.292 296.034C420.089 285.824 428.748 266.711 425.68 248.821C422.124 228.084 406.394 212.354 385.657 208.798C354.757 203.499 326.096 232.205 331.312 263.228C333.6 276.842 341.383 288.714 352.897 296.156L358.81 299.978H332.155H305.5V204.947C305.5 115.33 305.6 109.882 307.25 109.331C323.188 104.011 335.43 92.2264 339.562 78.2284L340.817 73.9784H378.5H416.183L417.438 78.2284C421.57 92.2264 433.812 104.011 449.75 109.331C451.311 109.852 451.501 111.511 451.506 124.697C451.514 146.21 453.283 150.478 462.192 150.478C465.862 150.478 467.11 149.97 469.087 147.672C471.493 144.875 471.5 144.796 471.5 120.845V96.8244L468.577 93.9014C466.494 91.8184 464.678 90.9784 462.258 90.9784C448.037 90.9784 437.052 80.3934 434.997 64.7094C434.623 61.8574 433.428 58.8434 432.023 57.2094L429.673 54.4784H378.5H327.327L324.977 57.2094C323.572 58.8434 322.377 61.8574 322.003 64.7094C319.948 80.3934 308.963 90.9784 294.742 90.9784C292.322 90.9784 290.506 91.8184 288.423 93.9014L285.5 96.8244V198.401V299.978H275.5H265.5V159.978V19.9784H378.5H491.5V255.978ZM245.5 77.8904V96.8024L241.442 97.4884C239.21 97.8654 236.173 99.2164 234.692 100.49C232.064 102.752 232 103.076 232 114.143C232 124.622 231.799 125.818 229.339 129.978C225.631 136.25 221.97 139.445 215 142.494C208.179 145.477 205.554 148.207 205.522 152.349C205.506 154.416 239.095 281.386 244.113 298.228C244.586 299.813 243.689 299.978 234.606 299.978H224.577L223.612 296.228C223.08 294.166 220.803 285.278 218.55 276.478C216.297 267.678 214.007 259.431 213.463 258.15C212.47 255.817 166.903 86.1444 166.314 82.5854C166.035 80.9034 169.458 79.7624 197 72.3584C223.156 65.3264 244.25 59.5254 245.25 59.0874C245.387 59.0274 245.5 67.4884 245.5 77.8904ZM245.429 184.228L245.358 225.478L236.351 192.485L227.345 159.493L229.673 158.049C230.953 157.255 234.925 153.587 238.5 149.899C242.075 146.211 245.113 143.145 245.25 143.085C245.387 143.026 245.468 161.541 245.429 184.228ZM457.5 181.207C451.333 184.41 450.641 193.011 456.163 197.835C458.366 199.76 459.608 200.093 462.929 199.647C474.091 198.15 474.57 181.994 463.5 180.41C461.57 180.133 458.879 180.491 457.5 181.207ZM390.379 230.916C396.34 233.958 399.83 237.334 403.016 243.145C405.514 247.701 405.94 249.57 405.94 255.978C405.94 262.386 405.514 264.255 403.016 268.811C397.574 278.735 389.766 283.373 378.5 283.373C367.234 283.373 359.426 278.735 353.984 268.811C351.477 264.24 351.063 262.407 351.079 255.978C351.099 248.152 352.246 244.805 357.152 238.25C359.827 234.676 366.943 230.133 371.832 228.879C376.586 227.659 386.026 228.696 390.379 230.916ZM203.454 298.478C207 312.146 208.037 314.879 210.569 317.228L213.532 319.978L314.766 319.98C409.169 319.981 416.231 320.099 419.429 321.73C424.585 324.359 427 328.265 427 333.978C427 339.691 424.585 343.597 419.429 346.226C416.291 347.826 411.466 347.975 362.65 347.976L309.3 347.978L305.9 351.378C303.45 353.828 302.5 355.672 302.5 357.978C302.5 360.284 303.45 362.128 305.9 364.578L309.3 367.978L378.65 367.982C446.087 367.985 448.09 368.04 451.259 369.973C460.693 375.725 460.693 388.231 451.259 393.983C448.09 395.916 446.087 395.971 378.65 395.974L309.3 395.978L305.9 399.378C301.287 403.991 301.287 407.965 305.9 412.578L309.3 415.978L367.65 415.98C432.046 415.981 430.163 415.804 434.929 422.301C437.754 426.153 437.754 433.803 434.929 437.655C430.163 444.152 432.046 443.975 367.65 443.976L309.3 443.978L305.9 447.378C303.45 449.828 302.5 451.672 302.5 453.978C302.5 456.284 303.45 458.128 305.9 460.578L309.3 463.978H350.432C395.732 463.978 396.274 464.044 400.544 470.039C405.739 477.336 402.084 488.566 393.724 490.996C391.132 491.749 359.892 491.987 291 491.778C193.02 491.481 191.954 491.456 187.5 489.389C185.025 488.241 176.813 481.958 169.25 475.428L155.5 463.555V394.525V325.495L177.204 303.774C189.141 291.827 198.997 282.148 199.105 282.265C199.214 282.382 201.17 289.678 203.454 298.478ZM67.5 367.528C67.5 430.183 67.509 430.307 72.445 432.948C74.915 434.27 80.085 434.27 82.555 432.948C87.491 430.307 87.5 430.183 87.5 367.528V308.978H107.453C129.086 308.978 131.673 309.478 134.075 314.123C136.205 318.242 136.205 482.714 134.075 486.833C131.431 491.946 131.084 491.978 77.5 491.978C23.916 491.978 23.569 491.946 20.925 486.833C18.882 482.883 18.854 317.771 20.896 314.088C23.455 309.469 25.627 309.051 47.25 309.013L67.5 308.978V367.528ZM72.61 453.374C63.941 458.179 67.568 471.978 77.5 471.978C82.567 471.978 87.5 467.093 87.5 462.075C87.5 454.567 79.203 449.719 72.61 453.374Z' fill='%23393d46'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: contain;
}

.products__list .old__price {
  color: #999eab;
}

.products__list .old__price span:first-child {
  margin-right: 10px;
  font-weight: 700;
  text-decoration: line-through;
}

.products__list .product__price {
  margin-bottom: 30px;
}

.products__list .product__footer {
  margin-top: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.products__list .product__footer .product__link {
  flex: 0 0 48%;
  text-align: center;
  padding: 1em 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products__list .hot-offer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f58634;
  padding: 30px 70px;
}

.products__list .hot-offer {
  padding: 15px;
  color: #fff;
  flex: 0 0 100%;
}

.products__list .hot-offer .hot-offer__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.products__list .hot-offer__content {
  flex: 0 0 60%;
}

.products__list .hot-offer__img {
  max-width: 280px;
  width: 100%;
  max-height: 185px;
  height: 100%;
  flex: 0 0 40%;
  align-self: center;
  overflow: hidden;
}

.products__list .hot-offer__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.velcro-basket {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
  max-width: 600px;
  width: 100%;
  z-index: 999;
  position: fixed;
  transform: translateX(100%);
  bottom: 0;
  right: 0;
  top: 0;
  background: #ffffff;
}

.velcro-basket.show {
  box-shadow: 0px 10px 16px #d3d4d8;
  transform: translateX(0);
}

.velcro-basket.show .velcro-basket__nameplate {
  transform: rotate(0);
  top: 0px;
  left: 0px;
}

.velcro-basket.show .velcro-basket__nameplate::after {
  opacity: 1;
  right: -48px;
  transform: translateY(-50%) rotate(0);
}

.velcro-basket .velcro-basket__nameplate {
  transition: transform 0.3s ease 0.3s, left 0.3s ease 0.3s, top 0.3s ease 0.3s;
  cursor: pointer;
  height: 58px;
  width: 176px;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: -117px;
  top: 30vh;
  padding: 16px 32px 16px 72px;
  background-color: #f58634;
  transform: rotate(-90deg);
}

.velcro-basket .velcro-basket__nameplate:before {
  transition: transform 0.3s ease-in-out 0.3s;
  content: "";
  position: absolute;
  left: 35px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) rotate(90deg);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_277_5795)'%3e%3cpath d='M4.077 1.287C3.73944 1.56828 3.46795 1.92044 3.28181 2.31846C3.09568 2.71648 2.99946 3.15061 3 3.59L3 19.758L2.649 19.8C1.91942 19.886 1.24673 20.2366 0.758478 20.7855C0.270223 21.3344 0.000341708 22.0434 -5.34153e-08 22.778L-4.37114e-08 23C-3.21184e-08 23.2652 0.105357 23.5196 0.292893 23.7071C0.48043 23.8946 0.734784 24 1 24C1.26522 24 1.51957 23.8946 1.70711 23.7071C1.89464 23.5196 2 23.2652 2 23L2 22.778C2.00003 22.5331 2.08996 22.2967 2.25272 22.1136C2.41547 21.9306 2.63975 21.8137 2.883 21.785L14.583 20.409C15.7998 20.2661 16.9218 19.6815 17.736 18.7661C18.5502 17.8507 19 16.6681 19 15.443L19 5C19 4.73478 18.8946 4.48043 18.7071 4.29289C18.5196 4.10536 18.2652 4 18 4C17.7348 4 17.4804 4.10536 17.2929 4.29289C17.1054 4.48043 17 4.73478 17 5L17 15.443C16.9983 16.0619 16.8051 16.6652 16.4471 17.1701C16.089 17.6749 15.5835 18.0567 15 18.263L15 6.343C15.0001 5.17071 14.5882 4.03566 13.8364 3.13618C13.0846 2.23669 12.0407 1.62996 10.887 1.422L6.533 0.636999C6.10101 0.558641 5.65707 0.576253 5.23264 0.688581C4.80821 0.80091 4.41368 1.00521 4.077 1.287V1.287Z' fill='white'/%3e%3cpath d='M24.001 17C24.001 15.8954 23.1055 15 22.001 15C20.8964 15 20.001 15.8954 20.001 17C20.001 18.1046 20.8964 19 22.001 19C23.1055 19 24.001 18.1046 24.001 17Z' fill='white'/%3e%3cpath d='M24.001 7C24.001 5.89544 23.1055 5.00001 22.001 5.00001C20.8964 5.00001 20.001 5.89544 20.001 7C20.001 8.10457 20.8964 9 22.001 9C23.1055 9 24.001 8.10457 24.001 7Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_277_5795'%3e%3crect width='24' height='24' fill='white' transform='translate(0 24) rotate(-90)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  background-repeat: no-repeat;
}

.velcro-basket .velcro-basket__nameplate::after {
  transition: right 0.3s ease 0.6s, opacity 0.3s ease 0.6s, transform 0.3s ease-in-out 0.6s;
  position: absolute;
  opacity: 0;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L9 7.58579L16.2929 0.292893C16.6834 -0.0976311 17.3166 -0.0976311 17.7071 0.292893C18.0976 0.683417 18.0976 1.31658 17.7071 1.70711L10.4142 9L17.7071 16.2929C18.0976 16.6834 18.0976 17.3166 17.7071 17.7071C17.3166 18.0976 16.6834 18.0976 16.2929 17.7071L9 10.4142L1.70711 17.7071C1.31658 18.0976 0.683417 18.0976 0.292893 17.7071C-0.0976311 17.3166 -0.0976311 16.6834 0.292893 16.2929L7.58579 9L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='%23FF6600'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
}

.velcro-basket .velcro-basket__head {
  padding: 30px;
}

.velcro-basket .velcro-basket__item {
  min-height: 195px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 30px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.velcro-basket .velcro-basket__title {
  font-size: 24px;
  margin-bottom: 10px;
  color: transparent;
}

.velcro-basket .velcro-basket__desc {
  color: #999eab;
}

.velcro-basket .velcro-basket__list {
  overflow: auto;
  height: 100%;
}

.velcro-basket .list-item__img {
  margin-right: 10px;
  flex: 0 0 auto;
  max-width: 190px;
  width: 100%;
  height: auto;
  background-color: #b6aeae;
  border-radius: 3px;
  overflow: hidden;
}

.velcro-basket .list-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.velcro-basket .list-item__title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}

.velcro-basket .list-item__delete {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.velcro-basket .list-item__delete svg path {
  transition: fill 0.3s ease;
}

.velcro-basket .list-item__delete:hover svg path {
  fill: #f58634;
}

.velcro-basket .curent__price,
.velcro-basket .old__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.velcro-basket .curent__price {
  font-size: 24px;
  font-weight: 700;
  color: #245990;
}

.velcro-basket .curent__price span:first-child {
  margin-right: 10px;
  color: #a8cf45;
}

.velcro-basket .old__price {
  color: #999eab;
}

.velcro-basket .old__price :first-child {
  margin-right: 10px;
  font-weight: 700;
  text-decoration: line-through;
}

.velcro-basket .list-item__content {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.velcro-basket .velcro-basket__total-amount {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}

.velcro-basket .velcro-basket__total-amount span {
  color: #245990;
}

.velcro-basket .velcro-basket__total-amount span:first-child {
  color: #a8cf45;
  margin-right: 10px;
}

.velcro-basket .velcro-basket__head {
  border-bottom: 1px solid #e1e1e1;
}

.velcro-basket .velcro-basket__footer {
  margin-top: auto;
}

.velcro-basket .velcro-basket__footer-wrapper {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.velcro-basket .velcro-basket__clean {
  cursor: pointer;
  color: #9da3a5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
}

.velcro-basket .velcro-basket__clean span {
  transition: color 0.3s ease;
  margin-left: 10px;
}

.velcro-basket .velcro-basket__clean svg path {
  transition: fill 0.3s ease;
}

.velcro-basket .velcro-basket__clean:hover svg path {
  fill: #f58634;
}

.velcro-basket .velcro-basket__clean:hover span {
  color: #f58634;
}

.velcro-basket .velcro-basket__btns {
  padding: 15px 30px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.velcro-basket .velcro-basket__btns span {
  margin-top: 10px;
  font-size: 12px;
  color: #9da3a5;
}

.velcro-basket .velcro-basket__btn {
  text-align: center;
  flex: 0 0 40%;
}

.velcro-basket .velcro-basket__btn:nth-of-type(2) {
  margin-left: 30px;
}

.velcro-basket .velcro-basket__btn .btn {
  width: 100%;
}

.velcro-basket .velcro-basket__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.velcro-basket .fast-buy {
  padding: 30px 0;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.7s ease-in-out;
}

.velcro-basket .fast-buy.show {
  transform: translateX(0);
}

.velcro-basket .fast-buy__wrapper {
  height: 100%;
  padding: 0 30px;
}

.velcro-basket .fast-buy__title {
  font-size: 24px;
}

.velcro-basket .styles-inputs,
.velcro-basket .fast-buy__comment {
  background: #e1e1e1;
  margin-bottom: 20px;
}

.velcro-basket .fast-buy__comment {
  width: 100%;
  min-height: 150px;
}

.velcro-basket .transform-text {
  color: #9da3a5;
  resize: vertical;
}

.velcro-basket .custom__checkbox {
  margin-bottom: 20px;
}

.velcro-basket .fast-buy__head {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.velcro-basket .fast-buy__close {
  cursor: pointer;
  padding: 12px;
  transition: transform 0.3s ease-in-out;
}

.velcro-basket .fast-buy__close:hover {
  transform: scale(1.1) rotate(90deg);
}

.velcro-basket .fast-buy__btn {
  margin-top: 10px;
}

.product-page .product__code {
  color: #9da3a5;
  font-size: 14px;
}

.product-page .product {
  padding-top: 30px;
}

.product-page .product__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}

.product-page .product__img {
  transition: background-color 0.3s ease-in-out 0s;
  border-radius: 4px;
  flex: 0 0 45%;
  height: 329px;
  overflow: hidden;
  margin-right: 30px;
  height: 0;
  position: relative;
  padding-top: 26%;
}

.product-page .product__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-page .product__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product-page .product__nameplate {
  width: fit-content;
  font-size: 14px;
  padding: 3px 7px;
  border-radius: 4px;
  display: inline-flex;
}

.product-page .product.orange .product__nameplate {
  color: #f58634;
  border: 1px solid #f58634;
}

.product-page .product.green .product__nameplate {
  color: #a8cf45;
  border: 1px solid #a8cf45;
}

.product-page .product.blue .product__nameplate {
  color: #245990;
  border: 1px solid #245990;
}

.product-page .product__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.product-page .product__desc {
  color: #9da3a5;
  margin-bottom: 15px;
}

.product-page .curent__price,
.product-page .old__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-page .curent__price {
  font-size: 24px;
  font-weight: 700;
  color: #245990;
}

.product-page .curent__price span:first-child {
  margin-right: 10px;
  color: #a8cf45;
}

.product-page .old__price {
  color: #9da3a5;
}

.product-page .old__price span:first-child {
  margin-right: 10px;
  font-weight: 700;
  text-decoration: line-through;
}

.product-page .product__price {
  margin-bottom: 30px;
}

.product-page .product__footer .product__link:nth-of-type(1) {
  margin-right: 30px;
}

.product__specification .specification__title {
  font-size: 24px;
  margin-bottom: 10px;
}

.product__specification .specification__text {
  margin-bottom: 20px;
  color: #9da3a5;
}

.product__specification .specification__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.product__specification .specification__info {
  margin-right: 30px;
}

.product__specification .specification__question {
  display: flex;
  flex: 0 0 33%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 46px 0px 0px 0px;
}

.product__specification .question__text {
  padding: 0 30px;
}

.product__specification .question__img {
  margin-bottom: 30px;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

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

.product__specification .question__title {
  font-size: 24px;
}

.product__specification .question__desc {
  color: #9da3a5;
  margin-bottom: 30px;
}

.product__specification .question__link {
  width: 100%;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  width: 7px !important;
}

.basket-section {
  padding: 50px 0;
}

.basket-section__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.basket-section__block .col:first-child {
  flex: 0 0 66%;
}

.basket-section__block .col:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.basket-section__block .col:last-child a {
  flex: 0 0 auto;
  color: #9da3a5;
  position: relative;
  padding-left: 30px;
}

.basket-section__block .col:last-child a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 2C2.73478 2 2.48043 2.10536 2.29289 2.29289C2.10536 2.48043 2 2.73478 2 3V17C2 17.2652 2.10536 17.5196 2.29289 17.7071C2.48043 17.8946 2.73478 18 3 18H13C13.2652 18 13.5196 17.8946 13.7071 17.7071C13.8946 17.5196 14 17.2652 14 17L14 7.41421L13.9999 7.41411L8.58589 2.00011L8.58579 2H3ZM0.87868 0.87868C1.44129 0.31607 2.20435 0 3 0H8.586H8.58621C9.11655 0.000113308 9.62513 0.210861 10.0001 0.585893M10.0002 0.586L15.414 5.99979C15.414 5.99982 15.4141 5.99986 15.4141 5.99989C15.7891 6.37487 15.9999 6.88345 16 7.41379V7.414V17C16 17.7957 15.6839 18.5587 15.1213 19.1213C14.5587 19.6839 13.7957 20 13 20H3C2.20435 20 1.44129 19.6839 0.87868 19.1213C0.31607 18.5587 0 17.7957 0 17V3C0 2.20435 0.31607 1.44129 0.87868 0.87868M4 10C4 9.44771 4.44772 9 5 9H11C11.5523 9 12 9.44771 12 10C12 10.5523 11.5523 11 11 11H5C4.44772 11 4 10.5523 4 10ZM4 14C4 13.4477 4.44772 13 5 13H11C11.5523 13 12 13.4477 12 14C12 14.5523 11.5523 15 11 15H5C4.44772 15 4 14.5523 4 14Z' fill='%23999EAB'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.basket-section__block .basket-section__seal {
  margin-left: 50px;
}

.basket-section__block .basket-section__desc {
  color: #9da3a5;
}

.basket-section__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.basket-section__content .col:first-child {
  flex: 0 0 66%;
  border: 1px solid #e1e1e1;
  margin-right: 30px;
}

.basket-section__content .col:last-child {
  flex: 0 0 33%;
  border: 1px solid #e1e1e1;
  position: sticky;
  top: 30px;
}

.basket-section__head {
  display: flex;
  padding: 30px;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-between;
}

.basket-section__clean {
  border: none;
  background-color: transparent;
  color: #9da3a5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket-section__clean span {
  margin-left: 10px;
  transition: color 0.3s ease;
}

.basket-section__clean svg path {
  transition: fill 0.3s ease;
}

.basket-section__clean:hover svg path {
  fill: #f58634;
}

.basket-section__clean:hover span {
  color: #f58634;
}

.basket-section__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
}

.basket-section__item:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.basket-section__item .curent__price,
.basket-section__item .old__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.basket-section__item .curent__price span {
  font-weight: 700;
  font-size: 24px;
  color: #245990;
}

.basket-section__item .curent__price span:first-child {
  margin-right: 10px;
  color: #a8cf45;
}

.basket-section__item .old__price span {
  color: #9da3a5;
}

.basket-section__item .old__price span:first-child {
  font-weight: 700;
  margin-right: 10px;
  text-decoration: line-through;
}

.basket-section__item .list-item__wrapper {
  flex: 0 0 auto;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.basket-section__item .list-item__wrapper .list-item__delete {
  align-self: flex-end;
  border-radius: 50%;
  transition: box-shadow 0.3s ease, border 0.3s ease, transform 0.3s ease;
  border: 1px solid transparent;
}

.basket-section__item .list-item__wrapper .list-item__delete:hover {
  border: 1px solid rgba(34, 60, 80, 0.1);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.basket-section__item .list-item__wrapper .list-item__delete:active {
  box-shadow: 0px 1px 2px 0px rgba(34, 60, 80, 0.2);
  transform: translateY(3px);
}

.basket-section__item .list-item__img {
  animation: imageImpuls 2s ease infinite 0s;
  min-height: 136px;
  flex: 0 0 auto;
  margin-right: 30px;
  height: auto;
  width: 192px;
  overflow: hidden;
  border-radius: 4px;
}

.basket-section__item .list-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.basket-section__item .list-item__title {
  margin-bottom: 10px;
  font-weight: 799;
  font-size: 20px;
}

.basket-section__item .list-item__desc {
  color: #9da3a5;
}

.basket-section__item .list-item__info {
  margin-right: 30px;
}

.basket-section__item .list-item__delete {
  padding: 10px;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}

.basket-section__total-block {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.basket-section__total-block .total-block__btns {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.basket-section__total-block .total-block__btns .btn {
  width: 100%;
  text-align: center;
  margin: 5px 0;
}

.basket-section__total-block .total-block__price,
.basket-section__total-block .total-block__economy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-section__total-block .total-block__price {
  font-weight: 700;
  font-size: 24px;
}

.basket-section__total-block .total-block__price span:first-child {
  color: #a8cf45;
}

.basket-section__total-block .total-block__price span:last-child {
  color: #245990;
}

.basket-section__total-block .total-block__economy {
  color: #9da3a5;
  font-size: 16px;
}

.basket-section__total-block .total-block__economy span:last-child {
  margin-right: 16px;
  font-weight: 700;
  text-decoration: line-through;
}

.checkout-section {
  padding: 50px 0;
}

.checkout-section__link {
  color: #9da3a5;
}

.checkout-section__wrapper {
  margin: auto;
  padding-top: 10vh;
  padding-bottom: 15vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 850px;
  width: 100%;
  color: #393d46;
}

.checkout-section__info {
  margin-bottom: 20px;
}

.checkout-section__info strong {
  margin: 0 5px;
  display: inline;
}

.checkout-section__desc a {
  display: inline;
  margin: 0 5px;
  color: #245990;
}

.checkout-section__logo {
  width: 98px;
  height: 98px;
  overflow: hidden;
  margin-bottom: 40px;
}

.checkout-section__logo img,
.checkout-section__logo svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.clubs {
  padding: 50px 0px;
}

.clubs .clubs__list {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -15px;
  margin-left: -15px;
}

.clubs .clubs__list .list-item {
  flex: 0 0 33.33%;
  padding: 15px;
  align-self: stretch;
}

.clubs .clubs__list .list-item .item-desc {
  color: #9da3a5;
  margin-bottom: 15px;
}

.clubs .clubs__list .list-item__wrapper {
  height: 100%;
  border: 1px solid #e1e1e1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.clubs .list-item__img {
  transition: background-color 0.3s ease-in-out 0s;
  animation: imageImpuls 2s ease infinite 0s;
  border-radius: 4px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 30px;
}

.clubs .list-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.clubs .list-item__title {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 130%;
  font-size: 20px;
}

.clubs .list-item__benefits {
  margin-bottom: 30px;
}

.clubs .list-item__benefits li {
  color: #9da3a5;
  padding-left: 20px;
  position: relative;
}

.clubs .list-item__benefits li:not(:last-child) {
  margin-bottom: 5px;
}

.clubs .list-item__benefits li:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #9da3a5;
  height: 3px;
  width: 3px;
  border-radius: 50%;
}

.clubs .list-item__link {
  align-self: flex-start;
  margin-top: auto;
}

.clubs .list-item.question .list-item__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.clubs .list-item.question .list-item__img {
  animation: none;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.clubs .list-item.question .list-item__img img,
.clubs .list-item.question .list-item__img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.clubs .list-item.question .list-item__title {
  font-size: 24px;
  font-weight: 400;
}

.clubs .list-item.question .list-item__text {
  color: #9da3a5;
}

.clubs .list-item.question .list-item__link {
  margin: 30px auto 0;
  background-color: #245990;
  color: #fff;
}

.basket-section.ordering .pickup-block__implementation.hidden {
  display: none;
}

.basket-section.ordering .delivery-adress.hidden {
  display: none;
}

.basket-section.ordering .basket-section__total-block .total-block__btns {
  margin-top: 30px;
}

.basket-section.ordering .basket-section__delivery-method {
  margin-bottom: 30px;
}

.basket-section.ordering .adress__label {
  margin-top: 30px;
  margin-bottom: 50px;
}

.basket-section.ordering .adress__label span {
  color: #9da3a5;
  padding-left: 15px;
}

.basket-section.ordering .basket-section__content .col:first-child {
  border: none;
}

.basket-section.ordering .basket-section__buyer,
.basket-section.ordering .basket-section__delivery-method {
  padding: 30px;
  border: 1px solid #e1e1e1;
}

.basket-section.ordering .basket-section__buyer {
  margin-bottom: 30px;
}

.basket-section.ordering .buyer__head,
.basket-section.ordering .buyer__tabs-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.basket-section.ordering .buyer__head {
  margin-bottom: 30px;
}

.basket-section.ordering .standart__title {
  font-size: 24px;
}

.basket-section.ordering .buyer__tabs-btns {
  margin-left: 58px;
}

.basket-section.ordering .buyer__tabs-btns a {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
  color: #393d46;
}

.basket-section.ordering .buyer__tabs-btns a:first-child {
  margin-right: 30px;
}

.basket-section.ordering .buyer__tabs-btns a.active {
  border-bottom: 2px solid #f58634;
}

.basket-section.ordering .buyer__form {
  margin-left: -15px;
  margin-right: -15px;
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.basket-section.ordering .buyer__form.show {
  display: flex;
  animation: toOpas 0.3s ease forwards 0s;
}

.basket-section.ordering .buyer__form label {
  flex: 0 0 46%;
  margin: 0 15px 20px 15px;
}

.basket-section.ordering .buyer__form label span {
  color: #9da3a5;
  padding-left: 15px;
}

.basket-section.ordering .styles-inputs {
  background-color: #e1e1e1;
}

.basket-section.ordering .form-btn__wrapper {
  flex: 0 0 100%;
  padding-left: 15px;
  padding-top: 15px;
}

.basket-section.ordering .checkout-section__link {
  margin-bottom: 50px;
  margin-top: 10px;
}

.delivery-method__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 50px;
}

.delivery-method__label {
  padding: 15px;
  flex: 0 0 50%;
  position: relative;
}

.delivery-method__label:hover .delivery-method__item {
  box-shadow: 0px 0px 16px rgba(145, 146, 162, 0.4);
}

.delivery-method__label input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.delivery-method__label input:checked + .delivery-method__item {
  color: #fff;
  background: #245990;
}

.delivery-method__label input:checked + .delivery-method__item .price {
  color: #fff;
}

.delivery-method__item {
  border: 1px solid #e1e1e1;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.delivery-method__item .price {
  font-weight: 700;
  color: #245990;
  transition: color 0.3s ease-in-out;
}

.pickup-block {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 30px 0;
}

.pickup-block__list {
  flex: 0 0 50%;
  border: 1px solid #e1e1e1;
}

.pickup-block__list .list-item {
  border-bottom: 1px solid #e1e1e1;
}

.pickup-block__list .list-item label {
  padding: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pickup-block__list .list-item label input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.pickup-block__list .list-item label input:checked + .pickup-status {
  color: #fff;
  background-color: #a8cf45;
}

.pickup-block__list .list-item label input:checked + .pickup-status span:first-child {
  display: block;
}

.pickup-block__list .list-item label input:checked + .pickup-status span:last-child {
  display: none;
}

.pickup-block__list .list-item label .pickup-status {
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #a8cf45;
  padding: 4px 8px;
  border: 1px solid #a8cf45;
  border-radius: 4px;
}

.pickup-block__list .list-item label .pickup-status span:first-child {
  display: none;
}

.pickup-block__list .list-item label .pickup-status span:last-child {
  display: block;
}

.pickup-block__list .pickup-item {
  flex: 0 0 70%;
  margin-right: 20px;
  order: -1;
}

.pickup-block__list .pickup-item span {
  font-size: 14px;
  color: #9da3a5;
}

.pickup-block__list .pickup-item__title {
  margin-bottom: 9px;
}

.pickup-block__map {
  flex: 0 0 50%;
}

.pickup-block__map iframe {
  height: 100%;
  width: 100%;
}

.textarea-label span {
  padding-left: 15px;
  color: #9da3a5;
  font-size: 16px;
}

.textarea-label textarea {
  min-height: 150px;
}

.pay-variant__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}

.pay-variant__label-wrapper {
  transition: box-shadow 0.3s ease;
  position: relative;
}

.pay-variant__label-wrapper:hover {
  box-shadow: 0px 10px 16px #d3d4d8;
}

.basket-section__pay-variant {
  border: 1px solid #e1e1e1;
  padding: 30px;
}

.pay-variant__label {
  padding: 15px;
  flex: 0 0 50%;
}

.pay-variant__label input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.pay-variant__label input:checked + .pay-variant__item {
  color: #fff;
  background-color: #f58634;
}

.pay-variant__label input:checked + .pay-variant__item svg path {
  fill: #fff;
}

.pay-variant__label .pay-variant__item {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.pay-variant__label .pay-variant__item svg {
  margin-right: 15px;
}

.pay-variant__label .pay-variant__item svg path {
  transition: fill 0.3s ease;
  fill: red;
}

.promo-code {
  margin-top: 30px;
  margin-bottom: 30px;
}

.promo-code span {
  padding-left: 15px;
  color: #9da3a5;
}

.basket-section__total-block .delivery,
.basket-section__total-block .payment {
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.basket-section__total-block .delivery span,
.basket-section__total-block .payment span {
  margin-left: 10px;
  color: #245990;
}

.trainers-section__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: -60px;
}

.trainers-section__list .trainers-section__slide {
  flex: 0 0 49%;
  min-height: 310px;
  margin-bottom: 90px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.trainers-section.page .section__title {
  margin-bottom: 10px;
}

.trainers-section.page .main-page-desc {
  margin-bottom: 50px;
}

.reviews-section.page .main-page-desc {
  margin-bottom: 30px;
}

.reviews-section.page .reviews-section__slider-wrapper {
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
}

.reviews-section.page .reviews-section__slide {
  flex: 0 0 30%;
  margin: 1%;
}

.error-page {
  padding: 60px 0 100px;
}

.error-page__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.error-page__image {
  flex: 0 0 40%;
  width: 520px;
  height: 348px;
  overflow: hidden;
}

.error-page__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.error-page__title {
  font-size: 76px;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}

.error-page__desc {
  font-size: 18px;
  margin-bottom: 30px;
  color: #999eab;
}

.error-page__link {
  color: #393d46;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.error-page__link span {
  margin-right: 5px;
}

.header-content__block.fixed-head {
  z-index: 30;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 4px 32px rgba(60, 59, 82, 0.16);
  transform: translateY(-130%);
  transition: transform 0.4s ease;
}

.header-content__block.fixed-head .header__menu {
  color: #393d46;
}

.header-content__block.fixed-head .header__menu span {
  color: #393d46 !important;
}

.header-content__block.fixed-head.fixed {
  -webkit-transform: translateZ(0) translateY(0);
  transform: translateY(0) translateZ(0);
}

.galery-page {
  padding: 30px 0;
}

.galery-page__list {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}

.news-detail .galery-page__list-item .list-item__wrapper::before {
  transition: opacity 0.3s ease;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M53.3307 53.3327H42.6641M10.6641 21.3327V10.666V21.3327ZM10.6641 10.666H21.3307H10.6641ZM10.6641 10.666L23.9974 23.9993L10.6641 10.666ZM53.3307 21.3327V10.666V21.3327ZM53.3307 10.666H42.6641H53.3307ZM53.3307 10.666L39.9974 23.9993L53.3307 10.666ZM10.6641 42.666V53.3327V42.666ZM10.6641 53.3327H21.3307H10.6641ZM10.6641 53.3327L23.9974 39.9993L10.6641 53.3327ZM53.3307 53.3327L39.9974 39.9993L53.3307 53.3327ZM53.3307 53.3327V42.666V53.3327Z' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}

.news-detail .galery-page__list-item:nth-of-type(3n + 1) .list-item__wrapper::before {
  background-color: #f58634;
}

.news-detail .galery-page__list-item:nth-of-type(3n + 2) .list-item__wrapper::before {
  background-color: #a8cf45;
}

.news-detail .galery-page__list-item:nth-of-type(3n + 3) .list-item__wrapper::before {
  background-color: #245990;
}

.news-detail .galery-page__list-item:hover .list-item__wrapper::before {
  opacity: 0.9;
}

.galery-page__list-item {
  position: relative;
  cursor: pointer;
  padding: 15px;
  flex: 0 0 33.33%;
}

.galery-page__list-item .list-item__wrapper {
  overflow: hidden;
  height: 0;
  padding-top: 58%;
  position: relative;
}

.galery-page__list-item .list-item__wrapper::before {
  transition: opacity 0.3s ease;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M37.6569 37.6569C39.1571 36.1566 40 34.1217 40 32C40 29.8783 39.1571 27.8434 37.6569 26.3431C36.1566 24.8429 34.1217 24 32 24C29.8783 24 27.8434 24.8429 26.3431 26.3431C24.8429 27.8434 24 29.8783 24 32C24 34.1217 24.8429 36.1566 26.3431 37.6569C27.8434 39.1571 29.8783 40 32 40C34.1217 40 36.1566 39.1571 37.6569 37.6569Z' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6.55469 32.0007C9.95202 21.182 20.0614 13.334 32 13.334C43.9414 13.334 54.048 21.182 57.4454 32.0007C54.048 42.8193 43.9414 50.6673 32 50.6673C20.0614 50.6673 9.95202 42.8193 6.55469 32.0007Z' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}

.galery-page__list-item .list-item__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.galery-page__list-item .list-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galery-page__list-item .card-title {
  transition: background-color 0.3s ease;
  z-index: 2;
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  font-weight: 400;
}

.galery-page__list-item:nth-of-type(3n + 1) .card-title {
  background-color: #f58634 !important;
}

.galery-page__list-item:nth-of-type(3n + 1) .list-item__wrapper::before {
  background-color: #f58634;
}

.galery-page__list-item:nth-of-type(3n + 2) .card-title {
  background-color: #a8cf45 !important;
}

.galery-page__list-item:nth-of-type(3n + 2) .list-item__wrapper::before {
  background-color: #a8cf45;
}

.galery-page__list-item:nth-of-type(3n + 3) .card-title {
  background-color: #245990 !important;
}

.galery-page__list-item:nth-of-type(3n + 3) .list-item__wrapper::before {
  background-color: #245990;
}

.galery-page__list-item:hover .list-item__wrapper::before {
  opacity: 0.9;
}

.galery-page__list-item:hover .card-title {
  background-color: transparent !important;
}

.custom__checkbox a {
  display: inline;
  color: #f58634;
}

.photo-galery__link span {
  display: inline-block;
  text-transform: lowercase;
}

.programs-section__link span {
  display: inline-block;
  text-transform: lowercase;
}

.clubs-page .header.white {
  background: none;
}

.clubs-page .header__menu span {
  color: #fff;
}

.clubs-page .header__breadcrumbs li a {
  color: #fff;
}

.clubs-page .header__breadcrumbs li:last-child {
  color: #d1d1d1;
}

.clubs-page .decript {
  color: #fff;
  margin-bottom: 25px;
}

.trener-page .header__menu span {
  color: #393d46 !important;
}

.trener-page .decript {
  margin-bottom: 25px;
}

.programs-blocks__list li a {
  height: 100%;
}

.clubs__list li .list-item__wrapper .item-desc {
  margin-bottom: 15px;
}

.social-list .social-list__link {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  justify-content: flex-start;
}

.social-list .social-list__link .link-ico {
  margin-right: 15px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.social-list .social-list__link svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.social-list .social-list__link span {
  text-transform: uppercase;
  font-weight: bold;
}

.promotions-section__slide.home {
  color: #fff;
  background: #27272d;
  box-shadow: none;
  border-radius: 5px;
}

.promotions-section__slide.home .slide__content {
  height: 100%;
}

.promotions-section__slide.home .slide__desc {
  color: #fff;
}

.promotions-section__slide.home .slide__title {
  line-height: 120%;
  margin-bottom: 15px;
}

.promotions-section__slide.home a {
  margin-top: auto;
}

.stocks__item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-content__block.fixed .header__wrapper {
  flex-wrap: nowrap;
}

.header__nav {
  margin-left: 10px;
}

.header__nav .btn {
  flex: 0 0 auto;
}

.header__login img {
  margin-right: 10px !important;
}

.header__login span {
  display: block !important;
}

.useless__block {
  margin: 0 15px;
}

.header.white .useless__block-socials path {
  fill: #000;
}

body.clubs-page .useless__block-socials path {
  fill: #fff !important;
}

.useless__block-socials {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.useless__block-socials a {
  padding: 0px 10px;
}

.useless__block-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.useless__block-btn a {
  border-radius: 2px;
  padding: 6px 16px;
  font-size: 12px;
  color: #fff;
}

.useless__block .mobile-inst {
  display: none;
}

section:empty {
  display: none;
}

.benefits-section__list.swiper-wrapper {
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: 0;
}

.benefits-section__list.swiper-wrapper .list-item {
  padding: 0;
  flex: 0 0 auto;
  width: auto;
}

.benefits-section__list.swiper-wrapper .section__slider-nav {
  top: -90px;
}

.benefits-section__wrapper.swiper {
  overflow: visible;
}

.benefits-section {
  overflow: hidden;
}

.nav-menu__search {
  padding-top: 30px;
}

.nav-menu__search label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-search {
  border-radius: 8px;
  padding: 18px 25px;
  border: 1px solid transparent;
  background-color: #27272d;
  width: 95%;
  margin-right: 10px;
  color: #fff;
}

.search-btn {
  color: #fff;
  padding: 14px 20px;
  border: 1px solid transparent;
  background-color: #27272d;
  border-radius: 8px;
  height: 56px;
  width: 80px;
  overflow: hidden;
  cursor: pointer;
}

.search-btn svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-btn svg path {
  fill: #fff;
}

.nav-menu__item .nav-menu__title {
  pointer-events: none;
}

.nav-menu__search.white {
  padding-top: 0;
  margin: 20px 0;
}

.nav-menu__search.white .menu-search,
.nav-menu__search.white .search-btn {
  background-color: #fff;
  border: 1px solid rgba(39, 39, 45, 0.8);
  color: #27272d;
}

.nav-menu__search.white .search-btn svg path {
  fill: rgba(39, 39, 45, 0.8);
}

.modal-form-content {
  position: relative;
  border-radius: 5px;
  max-width: 800px !important;
  padding: 20px;
}

.modal-form-content .test-train .test-train__form .custom__checkbox span,
.modal-form-content .test-train .test-train__desc,
.modal-form-content .test-train .test-train__title,
.modal-form-content .test-train .icons-list__item span {
  color: #27272d !important;
}

.modal-form-content .test-train__content {
  padding-top: 0;
}

.modal-form-content .test-train .test-train__form .test-train__label span.fixed {
  color: #27272d !important;
}

.modal-form-content .modal__close {
  position: absolute;
  right: 0px;
  top: 0px;
}

.location__title a {
  color: #393d46;
}

body.gray .location__title a {
  color: #fff;
}

.location__adresses a {
  color: #fff;
}

.programs-blocks__list .list-item .list-item__title,
.trainers-section .trainer__name a,
.trainers-section .trainer__info a,
.trainers-section .trainer__info a .products__list .product__title a {
  color: #393d46;
}

body.white .location__adresses a {
  color: #393d46;
}

.footer__development .ym-advanced-informer {
  margin-left: auto;
  margin-top: 5px;
}

.nav-menu__col {
  display: flex;
  flex-direction: column;
}

.nav-menu__item-link {
  padding: 20px 40px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }

  .fancybox__slide {
    padding: 64px 100px;
  }

  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }

  .carousel__button.is-close {
    right: 40px;
  }

  .fancybox__toolbar {
    padding: 8px;
  }
}

@media (max-width: 1366px) {
  .header-content .header-content__bg {
    width: 50%;
  }

  .test-train,
  .about-section,
  .benefits-section,
  .program-setcion,
  .photo-galery,
  .programs-section,
  .personal-section,
  .subscriptions,
  .instagram-galery,
  .reviews-section {
    padding: 60px 0;
  }
}

@media (max-width: 1360px) {
  .personal-section__content .personal-section__imgs {
    padding-left: 50px;
  }

  .personal-section__content .personal-section__imgs .figures__box {
    right: 20%;
  }

  .personal-section__content .personal-section__imgs .figures__card {
    top: 210px;
    left: 15px;
  }
}

@media screen and (max-width: 1320px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .questions__list .list-item {
    flex: 0 0 100%;
  }

  .questions__list .question__title {
    line-height: 120%;
    margin-right: 0;
  }

  .shedule__block {
    flex: 0 0 32%;
  }

  .adresses__list .list__ittem {
    width: 46%;
  }

  #footer {
    padding-top: 30px;
  }

  #footer li {
    padding-right: 5px;
  }

  #footer .footer__wrapper {
    flex-wrap: wrap;
  }

  #footer .footer__col {
    flex: 0 0 25%;
  }

  #footer .footer__col.wide {
    flex: 0 0 75%;
  }

  .basket-section__item .list-item__img,
  .basket-section__content .col:first-child,
  .basket-section__item .list-item__info {
    margin-right: 15px;
  }

  .basket-section__block {
    flex-direction: column;
  }

  .basket-section__block .col:first-child {
    margin-bottom: 15px;
  }
}

@media (max-width: 1240px) {
  .benefits-section__list {
    flex-wrap: wrap;
  }

  .benefits-section__list .list-item {
    flex: 0 0 50%;
  }

  .subscriptions__slider .subscriptions__slide {
    width: 30%;
  }
}

@media (max-width: 1200px) {
  .reviews-section__slider .reviews-section__slide {
    width: 53%;
  }
}

@media (max-width: 1100px) {
  .test-train .test-train__content {
    padding-top: 0;
  }

  .test-train .icons-list__item:not(:last-child) {
    margin-right: 3%;
  }
}

@media (max-width: 1065px) {
  .products__list .hot-offer {
    order: -1;
  }

  .products__list .list-item {
    flex: 0 0 50%;
  }

  .products__list .hot-offer__wrapper {
    padding-right: 10px;
    padding-left: 30px;
  }

  .products__list .hot-offer .hot-offer__title {
    font-size: 26px;
    line-height: 120%;
  }
}

@media (max-width: 1024px) {
  .programs-blocks__list .list-item {
    flex: 0 0 33%;
  }

  .info-content .info-content__wrapper {
    align-items: flex-start;
  }

  .events__filters .categories__select:nth-of-type(1) .select__content {
    right: initial;
    left: 0;
  }

  .basket-section__content {
    flex-direction: column;
  }

  .basket-section__content .col:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .basket-section__content .col:last-child {
    align-self: flex-end;
    position: static;
    width: 40%;
  }
}

@media (max-width: 992px) {
  .downloads__list .list-item {
    width: 47%;
  }

  .trainers-section__list .trainers-section__slide {
    flex: 0 0 100%;
  }

  .reviews-section.page .reviews-section__slide {
    flex: 0 0 48%;
    margin: 1%;
  }

  .useless__block > * {
    display: none;
  }

  .useless__block {
    order: 3;
  }

  .header__menu {
    order: 4;
  }

  .mobile-inst {
    border-radius: 4px;
    display: flex !important;
    padding: 0.78em 1.2em;
    background: linear-gradient(60.64deg, #fbda81 0%, #f15735 25.52%, #e70262 53.65%, #a50ba3 77.6%, #3243ef 100%);
  }

  .nav-menu__item-link {
    order: 100;
  }
}

@media (max-width: 991.99px) {
  .rental__list .list-item {
    width: 100%;
  }

  .trainers-section__wrapper .section__title {
    margin-right: 0;
  }

  .trainers-section.tabs .trainers-section__slider .section__slider-nav {
    top: -96px;
  }

  .trainers-section__wrapper .section__title {
    flex: 0 0 100%;
  }

  .header__footer .main-screen__desc {
    display: none;
  }

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

  .header__footer-wrapper {
    transform: translateY(0);
  }

  .info-content__wrapper {
    flex-wrap: wrap;
  }

  .info-content .info-content__img {
    flex: 0 0 80%;
  }

  .info-content.reverse .info-content__img,
  .info-content .info-content__block {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .benefits-block__list .list__item {
    flex: 0 0 100%;
  }

  .date-component .date-component__title {
    font-size: 55px;
  }

  .date-components {
    flex-wrap: wrap;
  }

  .date-components .date-component {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .info-content .info-content__wrapper {
    justify-content: flex-start;
  }

  body.white .benefits-section,
  body.white .info-content,
  body.white .programs-blocks,
  body.white .benefits-block,
  body.white .downloads {
    padding: 25px 0;
  }

  .vacancies-section__list .list-item {
    width: 100%;
  }

  .vacancies-section__list {
    padding-top: 0px;
  }

  .articles-section__list .list-item {
    flex: 0 0 47%;
  }

  .info-content.reverse .info-content__img {
    position: static;
    top: 0;
  }
}

@media screen and (max-width: 980px) {
  .container {
    max-width: 768px;
  }
}

@media (max-width: 980px) {
  .header-content .header-content__bg {
    height: 90%;
  }

  .nav-menu__wrapper {
    flex-wrap: wrap;
  }

  .nav-menu__wrapper .nav-menu__col {
    flex: 0 0 100%;
  }

  .nav-menu__wrapper .nav-menu__col .nav-menu__item .nav-menu__title {
    padding-right: 35px;
  }

  .nav-menu__wrapper .nav-menu__col:nth-of-type(2) {
    order: 4;
  }

  .main__slider .slide__content-wrapper {
    flex: 0 0 100%;
  }

  .main__slider .slide__image {
    padding-left: 0;
    width: 100%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .slide__more__btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .slide__more__btns .btn:first-child {
    margin-bottom: 20px;
  }

  .header__breadcrumbs {
    display: none;
  }

  .header__schedule,
  .header__login {
    padding: 0.78em;
  }

  .header__schedule span,
  .header__login span {
    font-size: 12px;
  }

  .header__schedule img,
  .header__login img {
    margin: 0;
  }

  .main-screen__bg {
    height: 100%;
    max-height: 970px;
    min-height: inherit;
  }

  .header__menu {
    margin-left: 30px;
  }

  .main__slider {
    height: auto;
  }

  .main__slider .slide__content {
    padding-top: 923px;
  }

  .main__slider .slide__title {
    font-size: 90px;
    color: #fff;
    margin-bottom: 70px;
  }

  .slide__play-btn {
    top: 25%;
    left: 50%;
    right: inherit;
    transform: translate(-50%, -50%);
  }

  .main__slider-nav {
    position: absolute;
    left: 0;
    top: 800px;
    z-index: 2;
  }

  .shedule__block {
    flex: 0 0 48%;
  }

  .adresses {
    padding: 35px 0;
  }

  .porsonal__manage {
    flex-wrap: wrap;
  }

  .porsonal__manage .manage__tabs-btns {
    margin-bottom: 10px;
  }

  .porsonal__manage .manage__tabs-btns a {
    margin: 0;
    margin-right: 10px;
  }

  .personal-data__content label {
    flex: 0 0 50%;
  }

  .about-section__list .list__item {
    flex: 0 0 50%;
  }

  .main-screen__desc {
    right: inherit;
    left: 0px;
  }

  .main-screen__bg {
    position: absolute;
  }

  .test-train__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .test-train .test-train__img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .subscriptions__slider .subscriptions__slide {
    width: 40%;
  }

  .personal-section__content {
    flex-direction: column;
  }

  .personal-section__content .personal-section__imgs {
    padding-left: 0;
    order: -1;
  }

  .personal-section__content .personal-section__imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
  }

  .personal-section__content .personal-section__imgs .figures__box {
    right: 10%;
  }

  .personal-section__content .personal-section__imgs .figures__card {
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
  }

  body.white .main-screen__bg {
    height: 150vh;
  }

  body.white .club-section__play-btn {
    right: 0%;
  }

  .stocks__list .stocks__item {
    flex: 0 0 50%;
  }

  .events__filters {
    width: 100%;
  }

  .events__filters .categories__select {
    flex: 0 0 100%;
  }

  .events__filters .categories__select:nth-of-type(1) .select__content {
    right: 0;
    left: initial;
  }

  .events__filters .shedule__filters-categories {
    width: 100%;
  }

  .events__filters .categories__select .select__content {
    width: 100%;
  }

  .events__filters .categories__select:not(:last-child) {
    margin-bottom: 0;
  }

  .events__filters .categories__select .select__name {
    padding: 10px 25px 10px 5px;
  }

  .categories__select:not(:last-child) {
    margin-right: 0;
  }

  .products__list {
    padding-top: 0;
  }

  .product-page .product__img,
  .product__specification .specification__info {
    margin-right: 15px;
  }

  .product-page .product__wrapper {
    margin-bottom: 30px;
  }

  .clubs .clubs__list .list-item {
    flex: 0 0 50%;
  }

  .error-page__wrapper {
    flex-direction: column;
  }

  .error-page__image {
    order: -1;
    width: 100%;
    margin-bottom: 30px;
  }

  .galery-page__list-item {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }

  .container {
    max-width: 98%;
  }
}

@media (max-width: 768px) {
  .slide__more__btns {
    flex-direction: row;
    align-items: flex-start;
  }

  .slide__more__btns .btn:first-child {
    margin-bottom: 20px;
  }

  .main__slider .slide__title {
    font-size: 65px;
    margin-bottom: 40px;
  }

  .footer__wrapper-top-line {
    top: -20px;
  }

  #footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  #footer .footer__info {
    padding-top: 20px;
  }

  #footer .footer__col {
    flex: 0 0 50%;
  }

  #footer .footer__col.wide {
    order: 3;
    flex: 0 0 100%;
  }

  .shedule__filters-categories .categories__select:nth-child(1) .select__content {
    right: inherit;
    left: 0;
  }

  .main-page-desc {
    max-width: 100%;
  }

  .shedule__filters-date {
    margin-bottom: 10px;
  }

  .shedule__blocks-time {
    font-size: 2vw;
  }

  .adresses__list .list__ittem {
    width: 75%;
  }

  .my-subscription__wrapper {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .my-subscription__info {
    padding-top: 10px;
  }

  .manage__tabs-content .tabs-content__title {
    margin-bottom: 15px;
  }

  #personal {
    padding-bottom: 70px;
  }

  .purchase-history__list .purchase__status {
    flex: 0 0 auto;
    margin-left: 10px;
  }

  .manage__tabs-content {
    padding-top: 30px;
  }

  .my-subscription__img {
    margin-right: 0;
  }

  .photo-galery__slider .photo-galery__slide .img_wrap:not(:last-child) {
    margin-bottom: 15px;
  }

  .instagram-galery .instagram-galery__slide .post__content {
    padding: 15px;
  }

  .subscriptions__slider .subscriptions__slide {
    width: 50%;
  }

  .reviews-section__slider .reviews-section__slide {
    width: 80%;
  }

  .programs-blocks__list .list-item {
    flex: 0 0 50%;
  }

  body.white .club-section__content .club-section__play-btn {
    display: none;
  }

  .club-section .main-screen__desc {
    display: none;
  }

  .galery-section__wrapper {
    flex-direction: column;
  }

  .galery-section__wrapper .galery-section__slider,
  .galery-section__wrapper .galery-section__slider-thumbs {
    width: 100%;
    margin: 0;
  }

  .galery-section__wrapper .galery-section__slider {
    margin-bottom: 15px;
  }

  .galery-section__content {
    padding-top: 80%;
  }

  .galery-section__wrapper .galery-section__slider .swiper-slide .club-section__play-btn {
    transform: translate(-50%, -50%) scale(0.7);
  }

  .galery-section__wrapper .galery-section__slider .swiper-slide .swiper-slide__title {
    left: 15px;
    bottom: 15px;
    font-size: 24px;
  }

  .galery-section__wrapper .galery-section__slider .section__slider-nav {
    right: 15px;
    bottom: 15px;
  }

  .city-map__wrapper .city-map__contact .section__title {
    font-size: 38px;
    margin-bottom: 15px;
  }

  .city-map__wrapper .city-map__contact .location__title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .city-map__wrapper .city-map__contact .location__shedule span,
  .city-map__wrapper .city-map__contact .location__contacts a {
    font-size: 18px;
  }

  .stocks__list .stocks__item-wrapper {
    padding: 15px;
  }

  .stocks__list .stocks__item {
    padding: 7.5px;
  }

  .stocks__list {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .basket-section__content .col:last-child {
    align-self: center;
    width: 100%;
  }

  .basket-section__item {
    position: relative;
    flex-wrap: wrap;
  }

  .basket-section__item .list-item__wrapper {
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: flex-end;
  }

  .basket-section__item .list-item__wrapper .list-item__delete {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .basket-section__item .list-item__img {
    display: none;
  }

  .basket-section__item .list-item__info {
    margin-bottom: 10px;
  }

  .photo-galery__slider .photo-galery__slide {
    height: calc((100% - 15px) / 2) !important;
  }

  .error-page__title {
    font-size: 44px;
    text-align: center;
    margin-bottom: 15px;
  }

  .error-page__desc {
    text-align: center;
    margin-bottom: 15px;
  }

  .error-page__link {
    text-align: center;
    justify-content: center;
  }

  .error-page {
    padding: 30px 0 50px;
  }
}

@media (max-width: 767.9px) {
  .downloads__list .list-item {
    width: 100%;
  }

  .header-content .header-content__bg {
    width: 100%;
  }

  .header-content .header-content__bg:before {
    display: none;
  }

  .header-content .header-content__text {
    width: 100%;
    max-width: initial;
    padding: 10px 0 30px 0;
  }

  .header-content__wrapper {
    margin-top: 131vw;
  }

  .slide__more__btns .btn:first-child {
    margin-bottom: 0;
  }

  .slide__more__btns {
    align-items: flex-end;
  }

  .header-content .header-content__bg {
    height: 142vw;
  }

  .info-content .info-content__img {
    flex: 0 0 100%;
  }

  .benefits-block__list .list__item:last-child {
    margin-bottom: 0;
  }

  .date-components .date-component {
    padding-top: 25px;
  }

  .date-component .date-component__title,
  .date-component .date-component__figure {
    margin-bottom: 15px;
  }

  .rental__list .list-item__times {
    max-width: initial;
  }

  .trainers-section__wrapper .manage__tabs-btns .tabs-btn {
    margin: 0px 5px;
  }

  .vacancies-section__list,
  .downloads__list {
    margin-right: 0;
    margin-left: 0;
  }

  .vacancies-section__list .list-item {
    padding: 15px;
  }

  .trainers-section__wrapper {
    margin-bottom: 25px;
  }

  .trainers-section.tabs .trainers-section__slider .section__slider-nav {
    top: -75px;
  }

  .articles-section__list .list-item {
    flex: 0 0 100%;
    padding: 15px;
  }

  .articles-section__list {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 738px) {
  .products__list .list-item {
    flex: 0 0 90%;
  }

  .products__list {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  #footer .footer__info {
    flex-wrap: wrap;
  }

  .footer__info > div {
    flex: 0 0 100%;
    text-align: center;
  }

  .footer__info > div:not(:last-child) {
    margin-bottom: 10px;
  }

  #footer .footer__development {
    text-align: center;
  }

  #footer .footer__logo {
    margin: auto;
  }

  .footer__logo-wrapper {
    order: -1;
  }

  .footer__privacy a,
  .footer__development a {
    text-decoration: underline;
  }

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

  .footer__development .ym-advanced-informer {
    margin: auto;
  }

  .adresses__list {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .product-page .product__wrapper {
    flex-direction: column;
  }

  .product-page .product__img {
    padding-top: 56%;
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 30px;
    height: 200px;
    width: 100%;
  }

  .specification__wrapper {
    flex-direction: column;
  }

  .product__specification .specification__question {
    flex: 0 0 100%;
    width: 100%;
  }

  .product__specification .specification__info {
    margin-right: 0;
  }

  .clubs .clubs__list .list-item {
    flex: 0 0 100%;
  }

  .reviews-section.page .reviews-section__slide {
    flex: 0 0 100%;
    margin: 0%;
    margin-bottom: 15px;
  }

  .reviews-section__slider-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 650px) {
  .test-train .test-train__form .styles-inputs {
    max-width: inherit;
  }

  .test-train .test-train__icons-list {
    flex-wrap: wrap;
  }

  .test-train .icons-list__item {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .test-train .test-train__form .test-train__label {
    margin-right: 0;
    flex: 0 0 100%;
  }

  .test-train .test-train__form .test-train__btn {
    flex: 0 0 100%;
  }

  .test-train .test-train__title,
  .section__title {
    line-height: 120%;
  }

  .about-section__title {
    margin-bottom: 20px;
  }

  .subscriptions__slider .subscriptions__slide {
    width: 70%;
  }

  .instagram-galery .instagram-galery__slide {
    height: calc((100% - 15px) / 2);
  }

  .instagram-galery .instagram-galery__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

@media (max-width: 600px) {
  .velcro-basket .velcro-basket__btns {
    flex-direction: column;
  }

  .velcro-basket .velcro-basket__btn {
    flex: 0 0 100%;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }

  .velcro-basket .curent__price,
  .velcro-basket .velcro-basket__total-amount {
    font-size: 18px;
  }

  .velcro-basket .velcro-basket__item,
  .velcro-basket .velcro-basket__head,
  .velcro-basket .velcro-basket__footer-wrapper,
  .velcro-basket .velcro-basket__btns {
    padding: 15px;
  }

  .velcro-basket .fast-buy__wrapper {
    padding: 0 15px;
  }

  .velcro-basket .fast-buy {
    padding: 15px 0;
  }

  .velcro-basket .fast-buy__head {
    margin-bottom: 30px;
  }

  .velcro-basket .list-item__img {
    flex: 0 0 30%;
  }

  .velcro-basket .velcro-basket__item {
    min-height: initial;
  }

  .velcro-basket {
    border-radius: initial;
  }
}

@media (max-width: 580px) {
  .personal-section__content .personal-section__imgs .figures__box {
    right: -10px;
    width: 80%;
    top: -10px;
    display: none;
  }

  .personal-section__content .personal-section__imgs .figures__img {
    height: 350px;
  }

  .personal-section__content .personal-section__imgs .figures__card {
    top: 50px;
  }
}

@media (max-width: 576px) {
  .nav-menu__wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .nav-menu__wrapper .nav-menu__col {
    padding: 0;
  }

  .nav-menu .header__logo {
    justify-content: flex-start;
  }

  .nav-menu__item .nav-menu__item-ico,
  .nav-menu__item-list,
  .nav-menu__item .social-list {
    display: none;
  }

  .nav-menu__item .social-list {
    padding-top: 20px;
  }

  .nav-menu__item {
    padding: 15px;
    margin-bottom: 15px;
  }

  .nav-menu__item .nav-menu__title {
    margin-bottom: 0;
  }

  .nav-menu__item-list {
    padding-top: 20px;
  }

  .nav-menu .header__logo {
    max-width: 60%;
    padding-top: 20px;
  }

  .nav-menu .close-menu {
    padding: 0;
    right: 20px;
    top: 25px;
  }

  .nav-menu__item-head {
    position: relative;
  }

  .nav-menu__item-head:before {
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    right: 9px;
    top: 50%;
    height: 2px;
    width: 15px;
    border-radius: 3px;
    background-color: #fff;
  }

  .nav-menu__item-head:after {
    transition: transform 0.3s ease;
    transform: rotate(-45deg);
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    height: 2px;
    width: 15px;
    border-radius: 3px;
    background-color: #fff;
  }

  .nav-menu__item-head.open:before {
    transform: rotate(-45deg);
  }

  .nav-menu__item-head.open:after {
    transform: rotate(45deg);
  }

  .main__slider .slide__image {
    height: 200px;
    top: 20%;
  }

  .header__schedule {
    margin-left: 0 !important;
  }

  .header__wrapper {
    flex-wrap: wrap;
  }

  .header__logo {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .header__nav {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-start;
  }

  .header__menu {
    margin-left: auto;
  }

  .header__nav .btn {
    margin: 0 5px;
  }

  .useless__block {
    margin: 0 5px;
  }

  .header__nav .btn {
    padding: 0.78em 1.2em;
  }

  .main-screen__bg {
    max-height: 490px;
  }

  .slide__play-btn {
    top: 17%;
  }

  .main__slider .slide__content {
    padding-top: 400px;
  }

  .main__slider .slide__title {
    font-size: 10vw;
    margin-bottom: 30px;
  }

  .header-content__block {
    padding-top: 20px;
  }

  .main__slider-nav {
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
  }

  .adresses__list .list__ittem .location__btn {
    margin: auto;
    margin-top: 30px;
    width: 100%;
  }

  .city-map iframe {
    height: 45vh;
  }

  .adresses {
    padding: 25px 0;
  }

  .adresses__list .location__title {
    font-size: 5vw;
  }

  .adresses__list .location__shedule-title,
  .adresses__list .location__contacts-title {
    font-size: 4vw;
  }

  .adresses__list .social-list__link {
    justify-content: flex-end;
    font-size: 4vw;
  }

  .adresses__list .social-list__link .link-ico {
    margin-right: 0;
    order: 1;
    margin-left: 15px;
  }

  .location__contacts a,
  .location__shedule span {
    font-size: 4vw;
  }

  .adresses__list .list__ittem {
    width: 93%;
    padding: 15px;
    margin: 10px 0;
    text-align: center;
  }

  .adresses__list .list__ittem .location__title {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .adresses__list .list__ittem .location__shedule {
    margin-bottom: 15px;
  }

  .first-section {
    padding-top: 35px;
  }

  .shedule {
    margin-top: 25px;
    padding-bottom: 25px;
  }

  .shedule__block {
    flex: 0 0 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .categories__select .select__name::before {
    right: 5px;
  }

  .shedule__blocks {
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .shedule__blocks-time {
    margin-bottom: 5px;
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    font-size: 5.5vw;
    text-align: center;
    padding-bottom: 0;
  }

  .shedule__filters {
    margin-bottom: 25px;
  }

  .categories__select {
    position: static;
    flex: 0 0 100%;
    margin-right: 0 !important;
  }

  .categories__select:not(:last-child) {
    margin-bottom: 10px;
  }

  .categories__select .select__content {
    max-width: initial;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .main-page-title {
    font-size: 33px;
  }

  .photo-galery__slider .photo-galery__wrapper {
    height: 300px;
  }

  .photo-galery__slider .photo-galery__slide {
    height: 100% !important;
  }

  .header__schedule {
    margin-left: 0;
  }

  .purchase__status {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .purchase-history__list .list__item-purchase {
    padding: 15px;
  }

  .personal-data__content label {
    flex: 0 0 100%;
  }

  .my-subscription__data {
    margin-bottom: 15px;
  }

  .personal-data:not(:last-child) {
    margin-bottom: 20px;
  }

  .personal-data__submit__wrapper button {
    width: 100%;
  }

  #personal {
    padding-bottom: 40px;
  }

  .subscriptions__slider .subscriptions__slide {
    width: 90%;
  }

  .subscriptions__slider .subscriptions__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .program-setcion__wrapper {
    max-width: inherit;
  }

  .reviews-section__slider .reviews-section__slide {
    width: 90%;
    padding: 15px;
  }

  .instagram-galery .instagram-galery__wrapper {
    height: 90vw;
  }

  .instagram-galery .instagram-galery__slide {
    height: 100%;
  }

  .programs-section__slide.swiper-slide-active .slide__content {
    background: transparent;
  }

  .programs-blocks__list,
  .adresses__list,
  .benefits-section__list {
    margin-left: 0;
    margin-right: 0;
  }

  .city-map__wrapper .city-map__contact {
    display: none;
  }

  body.white .main-screen__bg {
    max-height: initial;
  }

  .club-section .club-section__content {
    padding-bottom: 5vh;
    padding-top: 5vh;
  }

  .club-section__title {
    font-size: 38px;
  }

  .programs-blocks__list .list-item {
    flex: 0 0 100%;
  }

  .trainers-section .trainer__info {
    padding-left: 0px;
    margin-right: 65px;
  }

  .trainers-section .trainer {
    padding: 20px;
  }

  body.white .section__title {
    margin-bottom: 50px;
  }

  .trainers-section__slider .section__slider-nav {
    top: -60px;
  }

  .promotions-section__slide.swiper-slide-active,
  .trainers-section .trainer.swiper-slide-active {
    transform: translateY(-10px);
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.16);
  }

  .galery-section__wrapper .galery-section__slider .swiper-slide .swiper-slide__title {
    left: 5px;
    bottom: initial;
    top: 5px;
    font-size: 18px;
  }

  .galery-section__wrapper .galery-section__slider .section__slider-nav {
    right: 5px;
    bottom: 5px;
  }

  .galery-section__content {
    padding-top: 79%;
  }

  .galery-section__wrapper .galery-section__slider-thumbs {
    height: 40%;
  }

  .galery-section__wrapper .galery-section__slider {
    margin-bottom: 5px;
  }

  .promotions-section__slide {
    padding: 15px;
  }

  .programs-blocks {
    padding-top: 50px;
  }

  body.white .section__title {
    margin-bottom: 15px;
  }

  .trainers-section,
  .galery-section,
  .subscriptions.white,
  body.white .shedule-section,
  .promotions-section {
    padding: 25px 0;
  }

  .galery-section__wrapper .galery-section__slider .swiper-slide .club-section__play-btn {
    transform: translate(-50%, -50%) scale(0.5);
  }

  body.white .section__title {
    margin-right: 20px;
  }

  .info-content.reverse .info-content__img {
    height: 75vw;
  }

  .slide__more__btns {
    flex-wrap: wrap;
  }

  .slide__more__btns .btn {
    margin: 10px 5px !important;
  }

  .header-content {
    min-height: initial;
  }

  .trainers-section__slider {
    margin-top: 30px;
  }

  .header__footer {
    height: 80px;
  }

  .socials__wrap {
    margin-right: 0;
    flex: 0 0 100%;
  }

  .socials__text {
    display: none;
  }

  .header__footer-wrapper,
  .header__footer-socials,
  .socials__wrap {
    justify-content: center;
  }

  .rental__list .tab-btn {
    margin-bottom: 15px;
  }

  .rental__list .list-item,
  .downloads__list .list-item {
    padding: 15px;
  }

  .header-content__wrapper {
    margin-top: 123vw;
  }

  .articles-section__list .list-item .nameplate,
  .articles-section__list .list-item__img,
  .articles-section__list .list-item__footer,
  .articles-section__list .list-item__desc {
    margin-bottom: 20px;
  }

  .articles-section__list .list-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .stocks__list {
    margin-right: 0;
    margin-left: 0;
  }

  .stocks__list .stocks__item {
    flex: 0 0 100%;
  }

  .products__list .list-item {
    flex: 0 0 100%;
  }

  .products__list .hot-offer__wrapper {
    position: relative;
  }

  .products__list .hot-offer__content {
    position: relative;
    z-index: 2;
    flex: 0 0 100%;
    padding-bottom: 170px;
  }

  .products__list .hot-offer__img {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
  }

  .basket-section__item,
  .basket-section__head,
  .basket-section__total-block,
  .products__list .product__wrapper {
    padding: 15px;
  }

  .basket-section__item .list-item__info {
    margin-right: 0;
  }

  .basket-section__item .list-item__title {
    margin-right: 30px;
  }

  .basket-section__block .col:last-child {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .basket-section__block .col:last-child a {
    margin-left: 0;
  }

  .basket-section__block .col:last-child a:not(:last-child) {
    margin-bottom: 15px;
  }

  .basket-section {
    padding-top: 35px;
  }

  .clubs .clubs__list .list-item__wrapper {
    padding: 15px;
  }

  .clubs .clubs__list .list-item {
    padding: 7.5px 0;
  }

  .clubs .clubs__list {
    margin-left: 0;
    margin-right: 0;
  }

  .trainers-section__list .trainers-section__slide {
    display: flex;
    flex-direction: column;
  }

  .trainers-section .trainer {
    flex-direction: column;
  }

  .trainers-section .trainer__img {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
  }

  .trainers-section__list {
    margin-bottom: 0px;
  }

  .trainers-section.page .main-page-desc {
    margin-bottom: 30px;
  }

  .header-content__block.fixed-head .header__schedule,
  .header-content__block.fixed-head .header__login {
    display: none;
  }

  .header-content__block.fixed-head .header__logo,
  .header-content__block.fixed-head .header__nav {
    flex: 0 0 50%;
    margin-bottom: 0;
  }

  .btn {
    padding: 1em 1em;
  }

  .galery-page__list-item {
    flex: 0 0 100%;
    padding: 10px 0;
  }

  .galery-page__list {
    margin-left: 0;
    margin-right: 0;
  }

  .header__nav {
    margin-left: 0;
  }

  .footer__logo-wrapper img {
    margin: auto;
  }

  .main__slider .slide__content {
    padding-top: 10px;
  }

  .slide__play-btn,
  .main__slider .slide__image img {
    display: none;
  }

  .main-screen {
    min-height: initial;
    padding-top: 30px;
  }

  .main-screen__bg {
    max-height: initial;
  }

  .main__slider .swiper-wrapper {
    padding-bottom: 80px;
  }

  .main__slider-nav {
    top: initial;
    bottom: 130px;
  }

  .main-screen__desc {
    position: static;
    order: 3;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
  }

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

  .slide__video {
    display: block;
  }

  .benefits-section__wrapper.swiper {
    margin-top: 60px;
  }
}

@media (max-width: 560px) {
  .test-train,
  .about-section,
  .benefits-section,
  .program-setcion,
  .photo-galery,
  .programs-section,
  .personal-section,
  .subscriptions,
  .instagram-galery,
  .reviews-section {
    padding: 30px 0;
  }

  .about-section__list .list__item {
    flex: 0 0 100%;
  }

  .about-section__list .list__item .list__item__img {
    margin-bottom: 15px;
  }

  .about-section__list .list__item {
    padding: 10px 0;
  }

  .about-section__list .list__item .list__item__title {
    margin-bottom: 0;
  }

  .programs-section__slide {
    width: 80%;
  }

  .section__slider-nav {
    top: -60px;
    width: 100px;
  }

  .photo-galery__title .photo-galery__link,
  .programs-section__title .programs-section__link,
  .instagram-galery .instagram-galery__title .instagram-galery__link,
  .reviews-section__title .reviews-section__link {
    margin-right: 100px;
    font-size: 22px;
    margin-top: 10px;
  }

  .section__title {
    margin-right: 30px;
  }

  .subscriptions__slide.subscription-item,
  .programs-section__slide,
  .reviews-section__slide {
    transform: scale(0.9) translateZ(0);
  }

  .subscriptions__slide.subscription-item.swiper-slide-active,
  .programs-section__slide.swiper-slide-active,
  .reviews-section__slide.swiper-slide-active {
    transform: scale(1) translateZ(0);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
  }

  .subscriptions__slider,
  .programs-section__slider,
  .reviews-section__slider {
    padding-top: 20px;
  }

  .benefits-section__list .list-item {
    flex: 0 0 100%;
  }

  .benefits-section__list .list-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .benefits-section__list .list-item__num,
  .benefits-section__list .list-item__title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .footer__wrapper-top-line {
    top: -15px;
  }

  #footer {
    padding-top: 15px;
  }

  #footer .footer__wrapper {
    padding-bottom: 20px;
  }

  #footer .footer__col.wide .footer__menu-list .menu-list__item {
    width: 100%;
  }

  .header-content__wrapper {
    margin-top: 113vw;
  }

  .product-page .product__footer .product__link:nth-of-type(1) {
    margin-right: 0;
  }

  .product-page .product__footer {
    justify-content: space-between;
    display: flex;
    align-items: stretch;
  }

  .velcro-basket .velcro-basket__nameplate {
    height: 40px;
    width: fit-content;
    left: -54px;
    padding: 16px 34px 16px 34px;
  }

  .velcro-basket .velcro-basket__nameplate span {
    display: none;
  }

  .velcro-basket .velcro-basket__nameplate:before {
    left: 22px;
  }

  .velcro-basket .velcro-basket__nameplate {
    top: 25vh;
  }

  .velcro-basket .velcro-basket__nameplate:before {
    transform: translateY(-50%) rotate(180deg);
  }

  .velcro-basket.show .velcro-basket__nameplate:before {
    transform: translateY(-50%) rotate(90deg);
  }

  .product-page .product__header,
  .product-page .product__img,
  .product-page .product__price,
  .product-page .product__wrapper {
    margin-bottom: 15px;
  }

  .first-section {
    padding-bottom: 10px;
  }
}

@media (max-width: 440px) {
  .mobile-inst,
  .header__nav .btn {
    padding: 0.58em 0.8em;
    font-size: 14px;
  }

  .header__schedule img,
  .header__login img {
    margin-right: 4px !important;
  }

  .header__nav .btn,
  .useless__block {
    margin: 0px 5px;
  }
}

@media (max-width: 420px) {
  .photo-galery__slider .photo-galery__slide .img_wrap {
    max-height: 237px;
  }

  .section__title {
    font-size: 33px;
  }
}

@media (max-width: 414px) {
  .products__list {
    margin-right: 0;
    margin-left: 0;
  }

  .products__list .list-item,
  .products__list .hot-offer {
    padding: 10px 0;
  }

  .products__list .hot-offer__wrapper,
  .products__list .product__wrapper {
    padding: 15px;
  }

  .products__list .product__header,
  .products__list .product__img,
  .products__list .product__price {
    margin-bottom: 15px;
  }
}

@media (max-width: 400px) {
  .reviews-section__slider .reviews-section__slide {
    width: 98%;
  }
}

@media screen and (max-width: 380px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 380px) {
  .shedule__filters-date label {
    margin-right: 0;
  }

  .shedule__filters-date,
  .shedule__filters-categories {
    justify-content: space-between;
    width: 100%;
  }

  .categories__select:not(:last-child) {
    margin-right: 0;
  }

  .categories__select .select__name {
    font-size: 14px;
  }

  #footer {
    padding-bottom: 10px;
  }

  .my-subscription__img {
    width: 100%;
  }

  .my-subscription__status {
    align-items: flex-start;
  }

  .my-subscription__extend {
    width: 100%;
    text-align: center;
  }

  .manage__tabs-content {
    padding-top: 15px;
  }

  .porsonal__manage .manage__tabs-btns a {
    font-size: 14px;
  }

  .main-page-title {
    font-size: 30px;
  }

  .programs-section__slide {
    width: 95%;
  }

  .test-train,
  .about-section,
  .benefits-section,
  .program-setcion,
  .programs-section,
  .personal-section {
    padding: 30px 0;
  }

  .subscriptions__slider .subscriptions__slide {
    padding: 15px;
    width: 95%;
  }

  .subscriptions__slider .curent__price {
    font-size: 20px;
  }

  .instagram-galery .instagram-galery__slide .post {
    height: 300px;
  }

  .programs-section__slide .slide__content {
    padding: 15px;
  }

  .velcro-basket .list-item__img {
    flex: 0 0 20%;
    margin: 0;
  }
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }

  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.club-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-telephone-what a{
	text-decoration: none;
	color: black;
	text-align: end;
	display: flex;
}
.header-telephone-what a:last-child{
	align-items: center;
	justify-content: end;
	gap: 5px;
}
.header-telephone-what-white a{
	color: white;
}
.header-telephone-what a[href^="tel:"] {
	font-size: 18px;
	font-weight: 700;
}
@media(min-width: 768px){
	.header-telephone-what {
	margin-left: auto;

}

}
@media(max-width: 768px){
.header-telephone-what{
	display: none;
}
}
.useless__block-btn a:last-child{
	width: 100%;
	text-align: center;
}