.hide {
  display: none !important;
}

.error__text {
  color: red;
}

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

/* popup */
.my-popup.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.my-popup .popup-window {
  position: relative;
  min-width: 300px;
  max-width: 50%;
  margin: auto;
  padding: 0px;
  border: 1px solid #999;
  z-index: 1100;
}
.my-popup .popup-window .popup-head {
  width: 100%;
  height: 32px;
  background: #00a5db;
  border-bottom: 1px solid #999;
  text-align: right;
}
.my-popup .popup-window .popup-close {
  display: inline-block;
  height: 100%;
  padding: 5px;
  color: white;
  font-size: 22px;
  cursor: pointer;
}
.my-popup .popup-window .inner {
  padding: 10px 15px;
  background: white;
  line-height: 1.35;
  font-size: 16px;
}
@media (max-width: 1000px) {
  .my-popup .popup-window {
    max-width: 75%;
  }
}
@media (max-width: 500px) {
  .my-popup .popup-window {
    min-width: 100%;
    max-width: 100%;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: -o-transform 0.1s ease;
  -moz-transition: transform 0.1s ease, -moz-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease, -o-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.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;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -moz-box-sizing: border-box;
  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;
  -webkit-transition-duration: inherit;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  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;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -moz-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  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;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -moz-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  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;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

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

.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;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
  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;
}

.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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -moz-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  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;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  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%;
}

.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;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  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;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  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;
}

.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: -moz-calc(50% - 50px);
  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: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(transparent)
  );
  background: -webkit-linear-gradient(
    bottom,
    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
  );
  background: -moz-linear-gradient(
    bottom,
    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
  );
  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: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.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 {
  -webkit-animation: a 1s linear infinite;
  -moz-animation: a 1s linear infinite;
  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;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-moz-keyframes a {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  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;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  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;
}

.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%;
}

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

.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: -moz-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -moz-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
input,
textarea,
button {
  border: none;
  outline: none;
  background: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: "NSP";
  text-decoration: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "NSP";
  color: #585758;
  background-color: #fff;
  line-height: 1;
  font-weight: 400;
}

main {
  overflow-x: hidden;
  overflow-y: visible;
  max-width: 100%;
  margin-top: 75px;
}

.btn {
  color: #fff;
  background: #60c659;
  box-shadow: 0px 3px 16px 0px rgba(96, 198, 89, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 15px;
}

.btn:hover {
  box-shadow: none;
}

.title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  # box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 15px;
}

.header__burger {
  display: none;
  position: relative;
  height: 20px;
  width: 40px;
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 2px;
}

.header__burger span {
  position: absolute;
  left: 0;
  background: #005795;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.header__burger span:nth-child(1) {
  top: 0;
  width: 28px;
}

.header__burger span:nth-child(2) {
  top: 8px;
}

.header__burger span:nth-child(3) {
  top: 16px;
}

.header__logo {
  max-width: 160px;
  margin-right: auto;
}

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

.header__nav > a,
.header__nav .header__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
  padding: 10px 0;
}

.header__nav > a img,
.header__nav .header__link img {
  margin-left: 5px;
}

.header__nav > a:hover,
.header__nav .header__link:hover {
  color: #005795;
}

.header__nav > a:last-child,
.header__nav .header__link:last-child {
  margin-right: 40px;
}

.header__nav .header__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.header__nav .header__link a {
  margin: 0;
}

.header__nav .header__link:hover .subMenu {
  display: block;
}

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

.header__soc a {
  margin-right: 20px;
}

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

.header__soc a svg {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
}

.header__soc a svg:first-child {
  display: none;
}

.header__soc a svg:last-child {
  display: block;
}

.header__soc a svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.header__soc a:hover svg path {
  fill: #ffcb49;
}

.header__soc a.icon {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.header__soc a.icon.telegram {
  background-image: url("../img/icons/social/telegram20.png");
}

.header__soc a.icon.telegram:hover {
  background-image: url("../img/icons/social/telegram20_hover.png");
}

.header__btn {
  width: 180px;
  height: 50px;
  margin-left: 40px;
}

.subMenu {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 35px;
  /* Убираем фиксированную ширину */
  /* width: 220px; */
  min-width: 150px; /* Минимальная ширина для удобства */
  width: max-content; /* Ширина по содержимому */
  background: #fff;
  border-top: 3px solid #005795;
  padding-bottom: 10px;
  display: none;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  /* Добавляем, чтобы подменю не переносилось */
  white-space: nowrap;
  
  
}

.subMenu a {
  display: block;
  padding: 12px 13px;
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: 400;
  margin: 0 !important;
  color: #585758;
  /* Убираем перенос текста */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subMenu a:nth-child(1) {
  border-top: none;
}

.subMenu a:hover {
  color: #005795;
}

footer {
  background: #474747;
  padding: 45px 0 25px;
}

.footerTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffcb49;
}

.footerTop__logo {
  margin-right: auto;
  max-width: 370px;
}

.footerTop__link {
  margin-left: 15px;
}

.footerBottom {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 45px;
}

.footerBottom__copy {
  font-weight: 500;
}

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

.footerBottom__nav a {
  padding: 0 15px;
}

.footerBottom__nav a:hover {
  color: #ffcb49;
}

.footerBottom__nav.cookie_nav {
  justify-content: flex-end;
  width: 100%;
}

.footerMiddle {
  color: #fff;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footerMiddleCol {
  width: -moz-calc(100% / 4 - 20px);
  width: calc(100% / 4 - 20px);
}

.footerMiddleCol__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.footerMiddleCol__nav {
  font-size: 16px;
}

.footerMiddleCol__nav a {
  margin-bottom: 10px;
  display: block;
}

.footerMiddleCol__nav a:hover {
  color: #ffcb49;
}

.footerMiddleCol__nav .active {
  color: #00a5db;
}

.footerMiddleCol__plus {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
}

.footerMiddleCol__plus span {
  background: #fff;
  position: absolute;
}

.footerMiddleCol__plus span:nth-child(1) {
  width: 30px;
  height: 1px;
  top: 14.5px;
  left: 0;
}

.footerMiddleCol__plus span:nth-child(2) {
  width: 1px;
  height: 30px;
  top: 0;
  left: 14.5px;
}

.block-about {
  padding: 50px 0 100px;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

.about__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 15px -30px;
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
}

.aboutItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: -moz-calc(100% / 2 - 15px);
  width: calc(100% / 2 - 15px);
  max-width: -moz-calc(100% / 2 - 15px);
  max-width: calc(100% / 2 - 15px);
  margin-bottom: 30px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  color: #005795;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.aboutItem__title {
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.aboutItem__title span {
  font-size: 20px;
}

.aboutItem__text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.aboutItem__rec {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
}

.about__right {
  margin: 0 15px 0px;
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
}

.aboutSlider {
  border-radius: 15px;
}

.aboutSlider .owl-dots {
  margin: 30px 0 -40px !important;
  height: 10px;
}

.aboutSlider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 7.5px !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.aboutSlider .owl-dots .owl-dot span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 !important;
}

.aboutSlider .owl-dots .active {
  width: 39px;
}

.aboutSlider .owl-dots .active span {
  width: 39px;
  background: #00a5db !important;
}

.aboutSlider .owl-stage-outer {
  border-radius: 15px;
  overflow: hidden;
}

.aboutSlider .owl-item {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 70px;
  border-radius: 15px;
  background: #00a5db;
  margin-top: 100px;
  color: #fff;
}

.feedback__left {
  margin-right: 30px;
}

.feedback__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 5px;
}

.feedback__text {
  font-size: 18px;
  line-height: 24px;
}


    @media screen and (max-width: 600px) {
.feedback__text {
  font-size: 14px;
  line-height: 18px;
}
    }

.feedback__inp {
  background: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 490px;
}

.feedback__inp input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: -moz-calc(100% - 25px);
  max-width: calc(100% - 25px);
  margin-right: 5px;
  color: #585758;
}

.feedback__inp svg {
  width: 20px;
}

.feedback__soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}

.feedback__soc a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feedback__soc a:hover svg path {
  fill: #ffcb49;
}

.feedback__soc a svg {
  width: 100%;
  height: 100%;
  max-width: 18px;
  max-height: 18px;
}

.feedback__soc a svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #00a5db;
}

.feedback__soc a.icon {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.feedback__soc a.icon.telegram {
  background-image: url("../img/icons/social/telegram30.png");
}

.feedback__soc a.icon.telegram:hover {
  background-image: url("../img/icons/social/telegram30_hover.png");
}

.block-trgs {
  padding: 95px 0;
  background: #fff;
}

.trgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

.trg {
  width: -moz-calc(100% / 6 - 30px);
  width: calc(100% / 6 - 30px);
  margin: 0 15px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: pointer;
}

.trgFront,
.trgBack {
  background-size: cover;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -moz-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -moz-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -o-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 230px;
  max-height: 230px;
  height: auto;
  border-radius: 15px;
  color: #fff;
}

.trgBack {
  background: #fff;
}

.trgFront:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
}

.trg:hover .trgFront,
.trg:hover .trgBack {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -moz-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -moz-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -o-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.trgBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.trgInner {
  width: 100%;
  height: 230px;
  padding: 30px 25px;
  background: #fff;
  border-radius: 15px;
}

.trg .trgBack {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.trg .trgFront {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.trg:hover .trgBack {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.trg:hover .trgFront {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.trgInnerFront {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
}

.trgFront__img {
  background: #005795;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trgFront__img img {
  height: 45px;
}

.trgs .trg:nth-child(6) .trgFront__img {
    background-color: #2196dc;
} 

.trgFront__text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
  color: #585758;
}

.trgBack__text {
  color: #585758;
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}

.trgBack__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #585758;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}

.trgBack__link svg {
  width: 20px;
  margin-left: 10px;
}

.trgBack__link svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.trgBack__link:hover {
  color: #005795;
}

.trgBack__link:hover svg path {
  fill: #005795;
}

.block-inform {
  padding: 70px 0;
  background: #f3f3f3;
}

.inform__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.inform__nav span {
  padding: 14px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.inform__nav span:hover {
  color: #005795;
}

.inform__nav .active {
  background: #00a5db;
  color: #fff;
}

.informPartners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.informPartner {
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px 30px;
  padding: 45px 60px;
  background: #fff;
  border-radius: 15px;
  #min-height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.informPartner__rec {
  position: absolute;
  height: 100%;
  background: #00a5db;
  width: 10px;
  top: 0;
  right: 0;
}

.informPartner__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.informPartner__text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}

.informPartner__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
}

.informPartner__link:hover {
  color: #005795;
}

.informPartner__link:hover svg path {
  fill: #005795;
}

.informPartner__link svg {
  width: 20px;
  margin-left: 10px;
}

.informPartner__link svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.informProducts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.informProducts__left {
  width: -moz-calc((100% / 12 * 7) - 30px);
  width: calc((100% / 12 * 7) - 30px);
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.informProducts__left .informProduct:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.informProducts__left .informProduct:nth-child(2) .informProduct__rec {
  left: 0;
  right: auto;
}

.informProducts > .informProduct {
  width: -moz-calc((100% / 12 * 5) - 30px);
  width: calc((100% / 12 * 5) - 30px);
  margin: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.informProducts > .informProduct .informProduct__img {
  width: 100%;
}

.informProducts > .informProduct .informProduct__content {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.informProducts > .informProduct .informProduct__rec {
  height: 10px;
  width: 100%;
  bottom: 0;
  top: auto;
}

.informProduct {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.informProduct:nth-child(1) {
  margin-bottom: 30px;
}

.informProduct__img {
  width: 50%;
}

.informProduct__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.informProduct__content {
  width: 50%;
  background: #f3f3f3;
  padding: 45px 35px;
}

.informProduct__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.informProduct__title1 {
  font-size: 20px;
  line-height: 30px;
}

.informProduct__text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}

.informProduct__text1 {
  font-size: 16px;
  line-height: 24px;
}

.informProduct__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
}

.informProduct__link:hover {
  color: #005795;
}

.informProduct__link:hover svg path {
  fill: #005795;
}

.informProduct__link svg {
  width: 20px;
  margin-left: 10px;
}

.informProduct__link svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.informProduct__rec {
  position: absolute;
  height: 100%;
  #background: #00a5db;
  width: 10px;
  top: 0;
  right: 0;
}

.informProduct__inf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 16px;
}

.informProduct__inf span {
  margin: 0 10px;
}

.informProduct__cat {
  color: #00a5db;
}

.inform__content {
  display: none;
}

.inform__content-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.menuMob {
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.menuMob::-webkit-scrollbar {
  width: 0;
}

.menuMob::-webkit-scrollbar-thumb {
  width: 0;
}

.menuMob .header__nav {
  display: block;
}

.menuMob .header__nav > a,
.menuMob .header__nav .header__link {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 20px 25px;
  border: 1px solid #e8e8e8;
}

.menuMob .header__nav > a > a,
.menuMob .header__nav .header__link > a {
  color: #005795;
}

.menuMob .header__nav > a img,
.menuMob .header__nav .header__link img {
  width: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.menuMob .header__nav > a:hover .subMenu,
.menuMob .header__nav .header__link:hover .subMenu {
  display: none;
}

.menuMob .header__nav > a {
  color: #005795;
}

.menuMob .header__nav .subMenu {
  display: none;
  position: static;
  width: 100%;
  margin: 10px 0 -10px;
  max-width: none;
  padding: 0;
  border: none;
}

.menuMob .header__nav .subMenu a {
  padding: 10px 25px;
  border: none;
}

.menuMob-active {
  left: 0;
}

.header__link-active img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menuMob__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 25px;
}

.menuMob__cross {
  width: 20px;
  height: 20px;
  margin-right: 29px;
}

.menuMob__logo {
  width: 90px;
}

.menuMob__bottom {
  background: #474747;
  padding: 25px 17.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
}

.menuMob__bottom a {
  margin: 0 7.5px;
}

.feedback-margin0 {
  margin: 0 !important;
}

.block-bc {
  background: #005795;
  background: -webkit-gradient(linear, left top, right top, from(#005795), to(#00a5db));
  background: -webkit-linear-gradient(left, #005795 0%, #00a5db 100%);
  background: -moz-linear-gradient(left, #005795 0%, #00a5db 100%);
  background: linear-gradient(90deg, #005795 0%, #00a5db 100%);
}

.bc {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 20px;
}

.bc__title {
  font-size: 40px;
  text-transform: uppercase;
  color: #005694;
  margin-bottom: 10px;
  font-weight: 700;

}

.bc__subtitle {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.bc__nav333 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  margin-top: auto;
  padding: 10px 0px 10px;
}


.bc__nav-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  /* Убедитесь, что нет padding/margin, мешающих */
  padding: 0;
  margin: 0;
}

.bc__nav-container::-webkit-scrollbar {
  display: none;
}

.bc__nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0;
  min-width: min-content; /* Ключевое отличие: min-content лучше работает на Android */
  /* Альтернатива: white-space: nowrap + inline-flex, но flex + min-width предпочтительнее */
}

/* Дополнительно: убедимся, что ссылки не сжимаются */
.bc__nav > a,
.bc__nav > span {
  flex-shrink: 0; /* Запрещаем сжатие элементов */
  #padding: 0 8px; /* Добавьте отступы, если нужно */
  white-space: nowrap; /* На всякий случай */
}


.bc__nav a::after {
  content: "|";
  display: inline-block;
  margin: 0 10px;   
}

.bc__nav a:hover  {
  color: #005795;
}

.bc__nav a:last-child {
  font-weight: 500;
  text-transform: uppercase;
}

.bc__nav a:last-child::after {
  display: none;
}

.aboutPage__content {
  margin: 45px -15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aboutPage__content-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.aboutPage__left {
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.aboutPage__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
	line-height: 1.3;
}
}

.aboutPage__text {
  font-size: 16px;
  line-height: 24px;
}

.aboutPage__text p {
  margin-bottom: 20px;
}

.aboutPage__text ul {
  margin-top: -8px;
  margin-bottom: 20px;
  margin-left: 35px;
}

.aboutPage__text ul li {
  list-style: disc;
  margin-left: -5px;
}

.aboutPage__right {
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
}

.aboutPage__right1 {
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
}

.aboutPage__right a {
  position: relative;
  display: block;
  border-radius: 15px;
}
.aboutPage__right1 img {
  border-radius: 15px;
  width: 100%;
}

.aboutPage__right a:hover:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../img/icons/click.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
}

.aboutPage__right img {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  width: 100%;
}

.block-about-page {
  #background: #f3f3f3;
}

.about-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 75px 0 25px;
}

.about-page .informProduct {
	  
        border: 1px solid #f3f3f3;
        flex-direction: column;	
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.about-page .informProduct .informProduct__img {
  max-width: 315px;
  overflow: hidden;
  border-radius: 15px 0px 0px 15px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.about-page .informProduct .informProduct__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.inform__content1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inform__contentBtn {
  width: 100%;
  background: #00a5db;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  margin: 30px 15px 0;
  font-size: 32px;
  box-shadow: none;
}

.inform__contentBtn:hover {
  background: #005795;
}

.inform__contentBtn .informProduct__link {
  font-size: 14px;
  margin: 5px 0 0 25px;
}

.inform__contentBtn .informProduct__link svg {
  width: 20px;
}

.block-clubNav {
  padding: 95px 0;
  background: #fff;
}

.club {
  display: none;
}

.club-active {
  display: block;
}

.clubNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1370px;
}

.clubNavItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 30px 15px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  min-height: 230px;
  max-height: 230px;
  width: 220px;
  margin-bottom: 15px;
  border-radius: 15px;
}

.clubNavItem__img {
  background: #005795;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clubNavItem__img svg {
  height: 45px;
}

.clubNavItem__img svg path {
  fill: #fff;
}

.clubNavItem__title {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
  color: #585758;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.clubNavItem__title:hover {
  color: #005795;
}

.block-club {
  padding: 35px 0;
  background: #fff;
}

.club__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.club__nav span {
  padding: 14px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.club__nav span:hover {
  color: #005795;
}

.club__nav .active {
  background: #00a5db;
  color: #fff;
}

.club__text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 35px;
}

.club__text p {
  margin-bottom: 15px;
}

.club__text p:last-child {
  margin: 0;
}

.club__text a {
  color: #00a5db;
  text-decoration: underline;
}

.club__text a:hover {
  color: #005795;
}

.club__subtitle {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}

.clubFaq {
  padding: 30px 40px;
  border: 1px solid #959595;
  border-radius: 15px;
  max-width: 880px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: border 0.5s, background-color 0.5s;
  -o-transition: border 0.5s, background-color 0.5s;
  -moz-transition: border 0.5s, background-color 0.5s;
  transition: border 0.5s, background-color 0.5s;
  cursor: pointer;
}

.clubFaq:last-child {
  margin: 0;
}

.clubFaq__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clubFaq__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}

.clubFaq__icon {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.clubFaq__icon svg:last-child {
  display: none;
}

.clubFaq__content {
  display: none;
  margin-top: 20px;
}

.clubFaq-active {
  background-color: #fff;
  border: 1px solid transparent;
}

.clubFaq-active .clubFaq__top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clubFaq-active .clubFaq__title {
  color: #00a5db;
}

.clubFaq-active .clubFaq__icon {
  margin-top: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #00a5db;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clubFaq-active .clubFaq__icon svg:first-child {
  display: none;
}

.clubFaq-active .clubFaq__icon svg:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.clubFaq__subtitle {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}

.clubFaq__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.clubFaq__text p {
  margin-bottom: 10px;
}

.clubFaq__text p:last-child {
  margin: 0;
}

.clubFaq__text ul {
  margin: -10px 0 10px 35px;
}

.clubFaq__text ul li {
  margin-left: -5px;
  list-style: disc;
}

.clubFaq__text a {
  color: #00a5db;
  text-decoration: underline;
}

.clubFaq__text a:hover {
  color: #005795;
}

.clubFaq__programm .clubFaq__subtitle {
  display: flex;
  align-items: center;
}

.clubFaq__programm .clubFaq__text p {
  display: flex;
}

.clubFaq__programm img {
  width: 30px;
  height: 30px;
  margin-right: 7px;
}

.clubTable__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.clubTable {
  margin-bottom: 40px;
}

.clubTable__row {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #585758;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.clubTable__row:hover {
  background: #e8e8e8;
}

.clubTable__row:first-child {
  border-bottom: 3px solid #585758;
}

.clubTable__row:first-child .clubTable__col {
  font-weight: 700;
  text-transform: uppercase;
}

.clubTable__row:last-child {
  border-bottom: 3px solid #585758;
}

.clubTable__col {
  font-size: 14px;
  line-height: 20px;
}

.clubTable__col:nth-child(1) {
  margin-right: auto;
  width: 50%;
}

.clubTable__col:nth-child(2) {
  width: 25%;
  min-width: 200px;
}

.clubTable__col:nth-child(3) {
  width: 25%;
  text-align: center;
}

.club__attention {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
}

.club__attention svg {
  width: 45px;
  height: 45px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.club .informProducts {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.club .informProducts .informProduct {
  width: -moz-calc(100% / 4 - 30px);
  width: calc(100% / 4 - 30px);
  margin: 0 15px 30px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.club .informProducts .informProduct__img {
  max-height: 300px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.club .informProducts .informProduct__img img {
  width: 100%;
  -o-object-fit: unset;
  object-fit: unset;
  height: auto;
}

.club .informProducts .informProduct__content {
  padding: 25px;
}

.club .informProducts .informProduct__title {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.club .informProducts .informProduct__title:hover {
  color: #005795;
}

.clubPlaces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px 20px;
}

.clubPlace {
  width: 230px;
  margin: 0 15px 20px;
}

.clubPlace__num {
  font-size: 24px;
  font-weight: 700;
  color: #005795;
  margin-bottom: 25px;
  text-align: center;
}

.clubPlace__img {
  width: 230px;
  height: 180px;
  margin-bottom: 20px;
}

.clubPlace__img img {
  width: 100%;
  height: 100%;
}

.clubPlace__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.clubPlace__text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.newsTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.news__nav div {
  padding: 14px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.news__nav div:hover {
  color: #005795;
}

.news__nav .active {
  background: #00a5db;
  color: #fff;
}

.news__navSliderWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 50px;
}

.news__navSliderWrap img {
  cursor: pointer;
  width: 20px;
  height: 10px;
}

.news__navSliderWrap .news__navSliderWrap-left {
  margin-right: 20px;
}

.news__navSliderWrap .news__navSliderWrap-right {
  margin-left: 20px;
}

.news__navSlider {
  width: 360px;
}

.news__navSlider span {
  padding: 14px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.news__navSlider span:hover {
  color: #005795;
}

.news__navSlider .activeLink {
  background: #00a5db;
  color: #fff;
}

.news__navSlider .owl-item {
  text-align: center;
}

.block-someNews,
.block-newsArchive {
  background: #fff;
  padding: 70px 0;
}

.someNews .informProducts .informProduct {
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}

.someNews .informProducts .informProduct__title {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.someNews .informProducts .informProduct__title:hover {
  color: #005795;
}

.someNews .informProducts .informProduct__img {
  max-height: 300px;
  background: white;
}

.someNews .informProducts .informProduct .informProduct__content {
  padding: 25px;
}

.block-newsSingle {
  padding: 75px 0 90px;
}

.block-newsSingle .aboutPage__title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
}

.block-newsSingle .informProduct__inf {
  margin-bottom: 40px;
}

.newsSingle__img {
  text-align: center;
  margin-bottom: 40px;
}

.newsSingle__img img {
  border-radius: 15px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.newsSingle__video {
  width: 100%;
  max-width: 950px;
  margin: 0px auto 40px;
}

.newsSingle__video > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.newsSingle__video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.newsSingle__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px -15px 0;
}

.newsSingle__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.newsSingle__link svg {
  width: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.newsSingle__link svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.newsSingle__link:hover {
  color: #005795;
}

.newsSingle__link:hover svg path {
  fill: #005795;
}

.newsSingle__link-prev svg {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.newsSingle__link-next {
  text-align: right;
}

.newsSingle__link-next svg {
  margin-left: 10px;
}

.newsSingle__fancy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px -7.5px 0;
  overflow: hidden;
}

.newsSingle__fancy a {
  margin: 0 7.5px;
  display: block;
  width: -moz-calc(100% / 6 - 15px);
  width: calc(100% / 6 - 15px);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.newsSingle__fancy a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.block-newsArchive .news__nav {
  margin-bottom: 35px;
}

.block-newsArchive .news__nav-scroll .active {
  background: transparent;
  color: #00a5db;
}

.block-newsArchive .informProduct__inf {
  line-height: 24px;
  color: #585758;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  cursor: pointer;
}

.block-newsArchive .informProduct__inf .informProduct__cat {
  color: inherit;
}

.block-newsArchive .informProduct__inf:hover {
  color: #005795;
}

.block-newsArchive .informProduct__link {
  margin-top: 40px;
}

.block-contacts {
  padding: 70px 0;
  background: #fff;
}

.contacts {
  display: none;
}

.contacts-active {
  display: block;
}

.contacts__nav {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.contacts__nav a,
.contacts__nav span {
  padding: 14px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  transition: 0.5s;
  white-space: nowrap;
}

.contacts__nav .active {
  background: #00a5db;
  color: #fff;
}

.contacts__nav a.active:hover {
  color: #005795;
}

.contacts__nav.dist_menu {
  margin-bottom: 30px;
}

.contact {
  margin-bottom: 70px;
}

.contact:last-child {
  margin: 0;
}

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

.contact__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact__print {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.contact__print:hover {
  text-decoration: none;
}

.contact__print svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.contact__print svg path {
  fill: #00a5db;
}

.contact__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -15px;
}

.contact__col {
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
}

.contact__col > img {
  width: 100%;
  border-radius: 15px;
}

.contactItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.contactItem:last-child {
  margin: 0;
}

.contactItem__img {
  width: 90px;
  height: 90px;
  background: #005795;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.contactItem__img svg {
  width: 100%;
  height: 100%;
  max-width: 45px;
  max-height: 45px;
}

.contactItem__img svg path {
  fill: #fff;
}

.contactItem__img-empty {
  opacity: 0;
}

.contactItem__text {
  font-size: 16px;
  line-height: 24px;
}

.contactItem__text span {
  font-weight: 500;
}

.contact__map iframe {
  width: 100%;
  height: 517px;
}

.contactMap {
  position: relative;
  width: 1270px;
  height: 715px;
  margin: 0 auto;
  margin-top: -113px;
}

.map path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.map-active {
  fill: #00a5db !important;
}

.marker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 9;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.marker:hover {
  color: #005795;
}

.marker:hover svg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.marker svg {
  margin-right: 3px;
  width: 18px;
  height: 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.marker-main:hover svg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.marker-main svg {
  width: 22px;
  height: 29px;
}

.marker1 {
  bottom: 106px;
  left: 107px;
}

.marker2 {
  bottom: 181px;
  left: 163px;
}

.marker3 {
  bottom: 240px;
  left: 115px;
}

.marker4 {
  bottom: 266px;
  left: 150px;
}

.marker17 {
  bottom: 210px;
  left: 150px;
}

.marker5 {
  bottom: 304px;
  left: 218px;
}

.marker6 {
  bottom: 245px;
  left: 289px;
}

.marker7 {
  bottom: 203px;
  left: 324px;
}

.marker8 {
  bottom: 166px;
  left: 263px;
}

.marker9 {
  bottom: 137px;
  left: 306px;
}

.marker10 {
  bottom: 121px;
  left: 551px;
}

.marker11 {
  bottom: 130px;
  left: 69px;
}

.marker12 {
  bottom: 162px;
  left: 101px;
}

.marker13 {
  bottom: 286px;
  left: 161px;
}

.marker14 {
  bottom: 381px;
  left: 178px;
}

.marker15 {
  bottom: 263px;
  left: 261px;
}

.marker16 {
  bottom: 216px;
  left: 395px;
}

.contactMap__loc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.contactMap__loc:last-child {
  margin: 0;
}

.contactMap__loc svg {
  width: 38px;
  height: 49px;
  margin-right: 10px;
}

.contact__regions {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.contactTable__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.contactTable__nav span {
  padding: 14px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  cursor: pointer;
}

.contactTable__nav span:hover {
  color: #005795;
}

.contactTable__nav .active {
  background: #00a5db;
  color: #fff;
}

.contactTable__nav-xs {
  display: none;
  margin-bottom: 50px;
  background: #00a5db;
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
}

.contactTable__nav-xs:hover {
  color: #005795;
}

.contactTable__nav-xs img {
  margin-left: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.contactTable__nav-xs-active img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contactTable {
  display: none;
}

.contactTable-active {
  display: block;
}

.contactTable__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #585758;
  font-size: 14px;
  line-height: 18px;
}

.contactTable__row:nth-child(1) {
  border-bottom: 3px solid #585758;
  font-weight: 500;
}

.contactTable__row:nth-child(1) .contactTable__col {
  text-decoration: none !important;
  padding: 0px 15px 10px 15px;
}

.contactTable__row:last-child {
  border-bottom: 3px solid #585758;
}

.contactTable__row a {
  color: #00a5db;
}

.contactTable__col {
  width: 25%;
  padding: 20px 15px;
  word-break: break-all;
}

.contactTable__col:nth-child(1) {
  font-weight: 500;
}

.contactTable__col:nth-child(2) {
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}

.contactTable__col:nth-child(2):hover {
  color: #005795;
}

.contactTable__col:nth-child(2) img {
  position: absolute;
  z-index: 9;
  right: 0;
  top: -180px;
  border-radius: 15px;
  width: 290px;
  max-width: none;
  height: 360px;
  display: none;
}

.block-partnersPage {
  padding: 70px 0;
  background: #f3f3f3;
}

.partnersPage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px -30px;
}

.partnersPageItem {
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 45px;
  border-radius: 15px;
  background: #fff;
  position: relative;
  min-height: 370px;
  overflow: hidden;
}

.partnersPageItem__rec {
  position: absolute;
  right: 0;
  top: 0;
  background: #00a5db;
  width: 10px;
  height: 100%;
}

.partnersPageItem__img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  width: 210px;
  padding: 50px 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.partnersPageItem__content {
  width: -moz-calc(100% - 240px);
  width: calc(100% - 240px);
  margin-left: 30px;
  max-width: 400px;
}

.partnersPageItem__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.partnersPageItem__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.partnersPageItem__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  color: #00a5db;
}

.partnersPageItem__link:hover {
  color: #005795;
}

.partnersPageItem__link:hover svg path {
  fill: #005795;
}

.partnersPageItem__link svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  width: 22px;
  height: 20px;
}

.partnersPageItem__link svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.block-vacancies {
  padding: 70px 0 0;
}

.vacancie {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #585758;
}

.vacancie:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.vacancie__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.vacancie__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.vacancie__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px -20px;
}

.vacancie__col {
  margin: 0 15px 20px;
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  font-size: 16px;
  line-height: 24px;
}

.vacancie__col span {
  font-weight: 500;
  display: block;
}

.vacancie__col ul {
  margin-left: 20px;
}

.vacancie__col ul li {
  list-style: disc;
}

.block-events {
  background: #fff;
  padding: 70px 0;
}

.block-events .club__nav {
  margin-bottom: 40px;
}

.block-events .club__nav span {
  white-space: nowrap;
}

.event .aboutPage__content {
  margin-top: 40px;
}

.event .aboutPage__content .aboutPage__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 35px;
}

.event .aboutPage__content .aboutPage__title:nth-child(1) {
  margin-top: 0;
}

.event .aboutPage__content .aboutPage__text a {
  color: #00a5db;
}

.event .aboutPage__content .aboutPage__text a:hover {
  color: #005795;
}

.event .aboutPage__content .aboutPage__text ul li span {
  display: block;
  font-weight: 500;
}

.event .aboutPage__content .aboutPage__text p:last-child {
  margin-bottom: 0;
}

.event .aboutPage__content .aboutPage__right {
  text-align: center;
  border-radius: 0;
}

.event .aboutPage__content .aboutPage__right img {
  border-radius: 15px;
}

.event .aboutPage__content .aboutPage__right iframe {
  width: 100% !important;
  height: 500px;
  border-radius: 15px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.eventPartners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.eventPartner {
  width: -moz-calc(100% / 4 - 30px);
  width: calc(100% / 4 - 30px);
  margin: 0 15px 30px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  overflow: hidden;
}

.eventPartner__rec {
  background: #00a5db;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 10px;
}

.eventPartner__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.eventPartner__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.eventPartner__soc a {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.eventPartner__soc a:hover svg path {
  fill: #ffcb49;
}

.eventPartner__soc a svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.eventPartner__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.eventPartner__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.eventPartner__link:hover {
  color: #005795;
}

.eventPartner__link:hover svg path {
  fill: #005795;
}

.eventPartner__link svg {
  margin-left: 10px;
  width: 20px;
}

.eventPartner__link svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.popUpWrap {
  display: none;
}

.popUp {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popUp::-webkit-scrollbar {
  width: 0;
}

.popUp::-webkit-scrollbar-thumb {
  width: 0;
}

.popUp__contentWrap {
  padding: 0 15px;
}

.popUp__content {
  z-index: 101;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  position: relative;
  max-width: 620px;
}

.popUp__content .eventPartner__top {
  max-width: 310px;
}

.popUp__content .partnersPageItem__link {
  margin-bottom: 20px;
}

.popUp__cross {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 15px;
}

.popUp__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.popUp__text {
  font-size: 16px;
  line-height: 24px;
}

.popUp__text ul {
  margin-left: 30px;
}

.popUp__text ul li {
  list-style: disc;
}

.popUp__layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.eventSem__main {
  padding: 0px 15px;
}

.eventSem__form_block {
  margin-bottom: 30px;
}

.eventSem__fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.eventSem__fields > div {
  padding: 0px 15px;
}

.eventSem__fields.one_columns > div {
  width: 100%;
}

.eventSem__fields.two_columns > div {
  width: 50%;
}
@media (max-width: 550px) {
  .eventSem__fields.two_columns > div {
    width: 100%;
  }
}

.eventSem__fields.three_columns > div {
  width: 33.3333%;
}
@media (max-width: 850px) {
  .eventSem__fields.three_columns > div {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .eventSem__fields.three_columns > div {
    width: 100%;
  }
}

.eventSem__fields_table {
  display: table;
  border-spacing: 20px 30px;
  margin-left: -20px;
}
@media (max-width: 550px) {
  .eventSem__fields_table {
    display: block;
    border-spacing: 0px;
    margin-left: 0px;
  }
}

.eventSem__fields_table > div {
  display: table-row;
}
@media (max-width: 550px) {
  .eventSem__fields_table > div {
    display: block;
  }
}

.eventSem__fields_table > div > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 550px) {
  .eventSem__fields_table > div > div {
    display: block;
    margin-bottom: 15px;
  }
}

.eventSem__fields_table .eventSemInp__inp input[type="number"] {
  width: 80px;
  appearance: textfield;
}

.eventSem__link {
  display: inline-block;
  color: #00a5db;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.eventSem__link:hover {
  color: #005795;
}

.eventSem__inf {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 45px;
}

.eventSem__inf a {
  color: #00a5db;
}

.eventSem__inf a:hover {
  color: #005795;
}

.eventSem__btn {
  min-width: 170px;
  height: 50px;
  margin: 0px auto 10px;
  padding: 0px 15px;
  background: #00a5db;
  border-radius: 5px;
  box-shadow: none;
  text-transform: uppercase;
  cursor: pointer;
}

.eventSem__btn:hover {
  background: #005795;
}

.eventSem__btn.disabled,
.eventSem__btn.disabled:hover {
  background: #585758;
}

.eventSem__title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #005795;
  padding-bottom: 5px;
  border-bottom: 2px solid #005795;
  margin-bottom: 20px;
}

.eventSem__title.eventSem-error__title {
  padding-bottom: 0px;
  border-bottom: none;
}

.eventSem__title_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #00a5db;
  user-select: none;
  cursor: pointer;
}

.eventSem__title_btn:hover {
  color: #005795;
}

.eventSem__title_btn.eventSem__delete {
  color: #ff5317;
}

.eventSem__title_btn.eventSem__delete:hover {
  color: red;
}

.eventSemInp {
  margin-bottom: 15px;
}

.eventSemInp__title {
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 500;
}

.eventSemInp__title span {
  color: #d81e05;
}

.eventSemInp__error_text {
  display: none;
  margin-top: 10px;
  color: #d81e05;
  font-size: 14px;
}

.eventSemInp-error .eventSemInp__error_text {
  display: block;
}

.eventSemInp__inp input,
.eventSemInp__inp textarea,
.eventSemInp__inp select {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #585758;
  padding: 8px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
}

.eventSemInp__inp input:hover,
.eventSemInp__inp textarea:hover,
.eventSemInp__inp select:hover {
  border: 1px solid #005795;
}

.eventSemInp-error .eventSemInp__inp input,
.eventSemInp-error .eventSemInp__inp textarea,
.eventSemInp-error .eventSemInp__inp select {
  border: 1px solid #d81e05;
  box-shadow: 0px 0px 0px 1px #d81e05;
}

.eventSemInp__inp-text {
  width: 100%;
}

.eventSemInp__inp-text textarea {
  width: 100%;
  height: 130px;
}

.eventSemInp__inp-text textarea::placeholder {
  color: rgba(88, 87, 88, 0.5);
}

.eventSemInp__select {
  position: relative;
}

.eventSemInp__select.eventSemInp__inp select {
  appearance: none;
  background: #fff url("../img/icons/arrow1.png") calc(100% - 20px) 50% no-repeat;
  padding-left: 20px;
  padding-right: 20px;
}

.eventSemInp__select.eventSemInp__inp select option {
  font-size: 12px;
}

.eventSemInp__select.eventSemInp__inp select optgroup {
  font-size: 12px;
}

.eventSemInp__drop {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  display: none;
}

.eventSemInp__drop span {
  display: block;
  padding: 10px 15px 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.eventSemInp__drop span:hover {
  background: #f3f3f3;
  color: #005795;
}

.eventSemRadio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0px;
  cursor: pointer;
}

.eventSemRadio:hover {
  color: #005795;
}

.eventSemRadio:hover .eventSemRadio__btn {
  border: 1px solid #005795;
}

.eventSemRadio__btn {
  width: 19px;
  height: 19px;
  border: 1px solid #585758;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.eventSemRadio__btn span {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background: #585758;
  border: 4px solid #f3f3f3;
}

.eventSemRadio__title {
  margin-left: 10px;
  font-size: 16px;
}

.eventSemRadio-active .eventSemRadio__btn span {
  opacity: 1;
}

.eventSemInp.field_rating {
  width: 100%;
}

.eventSemInp.field_rating .eventSemInp__rating {
  display: flex;
  justify-content: space-between;
  width: 130px;
  margin-bottom: 7px;
}

.eventSemInp.field_rating .eventSemInp__rating .grade {
  width: 16px;
  height: 16px;
  color: #ffcc00;
  font-size: 20px;
  cursor: pointer;
}

.sem .aboutPage__content .aboutPage__left {
  margin-bottom: 0 !important;
}

.eventcheckbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.eventcheckbox:hover {
  color: #005795;
}

.eventcheckbox .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #585758;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.block-mob-app {
  padding: 70px 0 0;
}

.block-mob-app .title {
  font-size: 32px;
  margin: 0;
}

.mob-app .aboutPage__content .aboutPage__right-2 img {
  border-radius: 0;
  width: auto;
  max-width: -moz-calc(50% - 17px);
  max-width: calc(50% - 17px);
}

.mob-app .aboutPage__content .aboutPage__right-2 img:nth-child(2) {
  margin-left: 30px;
}

.mob-app__imgs {
  margin-bottom: 25px;
}

.mob-app__imgs img {
  max-width: -moz-calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}

.block-buy {
  padding: 0px 0 0;
}

.block-buy .title {
  font-size: 32px;
  margin-bottom: 40px;
}

.block-buy .text {
  font-size: 18px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

.buy__nav {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.buy__nav span {
  margin-right: 0;
  margin-left: 30px;
}

.buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
    padding-bottom: 50px;
}

.buy__left {
  margin: 0 15px;
  width: 360px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 15px;
  min-height: 540px;
  background: #f3f3f3;
  padding: 35px 30px;
}

.buy__right {
  width: -moz-calc(100% - 390px);
  width: calc(100% - 390px);
  margin: 0 15px;
}

.buy__right iframe {
  border-radius: 15px;
  height: 100%;
  width: 100%;
}

.buy__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  #margin-top: 35px; 
}

.buy__inp {
  width: 100%;
  #margin-bottom: 45px; 
}

.buy__inp .eventSemInp__inp {
  width: 100%;
}

.buy__radio .eventSemRadio__img {
  margin-left: 10px;
}

.buy__btn {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #585758;
}

.buy__btn:hover {
  color: #005795;
  border: 1px solid #005795;
}

.eventSemRadio__img {
  width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #005795;
  border-radius: 50%;
}

.eventSemRadio__img svg {
  width: 16px;
}

.eventSemRadio__img svg path,
.eventSemRadio__img svg polygon,
.eventSemRadio__img svg circle {
  fill: #fff;
}

.buy__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #585758;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.buy__row:hover {
  background: #e8e8e8;
}

.buy__row:first-child {
  border-bottom: 3px solid #585758;
}

.buy__row:first-child:hover {
  background: none;
}

.buy__row:first-child .buy__col {
  padding: 0 15px 10px;
  font-weight: 500;
}

.buy__row:last-child {
  border-bottom: 3px solid #585758;
}

.buy__row .buy__col {
  padding: 20px 15px;
  font-size: 14px;
  line-height: 18px;
}

.buy__row .buy__col:nth-child(1) {
  width: -moz-calc(100% / 9 * 3);
  width: calc(100% / 9 * 3);
  font-weight: 500;
}

.buy__row .buy__col:nth-child(2) {
  width: -moz-calc(100% / 9 * 2);
  width: calc(100% / 9 * 2);
}

.buy__row .buy__col:nth-child(3) {
  width: -moz-calc(100% / 9 * 2);
  width: calc(100% / 9 * 2);
}

.buy__row .buy__col:nth-child(4) {
  width: -moz-calc(100% / 9 * 2);
  width: calc(100% / 9 * 2);
  min-width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy__row .buy__col .eventSemRadio__img {
  margin-right: 10px;
}

.buy__row .buy__col a {
  color: #00a5db;
  text-decoration: underline;
  font-weight: 400;
}

.buy__row .buy__col a:hover {
  color: #005795;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

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

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

.wrapper {
  max-width: 1590px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1500px) {
  .header__nav > a,
  .header__nav .header__link {
    margin-right: 15px;
  }

  .header__nav > a:last-child,
  .header__nav .header__link:last-child {
    margin-right: 30px;
  }

  .header__btn {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1400px) {
  main {
    margin-top: 88px;
  }

  .header__logo {
    max-width: 140px;
  }

  .header__nav > a,
  .header__nav .header__link {
    font-size: 14px;
  }

  .header__nav > a:last-child,
  .header__nav .header__link:last-child {
    margin-right: 20px;
  }

  .header__btn {
    height: 40px;
    width: 160px;
    font-size: 14px;
  }

  .subMenu a {
    font-size: 13px;
  }

  .aboutItem__title {
    font-size: 60px;
  }

  .aboutItem__title span {
    font-size: 18px;
  }

  .aboutItem__text {
    font-size: 18px;
  }

  .feedback {
    padding: 30px 50px;
  }

  .trgBack__text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .informProduct__title1 {
    font-size: 18px;
    line-height: 28px;
  }

  .contactItem__img {
    width: 75px;
    height: 75px;
  }

  .contactItem__img svg {
    max-width: 35px;
    max-height: 35px;
  }

  .contactItem__text {
    font-size: 14px;
    line-height: 20px;
  }

  .partnersPageItem {
    padding: 30px;
  }
}

@media screen and (max-width: 1330px) {
  .contactMap {
    width: 1000px;
    height: 563px;
  }

  .marker1 {
    bottom: 79px;
    left: 88px;
  }

  .marker2 {
    bottom: 144px;
    left: 128px;
  }

  .marker3 {
    bottom: 186px;
    left: 93px;
  }

  .marker4 {
    bottom: 203px;
    left: 126px;
  }

  .marker5 {
    bottom: 243px;
    left: 172px;
  }

  .marker6 {
    bottom: 185px;
    left: 245px;
  }

  .marker7 {
    bottom: 162px;
    left: 259px;
  }

  .marker8 {
    bottom: 116px;
    left: 216px;
  }

  .marker9 {
    bottom: 100px;
    left: 242px;
  }

  .marker10 {
    bottom: 89px;
    left: 440px;
  }

  .marker11 {
    bottom: 96px;
    left: 56px;
  }

  .marker12 {
    bottom: 127px;
    left: 85px;
  }

  .marker13 {
    bottom: 224px;
    left: 134px;
  }

  .marker14 {
    bottom: 301px;
    left: 143px;
  }

  .marker15 {
    bottom: 206px;
    left: 210px;
  }

  .marker16 {
    bottom: 150px;
    left: 306px;
  }
}

@media screen and (max-width: 1300px) {
  .header__soc a {
    margin-right: 10px;
  }

  .contactTable__nav span {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1270px) {
  .eventSemInp__inp-text textarea {
    height: 40px;
  }
}

@media screen and (max-width: 1250px) {
  .eventPartner {
    width: -moz-calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px);
  }
}

@media screen and (max-width: 1200px) {
  .header__nav > a,
  .header__nav .header__link {
    font-size: 13px;
  }

  .header__soc a svg {
    max-width: 17px;
    max-height: 17px;
  }

  .trgInner {
    padding: 20px 15px;
  }

  .trgInnerFront {
    padding: 40px 15px 20px;
  }

  .contactTable__navWrap {
    display: none;
  }

  .contactTable__nav {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -40px;
  }

  .contactTable__nav span {
    margin-right: 0;
  }

  .contactTable__nav .active {
    background: none;
    color: #585758;
  }

  .contactTable__nav-xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1160px) {
  .header__burger {
    display: block;
  }

  .header__nav {
    display: none;
  }

  .header__soc a {
    margin-right: 20px;
  }

  .header__soc a svg {
    max-width: 20px;
    max-height: 20px;
  }

  .subMenu {
    box-shadow: none;
  }

  .footerBottom {
    font-size: 14px;
  }

  .footerMiddleCol__title {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .footerMiddleCol__nav {
    font-size: 14px;
  }

  .about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about__left {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
    margin: 0 15px;
  }

  .aboutItem {
    min-height: 250px;
  }

  .aboutItem__title {
    font-size: 80px;
  }

  .aboutItem__title span {
    font-size: 20px;
  }

  .aboutItem__text {
    font-size: 20px;
  }

  .about__right {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
  }

  .aboutSlider .owl-dots {
    margin: 30px 0 0 !important;
  }

  .feedback {
    margin-top: 60px;
  }

  .trgFront,
  .trgBack {
    min-height: 200px;
    max-height: 200px;
  }

  .trgInner {
    height: 200px;
    padding: 10px;
  }

  .trgInnerFront {
    padding: 40px 15px 20px;
  }

  .trgFront__img {
    width: 75px;
    height: 75px;
  }

  .trgFront__img img {
    height: 35px;
  }

  .trgFront__text {
    font-size: 14px;
    line-height: 18px;
  }

  .trgBack__link {
    font-size: 12px;
  }

  .informProducts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .informProducts__left {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }

  .informProducts > .informProduct {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .informProducts > .informProduct .informProduct__img {
    width: 50%;
  }

  .informProducts > .informProduct .informProduct__content {
    width: 50%;
  }

  .informProducts > .informProduct .informProduct__rec {
    width: 10px;
    height: 100%;
  }

  .aboutPage__left {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
  }

  .aboutPage__right {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
  }
  .aboutPage__right1 {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
  }
  .about-page .informProduct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -moz-calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px);
  }

  .about-page .informProduct .informProduct__img {
    max-width: none;
    width: 100%;
    border-radius: 15px 15px 0 0;
  }

  .about-page .informProduct .informProduct__content {
    max-width: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-page .informProduct .informProduct__rec {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 10px;
  }

  .about-page .informProduct .informProduct__link {
    margin-top: auto;
  }

  .club .informProducts .informProduct {
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px 30px;
  }

  .club .informProducts .informProduct__img {
    width: 100%;
    max-height: none;
  }

  .club .informProducts .informProduct__content {
    width: 100%;
  }

  .club .informProducts .informProduct__rec {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 10px;
  }

  .newsSingle__fancy a {
    width: -moz-calc(100% / 5 - 15px);
    width: calc(100% / 5 - 15px);
  }

  .partnersPageItem {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
    max-width: 750px;
  }

  .event .aboutPage__content .aboutPage__left {
    margin-bottom: 30px;
  }

  .event .aboutPage__content-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .event .aboutPage__content-reverse .aboutPage__left {
    margin-top: 30px;
  }

  .event .aboutPage__content-only {
    margin-top: 0;
  }

  .mob-app__imgs {
    margin-bottom: 15px;
  }

  .buy__left {
    min-height: 480px;
  }
}

@media screen and (max-width: 1060px) {
  .contactMap {
    width: 750px;
    height: 422px;
    margin-top: 0;
  }

  .marker {
    display: none;
  }

  .contactMap__locs {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .footerBottom__nav a {
    padding: 0 8px;
  }

  .feedback {
    padding: 30px;
  }

  .trgs {
    margin: 0 -15px -30px;
  }

  .trg {
    width: -moz-calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px);
    margin: 0 15px 30px;
  }

  .trgInner {
    padding: 30px 25px;
  }

  .trgInnerFront {
    padding: 40px 25px 25px;
  }

  .clubNav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px -30px;
  }

  .clubNavItem {
    margin: 0 15px 30px;
  }

  .newsSingle__fancy a {
    width: -moz-calc(100% / 4 - 15px);
    width: calc(100% / 4 - 15px);
  }

  .contact__col {
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }

  .webinar {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
    margin-top: 30px;
  }

  .buy__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 0;
  }

  .buy__row:first-child {
    /*display: none;*/
  }

  .buy__row:nth-child(2) {
    /*border-top: 3px solid #585758;*/
  }

  .buy__row .buy__col {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .buy__row .buy__col:nth-child(1) {
    /*width: 50%;*/
  }

  .buy__row .buy__col:nth-child(2) {
    /*width: 50%;*/
  }

  .buy__row .buy__col:nth-child(3) {
    /*width: 50%;*/
  }

  .buy__row .buy__col:nth-child(4) {
    /*width: 50%;*/
  }
}

@media screen and (max-width: 920px) {
  .footerBottom {
    font-size: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footerBottom__copy {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .footerBottom__nav {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footerBottom__nav a {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .footerBottom__nav span {
    display: none;
  }

  .footerBottom__nav.cookie_nav {
    justify-content: flex-start;
  }

  .block-about {
    padding: 80px 0 100px;
  }

  .feedback {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feedback__left {
    width: 100%;
    margin: 0 0 15px;
  }

  .feedback__inp {
    max-width: none;
    width: 100%;
  }

  .feedback__soc {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }

  .inform__nav {
    margin-bottom: 40px;
  }

  .informPartner {
    padding: 30px;
  }

  .about-page .informProduct {
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }

  .clubNavItem {
    min-height: 205px;
    max-height: 205px;
    width: 205px;
  }

  .clubNavItem__img {
    width: 75px;
    height: 75px;
  }

  .clubNavItem__img svg {
    height: 35px;
  }

  .club__nav {
    margin-bottom: 40px;
  }

  .clubTable__col:nth-child(1) {
    margin-right: 30px;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .clubTable__col:nth-child(3) {
    width: 60px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
  }

  .news__nav {
    margin-bottom: 40px;
  }

  .block-someNews,
  .block-newsArchive {
    padding: 60px 0;
  }

  .block-newsSingle {
    padding: 60px 0 70px;
  }

  .newsSingle__fancy a {
    width: -moz-calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
  }

  .contacts__nav {
    margin-bottom: 40px;
  }

  .contactTable__nav-xs {
    margin-bottom: 40px;
  }

  .contactTable__row:nth-child(1) .contactTable__col {
    display: none;
  }

  .contactTable__col {
    width: 50%;
  }

  .block-events {
    padding: 60px 0;
  }

  .eventPartner {
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }

  .eventSemInp__inp-text textarea {
    height: 19.2px;
  }

  .block-mob-app {
    padding: 60px 0 0;
  }

  .block-buy {
    padding: 60px 0 0;
  }

  .buy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .buy__left {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .buy__right {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-top: 30px;
  }

  .buy__right iframe {
    height: 515px;
  }
}

@media screen and (max-width: 810px) {
  .contactMap {
    width: 525px;
    height: 296px;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 85px;
  }

  .header__logo {
    max-width: 120px;
  }

  .header__soc a {
    margin-right: 10px;
  }

  .footerBottom {
    padding-top: 15px;
  }

  .footerMiddle {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footerMiddleCol {
    width: 100%;
    margin-bottom: 20px;
  }

  .footerMiddleCol__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0px;
  }

  .footerMiddleCol__nav {
    font-size: 16px;
    display: none;
    margin-top: 20px;
  }

  .footerMiddleCol__plus {
    display: block;
  }

  .aboutItem {
    min-height: 180px;
  }

  .aboutItem__title {
    font-size: 60px;
  }

  .aboutItem__title span {
    font-size: 18px;
  }

  .aboutItem__text {
    font-size: 18px;
  }

  .block-trgs {
    padding: 80px 0;
  }

  .trgInner {
    padding: 20px 15px;
  }

  .trgInnerFront {
    padding: 40px 15px 20px;
  }

  .inform__nav {
    margin-bottom: 30px;
  }

  .informPartner {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
  }

  .informProducts__left .informProduct:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .informProducts > .informProduct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .informProducts > .informProduct .informProduct__img {
    width: 100%;
  }

  .informProducts > .informProduct .informProduct__content {
    width: 100%;
  }

  .informProducts > .informProduct .informProduct__rec {
    height: 10px;
    width: 100%;
  }

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

  .informProduct__img {
    width: 100%;
  }

  .informProduct__content {
    width: 100%;
  }

  .informProduct__rec {
    height: 10px;
    width: 100%;
    top: auto;
    bottom: 0;
  }

  .bc {
    padding: 15px 0;
    min-height: 110px;
  }

  .bc__title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .bc__subtitle {
    font-size: 16px;
  }

  .aboutPage__content {
    margin: 60px -15px 0;
  }

  .block-clubNav {
    padding: 80px 0;
  }

  .clubNavItem {
    min-height: 180px;
    max-height: 180px;
    max-width: 180px;
    width: -moz-calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px);
    padding: 30px 20px 15px;
  }

  .clubNavItem__img {
    width: 65px;
    height: 65px;
  }

  .clubNavItem__img svg {
    height: 30px;
  }

  .clubNavItem__title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }

  .block-club {
    padding: 60px 0;
  }

  .club__nav {
    margin-bottom: 30px;
  }

  .clubTable__row {
    padding: 10px 0;
  }

  .news__nav {
    margin-bottom: 30px;
  }

  .block-someNews,
  .block-newsArchive {
    padding: 50px 0;
  }

  .block-newsSingle {
    padding: 50px 0 60px;
  }

  .newsSingle__fancy {
    overflow-x: scroll;
    margin: 50px -15px 0;
    padding: 0 7.5px;
  }

  .newsSingle__fancy a {
    min-width: 240px;
    width: 240px;
  }

  .block-newsArchive .news__nav-scroll {
    overflow-x: scroll;
  }

  .block-contacts {
    padding: 60px 0;
  }

  .contacts__nav {
    margin-bottom: 30px;
    overflow-x: scroll;
  }
  .contacts__nav::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .contact__col {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
  }

  .contact__map {
    margin: 0 -15px;
  }

  .contactTable__nav {
    margin-top: -20px;
  }

  .contactTable__nav-xs {
    margin-bottom: 30px;
  }

  .block-partnersPage {
    padding: 60px 0;
  }

  .block-vacancies {
    padding: 60px 0 0;
  }

  .vacancie {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .vacancie__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .vacancie__text {
    margin-bottom: 15px;
  }

  .vacancie__col {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
  }

  .block-events {
    padding: 50px 0;
  }

  .event .aboutPage__content .aboutPage__right iframe {
    height: 400px;
  }

  .block-mob-app {
    padding: 50px 0 0;
  }

  .block-buy {
    padding: 50px 0 0;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 576px) {
  #main {
   # margin-top: 75px;
 # }

  .title {
    margin-bottom: 25px;
    font-size: 32px;
  }

  .header__logo {
    max-width: 90px;
  }

  .header__soc {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #00a5db;
    padding: 8px -moz-calc(50% - 125px);
    padding: 8px calc(50% - 125px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__soc a svg:first-child {
    display: block;
  }

  .header__soc a svg:last-child {
    display: none;
  }

  .header__soc a svg path {
    fill: #fff;
  }

  .header__soc a.icon.telegram {
    background-image: url("../img/icons/social/telegram20b.png");
  }

  .header__soc a.icon.telegram:hover {
    background-image: url("../img/icons/social/telegram20b.png");
  }

  .header__btn {
    width: 120px;
    height: 30px;
    font-size: 12px;
  }

  footer {
    padding: 30px 0 50px;
  }

  .block-about {
    padding: 60px 0 80px;
  }

  .about__left {
    margin: 0 15px 10px;
  }

  .aboutItem {
    width: -moz-calc(100% / 2 - 5px);
    width: calc(100% / 2 - 5px);
    max-width: -moz-calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    margin: 0 0 15px;
    padding: 0 10px;
    min-height: 160px;
  }

  .aboutSlider .owl-dots {
    margin: 25px 0 0 !important;
  }

  .block-trgs {
    padding: 60px 0;
  }

  .trg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    background: #fff;
    min-height: 190px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
  }

  .trgFront,
  .trgBack {
    height: auto;
    min-height: auto;
    max-height: none;
    box-shadow: none;
    width: 100%;
  }

  .trgFront:after {
    display: none;
  }

  .trgBack {
    position: static;
  }

  .trgInner {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
    padding: 0;
    height: auto;
  }

  .trg .trgBack {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .trg .trgFront {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .trg:hover .trgBack {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .trg:hover .trgFront {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .trgInnerFront {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .trgFront__img {
    width: 50px;
    height: 50px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .trgFront__img img {
    height: 25px;
  }

  .trgFront__text {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 15px;
    width: 100%;
    text-align: left;
  }

  .trgBack__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  .trgBack__link {
    color: #fff;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .inform__nav {
    overflow-x: scroll;
    margin: 0 -15px 20px;
    padding: 0 5px;
  }

  .inform__nav span {
    margin: 0 10px;
  }

  .informPartners {
    margin: 0 -15px -25px;
  }

  .informPartner {
    padding: 25px;
    margin-bottom: 25px;
    min-height: 175px;
  }

  .informPartner__title {
    font-size: 24px;
  }

  .informPartner__text {
    font-size: 14px;
    line-height: 20px;
    max-width: 350px;
  }

  .informPartner__link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    width: 100%;
  }

  .informPartner__link:hover {
    color: #fff;
  }

  .informProduct__img {
    max-height: 225px;
    overflow: hidden;
  }

  .informProduct__content {
    padding: 25px;
    min-height: 230px;
  }

  .informProduct__title {
    font-size: 24px;
  }

  .informProduct__text {
    font-size: 14px;
    line-height: 20px;
    max-width: 350px;
  }

  .informProduct__link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    width: 100%;
  }

  .informProduct__link:hover {
    color: #fff;
  }

  .informProduct__inf {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .bc {
    min-height: 75px;
    padding: 15px 0;
  }

  .bc__title {
    font-size: 24px;
    margin-bottom: 3px;
  }

  .bc__subtitle {
    font-size: 14px;
  }

  .bc__nav a:last-child {
    text-transform: initial;
  }

  .aboutPage__content {
    margin: 40px -15px 0;
  }

  .aboutPage__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about-page {
    padding: 30px 0 10px;
  }

  .about-page .informProduct {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
  }

  .inform__contentBtn {
    padding: 20px;
    font-size: 24px;
  }

  .inform__contentBtn .informProduct__link {
    width: 20px;
    margin: 0 0 0 10px;
  }

  .inform__contentBtn .informProduct__link svg {
    margin: 0;
  }

  .inform__contentBtn .informProduct__link span {
    display: none;
  }

  .block-clubNav {
    padding: 60px 0;
  }

  .clubNav {
    margin: 0 -5px -15px;
  }

  .clubNavItem {
    min-height: 160px;
    max-height: 160px;
    width: 160px;
    margin: 0 5px;
    margin-bottom: 15px;
  }

  .clubNavItem__img {
    width: 50px;
    height: 50px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .clubNavItem__img svg {
    height: 25px;
  }

  .clubNavItem__title {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
  }

  .block-club {
    padding: 40px 0 50px;
  }

  .club__nav {
    overflow-x: scroll;
    margin: 0 -15px 20px;
    padding: 0 5px;
  }

  .club__nav span {
    margin: 0 10px;
  }

  .club__text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .club__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .clubFaq__title {
    font-size: 20px;
  }

  .clubFaq-active .clubFaq__icon {
    margin-top: 5px;
  }

  .clubTable__title {
    margin-bottom: 10px;
  }

  .clubTable {
    margin-bottom: 30px;
  }

  .clubTable__col:nth-child(1) {
    width: -moz-calc(100% / 2 - 45px);
    width: calc(100% / 2 - 45px);
  }

  .clubTable__col:nth-child(2) {
    min-width: auto;
    width: -moz-calc(100% / 2 - 45px);
    width: calc(100% / 2 - 45px);
  }

  .club__attention {
    font-size: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .club__attention svg {
    width: 30px;
    height: 30px;
  }

  .club .informProducts .informProduct {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px 30px;
  }

  .club .informProducts .informProduct__img {
    max-height: none;
  }

  .club .informProducts .informProduct__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 190px;
  }

  .club .informProducts .informProduct__link {
    margin-top: auto;
  }

  .clubPlaces {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 230px;
  }

  .clubPlace {
    margin: 0 0 20px;
  }

  .news__nav {
    margin: 0 -10px 20px;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news__nav div {
    margin: 0 10px;
  }

  .news__nav div span {
    display: none;
  }

  .news__navSlider {
    width: 210px;
  }

  .block-someNews,
  .block-newsArchive {
    padding: 35px 0;
  }

  .someNews .informProducts .informProduct .informProduct__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .someNews .informProducts .informProduct .informProduct__content .informProduct__link {
    margin-top: auto;
  }

  .block-newsSingle {
    padding: 35px 0 50px;
  }

  .block-newsSingle .aboutPage__title {
    font-size: 24px;
    line-height: 30px;
  }

  .block-newsSingle .informProduct__inf {
    margin-bottom: 30px;
  }

  .newsSingle__img {
    margin-bottom: 30px;
  }

  .newsSingle__links {
    margin: 40px -15px 0;
  }

  .newsSingle__fancy {
    margin: 40px -15px 0;
  }

  .block-newsArchive .news__nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .block-newsArchive .informProduct__inf {
    margin-bottom: 10px;
  }

  .block-newsArchive .informProduct__link {
    color: #585758;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .block-contacts {
    padding: 50px 0;
  }

  .contacts__nav {
    margin: 0 -15px 20px;
    padding: 0 5px;
  }

  .contacts__nav span {
    margin: 0 10px;
  }

  .contactMap {
    width: 330px;
    height: 186px;
  }

  .contactTable__nav span {
    margin: 0;
    white-space: normal;
    line-height: 22px;
  }

  .contactTable__row {
    padding: 15px 0 0;
  }

  .contactTable__col {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .block-partnersPage {
    padding: 50px 0;
  }

  .partnersPageItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 500px;
    padding: 0 25px 25px;
  }

  .partnersPageItem__rec {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 10px;
  }

  .partnersPageItem__img {
    margin: auto 0;
  }

  .partnersPageItem__content {
    width: 100%;
    min-height: 255px;
    margin: 0;
  }

  .block-vacancies {
    padding: 50px 0 0;
  }

  .block-events {
    padding: 35px 0;
  }

  .block-events .club__nav {
    margin-bottom: 30px;
  }

  .event .aboutPage__content {
    margin-top: 30px;
  }

  .event .aboutPage__content .aboutPage__title {
    margin-top: 30px;
    font-size: 22px;
  }

  .event .aboutPage__content .aboutPage__right iframe {
    height: 300px;
  }

  .event .aboutPage__content-only {
    margin-top: 0;
  }

  .eventPartner {
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 210px;
  }

  .eventPartner__top {
    min-height: 80px;
  }

  .eventPartner__link {
    color: #fff;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto;
  }

  .eventPartner__link:hover {
    color: #fff;
  }

  .popUp {
    display: block;
  }

  .popUp__contentWrap {
    padding: 0;
  }

  .popUp__content {
    width: 100%;
    height: auto;
    min-height: 100vh;
    border-radius: 0;
    padding: 30px 15px;
  }

  .eventSem__inf {
    margin-top: 35px;
  }

  .eventSem__btn {
    margin-top: 35px;
  }

  .eventSem__title {
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 15px;
  }

  .eventSemInp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eventSemInp__inp-text textarea {
    height: 40px;
  }

  .block-mob-app {
    padding: 35px 0 0;
  }

  .block-mob-app .title {
    font-size: 24px;
    line-height: 30px;
  }

  .mob-app .aboutPage__content .aboutPage__right-2 img {
    max-width: -moz-calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .mob-app .aboutPage__content .aboutPage__right-2 img:nth-child(2) {
    margin-left: 15px;
  }

  .mob-app__imgs {
    margin-bottom: 5px;
  }

  .block-buy {
    padding: 35px 0 0;
  }

  .block-buy .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .block-buy .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .buy__nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .buy__left {
    padding: 25px 20px;
  }

  .buy__row {
    padding: 15px 0 0;
  }

  .buy__row .buy__col {
    margin-bottom: 15px;
    padding: 0;
  }

  .buy__row .buy__col:nth-child(1) {
    width: 100%;
    display: block;
  }

  .buy__row:first-child {
    display: block;
  }
  .buy__row:after {
    content: " ";
    clear: both;
    display: table;
  }

  .buy__row:nth-child(1) .buy__col:nth-child(1) {
    width: 100%;
    display: none;
    padding-left: 0px;
  }
  .buy__row .buy__col:nth-child(2) {
    width: 100%;
    width: 30%;
    display: block;
    float: left;
    padding-left: 0px;
  }

  .buy__row .buy__col:nth-child(3) {
    width: 100%;
    width: 25%;
    display: block;
    float: left;
    padding-left: 0px;
  }

  .buy__row .buy__col:nth-child(4) {
    width: 100%;
    width: 25%;
    display: block;
    float: right;
    padding-left: 0px;
  }
}

@media screen and (max-width: 415px) {
  .footerTop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footerTop__logo {
    max-width: 240px;
    margin: 0;
  }

  .footerTop__link {
    margin: 25px 7.5px 0;
    max-width: -moz-calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

  .aboutItem {
    min-height: 115px;
  }

  .aboutItem__title {
    font-size: 40px;
    margin-bottom: 5px;
  }

  .aboutItem__title span {
    font-size: 14px;
  }

  .aboutItem__text {
    font-size: 14px;
    line-height: 17px;
  }

  .feedback {
    padding: 30px 25px;
    margin-top: 45px;
  }

  .block-trgs {
    padding: 50px 0;
  }

  .trgs {
    margin: 0 -15px -15px;
  }

  .trg {
    margin: 0 15px 15px;
  }

  .aboutPage__content {
    margin: 30px -15px 0;
  }

  .block-clubNav {
    padding: 50px 0;
  }

  .block-club {
    padding: 25px 0 50px;
  }

  .clubFaq {
    padding: 20px;
  }

  .clubTable__title {
    margin-bottom: 5px;
  }

  .clubTable__col:nth-child(1) {
    margin-right: 20px;
    width: -moz-calc(100% / 2 - 35px);
    width: calc(100% / 2 - 35px);
  }

  .clubTable__col:nth-child(2) {
    width: -moz-calc(100% / 2 - 35px);
    width: calc(100% / 2 - 35px);
  }

  .clubTable__col:nth-child(3) {
    margin-left: 20px;
  }

  .block-someNews,
  .block-newsArchive {
    padding: 25px 0;
  }

  .block-newsSingle {
    padding: 25px 0 45px;
  }

  .block-newsSingle .informProduct__inf {
    margin-bottom: 20px;
  }

  .newsSingle__img {
    margin-bottom: 20px;
  }

  .newsSingle__links {
    margin: 35px -15px 0;
  }

  .newsSingle__fancy {
    margin: 35px -15px 0;
  }

  .block-newsArchive .news__nav {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0 !important;
  }

  .block-newsArchive .news__nav div {
    margin: 0 5px;
  }

  .block-contacts {
    padding: 30px 0;
  }

  .contact__title {
    margin-bottom: 20px;
  }

  .contact__print {
    margin-bottom: 15px;
    margin-top: -5px;
    width: 100%;
  }

  .contact__col {
    margin: 0 15px 25px;
  }

  .contactItem {
    margin-bottom: 15px;
  }

  .contactItem__img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .contactItem__img svg {
    max-width: 25px;
    max-height: 25px;
  }

  .contact__map iframe {
    height: 415px;
  }

  .contactItem-xxs {
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contactTable__col:nth-child(2) img {
    width: 235px;
    height: 290px;
  }

  .block-partnersPage {
    padding: 30px 0;
  }

  .block-vacancies {
    padding: 30px 0 0;
  }

  .block-events {
    padding: 30px 0;
  }

  .block-events .club__nav {
    margin-bottom: 20px;
  }

  .event .aboutPage__content {
    margin-top: 20px;
  }

  .event .aboutPage__content .aboutPage__left {
    margin-bottom: 20px;
  }

  .event .aboutPage__content .aboutPage__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .event .aboutPage__content .aboutPage__right iframe {
    height: 225px;
  }

  .event .aboutPage__content-reverse .aboutPage__left {
    margin-top: 20px;
  }

  .event .aboutPage__content-only {
    margin-top: 0px;
  }

  .eventSem__inf {
    margin-top: 25px;
  }

  .eventSem__btn {
    margin-top: 25px;
  }

  .eventSemInp__inp-text textarea {
    height: 59px;
  }

  .block-mob-app {
    padding: 30px 0 0;
  }

  .block-buy {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 360px) {
  .inform__nav {
    padding: 0 10px;
  }

  .inform__nav span {
    margin: 0 5px;
  }

  .club__nav {
    padding: 0 10px;
  }

  .club__nav span {
    margin: 0 5px;
  }

  .news__nav {
    padding: 0 10px;
  }

  .news__nav div {
    margin: 0 5px;
  }

  .contacts__nav {
    padding: 0 10px;
  }

  .contacts__nav span {
    margin: 0 5px;
  }

  .contactTable__nav span {
    margin: 0 5px;
  }
}

@media screen and (max-width: 359px) {
  .clubNav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contactMap {
    margin: 0 -10px;
  }
}

@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: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}

@media screen and (max-height: 500px) {
  .popUp__contentWrap {
    position: absolute;
    z-index: 101;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 650px;
  }
}

/* Events */
.events-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
.events-filter .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  max-width: 350px;
}
.events-filter .field > label {
  font-size: 16px;
  font-weight: 500;
}
.events-filter .field > input[type="text"],
.events-filter .field > select {
  height: 50px;
  width: 100%;
  padding: 0px 15px;
  border: 1px solid #585758;
  border-radius: 5px;
  font-size: 16px;
  background: white;
}
.events-filter .field > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white url("../img/icons/arrow1.png") calc(100% - 20px) 50% no-repeat;
  cursor: pointer;
  transition: 0.5s;
}

.events-empty {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

table.block-events-desktop {
  margin-top: 20px;
}
table.block-events-desktop tr.caption > th {
  padding: 15px;
  border-bottom: 3px solid #585758;
  font-weight: bold;
}
table.block-events-desktop tr.item:hover {
  background: #e8e8e8;
}
table.block-events-desktop tr.item > td {
  padding: 15px;
  line-height: 1.5;
  border-bottom: 1px solid #585758;
}
table.block-events-desktop tr.item:last-child > td {
  border-bottom: 3px solid #585758;
}
table.block-events-desktop tr.item > td a {
  color: #00a5db;
}
table.block-events-desktop tr.item > td a:hover,
table.block-events-desktop tr.item > td a:focus,
table.block-events-desktop tr.item > td a:active {
  color: #005795;
}
.block-events-mobile {
  display: none;
  margin-top: 30px;
  border-radius: 7px;
  background: white;
  text-align: center;
}
.block-events-mobile .item {
  display: none;
}
.block-events-mobile .item.active {
  display: block;
}
.block-events-mobile .item .caption {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  background: #e8e8e8;
  font-size: 17px;
}
.block-events-mobile .item .caption .caption-nav {
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 35px;
  font-size: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.block-events-mobile .item .caption .caption-nav.nav-prev {
  left: 0px;
}
.block-events-mobile .item .caption .caption-nav.nav-next {
  right: 0px;
}
.block-events-mobile .item .head {
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 16px;
}
.block-events-mobile .item .text {
  padding: 5px 15px;
  font-size: 14px;
}
.block-events-mobile .item .text > span:last-child {
  font-weight: bold;
}
.block-events-mobile .item .buttons {
  padding-bottom: 20px;
}
.block-events-mobile .item .buttons .btn {
  width: 170px;
  margin: 10px auto 0px;
  padding: 12px;
  border-radius: 24px;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 950px) {
  table.block-events-desktop {
    display: none;
  }
  .block-events-mobile {
    display: block;
  }
}

/* Page cookie */
#cookie-page {
  font-size: 16px;
  line-height: 24px;
}
#cookie-page .otnotice-section-header {
  padding: 40px 0px;
  font-size: 32px;
  font-weight: 700;
}
#cookie-page #ot-sdk-cookie-policy .ot-sdk-cookie-policy table,
#cookie-page #ot-sdk-cookie-policy .ot-sdk-cookie-policy table thead {
  border: none;
  background: transparent;
}
#cookie-page #ot-sdk-cookie-policy .ot-sdk-cookie-policy table th,
#cookie-page #ot-sdk-cookie-policy .ot-sdk-cookie-policy table td {
  padding: 20px 15px;
  border: none;
  border-bottom: 1px solid #585758;
  background: transparent;
  font-size: 14px;
  line-height: 18px;
}
#cookie-page #ot-sdk-cookie-policy .ot-sdk-cookie-policy table th {
  border-bottom-width: 3px;
  font-weight: 500;
}

/* 404 */
.bx-404-container {
  width: 100%;
  margin: 0px auto 60px;
  text-align: center;
}
.bx-404-block {
  margin-top: 100px;
  margin-bottom: 66px;
}
.bx-404-text-block {
  font-size: 20px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}

.link_contacts {
  border-radius: 8px;
  color: #fff; /* Цвет текста */
  background: #005795; /* Цвет фона  #005795  #00a5db*/
  padding: 3px 8px 5px 8px; /* Поля вокруг текста */
}

.contactItem--fs {
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* --------------------------------------------------------------------------------------------- */

.contacts-block {
  display: flex;
  flex-wrap: wrap;
  margin: -25px -25px 0px -25px;
}
.contacts-block__column {
  flex: 0 1 calc(33.333% - 50px);
  margin: 25px;
}
@media (max-width: 991.98px) {
  .contacts-block__column {
    flex: 0 1 calc(50% - 50px);
  }
}
@media (max-width: 767.98px) {
  .contacts-block__column {
    flex: 100%;
  }
}
.contacts-block__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}
.contacts-block__item {
  margin: 0px 0px 15px 0px;
}
.contacts-block__item p {
  margin: 0px 0px 10px 0px;
}
.contacts-block__item a {
  display: inline-block;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}
.contacts-block__btn {
  display: inline-block;
  background-color: #005795;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 15px;
  padding: 10px 15px;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 15px 0px;
}
.contacts-block__btn:hover {
  background-color: #013e69;
}
.contacts-block__text {
  margin: 0px 0px 25px 0px;
}

.contacts-office {
  display: flex;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 767.98px) {
  .contacts-office {
    flex-direction: column;
  }
}
.contacts-office__text {
  flex: 0 0 66.666%;
  padding: 0px 30px 0px 0px;
}
@media (max-width: 767.98px) {
  .contacts-office__text {
    flex: auto;
    padding: 0px 0px 30px 0px;
  }
}
.contacts-office__text p {
  margin: 0px 0px 15px 0px;
}
.contacts-office__img {
  border-radius: 15px;
  overflow: hidden;
  flex: 0 0 33.333%;
}
@media (max-width: 767.98px) {
  .contacts-office__img {
    flex: auto;
  }
}
.contacts-office__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ===== СТИЛИ ДЛЯ МЕНЮ С ПОДМЕНЮ ===== */

/* Базовые стили для иконок меню */
.header__nav .header__link .menu-arrow {
    margin-left: 5px;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #585758;
}

/* Темно-синий цвет при наведении на весь пункт меню */
.header__nav > a:hover,
.header__nav .header__link:hover {
    color: #005795;
}

.header__nav .header__link:hover .menu-arrow {
    color: #005795;
    transform: rotate(180deg);
}

/* Подменю появляется при наведении */
.header__nav .header__link:hover .subMenu {
    display: block;
}

/* ===== АКТИВНЫЕ СОСТОЯНИЯ МЕНЮ ===== */

/* Активный пункт меню (текущая страница) */
.header__nav > a.active,
.header__nav .header__link.active {
    color: #00a5db;
}

.header__nav .header__link.active .menu-arrow {
    color: #00a5db;
}

/* Активный родительский пункт (когда открыта страница из подменю) */
.header__nav .header__link.active-parent {
    color: #00a5db;
}

.header__nav .header__link.active-parent .menu-arrow {
    color: #00a5db;
}

/* Комбинированные активные состояния */
.header__nav .header__link.active,
.header__nav .header__link.active-parent {
    color: #00a5db;
}

.header__nav .header__link.active .menu-arrow,
.header__nav .header__link.active-parent .menu-arrow {
    color: #00a5db;
}

/* ===== ХОВЕР ПОВЕРХ АКТИВНЫХ СОСТОЯНИЙ ===== */

/* Ховер на активном пункте меню */
.header__nav > a.active:hover,
.header__nav .header__link.active:hover,
.header__nav .header__link.active-parent:hover {
    color: #005795;
}

.header__nav .header__link.active:hover .menu-arrow,
.header__nav .header__link.active-parent:hover .menu-arrow {
    color: #005795;
    transform: rotate(180deg);
}

/* Подменю для активного родителя тоже должно показываться при наведении */
.header__nav .header__link.active-parent:hover .subMenu {
    display: block;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ МЕНЮ ===== */
@media (max-width: 1160px) {
    .header__nav .header__link .menu-arrow {
        transition: transform 0.3s ease;
        margin-left: 10px; /* Увеличим отступ для удобства тапа */
    }
    
    /* Активное состояние в мобильной версии */
    .header__nav .header__link.header__link-active .menu-arrow {
        transform: rotate(180deg);
        color: #005795; /* Темно-синий как при ховере */
    }
    
    /* Активный родитель в мобильной версии */
    .header__nav .header__link.active .menu-arrow,
    .header__nav .header__link.active-parent .menu-arrow {
        color: #00a5db; /* Светло-синий для активных */
    }
    
    /* Комбинированное состояние - активный и открытый */
    .header__nav .header__link.active.header__link-active .menu-arrow,
    .header__nav .header__link.active-parent.header__link-active .menu-arrow {
        transform: rotate(180deg);
        color: #005795; /* Темно-синий при открытии */
    }
    
    /* В мобильной версии отключаем ховер эффекты */
    .header__nav .header__link:hover .menu-arrow {
        transform: none;
        color: inherit;
    }
    
    .header__nav .header__link:hover .subMenu {
        display: none;
    }
    
    /* Специфичные стили для мобильного меню */
    .menuMob .header__nav .header__link .menu-arrow {
        transition: transform 0.3s ease;
    }
    
    .menuMob .header__nav .header__link.header__link-active .menu-arrow {
        transform: rotate(180deg);
        color: #005795;
    }
    
    .menuMob .header__nav .header__link.active .menu-arrow,
    .menuMob .header__nav .header__link.active-parent .menu-arrow {
        color: #00a5db;
    }
}
/*Файо cookie */
.cookie-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5); /* Полупрозрачный фон */
    z-index: 9999;
    justify-content: center;
    align-items: flex-end;
}

.cookie-modal-content {
    background: rgba(255, 255, 255, 0.4); /* Полупрозрачный белый фон */
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border-radius: 0; /* Прямые углы */
    text-align: left;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-modal-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    margin: 0 10px 0 0;
    flex: 1;
    min-width: 200px;
}

.cookie-modal-content a {
    color: #1e3a8a;
    text-decoration: underline;
    font-weight: 500;
}

.btn-primary {
    background-color: #00a5db;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
    align-self: flex-start;
}

.btn-primary:hover {
    background-color: #005B99;
}

/* Мобильные стили */
@media (max-width: 768px) {
    .cookie-modal-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-modal-content p {
        margin-bottom: 10px;
        min-width: 100%;
    }

    .btn-primary {
        align-self: flex-end;
        font-size: 14px;
        padding: 6px 12px;
    }
}

    /* О компании Сервис Парнерам */
    .about-page .informProduct1 {
        width: calc(100% / 3 - 30px);
        border: 1px solid #f3f3f3;
        flex-direction: column;
    }

    @media screen and (max-width: 920px) {
        .about-page .informProduct {
            width: calc(100% / 2 - 30px);
        }
    }

    @media screen and (max-width: 576px) {
        .about-page .informProduct {
            width: calc(100% / 1 - 30px);
        }
    }

    .about-page .informProduct .informProduct__img {
        position: relative;
        max-width: 100%;
        width: 100%;
        border-radius: 15px 15px 0px 0px;
    }

    .about-page .informProduct .informProduct__img img {
        transition: all 0.5s ease 0s;
    }

    .informProduct__content {
        background-color: #fff;
        transition: all 0.5s ease 0s;
        width: 100%;
    }

    .about-page .informProduct:hover .informProduct__img img {
        transform: scale(1.1);
    }

    .about-page .informProduct:hover .informProduct__content {
        background-color: #f2f7fa;
    }
	
    .someNews .informProduct:hover .informProduct__content {
        background-color: #f2f7fa;
    }	
