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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img,
fieldset,
a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

.icon-globe {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-person {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-phone {
  width: 1em;
  height: 1em;
  fill: initial;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */

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

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

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

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

button {
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

.out.is-blurred {
  filter: blur(5px);
}

.section-title {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.dot-container {
  width: 405px;
  height: 405px;
  font-size: 0;
}

.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dadada;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.sections-with-bg {
  background-color: #f2f2f2;
  position: relative;
  top: -700px;
  padding-top: 700px;
  margin-bottom: -700px;
}

@media only screen and (max-width: 768px) {
  .sections-with-bg {
    padding-top: 635px;
  }
}

.btn-wrapper {
  margin-bottom: 130px;
  font-size: 0;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 480px) {
  .btn-wrapper {
    margin-bottom: 72px;
  }
}

.section-btn {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 20px 25px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  min-width: 240px;
  border-radius: 3px;
}

@media only screen and (max-width: 480px) {
  .section-btn {
    padding: 16px 25px;
    font-size: 12px;
    width: 100%;
    display: block;
  }
}

.section-btn_green {
  background-image: linear-gradient(0deg, #00747D, #00A295);
}

.section-btn_blue {
  background-image: linear-gradient(315deg, #0032BE, #0062AA);
}

.section-btn_light {
  background-image: linear-gradient(315deg, #1a9fff, #8fadff);
}

.sections-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.sections-bg__black {
  left: 50%;
  width: 10000px;
  height: 2100px;
  background-color: #000;
  transform: rotate(-30deg) translateX(-50%);
  position: relative;
  top: -1820px;
  margin-bottom: 1440px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .sections-bg__black {
    top: -1775px;
    height: 2650px;
  }
}

@media only screen and (max-width: 480px) {
  .sections-bg__black {
    top: -1835px;
    height: 1800px;
  }
}

.sections-bg__black-after {
  left: 50%;
  top: -3610px;
  height: 485px;
  width: 10000px;
  background-color: #000;
  position: relative;
  z-index: 2;
  transform: rotate(-35deg) translateX(-50%);
  margin-bottom: -475px;
}

@media only screen and (max-width: 480px) {
  .sections-bg__black-after {
    top: 0;
    height: 0;
  }
}

.sections-bg__black-after::before {
  top: -300px;
  content: '';
  position: absolute;
  width: 50%;
  height: 500px;
  background-color: #000;
}

.sections-bg__black-dots {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
}

.sections-bg__black-dots_1 {
  width: 676px;
  height: 551px;
  left: calc(50% - 1300px);
  top: calc(50% - 1150px);
  background-image: url(/bundles/roommain/dist/d8e3f944370f5c464919752337356408.png);
  overflow: hidden;
  transform: rotate(200deg);
}

@media only screen and (max-width: 768px) {
  .sections-bg__black-dots_1 {
    left: calc(50% - 350px);
    top: calc(50% - 1250px);
  }
}

@media only screen and (max-width: 480px) {
  .sections-bg__black-dots_1 {
    left: calc(50% - 550px);
    top: calc(50% - 900px);
  }
}

.sections-bg__black-dots_2 {
  width: 431px;
  height: 1428px;
  background-image: url(/bundles/roommain/dist/3d01e4945fccf57a352a612349d8bfdc.png);
  left: calc(50% - 1800px);
  top: calc(50% + 420px);
  transform: translate(-50%, -50%) rotate(30deg);
}

@media only screen and (max-width: 768px) {
  .sections-bg__black-dots_2 {
    left: calc(50% - 1100px);
    top: calc(50% + 100px);
  }
}

@media only screen and (max-width: 480px) {
  .sections-bg__black-dots_2 {
    left: calc(50% - 850px);
    top: calc(50% + 100px);
  }
}

.sections-bg__black-dots_3 {
  width: 676px;
  height: 551px;
  left: calc(50% - 600px);
  top: calc(50% + 930px);
  background-image: url(/bundles/roommain/dist/d8e3f944370f5c464919752337356408.png);
  overflow: hidden;
}

.sections-bg__blue {
  left: 50%;
  width: 10000px;
  position: relative;
  height: 1600px;
  top: 4275px;
  transform: rotate(35deg) translateX(-50%);
  background-image: linear-gradient(90deg, #183577 45%, #1C32B7 55%);
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .sections-bg__blue {
    top: 4000px;
  }
}

@media only screen and (max-width: 480px) {
  .sections-bg__blue {
    top: 4150px;
    height: 1175px;
  }
}

@media only screen and (max-width: 400px) {
  .sections-bg__blue {
    top: 4170px;
    height: 1125px;
  }
}

.sections-bg__blue2 {
  left: 50%;
  width: 10000px;
  position: relative;
  height: 3000px;
  top: 2905px;
  transform: rotate(35deg) translateX(-50%);
  background-image: linear-gradient(90deg, #183577 45%, #1C32B7 55%);
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .sections-bg__blue2 {
    top: 3900px;
  }
}

@media only screen and (max-width: 480px) {
  .sections-bg__blue2 {
    top: 3740px;
  }
}

.sections-bg__lines {
  position: absolute;
  height: 100%;
  top: 0;
  width: 1470px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 5;
}

@media only screen and (max-width: 1480px) {
  .sections-bg__lines {
    display: none;
  }
}

.sections-bg__line {
  height: 100%;
  width: 1px;
  position: relative;
}

.sections-bg__line-gray {
  background-color: #dadada;
}

.sections-bg__line-white {
  background-color: rgba(255, 255, 255, 0.25);
}

.sections-bg__line:nth-child(1) .sections-bg__line-white {
  height: 2438px;
}

.sections-bg__line:nth-child(1) .sections-bg__line-white:first-child {
  height: 1200px;
}

.sections-bg__line:nth-child(1) .sections-bg__line-gray {
  height: 1372px;
}

.sections-bg__line:nth-child(2) .sections-bg__line-white {
  height: 2890px;
}

.sections-bg__line:nth-child(2) .sections-bg__line-white:first-child {
  height: 1457px;
}

.sections-bg__line:nth-child(2) .sections-bg__line-gray {
  height: 920px;
}

.sections-bg__line:nth-child(3) .sections-bg__line-white {
  height: 1511px;
}

.sections-bg__line:nth-child(3) .sections-bg__line-white:first-child {
  height: 1715px;
}

.sections-bg__line:nth-child(3) .sections-bg__line-white:nth-child(5n) {
  height: 1415px;
}

.sections-bg__line:nth-child(3) .sections-bg__line-gray {
  height: 466px;
}

.sections-bg__line:nth-child(3) .sections-bg__line-gray:nth-child(4n) {
  height: 416px;
}

.sections-bg__line:nth-child(4) .sections-bg__line-white {
  height: 1448px;
}

.sections-bg__line:nth-child(4) .sections-bg__line-white:first-child {
  height: 1971px;
}

.sections-bg__line:nth-child(4) .sections-bg__line-white:nth-child(5n) {
  height: 1417px;
}

.sections-bg__line:nth-child(4) .sections-bg__line-gray {
  height: 15px;
}

.sections-bg__line:nth-child(4) .sections-bg__line-gray:nth-child(4n) {
  height: 930px;
}

.sections-bg__line:nth-child(5) .sections-bg__line-white {
  height: 2362px;
}

.sections-bg__line:nth-child(5) .sections-bg__line-white:first-child {
  height: 325px;
}

.sections-bg__line:nth-child(5) .sections-bg__line-gray {
  height: 490px;
}

.sections-bg__line:nth-child(5) .sections-bg__line-gray ~ .sections-bg__line-gray {
  height: 1445px;
}

.form__placeholder {
  position: absolute;
  display: none;
  color: #8c8ca8;
  font-size: 10px;
  top: 1px;
  left: 15px;
  padding-top: 4px;
  width: calc(100% - 35px);
}

.form__field {
  width: 100%;
  position: relative;
}

.form input:not([type=radio]),
.form textarea,
.form select {
  -webkit-appearance: none;
  color: #fff;
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  width: 100%;
  border: 1px solid #989898;
  background-color: transparent;
  padding: 13px 15px;
  resize: none;
  transition: 0.25s;
}

@media only screen and (max-width: 480px) {
  .form input:not([type=radio]),
  .form textarea,
  .form select {
    font-size: 14px;
    padding: 14px 15px;
  }
}

.form input:not([type=radio]):-webkit-autofill,
.form input:not([type=radio]):-webkit-autofill:hover,
.form input:not([type=radio]):-webkit-autofill:focus,
.form input:not([type=radio]):-webkit-autofill:active,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus,
.form textarea:-webkit-autofill:active,
.form select:-webkit-autofill,
.form select:-webkit-autofill:hover,
.form select:-webkit-autofill:focus,
.form select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.form input:not([type=radio]):focus,
.form textarea:focus,
.form select:focus {
  border-color: #2161A5;
  padding: 18px 15px 6px;
}

.form input:not([type=radio]):focus + .form__placeholder,
.form textarea:focus + .form__placeholder,
.form select:focus + .form__placeholder {
  display: block;
}

.form input:not([type=radio])::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: #989898;
}

.form select {
  appearance: none !important;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background-image: url(/bundles/roommain/img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 5%;
  text-overflow: '';
}

.form select:focus {
  border-color: #2161A5;
  padding: 13px 15px;
}

.form select::placeholder {
  color: #989898;
}

.form select[data-value=""] {
  color: #989898;
}

.form [type="submit"] {
  min-width: 180px;
  background-image: linear-gradient(315deg, #0032BE, #0062AA);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px;
  border-radius: 3px;
}

@media only screen and (max-width: 480px) {
  .form [type="submit"] {
    font-size: 14px;
    width: 100%;
    padding: 15px;
    margin-top: 5px;
  }
}

.form textarea {
  min-height: 100px;
}

.form__row {
  display: flex;
  justify-content: space-between;
}

.form__row:not(:last-child) {
  margin-bottom: 25px;
}

@media only screen and (max-width: 480px) {
  .form__row:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .form__row_2 {
    flex-wrap: wrap;
  }
}

.form__row_2 .form__field {
  width: calc(50% - 10px);
}

@media only screen and (max-width: 480px) {
  .form__row_2 .form__field:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .form__row_2 .form__field {
    width: 100%;
  }
}

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

.bold {
  font-weight: bold;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.scroll_handler {
  height: 0;
  width: 0;
  position: relative;
  top: -90px;
}

.vr-loading {
  background: url(/bundles/roommain/dist/7555387ed955431746c3033b27c440d8.svg) center center no-repeat;
  height: 200px;
  width: 100%;
}

.out {
  position: relative;
  overflow: hidden;
}

.out__bg {
  position: absolute;
  top: calc(100vh + 515px);
  left: 0;
  width: 100%;
  z-index: -1;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
}

.out-bg {
  background-color: #fff;
}

.out-bg__white {
  background-color: #fff;
  height: 280px;
  position: absolute;
  top: -195px;
  left: 0;
  width: 100%;
  transform: rotate(7deg);
}

.out-bg__green {
  height: 1425px;
  background-image: linear-gradient(45deg, #004AB9, #00ADA2 50%);
  transform: rotate(-30.5deg);
  position: relative;
  top: -100px;
  z-index: 2;
}

.container {
  max-width: 1560px;
  padding: 0 45px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 550px) {
  .container {
    padding: 0 15px;
  }
}

.block {
  display: flex;
}

.header {
  transform: translateY(-100%);
  transition: 200ms;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 23px;
  color: #fff;
  z-index: 10;
}

@media only screen and (max-width: 480px) {
  .header #head_phone {
    top: 165px;
  }

  .header #language {
    top: 170px;
  }
}

@media only screen and (max-width: 700px) {
  .header {
    padding-top: 0;
  }
}

.header.is-fixed {
  position: fixed;
  background-image: linear-gradient(0deg, #140334, #000);
  padding-bottom: 5px;
}

@media only screen and (max-width: 700px) {
  .header.is-fixed {
    padding-top: 10px;
  }
}

.header.is-fixed .langs__list {
  position: static;
}

.header.is-fixed .header__logo {
  width: 140px;
  margin-top: -20px;
}

@media only screen and (max-width: 700px) {
  .header.is-fixed .header__logo {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .header.is-fixed .header__right {
    margin-bottom: 0;
  }
}

.header.is-fixed .header__item_langs {
  align-items: flex-start;
}

.header.is-fixed .header__items {
  align-items: flex-start;
}

.header.is-fixed .header__item:not(.header__item_langs) {
  height: 40px;
  line-height: 40px;
}

.header.is-visible {
  transform: translateY(0);
}

.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header__left {
  display: flex;
  align-items: center;
}

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

@media only screen and (max-width: 700px) {
  .header__items {
    width: 100%;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 430px) {
  .header__items {
    position: unset;
  }
}

.header__item {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1040px) {
  .header__item:nth-child(5) {
    display: none;
  }
}

@media only screen and (max-width: 1165px) {
  .header__item:nth-child(6) {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .header__item {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 360px) {
  .header__item:nth-child(2) {
    margin-left: -10px;
  }
}

.header__item-icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
  width: 28px;
  height: 40px;
}

@media only screen and (max-width: 360px) {
  .header__item-icon {
    width: 23px;
  }
}

.header__item-icon img {
  width: 28px;
  height: 28px;
  position: relative;
}

.header__item-content {
  line-height: 28px;
}

@media only screen and (max-width: 960px) {
  .header__item_link {
    display: none;
  }
}

.header__item_link a {
  line-height: 40px;
  padding-left: 20px;
  white-space: nowrap;
  padding-right: 20px;
}

@media only screen and (max-width: 1280px) {
  .header__item_link a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header__item_langs {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1280px) {
  .header__item_langs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .header__item_langs {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 430px) {
  .header__item_langs {
    position: absolute;
    bottom: -100%;
    left: 0;
  }
}

.header__item_phone {
  padding-left: 20px;
}

@media only screen and (max-width: 1280px) {
  .header__item_phone {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 960px) {
  .header__item_phone {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .header__item_phone {
    padding-left: 0;
    margin-right: 20px;
  }
}

.header__item_phone .header__item-content {
  line-height: 40px;
  white-space: nowrap;
}

.header__item_menu_btn {
  display: none;
}

@media only screen and (max-width: 960px) {
  .header__item_menu_btn {
    display: flex;
    align-items: center;
  }
}

.header__tel {
  position: relative;
}

@media only screen and (max-width: 360px) {
  .header__tel {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

.header__logo {
  display: block;
  width: 150px;
  font-size: 0;
}

@media only screen and (max-width: 700px) {
  .header__logo {
    width: auto;
  }
}

.header__logo img {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .header__logo img {
    height: 32px;
    width: auto;
  }
}

.side-menu-btn {
  display: block;
  height: 26px;
  width: 30px;
  position: relative;
}

@media only screen and (max-width: 360px) {
  .side-menu-btn {
    width: 25px;
    height: 20px;
  }
}

.side-menu-btn span {
  position: absolute;
  height: 2px;
  left: 0;
  background-color: #fff;
  width: 100%;
}

.side-menu-btn span:nth-child(1) {
  top: 0;
}

.side-menu-btn span:nth-child(2) {
  top: 12px;
}

@media only screen and (max-width: 360px) {
  .side-menu-btn span:nth-child(2) {
    top: 9px;
  }
}

.side-menu-btn span:nth-child(3) {
  bottom: 0;
}

.side-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  transform: translateX(150%);
  transition: 0.5s;
  width: 600px;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  .side-menu {
    width: 70%;
  }
}

.side-menu::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 37.5%;
  background-color: rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 600px) {
  .side-menu::after {
    right: 22.7%;
  }
}

.side-menu.is-open {
  transform: translateX(0);
}

.side-menu__title {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .side-menu__title {
    font-size: 24px;
  }
}

.side-menu__top {
  position: relative;
  padding: 80px 100px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 600px) {
  .side-menu__top {
    padding: 11px 27px;
  }
}

.side-menu__content {
  position: relative;
  padding: 40px 100px;
  height: calc(100% - 177px);
  overflow: auto;
}

@media only screen and (max-width: 600px) {
  .side-menu__content {
    padding: 25px;
  }
}

.side-menu__close-btn {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
}

@media only screen and (max-width: 600px) {
  .side-menu__close-btn {
    top: 17px;
    right: 14px;
  }
}

.side-menu__close-btn::before,
.side-menu__close-btn::after {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  background-color: #818181;
}

.side-menu__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.side-menu__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-list__item:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .menu-list__item:not(:last-child) {
    margin-bottom: 18px;
  }
}

.menu-list__link {
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .menu-list__link {
    font-size: 16px;
  }
}

.langs {
  position: relative;
}

.langs__current {
  display: block;
  width: 45px;
  position: relative;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
}

@media only screen and (max-width: 360px) {
  .langs__current {
    font-size: 12px;
    width: 38px;
  }
}

.langs__current::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -4px;
  border-top: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.langs__list {
  position: absolute;
  top: calc(100% + 2px);
  width: 45px;
}

.langs__list-item {
  font-size: 14px;
}

.langs__list.is-hidden {
  display: none;
}

.langs.is-open .langs__current::after {
  margin-top: -10px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
}

.header.is-fixed .langs__list {
  width: auto;
}

@media only screen and (max-width: 700px) {
  .header.is-fixed .langs__list {
    position: static;
  }
}

@media only screen and (max-width: 430px) {
  .header.is-fixed .header__item_langs {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    padding-right: 10px;
  }
}

.footer {
  position: relative;
  z-index: 1;
}

.footer__map {
  height: 400px;
}

.footer__map iframe {
  height: 100%;
  width: 100%;
}

.footer__copyright {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-image: linear-gradient(0deg, #140334, #000);
}

@media only screen and (max-width: 480px) {
  .footer__copyright {
    font-size: 13px;
  }
}

.hero {
  position: relative;
}

@media only screen and (max-width: 760px) {
  .hero .container {
    height: 100%;
  }
}

.hero__bg {
  top: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  min-height: 1360px;
  height: 100vh;
  background-image: linear-gradient(180deg, #004AB9, #00ADA2);
  overflow: hidden;
}

.hero__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.25;
  z-index: 1;
  width: 100%;
}

@media only screen and (max-width: 1920px) {
  .hero__img {
    width: 1920px;
    height: 1360px;
  }
}

@media only screen and (max-width: 860px) {
  .hero__img {
    width: 270%;
    left: 60%;
  }
}

.hero__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  font-family: 'object-fit: contain; object-position: top center';
}

@media only screen and (max-width: 700px) {
  .hero__img img {
    width: 124%;
    transform: translateX(-5%);
  }
}

@media only screen and (max-width: 550px) {
  .hero__img img {
    width: 140%;
  }
}

@media only screen and (max-width: 360px) {
  .hero__img img {
    width: 152%;
    transform: translateX(-10%);
  }
}

.hero__content {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 765px) {
  .hero__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.hero__title {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  font-size: 65px;
  letter-spacing: 8.35px;
  text-transform: uppercase;
  line-height: 1.25;
  background: linear-gradient(180deg, #BAC3F3 0%, #fff 40%, #fff 60%, #BAC3F3 80%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.hero__title::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  text-transform: uppercase;
  background: none;
  text-shadow: 0px 6px 35px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1155px) {
  .hero__title {
    font-size: 50px;
    max-width: 665px;
  }
}

@media only screen and (max-width: 1100px) {
  .hero__title {
    display: none;
  }
}

@media only screen and (max-width: 765px) {
  .hero__title {
    font-size: 35px;
    max-width: 435px;
    letter-spacing: 4px;
  }
}

@media only screen and (max-width: 480px) {
  .hero__title {
    font-size: 28px;
    letter-spacing: 0;
    max-width: 290px;
  }
}

@media only screen and (max-width: 360px) {
  .hero__title {
    display: none;
    font-size: 25px;
    max-width: 270px;
  }
}

.hero__title-wrapper {
  position: relative;
}

.hero__title-wrapper::before {
  content: '';
  display: block;
  height: 170px;
}

@media only screen and (max-width: 1280px) {
  .hero__title-wrapper::before {
    height: 130px;
  }
}

@media only screen and (max-width: 765px) {
  .hero__title-wrapper::before {
    min-height: 0;
    max-height: none;
  }
}

@media only screen and (max-width: 765px) {
  .hero__title-wrapper::before {
    height: 65px;
  }
}

.hero__title-wrapper::after {
  content: '';
  display: block;
  height: 30px;
}

@media only screen and (max-width: 360px) {
  .hero__title-wrapper::after {
    height: 0;
    min-height: 0;
  }
}

.hero__btn {
  margin-bottom: 3.24074vh;
}

@media (max-width: 1155px) and (min-height: 769px) {
  .hero__btn {
    margin-bottom: 6.48148vh;
  }
}

@media only screen and (max-width: 765px) {
  .hero__btn {
    margin-bottom: 0;
  }
}

.hero__video-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 125px;
  height: 125px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1280px) {
  .hero__video-btn {
    width: 115px;
    height: 115px;
  }
}

@media only screen and (max-width: 700px) {
  .hero__video-btn {
    width: 90px;
    height: 90px;
  }
}

@media only screen and (max-width: 360px) {
  .hero__video-btn {
    width: 60px;
    height: 60px;
  }
}

.hero__video-btn img {
  width: 100%;
}

.hero__scroll-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 51px;
  height: 111px;
  animation: scroll-btn 2s infinite linear;
}

@media only screen and (max-width: 765px) {
  .hero__scroll-btn {
    width: 30px;
    height: 70px;
  }
}

.hero__scroll-btn img {
  width: 100%;
}

.hero__lines {
  position: absolute;
  height: calc(100% + 1000px);
  top: 0;
  width: 1470px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1480px) {
  .hero__lines {
    display: none;
  }
}

.hero__line {
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

.hero-bg__figures {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
  .hero-bg__figures {
    height: 100vh;
  }
}

.hero-figures__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.hero-figures__right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.hero-square {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
}

@media only screen and (max-width: 1100px) {
  .hero-square {
    display: none;
  }
}

.hero-square_1 {
  width: 193px;
  height: 193px;
  top: 1032px;
  left: 55px;
}

.hero-square_2 {
  width: 90px;
  height: 225px;
  top: 891px;
  left: 325px;
}

.hero-square_3 {
  width: 300px;
  height: 395px;
  top: 720px;
  left: 415px;
}

.hero-square_4 {
  width: 395px;
  height: 395px;
  top: 480px;
  left: 0;
}

.hero-square_5 {
  width: 140px;
  height: 52px;
  top: 640px;
  right: 315px;
}

.hero-square_6 {
  width: 395px;
  height: 395px;
  top: 692px;
  right: 60px;
}

.hero-square_7 {
  width: 340px;
  height: 340px;
  top: 335px;
  right: -50px;
}

.hero-square_8 {
  width: 140px;
  height: 140px;
  top: 252px;
  right: -15px;
}

.hero-dots {
  position: absolute;
  width: 360px;
  height: 360px;
}

@media only screen and (max-width: 480px) {
  .hero-dots {
    width: 170px;
    height: 170px;
  }
}

.hero-dots_1 {
  left: 155px;
  top: 438px;
}

@media only screen and (max-width: 1155px) {
  .hero-dots_1 {
    left: auto;
    right: 0;
    top: 550px;
  }
}

@media only screen and (max-width: 480px) {
  .hero-dots_1 {
    top: auto;
    bottom: calc(50% - 235px);
  }
}

.hero-dots_2 {
  top: 145px;
  right: 125px;
}

@media only screen and (max-width: 1155px) {
  .hero-dots_2 {
    right: auto;
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .hero-dots_2 {
    top: 62px;
    left: 13px;
  }
}

.hero-dots .dot {
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .hero-dots .dot {
    width: 2px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.is-IE .hero__title {
  background: none;
  color: #D5DBF8;
  text-shadow: 0 6px 35px rgba(0, 0, 0, 0.5);
  background-clip: none;
}

@keyframes scroll-btn {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(-20%);
  }

  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.section-advantages {
  position: relative;
  padding-top: 220px;
  padding-bottom: 30px;
  margin-top: -180px;
}

@media only screen and (max-width: 1600px) {
  .section-advantages {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 1100px) {
  .section-advantages {
    padding-top: 150px;
    margin-top: -75px;
  }
}

@media only screen and (max-width: 750px) {
  .section-advantages {
    margin-top: -140px;
    padding-top: 155px;
  }
}

@media only screen and (max-width: 480px) {
  .section-advantages {
    margin-top: -110px;
    padding-top: 125px;
  }
}

.section-advantages__bg {
  position: absolute;
  z-index: -1;
  background-color: #F2F2F2;
  width: 10000px;
  transform-origin: center center;
  transform: rotate(-9.5deg);
  top: 0;
  height: 1000px;
  left: -10%;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .section-advantages__bg {
    top: 130px;
  }
}

.section-advantages__dots .dot {
  background-color: #DADADA;
}

.section-advantages__dots-wrapper {
  position: absolute;
  top: -330px;
  left: 0;
  width: 100%;
  height: 1100px;
  overflow: hidden;
}

.section-advantages__dots-inner {
  position: absolute;
  top: 325px;
  left: calc(50% + 100px);
  width: 1920px;
  height: 100%;
  transform: translateX(-50%) rotate(-14.5deg);
  overflow: hidden;
  z-index: 2;
}

@media only screen and (max-width: 1100px) {
  .section-advantages__dots-inner {
    width: 100%;
  }
}

.section-advantages__dots-inner_no-tr {
  left: 50%;
  overflow: visible;
  transform: translateX(-50%);
}

.section-advantages__dots-inner__lines {
  top: 320px;
}

.section-advantages__dots-1 {
  position: absolute;
  left: 100px;
  top: 455px;
  width: 355px;
  height: 355px;
}

.section-advantages__dots-1 .dot {
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .section-advantages__dots-1 .dot {
    width: 2px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  .section-advantages__dots-1 {
    left: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .section-advantages__dots-1 {
    width: 170px;
    height: 170px;
    left: -60px;
    top: 430px;
  }
}

.section-advantages__dots-2 {
  position: absolute;
  top: -105px;
  right: 35px;
  transform: rotate(14.5deg);
  width: 355px;
  height: 355px;
}

@media only screen and (max-width: 1100px) {
  .section-advantages__dots-2 {
    top: 50px;
    right: 25px;
  }
}

@media only screen and (max-width: 750px) {
  .section-advantages__dots-2 {
    width: 170px;
    height: 170px;
    top: 40px;
    right: -153px;
  }
}

@media only screen and (max-width: 480px) {
  .section-advantages__dots-2 {
    width: 170px;
    height: 170px;
    top: 40px;
    right: -95px;
  }
}

.section-advantages__dots-2 .dot {
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .section-advantages__dots-2 .dot {
    width: 2px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.section-advantages__container {
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.section-advantages__lines {
  position: absolute;
  height: 100%;
  top: 0;
  width: 1470px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

@media only screen and (max-width: 1480px) {
  .section-advantages__lines {
    display: none;
  }
}

.section-advantages__line {
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  position: relative;
}

.section-advantages__line:nth-child(1) {
  top: 188px;
}

.section-advantages__line:nth-child(2) {
  top: 94px;
}

.section-advantages__line:nth-child(3) {
  top: 0;
}

.section-advantages__line:nth-child(4) {
  top: -96px;
  height: calc(100% - 49px);
}

.section-advantages__line:nth-child(5) {
  top: -190px;
  height: calc(100% - 115px);
}

.advant-list {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  pointer-events: auto;
}

@media only screen and (max-width: 1600px) {
  .advant-list {
    width: 1030px;
  }
}

@media only screen and (max-width: 1100px) {
  .advant-list {
    width: 690px;
  }
}

@media only screen and (max-width: 765px) {
  .advant-list {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .advant-list {
    width: 430px;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 500px) {
  .advant-list {
    width: 100%;
  }
}

.advant-list__item {
  text-align: center;
  width: 340px;
  margin: 0 30px 84px 30px;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .advant-list__item {
    width: 283px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1100px) {
  .advant-list__item {
    width: 170px;
  }
}

@media only screen and (max-width: 750px) {
  .advant-list__item {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .advant-list__item {
    margin-bottom: 40px;
    width: 50%;
  }
}

.advant-list__item:nth-child(3n+2) {
  top: -35px;
}

@media only screen and (max-width: 1600px) {
  .advant-list__item:nth-child(3n+2) {
    top: -70px;
  }
}

@media only screen and (max-width: 750px) {
  .advant-list__item:nth-child(3n+2) {
    top: 0;
  }
}

.advant-list__item:nth-child(3n) {
  top: -70px;
}

@media only screen and (max-width: 1600px) {
  .advant-list__item:nth-child(3n) {
    top: -140px;
  }
}

@media only screen and (max-width: 750px) {
  .advant-list__item:nth-child(3n) {
    top: 0;
  }
}

@media only screen and (max-width: 750px) {
  .advant-list__item:nth-child(2n) {
    top: -70px;
  }
}

.advant-list__item-img {
  margin-bottom: 10px;
}

.advant-list__item-img img {
  width: 55px;
  height: 55px;
}

@media only screen and (max-width: 500px) {
  .advant-list__item-img {
    margin-bottom: 0;
  }
}

.advant-list__item-title {
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 1100px) {
  .advant-list__item-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .advant-list__item-title {
    font-size: 11px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 500px) {
  .advant-list__item-title {
    max-width: 130px;
    margin-right: auto;
    margin-left: auto;
  }
}

.section-quests {
  padding-top: 110px;
  position: relative;
  top: -185px;
  margin-bottom: -30px;
}

.section-quests__container {
  max-width: 1248px;
  padding: 0;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 480px) {
  .section-quests {
    top: -125px;
    padding-top: 100px;
  }
}

.section-quests__bg {
  top: -2105px;
  bottom: 2675px;
  width: 10000px;
  left: 50%;
  background-image: linear-gradient(45deg, #004AB9, #00ADA2 50%);
  transform-origin: center center;
  transform: rotate(-30.5deg) translateX(-50%);
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .section-quests__bg {
    bottom: 3140px;
  }
}

@media only screen and (max-width: 480px) {
  .section-quests__bg {
    bottom: 3060px;
  }
}

.section-quests__bg-after {
  top: 0;
  height: 420px;
  width: 10000px;
  left: 50%;
  background-color: #f2f2f2;
  transform-origin: center center;
  transform: rotate(-23.5deg) translateX(-50%);
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .section-quests__bg-after {
    top: -1925px;
    height: 540px;
  }
}

.section-quests__lines {
  position: absolute;
  height: 100%;
  top: 0;
  width: 1470px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

@media only screen and (max-width: 1480px) {
  .section-quests__lines {
    display: none;
  }
}

.section-quests__line {
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  position: relative;
}

.section-quests__line:last-child {
  margin-top: -132px;
}

.quests {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.quest {
  position: relative;
  background-color: #000;
  max-width: 592px;
  overflow: hidden;
  min-width: 480px;
  flex: 1;
  margin: 16px;
  z-index: 100;
}

.quest .quest-main-image {
  width: 100%;
  padding-top: 56.5%;
  height: 0;
  position: relative;
  cursor: pointer;
}

.quest .quest-main-image .main-image {
  width: 100%;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}

.quest .quest-main-image.has-video video {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.quest .quest-main-image.has-video .quest-video-play {
  position: absolute;
  bottom: 36px;
  right: 36px;
  opacity: 0.8;
  z-index: 20;
}

.quest .quest-main-image.has-video .quest-video-play:hover {
  opacity: 1;
}

.quest .quest-main-image.has-video:hover .main-image,
.quest .quest-main-image.has-video.playing .main-image {
  opacity: 0;
}

.quest .quest-main-image.has-video:hover .quest-video-play,
.quest .quest-main-image.has-video.playing .quest-video-play {
  transform: scale(1.25);
}

.quest .quest-main-image .quest-difficulty {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: white;
  padding: 8px 16px;
  border-radius: 3px;
  position: absolute;
  top: 32px;
  left: 32px;
}

.quest .quest-main-image .quest-difficulty_light {
  background-color: #00ADA2;
}

.quest .quest-main-image .quest-difficulty_medium {
  background-color: #F38E30;
}

.quest .quest-main-image .quest-difficulty_hard {
  background-color: #f45656;
}

.quest .quest-main-image .quest-provider-logo {
  width: 64px;
  opacity: 0.5;
  position: absolute;
  top: 32px;
  right: 32px;
}

.quest .quest-main-image .coming_soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  max-width: 40%;
  opacity: 0.7;
  z-index: 2;
}

.quest .quest-main-image .coming_soon__text {
  line-height: 35px;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-align: center;
}

.quest .quest-main-image .coming_soon.js-quest-gallery-btn {
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .quest .quest-main-image .coming_soon {
    max-width: 30%;
  }

  .quest .quest-main-image .coming_soon__text {
    line-height: 25px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 400px) {
  .quest .quest-main-image .coming_soon {
    max-width: 30%;
  }

  .quest .quest-main-image .coming_soon__text {
    line-height: 20px;
    font-size: 20px;
  }
}

.quest .quest-main-image .coming_soon img {
  width: 100%;
  height: auto;
}

.quest .quest-article {
  padding: 32px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 443px;
}

.quest .quest-article .quest-title {
  display: flex;
  align-items: flex-start;
  padding-bottom: 16px;
}

.quest .quest-article .quest-title h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  flex: 1;
  margin: 0 32px 0 0;
}

.quest .quest-article .quest-title .quest-gallery {
  margin-top: 11px;
  display: inline-block;
  text-transform: uppercase;
  color: #00A4A4;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 173, 162, 0.32);
  padding-top: 5px;
  height: 26px;
}

.quest .quest-article .quest-title .quest-gallery:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}

.quest .quest-article .quest-description {
  overflow: hidden;
  opacity: 0.88;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 16px;
  flex: 1;
}

.quest .quest-article .quest-footer {
  display: flex;
  align-items: center;
}

.quest .quest-article .quest-footer .quest-article__btn {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #0062AA, #0032BE);
  padding: 20px;
  border-radius: 3px;
  margin-right: auto;
}

.quest .quest-article .quest-footer .quest-article__btn:disabled {
  background: #1a1a1a;
  color: #4b4b4b;
}

.quest .quest-article .quest-footer .quest-info {
  flex: 1;
}

.quest .quest-article .quest-footer .quest-info li {
  list-style: none;
  padding: 0;
  margin: 0 37px 0 0;
  font-size: 20px;
  line-height: 30px;
  display: inline-flex;
}

.quest .quest-article .quest-footer .quest-info li img {
  height: 30px;
  margin-right: 11px;
}

@media only screen and (max-width: 590px) {
  .quest {
    min-width: initial;
    flex: initial;
    margin: 12px 15px;
  }

  .quest .quest-main-image .quest-difficulty {
    font-size: 12px;
    line-height: 14px;
    padding: 6px 12px;
    top: 16px;
    left: 16px;
  }

  .quest .quest-main-image .quest-provider-logo {
    top: 16px;
    right: 16px;
    width: 38px;
  }

  .quest .quest-main-image.has-video .quest-video-play {
    width: 33px;
    right: 19px;
    bottom: 19px;
  }

  .quest .quest-article {
    padding: 16px;
    height: max-content;
  }

  .quest .quest-article .quest-title h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .quest .quest-article .quest-title .quest-gallery {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    margin-top: 2px;
    height: 15px;
  }

  .quest .quest-article .quest-description {
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 10px;
  }

  .quest .quest-article .quest-footer {
    flex-direction: row-reverse;
  }

  .quest .quest-article .quest-footer .quest-article__btn {
    margin-right: 4px;
  }

  .quest .quest-article .quest-footer .quest-info li {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 0 13px;
    vertical-align: middle;
  }

  .quest .quest-article .quest-footer .quest-info li img {
    height: 18px;
    margin-right: 7px;
  }
}

.quest__dots {
  position: absolute;
  z-index: -1;
  top: -700px;
  right: -115px;
  font-size: 0;
}

@media only screen and (max-width: 1200px) {
  .quest__dots {
    display: none;
  }
}

.quest__dots_full {
  align-items: flex-end !important;
}

.quest-article__book-row {
  display: flex;
  align-items: center;
  height: 58px;
}

.quest-dots {
  display: flex;
  width: 405px;
  height: 405px;
  align-items: center;
}

.quest-dots__left {
  width: 100px;
}

.quest-dots__right {
  position: absolute;
  top: 53px;
  width: 250px;
}

.section-booking {
  margin-bottom: 145px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 576px) {
  .section-booking {
    margin-bottom: 80px;
  }
}

.section-booking .section-title {
  text-transform: none;
  position: relative;
}

.section-booking .section-title ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.section-booking .section-title ul li {
  white-space: nowrap;
  text-align: left;
  display: none;
  border: 1px solid white;
  padding: 2px 10px;
}

.section-booking .section-title ul li.active {
  display: inline-block;
  background-color: #F90DBB;
}

.section-booking .section-title ul li.active::after {
  display: inline-block;
  content: '\2304';
  transform: scale(1.5, 1);
  font-size: 18px;
  vertical-align: middle;
  margin-top: -8px;
  padding-left: 5px;
  cursor: pointer;
}

.section-booking .section-title ul.open {
  position: absolute;
  z-index: 1000;
  background-color: #0174B0;
}

.section-booking .section-title ul.open li {
  display: block;
  border-top-width: 0;
  font-weight: normal;
}

.section-booking .section-title ul.open li:first-child {
  border-top-width: 1px;
}

.section-booking .section-title ul.open li.active {
  font-weight: bold;
  background-color: #0174B0;
}

.section-booking .section-title ul.open li::after {
  display: none;
}

#book .booking-table {
  max-width: 1170px;
  color: #fff;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1360px) {
  #book .booking-table {
    max-width: 870px;
  }
}

@media only screen and (max-width: 1048px) {
  #book .booking-table {
    max-width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  #book .booking-table {
    max-width: none;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media only screen and (max-width: 480px) {
  #book .booking-table {
    font-size: 13px;
  }
}

#book .booking-table .booking-locations {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  border: 2px solid #007C8B;
  height: 5em;
  box-sizing: content-box;
  overflow: auto;
}

#book .booking-table .booking-locations li {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 1em 30px 0 30px;
  font-size: 1em;
  line-height: 1.5em;
  display: none;
  flex: 1;
  margin: 0;
  white-space: nowrap;
}

#book .booking-table .booking-locations li .location {
  text-align: center;
  margin: 0 auto;
}

#book .booking-table .booking-locations li.visible {
  display: block;
}

#book .booking-table .booking-locations li.active {
  background-color: black;
}

#book .booking-table .booking-locations li:not(.active) {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(150px);
}

#book .booking-table .booking-locations li:not(.active) .location {
  opacity: 0.64;
}

#book .booking-table .booking-locations li:first-child {
  margin-left: 0;
}

#book .booking-table .booking-locations li:last-child {
  margin-right: 0;
}

#book .booking-table .booking-locations li .address {
  white-space: break-spaces;
  font-size: 1.1em;
  font-weight: 500;
}

#book .booking-table .booking-locations li .locality {
  color: #94A1B4;
  width: max-content;
}

#book .booking-table .booking-locations li .locality .icon {
  display: inline-block;
  vertical-align: text-top;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

#book .booking-table .booking-locations li .locality .kyivmetro {
  background: url(/bundles/roommain/dist/2eefec9e544d480b0003f8938f4531bc.svg);
  width: 24px;
}

#book .booking-table .booking-locations li .locality .pin {
  background: url(/bundles/roommain/dist/fa2da4fe760071c25bfc7f43e1dead57.svg);
  width: 14px;
}

#book .booking-table .swiper-container {
  max-width: 1049px;
}

@media only screen and (max-width: 1360px) {
  #book .booking-table .swiper-container {
    max-width: 749px;
  }
}

@media only screen and (max-width: 1048px) {
  #book .booking-table .swiper-container {
    max-width: calc(100vw - 90px - 140px);
  }
}

@media only screen and (max-width: 550px) {
  #book .booking-table .swiper-container {
    max-width: calc(100vw - 121px);
  }
}

@media only screen and (max-width: 480px) {
  #book .booking-table .swiper-container {
    max-width: calc(100vw - 77px);
  }
}

#book .booking-table__inner {
  position: relative;
  background-color: #000;
}

#book .booking-table__dots {
  width: 375px;
  height: 375px;
  position: absolute;
  z-index: -1;
}

@media only screen and (max-width: 550px) {
  #book .booking-table__dots {
    display: none;
  }
}

#book .booking-table__dots_left {
  top: -333px;
  left: -274px;
}

#book .booking-table__dots_left .dot {
  background-color: #DADADA;
}

#book .booking-table__dots_right {
  top: 640px;
  right: -312px;
}

#book .booking-table__dots_right .dot {
  background-color: rgba(255, 255, 255, 0.25);
}

#book .booking-table__body {
  display: flex;
}

#book .booking-table__days {
  position: relative;
  height: 100%;
}

#book .booking-table__time-int {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 1360px) {
  #book .booking-table__time-int {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1048px) {
  #book .booking-table__time-int {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 560px) {
  #book .booking-table__time-int {
    border-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  #book .booking-table__time-int {
    font-size: 15px;
  }
}

#book .booking-table__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1048px) {
  #book .booking-table__top {
    flex-wrap: wrap;
  }
}

#book .booking-table__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: bold;
}

#book .booking-table__bottom .icon-geo {
  height: 20px;
}

#book .booking-table__bottom .icon-geo img {
  width: auto;
  height: 20px;
}

#book .booking-table__top-item {
  margin-right: 30px;
}

@media only screen and (max-width: 1360px) {
  #book .booking-table__top-item {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1048px) {
  #book .booking-table__top-item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 790px) {
  #book .booking-table__top-item {
    width: 100%;
  }
}

#book .booking-table__arr {
  width: 35px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#book .booking-table__arr_left {
  left: -80px;
  background-image: none;
}

#book .booking-table__arr_left svg {
  fill: #0235B4;
}

#book .booking-table__arr_right {
  right: -80px;
  background-image: none;
}

#book .booking-table__arr_right svg {
  fill: #fff;
}

.b-t-arr-mob {
  width: 15px;
  height: 30px;
  display: none;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.b-t-arr-mob svg {
  fill: #fff;
}

@media only screen and (max-width: 1048px) {
  .b-t-arr-mob {
    display: block;
  }
}

.b-t-arr-mob_right {
  right: 15px;
}

.b-t-arr-mob_left {
  left: 15px;
}

.booking-players {
  display: flex;
  align-items: center;
  margin-left: -12%;
  height: 68px;
}

@media only screen and (max-width: 1360px) {
  .booking-players {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1048px) {
  .booking-players {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 790px) {
  .booking-players {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .booking-players {
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 0;
    flex-direction: row;
  }
}

.booking-players__title {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}

@media only screen and (max-width: 1360px) {
  .booking-players__title {
    font-size: 16px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .booking-players__title {
    font-size: 15px;
  }
}

.booking-players__btns {
  display: flex;
}

.booking-players__btn {
  position: relative;
  width: 35px;
  height: 35px;
}

.booking-players__btn input {
  visibility: hidden;
  position: absolute;
}

.booking-players__btn input:checked + span.value {
  color: #000;
  background-color: #fff;
}

.booking-players__btn input:disabled + span.value {
  background-color: #222;
  color: #aaa;
  cursor: default;
}

.booking-players__btn label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.booking-players__btn .value {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2A2A2A;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 35px;
}

.booking-players__count_change_notification {
  position: absolute;
  color: white;
  padding: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 350px;
  top: -90px;
  background-color: black;
  border-radius: 5px;
  border: 3px double #2A2A2A;
  text-align: center;
  display: none;
}

.b-table-cell {
  background-color: #131313;
  width: 120px;
  height: 57px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .b-table-cell {
    width: 76px;
    height: 57px;
  }
}

.b-table-cell_head {
  height: 46px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .b-table-cell_head {
    height: 52px;
  }
}

@media only screen and (max-width: 480px) {
  .b-table-cell_head.b-table-cell_wide {
    font-size: 13px;
  }
}

.b-table-cell_locked {
  color: #494959;
}

@media only screen and (max-width: 480px) {
  .b-table-cell_locked {
    font-size: 14px;
  }
}

.b-table-cell_price-200,
.b-table-cell_price-220,
.b-table-cell_price-35 {
  background-color: #00978A;
}

.b-table-cell_price-210 {
  background-color: #007C8B;
}

.b-table-cell_price-250,
.b-table-cell_price-280,
.b-table-cell_price-40 {
  background-color: #007C8B;
}

.b-table-cell_price-300,
.b-table-cell_price-330,
.b-table-cell_price-50 {
  background-color: #005790;
}

.b-table-cell_price-350 {
  background-color: #0032BE;
}

.b-table-cell_wide {
  width: auto;
}

@media only screen and (max-width: 480px) {
  .b-table-cell_wide {
    width: auto;
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .b-table-cell_time {
    font-size: 14px;
  }
}

.b-table-cell__popup-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-table-cell__popup-btn:disabled {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.room-select {
  width: 360px;
  height: 0;
  position: relative;
}

@media only screen and (max-width: 790px) {
  .room-select {
    width: 100%;
  }
}

.room-select select {
  visibility: hidden;
  position: absolute;
  top: -100px;
}

.room-select.is-open {
  background-color: #242424;
}

.room-select.is-open .r-s-dropdown__selected::after {
  top: calc(50% - 6px);
  border-top-color: transparent;
  border-bottom-color: #fff;
}

@media only screen and (max-width: 480px) {
  .room-select.is-open .r-s-dropdown__selected::after {
    top: 55%;
  }
}

.r-s-dropdown__selected {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  padding-right: 70px;
}

@media only screen and (max-width: 1360px) {
  .r-s-dropdown__selected {
    font-size: 18px;
  }
}

@media only screen and (max-width: 790px) {
  .r-s-dropdown__selected {
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  }
}

@media only screen and (max-width: 480px) {
  .r-s-dropdown__selected {
    font-size: 15px;
    padding: 10px 24px 10px 13px;
  }
}

.r-s-dropdown__selected::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  border: 6px solid transparent;
  border-top-color: #fff;
}

@media only screen and (max-width: 480px) {
  .r-s-dropdown__selected::after {
    right: 15px;
  }
}

.r-s-dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #242424;
  border-top: 2px solid #131313;
  padding: 15px 60px 15px 30px;
  z-index: 1;
  max-height: 500px;
  overflow: auto;
}

@media only screen and (max-width: 1360px) {
  .r-s-dropdown__list {
    padding-right: 30px;
  }
}

.r-s-dropdown__list-item:not(:last-child) {
  margin-bottom: 20px;
}

.r-s-dropdown__list.is-hidden {
  display: none;
}

.r-s-option {
  display: flex;
  align-items: center;
  color: #8593b2;
  font-size: 16px;
  transition: 0.25s;
  text-align: left;
}

@media only screen and (max-width: 1360px) {
  .r-s-option {
    font-size: 14px;
  }
}

.no-touch .r-s-option:hover {
  color: #fff;
}

.no-touch .r-s-option:hover .r-s-option__thumb {
  border-color: #fff;
}

.r-s-option__thumb {
  display: block;
  width: 62px;
  height: 47px;
  border: 2px solid transparent;
  flex-shrink: 0;
  margin-right: 15px;
  transition: 0.25s;
}

.r-s-option__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.r-s-option__name {
  display: block;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1048px) {
  .booking-date {
    width: 100%;
    position: relative;
  }
}

.booking-slider {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

.booking-slider.is-active {
  pointer-events: auto;
  visibility: visible;
  position: relative;
}

.bt-date:not(:last-child) {
  margin-right: 5px;
}

.icon-person img {
  width: 13px;
}

.strikethrough {
  display: inline-block;
  font-style: normal;
  font-size: 0.8em;
  line-height: inherit;
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  transform: rotate(-20deg);
}

.highlight {
  font-weight: bold;
  font-style: normal;
}

#icon-certificate-price-more .fil4 {
  fill: #2B5CCB;
}

#icon-certificate-price-more .fil3 {
  fill: #5C82D7;
}

#icon-certificate-price-more .fil2 {
  fill: #8FA9E3;
}

#icon-certificate-price-more .fil1 {
  fill: #C3D1F0;
}

#icon-certificate-price-more .fil0 {
  fill: white;
}

.section-certificate {
  margin-bottom: 145px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 576px) {
  .section-certificate {
    margin-bottom: 80px;
  }
}

.section-certificate .certificate-content {
  max-width: 1170px;
  text-align: center;
  margin: 0 auto;
  padding: 75px 15px;
  background-image: linear-gradient(90deg, #124796, #033fcf);
}

@media only screen and (max-width: 1360px) {
  .section-certificate .certificate-content {
    max-width: 870px;
  }
}

@media only screen and (max-width: 1048px) {
  .section-certificate .certificate-content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .section-certificate .certificate-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-certificate .banner-wrapper {
  position: relative;
  display: inline-block;
  max-width: 660px;
  margin: 0 auto;
}

.section-certificate .banner-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.section-certificate .banner-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.section-certificate .banner-wrapper svg text {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.section-certificate .certificate-price {
  max-width: 660px;
  margin: 50px auto 0 auto;
}

@media only screen and (max-width: 768px) {
  .section-certificate .certificate-price {
    margin-top: 40px;
  }
}

.section-certificate .certificate-price-inner {
  display: flex;
  flex-flow: row-reverse;
  color: #fff;
  font-size: 20px;
  text-align: left;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 768px) {
  .section-certificate .certificate-price-inner {
    flex-flow: column;
  }
}

@media only screen and (max-width: 576px) {
  .section-certificate .certificate-price-inner {
    font-size: 16px;
  }
}

.section-certificate .certificate-price-inner > div {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  .section-certificate .certificate-price-inner > div {
    width: 100%;
  }
}

.section-certificate .certificate-price-inner > div.notice {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .section-certificate .certificate-price-inner > div.notice {
    width: 80%;
    margin: 0 auto 40px auto;
  }
}

@media only screen and (max-width: 576px) {
  .section-certificate .certificate-price-inner > div.notice {
    font-size: 13px;
  }
}

.section-certificate .certificate-price-inner .line-label {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .section-certificate .certificate-price-inner .line-label {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .section-certificate .certificate-price-inner .line-label {
    font-size: 16px;
  }
}

.section-certificate .certificate-price-inner .certificate-price-list > span {
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.section-certificate .certificate-price-inner .certificate-price-list svg.icon-certificate-person {
  width: 19px;
  height: 22px;
  fill: #fff;
  margin-bottom: -3px;
}

@media only screen and (max-width: 576px) {
  .section-certificate .certificate-price-inner .certificate-price-list svg.icon-certificate-person {
    width: 18px;
    height: 16px;
  }
}

.section-certificate .certificate-price-inner .certificate-price-list .icon-certificate-price-more {
  padding: 9px 0 10px;
  font-size: 0;
}

.section-certificate .certificate-price-inner .certificate-price-list .icon-certificate-price-more svg {
  width: 55px;
  height: 5px;
}

.section-certificate .certificate-contact {
  margin-top: 65px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .section-certificate .certificate-contact {
    margin-top: 40px;
    font-size: 16px;
  }
}

.section-discount {
  margin-bottom: 145px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 576px) {
  .section-discount {
    margin-bottom: 80px;
  }
}

.section-discount .section-title {
  margin-bottom: 20px;
  color: #000;
}

@media only screen and (max-width: 576px) {
  .section-discount .section-title {
    margin-bottom: 5px;
  }
}

.section-discount .section-subtitle {
  margin-bottom: 65px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .section-discount .section-subtitle {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

.section-discount .discount-content {
  max-width: 800px;
  padding: 70px 70px 10px 70px;
  margin: 0 auto;
  background: white;
}

@media only screen and (max-width: 576px) {
  .section-discount .discount-content {
    padding: 40px 15px;
  }
}

.section-discount .discount-list {
  margin-left: -35px;
  margin-right: -35px;
}

@media only screen and (max-width: 768px) {
  .section-discount .discount-list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
  }
}

.section-discount .discount-item {
  display: flex;
  width: 50%;
  float: left;
  padding: 0 35px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .section-discount .discount-item {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .section-discount .discount-item:last-child {
    margin-bottom: 0;
  }
}

.section-discount .discount-item .icon {
  flex: 0 0 90px;
  padding-right: 30px;
}

@media only screen and (max-width: 576px) {
  .section-discount .discount-item .icon {
    flex: 0 0 60px;
    padding-right: 20px;
  }
}

.section-discount .discount-item .icon img {
  width: 100%;
  height: auto;
}

.section-discount .discount-item .discount-desc {
  flex-grow: 1;
  line-height: 24px;
}

@media only screen and (max-width: 576px) {
  .section-discount .discount-item .discount-desc {
    font-size: 13px;
    line-height: 16px;
  }
}

.section-discount .discount-item .discount-item-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 576px) {
  .section-discount .discount-item .discount-item-title {
    font-size: 16px;
  }
}

.section-testimonials {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .section-testimonials {
    margin-bottom: 125px;
  }
}

.section-testimonials__title {
  margin-bottom: 85px;
}

@media only screen and (max-width: 480px) {
  .section-testimonials__title {
    margin-bottom: 65px;
  }
}

.testimonials-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1800px;
}

@media only screen and (max-width: 640px) {
  .testimonials-wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .testimonials-wrapper {
    margin-bottom: 0;
  }
}

.testimonials {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  overflow: visible;
}

@media only screen and (max-width: 480px) {
  .testimonials {
    margin-bottom: 0;
  }
}

.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  width: 35px;
  height: 71px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-top: 0;
  top: calc(50% - 40px);
  transform: translateY(-50%);
}

@media only screen and (max-width: 480px) {
  .testimonials .swiper-button-next,
  .testimonials .swiper-button-prev {
    width: 18px;
    height: 30px;
    top: calc(50% - 30px);
  }
}

.testimonials .swiper-button-next {
  background-image: none;
  right: calc(50% - 260px - 35px - 50px);
}

.testimonials .swiper-button-next svg {
  fill: #076783;
}

@media only screen and (max-width: 640px) {
  .testimonials .swiper-button-next svg {
    fill: #fff;
  }
}

@media only screen and (max-width: 975px) {
  .testimonials .swiper-button-next {
    right: calc(50% - 260px - 35px - 20px);
  }
}

@media only screen and (max-width: 640px) {
  .testimonials .swiper-button-next {
    right: calc(50% - 35px - 35vw);
  }
}

@media only screen and (max-width: 480px) {
  .testimonials .swiper-button-next {
    right: calc(50% - 18px - 50vw + 40px);
  }
}

.testimonials .swiper-button-prev {
  background-image: none;
  left: calc(50% - 260px - 35px - 50px);
}

.testimonials .swiper-button-prev svg {
  fill: #fff;
}

@media only screen and (max-width: 975px) {
  .testimonials .swiper-button-prev {
    left: calc(50% - 260px - 35px - 50px);
  }
}

@media only screen and (max-width: 640px) {
  .testimonials .swiper-button-prev {
    left: calc(50% - 35px - 35vw);
  }
}

@media only screen and (max-width: 480px) {
  .testimonials .swiper-button-prev {
    left: calc(50% - 18px - 50vw + 40px);
  }
}

.testimonial {
  margin-left: auto;
  margin-right: auto;
  width: 520px;
  height: 485px;
  padding: 30px 100px 30px 40px;
  color: #fff;
  font-size: 16px;
  background-image: linear-gradient(135deg, #005790, #00808D 80%);
  position: relative;
  box-sizing: border-box;
  transform: translate(0, 0);
  transition: 0.75s;
}

@media only screen and (max-width: 640px) {
  .testimonial {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial {
    padding: 20px 40px 20px 20px;
    height: 320px;
  }
}

.testimonial__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.4s;
}

.testimonial__quote {
  width: 70px;
  height: 55px;
  position: absolute;
  right: 40px;
  top: 45px;
  background-image: url(/bundles/roommain/dist/9442effcdb288c1013563b41d1e15247.svg);
  opacity: 0.25;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .testimonial__quote {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 15px;
  }
}

.testimonial__top {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .testimonial__top {
    margin-bottom: 24px;
  }
}

.testimonial__img {
  width: 80px;
  height: 80px;
  box-shadow: 0px 0px 48px 2px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
  margin-right: 30px;
}

@media only screen and (max-width: 480px) {
  .testimonial__img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}

.testimonial__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  font-family: 'object-fit: contain; object-position: top center;';
}

.testimonial__name {
  font-size: 21px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .testimonial__name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial__date {
    font-size: 14px;
  }
}

.testimonial__text {
  padding-left: 70px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial__text p:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .testimonial__text p:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial__text {
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.6;
    max-height: 205px;
    overflow: auto;
  }
}

.swiper-slide-active .testimonial__overlay {
  opacity: 0;
}

.swiper-slide-active .testimonial {
  transform: translate(0, -40px);
}

.section-choose {
  position: relative;
  z-index: 1;
}

.section-choose__title {
  font-size: 41px;
  line-height: 1.55;
  margin-bottom: 44px;
}

@media only screen and (max-width: 480px) {
  .section-choose__title {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}

.section-faq {
  margin-bottom: 140px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .section-faq {
    margin-bottom: 90px;
  }
}

.section-faq__title {
  margin-bottom: 50px;
}

.faq-acc-wrapper {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-acc-dots {
  position: absolute;
  right: -270px;
  top: -82px;
  width: 375px;
  height: 375px;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .faq-acc-dots {
    display: none;
  }
}

.faq-acc-dots .dot {
  background-color: #dadada;
}

.faq-acc {
  background-color: #fff;
  box-shadow: 0px 0px 48px 2px rgba(0, 0, 0, 0.5);
}

.faq-acc__item {
  border-bottom: 1px solid #E7E7E7;
}

.faq-acc__item.is-open .faq-acc__btn::after {
  top: 18px;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #000;
}

@media only screen and (max-width: 480px) {
  .faq-acc__item.is-open .faq-acc__btn::after {
    top: 8px;
  }
}

.faq-acc__btn {
  display: block;
  position: relative;
  padding: 16px 45px 19px 20px;
  font-size: 19px;
  font-weight: bold;
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .faq-acc__btn {
    padding: 10px;
    font-size: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    line-height: 1.1;
  }
}

.faq-acc__btn::after {
  content: '';
  position: absolute;
  top: 21px;
  right: 25px;
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

@media only screen and (max-width: 480px) {
  .faq-acc__btn::after {
    right: 10px;
    top: 13px;
  }
}

.faq-acc__desc {
  padding-left: 20px;
  padding-right: 60px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .faq-acc__desc {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 1.1;
    padding-bottom: 18px;
  }
}

.faq-acc.is-hidden {
  display: none;
}

.faq-acc a {
  text-decoration: underline;
}

.contacts-block {
  position: relative;
  z-index: 1;
  width: 930px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .contacts-block {
    width: 525px;
  }
}

@media only screen and (max-width: 600px) {
  .contacts-block {
    width: 100%;
  }
}

.contacts-block__bottom {
  padding-top: 65px;
  padding-bottom: 65px;
}

@media only screen and (max-width: 480px) {
  .contacts-block__bottom {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.contacts-block__dots {
  width: 375px;
  height: 375px;
  position: absolute;
  top: 60px;
  left: -240px;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .contacts-block__dots {
    display: none;
  }
}

.contacts-block__dots .dot {
  background-color: rgba(255, 255, 255, 0.25);
}

.contact-form {
  background-color: #000;
  color: #fff;
  padding: 30px 20px;
  box-shadow: 0px 0px 48px 2px rgba(0, 0, 0, 0.5);
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .contact-form {
    flex-direction: column;
    width: 100%;
    padding: 65px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-form {
    padding: 25px 13px;
  }
}

.contact-form__form {
  padding-top: 7px;
}

@media only screen and (max-width: 480px) {
  .contact-form__form {
    padding-top: 0;
  }
}

.contact-form__left {
  width: 395px;
  padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
  .contact-form__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-form__left {
    padding-right: 20px;
    margin-bottom: 64px;
  }
}

.contact-form__right {
  width: calc(100% - 395px);
}

@media only screen and (max-width: 1024px) {
  .contact-form__right {
    width: 100%;
  }
}

.contact-form__title {
  font-size: 41px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  .contact-form__title {
    font-size: 24px;
  }
}

.contact-form__desc {
  color: #9E9E9E;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .contact-form__desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.contact-form__socials {
  display: flex;
}

.contact-form__socials-item {
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  border-radius: 3px;
  position: relative;
}

.contact-form__socials-item:not(:last-child) {
  margin-right: 15px;
}

.contact-form__socials-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.contacts-list {
  display: flex;
  justify-content: center;
}

.contacts-list__icon {
  width: 37px;
  display: block;
  margin-right: 10px;
}

@media only screen and (max-width: 480px) {
  .contacts-list__icon {
    width: 24px;
  }
}

.contacts-list__icon img {
  width: 100%;
}

.contacts-list__item:not(:last-child) {
  margin-right: 50px;
}

@media only screen and (max-width: 480px) {
  .contacts-list__item:not(:last-child) {
    margin-right: 15px;
  }
}

.contacts-list__text {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .contacts-list__text {
    font-size: 13px;
  }
}

.contacts-list__link {
  display: flex;
  align-items: center;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  background-color: #000;
}

.popup.is-hidden {
  display: none;
}

.popup__content {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.popup__content .swiper-container {
  height: calc(100% - 140px);
}

.popup__content_gallery {
  padding-left: 10%;
  padding-right: 10%;
}

.popup__content iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 11;
}

.popup__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  z-index: 1;
}

.popup__close-btn::before,
.popup__close-btn::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #969595;
  transition: 0.4s;
}

.popup__close-btn::before {
  transform: rotate(-45deg);
}

.popup__close-btn::after {
  transform: rotate(45deg);
}

.no-touch .popup__close-btn:hover::before,
.no-touch .popup__close-btn:hover::after {
  background-color: #fff;
}

.js-quest-gallery {
  background: linear-gradient(180deg, #000000 0%, #0E0223 100%);
}

.quest-gallery {
  margin-left: auto;
  margin-right: auto;
}

.quest-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quest-gallery-thumbs {
  padding-top: 31px;
}

.quest-gallery-thumbs .swiper-wrapper {
  text-align: center;
  white-space: nowrap;
  width: max-content;
  height: max-content;
  margin: 0 auto;
}

.quest-gallery-thumbs .swiper-slide {
  height: 109px;
  width: 194px;
  display: inline-block;
  position: relative;
  margin-left: 24px;
}

.quest-gallery-thumbs .swiper-slide:first-child {
  margin-left: 0;
}

.quest-gallery-thumbs .swiper-slide-thumb-active {
  outline: #0062AA 2px solid;
  outline-offset: -2px;
}

.quest-gallery-thumbs .swiper-slide .play {
  width: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  opacity: 0.8;
}

.quest-gallery-arr {
  width: 35px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 480px) {
  .quest-gallery-arr {
    width: 20px;
  }
}

.quest-gallery-arr svg {
  fill: #fff;
  transition: 0.25s;
}

.no-touch .quest-gallery-arr:hover svg {
  fill: #0235B4;
}

.quest-gallery-arr_left {
  left: calc(7% - 35px);
  background-image: none;
}

@media only screen and (max-width: 480px) {
  .quest-gallery-arr_left {
    left: calc(7% - 20px);
  }
}

.quest-gallery-arr_right {
  right: calc(7% - 35px);
  background-image: none;
}

@media only screen and (max-width: 480px) {
  .quest-gallery-arr_right {
    right: calc(7% - 20px);
  }
}

.booking-popup {
  position: fixed;
  padding-top: 35px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-image: linear-gradient(45deg, rgba(0, 74, 185, 0.25), rgba(0, 173, 162, 0.25) 50%);
  overflow: auto;
}

@media only screen and (max-width: 480px) {
  .booking-popup {
    background-image: none;
    background-color: #000;
  }
}

.booking-popup.is-hidden {
  display: none;
}

.booking-popup__inner {
  display: table;
  padding-top: 35px;
  padding-bottom: 35px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  .booking-popup__inner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.booking-popup__content-wrapper {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .booking-popup__content-wrapper {
    vertical-align: top;
  }
}

@media only screen and (max-width: 480px) {
  .booking-popup__content-wrapper_mod {
    vertical-align: middle;
  }
}

.booking-popup__content {
  max-width: 830px;
  width: 100vw;
  border-radius: 5px;
  position: relative;
  margin-right: 35px;
  margin-left: 35px;
}

@media only screen and (max-width: 930px) {
  .booking-popup__content {
    max-width: calc(100vw - 70px);
  }
}

@media only screen and (max-width: 480px) {
  .booking-popup__content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: none;
  }
}

.booking-popup__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 23px;
  height: 23px;
}

@media only screen and (max-width: 480px) {
  .booking-popup__close-btn {
    top: 15px;
    right: 13px;
  }
}

.booking-popup__close-btn::before,
.booking-popup__close-btn::after {
  content: '';
  position: absolute;
  background-color: #818181;
  top: 10px;
  right: 0;
  transition: 0.25s;
  height: 2px;
  width: 25px;
}

.no-touch .booking-popup__close-btn:hover::before,
.no-touch .booking-popup__close-btn:hover::after {
  background-color: #fff;
}

.booking-popup__close-btn::before {
  transform: rotate(-45deg);
}

.booking-popup__close-btn::after {
  transform: rotate(45deg);
}

.booking-form {
  background-color: #000;
  color: #fff;
  position: relative;
}

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

.booking-form__heading {
  display: none;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .booking-form__heading {
    display: block;
  }
}

.booking-form__top {
  padding: 50px 30px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 480px) {
  .booking-form__top {
    padding: 12px 15px 11px;
  }
}

.booking-form__bottom {
  padding: 30px 30px 50px;
}

@media only screen and (max-width: 480px) {
  .booking-form__bottom {
    padding: 17px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .booking-form__bottom_no-top {
    padding-top: 50px;
  }
}

.booking-form__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 600px) {
  .booking-form__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .booking-form__title {
    font-size: 14px;
    text-align: left;
    margin-bottom: 14px;
  }
}

.booking-form__form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.booking-form__form [type=submit] {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  .booking-form__form [type=submit] {
    margin-top: 15px;
  }
}

.booking-form__info {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.booking-form__info-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .booking-form__info-row {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 480px) {
  .booking-form__info-row {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .booking-form__info-row_2 {
    flex-wrap: wrap;
  }
}

.booking-form__info-item {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .booking-form__info-item {
    width: 100%;
  }
}

.booking-form__info-item:not(:first-child) {
  margin-left: 30px;
}

@media only screen and (max-width: 600px) {
  .booking-form__info-item:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .booking-form__info-item:not(:first-child) {
    margin-top: 10px;
  }
}

.booking-form__info-text {
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .booking-form__info-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .booking-form__info-text {
    font-size: 13px;
  }
}

.booking-form__info-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

@media only screen and (max-width: 480px) {
  .booking-form__info-icon {
    width: 20px;
    height: 20px;
  }
}

.booking-form__info-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.booking-popup-success .booking-form__info {
  font-size: 1.9rem;
}

.booking-popup-success .booking-form__info-item {
  justify-content: center;
}

.js-form-quest-month {
  text-transform: capitalize;
}

.auth-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-list__item:not(:last-child) {
  margin-right: 20px;
}

.auth-list__link svg {
  fill: #fff;
}

.form-user {
  width: 100%;
  text-align: center;
}

.form-user__photo {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.form-user__photo img {
  width: 100%;
}

.form-user__name {
  margin-bottom: 5px;
  display: inline-block;
}

.form-user__exit {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-user__exit svg {
  fill: #fff;
}

.button-has-loader {
  position: relative;
}

.button-has-loader.error {
  background: red;
  color: white;
}

.button-has-loader.loading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background: url(/bundles/roommain/dist/5e7916e96a6accfcb4abd0bed6ca6c72.gif) no-repeat center center;
  background-size: contain;
}

.button-has-loader.loading > span {
  opacity: 0;
}

.menu-highlighter .item-highlight.active {
  background: #1a629e;
}

.menu-highlighter .item-highlighter {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 40px;
  background: #1a629e;
  z-index: -1;
}

.header.is-fixed .menu-highlighter .item-highlight.active {
  background: rgba(255, 255, 255, 0.2);
}

.header.is-fixed .menu-highlighter .item-highlighter {
  background: rgba(255, 255, 255, 0.2);
}

.light-icon {
  font-size: 16px;
  position: fixed;
  bottom: 40px;
  left: 40px;
  background-color: #144AAE;
  font-weight: 100;
  padding: 10px;
  border-radius: 40px;
  z-index: 10000;
  display: flex;
  height: 60px;
  align-items: center;
  color: #FEC905;
  cursor: pointer;
  box-sizing: border-box;
}

.light-icon img {
  width: 40px;
  margin-left: 6px;
}

.light-block {
  color: white;
  position: fixed;
  bottom: 40px;
  left: 40px;
  border: 1px solid #FDA527;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 20px;
  z-index: 10001;
  display: flex;
  padding: 20px;
  flex-direction: column;
  width: 420px;
  box-sizing: border-box;
  cursor: pointer;
}

.light-block p:first-child {
  padding-bottom: 5px;
}

.light-block p:last-child {
  padding-top: 5px;
}

.light-block img {
  width: 30px;
  vertical-align: middle;
}

@media all and (max-width: 585px) {
  .light-icon {
    bottom: 15px;
    left: 15px;
    font-size: 13px;
  }

  .light-block {
    width: calc(100% - 30px);
    bottom: 15px;
    left: 15px;
  }
}

.booking-locations .location {
  display: flex;
}

.booking-locations .location .light {
  padding-left: 6px;
  height: 100%;
  width: 48px;
}

.booking-locations .location .light img {
  height: 100%;
}


/*# sourceMappingURL=vr_style.css.map?6222438fc8d39c119955280d1f7e860f*/