@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/museosanscyrl-700.woff2") format("woff2"), url("../fonts/museosanscyrl-700.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/museosanscyrl-700italic.woff2") format("woff2"), url("../fonts/museosanscyrl-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/museosanscyrl-100.woff2") format("woff2"), url("../fonts/museosanscyrl-100.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/museosanscyrl-100italic.woff2") format("woff2"), url("../fonts/museosanscyrl-100italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/museosanscyrl-300.woff2") format("woff2"), url("../fonts/museosanscyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/museosanscyrl-300italic.woff2") format("woff2"), url("../fonts/museosanscyrl-300italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/museosanscyrl-500.woff2") format("woff2"), url("../fonts/museosanscyrl-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/museosanscyrl-500italic.woff2") format("woff2"), url("../fonts/museosanscyrl-500italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/museosanscyrl-900.woff2") format("woff2"), url("../fonts/museosanscyrl-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/museosanscyrl-900italic.woff2") format("woff2"), url("../fonts/museosanscyrl-900italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body.compensate-for-scrollbar {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  max-height: calc(var(--vh, 1vh) * 50);
  overflow: auto;
  pointer-events: all;
  -webkit-overflow-scrolling: touch;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
  -webkit-overflow-scrolling: touch;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

/*!
 * justifiedGallery - v3.8.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}

.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}

.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}

.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
  -webkit-overflow-scrolling: touch;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

[data-animator] {
  opacity: 0;
  will-change: transform;
}

.animator {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: backwards;
  -webkit-transform: translateZ(0);
  will-change: transform;
  opacity: 1;
}

.animator-hide:not(.animatortrue) {
  opacity: 0;
}

.animator-i {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animator-s1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animator-s2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animator-s3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animator-s4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animator-s5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animator-s6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animator-s7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animator-s8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animator-s9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animator-s10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animator-s11 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.animator-s12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animator-s13 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.animator-s14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.animator-s15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animator-s16 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.animator-s17 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.animator-s18 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

@keyframes animator-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animator-fadeInDown {
  will-change: transform;
  transition: transform 2.25s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-name: animator-fadeInDown;
  animation-name: animator-fadeInDown;
}

@keyframes animator-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animator-fadeIn {
  transition: opacity 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-name: animator-fadeIn;
  animation-name: animator-fadeIn;
}

@keyframes animator-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animator-fadeInLeft {
  transition: transform 2.25s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-name: animator-fadeInLeft;
  animation-name: animator-fadeInLeft;
}

@keyframes animator-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animator-fadeInRight {
  transition: transform 2.25s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-name: animator-fadeInRight;
  animation-name: animator-fadeInRight;
}

@keyframes animator-fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animator-fadeInTop {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-name: animator-fadeInTop;
  animation-name: animator-fadeInTop;
}

/**
 * Swiper 8.3.2
 * 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: July 26, 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;
  -webkit-overflow-scrolling: touch;
}

.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;
  -webkit-overflow-scrolling: touch;
}

.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.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.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;
  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-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.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;
  -webkit-overflow-scrolling: touch;
}

.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-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

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

.swiper-scrollbar.swiper-scrollbar-vertical,
.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

.swiper-free-mode > .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;
  -webkit-overflow-scrolling: touch;
}

.swiper-cards {
  overflow: visible;
}

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

.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
  -webkit-transform-style: preserve-3d;
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

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

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  border-radius: var(--plyr-menu-radius, 4px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 4px;
  border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.main-svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  font-size: 0;
}

.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}

a.site-btn,
.site-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  background-size: auto 100%;
  padding: 0;
  color: #fff;
  border-radius: 26px;
}

a.site-btn:before,
.site-btn:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  background: url("../img/button-radius.png") 0 0 no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.site-btn:after,
.site-btn:after {
  content: "";
  position: absolute;
  left: 24px;
  width: 32px;
  top: 0;
  height: 1px;
  background: url("../img/button-border.png") 0 0 no-repeat;
}

a.site-btn:hover,
.site-btn:hover {
  background-color: #00b9d8;
  color: #fff;
}

a.site-btn.disabled,
.site-btn.disabled {
  cursor: default;
  pointer-events: none;
}

a.site-btn > span:not(.site-btn-icon),
.site-btn > span:not(.site-btn-icon) {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 18px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  position: relative;
}

a.site-btn > span:not(.site-btn-icon):before,
.site-btn > span:not(.site-btn-icon):before {
  content: "";
  position: absolute;
  right: 36%;
  width: 32px;
  bottom: 0;
  height: 1px;
  background: url("../img/button-border.png") 100% 0 no-repeat;
}

a.site-btn > span:not(.site-btn-icon):after,
.site-btn > span:not(.site-btn-icon):after {
  content: "";
  position: absolute;
  right: calc(36% + 30px);
  left: 24px;
  bottom: 0;
  height: 1px;
  background: #00b9d8;
}

a.site-btn .site-btn-icon,
.site-btn .site-btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 52px;
  height: 52px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
  background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
  border-radius: 100%;
}

a.site-btn .site-btn-icon:before,
.site-btn .site-btn-icon:before {
  content: "";
  position: absolute;
  left: -32px;
  width: 32px;
  top: 0;
  height: 1px;
  background: url("../img/button-border.png") 100% 0 no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.site-btn .site-btn-icon:after,
.site-btn .site-btn-icon:after {
  content: "";
  position: absolute;
  right: 24px;
  left: -2px;
  top: 0;
  height: 1px;
  background: #00b9d8;
}

a.site-btn .site-btn-icon.arr-top img,
.site-btn .site-btn-icon.arr-top img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

a.site-btn .site-btn-icon img,
.site-btn .site-btn-icon img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 50%;
  max-height: 50%;
}

a.site-btn .site-btn-icon > span,
.site-btn .site-btn-icon > span {
  position: absolute;
  left: -10px;
  right: 10px;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
  background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
  opacity: 0.6;
}

a.site-btn .site-btn-icon > span:before,
.site-btn .site-btn-icon > span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
  background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
  margin-left: -10px;
  opacity: 0.2;
}

a.site-btn .site-btn-icon > span:after,
.site-btn .site-btn-icon > span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
  background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
  margin-left: -20px;
  opacity: 0.1;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=time],
input[type=search],
input[type=number],
textarea {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0099b9;
  background: none;
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
  border-radius: 10px;
  height: 60px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus {
  outline: 1px solid #0099b9;
}

input[type=text].error,
input[type=password].error,
input[type=email].error,
input[type=tel].error,
input[type=time].error,
input[type=search].error,
input[type=number].error,
textarea.error {
  border-color: #cc3c3c;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #f00;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #f00;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #f00;
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #f00;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #f00;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  height: auto;
  padding: 18px 40px;
}

.site-input {
  position: relative;
  display: block;
}

.site-input input::-webkit-input-placeholder {
  color: transparent !important;
}

.site-input input::-moz-placeholder {
  color: transparent !important;
}

.site-input input:-ms-input-placeholder {
  color: transparent !important;
}

.site-input input::-ms-input-placeholder {
  color: transparent !important;
}

.site-input input::placeholder {
  color: transparent !important;
}

.site-input input.focus + .site-input-title,
.site-input input:focus + .site-input-title {
  font-size: 10px;
  margin-top: -15px;
  margin-left: -20px;
}

.site-input input[type=time] {
  font-size: 0;
}

.site-input input[type=time].focus,
.site-input input[type=time]:focus {
  font-size: 10px;
}

.site-input-title {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-54%);
  transform: translateY(-54%);
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0.5;
}

.site-input-title sup {
  color: #f00;
}

.site-radio {
  position: relative;
  cursor: pointer;
  display: block;
  margin: 0 0 10px;
}

.site-radio input[type=radio],
.site-radio input[type=checkbox] {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.site-radio input[type=radio]:checked ~ span:after,
.site-radio input[type=checkbox]:checked ~ span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
}

.site-radio input[type=radio]:checked ~ span:before,
.site-radio input[type=checkbox]:checked ~ span:before {
  border-width: 2px;
}

.site-radio input[type=radio] ~ span,
.site-radio input[type=checkbox] ~ span {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  padding-left: 35px;
}

.site-radio input[type=radio] ~ span:before,
.site-radio input[type=checkbox] ~ span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #00bbe4;
}

.site-privace {
  color: #808080;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  position: relative;
}

.site-privace input[type=radio],
.site-privace input[type=checkbox] {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.site-privace input[type=radio]:checked ~ span:after,
.site-privace input[type=checkbox]:checked ~ span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg fill='%230099b9' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px'%3E%3Cpath d='M 41.9375 8.625 C 41.273438 8.648438 40.664063 9 40.3125 9.5625 L 21.5 38.34375 L 9.3125 27.8125 C 8.789063 27.269531 8.003906 27.066406 7.28125 27.292969 C 6.5625 27.515625 6.027344 28.125 5.902344 28.867188 C 5.777344 29.613281 6.078125 30.363281 6.6875 30.8125 L 20.625 42.875 C 21.0625 43.246094 21.640625 43.410156 22.207031 43.328125 C 22.777344 43.242188 23.28125 42.917969 23.59375 42.4375 L 43.6875 11.75 C 44.117188 11.121094 44.152344 10.308594 43.78125 9.644531 C 43.410156 8.984375 42.695313 8.589844 41.9375 8.625 Z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 110% auto;
}

.site-privace input[type=radio] ~ span,
.site-privace input[type=checkbox] ~ span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}

.site-privace input[type=radio] ~ span:before,
.site-privace input[type=checkbox] ~ span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.site-privace a {
  color: #0099b9;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #0099b9;
  background: none;
  border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.5);
  line-height: 48px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0099b9 transparent transparent transparent;
  border-width: 8px 5px 0 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0099b9 transparent;
  border-width: 0 5px 8px 5px;
}

.select2-dropdown {
  background: #001115;
  border-color: #0099b9;
}

.select2-container--default .select2-results__option--selected {
  background: #0099b9;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: #001115;
  border-color: #0099b9;
}

.app__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.app__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.accessory-block {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.accessory-block__title {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0099b9;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 90px;
}

.accessory-block__backto {
  text-align: center;
  margin-bottom: 50px;
}

.accessory-block__backto a {
  display: inline-block;
  text-decoration: none;
  padding-left: 60px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  background: url("../img/back-icon.png") 0 0 no-repeat;
  background-size: 40px 40px;
}

.accessory-block__backto a span {
  display: block;
  font-size: 12px;
}

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

.accessory-block__body-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-contnet: space-between;
}

.accessory-block__body-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.accessory-block__images-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  max-widht: 440px;
  margin-right: 20px;
}

.accessory-block__price-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
}

.accessory-block__price {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}

.accessory-block__price span {
  font-size: 20px;
  font-weight: 500;
}

.accessory-block__price p {
  margin: 0 0 20px;
  color: #818181;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.accessory-block__button-box {
  margin-bottom: 25px;
}

.accessory-block__button-box button {
  margin-bottom: 20px;
}

.accessory-block__button-box button:last-child {
  margin-bottom: 0;
}

.accessory-block__params {
  margin-bottom: 40px;
}

.accessory-block__params ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.accessory-block__params ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.accessory-block__params ul > li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  margin-right: 20px;
  font-weight: 500;
  color: #848484;
}

.accessory-block__description {
  font-size: 14px;
  font-weight: 100;
}

.accessory-block__description p {
  margin: 0 0 20px;
}

.cart-block {
  max-width: 1160px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.cart-block__title {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0099b9;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

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

.cart-block__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-right: 40px;
}

.cart-block__ordering {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
}

.cart-block__product-item {
  border-bottom: 1px solid rgba(47, 181, 214, 0.2);
}

.cart-block__product-list {
  margin-bottom: 40px;
}

.cart-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cart-block__bottom-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}

.cart-block__price {
  margin-bottom: 30px;
}

.cart-block__price-title {
  display: inline-block;
  color: #828282;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
}

.cart-block__price-body {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.cart-block__price-body span {
  font-size: 24px;
  font-weight: 300;
}

.cart-block__button-buy {
  margin-bottom: 25px;
}

.cart-block__ordering-type {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(47, 181, 214, 0.4);
}

.cart-block__ordering-title {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 35px;
}

.cart-block__ordering-group {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 5px;
}

.cart-block__ordering-group:not(.active) .cart-block__ordering-body {
  display: none;
}

.cart-block__ordering-group.active {
  border-color: #2fb5d6;
  padding: 15px 10px;
  margin-bottom: 10px;
}

.cart-block__ordering-group .select2-container .select2-selection--single {
  height: 34px;
}

.cart-block__ordering-group .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
}

.cart-block__ordering-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  padding-left: 10px;
}

.cart-block__ordering-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.cart-block__ordering-group .select2-container--default .select2-selection--single {
  background: rgba(62, 154, 209, 0.1);
}

.cart-block__ordering-group input[type=text],
.cart-block__ordering-group input[type=password],
.cart-block__ordering-group input[type=email],
.cart-block__ordering-group input[type=tel],
.cart-block__ordering-group input[type=time],
.cart-block__ordering-group input[type=search],
.cart-block__ordering-group input[type=number],
.cart-block__ordering-group textarea {
  background: rgba(62, 154, 209, 0.1);
  border: none;
  border-radius: 0;
  height: 34px;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 12px;
}

.cart-block__ordering-group .site-input-title {
  left: 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}

.cart-block__ordering-group .site-input input.focus + .site-input-title,
.cart-block__ordering-group .site-input input:focus + .site-input-title {
  opacity: 0;
}

.cart-block__ordering-group .site-radio:last-child {
  margin-bottom: 0;
}

.cart-block__input-item {
  margin-bottom: 5px;
}

.cart-block__product-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 30px;
}

.cart-block__product-head-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-block__product-head-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-block__product-head-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin-right: 20px;
}

.cart-block__product-head-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.cart-block__product-head-delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.cart-block__product-head-total-price,
.cart-block__product-head-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 120px;
  flex: 0 1 120px;
}

.cart-block__product-head-quantity {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 10px;
}

.cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
}

.cart-product__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-product__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-product__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin-right: 20px;
}

.cart-product__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  color: #26b7cb;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.cart-product__delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  line-height: 1;
  font-size: 0;
}

.cart-product__delete > a {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  color: #f93f14;
  font-size: 32px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  line-height: 1;
  text-align: center;
}

.cart-product__total-price,
.cart-product__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 120px;
  flex: 0 1 120px;
  color: #2fb5d6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.cart-product__total-price span,
.cart-product__price span {
  font-size: 14px;
}

.cart-product__quantity {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 10px -15px;
}

.contacts-block {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-block__top {
  margin-bottom: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contacts-block__bottom {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 400px;
  flex: 1 0 400px;
  position: relative;
}

.contacts-block__bottom-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 30, 36, 0.8)), to(rgba(0, 40, 48, 0.5)));
  background-image: linear-gradient(to top, rgba(0, 30, 36, 0.8) 0%, rgba(0, 40, 48, 0.5) 100%);
  margin-left: -80px;
}

.contacts-block__bottom-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contacts-block__bottom-content-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-block__bottom-content-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-block__bottom-content-middle {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  text-align: center;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts-block__bottom-content-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 25px;
}

.contacts-block__address {
  color: #0099b9;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}

.contacts-block__phone {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.contacts-block__phone a {
  color: #fff;
  text-decoration: none;
}

.contacts-block__disign-copyright {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.contacts-block__disign-copyright a {
  color: #00bbe4;
}

.contacts-block__copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}

.contacts-block__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-block__social-title {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin: 10px 20px 10px 0;
}

.contacts-block__social-body {
  font-size: 0;
  line-height: 1;
}

.contacts-block__social-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  color: #0099b9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contacts-block__social-item:hover {
  color: #fff;
}

.contacts-block__social-item .svg-icon {
  width: 30px;
  height: 30px;
}

.contacts-block__social-item img {
  max-height: 30px;
}

.contacts-block__map {
  background: #171e21;
  height: 100%;
  margin-left: -80px;
}

.contacts-block__inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 140px 0 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-block__title {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0099b9;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  margin-bottom: 80px;
}

.contacts-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-block__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  padding-right: 20px;
}

.contacts-block__item-name {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contacts-block__item-body {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.contacts-block__item-body a {
  text-decoration: none;
  color: #fff;
}

.contacts-block__item-body p {
  font-weight: 300;
  font-size: 16px;
}

.gallery-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-block.moregallery .gallery-block__more-content {
  display: block;
}

.gallery-block.moregallery .gallery-block__inner {
  display: none;
}

.gallery-block__more-content {
  display: none;
  width: 100%;
  max-height: 100%;
  padding: 170px 0 20px;
}

.gallery-block__more-content-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  text-align: center;
  z-index: 2;
}

.gallery-block__back-to {
  display: inline-block;
  text-decoration: none;
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 50px;
  background: url("../img/back-icon.png") 0 0 no-repeat;
  background-size: 40px 40px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block__back-to span {
  display: block;
  font-size: 18px;
}

.gallery-block__back-to:hover {
  opacity: 1;
}

.gallery-block__inner {
  position: relative;
  width: 100%;
  padding: 150px 20px 20px;
  margin: 0 auto;
}

.gallery-block__title {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0099b9;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  margin-bottom: 80px;
}

.gallery-block__content {
  max-width: 1480px;
  margin: 0 auto;
}

.gallery-block__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
}

.gallery-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -ms-flex-preferred-size: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 40px;
}

.gallery-block__categor {
  display: block;
  text-decoration: none;
  max-width: 215px;
  width: 100%;
  margin: 0 auto;
}

.gallery-block__categor:hover .gallery-block__categor-image:after {
  opacity: 1;
  visibility: visible;
}

.gallery-block__categor-image {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.gallery-block__categor-image:after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: url("../img/gallery-hover.png") 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block__categor-image:before {
  content: "";
  display: block;
  padding-top: 60%;
}

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

.gallery-block__categor-name {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.gallery-block .swiper-button-next {
  top: 50%;
  right: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0 0 0 68px;
  background-size: 54px auto;
  width: 150px;
  height: auto;
  min-height: 54px;
  text-align: left;
  z-index: 1;
}

.gallery-block .swiper-button-next:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
  background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
  border-radius: 100%;
}

.gallery-block .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background: url("../img/arrow-icon.svg") 50% 50% no-repeat;
  background-size: 50% 50%;
}

.gallery-block .swiper-pagination {
  display: none;
}

.gallery-block .swiper-pagination-bullet {
  background: #fff;
}

.gallery-block .swiper-pagination-item {
  display: none;
}

.gallery-images-all {
  position: relative;
  margin: 20px 0;
}

.gallery-images-all__content {
  overflow: visible;
}

.gallery-images-all__item {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-images-all__item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 45px 4px rgba(0, 153, 185, 0.5);
  box-shadow: 0 0 45px 4px rgba(0, 153, 185, 0.5);
  z-index: 1;
}

.hero-block {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-block__inner {
  position: relative;
  max-width: 1300px;
  padding: 0 20px 80px;
  width: 100%;
  margin: 0 auto;
}

.hero-block__tab-videos {
  position: absolute;
  right: 0;
  top: 50%;
  max-height: 60vh;
  max-height: calc(var(--vh, 1vh) * 60);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 2;
}

.hero-block__videos-item {
  position: relative;
  width: 180px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.hero-block__videos-item:last-child {
  margin-bottom: 0;
}

.hero-block__videos-item:hover {
  width: 220px;
}

.hero-block__videos-item:hover .hero-block__videos-image {
  opacity: 1;
}

.hero-block__videos-item:hover .hero-block__videos-image:after,
.hero-block__videos-item:hover .hero-block__videos-image:before {
  width: 32px;
  height: 32px;
}

.hero-block__videos-item:hover .hero-block__videos-icon {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.hero-block__videos-item:hover .hero-block__videos-content span {
  border-color: #0099b9;
  color: #0099b9;
}

.hero-block__videos-item.active {
  cursor: default;
}

.hero-block__videos-item.active:before {
  display: none;
}

.hero-block__videos-item.active .hero-block__videos-image {
  opacity: 1;
}

.hero-block__videos-item.active .hero-block__videos-icon {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.hero-block__videos-item.active .hero-block__videos-content span {
  border-color: #0099b9;
  color: #0099b9;
}

.hero-block__videos-item:after {
  content: "";
  display: block;
  padding-top: 154%;
}

.hero-block__videos-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 61, 74, 0.35)), color-stop(30%, rgba(0, 61, 74, 0.49)), color-stop(60%, rgba(0, 4, 6, 0.7)));
  background-image: linear-gradient(to right, rgba(0, 61, 74, 0.35) 0%, rgba(0, 61, 74, 0.49) 30%, rgba(0, 4, 6, 0.7) 60%);
  z-index: 1;
}

.hero-block__videos-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.hero-block__videos-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-block__videos-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-block__videos-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-block__videos-content {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: -35px;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 1;
}

.hero-block__videos-content > span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 1.9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hero-block__videos-icon {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  margin-right: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
  background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
  border-radius: 100%;
  opacity: 0.5;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hero-block__videos-icon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/arrow-icon.svg") 50% 50% no-repeat;
  background-size: 50% 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero-block__slider-list:not(.swiper-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.hero-block__slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.hero-block__slider-item:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.hero-block__slider-item-title {
  color: #0099b9;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 25px;
}

.hero-block__slider-item-title span {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-block__slider-item-body {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.hero-block__slider-item-body span {
  -webkit-transition-delay: 0.8;
  transition-delay: 0.8;
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-block__slider-item-logo {
  margin-right: 50px;
}

.hero-block .swiper-slide-active .hero-block__slider-item-body span {
  opacity: 1;
  -webkit-transition-delay: 0.8;
  transition-delay: 0.8;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.hero-block .swiper-slide-active .hero-block__slider-item-title span {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.hero-block .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.hero-block .swiper-pagination:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-block .swiper-pagination-bullet {
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  background: none;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  opacity: 1;
  position: relative;
}

.hero-block .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  left: -4px;
  right: -4px;
  -webkit-transition: right 5s ease;
  transition: right 5s ease;
}

.hero-block .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-title {
  opacity: 1;
}

.hero-block .swiper-pagination-bullet:first-child:before {
  display: none;
}

.hero-block .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  z-index: 1;
}

.hero-block .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 3px;
  background: #0099b9;
}

.hero-block .swiper-pagination-bullet:hover .swiper-pagination-title {
  opacity: 1;
  color: #0099b9;
}

.hero-block .swiper-pagination-item {
  display: block;
}

.hero-block .swiper-pagination-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  padding-bottom: 25px;
  display: block;
}

.information-block {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.information-block__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.information-block__video .forPlyrVideo {
  width: 100%;
  height: 100%;
}

.information-block__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
}

.information-block__video.play {
  opacity: 1;
  visibility: visible;
}

.information-block__video-list {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: 50% 100%;
  background-size: cover;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-width: 100%;
  width: 177.7777777778vh;
  width: calc(var(--vh, 1vh) * 177.7777777778);
  min-height: 100%;
}

.information-block__video-list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/pattern-bg2.png") 50% 100% repeat-x;
  background-size: cover;
}

.information-block__inner {
  position: relative;
  max-width: 2140px;
  padding: 0 20px 0;
  width: 100%;
  margin: 0 auto;
}

.information-block__title {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0099b9;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  margin-bottom: 12px;
}

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

.information-block__list:not(.swiper-wrapper) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

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

.information-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
}

.information-block__item:last-child .information-thumbs {
  margin-right: 20px;
}

.information-block__item:last-child .information-thumbs__bottom,
.information-block__item:last-child .information-thumbs__top {
  padding-right: 0;
}

.information-block__item:last-child .information-thumbs__bottom:before {
  display: none;
}

.information-block__item:not(.active) .information-thumbs__progressbar {
  right: 100% !important;
}

.information-block__item.active .information-thumbs__more {
  opacity: 1;
  visibility: visible;
}

.information-block__item.active .information-thumbs__image:after {
  opacity: 0;
}

.information-block__item.active .information-thumbs__progressbar {
  left: -5px;
}

.information-block .swiper-button-next {
  top: auto;
  right: -60px;
  bottom: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 68px 0 0;
  background-size: 54px auto;
  width: 60px;
  height: auto;
}

.information-block .swiper-button-next:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -27px;
  top: 0;
  width: 54px;
  height: 54px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
  background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
  border-radius: 100%;
}

.information-block .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -27px;
  top: 0;
  width: 54px;
  height: 54px;
  background: url("../img/arrow-icon.svg") 50% 50% no-repeat;
  background-size: 50% 50%;
}

.information-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.information-thumbs:hover .information-thumbs__more {
  opacity: 1;
  visibility: visible;
}

.information-thumbs:hover .information-thumbs__image:after {
  opacity: 0;
}

.information-thumbs__top {
  margin-bottom: 10px;
  padding-right: 20px;
}

.information-thumbs__more {
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.information-thumbs__more a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #00bbe4;
  border-radius: 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.information-thumbs__more a:hover {
  background: #00bbe4;
  color: #fff;
}

.information-thumbs__name {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.information-thumbs__status {
  font-size: 12px;
  color: #00bbe4;
}

.information-thumbs__bottom {
  padding-top: 20px;
  position: relative;
  padding-right: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.information-thumbs__bottom:before {
  content: "";
  position: absolute;
  right: 5px;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  z-index: 1;
}

.information-thumbs__progressbar {
  position: absolute;
  left: 0;
  right: 100%;
  top: -2px;
  height: 3px;
  background: #0099b9;
  margin-right: 4px;
}

.information-thumbs__image {
  position: relative;
}

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

.information-thumbs__image:before {
  content: "";
  display: block;
  padding-top: 55%;
}

.information-thumbs__image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 16, 23, 0.8)), to(rgba(0, 61, 74, 0.8)));
  background-image: linear-gradient(to top, rgba(0, 16, 23, 0.8) 0%, rgba(0, 61, 74, 0.8) 100%);
}

.information-full-block {
  background: url("../img/decor-block.png") 0 0 no-repeat;
  background-size: 100% 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 30px;
  width: 100%;
  text-align: left;
}

.information-full-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.information-full-block__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 472px;
  flex: 0 0 472px;
  margin-right: 70px;
}

.information-full-block__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.information-full-block__title {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.information-full-block__text p {
  margin-top: 0;
}

.left-navigation {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  pointer-events: none;
}

.left-navigation__inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-height: 100%;
  overflow: auto;
  pointer-events: all;
  -webkit-overflow-scrolling: touch;
}

.left-navigation__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.left-navigation__item {
  padding-left: 60px;
  position: relative;
}

.left-navigation__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 1px;
  background: #0099b9;
}

.left-navigation__item.active:before {
  width: 34px;
}

.left-navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.left-navigation__link:hover {
  color: #0099b9;
}

.left-navigation__link:hover .left-navigation__icon .svg-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.left-navigation__link:hover .left-navigation__name {
  padding-left: 20px;
  width: auto;
}

.left-navigation__link:hover .left-navigation__name span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.left-navigation__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-navigation__icon .svg-icon {
  width: 36px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.left-navigation__name {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  width: 0;
  -webkit-overflow-scrolling: touch;
}

.left-navigation__name span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  display: block;
}

.main-menu {
  height: 100%;
  max-height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu.opened.opacity {
  opacity: 0;
}

.main-menu.opened .main-menu__item {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.main-menu__inner {
  max-width: 1380px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  max-height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-menu__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.main-menu__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.main-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-menu__item {
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateX(-33%);
  transform: translateX(-33%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  will-change: transform, opacity;
}

.main-menu__item a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  line-height: 1;
}

.main-menu__item a.active span,
.main-menu__item a:hover span {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 3.6px;
  color: #0099b9;
}

.main-menu__item a:before {
  content: attr(data-name);
  opacity: 0;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 3.6px;
}

.main-menu__item a span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.main-menu-level2 {
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

.main-menu-level2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-menu-level2:not(.active) {
  display: none;
}

.main-menu-level2__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 14px);
  flex-basis: calc(33.333% - 14px);
  margin-right: 14px;
  margin-bottom: 35px;
}

.main-menu-level2__item-hover {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  background: url("../img/main-menu-hover2.png") 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.main-menu-level2__item-link {
  display: block;
  text-decoration: none;
  position: relative;
}

.main-menu-level2__item-link:hover .main-menu-level2__item-hover {
  visibility: visible;
  -webkit-animation-name: blinker;
  animation-name: blinker;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 1;
}

.main-menu-level2__item-link:hover:before {
  opacity: 1;
  visibility: visible;
}

.main-menu-level2__item-link:hover:after {
  width: 54px;
  height: 54px;
  opacity: 1;
  visibility: visible;
}

.main-menu-level2__item-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../img/main-menu-hover.png") 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-menu-level2__item-link:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #00b9d8;
  background-image: url("../img/arrow-icon.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu-level2__item-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.main-menu-level2__item-image {
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.main-menu-level2__item-image:before {
  content: "";
  display: block;
  padding-top: 64%;
}

.main-menu-level2__item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-block {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-block.videonews .news-block__box-for-video {
  display: block;
}

.news-block.videonews .news-block__inner {
  display: none;
}

.news-block__box-for-video {
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.news-block__box-for-video-inner {
  position: relative;
  padding: 150px 20px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1540px;
}

.news-block__box-for-video-top {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
}

.news-block__back-to {
  display: inline-block;
  text-decoration: none;
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 50px;
  background: url("../img/back-icon.png") 0 0 no-repeat;
  background-size: 40px 40px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-block__back-to span {
  display: block;
  font-size: 18px;
}

.news-block__back-to:hover {
  opacity: 1;
}

.news-block__content {
  max-width: 1480px;
  margin: 0 auto;
}

.news-block__big-name {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0099b9;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
  margin-bottom: 30px;
}

.news-block__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-block__video .forPlyrVideo {
  width: 100%;
  height: 100%;
}

.news-block__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
}

.news-block__video.play {
  opacity: 1;
  visibility: visible;
}

.news-block__video-list {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: 50% 100%;
  background-size: cover;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-width: 100%;
  width: 177.7777777778vh;
  width: calc(var(--vh, 1vh) * 177.7777777778);
  min-height: 100%;
}

.news-block__video-list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/pattern-bg2.png") 50% 100% repeat-x;
  background-size: cover;
}

.news-block__inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  max-height: 100%;
  padding: 150px 20px 20px;
}

.news-block__title {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0099b9;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  margin-bottom: 80px;
}

.news-block__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
}

.news-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -ms-flex-preferred-size: calc(50% - 30px);
  flex-basis: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 70px;
}

.news-block .swiper-button-next {
  top: 50%;
  right: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0 0 0 68px;
  background-size: 54px auto;
  width: 150px;
  height: auto;
  min-height: 54px;
  text-align: left;
  z-index: 1;
}

.news-block .swiper-button-next:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
  background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
  border-radius: 100%;
}

.news-block .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background: url("../img/arrow-icon.svg") 50% 50% no-repeat;
  background-size: 50% 50%;
}

.news-block .swiper-pagination {
  display: none;
}

.news-block .swiper-pagination-bullet {
  background: #fff;
}

.news-block .swiper-pagination-item {
  display: none;
}

.news-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.news-thumbs__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  margin-right: 35px;
}

.news-thumbs__image {
  position: relative;
}

.news-thumbs__image--video {
  cursor: pointer;
}

.news-thumbs__image--video:hover:after {
  opacity: 1;
  visibility: visible;
}

.news-thumbs__image--video:after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: url("../img/news-hover.png") 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-thumbs__image:before {
  content: "";
  display: block;
  padding-top: 75%;
}

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

.news-thumbs__name {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 20px;
}

.news-thumbs__description {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
}

.news-thumbs__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-thumbs__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 5px 0 5px 0;
  color: #fff;
  font-size: 11px;
  font-weight: 100;
}

.news-thumbs__video {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 5px 25px 5px 0;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
  background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
  border-radius: 100%;
}

.news-thumbs__video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23000' height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.055 512.055' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M500.235,236.946L30.901,2.28C16.717-4.813,0.028,5.502,0.028,21.361v469.333c0,15.859,16.689,26.173,30.874,19.081 l469.333-234.667C515.958,267.247,515.958,244.808,500.235,236.946z M42.694,456.176V55.879l400.297,200.149L42.694,456.176z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
  cursor: pointer;
  background-size: 50% auto;
}

.news-thumbs__more {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 5px 25px 5px 0;
}

.news-thumbs__more a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #00bbe4;
  border-radius: 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-thumbs__more a:hover {
  background: #00bbe4;
  color: #fff;
}

.our-team-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-team-block__inner {
  position: relative;
  width: 100%;
  padding: 150px 20px 70px;
  margin: 0 auto;
}

.our-team-block__title {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0099b9;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  margin-bottom: 80px;
}

.our-team-block__content {
  max-width: 1480px;
  margin: 0 auto;
}

.our-team-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}

.our-team-block__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -ms-flex-preferred-size: calc(20% - 15px);
  flex-basis: calc(20% - 15px);
  margin-right: 15px;
  margin-bottom: 25px;
}

.staff-thumbs__image {
  position: relative;
  margin-bottom: 20px;
}

.staff-thumbs__image:before {
  content: "";
  display: block;
  padding-top: 83%;
}

.staff-thumbs__image:after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  background: url("../img/team-hover.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

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

.staff-thumbs__status,
.staff-thumbs__name {
  color: #0099b9;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.staff-thumbs__params {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.staff-thumbs__params li {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
}

.staff-thumbs__params li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: #0099b9;
}

.pay-type-block {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.pay-type-block__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pay-type-block__video .forPlyrVideo {
  width: 100%;
  height: 100%;
}

.pay-type-block__video-desc {
  display: none;
}

.pay-type-block__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
}

.pay-type-block__video.play {
  opacity: 1;
  visibility: visible;
}

.pay-type-block__video-list {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: 50% 100%;
  background-size: cover;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-width: 100%;
  width: 177.7777777778vh;
  width: calc(var(--vh, 1vh) * 177.7777777778);
  min-height: 100%;
}

.pay-type-block__video-list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/pattern-bg2.png") 50% 100% repeat-x;
  background-size: cover;
}

.pay-type-block__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.pay-type-block__bottom {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1380px;
  margin: 0 auto;
}

.pay-type-block__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pay-type-block__bottom-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51%;
  flex: 0 0 51%;
  margin-right: 40px;
}

.pay-type-block__bottom-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.pay-type-block__bottom-name {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0099b9;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.pay-type-block__description {
  font-size: 14px;
  line-height: 1.7;
}

.pay-type-block__description p {
  margin-top: 0;
}

.pay-type-block__description p:last-child {
  margin: 0;
}

.pay-type-block__buttons {
  font-size: 0;
  margin-bottom: -15px;
}

.pay-type-block__buttons:not(.active) {
  display: none;
}

.pay-type-block__button-item {
  margin-right: 10px;
  margin-bottom: 15px;
}

.pay-type-block__tab-videos {
  position: absolute;
  right: 0;
  top: 50%;
  max-height: 80vh;
  max-height: calc(var(--vh, 1vh) * 80);
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 2;
  pointer-events: none;
}

.pay-type-block__videos-item {
  position: relative;
  width: 180px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  pointer-events: all;
}

.pay-type-block__videos-item:last-child {
  margin-bottom: 0;
}

.pay-type-block__videos-item.active:before {
  opacity: 0;
}

.pay-type-block__videos-item:hover {
  width: 220px;
}

.pay-type-block__videos-item:hover:before {
  opacity: 0;
}

.pay-type-block__videos-item:hover .pay-type-block__videos-image {
  opacity: 1;
}

.pay-type-block__videos-item:hover .pay-type-block__videos-icon {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.pay-type-block__videos-item:hover .pay-type-block__videos-content span {
  border-color: #0099b9;
  color: #0099b9;
}

.pay-type-block__videos-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 61, 74, 0.35)), color-stop(30%, rgba(0, 61, 74, 0.49)), color-stop(60%, rgba(0, 4, 6, 0.7)));
  background-image: linear-gradient(to right, rgba(0, 61, 74, 0.35) 0%, rgba(0, 61, 74, 0.49) 30%, rgba(0, 4, 6, 0.7) 60%);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pay-type-block__videos-item:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.pay-type-block__videos-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pay-type-block__videos-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7%;
  height: 4.5%;
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pay-type-block__videos-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7%;
  height: 4.5%;
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pay-type-block__videos-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pay-type-block__videos-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 1;
  z-index: 1;
}

.pay-type-block__videos-content > span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pay-type-block__videos-icon {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  margin-right: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
  background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
  border-radius: 100%;
  opacity: 0.5;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pay-type-block__videos-icon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/arrow-icon.svg") 50% 50% no-repeat;
  background-size: 50% 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-block {
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 30px;
  width: 100%;
  text-align: left;
}

.product-block__tab-item:not(.active) {
  display: none;
}

.product-block__main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-block__main-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.product-block__main-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.product-block__images-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-right: 20px;
}

.product-block__content-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
}

.product-block__price {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}

.product-block__price span {
  font-size: 20px;
  font-weight: 500;
}

.product-block__price p {
  margin: 0 0 20px;
  color: #818181;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-block__button-box {
  margin-bottom: 25px;
}

.product-block__button-box button {
  width: 100%;
  margin-bottom: 20px;
}

.product-block__button-box button:last-child {
  margin-bottom: 0;
}

.product-block__description {
  color: #818181;
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.3;
}

.product-block__images-box {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.product-block__images-box:before {
  content: "";
  display: block;
  padding-top: 74%;
}

.product-block__images-box > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-block__images-box .threesixty {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: auto !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.product-block__images-box .threesixty:before {
  content: "";
  display: block;
  padding-top: 74%;
}

.product-block__images-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-block__main-colorgroup {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 8px;
}

.product-block__main-colorgroup:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  content: attr(data-title);
  display: block;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1;
}

.product-block__dop-colorgroup {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-block__dop-colorgroup:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  content: attr(data-title);
  display: block;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1;
}

.product-block__color-item {
  height: 28px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 10%;
  flex: 1 0 10%;
  background-size: 100% 100% !important;
  position: relative;
  cursor: pointer;
}

.product-block__color-item.active:before {
  background: inherit;
}

.product-block__color-item:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: -0.5rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background: none;
}

.product-block__rotate-button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  text-align: center;
  margin-left: 5px;
}

.product-block__rotate-button button {
  padding: 40px 0 0;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
  background: url("../img/360-icon.svg") 50% 0 no-repeat;
  background-size: auto 26px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-block__main-tabs-link {
  margin-bottom: 40px;
}

.product-block__main-tabs-link a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #00cbed;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  padding: 9px 16px;
  margin-right: 20px;
  background: url("../img/pattern-tab.png") 0 100% no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-block__main-tabs-link a:last-child {
  margin-right: 0;
}

.product-block__main-tabs-link a:hover:not(.active) {
  text-shadow: 0 0 36px #0099b9;
}

.product-block__main-tabs-link a.active {
  color: #fff;
  cursor: default;
}

.product-block__gallerry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  line-height: 1;
  margin-right: -25px;
}

.product-block__gallerry-list--reccommended .product-block__gallerry-item img {
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.6;
}

.product-block__gallerry-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-decoration: none;
  margin-right: 25px;
  -ms-flex-preferred-size: calc(20% - 25px);
  flex-basis: calc(20% - 25px);
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-block__gallerry-item:hover {
  -webkit-box-shadow: 0 0 45px 4px rgba(0, 153, 185, 0.5);
  box-shadow: 0 0 45px 4px rgba(0, 153, 185, 0.5);
}

.product-block__gallerry-item:hover img {
  opacity: 1;
}

.product-block__gallerry-item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-block__gallerry-item:before {
  content: "";
  display: block;
  padding-top: 65%;
}

.product-block__tab-item-top {
  padding-left: calc(50% + 20px);
}

.product-tab__links {
  margin-bottom: 30px;
}

.product-tab__links a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-tab__links a:hover,
.product-tab__links a.active {
  color: #00cbed;
}

.product-tab__body:not(.active) {
  display: none;
}

.product-tab__body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-tab__body ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.product-tab__body ul > li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  margin-right: 20px;
  font-weight: 500;
  color: #848484;
}

.product-order-form {
  background: url("../img/decor-block.png") 0 0 no-repeat;
  background-size: 100% 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 30px;
  width: 100%;
  text-align: left;
}

.product-order-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-order-form__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-right: 68px;
}

.product-order-form__right {
  padding-top: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.product-order-form__image {
  position: relative;
  max-width: 440px;
  margin-left: auto;
}

.product-order-form__image:before {
  content: "";
  display: block;
  padding-top: 74%;
}

.product-order-form__image > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-order-form__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
}

.product-order-form__inputs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  max-width: 600px;
}

.product-order-form__input-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin-bottom: 28px;
  margin-right: 20px;
}

.product-order-form__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  max-width: 600px;
}

.product-order-form__form-bottom--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-order-form__form-bottom > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin-right: 20px;
}

.product-order-form button {
  width: 100%;
  max-width: 230px;
  margin-bottom: 30px;
  background-color: #00a2d3;
}

.product-order-form button span {
  color: #000;
}

.product-section {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.product-section.hoverTop .product-section__bghover-top {
  opacity: 1;
  visibility: visible;
}

.product-section.hoverBottom .product-section__bghover-bottom {
  opacity: 1;
  visibility: visible;
}

.product-section__bghover-top {
  position: absolute;
  left: -80px;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 16, 22, 0)), color-stop(20%, rgba(0, 18, 26, 0.56)), color-stop(30%, rgba(0, 19, 28, 0.56)));
  background-image: linear-gradient(to top, rgba(0, 16, 22, 0) 0%, rgba(0, 18, 26, 0.56) 20%, rgba(0, 19, 28, 0.56) 30%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.product-section__bghover-bottom {
  position: absolute;
  left: -80px;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 19, 28, 0.56)), color-stop(80%, rgba(0, 18, 26, 0.56)), to(rgba(0, 16, 22, 0)));
  background-image: linear-gradient(to top, rgba(0, 19, 28, 0.56) 70%, rgba(0, 18, 26, 0.56) 80%, rgba(0, 16, 22, 0) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-section__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-section__video .forPlyrVideo {
  width: 100%;
  height: 100%;
}

.product-section__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
}

.product-section__video.play {
  opacity: 1;
  visibility: visible;
}

.product-section__video-list {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: 50% 100%;
  background-size: cover;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-width: 100%;
  width: 177.7777777778vh;
  width: calc(var(--vh, 1vh) * 177.7777777778);
  min-height: 100%;
}

.product-section__video-list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/pattern-bg2.png") 50% 100% repeat-x;
  background-size: cover;
}

.product-section__inner {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.product-section__product-list {
  padding-top: 25px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

.product-section__product-list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.product-section__product-item {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 25px 6px;
  border: 1px solid transparent;
  border-radius: 16px;
  opacity: 0.7;
  margin-bottom: 10px;
}

.product-section__product-item--all {
  opacity: 1;
  color: #0099b9;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' fill='%230099b9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='778.981px' height='778.98px' viewBox='0 0 778.981 778.98' style='enable-background:new 0 0 778.981 778.98; transform: rotate(90deg);' xml:space='preserve'%3E%3Cpath d='M673.195,348.856L150.077,7.981C119.068-8.899,83.499-1.363,83.499,53.535v671.209c0,54.509,38.156,64.215,66.579,45.525 l523.118-340.874C703.341,408.064,702.479,368.462,673.195,348.856z M138.647,702.356V75.895L635.01,389.126L138.647,702.356z'/%3E%3C/svg%3E%0A") 100% 46% no-repeat;
  background-size: 14px auto;
}

.product-section__product-item--all:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='778.981px' height='778.98px' viewBox='0 0 778.981 778.98' style='enable-background:new 0 0 778.981 778.98; transform: rotate(90deg);' xml:space='preserve'%3E%3Cpath d='M673.195,348.856L150.077,7.981C119.068-8.899,83.499-1.363,83.499,53.535v671.209c0,54.509,38.156,64.215,66.579,45.525 l523.118-340.874C703.341,408.064,702.479,368.462,673.195,348.856z M138.647,702.356V75.895L635.01,389.126L138.647,702.356z'/%3E%3C/svg%3E%0A");
}

.product-section__product-item.active {
  color: #fff;
  opacity: 1;
}

.product-section__product-item.active .product-section__product-name-text:before {
  background: #0099b9;
}

.product-section__product-item:hover:not(.active):not(.product-section__product-item--all) {
  border-color: #0099b9;
  opacity: 1;
  color: #0099b9;
}

.product-section__product-desc {
  display: none;
}

.product-section__product-name-text {
  position: relative;
  display: inline-block;
}

.product-section__product-name-text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
}

.product-section__bottom {
  max-width: 1380px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-section__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  position: relative;
}

.product-section__bottom-left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51%;
  flex: 0 0 51%;
  margin-right: 40px;
}

.product-section__bottom-right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.product-section__bottom-name {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0099b9;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.product-section__description {
  font-size: 14px;
  line-height: 1.7;
}

.product-section__description p {
  margin-top: 0;
}

.product-section__description p:last-child {
  margin: 0;
}

.product-section__buttons {
  font-size: 0;
  margin-bottom: -15px;
}

.product-section__buttons:not(.active) {
  display: none;
}

.product-section__button-item {
  margin-right: 10px;
  margin-bottom: 15px;
}

.product-section__next-model {
  position: absolute;
  right: 30px;
  top: 50%;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  z-index: 4;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding-top: 45px;
  min-width: 60px;
  background: url("../img/next-right-icon.png") 50% 0 no-repeat;
  background-size: 60px auto;
}

.product-section__next-model:not(.active) {
  display: none;
}

.product-full-list {
  max-width: 1380px;
  padding: 0 20px;
  margin: 0 auto;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.product-full-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 100%;
  overflow: auto;
  padding-bottom: 50px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.product-full-list__list:before {
  content: "";
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 12, 14, 0.9)), color-stop(50%, rgba(0, 19, 23, 0.9)), to(rgba(0, 26, 32, 0)));
  background-image: linear-gradient(to top, rgba(0, 12, 14, 0.9) 0%, rgba(0, 19, 23, 0.9) 50%, rgba(0, 26, 32, 0) 100%);
}

.product-full-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  margin-bottom: 25px;
}

.product-full-list__item.active .product-full-list__item-image:after {
  opacity: 1;
}

.product-full-list__item-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.product-full-list__item-description {
  display: none;
}

.product-full-list__item-link {
  display: block;
  text-decoration: none;
  font-size: 0;
}

.product-full-list__item-link:hover .product-full-list__item-image:after {
  opacity: 1;
}

.product-full-list__item-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.product-full-list__item-image:before {
  content: "";
  display: block;
  padding-top: 64%;
}

.product-full-list__item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-full-list__item-image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/product-hover.png") 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-acssesuar-list {
  width: 100%;
  max-width: 1380px;
  padding: 0 20px 50px;
  margin: 0 auto;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.product-acssesuar-list.product .product-acssesuar-list__filter {
  display: none;
}

.product-acssesuar-list.product .product-acssesuar-list__list {
  display: none;
}

.product-acssesuar-list.product .product-acssesuar-list__ajax-content {
  display: block;
}

.product-acssesuar-list__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
  margin-right: -20px;
}

.product-acssesuar-list__filter-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 15px;
  margin-right: 20px;
}

.product-acssesuar-list__filter-item--search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}

.product-acssesuar-list__filter-item--search input {
  height: 50px;
}

.product-acssesuar-list__filter-item--sorting {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}

.product-acssesuar-list__form-search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("../img/ssearch-icon.png") 50% 50% no-repeat;
}

.product-acssesuar-list__sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-acssesuar-list__sorting-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  opacity: 0.5;
}

.product-acssesuar-list__sorting-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-right: 22px;
  position: relative;
  text-decoration: none;
}

.product-acssesuar-list__sorting-item:before {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 10px;
  margin-top: -8px;
  height: 10px;
  border: 1px solid #fff;
  border-right: none;
  border-top: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product-acssesuar-list__sorting-item.up:before {
  margin-top: -1px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.product-acssesuar-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
  position: relative;
}

.product-acssesuar-list__list ul.opened {
  display: block;
}

.product-acssesuar-list__list ul.opened > li:not(.opened) {
  display: none;
}

.product-acssesuar-list__list.opened {
  display: block;
}

.product-acssesuar-list__list.opened > li:not(.opened) {
  display: none;
}

.product-acssesuar-list__list:before {
  content: "";
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 12, 14, 0.9)), color-stop(50%, rgba(0, 19, 23, 0.9)), to(rgba(0, 26, 32, 0)));
  background-image: linear-gradient(to top, rgba(0, 12, 14, 0.9) 0%, rgba(0, 19, 23, 0.9) 50%, rgba(0, 26, 32, 0) 100%);
}

.product-acssesuar-list__toback {
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  padding-left: 50px;
  background: url("../img/back-icon.png") 0 0 no-repeat;
  background-size: 40px 40px;
}

.product-acssesuar-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  margin-bottom: 25px;
}

.product-acssesuar-list__item--back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-acssesuar-list__item.opened > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-acssesuar-list__item.opened > a {
  display: none;
}

.product-acssesuar-list__item.active .product-acssesuar-list__item-image:after {
  opacity: 1;
}

.product-acssesuar-list__item > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
  position: relative;
  display: none;
}

.product-acssesuar-list__item-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: block;
}

.product-acssesuar-list__item-description {
  display: none;
}

.product-acssesuar-list__item-link {
  display: block;
  text-decoration: none;
  font-size: 0;
}

.product-acssesuar-list__item-link:hover .product-acssesuar-list__item-image:after {
  opacity: 1;
}

.product-acssesuar-list__item-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.product-acssesuar-list__item-image:before {
  content: "";
  display: block;
  padding-top: 64%;
}

.product-acssesuar-list__item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-acssesuar-list__item-image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/product-hover.png") 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-acssesuar-list__ajax-content {
  display: none;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 147px;
}

.quantity input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  width: 75px;
  padding: 0 5px;
  margin: 0;
  border: none;
  height: 40px;
  color: #fff;
  text-align: center;
  background: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #00cbed;
  border-radius: 0;
}

.quantity button {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  height: 36px;
  padding: 0;
  text-align: center;
  font-size: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 1;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quantity button:disabled {
  opacity: 0.5;
  cursor: default;
}

.quantity button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 12px;
  background: #828282;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quantity button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 12px;
  background: #828282;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quantity button:first-child:before {
  width: 15px;
}

.quantity button:first-child:after {
  display: none;
}

.quantity__prefix {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
  line-height: 1;
}

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: touch;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.halfheigth.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.halfheigth.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal.remodal-is-opening:not(.halfheigth) {
  -webkit-animation-name: remodal-opening-keyframes2;
  animation-name: remodal-opening-keyframes2;
}

.remodal.remodal-is-closing:not(.halfheigth) {
  -webkit-animation-name: remodal-closing-keyframes2;
  animation-name: remodal-closing-keyframes2;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal {
  width: 100%;
  position: relative;
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: left;
  max-height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  vertical-align: top;
}

.remodal .header__inner {
  padding: 0;
}

.remodal:not(.remodal-is-initialized) {
  opacity: 0;
}

.remodal .header {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-bottom: 50px;
  margin-top: -10px;
}

.remodal .cart-block,
.remodal .site-form,
.remodal .information-full-block,
.remodal .product-order-form,
.remodal .product-block {
  min-height: 100%;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.remodal__container {
  position: relative;
  max-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  padding: 10px 15px;
}

.remodal__container--halfheight {
  background-color: #001115;
  display: block;
}

.remodal__content {
  position: relative;
  max-height: 100%;
  overflow: auto;
  padding: 0;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

.remodal__ajax-content {
  height: 100%;
}

.remodal__close {
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -330px;
  padding: 0;
  z-index: 1;
  border: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background: url("../img/close-round.png") 50% 50% no-repeat;
  background-size: contain;
}

.remodal-overlay {
  position: fixed;
  z-index: 100;
  background: #001115;
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-overflow-scrolling: touch;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes remodal-opening-keyframes2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.service-repair-block {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.service-repair-block__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-repair-block__video .forPlyrVideo {
  width: 100%;
  height: 100%;
}

.service-repair-block__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
}

.service-repair-block__video.play {
  opacity: 1;
  visibility: visible;
}

.service-repair-block__video-list {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: 50% 100%;
  background-size: cover;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-width: 100%;
  width: 177.7777777778vh;
  width: calc(var(--vh, 1vh) * 177.7777777778);
  min-height: 100%;
}

.service-repair-block__video-list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/pattern-bg2.png") 50% 100% repeat-x;
  background-size: cover;
}

.service-repair-block__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.service-repair-block__bottom {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1380px;
  margin: 0 auto;
}

.service-repair-block__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-repair-block__bottom-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51%;
  flex: 0 0 51%;
  margin-right: 40px;
}

.service-repair-block__bottom-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.service-repair-block__bottom-name {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099b9), to(#fff));
  background-image: linear-gradient(to right, #0099b9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0099b9;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.service-repair-block__description {
  font-size: 14px;
  line-height: 1.7;
}

.service-repair-block__description p {
  margin-top: 0;
}

.service-repair-block__description p:last-child {
  margin: 0;
}

.service-repair-block__buttons {
  font-size: 0;
  margin-bottom: -15px;
}

.service-repair-block__buttons:not(.active) {
  display: none;
}

.service-repair-block__button-item {
  margin-right: 10px;
  margin-bottom: 15px;
}

.service-repair-block__tab-videos {
  position: absolute;
  right: 0;
  top: 50%;
  max-height: 80vh;
  max-height: calc(var(--vh, 1vh) * 80);
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 2;
  pointer-events: none;
}

.service-repair-block__videos-item {
  position: relative;
  width: 180px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  pointer-events: all;
}

.service-repair-block__videos-item:last-child {
  margin-bottom: 0;
}

.service-repair-block__videos-item:hover {
  width: 220px;
}

.service-repair-block__videos-item:hover:before {
  opacity: 0;
}

.service-repair-block__videos-item:hover .service-repair-block__videos-image {
  opacity: 1;
}

.service-repair-block__videos-item:hover .service-repair-block__videos-icon {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.service-repair-block__videos-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 61, 74, 0.35)), color-stop(30%, rgba(0, 61, 74, 0.49)), color-stop(60%, rgba(0, 4, 6, 0.7)));
  background-image: linear-gradient(to right, rgba(0, 61, 74, 0.35) 0%, rgba(0, 61, 74, 0.49) 30%, rgba(0, 4, 6, 0.7) 60%);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-repair-block__videos-item:after {
  content: "";
  display: block;
  padding-top: 154%;
}

.service-repair-block__videos-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-repair-block__videos-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7%;
  height: 4.5%;
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-repair-block__videos-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7%;
  height: 4.5%;
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-repair-block__videos-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-repair-block__videos-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 1;
  z-index: 1;
}

.service-repair-block__videos-content > span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}

.service-repair-block__videos-icon {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  margin-right: 10px;
  border-radius: 100%;
  opacity: 0.5;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
  background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.service-repair-block__videos-icon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/arrow-icon.svg") 50% 50% no-repeat;
  background-size: 50% 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-video-list {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  max-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  text-align: center;
}

.services-video-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 100%;
  width: 100%;
  overflow: auto;
  padding-bottom: 50px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.services-video-list__list:not(.active) {
  display: none;
}

.services-video-list__list:before {
  content: "";
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 12, 14, 0.9)), color-stop(50%, rgba(0, 19, 23, 0.9)), to(rgba(0, 26, 32, 0)));
  background-image: linear-gradient(to top, rgba(0, 12, 14, 0.9) 0%, rgba(0, 19, 23, 0.9) 50%, rgba(0, 26, 32, 0) 100%);
}

.services-video-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  margin-bottom: 25px;
}

.services-video-list__item.active .services-video-list__item-image:after {
  opacity: 1;
}

.services-video-list__item-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.services-video-list__item-link {
  display: block;
  text-decoration: none;
  font-size: 0;
}

.services-video-list__item-link.active .services-video-list__item-image:after,
.services-video-list__item-link:hover .services-video-list__item-image:after {
  opacity: 1;
}

.services-video-list__item-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.services-video-list__item-image:before {
  content: "";
  display: block;
  padding-top: 64%;
}

.services-video-list__item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.services-video-list__item-image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/product-hover.png") 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-form {
  background: url("../img/decor-block.png") 0 0 no-repeat;
  background-size: 100% 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 30px 30px;
  width: 100%;
}

.site-form__form {
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
}

.site-form__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin: 0 0 50px;
}

.site-form__inputs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}

.site-form__input-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 20px);
  flex-basis: calc(33.333% - 20px);
  margin-bottom: 28px;
  margin-right: 20px;
}

.site-form__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-form__form-bottom > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 20px);
  flex-basis: calc(33.333% - 20px);
  margin-right: 20px;
}

.site-form button {
  width: 100%;
  max-width: 230px;
  margin-bottom: 30px;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
}
@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes leftRight {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@-webkit-keyframes scaleFon {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes scaleFon {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes grain {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}
@keyframes grain {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}
@-webkit-keyframes blinker {
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@keyframes blinker {
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .section-item#news .section-item__inner {
    padding-left: 0;
  }

  .section-item__inner {
    padding-left: 80px;
  }

  .section-item__inner::-webkit-scrollbar {
    width: 6px;
    height: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .section-item__inner::-webkit-scrollbar-thumb {
    background: #0099b9;
    border-radius: 3px;
    width: 8px;
  }

  .information-full-block::-webkit-scrollbar {
    width: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .information-full-block::-webkit-scrollbar-thumb {
    background: #0099b9;
    border-radius: 3px;
    width: 8px;
  }

  .left-navigation__inner::-webkit-scrollbar {
    width: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .left-navigation__inner::-webkit-scrollbar-thumb {
    background: #0099b9;
    border-radius: 3px;
    width: 8px;
  }

  .main-menu .main-menu__left::-webkit-scrollbar,
.main-menu .main-menu__right::-webkit-scrollbar {
    width: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .main-menu .main-menu__left::-webkit-scrollbar-thumb,
.main-menu .main-menu__right::-webkit-scrollbar-thumb {
    background: #0099b9;
    border-radius: 3px;
    width: 8px;
  }

  .news-block {
    padding-left: 80px;
  }

  .news-block .news-block__box-for-video {
    margin-left: -80px;
    padding-left: 80px;
    width: calc(100% + 80px);
  }

  .product-section__product-list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    height: 40px;
  }

  .product-section__bottom-inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    top: 0;
  }

  .product-full-list__list::-webkit-scrollbar {
    width: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .product-full-list__list::-webkit-scrollbar-thumb {
    background: #0099b9;
    border-radius: 3px;
    width: 8px;
  }

  .product-acssesuar-list {
    padding-right: 60px;
  }

  .product-acssesuar-list::-webkit-scrollbar {
    width: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .product-acssesuar-list::-webkit-scrollbar-thumb {
    background: #0099b9;
    border-radius: 3px;
    width: 8px;
  }

  .remodal .cart-block::-webkit-scrollbar,
.remodal .site-form::-webkit-scrollbar,
.remodal .information-full-block::-webkit-scrollbar,
.remodal .product-order-form::-webkit-scrollbar,
.remodal .product-block::-webkit-scrollbar {
    width: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .remodal .cart-block::-webkit-scrollbar-thumb,
.remodal .site-form::-webkit-scrollbar-thumb,
.remodal .information-full-block::-webkit-scrollbar-thumb,
.remodal .product-order-form::-webkit-scrollbar-thumb,
.remodal .product-block::-webkit-scrollbar-thumb {
    background: #0099b9;
    border-radius: 3px;
    width: 8px;
  }

  .remodal__container--halfheight {
    padding: 20px 15px;
    max-height: 50%;
  }

  .services-video-list__list::-webkit-scrollbar {
    width: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .services-video-list__list::-webkit-scrollbar-thumb {
    background: #0099b9;
    border-radius: 3px;
    width: 8px;
  }
}
@media (min-width: 1025px) {
  .gallery-block__group .gallery-block__item:not(.swiper-slide-duplicate-prev) {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }

  .gallery-block__group.swiper-slide-active .gallery-block__item {
    opacity: 1;
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
    -webkit-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
  }

  .hero-block .swiper-slide,
.hero-block .swiper {
    overflow: visible;
  }

  .information-block__group:not(.swiper-slide-active) {
    opacity: 0 !important;
  }

  .news-block__group .news-block__item:not(.swiper-slide-duplicate-prev) {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }

  .news-block__group.swiper-slide-active .news-block__item {
    opacity: 1;
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
    -webkit-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
  }

  .news-block .swiper {
    overflow: visible;
  }
}
@media (min-width: 1300px) {
  .section-item.scrollMiddle {
    padding-right: 50px;
    padding-top: 150px;
  }

  .section-item.scrollMiddle .section-item__inner {
    padding-left: 50px;
    height: calc(100vh - 150px);
    height: calc(var(--vh, 1vh) * 100 - 150px);
  }

  .section-item.scrollMiddle .gallery-block__more-content {
    padding-top: 50px;
  }

  .section-item.scrollMiddle .gallery-block__more-content-top {
    top: 0;
  }

  .section-item.scrollMiddle .gallery-block__inner,
.section-item.scrollMiddle .our-team-block__inner {
    padding-top: 0;
  }
}
@media (min-width: 1360px) {
  .product-full-list__list {
    padding-right: 60px;
  }
}
@media (min-width: 1400px) {
  .site-width {
    padding-left: 80px;
    padding-right: 80px;
  }

  .remodal .header__inner {
    padding: 0 65px;
  }
}
@media (min-width: 1400px) and (max-width: 1550px) {
  .site-width .header__right {
    padding-left: 40px;
  }
}
@media (min-width: 1440px) {
  .header__whatsapp {
    margin-right: 60px;
  }
}
@media (max-width: 1630px) {
  .information-block .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 1400px) {
  .hero-block__slider-item-title {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .hero-block .swiper-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 1360px) {
  .cart-mini {
    display: block;
  }

  .cart-mini__content {
    display: none;
  }
}
@media (max-width: 1360px) and (min-width: 1025px) {
  .header__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
    padding-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__player-box {
    margin-right: 40px;
  }
}
@media (max-width: 1300px) {
  .contacts-block__bottom-content-right {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
  }

  .contacts-block__callback {
    margin: 0 0 10px;
  }

  .contacts-block__item-body {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .news-thumbs__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .play-full-mobile {
    display: block;
  }

  .section-next {
    display: none;
    bottom: 10px;
  }

  .section-next button {
    width: 30px;
    height: 50px;
  }

  ._js-unmuted-video {
    font-size: 8px;
  }

  ._js-unmuted-video span {
    width: 40px;
    height: 40px;
  }

  .header__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 276px;
    padding-left: 0;
  }

  .header__player-box {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .player-box {
    bottom: 10px;
  }

  .player {
    padding-left: 5px;
  }

  .player__mute {
    margin-left: 5px;
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }

  .player__pause {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }

  .player__fullscreen {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23fff' height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 385.331 385.331' xml:space='preserve'%3E%3Cpath d='M264.943,156.665h108.273c6.833,0,11.934-5.39,11.934-12.211c0-6.833-5.101-11.85-11.934-11.838h-96.242V36.181 c0-6.833-5.197-12.03-12.03-12.03s-12.03,5.197-12.03,12.03v108.273c0,0.036,0.012,0.06,0.012,0.084 c0,0.036-0.012,0.06-0.012,0.096C252.913,151.347,258.23,156.677,264.943,156.665z'/%3E%3Cpath d='M120.291,24.247c-6.821,0-11.838,5.113-11.838,11.934v96.242H12.03c-6.833,0-12.03,5.197-12.03,12.03 c0,6.833,5.197,12.03,12.03,12.03h108.273c0.036,0,0.06-0.012,0.084-0.012c0.036,0,0.06,0.012,0.096,0.012 c6.713,0,12.03-5.317,12.03-12.03V36.181C132.514,29.36,127.124,24.259,120.291,24.247z'/%3E%3Cpath d='M120.387,228.666H12.115c-6.833,0.012-11.934,5.39-11.934,12.223c0,6.833,5.101,11.85,11.934,11.838h96.242v96.423 c0,6.833,5.197,12.03,12.03,12.03c6.833,0,12.03-5.197,12.03-12.03V240.877c0-0.036-0.012-0.06-0.012-0.084 c0-0.036,0.012-0.06,0.012-0.096C132.418,233.983,127.1,228.666,120.387,228.666z'/%3E%3Cpath d='M373.3,228.666H265.028c-0.036,0-0.06,0.012-0.084,0.012c-0.036,0-0.06-0.012-0.096-0.012 c-6.713,0-12.03,5.317-12.03,12.03v108.273c0,6.833,5.39,11.922,12.223,11.934c6.821,0.012,11.838-5.101,11.838-11.922v-96.242 H373.3c6.833,0,12.03-5.197,12.03-12.03S380.134,228.678,373.3,228.666z'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: 18px auto;
    opacity: 0.75;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
  }

  .accessory-block__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .accessory-block__backto {
    margin-bottom: 20px;
  }

  .accessory-block__body {
    display: block;
  }

  .accessory-block__body-left {
    margin: 0 0 20px;
  }

  .cart-block__title {
    font-size: 32px;
    margin: 0 0 20px;
  }

  .cart-block__product-head {
    margin: 0 0 20px;
  }

  .cart-block__body {
    display: block;
  }

  .cart-block__content {
    margin: 0 0 30px;
  }

  .cart-block__ordering {
    max-width: 300px;
    margin: 0 auto;
  }

  .cart-block__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts-block__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .contacts-block__inner {
    min-height: 0;
    padding: 100px 0 0;
  }

  .contacts-block__bottom-content {
    position: static;
    margin-left: 0;
  }

  .contacts-block__bottom-content-inner {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .contacts-block__bottom-content-right {
    text-align: center;
  }

  .contacts-block__bottom-content-middle {
    text-align: center;
    margin: 0 0 15px;
  }

  .contacts-block__bottom-content-left {
    display: block;
    text-align: center;
    margin: 0 0 10px;
  }

  .contacts-block__bottom-content-logo {
    margin: 0 0 10px;
  }

  .contacts-block__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts-block__social-item {
    margin: 0 5px;
  }

  .contacts-block__list {
    display: block;
    text-align: center;
  }

  .contacts-block__item {
    margin: 0 0 20px;
    padding: 0;
  }

  .contacts-block__map {
    margin-left: 0;
  }

  .gallery-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gallery-block__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .gallery-block__inner {
    min-height: 0;
    padding: 100px 20px 20px;
  }

  .gallery-block__more-content {
    padding-top: 100px;
  }

  .gallery-block__more-content-top {
    top: 100px;
  }

  .gallery-block__group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gallery-block__item {
    -ms-flex-preferred-size: calc(33.3333333333% - 20px);
    flex-basis: calc(33.3333333333% - 20px);
  }

  .gallery-block .swiper-button-next {
    display: none;
  }

  .gallery-block .swiper-pagination {
    display: block;
    position: static;
  }

  .hero-block .swiper-pagination {
    margin-top: 10px;
  }

  .hero-block__inner {
    padding-bottom: 60px;
  }

  .hero-block .swiper-pagination-title {
    font-size: 0;
    width: 54px;
    height: 54px;
    margin: 0 auto 15px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#00b9d8), to(#00b7d6));
    background: linear-gradient(180deg, #00b9d8 0%, #00b7d6 100%);
    border-radius: 100%;
    display: block;
  }

  .hero-block .swiper-pagination-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/arrow-icon.svg") 50% 50% no-repeat;
    background-size: 50% 50%;
  }

  .hero-block__videos-item:after,
.hero-block__videos-item:before {
    display: none;
  }

  .hero-block__videos-image {
    display: none;
  }

  .hero-block__videos-content {
    position: static;
  }

  .information-block__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .information-block__item {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .information-thumbs__more {
    opacity: 1;
    visibility: visible;
  }

  .information-full-block__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-right: 20px;
  }

  .left-navigation {
    display: none;
  }

  .news-block__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .news-block__inner {
    min-height: 0;
    padding: 100px 20px 20px;
  }

  .news-block .swiper-button-next {
    display: none;
  }

  .news-block .swiper-pagination {
    display: block;
    position: static;
  }

  .news-block__box-for-video-inner {
    padding: 100px 20px;
  }

  .news-block__back-to {
    font-size: 18px;
  }

  .news-block__big-name {
    font-size: 22px;
  }

  .news-thumbs {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }

  .news-thumbs__left {
    margin: 0 0 15px;
  }

  .our-team-block__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .our-team-block__inner {
    min-height: 0;
    padding: 100px 20px 20px;
  }

  .our-team-block__item {
    -ms-flex-preferred-size: calc(33.3333333333% - 15px);
    flex-basis: calc(33.3333333333% - 15px);
  }

  .pay-type-block__inner {
    padding-bottom: 80px;
  }

  .pay-type-block__videos-item {
    width: 200px;
  }

  .pay-type-block__videos-item:after,
.pay-type-block__videos-item:before {
    display: none;
  }

  .pay-type-block__videos-image {
    display: none;
  }

  .pay-type-block__videos-content {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .pay-type-block__bottom-inner {
    min-height: 0;
  }

  .pay-type-block__bottom-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }

  .pay-type-block__bottom-right {
    display: none;
  }

  .product-block__main-info {
    display: block;
  }

  .product-block__main-left {
    margin: 0 0 20px;
  }

  .product-block__images-section {
    max-width: 400px;
    margin: 0 auto 20px;
  }

  .product-block__gallerry-list {
    margin-right: -15px;
  }

  .product-block__gallerry-item {
    margin-right: 15px;
    -ms-flex-preferred-size: calc(33.333% - 15px);
    flex-basis: calc(33.333% - 15px);
    margin-bottom: 15px;
  }

  .product-block__tab-item-top {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }

  .product-order-form__inner {
    display: block;
  }

  .product-order-form__image {
    margin: 0 auto 10px;
    max-width: 300px;
  }

  .product-section__inner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .product-section__buttons {
    margin: 0;
  }

  .product-section__bottom-inner {
    min-height: 0;
  }

  .product-section__bottom-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }

  .product-section__bottom-right {
    display: none;
  }

  .product-section__next-model {
    right: 10px;
    font-size: 8px;
    padding-top: 30px;
    min-width: 40px;
    background-size: 40px auto;
  }

  .product-section__product-list {
    text-align: center;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .product-section__product-item--all {
    border-color: #0099b9;
    padding-right: 40px;
    background-position: 90% 46%;
  }

  .product-section__product-item:not(.product-section__product-item--all) {
    display: none;
  }

  .product-full-list {
    padding-left: 0;
    padding-right: 0;
  }

  .product-full-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    margin-bottom: 25px;
  }

  .product-acssesuar-list {
    padding-left: 0;
    padding-right: 0;
  }

  .product-acssesuar-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    margin-bottom: 25px;
  }

  .product-acssesuar-list__filter {
    margin-right: 0;
  }

  .remodal.halfheigth.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
  }

  .remodal__close {
    left: auto;
    right: 20px;
    top: 20px;
    margin: 0;
  }

  .service-repair-block__inner {
    padding-bottom: 80px;
  }

  .service-repair-block__videos-item {
    width: 200px;
  }

  .service-repair-block__videos-item:after,
.service-repair-block__videos-item:before {
    display: none;
  }

  .service-repair-block__videos-image {
    display: none;
  }

  .service-repair-block__videos-content {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .service-repair-block__bottom-inner {
    min-height: 0;
  }

  .service-repair-block__bottom-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }

  .service-repair-block__bottom-right {
    display: none;
  }

  .services-video-list {
    padding-left: 0;
    padding-right: 0;
  }

  .services-video-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    margin-bottom: 25px;
  }
}
@media (max-width: 1022px) {
  .main-menu-level2__item-name {
    font-size: 10px;
  }
}
@media (max-width: 800px) {
  .header__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }

  .header__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    margin: 0 5px 0 10px;
  }

  .header__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    min-width: 0;
    margin-left: 10px;
  }

  .header__whatsapp {
    margin-right: 10px;
  }

  .header__whatsapp a {
    height: 30px;
    width: 40px;
  }

  .header__whatsapp .svg-icon {
    width: 40px;
    height: 30px;
  }

  .header__phone {
    font-size: 0;
    line-height: 1;
  }

  .header__phone a {
    width: 34px;
    height: 32px;
    display: inline-block;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0497 6C15.0264 6.19057 15.924 6.66826 16.6277 7.37194C17.3314 8.07561 17.8091 8.97326 17.9997 9.95M14.0497 2C16.0789 2.22544 17.9713 3.13417 19.4159 4.57701C20.8606 6.01984 21.7717 7.91101 21.9997 9.94M10.2266 13.8631C9.02506 12.6615 8.07627 11.3028 7.38028 9.85323C7.32041 9.72854 7.29048 9.66619 7.26748 9.5873C7.18576 9.30695 7.24446 8.96269 7.41447 8.72526C7.46231 8.65845 7.51947 8.60129 7.63378 8.48698C7.98338 8.13737 8.15819 7.96257 8.27247 7.78679C8.70347 7.1239 8.70347 6.26932 8.27247 5.60643C8.15819 5.43065 7.98338 5.25585 7.63378 4.90624L7.43891 4.71137C6.90747 4.17993 6.64174 3.91421 6.35636 3.76987C5.7888 3.4828 5.11854 3.4828 4.55098 3.76987C4.2656 3.91421 3.99987 4.17993 3.46843 4.71137L3.3108 4.86901C2.78117 5.39863 2.51636 5.66344 2.31411 6.02348C2.08969 6.42298 1.92833 7.04347 1.9297 7.5017C1.93092 7.91464 2.01103 8.19687 2.17124 8.76131C3.03221 11.7947 4.65668 14.6571 7.04466 17.045C9.43264 19.433 12.295 21.0575 15.3284 21.9185C15.8928 22.0787 16.1751 22.1588 16.588 22.16C17.0462 22.1614 17.6667 22 18.0662 21.7756C18.4263 21.5733 18.6911 21.3085 19.2207 20.7789L19.3783 20.6213C19.9098 20.0898 20.1755 19.8241 20.3198 19.5387C20.6069 18.9712 20.6069 18.3009 20.3198 17.7333C20.1755 17.448 19.9098 17.1822 19.3783 16.6508L19.1835 16.4559C18.8339 16.1063 18.6591 15.9315 18.4833 15.8172C17.8204 15.3862 16.9658 15.3862 16.3029 15.8172C16.1271 15.9315 15.9523 16.1063 15.6027 16.4559C15.4884 16.5702 15.4313 16.6274 15.3644 16.6752C15.127 16.8453 14.7828 16.904 14.5024 16.8222C14.4235 16.7992 14.3612 16.7693 14.2365 16.7094C12.7869 16.0134 11.4282 15.0646 10.2266 13.8631Z' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 0 no-repeat;
    background-size: 80% auto;
  }

  .header__close {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }

  .header__burger {
    width: 34px;
    height: 40px;
  }

  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 60px;
    margin-right: 10px;
  }

  .header__logo2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 70px;
  }

  .cart-mini {
    padding: 5px 5px;
    border-radius: 5px;
  }

  .cart-mini__icon {
    max-width: 30px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .accessory-block__links a {
    margin-right: 10px;
  }

  .accessory-block__params ul > li {
    display: block;
  }

  .accessory-block__params ul > li span {
    display: block;
    margin: 0 0 5px;
  }

  .product-block__main-left {
    margin: 0 0 20px;
    display: block;
  }

  .product-block__content-section {
    max-width: 240px;
    margin: 0 auto;
  }

  .product-block__button-box {
    max-width: 240px;
  }

  .product-block__main-tabs-link a {
    font-size: 16px;
    padding: 8px 10px;
    margin-right: 10px;
  }

  .product-block__main-tabs-link a {
    font-size: 10px;
    padding: 8px 10px;
    margin-right: 5px;
  }

  .product-tab__links a {
    margin-right: 10px;
  }

  .product-tab__body ul > li {
    display: block;
  }

  .product-tab__body ul > li span {
    display: block;
    margin: 0 0 5px;
  }
}
@media (max-height: 766px) {
  a.site-btn,
.site-btn {
    background-size: auto 100%;
    border-radius: 26px;
  }

  a.site-btn:before,
.site-btn:before {
    width: 18px;
    background-size: auto 100%;
  }

  a.site-btn:after,
.site-btn:after {
    left: 18px;
  }

  a.site-btn > span:not(.site-btn-icon),
.site-btn > span:not(.site-btn-icon) {
    font-size: 14px;
    padding: 13px 20px;
  }

  a.site-btn > span:not(.site-btn-icon):after,
.site-btn > span:not(.site-btn-icon):after {
    left: 18px;
  }

  a.site-btn .site-btn-icon,
.site-btn .site-btn-icon {
    width: 40px;
    height: 40px;
    margin-left: -10px;
  }

  a.site-btn .site-btn-icon:before,
.site-btn .site-btn-icon:before {
    content: "";
    position: absolute;
    left: -32px;
    width: 32px;
    top: 0;
    height: 1px;
    background: url("../img/button-border.png") 100% 0 no-repeat;
  }

  a.site-btn .site-btn-icon:after,
.site-btn .site-btn-icon:after {
    right: 18px;
  }

  a.site-btn .site-btn-icon > span,
.site-btn .site-btn-icon > span {
    left: -5px;
    right: 5px;
  }

  a.site-btn .site-btn-icon > span:before,
.site-btn .site-btn-icon > span:before {
    margin-left: -5px;
  }

  a.site-btn .site-btn-icon > span:after,
.site-btn .site-btn-icon > span:after {
    right: 10px;
    margin-left: -10px;
  }

  .hero-block .swiper-pagination-title {
    width: 30px;
    height: 30px;
  }

  .hero-block__videos-icon {
    width: 30px;
    height: 30px;
  }

  .hero-block__videos-item {
    width: 160px;
  }

  .hero-block__videos-item:hover {
    width: 160px;
  }

  .hero-block__slider-item-title {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 1.1;
  }

  .hero-block__slider-item-body {
    font-size: 16px;
  }

  .hero-block__slider-item-logo {
    margin-right: 10px;
    max-width: 80px;
    margin-bottom: 5px;
  }

  .pay-type-block__videos-icon {
    width: 30px;
    height: 30px;
  }

  .pay-type-block__videos-item {
    width: 160px;
  }

  .pay-type-block__videos-item:hover {
    width: 160px;
  }

  .pay-type-block__bottom-name {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .product-order-form__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .product-order-form__inputs-list {
    display: block;
    margin-right: 0;
  }

  .product-order-form__input-item {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .product-order-form__form-bottom {
    display: block;
    margin-right: 0;
  }

  .product-order-form__form-bottom > div {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .product-order-form button {
    width: 100%;
    max-width: 230px;
    margin-bottom: 30px;
  }

  .product-section__inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .product-section__bottom-name {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .remodal.halfheigth {
    display: inline-block;
  }

  .remodal .header {
    margin-bottom: 30px;
  }

  .service-repair-block__videos-icon {
    width: 30px;
    height: 30px;
  }

  .service-repair-block__videos-item {
    width: 160px;
  }

  .service-repair-block__videos-item:hover {
    width: 160px;
  }

  .service-repair-block__bottom-name {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 766px) {
  .section-item__video-list:before {
    top: 140px;
    background-size: 50px auto;
    padding-bottom: 55px;
    font-size: 12px;
  }

  a.site-btn,
.site-btn {
    background-size: auto 100%;
    border-radius: 26px;
  }

  a.site-btn:before,
.site-btn:before {
    width: 18px;
    background-size: auto 100%;
  }

  a.site-btn:after,
.site-btn:after {
    left: 18px;
  }

  a.site-btn > span:not(.site-btn-icon),
.site-btn > span:not(.site-btn-icon) {
    font-size: 14px;
    padding: 13px 20px;
  }

  a.site-btn > span:not(.site-btn-icon):after,
.site-btn > span:not(.site-btn-icon):after {
    left: 18px;
  }

  a.site-btn .site-btn-icon,
.site-btn .site-btn-icon {
    width: 40px;
    height: 40px;
    margin-left: -10px;
  }

  a.site-btn .site-btn-icon:before,
.site-btn .site-btn-icon:before {
    content: "";
    position: absolute;
    left: -32px;
    width: 32px;
    top: 0;
    height: 1px;
    background: url("../img/button-border.png") 100% 0 no-repeat;
  }

  a.site-btn .site-btn-icon:after,
.site-btn .site-btn-icon:after {
    right: 18px;
  }

  a.site-btn .site-btn-icon > span,
.site-btn .site-btn-icon > span {
    left: -5px;
    right: 5px;
  }

  a.site-btn .site-btn-icon > span:before,
.site-btn .site-btn-icon > span:before {
    margin-left: -5px;
  }

  a.site-btn .site-btn-icon > span:after,
.site-btn .site-btn-icon > span:after {
    right: 10px;
    margin-left: -10px;
  }

  input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=time],
input[type=search],
input[type=number],
textarea {
    height: 44px;
    padding: 0 20px;
  }

  .site-input input.focus + .site-input-title,
.site-input input:focus + .site-input-title {
    margin-left: 0;
  }

  .site-input-title {
    left: 20px;
  }

  .cart-block__product-head {
    display: none;
  }

  .cart-product {
    display: block;
    padding: 10px 0;
  }

  .cart-product__left {
    margin: 0 0 5px;
  }

  .cart-product__quantity {
    margin: 0 10px;
  }

  .cart-product__total-price,
.cart-product__price {
    font-size: 14px;
  }

  .cart-product__delete {
    position: absolute;
    right: -10px;
    top: 0;
  }

  .gallery-block__inner {
    padding: 100px 20px 20px;
  }

  .gallery-block__box-for-video-inner {
    padding: 60px 20px;
  }

  .gallery-block__item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 0;
  }

  .gallery-block__categor-name {
    font-size: 12px;
  }

  .hero-block .swiper-pagination-title {
    width: 30px;
    height: 30px;
  }

  .hero-block__videos-icon {
    width: 30px;
    height: 30px;
  }

  .hero-block__videos-item {
    width: 160px;
  }

  .hero-block__videos-item:hover {
    width: 160px;
  }

  .hero-block__slider-item-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.1;
  }

  .hero-block__slider-item-body {
    font-size: 14px;
  }

  .hero-block__slider-item-logo {
    margin-right: 10px;
    max-width: 80px;
    margin-bottom: 5px;
  }

  .information-block .swiper-button-next {
    padding: 45px 0 0;
    width: 40px;
  }

  .information-block .swiper-button-next:before {
    margin-left: -20px;
    width: 40px;
    height: 40px;
  }

  .information-block .swiper-button-next:after {
    margin-left: -20px;
    width: 40px;
    height: 40px;
  }

  .information-thumbs__top {
    margin-bottom: 10px;
  }

  .information-thumbs__name {
    font-size: 10px;
  }

  .information-thumbs__bottom {
    padding-top: 10px;
  }

  .information-thumbs__more {
    margin-bottom: 5px;
  }

  .information-full-block__inner {
    display: block;
  }

  .information-full-block__left {
    margin: 0 0 20px;
  }

  .information-full-block__title {
    margin-bottom: 20px;
  }

  .main-menu__right {
    display: none;
  }

  .main-menu__inner {
    display: block;
  }

  .main-menu__left {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }

  .main-menu__item a {
    font-size: 22px;
    font-weight: 500;
  }

  .main-menu__item a.active span,
.main-menu__item a:hover span {
    font-size: 22px;
    font-weight: 500;
  }

  .main-menu__item a:before {
    display: none;
  }

  .main-menu__item a span {
    position: static;
    font-size: 22px;
    font-weight: 500;
  }

  .news-block__inner {
    padding: 60px 20px 20px;
  }

  .news-block__box-for-video-inner {
    padding: 70px 20px 60px;
  }

  .news-block__group {
    display: block;
  }

  .news-block__item {
    margin-right: 0;
  }

  .our-team-block__inner {
    padding: 100px 20px 60px;
  }

  .our-team-block__item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-right: 10px;
  }

  .staff-thumbs__status,
.staff-thumbs__name {
    font-size: 10px;
  }

  .staff-thumbs__params li {
    font-size: 10px;
  }

  .pay-type-block__videos-icon {
    width: 30px;
    height: 30px;
  }

  .pay-type-block__videos-item {
    width: 160px;
  }

  .pay-type-block__videos-item:hover {
    width: 160px;
  }

  .pay-type-block__bottom-name {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .product-order-form__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .product-order-form__inputs-list {
    display: block;
    margin-right: 0;
  }

  .product-order-form__input-item {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .product-order-form__form-bottom {
    display: block;
    margin-right: 0;
  }

  .product-order-form__form-bottom > div {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .product-section__inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .product-section__bottom-name {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .product-full-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 25px;
  }

  .product-full-list__item-name {
    font-size: 14px;
  }

  .product-acssesuar-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 25px;
  }

  .product-acssesuar-list__item-name {
    font-size: 14px;
  }

  .product-acssesuar-list__toback {
    font-size: 18px;
  }

  .product-acssesuar-list__filter {
    display: block;
  }

  .remodal .header {
    margin-bottom: 30px;
  }

  .service-repair-block__videos-icon {
    width: 30px;
    height: 30px;
  }

  .service-repair-block__videos-item {
    width: 160px;
  }

  .service-repair-block__videos-item:hover {
    width: 160px;
  }

  .service-repair-block__bottom-name {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .services-video-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 25px;
  }

  .services-video-list__item-name {
    font-size: 14px;
  }

  .site-form__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .site-form__inputs-list {
    display: block;
    margin-right: 0;
  }

  .site-form__input-item {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .site-form__form-bottom {
    display: block;
    margin-right: 0;
  }

  .site-form__form-bottom > div {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .site-form button {
    width: 100%;
    max-width: 230px;
    margin-bottom: 30px;
  }
}
@media (max-height: 700px) {
  .header__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }

  .header__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    margin: 0 5px 0 10px;
  }

  .header__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    min-width: 0;
    margin-left: 10px;
  }

  .header__whatsapp {
    margin-right: 10px;
  }

  .header__whatsapp a {
    height: 30px;
    width: 40px;
  }

  .header__whatsapp .svg-icon {
    width: 40px;
    height: 30px;
  }

  .header__phone {
    font-size: 0;
    line-height: 1;
  }

  .header__phone a {
    width: 34px;
    height: 32px;
    display: inline-block;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0497 6C15.0264 6.19057 15.924 6.66826 16.6277 7.37194C17.3314 8.07561 17.8091 8.97326 17.9997 9.95M14.0497 2C16.0789 2.22544 17.9713 3.13417 19.4159 4.57701C20.8606 6.01984 21.7717 7.91101 21.9997 9.94M10.2266 13.8631C9.02506 12.6615 8.07627 11.3028 7.38028 9.85323C7.32041 9.72854 7.29048 9.66619 7.26748 9.5873C7.18576 9.30695 7.24446 8.96269 7.41447 8.72526C7.46231 8.65845 7.51947 8.60129 7.63378 8.48698C7.98338 8.13737 8.15819 7.96257 8.27247 7.78679C8.70347 7.1239 8.70347 6.26932 8.27247 5.60643C8.15819 5.43065 7.98338 5.25585 7.63378 4.90624L7.43891 4.71137C6.90747 4.17993 6.64174 3.91421 6.35636 3.76987C5.7888 3.4828 5.11854 3.4828 4.55098 3.76987C4.2656 3.91421 3.99987 4.17993 3.46843 4.71137L3.3108 4.86901C2.78117 5.39863 2.51636 5.66344 2.31411 6.02348C2.08969 6.42298 1.92833 7.04347 1.9297 7.5017C1.93092 7.91464 2.01103 8.19687 2.17124 8.76131C3.03221 11.7947 4.65668 14.6571 7.04466 17.045C9.43264 19.433 12.295 21.0575 15.3284 21.9185C15.8928 22.0787 16.1751 22.1588 16.588 22.16C17.0462 22.1614 17.6667 22 18.0662 21.7756C18.4263 21.5733 18.6911 21.3085 19.2207 20.7789L19.3783 20.6213C19.9098 20.0898 20.1755 19.8241 20.3198 19.5387C20.6069 18.9712 20.6069 18.3009 20.3198 17.7333C20.1755 17.448 19.9098 17.1822 19.3783 16.6508L19.1835 16.4559C18.8339 16.1063 18.6591 15.9315 18.4833 15.8172C17.8204 15.3862 16.9658 15.3862 16.3029 15.8172C16.1271 15.9315 15.9523 16.1063 15.6027 16.4559C15.4884 16.5702 15.4313 16.6274 15.3644 16.6752C15.127 16.8453 14.7828 16.904 14.5024 16.8222C14.4235 16.7992 14.3612 16.7693 14.2365 16.7094C12.7869 16.0134 11.4282 15.0646 10.2266 13.8631Z' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 0 no-repeat;
    background-size: 80% auto;
  }

  .header__close {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }

  .header__burger {
    width: 34px;
    height: 40px;
  }

  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 60px;
    margin-right: 10px;
  }

  .header__logo2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .header__whatsapp {
    margin-right: 10px;
  }

  .header__phone {
    font-size: 0;
    line-height: 1;
  }

  .header__cart-box {
    margin: 0;
  }

  .accessory-block__body-left {
    display: block;
  }

  .accessory-block__images-box {
    margin: 0 0 20px;
  }
}
@media (max-width: 360px) {
  .header__right {
    font-size: 0;
    line-height: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
  }

  .header__whatsapp {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: 5px;
  }

  .header__whatsapp a {
    height: 30px;
    width: 30px;
  }

  .header__whatsapp .svg-icon {
    width: 30px;
    height: 30px;
  }

  .header__phone a {
    width: 30px;
    height: 30px;
  }

  .header__logo,
.header__logo2 {
    max-width: 50px;
  }

  .header__player-box {
    margin: 0;
  }

  .product-block__main-tabs-link a {
    font-size: 10px;
    padding: 8px 5px;
    margin-right: 5px;
  }
}
[data-block],
[data-section] {
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

[data-block].active,
[data-section].active {
  opacity: 1;
  visibility: visible;
  position: static;
}

/* ============================= .product-descr ============================= */
.product-descr__img {
  position: relative;
  margin-bottom: 20px;
}

.product-descr__slider {
  position: relative;
  height: 105px;
}

/* ============================= .product-slider ============================= */
.product-slider__item {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  max-width: 100px;
  height: 105px;
  border-radius: 14px;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
}

.product-slider__item img {
  width: 100%;
  height: 100%;
}

.product-slider__item::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 3px solid #d9be00;
  border-radius: 14px;
  inset: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.product-slider__item.active::before,
.product-slider__item:hover::before {
  opacity: 1;
}

/* ============================= .product-img ============================= */
.product-img__list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-img__list-position {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.product-img__img-block {
  aspect-ratio: 16/16;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
}

.product-img__img-block::after,
.product-img__img-block::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 14px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.product-img__img-block::before {
  background-color: rgba(255, 234, 0, 0.5);
}

.product-img__img-block::after {
  background: url("../img/array-bg.svg") center/46px 41px no-repeat;
  z-index: 2;
}

.product-img__img-block_magnifier::after {
  background: url("../img/magnifier.svg") center/60px 60px no-repeat;
}

.product-img__img-block_none::after,
.product-img__img-block_none::before {
  display: none;
}

.product-img__img-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product-img__img-block:hover::after,
.product-img__img-block:hover::before {
  opacity: 1;
}

.product-img__img-block iframe,
.product-img__img-block img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.product-block__color-white {
  border: 1px solid #747474;
}

.product-block__color-white.active::before {
  border-top: 1px solid #747474;
  border-left: 1px solid #747474;
}

.product-img__img-block.close {
  display: none;
}

@media (max-width: 860px) {
  .product-slider__item {
    max-width: 80px;
    height: 88px;
  }
}
.rules-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #001115;
  display: none;
  z-index: 9999;
  padding: 50px 20px 20px 20px;
}

.rules-modal.open {
  display: block;
}

.rules-modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 0;
  z-index: 1;
  border: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/close-round.png) 50% 50% no-repeat;
  background-size: 20px auto;
}

.rules-modal__title {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
}

.rules-modal p {
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}

.rules-modal p:last-child {
  margin-bottom: 0;
}

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

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.main-svg-sprite {
  display: none;
}

a,
h1,
h2 {
  text-decoration: none;
  margin: 0;
}

body {
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-weight: 300;
}

.page__body {
  width: 100%;
  min-height: 100vh;
  display: block;
  background-color: #ffffff;
  color: #000000;
  min-width: 320px;
  margin: 0 auto;
  padding-top: 70px;
}

.container {
  width: 100%;
  position: relative;
  padding: 0 21px;
}

.btn-reset {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.img-contain {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.main {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 9px 0 7px 0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  z-index: 100;
}

.header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 110;
}

.burger {
  width: 24px;
  height: 19px;
  position: relative;
  margin-right: 8px;
}

.burger span {
  transition: all 0.4s ease 0s;
}

.burger span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 19px;
  height: 2px;
  border-radius: 8px;
  background-color: #000000;
}

.burger span:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background-color: #000000;
}

.burger span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 19px;
  height: 2px;
  border-radius: 8px;
  background-color: #000000;
}

.burger._remove span:nth-child(1) {
  transform: translateY(8.5px) rotate(-45deg);
  background-color: #ffffff;
}

.burger._remove span:nth-child(2) {
  opacity: 0;
}

.burger._remove span:nth-child(3) {
  transform: translateY(-8.5px) rotate(45deg);
  background-color: #ffffff;
}

.logo {
  width: 66px;
  height: 51px;
  margin-right: 13px;
  margin-top: 5px;
}

.logo-big {
  width: 82px;
  margin-left: 16px;
}

.tel__block {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: auto;
}

.tel__block-text {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 8px;
  text-transform: uppercase;
  color: #05171f;
}

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

.whatsApp img {
  width: 20px;
  height: 20px;
  margin-right: 9px;
}

.whatsApp span {
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}

.header._menu .whatsApp span {
  color: #ffffff;
  transition: all 0.4s ease 0s;
}

.cart {
  width: 25px;
  height: 25px;
  margin-left: 50px;
  position: relative;
}

.cart__count {
  position: absolute;
  top: -8px;
  right: 0;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background-color: #00b9d8;
  font-size: 8px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 700;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding-top: 75px;
  z-index: 105;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nav._show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.nav__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  top: 27px;
  left: 21px;
}

.nav__back::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #00161d;
  transition: all 1.4s ease 0s;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.nav._show .nav__back::before {
  width: 500vh;
  height: 500vh;
}

.nav__scroll {
  width: 100%;
  height: calc(100vh - 75px);
  overflow-y: auto;
}

.nav__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.nav__item:nth-child(n+1) {
  width: 100%;
  position: relative;
  padding: 20px 24px;
  border-bottom: 1px solid #00a2d3;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-40%);
  transition: all 0.1s ease 0s;
}

.nav._show .nav__item {
  transition: all 0.4s ease 0.7s;
  opacity: 1;
  transform: translateX(0);
}

.nav__item:last-child {
  border-bottom: 0;
}

.nav._show .nav__item:nth-child(2) {
  transition-delay: 0.9s;
}

.nav._show .nav__item:nth-child(3) {
  transition-delay: 1s;
}

.nav._show .nav__item:nth-child(4) {
  transition-delay: 1.1s;
}

.nav._show .nav__item:nth-child(5) {
  transition-delay: 1.2s;
}

.nav._show .nav__item:nth-child(6) {
  transition-delay: 1.3s;
}

.nav._show .nav__item:nth-child(7) {
  transition-delay: 1.4s;
}

.nav._show .nav__item:nth-child(8) {
  transition-delay: 1.5s;
}

.nav._show .nav__item:nth-child(9) {
  transition-delay: 1.6s;
}

.nav._show .nav__item:nth-child(10) {
  transition-delay: 1.7s;
}

.nav._show .nav__item:nth-child(11) {
  transition-delay: 1.8s;
}

.nav._show .nav__item:nth-child(12) {
  transition-delay: 1.9s;
}

.nav._show .nav__item:nth-child(13) {
  transition-delay: 2.1s;
}

.nav._show .nav__item:nth-child(14) {
  transition-delay: 2.2s;
}

.nav__item > span:nth-child(1) {
  width: 32px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 19px;
}

.nav__item > span:nth-child(1) img {
  width: min-content;
}

.nav__item > span:nth-child(2) {
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.nav__item > img {
  width: 27px;
  height: 17px;
  margin-left: auto;
}

header *::selection {
  background: transparent !important;
  /* Р¦РІРµС‚ С„РѕРЅР° РІС‹РґРµР»РµРЅРЅРѕРіРѕ С‚РµРєСЃС‚Р° */
  color: inherit !important;
  /* Р¦РІРµС‚ С‚РµРєСЃС‚Р° */
  text-shadow: none;
  /* РЈР±РёСЂР°РµС‚ С‚РµРЅСЊ, РµСЃР»Рё РѕРЅР° РµСЃС‚СЊ */
}

.footer {
  width: 100%;
  padding: 39px 0 32px 0;
  background-color: #00161d;
  color: #ffffff;
}

.footer__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.footer__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__logo {
  width: 82px;
}

.footer__contacts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.footer__contacts span {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}

.footer__socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

.footer__socials a {
  margin-left: 13px;
}

.footer__socials a:first-child {
  margin-left: 0;
}

.footer__local {
  width: 100%;
  text-align: left;
  margin-top: 25px;
  line-height: 200%;
  font-weight: 400;
  font-size: 20px;
}

.footer__phone {
  text-align: left;
  font-size: 24px;
  line-height: 188%;
  color: #ffffff;
}

.footer__description {
  text-align: left;
  font-size: 14px;
  line-height: 262%;
}

.footer__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 25px;
  padding-top: 37px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__bottom span {
  font-weight: 400;
  font-size: 11px;
}

.footer__bottom span a {
  font-weight: 700;
  font-size: 12px;
  color: #00a2d3;
}

@media screen and (max-width: 400px) {
  .cart {
    margin-left: 20px;
  }
}
@media screen and (max-width: 360px) {
  .whatsApp span {
    display: none;
  }

  .footer__top {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer__contacts {
    margin-top: 20px;
  }
}
#map {
  width: 100%;
  height: 296px;
  background-color: silver;
  margin-top: auto;
}

.video {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.progress__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 9px;
  bottom: 5px;
  background-color: transparent;
  z-index: 10;
}

.progress__bar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  inset: 0;
  margin: auto;
}

.progress__value {
  position: absolute;
  width: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 3px;
  border-radius: 0 5px 5px 0;
  background-color: #00a2d3;
}

.pause {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transition: all 0.2s ease 0s;
}

.pause._hide {
  opacity: 0;
}

.pause__img {
  width: 100%;
  height: 100%;
  max-width: 108px;
  max-height: 108px;
  pointer-events: none;
}

.poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  overflow: hidden;
  transition: all 0.2s ease 0s;
  display: none;
}

.poster._hide {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.ymaps-layers-pane {
  -webkit-filter: grayscale(100%);
}

.product-block__images-section {
  position: relative;
}

.product-block {
  background-color: #ffffff;
  padding: 19px 21px;
}

.product-block__dop-colorgroup:after,
.product-block__main-colorgroup:after,
.product-block__rotate-button button {
  color: #000000;
  font-weight: 700;
}

.product-block__rotate-button {
  position: absolute;
  top: 0;
  right: 0;
}

.product-block__dop-colorgroup {
  flex: 1 1 auto;
}

.product-block__button-box {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-block__button-box button {
  margin: 0;
  border: 1px solid #00a2d3;
  background-color: #00b9d8;
  color: #fff;
}

.site-btn[data-remodal-target=config-form] {
  background-color: transparent;
}

.product-block__content-section {
  width: 100%;
  max-width: 100%;
}

.product-block__button-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: calc(50% - 10px); */
}

a.site-btn .site-btn-icon:before,
.site-btn .site-btn-icon:before,
a.site-btn .site-btn-icon:after,
.site-btn .site-btn-icon:after,
a.site-btn > span:not(.site-btn-icon):before,
.site-btn > span:not(.site-btn-icon):before,
a.site-btn > span:not(.site-btn-icon):after,
.site-btn > span:not(.site-btn-icon):after,
a.site-btn:before,
.site-btn:before,
a.site-btn:after,
.site-btn:after,
a.site-btn .site-btn-icon > span,
.site-btn .site-btn-icon > span {
  display: none;
}

a.site-btn .site-btn-icon,
.site-btn .site-btn-icon {
  background: transparent;
}

.site-btn-icon {
  transition: all 0.5s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background-color: #00a2d3;
  border-radius: 50%;
}

.site-btn.site-btn--1:nth-child(1) {
  max-width: 200px;
  padding-right: 8px;
}

.site-btn.site-btn--1:nth-child(3) {
  width: 100%;
  background-color: #00a2d3;
  max-width: 182px;
  padding-right: 8px;
}

.site-btn.site-btn--1:nth-child(2) {
  background-color: #00a2d3;
  max-width: fit-content;
  padding-right: 8px;
}

[data-remodal-target=config-form] > span {
  color: #00a2d3;
}

.newsBlock__text a {
  color: #00a2d3;
}

.newsBlock__text img,
.newsBlock__text p img {
  height: initial !important;
  width: 100% !important;
  /* aspect-ratio: 16 / 12; */
}

a.site-btn > span:not(.site-btn-icon),
.site-btn > span:not(.site-btn-icon) {
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  text-transform: uppercase;
  padding: 12px 16px;
}

.product-tab__links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow-x: auto;
  transition: all 0.2s ease 0s;
}

.product-block {
  transition: all 0.1s ease 0s;
  overflow: hidden;
}

.product-tab__links a {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #05171f;
  padding-bottom: 8px;
  transition: all 0.2s ease 0s;
}

.product-tab__links a:first-child {
  width: 70px;
}

.product-tab__links a:hover,
.product-tab__links a.active {
  position: relative;
  color: #00a2d3;
}

.product-tab__links a.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  border-radius: 3px;
  width: 100%;
  background-color: #00a2d3;
}

.product-tab__body ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
}

.product-tab__body ul > li:last-child {
  border: none;
}

.product-tab__body ul > li span {
  flex: 0 0 185px;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: #4a4a4a;
}

.product-block__main-tabs-link a {
  background: none;
}

.product-block__main-tabs-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-block__main-tabs-link a {
  font-weight: 500;
  font-size: 16px;
  color: #05171f;
  padding: 16px 18px;
  margin: 0;
  text-transform: none;
}

.product-block__main-tabs-link a.active {
  color: #00a2d3;
  position: relative;
}

.product-block__main-tabs-link a.active::before {
  content: "";
  position: absolute;
  width: calc(100% - 36px);
  height: 3px;
  left: 18px;
  bottom: -2px;
  background-color: #00a2d3;
}

.product__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.product__info__left {
  width: calc(100% - 160px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product__info__name {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  color: #05171f;
  margin-bottom: 11px;
}

.product__info__count {
  font-weight: 300;
  font-size: 14px;
}

.product__info__count span {
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  color: #000;
}

.product__info__right {
  width: 150px;
  text-align: left;
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  color: #727272;
}

@media screen and (max-width: 400px) {
  .product__info {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .product__info__left {
    width: 100%;
    margin-bottom: 10px;
  }

  .product__info__right {
    width: 100%;
  }
}
.product__description {
  margin: 40px 0;
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #05171f;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-block.active {
  background: #00161d;
}

.product-block.active .product-block__main-tabs-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-block.active .product-block__main-tabs-link a {
  color: #ffffff;
}

.app__main {
  width: 100%;
}

.product__slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.product__slider > .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.product__slider .swiper-slide {
  position: relative;
}

.product__slider > .swiper.mySwiper2 {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.product__slider > .swiper.mySwiper2 .swiper-slide {
  aspect-ratio: 1.43656/1;
  position: relative;
}

.product__slider > .swiper.mySwiper .swiper-slide {
  height: auto;
  aspect-ratio: 1.5217/1;
}

.product__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.swiper-slide-visible.swiper-slide-thumb-active {
  transition: all 0.2s ease 0s;
  -webkit-box-shadow: 0px 0px 30px 15px rgba(0, 162, 211, 0.2);
  -moz-box-shadow: 0px 0px 30px 15px rgba(0, 162, 211, 0.2);
  box-shadow: 0px 0px 30px 15px rgba(0, 162, 211, 0.2);
}

.product__slider__arrow {
  position: absolute;
  top: 31%;
  width: 40px;
  height: 40px;
  z-index: 20;
}

.product__slider__arrow.__next {
  right: -20px;
}

.product__slider__arrow.__prev {
  transform: rotate(180deg);
  left: -20px;
}

.product__slider img.product__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 10;
}

a.site-btn .site-btn-icon,
.site-btn .site-btn-icon {
  min-width: 40px;
}

.product-block__button-box {
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 23px;
}

site-btn.site-btn--1:nth-child(2) {
  max-width: 155px;
  margin: 0;
}

.swiper-slide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.Accessories {
  width: 100%;
  padding: 24px 21px 20px 21px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.Accessories__title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  color: #05171f;
}

.Accessories__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 38px;
}

.Accessories .cart-block__input-item {
  width: 100%;
}

.Accessories .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

.select2-dropdown {
  background-color: #ffffff;
  color: #000;
}

.Accessories input[type=text],
.Accessories input[type=password],
.Accessories input[type=email],
.Accessories input[type=tel],
.Accessories input[type=time],
.Accessories input[type=search],
.Accessories input[type=number],
.Accessories textarea {
  color: #000000;
}

.Accessories .site-input-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  opacity: 1;
}

.Accessories .site-input input:focus + .site-input-title,
.Accessories .site-input input:valid + .site-input-title {
  opacity: 0;
}

.cart-block__input-item._small {
  width: calc(50% - 7.5px);
  height: 50px;
}

.cart-block__input-item._small.site-input input {
  padding-right: 32px;
  height: 100%;
}

.cart-block__input-item_ico {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
}

.cart-block__input-item._hide .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #8a8a8a;
}

.cart-block__input-item._hide .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.Accessories__btn {
  border-radius: 21px;
  width: 274px;
  height: 43px;
  background: #00a2d3;
  margin: 16px auto 0 auto;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
}

.Accessories__items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}

.Accessories__things {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
  margin-top: 34px;
}

.Accessories__thing {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.Accessories__count {
  height: 25px;
  min-width: 117px;
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: rgba(0, 162, 211, 0.5);
  z-index: 5;
}

.Accessories__count span {
  font-weight: 600;
  font-size: 12px;
}

.Accessories__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  /* aspect-ratio: 16 / 9; */
}

.img-thing {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.Accessories__name {
  width: 100%;
  text-align: center;
  font-weight: 600;
  /* font-size: 14px; */
  font-size: 12px;
  line-height: 150%;
  color: #000;
  word-break: normal;
  overflow-wrap: break-word;
}

.cart-block__input-item._hide .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 22px;
  width: 18px;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
}

.cart-block__input-item._hide._filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/filter.svg);
}

.cart-block__input-item._hide._sort .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/sort.svg);
}

.Accessories__thingName {
  width: 100%;
  grid-column: span 2;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  color: #05171f;
}

.Accessories__article {
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  text-align: center;
  color: #000;
}

.Accessories__price {
  width: 100%;
  text-align: center;
  margin-top: auto;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #000;
}

.Accessories__price span {
  font-weight: 600;
  font-size: 19px;
}

.product-block.active .product-block__main-tabs-link a.active {
  color: #00a2d3;
}

@media screen and (max-width: 360px) {
  .product-block__main-tabs-link a {
    padding-left: 4px;
    padding-right: 4px;
  }

  .product-block__button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .product-block__button-box button {
    width: 100%;
  }

  site-btn.site-btn--1:nth-child(2) {
    margin-top: 20px;
    max-width: 100%;
  }
}
.about {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  /*padding: 20px 21px 32px 21px;*/
  position: relative;
  overflow: hidden;
}

.about__back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.about__back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #003343 0%, #006b8b 100%);
  opacity: 0.3;
  z-index: 1;
}

.about__description {
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
}

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

.about__slider > .swiper {
  width: 100%;
  height: auto;
}

.about__slider .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #ffffff;
}

.about__slider .swiper-slide:not(.video) {
  padding: 35px 30px 50px;
}

.about__title {
  width: 100%;
  font-weight: 900;
  font-size: 32px;
  background: linear-gradient(90deg, #00a2d3 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 17px;
  transform: translateX(-10%);
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.about__text {
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  transform: translateX(-10%);
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.swiper-slide-active .about__title {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 0.2s;
}

.swiper-slide-active .about__text {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 0.4s;
}

.about__actions {
  /*width: 100%;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.about__btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  outline: none;
  border: none;
}

.about__btn:last-child {
  transform: rotate(180deg);
}

.about__lines {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 1px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.about__line {
  width: auto;
  flex: 1 1 auto;
  height: 1px;
  position: relative;
}

.about__line::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 8px;
  background-color: #00a2d3;
}

.about__line._active::before {
  width: 100%;
  transition: all 4.8s linear 0s;
}

.about__middle {
  width: auto;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px 10px 0 10px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background-color: #8a8a8a;
  width: 9px;
  height: 9px;
  margin: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a2d3;
}

.catalogsCategories {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 21px;
  overflow: hidden;
}

.catalogsCategories__title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #000;
}

.catalogsCategories__text {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.catalogsCategories__buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 15px;
  margin-top: 16px;
}

.catalogsCategories__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #00a2d3;
  height: 38px;
  padding: 0 18px;
  border-radius: 60px;
  border: 1px solid #00a2d3;
}

.catalogsCategories__slider {
  width: 90%;
  position: relative;
  margin-top: 40px;
}

.catalogsCategories__slider > .swiper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.catalogsCategories__slider .swiper-slide {
  width: 100%;
  position: relative;
  aspect-ratio: 1.9085/1;
}

.video__title {
  /*position: absolute;*/
  width: 100%;
  display: block;
  margin-bottom: 10px;
  top: 27px;
  left: 21px;
  text-align: center;
  z-index: 20;
  font-weight: 600;
  font-size: 28px;
  color: #000;
  padding-top: 40px;
  padding-bottom: 10px;
}

.main {
  overflow: hidden;
}

.sale {
  width: 100%;
  position: relative;
  padding: 26px 21px 0 21px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: #00161d;
  color: #ffffff;
}

.sale__title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

.sale__slider {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.sale__slider .swiper-slide {
  width: 100%;
  position: relative;
  min-height: 48px;
}

.sale__text {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.sale__text span {
  font-weight: 700;
}

.sale__thumb {
  width: 100%;
  overflow: visible;
  position: relative;
  margin-bottom: -32px;
  z-index: 10;
}

.swiper-slide {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.sale__count {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #003d4a;
  color: #ffffff;
  border-radius: 50%;
  height: 28px;
  min-width: 28px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  transition: all 0.2s ease 0s;
}

.sale__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.2/1;
}

.sale__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #003d4a 0%, #001017 100%);
  opacity: 0.6;
  z-index: 5;
  transition: all 0.2s ease 0s;
}

.sale__thumb .swiper-slide-visible.swiper-slide-thumb-active {
  box-shadow: none;
}

.sale__thumb .swiper-slide-visible.swiper-slide-thumb-active .sale__img::before {
  opacity: 0;
}

.sale__thumb .swiper-slide-visible.swiper-slide-thumb-active .sale__count {
  background: #00a2d3;
}

.news {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 55px 21px 65px 21px;
}

.news__article {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background: #f2f2f7;
  border-radius: 20px;
  padding: 24px 21px;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}

.news__title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #05171f;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 5;
}

.news__title span {
  font-weight: 900;
  margin-right: 4px;
}

.news__info {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.news__text {
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #05171f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease 0s;
}

.news__link {
  text-align: left;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #00a2d3;
}

.news__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 21px);
  aspect-ratio: 1.348/1;
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}

.news__article.__dark {
  background-color: #003343;
}

.news__article.__dark .news__text,
.news__article.__dark .news__title {
  color: #ffffff;
  overflow: visible;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.news__article.__dark .news__info {
  width: 100%;
}

.news__article.__dark .news__img {
  position: relative;
  width: calc(100% + 42px);
  left: -21px;
  bottom: -24px;
  border-radius: 20px;
}

.news__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 64px;
  padding: 0 42px;
}

.news__page {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #05171f;
  position: relative;
  padding-bottom: 9px;
}

.news__page::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #8a8a8a;
}

.news__page._active {
  color: #00a2d3;
}

.news__page._active::before {
  background-color: #00a2d3;
}

.catalog {
  width: 100%;
  padding: 24px 0 60px 0;
}

.catalog__container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.catalog__title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  color: #05171f;
  margin-bottom: 6px;
}

.catalog__subtitle {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #05171f;
}

.catalog__items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 35px;
}

.catalog__item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 9px 16px 18px 16px;
  border-radius: 18px;
  border: 1px dashed #00a2d3;
}

.catalog__item:last-child {
  margin-bottom: 0;
}

.catalog__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalog__img {
  width: 50%;
  position: relative;
  aspect-ratio: 1.2/1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.catalog__info {
  width: 50%;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: auto;
  margin-top: 10px;
}

.catalog__name {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  color: #000;
}

/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ ----------> */
.catalog__price {
  width: 100%;
  text-align: left;
  margin-top: 24px;
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  color: #000;
}

.catalog__price > span {
  display: context;
}

.catalog__price > span > span {
  font-weight: 300;
  font-size: 14px;
}

/* <----------------------> */
.catalog__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog__bottom .site-btn.site-btn--1:first-child > span {
  color: #ffffff;
}

.catalog__bottom site-btn.site-btn--1:nth-child(2) {
  width: calc(50% - 10px);
  max-width: 143px;
  margin: 0;
}

.catalog__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  max-width: fit-content;
  padding-inline: 20px;
  height: 43px;
  border: 1px solid #00a2d3;
  border-radius: 21px;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #00a2d3;
  background-color: transparent;
}

.sale__video {
  width: calc(100% + 42px);
  left: -21px;
  position: relative;
}

.serviceNav {
  width: 100%;
  position: relative;
  padding: 25px 0;
  background-color: #00161d;
}

.serviceNav__Container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.serviceNav__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 calc(50% - 61px);
  height: 43px;
  width: fit-content;
  padding: 4px 8px;
  border: 1px solid #00a2d3;
  border-radius: 21px;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  color: #00a2d3;
}

.serviceNav__button:nth-child(2) {
  max-width: 78px;
}

.serviceText {
  width: 100%;
  padding: 30px 21px 55px 21px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
}

.serviceText.__dark {
  background-color: #00161d;
}

.serviceText__title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  color: #05171f;
  margin: 0;
  margin-bottom: 25px;
}

.serviceText.__dark .serviceText__title {
  color: #ffffff;
}

.serviceText__content {
  width: 100%;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #05171f;
  max-height: 82px;
  text-align: left;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}

.serviceText.__dark .serviceText__content {
  color: #ffffff;
}

.serviceText__more {
  width: 55%;
  position: relative;
  margin-left: auto;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 7%, white 100%);
  transform: translateY(-24px);
  transition: all 0.4s ease 0s;
}

.serviceText__content._active + .serviceText__more {
  transform: translateY(0);
}

.serviceText.__dark .serviceText__more {
  background: #00161d;
  background: linear-gradient(90deg, rgba(0, 22, 29, 0) 0%, #00161d 7%, #00161d 100%);
}

.serviceText__more::before {
  content: "...";
  position: absolute;
  left: 20px;
  bottom: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #05171f;
  transition: all 0.2s ease 0s;
}

.serviceText__content._active + .serviceText__more::before {
  opacity: 0;
}

.serviceText.__dark .serviceText__more::before {
  color: #ffffff;
}

.serviceText__more span {
  width: 114px;
  height: 24px;
  margin-left: 42px;
  background: #efefef;
  border-radius: 12px;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 4px;
  z-index: 2;
}

.serviceText__button {
  width: 100%;
  max-width: 224px;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  border-radius: 21px;
  height: 43px;
  background: #00a2d3;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  margin: 33px auto 0 auto;
}

#service,
#repair,
#installation,
#to {
  scroll-margin-top: 70px;
}

.site-form__form-bottom .site-btn.site-btn--1 {
  width: 100%;
  max-width: 224px;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  border-radius: 21px;
  height: 43px;
  background: #00a2d3;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  margin: 35px auto;
}

.site-form__form-bottom .site-btn.site-btn--1 span {
  color: inherit;
}

.gallery {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: #00161d;
  padding: 100px 21px;
  overflow: hidden;
}

.gallery__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.gallery__back img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
}

.gallery__title {
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 10;
}

.gallery__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 13.5px));
  grid-auto-flow: dense;
  gap: 27px;
  margin-top: 106px;
  transition: all 0.2s ease 0s;
  position: relative;
  z-index: 10;
}

.gallery__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  transition: all 0.2s ease 0s;
  animation: fadeout 1s ease 0s;
  position: relative;
}

.gallery__item .product__slider__arrow {
  top: auto;
  bottom: 30vw;
  opacity: 0;
  pointer-events: none;
}

.gallery__item._show .product__slider__arrow {
  opacity: 1;
  pointer-events: all;
}

.gallery__item._show {
  grid-column: span 2;
  margin: 32px 0;
  animation: fadein 1s ease 0s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gallery__item._show .gallery__slider {
  order: 2;
  pointer-events: all;
}

.gallery__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease 0s;
  pointer-events: none;
}

.gallery__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1.278/1;
  transition: all 0.2s ease 0s;
}

.gallery__img img {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}

.gallery__img iframe {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery__item._show .gallery__name {
  order: 1;
  margin: 0;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 162%;
}

.gallery__item._show .slider-pagination {
  opacity: 1;
}

.gallery__name {
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  margin-top: 17px;
  transition: all 0.2s ease 0s;
}

.slider-pagination {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  z-index: 20;
  width: fit-content;
  left: auto;
  opacity: 0;
}

.team {
  width: 100%;
  position: relative;
  padding: 106px 21px 80px 21px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  background-color: #00161d;
}

.team__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.team__back img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.team__title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 10;
}

.team__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  gap: 30px 10px;
  position: relative;
  z-index: 10;
  margin-top: 106px;
}

.team__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.team__img {
  width: 100%;
  aspect-ratio: 1.2/1;
  position: relative;
}

.team__img::before {
  content: "";
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/border.svg);
}

.team__name {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #00a2d3;
  margin-top: 23px;
}

.team__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin-top: 4px;
}

.team__text {
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}

.contact {
  width: 100%;
  position: relative;
  padding: 30px 21px 65px 21px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: #00161d;
  color: #fff;
}

.contact__title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

.contact__name {
  width: 100%;
  text-align: left;
  margin-top: 26px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #8a8a8a;
  margin-bottom: 8px;
}

.contact__text {
  width: 100%;
  text-align: left;
  max-width: 90%;
  font-weight: 400;
  line-height: 120%;
  font-size: 20px;
  color: #fff;
}

.contact__link {
  width: 100%;
  text-align: left;
  max-width: 309px;
  font-weight: 400;
  line-height: 120%;
  font-size: 20px;
  color: #00a2d3;
}

.contact__text_w-content {
  width: fit-content;
}

.contact__block-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.contact__label {
  max-width: 309px;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #fff;
}

.mb {
  margin-bottom: 24px;
}

.config {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 24px;
}

.config__img {
  width: 100%;
  position: relative;
  aspect-ratio: 1.5/1;
  max-width: 340px;
}

.config__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.config__rotate {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 52px;
  border-radius: 8px;
  border: 1px solid #00b9d8;
  z-index: 12;
}

.config__title {
  width: 100%;
  text-align: left;
  font-size: 24px;
  color: #ffffff;
  line-height: 120%;
  margin-top: 20px;
}

.config .product-block__images-params {
  width: 100%;
  margin-top: 24px;
}

.config .product-block__dop-colorgroup:after,
.config .product-block__main-colorgroup:after,
.config .product-block__rotate-button button {
  color: #ffffff;
}

.acardions {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.accordion-item {
  border-bottom: 1px solid #ffffff;
  margin-top: 10px;
}

.accordion-button {
  background-color: transparent;
  color: #ffffff;
  width: 100%;
  font-size: 20px;
  padding: 10px 0;
  text-align: left;
  border: none;
  cursor: pointer;
}

.accordion-content {
  transition: all 0.2s ease 0s;
  max-height: 0;
  overflow: hidden;
}

.acardion__check {
  display: block;
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  margin: 12px 0;
}

.remodal__container {
  overflow-y: auto;
}

.config__results {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 20px;
}

.config__result {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  text-align: left;
  margin-top: 16px;
}

.config__result span {
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 4px;
}

.config__result span:last-child {
  font-weight: 600;
}

.config__btn {
  width: 100%;
  font-size: 14px;
  background: #ff3000;
  border: 2px solid #ff3000;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  border-radius: 60px;
  margin-top: 30px;
}

.remodal__close {
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: grayscale(1);
}

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

.footer__local a {
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #00a2d3;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00a2d3;
  border-radius: 21px;
  width: 70px;
  height: 25px;
  margin-left: 10px;
}

.footer__nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  gap: 14px;
}

.footer__link {
  text-align: left;
  width: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}

.testDrive__img {
  width: calc(100% + 42px);
  position: relative;
  margin-top: -52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service__img {
  margin-top: 50px;
  width: 100%;
  max-width: 304px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalogsCategories.catalogsCategories-test {
  padding-bottom: 0;
}

.catalogsCategories-black {
  color: #ffffff;
  background: #00161d;
}

.catalogsCategories-black .catalogsCategories__title {
  color: #ffffff;
}

.catalogsCategories-black .catalogsCategories__text {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .site-btn.site-btn--1:nth-child(3) {
    max-width: 171px;
  }
}
.newsContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.newsBlock {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 24px 52px 24px;
}

.newsBlock__black {
  background: #00161d;
}

.newsBlock__black .newsBlock__title,
.newsBlock__black .newsBlock__text-visible,
.newsBlock__black .newsBlock__text {
  color: #ffffff;
}

.newsBlock__title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  color: #05171f;
  margin-bottom: 25px;
}

.newsBlock__content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease 0s;
}

.newsBlock__text-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #05171f;
}

.newsBlock__text {
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #05171f;
  opacity: 0;
  visibility: hidden;
}

.newsBlock._more .newsBlock__text-visible {
  opacity: 0;
  visibility: hidden;
}

.newsBlock._more .newsBlock__text {
  opacity: 1;
  visibility: visible;
}

.newsBlock__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 14/16;
  /* min-height: calc(66.5vw - 48px); */
  margin-top: 24px;
}

.newsBlock__btn {
  border-radius: 12px;
  width: 159px;
  height: 33px;
  max-height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
  margin-top: 32px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}

.newsBlock._more .newsBlock__btn {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

.contact__whatsApp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  height: 52px;
  margin: 0 auto;
  border: 1px solid #00a2d3;
}

.contact__whatsAppMob img,
.contact__whatsApp img {
  width: 26px;
  height: 26px;
  margin-right: 11px;
}

.contact__whatsAppMob span,
.contact__whatsApp span {
  font-weight: 400;
  font-size: 14px;
  line-height: 0%;
  color: #fff;
}

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

/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ -------------->*/
.swiper-slide-active .about__description {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 0.2s;
}

.about__description {
  transform: translateX(-10%);
  opacity: 0;
  visibility: hidden;
  transition: none;
}

/* <------------> */
@media screen and (min-width: 1024px) {
  .product-block__button-box button {
    width: 100%;
    max-width: 100%;
  }

  .product-tab__links a:first-child {
    width: 130px;
  }

  .product__info__right {
    width: 480px;
  }

  .product-block__main-tabs-link {
    max-width: 480px;
    margin-left: auto;
  }

  .product-block.active {
    position: relative;
    overflow: visible;
  }

  .product-block.active::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100vw;
    height: 100%;
    background: #00161d;
    z-index: -1;
  }
}
@media (max-height: 766px) {
  .remodal__container--halfheight {
    max-height: 100%;
  }
}
.img-dop-config {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.img-dop-config img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-size: cover;
  object-position: center;
}

.img-dop-config img._hide {
  opacity: 0;
}

/* product accessories */
.product-accessorie__back {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 16px;
  color: #05171f;
  text-decoration: none;
}

.product-accessorie-block {
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 30px;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  padding: 19px 21px;
  transition: all 0.1s ease 0s;
  overflow: hidden;
}

.product-accessorie__name {
  margin-bottom: 11px;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  color: #05171f;
}

.product-accessorie__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.product-accessorie__info__count {
  font-weight: 300;
  font-size: 14px;
  color: #000;
}

.product-accessorie__info__count span {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
}

.product-accessorie__info__article {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: #05171f;
}

.product-accessorie__info__article b {
  font-weight: 400;
}

.product-accessorie__wrap {
  display: flex;
}

.product-accessorie__image {
  margin: 0 auto;
  display: block;
  width: 50%;
  overflow: hidden;
}

.product-accessorie__image > img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-accessorie__content {
  width: 50%;
}

.product-accessorie__button-box {
  margin-bottom: 19px;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-accessorie__delivery {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #05171f;
  text-align: center;
}

.product-accessorie__button-box button {
  margin: 0;
  background-color: #00a2d3;
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
  height: 52px;
  margin: 0 auto;
  border: 1px solid #00a2d3;
}

.product-accessorie__description {
  margin: 20px 0;
  padding-top: 30px;
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: #05171f;
  padding-bottom: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-accessorie__description ul {
  list-style-type: disc;
  list-style-position: inside;
}

.product-accessorie__description ul li {
  margin-left: 14px;
}

@media (max-width: 766px) {
  .product-accessorie__wrap {
    flex-direction: column;
  }

  .product-accessorie__image {
    width: 100%;
  }

  .product-accessorie__content {
    width: 100%;
  }

  .product-accessorie__button-box button {
    height: 40px;
  }
}
@media screen and (max-width: 360px) {
  .product-accessorie__button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .product-accessorie__button-box button {
    margin-top: 20px;
    width: 100%;
  }
}
/* ============================new CSS============================ */
.site-input textarea.focus + .site-input-title,
.site-input textarea:focus + .site-input-title {
  font-size: 10px;
  margin-top: -10px;
  margin-left: -5px;
}

.site-textarea {
  flex-basis: calc(100% - 20px);
  min-height: 50px;
}

.site-textarea textarea {
  padding-top: 20px;
  min-height: 120px;
}

.site-textarea .site-input-title {
  top: 20%;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  height: 100vh;
  background-color: #001115;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 102;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 480px;
  min-height: 100%;
  min-height: fit-content;
  z-index: 1;
  background-color: #fff;
  border-radius: 24px;
  transition: transform 0.8s;
}

.modal-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: black;
}

.modal-close {
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 50px;
  border: 1px solid black;
  position: absolute;
  right: 18px;
  top: 15px;
  background-color: transparent;
}

.modal-close svg {
  width: 14px;
  height: 14px;
}

.about__slider .swiper-wrapper {
  height: max-content !important;
}

.serviceText__more {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(0);
}

.serviceText__body {
  position: relative;
}

.serviceText__btn-block {
  height: 38px;
}

.service-video__p {
  margin-bottom: 10px;
}

.service-video__list,
.service-video__list li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ======================================= СЃРµРєС†РёСЏ news ========================================= */
.newsBlock._more .newsBlock__btn {
  opacity: 1;
  visibility: visible;
  max-height: inherit;
}

.newsBlock._more .newsBlock__btn_fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.newsBlock__content {
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  z-index: 1;
  position: relative;
  will-change: max-height;
}

/* ======================================= СЃРµРєС†РёСЏ config ========================================= */
.config__results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(249px, 1fr));
  gap: 20px;
}

.config__img {
  width: 100%;
  position: relative;
  aspect-ratio: 1.5/1;
  max-width: fit-content;
}

.acardions-scroll {
  padding: 10px;
  max-height: 275px;
  overflow-x: hidden;
  overflow-y: auto;
}

.acardions-scroll::-webkit-scrollbar {
  width: 2px;
}

.acardions-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.acardions-scroll::-webkit-scrollbar-thumb {
  background-color: #00a2d3;
  border-radius: 20px;
}

.img-dop-config {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.img-dop-config img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-size: cover;
  object-position: center;
}

.img-dop-config img._hide {
  opacity: 0;
}

.site-price {
  display: block;
}

.site-radio input[type=checkbox] {
  display: flex;
  flex-direction: column;
}

.f15 img,
.f14 img {
  z-index: 1;
}

.accordion-item {
  width: 100%;
}

.config__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 85%;
}

.config__right {
  width: 70%;
}

.config__left {
  width: 28%;
}

.config__img {
  max-width: 70%;
  margin: 0 auto;
}

.config__img-block {
  display: contents;
}

.layer {
  pointer-events: none;
}

.layer img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.img-dop-config {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

/* new */
.newsBlock__img_mb10 {
  margin-bottom: 10px;
}

.product__slider .mySwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-slide a {
  display: block;
  width: 100%;
}

.catalogsCategories__buttons {
  z-index: 1;
}

.Accessories__things {
  padding: 0 21px 20px 21px;
}

/* new services ====================================================*/
.serviceText__more {
  width: 100%;
  position: static;
  display: flex;
  justify-content: center;
  transform: none;
  margin: 0 auto;
}

.serviceText__more span {
  margin-top: 30px;
  margin-left: 0;
}

.serviceText__content h3:not(:last-child) {
  margin-bottom: 10px;
}

.serviceText__content .video:not(:last-child) {
  margin-bottom: 20px;
}

.serviceText__content {
  transition: max-height 0.3s ease-in-out;
  will-change: max-height;
}

.serviceText__more {
  width: 100%;
  position: static;
  display: flex;
  justify-content: center;
  transform: none;
  margin: 0 auto;
}

.serviceText__more {
  margin-top: 32px;
  width: 114px;
  height: 24px;
  background: #efefef;
  border-radius: 12px;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.serviceText__title,
.serviceText__content {
  padding-inline: 21px;
}

.serviceText__content h3:not(:last-child) {
  margin-bottom: 10px;
}

.serviceText__content .video:not(:last-child) {
  margin-bottom: 20px;
}

.serviceText__content_min-height {
  max-height: 19.6px;
}

.serviceText.__dark .serviceText__content h3 {
  color: white;
}

.serviceText__content-block {
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  z-index: 1;
  position: relative;
  will-change: max-height;
}

.serviceText__text-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
}

.serviceText__text {
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #05171f;
  opacity: 0;
  visibility: hidden;
}

.serviceText__more_fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  border: none;
}

.serviceText.__dark .serviceText__more_fixed {
  background: transparent;
}

.serviceText__more::before {
  display: none;
}

.serviceText._active .serviceText__text {
  opacity: 1;
  visibility: visible;
}

.serviceText.__dark .serviceText__more {
  background: #efefef;
}

.serviceText._active .serviceText__text-visible {
  position: static;
  margin-bottom: 10px;
}

.serviceText {
  padding: 30px 0 55px 0;
}

.product-order-form .site-btn.site-btn--1:first-child > span {
  color: #000;
}

/* ======================================= section 20.07 ======================================= */
html.scrollbar-gutter {
  scrollbar-gutter: stable;
}

.body-scroll {
  overflow-y: hidden;
}

.section {
  width: 100%;
  padding: 30px 0 20px;
}

.section_pt43 {
  padding-top: 43px;
}

.section_pt48 {
  padding-top: 48px;
}

.section_pb34 {
  padding-bottom: 34px;
}

.section_pb38 {
  padding-bottom: 38px;
}

.section_pb52 {
  padding-bottom: 52px;
}

.section_pb70 {
  padding-bottom: 70px;
}

.section-bg-steam {
  background: url(../img2/steam.png) no-repeat center/cover;
}

.section-bg-car {
  background: url(../img2/track.png) no-repeat center/cover;
}

.section-bg-black {
  background-color: #00161d;
}

.section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}

.newsBlock_p-middle {
  padding: 48px 33px 37px 35px;
}

.expirience-video {
  margin-bottom: 0;
}

.expirience-titleSection {
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-title_uppercase {
  text-transform: uppercase;
}

.section-title_color-wite {
  color: #fff;
}

.newsBlock__text-visible > *:not(:last-child) {
  margin-bottom: 20px;
}

@-moz-document url-prefix() {
  .hidden-scroll {
    scrollbar-color: transparent;
    scrollbar-width: thin;
    border-radius: 0;
  }
}
.hidden-scroll::-webkit-scrollbar {
  height: 0;
  width: 0;
  border-radius: 0;
}

.hidden-scroll::-webkit-scrollbar-thumb {
  background: transparent;
  height: 0;
  border-radius: 0;
}

.hidden-scroll::-webkit-scrollbar-track {
  height: 0;
  background: transparent;
  border-radius: 0;
}

.hidden-scroll::-webkit-scrollbar-button {
  display: none;
}

.btn-global {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11.8px 27px;
  border: none;
  border-radius: 21.5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  background-color: #00a2d3;
}

.btn-global svg {
  width: 22px;
  height: 19px;
}

.pagination-global > .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  justify-content: center;
  margin-bottom: 0;
  gap: 10px;
}

.pagination-global > .swiper-pagination-bullet {
  background-color: #8a8a8a !important;
}

.pagination-global > .swiper-pagination-bullet-active {
  background-color: #00a2d3 !important;
}

.branded-border {
  position: relative;
}

.branded-border::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  inset: 0;
  left: 50%;
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  /* РџСЂРѕР·СЂР°С‡РЅР°СЏ РіСЂР°РЅРёС†Р°, С‡С‚РѕР±С‹ СЃРѕС…СЂР°РЅРёС‚СЊ РјРµСЃС‚Рѕ */
  border-radius: 18px;
  background: linear-gradient(45deg, #00a2d3 0%, rgba(0, 162, 211, 0) 100%) border-box;
  -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.m-0 {
  margin: 0;
}

.mt15 {
  margin-top: 15px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-10 {
  margin-bottom: 10px;
}

.our-nav__link {
  display: flex;
  justify-content: center;
  position: relative;
  height: fit-content;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #05171f;
}

.our-nav__text {
  display: block;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease;
}

.our-nav__line {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 3px;
  opacity: 0;
  background-color: #00a2d3;
  transition: opacity 0.2s ease;
}

.our-nav__link.active {
  color: #00a2d3;
}

.our-nav__link.active .our-nav__line {
  opacity: 1;
}

/* .fancybox */
.fancybox-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  top: auto;
  width: 100vw;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
}

.fancybox-thumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0px;
}

.fancybox-image,
.fancybox-spaceball img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.fancybox-thumbs__list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  list-style: none;
}

@-moz-document url-prefix() {
  .fancybox-thumbs__list {
    scrollbar-color: transparent;
    scrollbar-width: thin;
    border-radius: 0;
  }
}
.fancybox-thumbs__list::-webkit-scrollbar {
  height: 0;
  width: 0;
  border-radius: 0;
}

.fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: transparent;
  height: 0;
  border-radius: 0;
}

.fancybox-thumbs__list::-webkit-scrollbar-track {
  height: 0;
  background: transparent;
  border-radius: 0;
}

.fancybox-thumbs__list::-webkit-scrollbar-button {
  display: none;
}

.fancybox-thumbs__list a {
  height: 60px;
  margin-right: 10px;
  border-radius: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 69px;
  flex: 0 0 69px;
}

/* ======================================= expirience-polygon ======================================= */
.expirience-polygon__list {
  margin-bottom: 19px;
}

.expirience-polygon__item {
  gap: 40px;
  padding: 0 42px 0 35px;
}

.expirience-polygon__item > * {
  color: #fff;
}

.expirience-polygon__item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.expirience-polygon__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
}

.expirience-polygon__text h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}

.expirience-polygon__block-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 222px;
  /* height: 168px; */
  aspect-ratio: 16/11.9;
}

.expirience-polygon__block-img img {
  width: 100%;
  height: 100%;
}

/* ===========================================our-programs=========================================== */
.our-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}

.our-title span {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}

.our-programs__wrapper {
  padding: 0 19px 0 26px;
}

.our-programs__item {
  padding-inline: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.our-programs__item-slider {
  padding-inline: 0;
  border: none;
  overflow: hidden;
}

.our-programs__list-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.our-programs__list-title_gam-small {
  gap: 6px;
}

.our-programs__item_pb-middle {
  padding-block: 20px;
}

.our-programs__item_pb-big {
  padding-block: 24px;
}

.our-programs__item_border-none {
  border-bottom: none;
}

.our-programs__title_bigLight {
  line-height: 30px;
}

.our-programs__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}

.our-programs__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.our-programs__block-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 25px;
}

.our-programs__text_pr40 {
  padding-right: 40px;
}

.our-programs__text_pr35 {
  padding-right: 35px;
}

.our-programs__text_pr15 {
  padding-right: 15px;
}

.our-programs__price-dom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.our-programs__price-dom_center {
  justify-content: center;
}

.our-programs__price-dom_mb32 {
  margin-bottom: 32px;
}

.our-programs__price-dom_mb18 {
  margin-bottom: 18px;
}

.our-programs__title-descr {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.our-programs__price-btn {
  padding: 8px 5px;
  border: 1px solid rgba(211, 18, 0, 0.5);
  border-radius: 31px;
  width: 35%;
  font-weight: 600;
  font-size: 8px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #d31200;
  background-color: transparent;
}

.our-programs__block-title_mb30 {
  margin-bottom: 30px;
}

.our-programs__footer {
  display: flex;
  gap: 17px;
}

.our-programs__footer_pr30 {
  padding-right: 30px;
}

.our-programs__footer svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.our-programs__footer p {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
}

.our-programs__galery {
  padding-inline: 1.5px;
  overflow: hidden;
  width: 100%;
  /* height: 366px; */
  aspect-ratio: 16/16.044;
  border-radius: 20px;
}

.our-programs__galery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------- our-slider ---------------------------------- */
.our-slider__list {
  margin-bottom: 20px;
}

.our-slider__img-block {
  /* width: calc(175/249*100%); */
  aspect-ratio: 16/13;
  /* height: 143px; */
}

.our-slider__img-block img {
  width: 100%;
  height: 100%;
}

.our-slider__block-content {
  display: contents;
}

.our-slider__top {
  display: flex;
  justify-content: space-between;
  gap: 17px;
  margin-bottom: 14px;
}

.our-slider__middle {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-bottom: 24px;
}

.our-slider__item {
  border-radius: 18px;
  padding: 9px 16px 40px 18px;
}

.our-slider__btn {
  border: 1px solid #00a2d3;
  color: #00a2d3;
  background-color: transparent;
}

.our-slider__top h3 {
  padding-top: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

/* --------------------------------- our-price --------------------------------- */
.our-price ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.our-price li {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.our-price__present {
  display: flex;
  align-items: center;
  gap: 12px;
}

.our-price__present svg {
  width: 17px;
  height: 17px;
}

/* ----------------------------- track ----------------------------- */
.track__wrapper {
  padding: 0 33px 0 35px;
}

.track__header {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-bottom: 17px;
}

.track__logo {
  width: 104px;
  height: 63px;
}

.track__logo img {
  width: 100%;
  height: 100%;
}

.track__content > * {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}

.track__content > *:not(:last-child) {
  margin-bottom: 20px;
}

.track__content {
  margin-bottom: 32px;
}

.track__spare-table {
  margin-bottom: 35px;
}

.track__bottom-suptitle {
  padding-left: 14px;
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}

.track__btn {
  margin: 0 auto;
}

.track__btn svg {
  width: 24px;
  height: 24px;
}

/* ------------------------------- .spare-detail ------------------------------- */
.spare-table table {
  border: none;
}

.spare-table .spare-table__scroll {
  overflow-x: scroll;
}

.spare-table table {
  border-collapse: separate;
}

.spare-table tbody tr td {
  padding: 15px 0 6px;
  border-bottom: 1px dashed #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}

.spare-table table tbody tr {
  position: relative;
  border-radius: 16px;
}

.spare-table table td:first-child {
  width: 5%;
}

.spare-table table tr td {
  padding-inline: 5px;
  text-align: center;
}

.spare-table table th,
.spare-table table td {
  border-right: none;
}

.spare-table table {
  width: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.spare-table__scroll {
  overflow-x: auto;
}

.spare-table table th {
  color: #fff;
  padding-block: 0;
  padding-bottom: 6px;
  padding-inline: 10px;
  text-wrap: nowrap;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
}

.spare-table table tr {
  border: none;
}

.spare-table thead {
  background: transparent;
}

/* --------------------------------- addition --------------------------------- */
.addition__wrapper {
  padding: 0 33px 0 35px;
}

.addition__wrapper_color-text > * {
  color: #fff;
}

.addition__title {
  margin-bottom: 7px;
  line-height: 120%;
}

.addition__text {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.addition__rest-block,
.addition__rest-full,
.addition__rest {
  position: relative;
  display: flex;
  flex-direction: column;
}

.addition__rest-full,
.addition__rest {
  gap: 25px;
  padding: 16px 0 18px 0;
}

.addition__rest_gap-middle {
  gap: 34px;
}

.addition__rest-block {
  gap: 37px;
}

.addition__rest-full {
  padding-inline: 20px;
  margin-inline: -20px;
}

/* --------------------------------- addition-swiper --------------------------------- */
.swiper {
  max-width: 100%;
}

.addition-swiper__block-img,
.addition-swiper__slide {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.swiper-wrapper_mb20 {
  margin-bottom: 20px;
}

.addition-swiper__slide {
  display: flex;
  aspect-ratio: 16/16.18;
  /* height: 366px; */
}

.addition-swiper__block-img {
  margin-bottom: 10px;
  max-width: 100%;
  aspect-ratio: 16/10.39;
  /* height: 235px; */
  border: none;
}

.addition-swiper__slide_size-sm {
  aspect-ratio: 16/11.34;
  /* height: 256px; */
}

.addition-swiper__slide-small {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 100%;
}

.addition-swiper__slide-small p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.addition-swiper__slide-small time {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}

.addition-swiper__pagination {
  bottom: -43px !important;
}

.addition-swiper__pagination_mb-sm {
  bottom: -34px !important;
}

.addition-swiper__block-img img,
.addition-swiper__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.addition-swiper__slide {
  /* height: fit-content; */
  width: 100%;
  border: none;
}

.addition-swiper__slide_size-xl {
  aspect-ratio: 16/18.79;
  /* height: 425px; */
}

.addition-swiper__pagination {
  position: absolute;
  bottom: 0;
}

.addition-swiper_visible-y {
  overflow-x: clip;
  overflow-y: visible;
}

.addition-swiper__absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.addition-swiper__price {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32%;
  color: #fff;
}

.rest__title {
  line-height: 29px;
}

.rest__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}

/* ---------------------pros--------------------- */
.pros__wrapper {
  padding: 10px 33px 0 35px;
}

.pros__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pros__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pros__list li p {
  margin-top: auto;
  font-weight: 300;
  font-size: 11px;
  line-height: 140%;
  color: #fff;
}

/* advantagesExp */
.advantagesExp__wrapper {
  padding: 0 33px 0 35px;
}

.addition-swiper__inner h3,
.addition-swiper__inner p {
  margin-bottom: 23px;
}

.advantagesExp__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 46px;
  gap: 10px 45px;
  align-items: baseline;
}

.advantagesExp__content,
.advantagesExp__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantagesExp__content {
  gap: 7px;
}

.advantagesExp__body {
  padding: 25px 33px 25px 35px;
  margin: 0 -20px;
}

.advantagesExp__content h3 {
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  text-transform: uppercase;
  /*text-wrap: nowrap;*/
  text-align: center;
}

.advantagesExp__img-block {
  margin-bottom: 12px;
  aspect-ratio: 16/16;
  width: 50px;
}

.advantagesExp__img-block img {
  width: 100%;
  height: 100%;
}

.advantagesExp__content p {
  font-weight: 300;
  font-size: 11px;
  line-height: 140%;
  text-align: center;
}

.dvantagesExp-our-programs {
  margin-left: -15px;
}

/* ------------------------------.contactExp------------------------------ */
.contactExp {
  padding: 59px 15px 30px 37px;
}

.contactExp__list {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.contactExp__item {
  display: flex;
  gap: 20px;
}

.contactExp__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.contactExp__img-block {
  display: flex;
  width: 22px;
  height: 31px;
}

.contactExp__img-block img {
  width: 100px;
  height: 100%;
}

/* ----------------------------- madal-event ----------------------------- */
.madal-event h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.remodal__container_white {
  background-color: #fff;
}

.madal-event__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100vh;
  overflow-y: scroll;
  padding: 10px;
}

.madal-event__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.madal-close {
  width: 40px;
  height: 40px;
}

.madal-event__content > * {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.madal-event__content strong {
  font-weight: 600;
}

.madal-event__content strong a {
  color: #000000;
  text-decoration: underline;
}

.madal-event__img-block {
  width: 100%;
  aspect-ratio: 16/9;
}

.madal-event__img-block img {
  width: 100%;
  height: 100%;
}

.madal-close {
  background-image: url(../img2/close.svg);
}

@media screen and (max-width: 1200px) {
  .Accessories__things {
    padding: 0 15px 20px 15px;
    gap: 20px;
  }

  .Accessories__thing {
    min-width: 100%;
  }

  /* .Accessories__name {
        word-break: break-all;
    } */
  .Accessories__thing {
    gap: 5px;
  }

  .img-thing {
    object-fit: fill;
  }
}
@media (max-width: 860px) {
  .config {
    padding: 20px;
  }

  .config__img {
    aspect-ratio: 1.6/1;
  }

  .config__rotate {
    left: 0;
  }

  .config__right,
.config__left {
    display: contents;
  }

  .config__inner {
    flex-direction: column;
  }

  .config__results {
    gap: 20px;
  }

  .config .product-block__images-params {
    margin-bottom: 15px;
  }

  .config__result {
    gap: 10px;
  }

  .config__img {
    max-width: 90%;
  }

  .config__results {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .acardions-scroll {
    padding: 0;
    padding-right: 10px;
  }
}
@media (min-width: 860px) {
  .our-slider__block-content {
    display: flex;
    flex-direction: column;
  }

  .our-slider__item {
    display: flex;
    flex-direction: row;
  }

  .our-programs__galery {
    aspect-ratio: 16/12.044;
  }

  .our-programs__galery img {
    object-position: top;
  }
}
@media screen and (max-width: 768px) {
  .Accessories__img {
    aspect-ratio: 1.2/1;
  }

  .product-block__gallerry-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .product__slider > .swiper.mySwiper .swiper-slide {
    height: min-content;
  }

  .product__slider .swiper-slide iframe {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .modal-content {
    width: 95%;
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .config {
    padding: 10px 0;
  }

  .config__img {
    aspect-ratio: 1.2/1;
  }

  .config__img-block {
    display: block;
    padding-inline: 10px;
  }
}
@media (max-width: 400px) {
  .expirience-polygon__item {
    padding: 0 20px;
  }

  .advantagesExp__wrapper,
.pros__wrapper,
.addition__wrapper,
.track__wrapper,
.our-programs__wrapper {
    padding: 0 15px;
  }

  .contactExp {
    padding: 20px 15px;
  }

  .our-programs__item {
    padding-inline: 0;
  }

  .our-nav__link {
    font-size: 11px;
  }

  .our-programs__price-btn {
    width: 45%;
  }

  .our-programs__text {
    padding-right: 0px;
  }

  .our-programs__price-dom {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .addition__rest-full {
    padding-inline: 10px;
    margin-inline: -10px;
  }

  .addition__rest-full,
.addition__rest {
    gap: 15px;
    padding: 15px 0;
  }

  .addition__rest-full {
    padding: 15px;
  }

  .newsBlock_p-middle {
    padding: 15px;
  }

  .pros__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .pros__list li p {
    text-align: center;
  }

  .advantagesExp__list {
    gap: 10px;
  }

  .advantagesExp__body {
    padding: 10px;
    margin: 0 -10px;
  }

  .advantagesExp__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }

  .dvantagesExp-our-programs {
    margin: 0;
  }

  .contactExp .contact__text {
    font-size: 18px;
  }
}
/* end product accessories btn-global .product-block__button-box button .gallery__img .product-block__gallerry-list .product-block__button-box button */
/* Р Р°СЃС‚СЏРіРёРІР°РµРј СЃР»Р°Р№Рґ СЃ РІРёРґРµРѕ РїРѕ РІС‹СЃРѕС‚Рµ */
.about__slider .swiper-slide.video {
  height: 100%;
  padding: 0;
}

/* Р Р°СЃС‚СЏРіРёРІР°РµРј iframe РЅР° РІСЃСЋ РІС‹СЃРѕС‚Сѓ СЃР»Р°Р№РґР° */
.about__slider .swiper-slide.video iframe {
  height: 100%;
  min-height: 400px;
}

/* РћР±РµСЃРїРµС‡РёРІР°РµРј РїСЂР°РІРёР»СЊРЅСѓСЋ РІС‹СЃРѕС‚Сѓ РґР»СЏ РєРѕРЅС‚РµР№РЅРµСЂР° СЃР»Р°Р№РґРµСЂР° */
.about__slider > .swiper {
  height: 100%;
}

/* РЈР±РёСЂР°РµРј С„РёРєСЃРёСЂРѕРІР°РЅРЅРѕРµ СЃРѕРѕС‚РЅРѕС€РµРЅРёРµ СЃС‚РѕСЂРѕРЅ РґР»СЏ РІРёРґРµРѕ РІ СЃР»Р°Р№РґРµСЂРµ */
.about__slider .swiper-slide.video {
  aspect-ratio: unset;
}

.product-block__gallerry-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-block__gallerry-list .Accessories__thing {
  width: calc(50% - 10px);
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: grayscale(1);
}

.shopping-cart {
  width: 100%;
  padding: 0 20px 70px 20px;
}

.shopping-cart__description {
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
  display: block;
  width: 100%;
}

.shopping-cart__description a {
  text-decoration: underline;
  color: #00a2d3;
}

.shopping-cart__description a:hover {
  text-decoration: none;
}

.shopping-cart__title {
  margin-bottom: 45px;
  display: block;
  color: #05171f;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
}

.continue-shopping {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.continue-shopping a {
  color: #05171f;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  padding: 15px 0;
  display: inline-block;
}

.shopping-cart-item {
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.shopping-cart-item__title {
  display: block;
  color: #05171f;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 5px;
}

.shopping-cart-item__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopping-cart-item__img {
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
}

.shopping-cart-item__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.shopping-cart-item__cost {
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.shopping-cart-item__cost span {
  font-size: 14px;
}

.shopping-cart-item__numbers {
  display: flex;
  align-items: center;
}

.shopping-cart__method-of-obtaining {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.shopping-cart__payment {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.shopping-cart__title-sm {
  color: #05171f;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.shopping-cart__delivery {
  color: #05171f;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
}

.shopping-cart__choose {
  width: 100%;
}

.shopping-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.shopping-cart__total-cost {
  color: black;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  flex-wrap: wrap;
}

.shopping-cart__total-cost strong {
  font-weight: 500;
}

.shopping-cart__total-cost span {
  color: #05171f;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
}

.shopping-cart__button button {
  display: inline-flex;
  align-items: center;
  padding: 0 20px 0 36px;
  height: 57px;
  border-radius: 21.5px;
  background: #00a2d3;
  color: white;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  border: 0;
}

.shopping-cart__button button .icon {
  margin-left: 30px;
}

.input-number {
  width: 40px !important;
  height: 40px !important;
  vertical-align: top;
  text-align: center;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: black !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  padding: 0 !important;
}

.input-number-decrement {
  width: 30px;
  height: 40px;
  color: #8a8a8a;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-number-increment {
  width: 30px;
  height: 40px;
  color: #8a8a8a;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rules-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #001115;
  display: none;
  z-index: 9999;
  padding: 50px 20px 20px 20px;
}

.rules-modal.open {
  display: block;
}

.rules-modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 0;
  z-index: 1;
  border: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/close-round.png) 50% 50% no-repeat;
  background-size: 20px auto;
}

.rules-modal__title {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
}

.rules-modal p {
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}

.rules-modal p:last-child {
  margin-bottom: 0;
}

.shopping-cart-item {
  transition: 1s;
  height: 120px;
  overflow: hidden;
}

.shopping-cart-item.delete {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  border-color: transparent;
  animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    height: 120px;
  }
  99% {
    height: 0px;
    border: none;
  }
  100% {
    height: 0;
    /* Конечная высота */
    overflow: hidden;
    margin: 0;
  }
}
.order-placed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #001115;
  display: none;
  z-index: 9999;
  padding: 50px 20px 20px 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.order-placed-modal.show {
  display: flex;
}

.order-placed-modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 0;
  z-index: 1;
  border: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/close-round.png) 50% 50% no-repeat;
  background-size: 20px auto;
}

.order-placed-modal__title {
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.order-placed-modal p {
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}

.order-placed-modal p:last-child {
  margin-bottom: 0;
}

.order-placed-modal__back {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  border-radius: 21.5px;
  background: #00a2d3;
  color: white;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--radio .control__indicator:after {
  left: 4px;
  top: 4px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.delivery-company {
  padding-bottom: 20px;
}

.delivery-departure {
  padding-bottom: 20px;
}

.form-group {
  margin-bottom: 10px;
}

.form-group input {
  font-size: 14px;
  color: #000 !important;
}

.form-group input::-moz-placeholder {
  color: #000;
}

.form-group input::placeholder {
  color: #000;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding-left: 20px;
  font-weight: 500;
}

/*# sourceMappingURL=styles.css.map */
.header {
  padding-top: 0;
}

.header__top {
  background-color: #f2f3f7;
}

.header-list {
  display: flex;
  gap: 15px;
  list-style: none;
}

.header-list__item a {
  display: block;
  padding: 16px 0 17px;
  color: #5b6b78;
  font-family: "Museo Sans Cyrl";
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.btn-reset.burger {
  margin-left: auto;
  margin-right: 30px;
  width: 28px;
  height: 21px;
}

.btn-reset.burger svg path {
  transition: all 0.3s ease 0s;
}

.desctop-list {
  display: flex;
  list-style: none;
  gap: 10px;
}

.desctop-list__item a {
  display: block;
  padding: 10px;
  color: #05171f;
  font-family: "Museo Sans Cyrl";
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

@media (min-width: 991px) and (max-width: 1150px) {
  .desctop-list__item a {
    padding: 5px;
  }
}
@media (min-width: 991px) and (max-width: 1050px) {
  .desctop-list__item a {
    font-size: 11px;
  }
}
.desctop-list__item.active a {
  color: #00a2d3;
}

.catalogsCategories__text {
  font-size: 16px;
}

.catalogs-main {
  position: relative;
  width: 100%;
}

.catalogs-main .catalog {
  padding-bottom: 180px;
  padding-top: 0;
}

.catalog__item {
  position: relative;
  border: 1px dashed #00a2d3;
  border-radius: 18px;
}

.catalog__top {
  z-index: 2;
  flex-direction: column;
}

.catalog__img {
  width: 100%;
}

.catalog__info {
  width: 100%;
  padding-left: 0;
}

.catalog__bottom {
  justify-content: center;
}

.catalog__bottom .catalog__btn {
  display: none;
}

.catalog-decor-1 {
  position: absolute;
  top: 0;
  transform: translateX(-68%);
}

.catalog-decor-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.catalog__offer {
  position: absolute;
  z-index: 4;
  bottom: 97.5%;
  left: -10px;
  display: flex;
  flex-direction: column;
  gap: 2.5px;
}

.catalog__stock {
  border-radius: 21.5px;
  background-color: #d33739;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  transform: rotate(-4.46deg);
  max-width: 150px;
  max-height: 21px;
  width: 100%;
  height: 100%;
}

.catalog__special {
  background-color: #d33775;
}

.catalog__price .old-price {
  color: #5b6b78;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
}

.catalog__price .old-price span {
  font-size: 9px;
}

.product-block__price .old-price {
  color: #5b6b78;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
}

.product-block__price .old-price span {
  font-size: 9px;
}

.catalog__price {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.new-price {
  font-size: 18px;
  color: #d33775;
  font-weight: 600;
}

.new-price span {
  color: #5b6b78;
  font-size: 20px;
  font-weight: 500;
}

.video {
  margin-bottom: 0;
}

.section-video {
  position: relative;
  width: 100%;
}

.section-expirience {
  position: relative;
  width: 100%;
}

.ymaps-2-1-79-balloon__tail::after {
  display: none;
}

.ymaps-2-1-79-balloon__close {
  display: none;
}

.ymaps-2-1-79-balloon__layout .ymaps-2-1-79-balloon__content {
  margin-right: 0 !important;
  font-family: "Museo Sans Cyrl", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding: 15px 30px !important;
  color: #5b6b78;
  border-radius: 104px;
  background: white;
}

.ymaps-2-1-79-balloon-pane .ymaps-2-1-79-balloon__layout {
  background: initial;
}

.ymaps-2-1-79-balloon-pane .ymaps-2-1-79-balloon {
  box-shadow: none;
}

.content-map {
  max-width: 270px;
}

.Accessories__thingName {
  display: none;
}

.contact__list {
  display: grid;
  gap: 30px;
  max-width: 60%;
}

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

.footer__phone {
  transition: all 0.3s ease 0s;
}

.whatsApp svg {
  width: 20px;
  height: 20px;
  margin-right: 9px;
  transition: all 0.3s ease 0s;
}

.footer__body {
  width: 100%;
}

.whatsApp {
  justify-content: start;
  gap: 10px;
}

.catalogsCategories__btn {
  transition: all 0.3s ease 0s;
}

@media (min-width: 992px) {
  .catalog {
    padding-top: 82px;
    padding-bottom: 135px;
  }

  .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .logo {
    order: -1;
    position: relative;
    width: 81px;
    height: 66px;
  }

  .logo-expirience {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: calc(100% + 30px);
    transition: all 0.3s ease 0s;
  }

  .header:not(.fixed) .logo-expirience {
    width: 60%;
    height: auto;
  }

  .header.fixed {
    padding-bottom: 0;
  }

  .header.fixed .header__container {
    transition: all 0.3s ease 0s;
    padding: 25px 20px;
  }

  .header.fixed .tel__block-text {
    margin-bottom: 5px;
  }

  .burger span {
    display: none;
  }

  /*.about {
    display: none;
  }*/
  .tel__block {
    order: 2;
    margin-left: 58px;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
  }

  /* РўР°Р±-РїР°РЅРµР»СЊ */

  /* РћСЃРЅРѕРІРЅР°СЏ СЃРµС‚РєР° */

  /* РРєРѕРЅРєР° Play */

  /* РЎР»Р°Р№РґРµСЂ РјРёРЅРёР°С‚СЋСЂ */

  /* РљРЅРѕРїРєРё РЅР°РІРёРіР°С†РёРё */

  /* .main-gallery {
    padding-top: 50px;
  }
  .main-contact {
    padding-top: 50px;
  }
  .main-cart {
    padding-top: 50px;
  }
  .main-expirience {
    padding-top: 50px;
  } */

  /* РљРЅРѕРїРєР° РІРёРґРµРѕ */

  /* РќРµР°РєС‚РёРІРЅР°СЏ РєРЅРѕРїРєР° */

  /* РћРїС†РёРѕРЅР°Р»СЊРЅРѕ: СЌС„С„РµРєС‚ РїСЂРё РЅР°РІРµРґРµРЅРёРё */
}
@media (min-width: 992px) and (max-width: 1150px) {
  .tel__block {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .header:not(.fixed) .tel__block {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .tel__block-text {
    color: #5b6b78;
    font-weight: 700;
    margin-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .catalog__items {
    flex-direction: row;
    gap: 25px;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .new-price {
    font-weight: 900;
  }
}
@media (min-width: 992px) {
  .cart {
    margin-left: 58px;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  .cart {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .catalogsCategories {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .catalogsCategories__title {
    font-size: 40px;
    margin-bottom: 35px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .catalogsCategories__top .catalogsCategories__buttons {
    display: none;
  }
}
@media (min-width: 992px) {
  .catalog .catalogsCategories__buttons {
    margin-top: 23px;
  }
}
@media (min-width: 992px) {
  .catalogsCategories__slider {
    margin-top: 0;
    margin-left: 10%;
    cursor: pointer;
    margin-top: -20px;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .catalogs-main .catalogsCategories__slider {
    max-width: 434px;
    margin-top: -20px;
  }
}
@media (min-width: 992px) {
  .section-accessories .catalogsCategories__slider {
    max-width: 568px;
  }
}
@media (min-width: 992px) {
  .section-accessories .swiper-wrapper {
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .section-accessories .catalogsCategories__title {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .section-accessories .catalogsCategories.catalogsCategories-black {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .page-main .video__title {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    color: black;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    padding: 32px 50px;
    background-color: #fff;
    border-radius: 55px;
  }
}
@media (min-width: 992px) {
  .catalog__name {
    text-align: center;
    max-width: 160px;
    margin: 0 auto;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .site-btn.site-btn--1.site-btn-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 20px 0 30px;
    max-height: 34px;
    max-width: 153px;
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .site-btn > span:not(.site-btn-icon) {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .catalogsCategories-test__left {
    display: flex;
    flex-direction: column;
    max-width: 45%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section-expirience .catalogsCategories.catalogsCategories-test {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .catalogsCategories-test .testDrive__img {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .catalogsCategories-test .catalogsCategories__text {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .catalogsCategories-test .catalogsCategories__buttons {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .catalogsCategories-test .catalogsCategories__title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .catalogsCategories.catalogsCategories-black {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
@media (min-width: 992px) {
  .catalogsCategories.catalogsCategories-black .catalogsCategories__title {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .catalogsCategories.catalogsCategories-black .catalogsCategories__buttons {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .catalogsCategories.catalogsCategories-black .catalogsCategories__slider {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .section-accessories {
    background: #00161d;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 992px) {
  .section-accessories .catalogsCategories.catalogsCategories-black {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .accessories-video-left {
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    border-radius: 260.5px;
    overflow: hidden;
    transform: translateX(-41%);
    display: flex;
    max-width: 44.6%;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .accessories-video-left iframe {
    height: 100%;
    pointer-events: none;
    transform: translateX(41%);
  }
}
@media (min-width: 992px) {
  .accessories-video-right {
    position: absolute;
    right: 0%;
    top: 0;
    height: 100%;
    border-radius: 260.5px;
    overflow: hidden;
    transform: translateX(41%);
    display: flex;
    max-width: 44.6%;
  }
}
@media (min-width: 992px) {
  .accessories-video-right iframe {
    height: 100%;
    pointer-events: none;
    transform: translateX(-41%);
  }
}
@media (min-width: 992px) {
  .accessories-video-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 67px;
    transform: translateY(-50%);
    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 209, 244, 0.64);
    color: white;
    font-size: 100%;
    backdrop-filter: blur(4px);
    min-height: 0px;
    min-width: 0px;
    border-radius: 100%;
    width: 72px;
    height: 72px;
  }
}
@media (min-width: 992px) {
  .accessories-video-btn-right {
    display: none;
    position: absolute;
    top: 50%;
    left: 67px;
    transform: translateY(-50%);
    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 209, 244, 0.64);
    color: white;
    font-size: 100%;
    backdrop-filter: blur(4px);
    min-height: 0px;
    min-width: 0px;
    border-radius: 100%;
    width: 72px;
    height: 72px;
  }
}
@media (min-width: 992px) {
  .accessories-video-btn-right svg {
    transform: rotate(-180deg);
  }
}
@media (min-width: 992px) {
  .section-equipment {
    width: 100%;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    height: 565px;
  }
}
@media (min-width: 992px) {
  .section-equipment .catalogsCategories {
    margin: 0 auto;
    gap: 10%;
  }
}
@media (min-width: 992px) {
  .section-equipment .catalogsCategories__slider {
    max-width: 433px;
    order: -1;
  }
}
@media (min-width: 992px) {
  .section-equipment-spare .catalogsCategories__slider {
    order: 1;
  }
}
@media (min-width: 992px) {
  .section-equipment-spare .catalogsCategories.catalogsCategories-black .catalogsCategories__title {
    margin-bottom: 40px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .section-equipment .catalogsCategories__text {
    margin-bottom: 35px;
    display: block;
  }
}
@media (min-width: 992px) {
  .section-equipment-spare {
    background-color: #00161d;
    position: relative;
  }
}
@media (min-width: 992px) {
  .section-equipment-spare .catalogsCategories.catalogsCategories-black {
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .section-equipment-spare .catalogsCategories__buttons {
    justify-content: end;
  }
}
@media (min-width: 992px) {
  .section-service .catalogsCategories {
    margin: 0 auto;
    gap: 0%;
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .section-service {
    width: 100%;
    position: relative;
    padding-top: 132px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .section-service .service__img {
    margin-top: 0;
    max-width: 350px;
    order: -1;
  }
}
@media (min-width: 992px) {
  .catalogsCategories__body {
    display: flex;
    flex-direction: column;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .catalog__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    padding: 25px 0;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid #00a2d380;
    text-wrap-mode: nowrap;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .catalog__head {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    width: 100%;
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .catalog__price {
    color: #455360;
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .nav._show .nav__back::before {
    width: 250vw;
  }
}
@media (min-width: 992px) {
  ._menu nav {
    z-index: 160;
  }
}
@media (min-width: 992px) {
  .nav__list {
    max-width: 360px;
    margin: 0 auto;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .nav__item:nth-child(n+1) {
    border: none;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .nav__item > span:nth-child(2) {
    transition: all 0.3s ease 0s;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .nav__item > img {
    display: none;
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .nav__list-close-desctop {
    width: fit-content;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .product__info__name {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
  }
}
@media (min-width: 992px) {
  .product-block {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .product__info {
    justify-content: start;
    align-items: center;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .product__info .product-block__main-tabs-link {
    display: block;
    margin-left: 30px;
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) {
  .product__info .product__info__left {
    width: fit-content;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #00a2d380;
  }
}
@media (min-width: 992px) {
  .product__info .product__info__count {
    display: none;
  }
}
@media (min-width: 992px) {
  .product__info .product__info__right {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-block__main-info {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .product-block__images-section {
    max-width: 460px;
  }
}
@media (min-width: 992px) {
  .product-block__main-left {
    justify-content: center;
    gap: 120px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .product-block__content-section {
    display: flex;
    gap: 60px;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .product__description {
    margin-top: 0;
    border: none;
  }
}
@media (min-width: 992px) {
  .product-block__body {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .product__info__right {
    width: auto;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .product-block__price span.new-price {
    font-size: 32px;
    font-weight: 900;
  }
}
@media (min-width: 992px) {
  .product-block__price span.old-price {
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .product-tab__content {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .product-tab__links {
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .product-gallery {
    margin: 0 auto;
    background: #00161d;
    padding-top: 40px;
    padding-bottom: 90px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-gallery .product-block__main-tabs-link {
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .product-gallery .product-block__main-tabs-link::before {
    position: absolute;
    content: "";
    width: 100vw;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 2px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 992px) {
  .product-gallery .product-block__main-tabs-item {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    margin-right: 55px;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
  }
}
@media (min-width: 992px) {
  .product-block__main-tabs-item.active {
    color: #00a2d3;
    border-bottom: 3px solid #00a2d3;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .product-block__main-tabs-link a.active::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-gallery__main {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .product-gallery__main a {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    display: block;
    transition: all 0.3s ease;
  }
}
@media (min-width: 992px) {
  .product-gallery__main a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
  }
}
@media (min-width: 992px) {
  .product-gallery__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 150, 200, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .product-gallery__thumbs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .product-gallery__thumbs-container {
    flex: 1;
    overflow: hidden;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .product-gallery__thumbs-track {
    display: flex;
    gap: 10px;
    transition: transform 0.3s ease;
  }
}
@media (min-width: 992px) {
  .product-gallery__thumbs-track a {
    position: relative;
    flex-shrink: 0;
    width: 120px;
    height: 80px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .product-gallery__thumbs-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .product-gallery__play-icon-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: rgba(0, 150, 200, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .product-gallery__thumb-prev,
.product-gallery__thumb-next {
    width: 40px;
    height: 40px;
    background: #00161d;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    transition: background 0.3s;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .product-gallery__thumb-next svg {
    transform: rotate(-180deg);
  }
}
@media (min-width: 992px) {
  .product-gallery__thumb-prev:disabled,
.product-gallery__thumb-next:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
}
@media (min-width: 992px) {
  .product-block__gallerry-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 992px) {
  .product-block__tab-item:first-child.active > .product-block__main-tabs-link {
    display: none;
  }
}
@media (min-width: 992px) {
  .Accessories {
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .Accessories__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    width: fit-content;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #00a2d380;
  }
}
@media (min-width: 992px) {
  .Accessories__price {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .Accessories__name {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .product-block__gallerry-list .Accessories__thing {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .Accessories__price span {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .Accessories__img {
    width: 100%;
    max-width: 170px;
  }
}
@media (min-width: 992px) {
  .Accessories__items {
    flex-direction: row;
    padding-left: 30px;
    width: 60%;
    margin-top: 0;
    border: none;
    padding-top: 15px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .Accessories__btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .Accessories__thing {
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .Accessories__things {
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: 60px;
    row-gap: 55px;
    column-gap: 50px;
  }
}
@media (min-width: 992px) {
  .Accessories-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    font-family: Arial, sans-serif;
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  .Accessories-pagination .arrow {
    background: linear-gradient(to bottom, #00a1bd, #04d4f9);
    border: none;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}
@media (min-width: 992px) {
  .Accessories-pagination .arrow.left svg {
    transform: rotate(0deg);
    width: 18px;
  }
}
@media (min-width: 992px) {
  .Accessories-pagination .arrow.right svg {
    width: 18px;
  }
}
@media (min-width: 992px) {
  .Accessories-pagination .pages {
    list-style: none;
    display: flex;
    gap: 45px;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .Accessories-pagination .page {
    color: #555;
    font-size: 18px;
    cursor: pointer;
    position: relative;
  }
}
@media (min-width: 992px) {
  .Accessories-pagination .page::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #bbb;
    border-radius: 50%;
    margin: 6px auto 0;
    transition: background 0.3s;
  }
}
@media (min-width: 992px) {
  .Accessories-pagination .page.active {
    color: #000;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .Accessories-pagination .page.active::after {
    background: #00bcd4;
  }
}
@media (min-width: 992px) {
  .product-accessorie__name {
    color: #05171f;
    font-family: "Museo Sans Cyrl";
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .product-accessorie__back {
    margin-bottom: 40px;
    border-top: none;
  }
}
@media (min-width: 992px) {
  .product-accessorie__image {
    width: 100%;
    margin-right: 130px;
    margin-left: 0;
    max-width: 466px;
  }
}
@media (min-width: 992px) {
  .product-accessorie__info {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-accessorie__content {
    display: flex;
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .product-accessorie__delivery {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-accessorie__button-box {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .product-accessorie__button-price {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #455360;
  }
}
@media (min-width: 992px) {
  .product-accessorie__button-price span {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0%;
  }
}
@media (min-width: 992px) {
  .product-accessorie__description {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}
@media (min-width: 992px) {
  .product-accessorie-block {
    margin-bottom: 0px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .Similar.Accessories .Accessories__title {
    border: none;
    padding: 0;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  main {
    padding-top: 84px;
  }
}
@media (min-width: 992px) {
  .main-team {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .main-news .newsContainer {
    display: none;
  }
}
@media (min-width: 992px) {
  .block-news {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 170px;
  }
}
@media (min-width: 992px) {
  .block-news__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    column-gap: 30px;
    row-gap: 50px;
    margin: 60px auto 0px;
  }
}
@media (min-width: 992px) {
  .block-news__item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .block-news__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .block-news__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media (min-width: 992px) {
  .block-news__media iframe {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .block-news__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* Р·Р°РЅРёРјР°РµС‚ РІСЃС‘ РґРѕСЃС‚СѓРїРЅРѕРµ РјРµСЃС‚Рѕ */
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .block-title-news {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
  }
}
@media (min-width: 992px) {
  .block-news__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
  }
}
@media (min-width: 992px) {
  .block-news__text {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .block-news__btn {
    background: #f4f4f4;
    border: none;
    border-radius: 24px;
    padding: 10px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .accessories-video-btn {
    position: absolute;
    top: 50%;
    right: 67px;
    transform: translateY(-50%);
    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 209, 244, 0.64);
    color: #fff;
    backdrop-filter: blur(4px);
    border-radius: 100%;
    width: 72px;
    height: 72px;
  }
}
@media (min-width: 992px) {
  .block-news__media .accessories-video-btn {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px) {
  .gallery {
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .gallery__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .gallery__items {
    grid-template-columns: repeat(4, calc(25% - 20.5px));
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .gallery__item._show {
    grid-column: span 4;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .gallery__item._show .gallery__slider {
    max-width: 50%;
    margin-left: auto;
    margin-right: 50px;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .gallery__item._show .gallery__name {
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    position: absolute;
    top: 0;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .gallery__item .gallery__slider {
    transition: all 0.3s ease 0s;
    pointer-events: all;
    border-radius: 12px;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .gallery__item .product__slider__arrow.__next {
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .gallery__item .product__slider__arrow.__prev {
    left: calc(50% - 70px);
    top: 50%;
    transform: translate(-100%, -50%) rotate(-180deg);
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .gallery__item .slider-pagination {
    left: 50%;
  }
}
@media (min-width: 992px) {
  .gallery__thumbs {
    display: none;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .gallery__item._show .gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 РєРѕР»РѕРЅРєРё */
    width: 100%;
    gap: 15px;
    max-width: 30%;
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .gallery__name {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .gallery__thumb {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .gallery__thumb.active {
    box-shadow: 0px 0px 20px 0px #00a2d3;
  }
}
@media (min-width: 992px) {
  .gallery__thumbs .swiper-slide {
    width: 100px;
    height: 80px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
  }
}
@media (min-width: 992px) {
  .gallery__thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #007aff;
  }
}
@media (min-width: 992px) {
  .gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .gallery-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    font-family: Arial, sans-serif;
  }
}
@media (min-width: 992px) {
  .gallery-pagination .arrow {
    background: linear-gradient(to bottom, #00a1bd, #04d4f9);
    border: none;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}
@media (min-width: 992px) {
  .gallery-pagination .arrow.left svg {
    transform: rotate(0deg);
    width: 18px;
  }
}
@media (min-width: 992px) {
  .gallery-pagination .arrow.right svg {
    width: 18px;
  }
}
@media (min-width: 992px) {
  .gallery-pagination .pages {
    list-style: none;
    display: flex;
    gap: 45px;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .gallery-pagination .page {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .gallery-pagination .page::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 6px auto 0;
    transition: background 0.3s;
  }
}
@media (min-width: 992px) {
  .gallery-pagination .page.active {
    color: #00bcd4;
  }
}
@media (min-width: 992px) {
  .gallery-pagination .page.active::after {
    background: #00bcd4;
  }
}
@media (min-width: 992px) {
  .main-team .video__title {
    margin-bottom: 0;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    background: #00161d;
    width: 100%;
    padding: 56px 24px 60px 24px;
  }
}
@media (min-width: 992px) {
  .main-team {
    background: #00161d;
  }
}
@media (min-width: 992px) {
  .teams {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 24px 24px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .newsBlock__img {
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock {
    padding: 0;
    justify-content: start;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock__title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock__body.active .newsBlock__title {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock__text-visible {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock__text {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock {
    align-items: flex-start;
    position: relative;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock__btn {
    margin-top: auto;
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .newsBlock._more .newsBlock__body.active .newsBlock__btn {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock__img_mb10 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock__content {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock__body.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock__body::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 22, 29, 0.9);
    opacity: 0;
    transition: all 0.5s ease 0s;
  }
}
@media (min-width: 992px) {
  .teams .newsBlock__body.overlay::before {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .main-team .news__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    font-family: Arial, sans-serif;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0px auto;
    background-color: #00161d;
  }
}
@media (min-width: 992px) {
  .main-team .news__page {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    position: relative;
  }
}
@media (min-width: 992px) {
  .main-team .news__page::before {
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .main-team .news__page._active {
    color: #00a2d3;
  }
}
@media (min-width: 992px) {
  .main-team .news__page._active::before {
    background-color: #00a2d3;
  }
}
@media (min-width: 992px) {
  .main-team .about__btn {
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 160px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .contact__title {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .contact__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .contact__block-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .contact-decor {
    position: absolute;
    right: -5%;
    bottom: -11%;
    max-width: 43%;
  }
}
@media (min-width: 992px) {
  .shopping-cart__title {
    color: #05171f;
    font-size: 40px;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .shopping-cart__content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .shopping-cart__list {
    max-width: 60%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .shopping-cart__order {
    max-width: 40%;
    width: 100%;
    border-radius: 20px;
    background: rgba(91, 107, 120, 0.06);
    padding: 30px 40px;
  }
}
@media (min-width: 992px) {
  .shopping-cart__method-of-obtaining {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .shopping-cart__payment {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .shopping-cart__radio-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 12px 0;
    position: relative;
  }
}
@media (min-width: 992px) {
  .shopping-cart__radio-label input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    width: 19px;
    height: 19px;
    border: 1px solid #00a0d6;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }
}
@media (min-width: 992px) {
  .shopping-cart__radio-label input[type=radio]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00a0d6;
  }
}
@media (min-width: 992px) {
  .shopping-cart__radio-label input[type=radio]:not(:checked) {
    border-color: #d1d1d1;
    background: #d1d1d1;
  }
}
@media (min-width: 992px) {
  .shopping-cart__radio-label span {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #455360;
  }
}
@media (min-width: 992px) {
  .shopping-cart__description {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .shopping-cart__total {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .section-bg-steam {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .expirience-polygon {
    padding-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .expirience-polygon__item {
    padding-top: 60px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .expirience-polygon__item h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .expirience-polygon__item .btn-global {
    padding: 20px 60px;
    font-size: 14px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .expirience-polygon__block-img {
    width: 510px;
    top: 0px;
  }
}
@media (min-width: 992px) {
  .expirience-polygon__block-img img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .expirience-polygon__text {
    margin-left: 17%;
    font-size: 20px;
    font-size: 20px;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .expirience-polygon__text h4 {
    margin-top: 10px;
    font-weight: 700;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .btn-global {
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .expirience-polygon__item > .btn-global {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .expirience-polygon__item {
    margin-bottom: 40px;
    gap: 55px;
  }
}
@media (min-width: 992px) {
  .main-expirience .pagination-global {
    gap: 70px;
  }
}
@media (min-width: 992px) {
  .our-programs__item:first-child {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .addition .our-programs__block-title {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .expirience-polygon__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }
}
@media (min-width: 992px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }
}
@media (min-width: 992px) {
  .our-programs__item .our-title {
    font-size: 20px;
    font-weight: 900;
    color: #455360;
  }
}
@media (min-width: 992px) {
  .our-price .our-title {
    font-size: 20px;
    font-weight: 900;
    color: #455360;
  }
}
@media (min-width: 992px) {
  .our-programs__price-dom {
    justify-content: start;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .our-programs__item:nth-child(2) .our-programs__footer p {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .addition__head {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .addition__head .section-title {
    padding: 25px 0;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid #00a2d380;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .addition__text {
    margin-bottom: 0;
    padding-left: 30px;
    max-width: 370px;
  }
}
@media (min-width: 992px) {
  .our-programs__item:first-child .our-programs__block-title h3 {
    padding: 25px 0;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid #00a2d380;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .our-programs__item:first-child .our-programs__text {
    margin-bottom: 0;
    padding-left: 30px;
    max-width: 390px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .our-programs__item_pb-middle {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .our-programs__nav {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
}
@media (min-width: 992px) {
  .our-programs__item-left {
    max-width: 60%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .our-programs__item-right {
    max-width: 40%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .our-programs__price-btn {
    width: fit-content;
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .our-slider__item {
    flex-direction: column;
    border: 1px dashed #00a2d3;
    border-radius: 18px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .our-slider__item::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0), white);
    pointer-events: none;
    width: 80%;
    height: 80%;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .our-programs__item_border-none {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .our-programs__item-action {
    display: flex;
    justify-content: center;
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .our-programs__item#education,
.our-programs__item#dayOff {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .our-programs__item#education .our-programs__block-title,
.our-programs__item#dayOff .our-programs__block-title {
    order: -2;
  }
}
@media (min-width: 992px) {
  .our-programs__item#education .our-programs__price-dom,
.our-programs__item#dayOff .our-programs__price-dom {
    order: -1;
  }
}
@media (min-width: 992px) {
  .our-programs__galery {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-bg-car {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .track__header {
    justify-content: center;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .addition__rest-full {
    padding-inline: 0px;
    margin-inline: 0px;
    border: none;
    position: relative;
  }
}
@media (min-width: 992px) {
  .addition-swiper_visible-y:not(.expirience4) {
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 992px) {
  .branded-border::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .addition-swiper__inner {
    padding: 20px;
    border: 1px dashed #00a2d3;
    position: relative;
    border-radius: 18px;
  }
}
@media (min-width: 992px) {
  .addition-swiper__inner > * {
    z-index: 2;
    position: relative;
  }
}
@media (min-width: 992px) {
  .addition-swiper__inner::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0), white);
    pointer-events: none;
    width: 80%;
    height: 80%;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .addition-swiper__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 41.5px;
    height: 41.5px;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s, transform 0.3s;
  }
}
@media (min-width: 992px) {
  .addition-swiper__arrow_prev {
    right: calc(100% + 10px);
  }
}
@media (min-width: 992px) {
  .addition-swiper__arrow_next {
    left: calc(100% + 10px);
  }
}
@media (min-width: 992px) {
  .addition-swiper__arrow_next {
    right: 0px;
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 992px) {
  .addition-swiper__arrow.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
}
@media (min-width: 992px) {
  .addition-swiper__arrow svg {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (min-width: 992px) {
  .addition__rest-body {
    position: relative;
  }
}
@media (min-width: 992px) {
  .newsBlock_p-middle {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .expirience-titleSection {
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .newsBlock-about .newsBlock__body {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .newsBlock-about .newsBlock__body::before {
    content: "";
    position: absolute;
    top: -10px;
    height: 90%;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 162, 211, 0.5);
  }
}
@media (min-width: 992px) {
  .newsBlock-left {
    max-width: 550px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .newsBlock-right {
    max-width: 550px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .newsBlock-right {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .newsBlock-right__item {
    max-width: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .newsBlock-right__text {
    color: white;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
  }
}
@media (min-width: 992px) {
  .section_pb38 {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-events.section_pb38 {
    display: block;
    padding-top: 76px;
    padding-bottom: 52px;
  }
}
@media (min-width: 992px) {
  .section-events .addition-swiper__block-img {
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .section-events .addition-swiper__slide-small p {
    padding-top: 10px;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .section-events .addition__wrapper .pagination-global {
    padding-top: 44px;
  }
}
@media (min-width: 992px) {
  .section-events .rest__title {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .advantagesExp__body {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .advantagesExp__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .advantagesExp__body {
    position: relative;
    border: 1px dashed #00a2d3;
    border-radius: 18px;
  }
}
@media (min-width: 992px) {
  .catalog__item::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0), white);
    pointer-events: none;
    width: 80%;
    height: 80%;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .dvantagesExp-our-programs {
    margin: 0 auto;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .contactExp__list {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .contactExp__item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #map {
    height: 460px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .footer__body {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer__links {
    order: -1;
    max-width: 375px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    width: 95px;
  }
}
@media (min-width: 992px) {
  .footer__local {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer__top {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .footer__nav {
    padding-top: 38px;
  }
}
@media (min-width: 992px) {
  .footer__nav {
    max-width: 100%;
    grid-template-columns: repeat(4, minmax(210px, auto));
  }
}
@media (min-width: 992px) {
  .footer__bottom {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .contact__item {
    justify-content: center;
    gap: 5px;
  }
}
@media (min-width: 992px) {
  .contact__item:nth-child(2) {
    order: -4;
  }
}
@media (min-width: 992px) {
  .contact__item:nth-child(5) {
    order: -3;
  }
}
@media (min-width: 992px) {
  .contact__item:nth-child(1) {
    order: -2;
  }
}
@media (min-width: 992px) {
  .contact__item:nth-child(4) {
    order: -1;
  }
}
@media (min-width: 992px) {
  .our-nav__link {
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .cart svg path {
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .whatsApp span {
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .whatsApp svg path {
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .section-expirience-decor-1,
.section-equipment-decor-1,
.section-service-decor-1,
.section-spare-decor-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .section-spare-decor-1 {
    z-index: 0;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .section.our-programs .our-programs__block-title {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .remodal__ajax-content {
    /*display: none;*/
  }
}
@media (min-width: 992px) {
  .remodal {
    align-items: start;
  }
}
@media (min-width: 992px) {
  .remodal__container--halfheight {
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  .remodal-wrapper {
    max-width: 1000px;
    margin: 50px auto;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .remodal__close {
    margin-left: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .remodal-overlay {
    border-radius: 0;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    transform: translate(0px, 0px) !important;
    opacity: 0.8;
  }
}
@media (min-width: 992px) {
  .serviceNav {
    background-color: #00161d;
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .serviceBody {
    display: flex;
  }
}
@media (min-width: 992px) {
  .serviceBody .serviceNav__Container {
    padding-left: 35px;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .section-serviceNav {
    color: #fff;
    padding: 25px 0;
    padding-right: 30px;
    border-right: 1px solid #00a2d380;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .serviceNav__button {
    flex: 0 0 calc(12% - 0px);
  }
}
@media (min-width: 992px) {
  #service .serviceText__title {
    display: none;
  }
}
@media (min-width: 992px) {
  .serviceText__title {
    /* display: none; */
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .serviceText.__dark {
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .serviceText.__dark .serviceText__title {
    color: #000;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .serviceNav__button:nth-child(2) {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .serviceText {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .remont,
.installation,
.raspakovka {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .remont .serviceText.__dark,
.installation .serviceText,
.raspakovka .serviceText.__dark {
    display: none;
  }
}
@media (min-width: 992px) {
  .installation {
    background-color: #00161d;
  }
}
@media (min-width: 992px) {
  .office__body {
    padding: 60px 0 71px;
  }
}
@media (min-width: 992px) {
  .office__body .serviceText__button {
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .office__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 55px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .__dark .office__title {
    color: #000;
  }
}
@media (min-width: 992px) {
  .office__videos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 70px;
  }
}
@media (min-width: 992px) {
  .office__videos a {
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .office__item h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .office__item img {
    transition: all 0.3s ease 0s;
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .__dark .office__item h3 {
    color: #05171f;
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .office__item iframe {
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .product-accessorie__button-box button {
    width: 165px;
  }
}
@media (min-width: 992px) {
  .product-accessorie__button-box button .site-btn-icon {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .product-img__img-block::after,
.product-img__img-block::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-slider__item::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-descr__img {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .product-slider__item {
    margin: 0;
    height: auto;
    transition: all 0.3s ease 0s;
    border-radius: 0;
    border: 2px solid rgba(0, 137, 206, 0);
  }
}
@media (min-width: 992px) {
  .product-slider__item.swiper-slide.active {
    border: 2px solid rgba(0, 137, 206, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 162, 211, 0.2);
  }
}
@media (min-width: 992px) {
  .product-block__button-box {
    justify-content: start;
  }
}
@media (min-width: 992px) {
  .product-block__button-box .site-btn.site-btn--1 * {
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  .site-btn.site-btn--1:nth-child(2) {
    padding-left: 20px;
    display: flex;
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .product-block__button-box {
    row-gap: 17px;
  }
}
@media (min-width: 992px) {
  .Accessories__count {
    top: 5px;
  }
}
@media (min-width: 992px) {
  .product-slider__wrapper {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .product-slider__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .product-descr__slider {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .catalog__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1600px) {
  .modal-close {
    top: 27px;
    right: 30px;
    width: 48px;
    height: 48px;
  }

  .modal-container {
    padding-top: 100px;
  }

  .modal-detail {
    max-width: 830px;
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .header-list__item:hover a {
    color: #00a2d3;
  }

  .btn-reset.burger:hover svg path {
    stroke: #00a2d3;
  }

  .desctop-list__item:hover a {
    color: #00a2d3;
  }

  .cart:hover svg path {
    fill: #0488b0;
  }

  .footer__phone:hover {
    color: #00a2d3;
  }

  .whatsApp:hover svg path {
    stroke: #0488b0;
  }

  .whatsApp:hover span {
    color: #00a2d3;
  }

  .catalog__price {
    margin-top: 4px;
  }

  .teams .newsBlock__btn:hover {
    background-color: #00a2d3;
    color: #fff;
  }

  .nav__item:hover > span:nth-child(2) {
    color: #00a2d3;
    margin-left: 20px;
  }

  .addition-swiper__arrow_next:hover {
    transform: translateY(-50%) rotate(180deg) scale(1.1);
  }

  .video-modal-close:hover {
    transform: scale(1.2);
  }

  .modal-close:hover {
    color: #e74c3c;
  }

  .nav__item:hover > img {
    display: block;
    margin-left: 20px;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(51%) sepia(75%) saturate(1804%) hue-rotate(164deg) brightness(96%) contrast(101%);
  }

  .product-gallery__main a:hover {
    box-shadow: 0 0 30px #00a2d3;
  }

  .product-gallery__main a:hover img {
    transform: scale(1.05);
  }

  .product-gallery__thumbs-track a:hover {
    box-shadow: 0 0 15px #00a2d3;
  }

  .product-gallery__thumb-prev:hover,
.product-gallery__thumb-next:hover {
    background: #0096c8;
  }

  .Accessories-pagination .arrow:hover {
    background: linear-gradient(to bottom, #0091aa, #03c4e6);
  }

  .Accessories-pagination .page:hover::after {
    background: #00bcd4;
  }

  .block-news__btn:hover {
    background: #00c4e8;
    color: #fff;
  }

  .gallery__thumbs .swiper-slide:hover {
    opacity: 0.8;
  }

  .gallery-pagination .arrow:hover {
    background: linear-gradient(to bottom, #0091aa, #03c4e6);
  }

  .gallery-pagination .page:hover {
    color: #00bcd4;
  }

  .gallery-pagination .page:hover::after {
    background: #00bcd4;
  }

  .newsBlock__img:hover {
    box-shadow: 0px 0px 30px 0px #00a2d3;
  }

  .shopping-cart__radio-label:hover input[type=radio]:not(:checked) {
    border-color: #999;
    background: #e5e5e5;
  }

  .addition-swiper__arrow_prev:hover {
    opacity: 0.8;
    transform: translateY(-50%) scale(1.1);
  }

  .addition-swiper__arrow_next:hover {
    opacity: 0.8;
    transform: translateY(-50%) scale(1.1) rotate(-180deg);
  }

  .our-nav__link:hover {
    color: #00a2d3;
  }

  .our-nav__link:hover .our-nav__line {
    opacity: 1;
  }

  .site-btn.site-btn--1.site-btn-cart:hover {
    background-color: #0488b0;
  }

  .catalogsCategories__btn:hover {
    background-color: #00a2d3;
    color: #fff;
  }

  .btn-global:hover {
    background-color: #0488b0;
    color: #fff;
  }

  .gallery__thumb:hover {
    box-shadow: 0px 0px 20px 0px #00a2d3;
  }

  .product-slider__item.swiper-slide:hover {
    border: 2px solid rgba(0, 137, 206, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 162, 211, 0.2);
  }

  .Accessories__thing:hover {
    box-shadow: 0px 0px 20px 10px rgba(0, 162, 211, 0.2);
  }

  .gallery__item:hover .gallery__slider {
    box-shadow: 0px 0px 20px 0px #00a2d3;
  }

  .office__videos a {
    /* box-shadow: 0px 0px 20px 0px rgba(0, 162, 211, 1); */
  }

  .__dark .office__item h3:hover {
    color: #00a2d3;
  }

  .office__body .serviceText__button:hover {
    background-color: #0488b0;
  }

  .office__item img:hover {
    box-shadow: 0px 0px 20px 0px #00a2d3;
  }

  .product-block__button-box .site-btn.site-btn--1:nth-child(1):hover {
    background-color: #00a2d3;
  }

  .product-block__button-box .site-btn.site-btn--1:nth-child(1):hover span {
    color: #fff;
  }

  .product-block__button-box .site-btn.site-btn--1:nth-child(1):hover svg path {
    fill: #fff;
  }

  .product-block__button-box .site-btn.site-btn--1:nth-child(2):hover {
    background-color: #fff;
  }

  .product-block__button-box .site-btn.site-btn--1:nth-child(2):hover span {
    color: #00a2d3;
  }

  .product-block__button-box .site-btn.site-btn--1:nth-child(2):hover svg path {
    fill: #00a2d3;
  }

  .product-block__button-box .site-btn.site-btn--1:nth-child(3):hover {
    background-color: #fff;
  }

  .product-block__button-box .site-btn.site-btn--1:nth-child(3):hover span {
    color: #00a2d3;
  }

  .product-block__button-box .site-btn.site-btn--1:nth-child(3):hover svg path {
    stroke: #00a2d3;
  }
}
@media (max-width: 992px) {
  .remont__body {
    display: none;
  }

  .burger svg {
    display: none;
  }

  .header {
    padding: 9px 0 7px 0;
  }

  .header__top {
    display: none;
  }

  .desctop-list {
    display: none;
  }

  .catalog-decor-1 {
    display: none;
  }

  .newsBlock-right {
    display: none;
  }

  .catalog-decor-2 {
    display: none;
  }

  .catalogs-main .catalog {
    display: none;
  }

  .catalogsCategories-test .testDrive__img {
    margin-top: 0;
    width: 100%;
  }

  .section-expirience .catalogsCategories.catalogsCategories-test {
    padding-left: 0;
    padding-right: 0;
  }

  .section-expirience-decor-1 {
    display: none;
  }

  .accessories-video-left {
    display: none;
  }

  .section-accessories,
.section-equipment {
    max-width: 100%;
  }

  .accessories-video {
    display: none;
  }

  .nav__list-close-desctop {
    display: none;
  }

  .product__info .product-block__main-tabs-link {
    display: none;
  }

  .product-block__price {
    display: none;
  }

  .product-accessorie__button-article {
    display: none;
  }

  .product-accessorie__button-price {
    display: none;
  }

  .gallery__thumbs {
    display: none;
  }

  .gallery-pagination {
    display: none;
  }

  .contact-decor {
    display: none;
  }

  .contact__list {
    gap: 10px;
    max-width: 100%;
  }

  .our-programs__block-title {
    flex-direction: column;
  }

  .addition-swiper__arrow {
    display: none;
  }

  .logo-expirience {
    display: none;
  }

  .section-expirience-decor-1,
.section-equipment-decor-1,
.section-service-decor-1,
.section-spare-decor-1 {
    display: none;
  }

  .main-team > .container {
    padding: 0;
  }

  .newsBlock__body .newsBlock__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .section-serviceNav {
    display: none;
  }
}
/* РњРѕРґР°Р»СЊРЅРѕРµ РѕРєРЅРѕ */
.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  animation: slideIn 0.3s;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.video-modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  transition: transform 0.2s;
}

/* РёРѕР°РґР»СЊРЅРѕРµ Рє СЌР»РµРјРµРЅРѕРІ */
/* РћРІРµСЂР»РµР№ РјРѕРґР°Р»СЊРЅРѕРіРѕ РѕРєРЅР° */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transition: all 0.3s ease 0s;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.modal-overlay.active {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}

/* РљРѕРЅС‚РµР№РЅРµСЂ РјРѕРґР°Р»СЊРЅРѕРіРѕ РѕРєРЅР° */
.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 30px;
  max-width: 1000px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1000;
  padding: 40px;
  display: flex;
  flex-direction: column;
  transition: all 0s ease 0s;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.modal-container.active {
  overflow: auto;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.modal-container .modal-close svg {
  width: 100%;
  height: auto;
}

/* РљРЅРѕРїРєР° Р·Р°РєСЂС‹С‚РёСЏ */
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #333;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

/* РљРѕРЅС‚РµРЅС‚ РјРѕРґР°Р»СЊРЅРѕРіРѕ РѕРєРЅР° */
.modal-detail__image {
  width: 100%;
  margin-bottom: 20px;
}

.modal-detail__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.modal-detail__image iframe {
  width: 100%;
  border-radius: 4px;
}

.modal-detail__content h2 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
}

.modal-detail__content p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
}

.modal-detail__content ul {
  margin: 15px 0;
  padding-left: 20px;
}

.modal-detail__content ul li {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.modal-detail__curtail {
  width: 160px;
  min-height: 40px;
  order: 2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #efefef;
  cursor: pointer;
}

@media (min-width: 992px) {
  .catalog__price > span > span {
    font-weight: 700;
    font-size: 20px;
  }

  .new-price:last-child {
    font-weight: 400;
    font-size: 16px;
    color: #455360;
  }

  .Accessories__price {
    font-weight: 500;
  }

  .Accessories__price span {
    font-size: 18px;
  }

  .product-block__price span.new-price:last-child {
    font-size: 20px;
  }

  .product-block__price span.new-price:last-child span {
    font-size: 32px;
    font-weight: 900;
    color: #5b6b78;
  }

  .accessories-video-left {
    display: none !important;
  }

  .accessories-video-right {
    display: none !important;
  }
}
body._lock {
  overflow: hidden;
}

._container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0px 10px;
}

.page {
  flex: 1 1 auto;
}

.header.fixed {
  background: transparent;
  box-shadow: none;
  color: #fff;
}
.header.fixed .burger svg path {
  stroke: #fff;
}
.header.fixed .whatsApp a span {
  color: #fff;
}
.header.fixed .tel__block-text {
  color: #fff;
}
.header.fixed .desctop-list__item a {
  color: #fff;
}
.header.fixed .header__container {
  background: transparent;
  color: #fff;
}

.t-home {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-position: center center;
  color: #fff;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: -50px;
}
@media (max-width: 992px) {
  .t-home {
    margin-top: 0;
  }
}
.t-home__container {
  padding-top: 210px;
  padding-bottom: 32px;
}
@media (max-width: 998px) {
  .t-home__container {
    width: 100%;
    max-width: 100%;
    padding-top: 140px;
  }
}
.t-home__swiper {
  position: relative;
}
@media (max-width: 1500px) {
  .t-home__swiper {
    padding: 0px 20px;
  }
}
@media (max-width: 998px) {
  .t-home__swiper {
    padding: 0;
  }
}
.t-home__arrow {
  position: absolute;
  width: 40px;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.t-home__arrow:hover svg path {
  stroke: #0488b0;
}
.t-home__arrow img,
.t-home__arrow svg {
  width: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 1400px) {
  .t-home__arrow {
    width: 30px;
  }
}
.t-home__arrow_l {
  top: 50%;
  transform: translate(-100%, -50%);
  left: -60px;
}
@media (max-width: 1500px) {
  .t-home__arrow_l {
    left: -10px;
  }
}
@media (max-width: 1400px) {
  .t-home__arrow_l {
    left: 15px;
  }
}
@media (max-width: 998px) {
  .t-home__arrow_l {
    bottom: 0px;
    top: auto;
    left: 50%;
    transform: translate(-110%, 0%);
  }
}
.t-home__arrow_r {
  right: -60px;
  top: 50%;
  transform: translate(100%, -50%) rotate(180deg);
}
@media (max-width: 1500px) {
  .t-home__arrow_r {
    right: -10px;
  }
}
@media (max-width: 1400px) {
  .t-home__arrow_r {
    right: 15px;
  }
}
@media (max-width: 998px) {
  .t-home__arrow_r {
    bottom: 0px;
    top: auto;
    right: 50%;
    transform: translate(110%, 0%) scale(-1, 1);
  }
}
.t-home__slide {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 55px;
}
@media (max-width: 1200px) {
  .t-home__slide {
    grid-template-columns: 1fr 400px;
    gap: 45px;
  }
}
@media (max-width: 998px) {
  .t-home__slide {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.t-home__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
@media (max-width: 998px) {
  .t-home__content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
    order: 2;
  }
}
.t-home__wp {
  position: relative;
}
@media (max-width: 998px) {
  .t-home__wp {
    padding-bottom: 60px;
  }
}
.t-home__left {
  margin-bottom: auto;
}
.t-home__title {
  font-size: 40px;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .t-home__title {
    font-size: 30px;
  }
}
@media (max-width: 998px) {
  .t-home__title {
    margin-top: 0;
  }
}
.t-home__subtitle {
  margin-top: 70px;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .t-home__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 998px) {
  .t-home__subtitle {
    margin-top: 25px;
  }
}
.t-home__right {
  margin-bottom: 30px;
}
.t-home__top {
  padding-left: 45px;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
}
.t-home__top::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  width: 1px;
  height: 120%;
  background-color: #fff;
}
@media (max-width: 998px) {
  .t-home__top::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .t-home__top {
    padding-left: 30px;
    font-size: 18px;
  }
}
@media (max-width: 998px) {
  .t-home__top {
    padding-left: 0;
  }
}
.t-home__top span {
  font-weight: 700;
  color: #00a2d3;
}
.t-home__info {
  margin-top: 55px;
  line-height: 1.4;
  padding-left: 25px;
}
@media (max-width: 998px) {
  .t-home__info {
    margin-top: 30px;
  }
  .t-home__info li {
    list-style: none;
  }
}
.t-home__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .t-home__links {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 998px) {
  .t-home__links {
    grid-template-columns: 1fr 1fr;
  }
}
.t-home__links a {
  background: #d33775;
  border-radius: 30px;
  text-align: center;
  padding: 8px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  line-height: 150%;
  font-weight: 700;
  transition: 0.3s;
}
.t-home__links a:hover {
  background: #0488b0;
}
.t-home__btn {
  margin: 0px auto;
  display: flex !important;
  justify-content: center;
  max-width: max-content;
  padding: 20px 70px;
  background: #00a2d3;
  border-radius: 30px;
  color: #fff;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: auto;
  height: max-content;
  transition: 0.3s;
}
.t-home__btn:hover {
  background: #0488b0;
}
@media (min-width: 998px) {
  .t-home__btn {
    grid-column: auto/span 2;
  }
}
.t-home__img {
  max-width: 550px;
  margin: 0px auto;
}
@media (max-width: 998px) {
  .t-home__img {
    order: 1;
  }
}
.t-home__img img {
  width: 100%;
  border-radius: 30px;
}
.t-home__dots {
  margin-top: 50px;
  gap: 70px !important;
}
@media (max-width: 998px) {
  .t-home__dots {
    gap: 10px !important;
  }
}
.t-home__dots span {
  background: #fff !important;
}
.t-home__dots span.swiper-pagination-bullet-active {
  background: #00a2d3 !important;
}
@media (max-width: 998px) {
  .t-home__dots {
    margin-top: 30px;
  }
}

.t-about._two .t-about__container {
  padding-top: 80px;
}
.t-about__container {
  padding-top: 50px;
}
.t-about__top {
  display: flex;
  align-items: center;
}
@media (max-width: 998px) {
  .t-about__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.t-about__title {
  font-size: 32px;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .t-about__title {
    font-size: 24px;
  }
}
.t-about__subtitle {
  max-width: 400px;
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px solid rgba(0, 162, 211, 0.5);
  padding-top: 16px;
  padding-bottom: 16px;
}
.t-about__subtitle._italic {
  font-style: italic;
}
@media (max-width: 998px) {
  .t-about__subtitle {
    padding-left: 0;
    margin-left: 0;
    border-top: 1px solid rgba(0, 162, 211, 0.5);
    border-left: none;
    margin-top: 10px;
    padding-top: 16px;
    padding-bottom: 0;
  }
}
.t-about__text {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.4;
}
@media (max-width: 998px) {
  .t-about__text {
    gap: 15px;
  }
}

.t-data__container {
  padding-bottom: 60px;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .t-data__container {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.t-data__top {
  display: flex;
  gap: 55px;
  position: relative;
}
.t-data__top::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 100vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.t-data__top a {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #05171f;
  transition: 0.3s;
}
.t-data__top a:nth-child(1) {
  color: #00a2d3;
  border-bottom: 3px solid #00a2d3;
}
.t-data__top a:hover {
  color: #0488b0 !important;
  border-color: #0488b0;
}
.t-data__price {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.t-data__item {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  max-width: 450px;
  gap: 17px;
}
.t-data__name {
  font-weight: 600;
  font-size: 16px;
  color: #05171f;
}
.t-data__dots {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  transform: translate(0px, -5px);
}
.t-data__sum {
  color: #455360;
}
.t-data__sum span {
  font-weight: 700;
  font-size: 20px;
}
.t-data__form {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 998px) {
  .t-data__form {
    gap: 30px;
    margin-top: 40px;
  }
}
.t-data__wp {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  gap: 35px;
}
@media (max-width: 768px) {
  .t-data__wp {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.t-data__last {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .t-data__last {
    flex-direction: column;
    gap: 20px;
  }
}
.t-data__last ._t-form-check {
  max-width: 310px;
}
@media (max-width: 992px) {
  .t-data__last ._t-form-check {
    max-width: 400px;
  }
}
.t-data__last ._t-form-inp {
  max-width: 360px;
  width: 100%;
}
.t-data__q {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

._t-form-inp {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px;
}
._t-form-inp._big {
  row-gap: 10px;
}
@media (max-width: 992px) {
  ._t-form-inp._big {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  ._t-form-inp._big input {
    grid-column: auto/span 2;
  }
}
._t-form-inp i {
  font-style: normal;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  ._t-form-inp._mob-c {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
._t-form-inp._error input {
  border-color: #d31200;
}
._t-form-inp span {
  color: #05171f;
  font-weight: 400;
}
._t-form-inp span b {
  color: #d31200;
}
._t-form-inp input {
  width: 100%;
  border-radius: 0;
  border: none;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-weight: 400;
  padding: 3px 0;
  font-size: 14px;
}
._t-form-inp input:focus {
  outline: none;
}

._t-form-check._error label::before {
  border-color: #d31200;
}
._t-form-check input {
  display: none;
}
._t-form-check input:checked + label::before {
  background: #00a2d3;
}
._t-form-check label {
  padding-left: 43px;
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.4;
  gap: 5px;
  cursor: pointer;
}
._t-form-check label a {
  text-decoration: underline;
  color: #00a2d3;
}
._t-form-check label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 1px solid #00a2d3;
  border-radius: 9px;
  width: 21px;
  height: 21px;
}

button._t-form-button {
  padding-left: 36px;
  gap: 43px;
}

._t-form-button {
  background: #00a2d3;
  border: none;
  color: #fff;
  padding: 15px;
  display: flex;
  gap: 60px;
  height: auto;
  align-items: center;
  border-radius: 22px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s;
}
._t-form-button:hover {
  background: #0488b0;
}

.t-formtwo {
  background: #00161d;
  color: #fff;
}
.t-formtwo__container {
  padding-top: 80px;
  padding-bottom: 130px;
}
@media (max-width: 998px) {
  .t-formtwo__container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.t-formtwo__container input {
  color: #fff;
  border-color: #fff;
}
.t-formtwo__txt {
  font-size: 11px;
  margin-bottom: 25px;
}
.t-formtwo__wp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .t-formtwo__wp {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.t-formtwo__wp span {
  color: #fff;
}
.t-formtwo__last {
  margin-top: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
@media (max-width: 768px) {
  .t-formtwo__last {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 40px;
    gap: 20px;
  }
}
.t-formtwo__last ._t-form-check {
  max-width: 300px;
}
@media (max-width: 768px) {
  .t-formtwo__last ._t-form-check {
    max-width: 400px;
  }
}

.t-faq {
  overflow: hidden;
}
.t-faq__container {
  padding-top: 70px;
  padding-bottom: 75px;
}
@media (max-width: 992px) {
  .t-faq__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.t-faq__title {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .t-faq__title {
    font-size: 24px;
  }
}
.t-faq__block {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  max-width: 835px;
}
@media (max-width: 992px) {
  .t-faq__block {
    margin-top: 30px;
  }
}
.t-faq__item {
  padding: 15px 0;
  position: relative;
  border: 1px solid transparent;
}
.t-faq__item._active {
  border: 1px solid #00a2d3;
  left: -15px;
  padding: 15px;
  border-radius: 30px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .t-faq__item._active {
    left: 0;
  }
}
.t-faq__quest {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  line-height: 1.3;
  transition: 0.3s;
}
.t-faq__quest:hover {
  color: #0488b0;
}
.t-faq__quest:hover div::before, .t-faq__quest:hover div::after {
  background: #0488b0;
}
.t-faq__quest._active div::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.t-faq__quest div {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  position: relative;
}
.t-faq__quest div::before, .t-faq__quest div::after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  content: "";
  transition: 0.3s;
  width: 100%;
  height: 3px;
  background: #00a2d3;
}
.t-faq__quest div::after {
  width: 3px;
  height: 100%;
}
.t-faq__resp div {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 1.4;
  padding-left: 49px;
}
@media (max-width: 500px) {
  .t-faq__resp div {
    padding-left: 0;
  }
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

.t-djersy {
  overflow: hidden;
  background: #00161d;
}
.t-djersy__container {
  padding-top: 95px;
  padding-bottom: 90px;
  color: #fff;
}
@media (max-width: 992px) {
  .t-djersy__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.t-djersy__title {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .t-djersy__title {
    font-size: 24px;
  }
}
.t-djersy__block {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .t-djersy__block {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .t-djersy__block {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}
.t-djersy__item {
  width: calc(33.33% - 50px);
  padding-top: 30px;
  position: relative;
}
.t-djersy__item::before {
  position: absolute;
  top: 30px;
  left: 0;
  content: "";
  pointer-events: none;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  transition: 0.3s;
}
.t-djersy__item:hover::before {
  box-shadow: 0px 0px 30px 0px #00a2d3;
}
@media (max-width: 992px) {
  .t-djersy__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .t-djersy__item {
    width: 100%;
  }
}
.t-djersy__item img {
  border-radius: 20px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.t-djersy__swiper {
  position: static;
}
.t-djersy__swiper img {
  cursor: pointer;
}
.t-djersy__dots {
  position: absolute;
  top: 0;
  width: 100%;
  height: max-content;
  gap: 30px !important;
}
.t-djersy__dots span {
  width: 10px !important;
  height: 10px !important;
  background-color: #8a8a8a !important;
}
.t-djersy__dots span.swiper-pagination-bullet-active {
  background-color: #00a2d3 !important;
}
.t-djersy__bottom {
  margin-top: 23px;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  gap: 15px;
}
.t-djersy__bottom span {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 768px) {
  .t-djersy__bottom span {
    font-size: 14px;
  }
}
.t-djersy__bottom p {
  font-weight: 700;
  font-size: 20px;
  color: #00a2d3;
}
@media (max-width: 768px) {
  .t-djersy__bottom p {
    font-size: 19px;
  }
}
.t-djersy__bottom p i {
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
}
.t-djersy__bottom b {
  border-bottom: 1px dashed #fff;
  transform: translate(0px, -3px);
}
.t-djersy__quest {
  max-width: 844px;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 60px;
}
.t-djersy__quest .t-faq__quest p {
  display: flex;
  flex-direction: column;
}
.t-djersy__quest .t-faq__quest p span {
  font-weight: 300;
}
@media (max-width: 992px) {
  .t-djersy__quest {
    margin-top: 45px;
  }
}
.t-djersy__forms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
}
@media (max-width: 1200px) {
  .t-djersy__forms {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .t-djersy__forms {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.t-djersy__forms input {
  color: #fff;
  border-color: #fff;
}
.t-djersy__forms span {
  color: #fff;
}
.t-djersy__forms form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.t-djersy__forms form h3 {
  margin-bottom: 25px;
}
.t-djersy__last {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 35px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .t-djersy__last {
    flex-direction: column-reverse;
    display: flex;
  }
}

.t-arenda {
  overflow: hidden;
}
.t-arenda__container {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 998px) {
  .t-arenda__container {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.t-arenda__top {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  gap: 30px;
  align-items: center;
}
@media (max-width: 992px) {
  .t-arenda__top {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 20px;
  }
}
.t-arenda__title {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .t-arenda__title {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .t-arenda__title {
    font-size: 24px;
  }
}
.t-arenda__subtitle {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  padding-right: 12px;
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid rgba(0, 162, 211, 0.5);
}
@media (max-width: 992px) {
  .t-arenda__subtitle {
    padding: 0;
    padding-top: 10px;
    border-left: none;
    border-top: 1px solid rgba(0, 162, 211, 0.5);
  }
}
.t-arenda__btn {
  padding: 20px 28px;
  gap: 38px;
  max-width: max-content;
  padding-left: 36px;
}
.t-arenda__block {
  margin-top: 35px;
}
.t-arenda__slide {
  background-image: url(../img/border.png);
  background-size: 100% 100%;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 22px;
}
.t-arenda__wp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: auto;
  width: 100%;
}
.t-arenda__img img {
  width: 100%;
}
.t-arenda__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px;
}
.t-arenda__name {
  font-weight: 600;
  font-size: 16px;
}
.t-arenda__price {
  font-weight: 700;
  font-size: 20px;
}
.t-arenda__price span {
  font-weight: 300;
  font-size: 14px;
}
.t-arenda__button {
  margin: 0px auto;
  margin-top: 14px;
  gap: 14px !important;
  padding: 12px 20px;
  padding-left: 20px !important;
}
.t-arenda__button img {
  width: 22px;
}
.t-arenda__dots {
  margin-top: 35px;
}
.t-arenda__dots span {
  width: 10px !important;
  height: 10px !important;
}
@media (min-width: 998px) {
  .t-arenda__dots {
    gap: 50px !important;
  }
}

.t-adress {
  background: #00161d;
}
.t-adress__container {
  padding-top: 95px;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 992px) {
  .t-adress__container {
    flex-direction: column;
    gap: 25px;
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.t-adress__item {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: flex-start;
  max-width: 350px;
  gap: 20px;
}
.t-adress__item img {
  width: 100%;
}
.t-adress__wp {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .t-adress__wp {
    font-size: 18px;
  }
}
.t-adress__wp._two {
  gap: 4px;
}
.t-adress__wp a {
  color: inherit;
}
.t-adress__wp a.t-adress__mail {
  color: #00a2d3;
}
.t-adress__wp a:hover {
  color: #0488b0;
}
.t-adress__wp span {
  font-size: 16px;
  color: #8a8a8a;
}
.t-adress__wp div {
  display: flex;
  flex-direction: column;
}
.t-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
  color: #fff;
  text-align: center;
}

.t-popup._active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: auto;
}

.t-popup__body {
  max-width: 700px;
  width: 90%;
  font-size: 18px;
}
.t-popup__body h2 {
  font-size: 40px;
}
@media (max-width: 1300px) {
  .t-popup__body h2 {
    font-size: 30px;
  }
}

.t-popup__content {
  background: #001115;
  padding: 80px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  /* Анимация появления */
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 998px) {
  .t-popup__content {
    padding: 40px;
  }
}

.t-popup._active .t-popup__content {
  transform: translateY(0);
  opacity: 1;
}

.t-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}
.t-popup__close:hover {
  color: #0488b0;
}

#galleryPopup .t-popup__body {
  max-width: 600px;
}
#galleryPopup .t-popup__content {
  padding: 40px 20px;
}
@media (max-width: 500px) {
  #galleryPopup .t-popup__content {
    padding: 30px 10px;
  }
}
#galleryPopup .t-popup__content img {
  width: 100%;
  border-radius: 10px;
}

.t-popup__swiper-wp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.t-popup__arr {
  cursor: pointer;
  width: 35px;
  flex: 0 0 35px;
}
@media (max-width: 500px) {
  .t-popup__arr {
    width: 30px;
    flex: 0 0 30px;
  }
}
.t-popup__arr svg {
  width: 100%;
}
.t-popup__arr:hover svg path {
  stroke: #0488b0;
}
.t-popup__arr_r {
  transform: scale(-1, 1);
}

.swiper-pagination-bullet:hover {
  opacity: 0.8 !important;
}

.map-marker {
  position: relative;
  align-items: center;
  display: flex;
  gap: 20px;
}

.map-marker__text {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 104px;
  color: #5b6b78;
  line-height: 1.7;
  font-size: 18px;
  width: 400px !important;
  min-width: 400px;
  padding: 30px 50px;
}
@media (max-width: 998px) {
  .map-marker__text {
    font-size: 12px;
    padding: 10px 10px;
    width: 200px !important;
    min-width: 200px;
  }
}