@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
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: 0;
  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, visibility 0.25s;
  -o-transition: opacity 0.25s, visibility 0.25s;
  -moz-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 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, visibility;
  -o-transition: opacity 0.25s, visibility;
  -moz-transition: opacity 0.25s, visibility;
  transition: opacity 0.25s, visibility;
  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: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  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: 0 0/100% 100% no-repeat;
  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;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  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: 0 0;
  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: 0 0;
  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: 0;
}
.fancybox-button.fancybox-focus {
  outline: dotted 1px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.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;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-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: 0 0;
  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: -webkit-calc(50% - 50px);
  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;
  }
}
.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: 1s linear infinite a;
  -moz-animation: 1s linear infinite a;
  animation: 1s linear infinite a;
  background: 0 0;
  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(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.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: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 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: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  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: transparent;
  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: 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: -webkit-calc(100% - 8px);
  max-height: -moz-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: -moz-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: 0;
  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: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 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;
}
@font-face {
  font-family: Mon;
  src: url(../fonts/Montserrat-Light.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Mon;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Mon;
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Mon;
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Mon;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
button,
input,
textarea {
  border: none;
  outline: 0;
  background: 0 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: Mon;
  text-decoration: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Mon;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 64, 147, 0.54)), to(rgba(36, 64, 147, 0.54))), #244093;
  background: -webkit-linear-gradient(bottom, rgba(36, 64, 147, 0.54), rgba(36, 64, 147, 0.54)), #244093;
  background: -moz-linear-gradient(bottom, rgba(36, 64, 147, 0.54), rgba(36, 64, 147, 0.54)), #244093;
  background: linear-gradient(0deg, rgba(36, 64, 147, 0.54), rgba(36, 64, 147, 0.54)), #244093;
  line-height: 1;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
main {
  max-width: 100%;
  overflow: hidden;
  padding-top: 114px;
}
.title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 34px;
  line-height: 37px;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.block {
  padding-top: 120px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #244093;
}
.header-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;
  height: 44px;
}
.header-top_place {
  margin-right: auto;
  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-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.header-top_place svg {
  margin-right: 15px;
}
.header-top_place:hover {
  color: #d2476f;
}
.header-top_place:hover svg path {
  fill: #d2476f;
}
.header-top_socs {
  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-right: 27.5px;
}
.header-top_socs a {
  margin: 0 12.5px;
}
.header-top_socs a:hover svg path {
  fill: #d2476f;
}
.header-top_phone {
  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-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.header-top_phone svg {
  margin-right: 15px;
}
.header-top_phone:hover {
  color: #d2476f;
}
.header-top_phone:hover svg path {
  fill: #d2476f;
}
.header-blue {
  background: #0a2269;
}
.header {
  height: 70px;
  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: relative;
}
.header_menu1 {
  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_menu1 li {
  margin-right: 35px;
}
.header_menu1 li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.header_menu1 li a:hover {
  color: #d2476f;
}
.header_menu1:nth-child(1) {
  margin-right: auto;
}
.header_menu2 {
  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_menu2 li {
  margin-right: 20px;
}
.header_menu2 li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.header_menu2 li a:hover {
  color: #d2476f;
}
.header_logo {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: -24px;
  margin: 0 auto;
  width: 180px;
}
.header_btn {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #d2476f;
  border-radius: 8px;
  padding: 12px 16px;
}
.header_btn:hover {
  color: #d2476f;
  background: #fff;
}
.header_burger {
  display: none;
  position: relative;
  width: 20px;
  margin-left: auto;
  height: 16px;
  cursor: pointer;
}
.header_burger span {
  display: block;
  width: 100%;
  position: absolute;
  background: #f1f1f1;
  border-radius: 1px;
  height: 2px;
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header_burger span:nth-child(1) {
  top: 0;
}
.header_burger span:nth-child(2) {
  top: 7px;
}
.header_burger span:nth-child(3) {
  top: 14px;
}
.header_burger--active span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_burger--active span:nth-child(2) {
  opacity: 0;
}
.header_burger--active span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu {
  display: none;
  position: fixed;
  z-index: 99;
  top: 114px;
  left: 0;
  width: 100%;
  max-height: -webkit-calc(100vh - 114px);
  max-height: -moz-calc(100vh - 114px);
  max-height: calc(100vh - 114px);
  overflow-y: scroll;
  background: #244093;
}
.menu::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.menu::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}
.menu li {
  padding: 20px;
  border-top: 1px solid rgba(218, 218, 218, 0.36);
}
.menu li:nth-child(1) {
  border-top: none;
}
.menu li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.menu li a:hover {
  color: #d2476f;
}
footer {
  background: #0a2269;
  padding: 60px 0 50px;
}
.footer {
  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;
}
.footer_col {
  width: -webkit-calc(100% / 12 * 1.93 - 30px);
  width: -moz-calc(100% / 12 * 1.93 - 30px);
  width: calc(100% / 12 * 1.93 - 30px);
  margin: 0 15px 40px;
}
.footer_col:nth-child(4) {
  width: -webkit-calc(100% / 12 * 2.2 - 30px);
  width: -moz-calc(100% / 12 * 2.2 - 30px);
  width: calc(100% / 12 * 2.2 - 30px);
}
.footer_col ul li {
  margin-bottom: 12px;
}
.footer_col ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.footer_col ul li a:hover {
  color: #d2476f;
}
.footer_col--big {
  width: -webkit-calc(100% / 12 * 4 - 30px);
  width: -moz-calc(100% / 12 * 4 - 30px);
  width: calc(100% / 12 * 4 - 30px);
}
.footer_title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.footer_inf {
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
}
.footer_socs {
  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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 40px;
}
.footer_socs a {
  margin-right: 25px;
}
.footer_socs a:hover svg path {
  fill: #d2476f;
}
.footer_place {
  font-size: 14px;
  line-height: 18px;
  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;
  margin-bottom: 20px;
}
.footer_place svg {
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer_place:hover {
  color: #d2476f;
}
.footer_place:hover svg path {
  fill: #d2476f;
}
.footer_phone {
  font-size: 14px;
  line-height: 18px;
  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;
  margin-bottom: 20px;
}
.footer_phone svg {
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer_phone:hover {
  color: #d2476f;
}
.footer_phone:hover svg path {
  fill: #d2476f;
}
.footer_cards {
  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-top: 20px;
}
.footer_cards img {
  margin-right: 30px;
}
.footer_cards img:last-child {
  margin-right: 0;
}
.footer_link {
  margin: 0 15px 30px 40px;
  font-size: 10px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fff;
}
.footer_link:hover {
  text-decoration: none;
}
.footer_text {
  font-size: 10px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.79);
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 15px 12px;
}
.footer_copy {
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  margin: 0 15px;
}
.block-contacts {
  padding-bottom: 120px;
}
.contacts {
  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;
  margin: 0 -15px;
}
.contacts_left {
  margin: 0 15px;
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  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;
}
.contacts_item {
  width: 100%;
  margin-bottom: 20px;
}
.contacts_subtitle {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 12px;
}
.contacts_link {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.contacts_link:hover {
  color: #d2476f;
}
.contacts_card {
  width: 50%;
  max-width: 190px;
  margin-right: auto;
  margin-top: 10px;
  border: 1px solid #d2476f;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 14px;
  line-height: 29px;
}
.contacts_card b {
  font-weight: 600;
}
.contacts_right {
  margin: 0 15px;
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: 300px;
  border-radius: 8px;
  overflow: hidden;
}
.contacts_right iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.block-way {
  position: relative;
  z-index: 1;
}
.way {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}
.way_left {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
  position: relative;
}
.way_left .shape {
  position: absolute;
  z-index: -1;
  top: -65%;
  left: -65%;
  width: 230%;
  max-width: none;
}
.way_right {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
}
.way_text {
  font-size: 16px;
  line-height: 200%;
}
.way_text b {
  font-weight: 700;
}
.slider {
  position: relative;
}
.slider_arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 34px;
  height: 24px;
  opacity: 0.6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.slider_arrow:hover {
  opacity: 1;
}
.slider_left {
  left: -54px;
}
.slider_right {
  right: -54px;
}
.reviews {
  margin: 0 -15px;
  position: relative;
  z-index: 2;
}
.reviews .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.review {
  margin: 0 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#091a4e), to(#27094e));
  background: -webkit-linear-gradient(top, #091a4e 0, #27094e 100%);
  background: -moz-linear-gradient(top, #091a4e 0, #27094e 100%);
  background: linear-gradient(180deg, #091a4e 0, #27094e 100%);
  border-radius: 8px;
  padding: 30px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  height: auto;
}
.review_img {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.review_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.review_name {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.review_text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  width: 100%;
}
.review_link {
  font-size: 20px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: auto;
}
.gallery {
  min-width: auto;
  margin: 0 -15px;
}
.gallery-slide {
  margin: 0 15px;
  width: 420px;
  height: 300px;
  overflow: hidden;
}
.gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-tournament {
  padding: 80px 0;
}
.tournament {
  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;
}
.tournament_left {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
}
.tournament_left img {
  border-radius: 8px;
  width: 100%;
}
.tournament_right {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.tournament_text {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 30px;
}
.tournament_text a {
  font-weight: 700;
}
.tournament_text a:hover {
  color: #d2476f;
}
.tournament_text b {
  font-weight: 700;
}
.tournament_text p {
  margin-bottom: 20px;
}
.tournament_btn {
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 14px 20px;
}
.tournament_btn:hover {
  color: #d2476f;
  border: 1px solid #d2476f;
}
.popUp {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: none;
  color: #091a4e;
}
.popUp::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popUp::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}
.popUp_wrap {
  position: relative;
  z-index: 99;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 30px;
}
.popUp_wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popUp_wrap::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}
.popUp_content {
  background: #fff;
  max-width: 1110px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 99;
  padding: 60px 65px;
}
.popUp_cross {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -30px;
}
.popUp_cross:hover svg path {
  fill: #d2476f;
}
.popUp_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #244093;
  margin-bottom: 40px;
}
.popUp_form {
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.popUp_inp {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px 22px;
  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;
}
.popUp_inp span {
  width: 100px;
  margin-right: 6px;
  font-size: 18px;
  line-height: 22px;
}
.popUp_inp input {
  width: -webkit-calc(100% - 106px);
  width: -moz-calc(100% - 106px);
  width: calc(100% - 106px);
  background: #fff;
  border: 1px solid #2e3192;
  border-radius: 100px;
  height: 65px;
  padding: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}
.popUp_inp input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #979797;
  font-weight: 400;
}
.popUp_inp input::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #979797;
  font-weight: 400;
}
.popUp_inp input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #979797;
  font-weight: 400;
}
.popUp_inp input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #979797;
  font-weight: 400;
}
.popUp_inp input::placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #979797;
  font-weight: 400;
}
.popUp_check {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px 22px;
  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;
  cursor: pointer;
}
.popUp_check .check {
  margin-right: 30px;
  width: 30px;
  height: 30px;
  position: relative;
  background: #fff;
  border: 1px solid #2e3192;
  border-radius: 8px;
  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_check .check input,
.popUp_check .check span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
.popUp_check .check svg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.popUp_check .check input:checked + svg {
  opacity: 1;
}
.popUp_check p {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  font-size: 14px;
  line-height: 17px;
}
.popUp_btn {
  margin-top: 20px;
  width: 255px;
  height: 56px;
  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: #244093;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.popUp_btn:hover {
  background: #d2476f;
}
.popUp_layer {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(9, 26, 78, 0.49);
}
.block-sales {
  padding-bottom: 120px;
}
.sales_subtitle {
	font-size: 20px;
  line-height: 24px;
  margin-top: -20px;
  margin-bottom: 40px;
}
.sales {
  margin: 0 -15px;
}
.sale {
  margin: 0 15px;
  height: auto;
  cursor: pointer;
}
.sale img {
  margin: 0;
}
.sale-text,
.sale-title {
  display: none;
}
.popUp-sale .popUp_content,
.popUp-tournament-page .popUp_content {
  padding: 0;
}
.modal-sale {
  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;
}
.modal-sale_img {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
}
.modal-sale_img img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: -3px;
}
.modal-sale_content {
  width: 50%;
  padding: 30px;
}
.modal-sale_content .popUp_title {
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 20px;
}
.modal-sale_text {
  font-size: 16px;
  line-height: 27px;
}
.modal-sale_text p {
  margin-bottom: 10px;
}
.modal-sale_text p:last-child {
  margin-bottom: 0;
}
.modal-sale_btn {
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #244093;
  border-radius: 8px;
  color: #244093;
  padding: 14px 20px;
  margin-top: 30px;
  margin-right: 30px;
}
.modal-sale_btn:hover {
  border: 1px solid #d2476f;
  color: #d2476f;
}
.modal-sale_btn2 {
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #244093;
  border-radius: 8px;
  padding: 14px 20px;
  margin-top: 15px;
  display: inline-block;
}
.modal-sale_btn2:hover {
  border: 1px solid #d2476f;
  color: #d2476f;
}
.modal-sale_subtitle {
  font-size: 22px;
  line-height: 27px;
  margin: 10px 0 30px;
}
.modal-sale_desc {
  font-size: 14px;
  line-height: 22px;
}
.modal-sale_desc p {
  margin-bottom: 10px;
}
.modal-sale_desc p:last-child {
  margin-bottom: 0;
}
.popUp-main {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: scroll;
  display: none;
  color: #091a4e;
}
.popUp-main::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popUp-main::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}
.popUp-main_content {
  position: relative;
  z-index: 99;
  overflow-y: scroll;
  padding: 45px 30px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.popUp-main_content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popUp-main_content::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}
.popUp-main_form {
  background: #fff;
  width: 100%;
  max-width: 450px;
  padding: 50px;
  position: relative;
  z-index: 99;
  border-radius: 8px;
}
.popUp-main_form .calc-information {
  display: none;
}
.popUp-main_cross {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popUp-main_cross:hover svg path {
  fill: #d2476f;
}
.popUp-main_title {
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 20px;
  font-weight: 700;
}
.popUp-main_text {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}
.popUp-main_inp {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.popUp-main_inp span {
  font-size: 14px;
  line-height: 17px;
  display: block;
  margin-bottom: 10px;
}
.popUp-main_inp input {
  width: 100%;
  background: #fff;
  border: 1px solid #244093;
  border-radius: 8px;
  height: 44px;
  font-size: 12px;
  padding: 0 20px;
}
.popUp-main_btn {
  width: 100%;
  padding: 14px 20px;
  background: #091a4e;
  color: #fff;
  border-radius: 8px;
  margin-top: 15px;
  font-weight: 700;
}
.popUp-main_btn:hover {
  background: #d2476f;
}
.popUp-main_layer {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.booking {
  background: #fff;
  border-radius: 10px;
  padding: 100px 179px;
  color: #091a4e;
}
.booking_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;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 14px;
}
.booking_inp {
  margin-left: 10px;
  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;
  background: #f1f1f1;
  border: 1.5px solid #dadada;
  border-radius: 32px;
  padding: 8px 24px;
  cursor: pointer;
}
.booking_inp img {
  margin-left: 9px;
}
.booking_date {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #2747a6;
}
.booking_inf {
  font-size: 14px;
  line-height: 20px;
  color: #727387;
  margin-bottom: 64px;
}
.booking_btns {
  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 -8px -40px;
}
.booking_btns::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.booking_btns::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}
.booking_btn {
  width: -webkit-calc(100% / 8 - 16px);
  width: -moz-calc(100% / 8 - 16px);
  width: calc(100% / 8 - 16px);
  margin: 0 8px 40px;
  cursor: pointer;
}
.booking_btn:hover .booking_time {
  background: #fde5ea;
}
.booking_btn--active .booking_time {
  background: #d2476f;
  border: 1.5px solid #d2476f;
  color: #fff;
}
.booking_btn--active:hover .booking_time {
  background: #d2476f;
}
.booking_btn--disabled .booking_time {
  background: #f1f1f1;
  border: 1.5px solid #dadada;
  color: #727387;
}
.booking_btn--disabled:hover .booking_time {
  background: #f1f1f1;
}
.booking_time {
  background: #fff;
  border: 1.5px solid #d2476f;
  border-radius: 32px;
  width: 100%;
  height: 56px;
  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-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.booking_price {
  font-size: 12px;
  line-height: 15px;
  color: #727387;
  text-align: center;
}
.roads {
  margin-top: 64px;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 8px;
}
.roads-top {
  padding: 18px 30px 18px 24px;
  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;
  border-bottom: 1px solid #dadada;
}
.roads-top_title {
  margin-right: auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.roads-top_inf {
  padding: 6px 11px;
  background: rgba(114, 115, 135, 0.24);
  border-radius: 32px;
  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: 12px;
  line-height: 14px;
  color: #727387;
  max-width: 180px;
}
.roads-top_inf span {
  width: 18px;
  height: 18px;
  background: #4f76ea;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.roads-top_cross {
  margin-left: 32px;
  cursor: pointer;
}
.roads-top_cross:hover svg path {
  fill: #d2476f;
}
.roads-top_desc {
  display: none;
}
.roads-items {
  padding: 24px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.roads-items::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.roads-items::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}
.roads-item {
  margin: 0 8px;
  padding: 18px 0;
  height: 200px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border: 1.5px solid #d2476f;
  border-radius: 32px;
  width: -webkit-calc(100% / 12 - 16px);
  width: -moz-calc(100% / 12 - 16px);
  width: calc(100% / 12 - 16px);
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.roads-item:hover {
  background: #fde5ea;
}
.roads-item--child {
  border: 1.5px solid #4f76ea;
}
.roads-item--child svg path {
  fill: #4f76ea;
}
.roads-item--active {
  background: #d2476f;
  color: #fff;
}
.roads-item--active svg path {
  fill: #fff;
}
.roads-item--disabled {
  border: 1.5px solid #dadada;
  color: #dadada;
  background: #f1f1f1;
}
.roads-item--disabled svg path {
  fill: #dadada;
}
.roads-bottom {
  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: 24px;
  border-top: 1px solid #dadada;
}
.roads-bottom_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.roads-bottom_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 18px 32px;
  background: #d2476f;
  border-radius: 32px;
}
.roads-bottom_btn--disabled {
  background: rgba(242, 95, 121, 0.4);
}
.schedule {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  color: #091a4e;
  display: none;
}
.schedule_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9394c7;
}
.schedule_row:nth-child(1) {
  border-bottom: none;
}
.schedule_row:nth-child(1) .schedule_cell {
  background: rgba(1, 38, 150, 0.85);
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  padding: 19px 0;
  text-align: center;
}
.schedule_row:last-child {
  border-bottom: none;
}
.schedule_cell {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  text-align: center;
  border-right: 1px solid #9394c7;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 70px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.schedule_cell:nth-child(1) {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
}
.schedule_cell:last-child {
  border-right: none;
}
.schedule_cell .mob {
  display: none;
}
.schedule_cell span {
  width: 100%;
  min-height: 60px;
  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;
}
.schedule_cell span:nth-child(1),
.schedule_cell span:nth-child(2) {
  border-bottom: 1px solid #e5e5e5;
}
.schedule .red {
  color: #d2476f;
}
.schedule--active {
  display: block;
}
.tarifs-tabs {
  margin-bottom: 20px;
  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;
}
.tarifs-tabs_item {
  margin: 0 30px 20px 0;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 15px 24px;
  border: 1px solid #d2476f;
  border-radius: 100px;
  white-space: nowrap;
  cursor: pointer;
}
.tarifs-tabs_item:last-child {
  margin-right: 0;
}
.tarifs-tabs_item--active {
  background: #fff;
  border: 1px solid #fff;
  color: #d2476f;
}
.tarifs_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;
}
.select {
  width: 255px;
  height: 50px;
  background: #0a2269;
  border: 1px solid #dadada;
  border-radius: 8px;
  padding: 15px 20px;
  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: relative;
  cursor: pointer;
}
.select input {
  font-weight: 600;
  font-size: 16px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  color: #fff;
}
.select img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.select .rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.drop {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.drop::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 30px;
  top: -8px;
  background: #fff;
}
.drop span {
  font-weight: 600;
  font-size: 16px;
  color: #091a4e;
  display: block;
  padding: 13px 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.drop span:first-child {
  border-radius: 8px 8px 0 0;
}
.drop span:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.drop span:hover {
  background: #091a4e;
  color: #fff;
}
.drop .active {
  color: #d2476f;
}
.tarifs {
  display: none;
}
.tarifs--active {
  display: block;
}
.about {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}
.about_left {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
  max-width: 450px;
  position: relative;
}
.about_left .shape {
  position: absolute;
  z-index: -1;
  top: -65%;
  left: -65%;
  width: 230%;
  max-width: none;
}
.about_left img {
  width: 100%;
}
.about_right {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
}
.about_text p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.about_text p:last-child {
  margin-bottom: 0;
}
.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;
  margin: 0 -15px -30px;
}
.trg {
  width: -webkit-calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  background: #0a2269;
  border-radius: 8px;
  overflow: hidden;
}
.trg_img {
  display: block;
  height: 168px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.trg_img .icon {
  position: relative;
  z-index: 1;
  width: 350px;
  margin: 0 -175px;
  max-width: none;
}
.trg_img .bg {
  position: absolute;
  top: 0;
  left: -175px;
  right: -175px;
  bottom: 0;
  margin: auto;
  width: 350px;
  max-width: none;
}
.trg_content {
  padding: 20px;
}
.trg_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
}
.trg_text {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.6;
}
.offer {
  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;
}
.offer_left {
  width: -webkit-calc(100% / 12 * 5 - 30px);
  width: -moz-calc(100% / 12 * 5 - 30px);
  width: calc(100% / 12 * 5 - 30px);
  margin: 0 15px;
}
.offer_title {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 14px;
}
.offer_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 39px;
  max-width: 375px;
}
.offer_btns {
  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;
}
.offer_btns a,
.offer_btns button {
  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: -webkit-calc(100% / 2 - 8px);
  width: -moz-calc(100% / 2 - 8px);
  width: calc(100% / 2 - 8px);
  height: 48px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
}
.offer_btns a {
  background: #d2476f;
}
.offer_btns a:hover {
  background: #fff;
  color: #d2476f;
}
.offer_btns button {
  border: 1px solid #fff;
}
.offer_btns button:hover {
  border: 1px solid #d2476f;
  color: #d2476f;
}
.offer_right {
  width: -webkit-calc(100% / 12 * 7 - 30px);
  width: -moz-calc(100% / 12 * 7 - 30px);
  width: calc(100% / 12 * 7 - 30px);
  margin: 0 15px;
  position: relative;
  padding-top: 40px;
}
.offer_right .shape {
  position: absolute;
  z-index: -1;
  top: -80%;
  left: -59%;
  width: 210%;
  max-width: none;
}
.offer_right img {
  width: 100%;
}
.link-order {
  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: 100%;
  max-width: 260px;
  font-size: 16px;
  margin: 60px auto 0;
  height: 48px;
  background: #d2476f;
  border-radius: 8px;
  font-weight: 700;
  color: #fff;
}
.wpcf7-not-valid-tip {
  margin-bottom: 0 !important;
}
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0 !important;
}
.popUp-tournament .wpcf7-form {
  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;
}
.popUp-tournament .wpcf7-spinner {
  display: none !important;
}
.popUp-tournament .popUp_inp span:last-child {
  width: -webkit-calc(100% - 106px);
  width: -moz-calc(100% - 106px);
  width: calc(100% - 106px);
}
.popUp-tournament .popUp_inp span:last-child input {
  width: 100%;
}
.popUp-tournament .wpcf7-not-valid-tip {
  width: 100%;
  margin: 0 0 -15px !important;
  display: block;
  font-size: 12px;
}
.popUp-tournament .wpcf7 form.aborted .wpcf7-response-output,
.popUp-tournament .wpcf7 form.failed .wpcf7-response-output,
.popUp-tournament .wpcf7 form.invalid .wpcf7-response-output,
.popUp-tournament .wpcf7 form.payment-required .wpcf7-response-output,
.popUp-tournament .wpcf7 form.unaccepted .wpcf7-response-output {
  margin-top: 10px !important;
  text-align: center;
  color: red;
  border: none;
  outline: 0;
}
.feedback .wpcf7 form.sent .wpcf7-response-output,
.popUp-tournament .wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  text-align: center;
  color: green;
  border: none;
  margin-top: 10px !important;
}
#tourName {
  display: none;
}
.feedback .wpcf7-not-valid-tip {
  width: 100%;
  margin: 0 0 -15px !important;
  display: block;
  font-size: 12px;
  color: red !important;
}
.feedback .wpcf7 form.aborted .wpcf7-response-output,
.feedback .wpcf7 form.failed .wpcf7-response-output,
.feedback .wpcf7 form.invalid .wpcf7-response-output,
.feedback .wpcf7 form.payment-required .wpcf7-response-output,
.feedback .wpcf7 form.unaccepted .wpcf7-response-output {
  margin-top: 10px !important;
  text-align: center;
  color: red;
  border: none;
  outline: 0;
}
.feedback .wpcf7-spinner {
  display: none !important;
}
.page-sale_text2,
.tournament_desc2,
.tournament_img2,
.tournament_text2 {
  display: none;
}
.block-brands {
  padding: 120px 0;
}
.brands {
  min-width: 415px;
  margin: 0 -15px;
}
.brand {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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: 0 15px;
  height: 126px;
}
.brand img {
  width: auto !important;
}
.block-time {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2269), to(#254093));
  background: -webkit-linear-gradient(top, #0a2269 0, #254093 100%);
  background: -moz-linear-gradient(top, #0a2269 0, #254093 100%);
  background: linear-gradient(180deg, #0a2269 0, #254093 100%);
}
.time {
  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;
  margin: 0 -15px;
}
.time_col {
  margin: 0 15px;
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
}
.time_col .footer_title {
  font-size: 20px;
  margin-bottom: 15px;
}
.time_col .footer_inf {
  font-size: 20px;
  line-height: 200%;
}
.block-contacts2 {
  padding-bottom: 120px;
  background: url(../img/photo/17.png) center center/cover;
}
.bc {
  padding: 60px 0 45px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.bc span {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.bc a {
  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: 12px;
  line-height: 15px;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.bc a:hover {
  color: #d2476f;
}
.bc a:hover::after {
  color: #fff;
}
.bc a::after {
  content: "/";
  display: block;
  margin: 0 5px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}
.bc a:last-child::after {
  display: none;
}
.feedback {
  background: #0a2269;
  border-radius: 8px;
  padding: 60px 65px;
}
.feedback .popUp_title {
  color: #fff;
  margin-bottom: 10px;
}
.feedback_text {
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 25px;
}
.feedback .popUp_inp {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.feedback .popUp_inp span {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
}
.feedback .popUp_inp input {
  width: 100%;
  color: #091a4e;
  max-width: 410px;
}
.feedback .popUp_check {
  width: 100%;
  margin-bottom: 30px;
}
.feedback .popUp_check p {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: rgba(255, 255, 255, 0.6);
}
.feedback .popUp_btn {
  margin-top: 0;
  background: #fff;
  color: #2e3192;
}
.feedback .popUp_btn:hover {
  color: #d2476f;
}
.block-edges {
  position: relative;
  z-index: 1;
}
.edges {
  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;
}
.edge {
  width: -webkit-calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  padding: 60px 30px 30px;
  background: #0a2269;
  border-radius: 8px;
}
.edge_img {
  width: 100px;
  height: 100px;
  margin: 0 auto 60px;
  position: relative;
}
.edge_img img {
  position: relative;
  z-index: 1;
}
.edge_img .shape {
  z-index: 0;
  position: absolute;
  width: 315%;
  top: -94%;
  max-width: none;
  left: -106%;
}
.edge_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}
.edge_text {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.85);
}
.edge_text a {
  white-space: nowrap;
}
.karaoke {
  min-height: 470px;
  padding-bottom: 125px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.karaoke .shape {
  position: absolute;
  z-index: 1;
  max-width: none;
}
.karaoke .shape1 {
  top: -86%;
  right: -41%;
  width: 1099px;
}
.karaoke .shape2 {
  top: -86%;
  left: -41%;
  width: 1099px;
}
.karaoke .melody {
  position: absolute;
  z-index: 0;
  max-width: none;
  width: -webkit-calc(100% + ((100vw - 1110px)/ 2));
  width: -moz-calc(100% + ((100vw - 1110px)/ 2));
  width: calc(100% + ((100vw - 1110px) / 2));
  right: 91px;
}
.karaoke .micro {
  position: absolute;
  z-index: 2;
  width: 249px;
  height: 405px;
  top: -45px;
  right: 33px;
}
.karaoke .offer_left {
  min-width: 430px;
  width: auto;
  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;
  position: relative;
  z-index: 3;
}
.karaoke .offer_btns {
  max-width: 430px;
  width: 100%;
}
.pool {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.pool .shape {
  position: absolute;
  z-index: 1;
  max-width: none;
}
.pool .shape1 {
  top: -108%;
  right: -41%;
  width: 1099px;
}
.pool .shape2 {
  top: -108%;
  left: -41%;
  width: 1099px;
}
.pool .offer_left,
.pool .offer_right {
  position: relative;
  z-index: 3;
}
.pool .offer_right {
  padding: 0;
  max-width: 510px;
}
.pool .offer_right img {
  margin-right: -40px;
  margin-left: 40px;
  width: 100%;
  max-width: none;
}
.block-about2 {
  padding-top: 100px;
}
.block-about2 .about_left {
  max-width: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.block-about2 .about_left .shape {
  top: -82%;
}
.edges2 {
  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;
}
.edge2 {
  width: -webkit-calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  padding: 30px;
  border-radius: 8px;
  min-height: 207px;
}
.edge2_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}
.edge2_text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}
.block-banner {
  position: relative;
}
.block-banner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner {
  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-bottom: 120px;
  font-weight: 700;
  font-size: 44px;
  height: 236px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.rest {
  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;
  position: relative;
}
.rest-menu {
  width: 255px;
  margin: 0 15px;
  background: #0a2269;
  border-radius: 8px;
  padding: 40px 27px;
  z-index: 9;
}
.rest-menu::before {
  content: "";
  display: none;
  background: #0a2269;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -8px;
  right: 45px;
  position: absolute;
}
.rest-menu_title {
  font-weight: 700;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  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-top: 25px;
  cursor: pointer;
}
.rest-menu_title:nth-child(1) {
  margin-top: 0;
}
.rest-menu_title 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;
}
.rest-menu_title--active img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rest-menu_list {
  margin-top: 20px;
  display: none;
}
.rest-menu_list:nth-child(2) {
  display: block;
}
.rest-menu_list li {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
  cursor: pointer;
}
.rest-menu_list li:last-child {
  margin-bottom: 0;
}
.rest-menu_list li:hover {
  color: #d2476f;
}
.rest-menu_list .active {
  color: #fff;
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
}
.rest-content {
  width: -webkit-calc(100% - 255px - 30px - 30px);
  width: -moz-calc(100% - 255px - 30px - 30px);
  width: calc(100% - 255px - 30px - 30px);
  margin: 0 15px;
}
.rest-item {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  color: #091a4e;
  display: none;
}
.rest-item_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: rgba(9, 26, 78, 0.85);
  margin-bottom: 6px;
}
.rest-item_table {
  margin-bottom: 40px;
}
.rest-item_table:last-child {
  margin-bottom: 0;
}
.rest-item_row {
  padding: 14px 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;
  border-bottom: 1px solid #e5e5e5;
}
.rest-item_cell:nth-child(1) {
  width: -webkit-calc(100% - 140px - 75px);
  width: -moz-calc(100% - 140px - 75px);
  width: calc(100% - 140px - 75px);
  padding-right: 15px;
}
.rest-item_cell:nth-child(2) {
  width: 140px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(9, 26, 78, 0.8);
}
.rest-item_cell:nth-child(3) {
  width: 75px;
  padding-left: 5px;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.rest-item_name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
.rest-item_text {
  font-size: 14px;
  line-height: 17px;
  color: rgba(9, 26, 78, 0.5);
}
.rest-item--active {
  display: block;
}
.rest-select {
  margin: 0 15px 30px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 50px;
  background: #0a2269;
  border: 1px solid #dadada;
  border-radius: 8px;
  padding: 15px 20px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.rest-select input {
  font-weight: 600;
  font-size: 16px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  color: #fff;
}
.rest-select img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.rest-select .rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-sale {
  margin-bottom: 60px;
  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;
}
.page-sale_img {
  width: 350px;
  margin-right: 30px;
}
.page-sale_img img {
  border-radius: 8px;
  width: 100%;
  margin-bottom: -3px;
}
.page-sale_content {
  width: -webkit-calc(100% - 350px - 30px);
  width: -moz-calc(100% - 350px - 30px);
  width: calc(100% - 350px - 30px);
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #fff;
  border-radius: 8px;
  padding: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #091a4e;
}
.page-sale_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
.page-sale_text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.page-sale_text p {
  margin-bottom: 15px;
}
.page-sale_text p:last-child {
  margin-bottom: 0;
}
.page-sale_btn {
  margin-top: auto;
  padding: 14px 20px;
  border: 1px solid #244093;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #244093;
}
.page-sale_btn:hover {
  background: #244093;
  color: #fff;
}
.pug {
  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-bottom: -60px;
}
.pug .nav-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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pug a,
.pug span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
  margin: 0 7px;
  color: transparent;
}
.pug a:hover,
.pug span:hover {
  opacity: 1;
}
.pug .next,
.pug .prev {
  width: 40px;
  height: 40px;
  background: 0 0;
  border: 1px solid #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;
}
.pug .prev {
  margin-right: 23px;
  margin-left: -63px;
}
.pug .next {
  margin-right: -63px;
  margin-left: 23px;
}
.pug .current {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  opacity: 1;
}
.page-tournaments {
  margin-bottom: -60px;
}
.page-tournaments .tournament {
  margin-bottom: 60px;
}
.page-tournaments .tournament_right {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.page-tournaments .tournament_left {
  margin-top: 0;
  margin-bottom: 30px;
}
.page-tournaments .tournament_desc {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 40px;
}
.page-tournaments .tournament_desc p {
  margin-bottom: 15px;
}
.page-tournaments .tournament_desc p:last-child {
  margin-bottom: 0;
}
.btn-tournament--active {
  background: #fff;
  color: #d2476f;
}
.btn-tournament--active:hover {
  color: #fff;
  background: #d2476f;
}
.modal-sale_btn2 {
  margin-right: 30px;
  background: #244093;
  color: #fff;
}
.page-sale_btn2 {
	margin: 0 0 0 30px;
}
.agr030 {
  position: absolute;
  right: 9000px;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr,
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1170px) {
  main {
    padding-top: 99px;
  }
  .title {
    font-size: 28px;
    line-height: 35px;
  }
  .header {
    height: 55px;
  }
  .header_menu1 li {
    margin-right: 20px;
  }
  .header_menu1 li a {
    font-size: 13px;
  }
  .header_menu2 li {
    margin-right: 10px;
  }
  .header_menu2 li a {
    font-size: 12px;
  }
  .header_logo {
    width: 160px;
    top: -20px;
  }
  .header_btn {
    font-size: 11px;
    padding: 10px 8px;
  }
  .footer_col {
    width: -webkit-calc(100% / 12 * 2.15 - 30px);
    width: -moz-calc(100% / 12 * 2.15 - 30px);
    width: calc(100% / 12 * 2.15 - 30px);
  }
  .footer_col:nth-child(4) {
    width: -webkit-calc(100% / 12 * 2.5 - 30px);
    width: -moz-calc(100% / 12 * 2.5 - 30px);
    width: calc(100% / 12 * 2.5 - 30px);
  }
  .footer_col--big {
    width: -webkit-calc(100% / 12 * 3 - 30px);
    width: -moz-calc(100% / 12 * 3 - 30px);
    width: calc(100% / 12 * 3 - 30px);
  }
  .footer_title {
    margin-bottom: 14px;
  }
  .footer_inf {
    font-size: 13px;
    line-height: 30px;
  }
  .booking {
    padding: 100px;
  }
  .booking_date,
  .booking_title {
    font-size: 30px;
    line-height: 37px;
  }
  .schedule_row:nth-child(1) .schedule_cell {
    font-size: 24px;
    line-height: 30px;
  }
  .schedule_cell:nth-child(1) {
    font-size: 20px;
    line-height: 25px;
  }
  .offer_title {
    font-size: 40px;
    line-height: 50px;
  }
  .offer_text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .offer_btns a,
  .offer_btns button {
    font-size: 14px;
  }
  .karaoke .shape1 {
    right: -50%;
  }
  .karaoke .shape2 {
    left: -50%;
  }
  .karaoke .melody {
    width: -webkit-calc(100% + ((100vw - 904px)/ 2));
    width: -moz-calc(100% + ((100vw - 904px)/ 2));
    width: calc(100% + ((100vw - 904px) / 2));
  }
  .pool .shape1 {
    right: -50%;
  }
  .pool .shape2 {
    left: -50%;
  }
  .wrapper {
    max-width: 964px;
  }
  .about_left iframe {
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1120px) {
  .modal-sale_btns {
    margin-top: 20px;
  }
  .modal-sale_btns button {
    width: 100%;
    max-width: 250px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 114px;
  }
  .title {
    font-size: 24px;
    line-height: 30px;
  }
  .block {
    padding-top: 90px;
  }
  .header-top_place svg {
    margin-right: 10px;
  }
  .header-top_socs {
    margin-right: 20px;
  }
  .header-top_socs a {
    margin: 0 10px;
  }
  .header-top_phone svg {
    margin-right: 10px;
  }
  .header-blue {
    position: relative;
  }
  .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 70px;
    position: static;
  }
  .header_menu1 {
    display: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: absolute;
    top: 70px;
    left: 0;
    background: #244093;
    z-index: 99;
    padding: 20px;
  }
  .header_menu1 li {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 800px;
    border-top: 1px solid rgba(218, 218, 218, 0.36);
  }
  .header_menu1 li:nth-child(1) {
    border-top: none;
  }
  .header_menu1 li a {
    font-size: 14px;
  }
  .header_menu2 {
    display: none;
  }
  .header_logo {
    top: -12px;
  }
  .header_btn {
    display: none;
  }
  .header_burger {
    display: block;
  }
  .footer_col {
    width: -webkit-calc(100% / 4 - 30px);
    width: -moz-calc(100% / 4 - 30px);
    width: calc(100% / 4 - 30px);
    margin: 0 15px 24px;
  }
  .footer_col:nth-child(4) {
    width: -webkit-calc(100% / 4 - 30px);
    width: -moz-calc(100% / 4 - 30px);
    width: calc(100% / 4 - 30px);
  }
  .footer_col--big {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .footer_socs {
    margin: 0 15px;
  }
  .footer_link {
    margin: 0 40px 30px 15px;
  }
  .footer_copy {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
  .block-contacts {
    padding-bottom: 90px;
  }
  .contacts_card {
    max-width: 175px;
    padding: 12px 20px;
  }
  .tournament_text {
    font-size: 20px;
    line-height: 30px;
  }
  .popUp_content {
    padding: 40px 20px;
  }
  .block-sales {
    padding-bottom: 90px;
  }
  .sales {
    min-width: 960px;
  }
  .booking {
    padding: 40px;
  }
  .booking_title {
    font-size: 28px;
    line-height: 35px;
  }
  .booking_inp {
    padding: 8px 20px;
  }
  .booking_date {
    font-size: 28px;
    line-height: 35px;
  }
  .offer_title {
    font-size: 34px;
    line-height: 44px;
  }
  .block-brands {
    padding: 90px 0;
  }
  .block-contacts2 {
    padding-bottom: 90px;
  }
  .karaoke .shape1 {
    right: -60%;
  }
  .karaoke .shape2 {
    left: -60%;
  }
  .karaoke .melody {
    width: -webkit-calc(100% + ((100vw - 800px)/ 2));
    width: -moz-calc(100% + ((100vw - 800px)/ 2));
    width: calc(100% + ((100vw - 800px) / 2));
  }
  .karaoke .offer_left {
    min-width: 380px;
  }
  .karaoke .offer_btns {
    max-width: 380px;
  }
  .pool .shape1 {
    right: -60%;
    top: -120%;
  }
  .pool .shape2 {
    left: -60%;
    top: -120%;
  }
  .rest-item_cell:nth-child(1) {
    width: 100%;
    margin-bottom: 16px;
  }
  .rest-item_cell:nth-child(2) {
    width: 65%;
  }
  .rest-item_cell:nth-child(3) {
    width: 35%;
  }
  .pug {
    margin-bottom: -45px;
  }
  .wrapper {
    max-width: 860px;
  }
}
@media screen and (max-width: 920px) {
  .header-top_place {
    display: none;
  }
  .header-top_socs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: 0;
  }
  .header-top_socs a {
    margin: 0 0 0 25px;
  }
  .header-top_phone svg {
    margin-right: 14px;
  }
  .header_menu1 li {
    max-width: 640px;
  }
  .header_logo {
    width: 140px;
    top: -4px;
  }
  .contacts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts_left {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .contacts_card {
    max-width: 190px;
    padding: 12px 28px;
  }
  .contacts_right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .tournament_left {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 40px;
  }
  .tournament_right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .popUp_content {
    max-width: 500px;
  }
  .popUp_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .popUp_inp {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popUp_inp span {
    width: 100%;
    margin: 0 0 14px;
  }
  .popUp_inp input {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .popUp_check {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .popUp_check .check {
    margin-right: 14px;
  }
  .popUp_check p {
    width: -webkit-calc(100% - 44px);
    width: -moz-calc(100% - 44px);
    width: calc(100% - 44px);
    font-size: 12px;
    line-height: 16px;
  }
  .popUp_btn {
    margin-top: 0;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 280px;
  }
  .modal-sale_img {
    width: 100%;
  }
  .modal-sale_content {
    width: 100%;
    padding: 30px 20px 20px;
  }
  .modal-sale_content .popUp_title {
    font-size: 24px;
    line-height: 30px;
  }
  .modal-sale_btn,
  .modal-sale_btn2 {
    width: 100%;
    text-align: center;
  }
  .page-sale_btn {
  	display: inline-block;
  	padding: 15.6px 20px;
  	width: 176px;
  	text-align: center;
  	margin: 0 30px 20px 0;
  }
  .page-sale_btn2 {
  	margin: 0;
  	width: 176px;
  }
  .booking {
    padding: 40px 20px;
  }
  .booking_btn {
    width: -webkit-calc(100% / 7 - 16px);
    width: -moz-calc(100% / 7 - 16px);
    width: calc(100% / 7 - 16px);
  }
  .roads-top {
    padding: 34px 20px;
  }
  .roads-items {
    padding: 24px 12px;
  }
  .roads-item {
    margin: 0 5px;
    width: -webkit-calc(100% / 12 - 10px);
    width: -moz-calc(100% / 12 - 10px);
    width: calc(100% / 12 - 10px);
  }
  .roads-bottom {
    padding: 24px 20px;
  }
  .tarifs-tabs_item {
    margin: 0 10px 10px 0;
  }
  .about {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about_left {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .about_left iframe {
    max-width: 100%;
  }
  .about_right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .offer {
    -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;
  }
  .offer_left {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 30px 15px 60px;
  }
  .offer_right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .popUp-tournament .popUp_inp span:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .time_col .footer_title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .time_col .footer_inf {
    font-size: 18px;
  }
  .bc {
    padding: 30px 0 20px;
  }
  .feedback .popUp_inp input {
    max-width: none;
  }
  .edge {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .karaoke {
    padding-bottom: 100px;
    min-height: 445px;
  }
  .karaoke .shape1 {
    right: -80%;
  }
  .karaoke .shape2 {
    left: -80%;
  }
  .karaoke .melody {
    width: -webkit-calc(100% + ((100vw - 640px)/ 2));
    width: -moz-calc(100% + ((100vw - 640px)/ 2));
    width: calc(100% + ((100vw - 640px) / 2));
    right: 0;
  }
  .karaoke .micro {
    right: -50px;
  }
  .pool .shape1 {
    right: -80%;
    top: -70%;
  }
  .pool .shape2 {
    left: -80%;
    top: -70%;
  }
  .pool .offer_right img {
    margin: 0;
  }
  .block-about2 {
    padding-top: 30px;
  }
  .block-about2 .about_left .shape {
    display: none;
  }
  .edge2 {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    min-height: 175px;
  }
  .banner {
    font-size: 34px;
    height: 175px;
    padding-bottom: 65px;
  }
  .page-sale_img {
    width: 250px;
  }
  .page-sale_content {
    width: -webkit-calc(100% - 250px - 30px);
    width: -moz-calc(100% - 250px - 30px);
    width: calc(100% - 250px - 30px);
  }
  .page-tournaments .tournament_right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .modal-sale_btns button {
    max-width: none;
  }
  .wrapper {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 30px;
  }
  .header_menu1 li {
    max-width: 536px;
  }
  footer {
    padding: 70px 0 20px;
  }
  .footer_col,
  .footer_col:nth-child(4) {
    width: -webkit-calc(100% / 2 - 30px);
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }
  .footer_col--big {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .footer_inf {
    font-size: 14px;
    line-height: 29px;
  }
  .footer_link {
    min-width: -webkit-calc(100% / 12 * 2 - 30px);
    min-width: -moz-calc(100% / 12 * 2 - 30px);
    min-width: calc(100% / 12 * 2 - 30px);
    margin: 0 15px 20px;
  }
  .contacts_right {
    min-height: 300px;
  }
  .way_left {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .way_right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .way_text {
    line-height: 150%;
  }
  .slider_arrow {
    display: none;
  }
  .reviews {
    margin: 0 -10px;
    min-width: 620px;
  }
  .review {
    margin: 0 10px;
    padding: 30px 20px;
  }
  .review_text {
    font-size: 14px;
    line-height: 18px;
  }
  .review_link {
    font-size: 16px;
    line-height: 20px;
  }
  .gallery {
    min-width: 1240px;
    margin: 0 -10px;
  }
  .gallery-slide {
    width: 290px;
    height: 215px;
    margin: 0 10px;
  }
  .sales {
    margin: 0 -10px;
  }
  .sale {
    margin: 0 10px;
  }
  .popUp-main_content {
    padding: 30px 15px;
  }
  .popUp-main_form {
    max-width: 320px;
    padding: 30px 20px;
  }
  .popUp-main_title {
    font-size: 24px;
    line-height: 30px;
  }
  .popUp-main_btn {
    margin-top: 10px;
  }
  .booking_inf {
    max-width: 280px;
    margin-bottom: 40px;
  }
  .booking_btns {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 0 -20px;
    padding: 0 12px;
  }
  .booking_btn {
    width: 80px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 8px;
  }
  .roads {
    margin: 50px -20px 0;
    border-radius: 0;
    border-bottom: 0;
  }
  .roads-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 34px 20px 20px;
  }
  .roads-top_title {
    width: 100%;
  }
  .roads-top_inf {
    margin-top: 24px;
  }
  .roads-top_cross {
    display: none;
  }
  .roads-top_desc {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #727387;
    margin-top: 16px;
  }
  .roads-items {
    overflow-x: scroll;
  }
  .roads-item {
    margin: 0 8px;
    width: 44px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .roads-bottom {
    padding: 40px 20px 0;
  }
  .roads-bottom_text {
    display: none;
  }
  .roads-bottom_btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .schedule_row:nth-child(1) .schedule_cell {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0;
  }
  .schedule_cell {
    font-size: 16px;
    line-height: 20px;
    min-height: 60px;
  }
  .schedule_cell:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
  }
  .schedule_cell p {
    display: none;
  }
  .schedule_cell .mob {
    display: block;
  }
  .about_text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .trg {
    width: -webkit-calc(100% / 1 - 30px);
    width: -moz-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px);
  }
  .trg_img .bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    right: 0;
  }
  .link-order {
    margin-top: 40px;
  }
  .karaoke {
    padding-bottom: 60px;
    min-height: 405px;
  }
  .karaoke .shape1 {
    right: -100%;
  }
  .karaoke .shape2 {
    left: -100%;
  }
  .karaoke .melody {
    width: -webkit-calc(100% + ((100vw - 536px)/ 2));
    width: -moz-calc(100% + ((100vw - 536px)/ 2));
    width: calc(100% + ((100vw - 536px) / 2));
    right: 0;
  }
  .karaoke .micro {
    width: 200px;
    height: auto;
    top: 0;
  }
  .pool .shape1 {
    right: -100%;
  }
  .pool .shape2 {
    left: -100%;
  }
  .rest-menu {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 30px;
    border: 1px solid #dadada;
    border-radius: 8px;
  }
  .rest-menu::before {
    /*display: block;*/
  }
  .rest-content {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .rest-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-sale {
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-sale_img {
    margin: 0 0 -15px;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .page-sale_content {
    width: 100%;
    padding: 35px 20px 30px;
  }
  .pug .next,
  .pug .prev {
    display: none;
  }
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 576px;
  }
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .block {
    padding-top: 60px;
  }
  .footer_link {
    margin: 0 15px 15px;
  }
  .block-contacts {
    padding-bottom: 60px;
  }
  .contacts_item {
    margin-bottom: 12px;
  }
  .contacts_card {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 10px;
    max-width: none;
  }
  .contacts_card:last-child {
    margin-left: 20px;
  }
  .contacts_right {
    min-height: 230px;
  }
  .block-tournament {
    padding: 60px 0;
  }
  .tournament_text p {
    margin-bottom: 10px;
  }
  .tournament_btn {
    width: 100%;
    text-align: center;
    padding: 14px 0;
  }
  .popUp_wrap {
    padding: 40px 15px;
  }
  .block-sales {
    padding-bottom: 60px;
  }
  .modal-sale_subtitle {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .popUp-main_inp,
  .popUp-main_text,
  .popUp-main_title {
    margin-bottom: 15px;
  }
  .popUp-main_btn {
    margin-top: 5px;
  }
  .booking_title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .booking_inp {
    margin: 16px 0 0;
    min-width: 280px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .booking_inp img {
    margin-left: 15px;
  }
  .tarifs-tabs_item {
    padding: 10px 15px;
    font-size: 14px;
  }
  .block-brands {
    padding: 60px 0;
  }
  .time_col .footer_title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .time_col .footer_inf {
    font-size: 14px;
  }
  .block-contacts2 {
    padding-bottom: 60px;
  }
  .feedback {
    padding: 40px 20px;
  }
  .karaoke {
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: auto;
  }
  .karaoke .shape1 {
    right: -450px;
    top: -350px;
    width: 900px;
  }
  .karaoke .shape2 {
    left: -450px;
    top: -350px;
    width: 900px;
  }
  .karaoke .melody {
    width: 576px;
    right: 30px;
    top: -90px;
  }
  .karaoke .micro {
    position: relative;
    right: 0;
    text-align: right;
    width: 100%;
  }
  .karaoke .micro img {
    width: 132px;
  }
  .karaoke .offer_left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: auto;
    margin: 0 15px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .karaoke .offer_btns {
    max-width: none;
  }
  .pool .shape1 {
    right: -450px;
    top: -350px;
    width: 900px;
  }
  .pool .shape2 {
    left: -450px;
    top: -350px;
    width: 900px;
  }
  .block-about2 {
    padding-top: 0;
  }
  .edges2 {
    margin-bottom: -20px;
  }
  .edge2 {
    margin-bottom: 20px;
  }
  .edge2_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .edge2_text {
    font-size: 14px;
    line-height: 20px;
  }
  .rest-item {
    padding: 40px 20px;
  }
  .rest-item_table {
    margin-bottom: 30px;
  }
  .page-sale_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .page-sale_text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .pug {
    margin-bottom: -30px;
  }
  .page-tournaments .tournament .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .page-tournaments .tournament_text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .page-tournaments .tournament_desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  .tarifs_title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .select {
    width: 100%;
    margin-top: 20px;
  }
  .offer_btns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .offer_btns a,
  .offer_btns button {
    width: 100%;
    font-size: 16px;
  }
  .offer_btns a {
    margin-bottom: 16px;
  }
  .link-order {
    max-width: none;
  }
  .edges {
    margin: 0 -15px -20px;
  }
  .edge {
    padding: 45px 20px 20px;
    margin: 0 15px 20px;
  }
  .edge_img {
    width: 80px;
    height: 80px;
  }
  .edge_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .edge_text {
    font-size: 14px;
    line-height: 18px;
  }
  .banner {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  .title {
    font-size: 22px;
    line-height: 28px;
  }
  .footer_inf {
    font-size: 13px;
    line-height: 30px;
  }
  .contacts_card {
    width: 100%;
    padding: 12px 30px;
  }
  .contacts_card:last-child {
    margin: 20px 0 0;
  }
  .booking_inp {
    min-width: auto;
  }
  .roads-top_title {
    font-size: 22px;
    line-height: 28px;
  }
  .schedule_row:nth-child(1) .schedule_cell {
    font-size: 18px;
    line-height: 22px;
  }
  .schedule_cell {
    font-size: 13px;
    line-height: 18px;
  }
  .schedule_cell:nth-child(1) {
    font-size: 16px;
    line-height: 20px;
  }
  .time {
    margin: 0 -10px;
  }
  .time_col {
    margin: 0 10px;
    width: -webkit-calc(100% / 2 - 20px);
    width: -moz-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
  }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 350px) {
  .popUp-main_cross {
    top: 15px;
    right: 15px;
  }
}
@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;
    }
  }
}