@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;

0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);@charset "UTF-8";

.slick-loading .slick-list {
  background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475) format("embedded-opentype"), url(/fonts/vendor/slick-carousel/slick/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(/fonts/vendor/slick-carousel/slick/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(/fonts/vendor/slick-carousel/slick/slick.svg?f97e3bbf73254b0112091d0192f17aec) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: black;
  background-image: url("/uploads/background.png");
  background-size: cover;
  font-family: "Open Sans", sans-serif;
}

::-webkit-scrollbar {
  width: 0px;
}

h1,
h2,
h3,
ul,
p {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

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

.container {
  max-width: 1140px;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.advantages__heading,
.quests__heading,
.map__heading,
.bron-table__heading {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 48px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 64px;
  text-align: center;
}

/*========== COMPONENTS ==========*/

.button {
  text-align: center;
  display: inline-block;
  background: linear-gradient(180deg, #FBE404 -88.02%, #FFEF50 -16%, #FBE404 100%);
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  padding: 7px 5px;
  cursor: pointer;
}

.button:hover {
  background: #ffe800;
  text-shadow: none;
}

.button:active {
  background: #e2cb00;
}

/*========== HEADER ==========*/

#header {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

#nav-menu > .nav__item .nav__title {
  position: relative;
}

#nav-menu > .nav__item .nav__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  height: 2px;
  width: 0;
  background: #FBE404;
  transform: translateX(-50%);
  transition: 0.4s;
}

#nav-menu > .nav__item:hover .nav__title:after {
  width: 75%;
}

.nav {
  height: 5rem;
}

.nav__menu {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-content: center;
}

.nav__menu .show-list {
  top: 5rem;
}

.nav__list {
  padding: 0;
  margin: 0;
  height: 100%;
  list-style: none;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
}

.nav__submenu {
  background: #000000;
  border: 1px solid rgba(196, 196, 196, 0.08);
  box-sizing: border-box;
}

.nav__submenu .nav__item {
  position: relative;
}

.nav__submenu .nav__item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #FBE404;
  transform: translateX(-50%);
  transition: 0.4s;
}

.nav__submenu .nav__item:hover:after {
  width: 75%;
}

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

.nav__logo {
  display: flex;
  align-items: center;
  margin-right: 150px;
}

.nav__submenu.third-level {
  display: none;
  position: absolute;
}

.nav__submenu.second-level {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  opacity: 0;
  top: -600%;
  transition: 0.4s;
  left: 0;
}

.nav__submenu.second-level .nav__item {
  margin-left: 10px;
  margin-right: 10px;
}

.nav__item {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.nav__item.parent:after {
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: -15px;
  width: 10px;
  height: 10px;
  background-image: url("/uploads/menu-drop.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.nav__item.parent:hover .nav__submenu.second-level {
  display: block;
  top: 100%;
  opacity: 1;
}

.nav__item.parent:hover:after {
  transform: translateY(-50%) rotate(180deg);
}

.nav__link,
.nav__title {
  color: #FBE404;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

/*========== SLIDERS ==========*/

.arrow-prev,
.arrow-next {
  width: 30px;
  height: 52px;
  background-color: transparent;
  background-size: cover;
  border: none;
  cursor: pointer;
}

.arrow-prev {
  background-image: url("/uploads/ArrowLeft.svg");
}

.arrow-next {
  background-image: url("/uploads/ArrowRight.svg");
}

/*========== MAIN ==========*/

.main-slider {
  position: relative;
}

.main-slider__background {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.main-slider__info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: 1fr 500px 1fr;
  align-items: center;
  grid-column-gap: 20px;
}

.main-slider__title {
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #FFFFFF;
  margin-bottom: 26px;
}

.main-slider__title span {
  font-weight: 700;
  font-size: 50px;
  line-height: 68px;
  text-transform: uppercase;
}

.main-slider__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 26px;
}

.main-slider__prev,
.main-slider__next {
  justify-self: center;
}

.main-slider__prev {
  left: -50px;
}

.main-slider__next {
  right: -50px;
}

.main-slider__button {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 14px 10px;
}

/*========== ROOM ==========*/

.room-slider {
  position: relative;
}

.room-slider .slick-list {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.room-slider__prev,
.room-slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.room-slider__next {
  right: 0;
}

.room-slider__prev {
  left: 0;
}

/*========== ADVANTAGES ==========*/

.advantages {
  margin-top: 130px;
  margin-bottom: 130px;
}

.advantages__content {
  justify-content: space-evenly;
}

.advantages__item {
  padding: 35px 30px;
  background: rgba(196, 196, 196, 0.08);
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 250px;
  height: 250px;
  margin-bottom: 16px;
}

.advantages__icon {
  max-width: 90px;
  max-height: 90px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
}

.advantages__text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
}

.advantages__video {
  padding-top: 75px;
  width: 100%;
}

/*========== QUEST ==========*/

.quests__content {
  justify-content: space-evenly;
}

.quests__item {
  display: flex;
  max-width: 440px;
  max-height: 345px;
  margin: 20px;
  width: 440px;
  height: 340px;
}

.quests__item:hover .quests__img:before {
  transition: 0.7s;
  background: transparent;
}

.quests__left {
  background-color: #000000;
  width: 50%;
  padding: 30px 18px;
  display: flex;
  align-items: center;
}

.quests__right {
  position: relative;
  width: 50%;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.quests__title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.quests__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.quests__img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.quests__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.quests__img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(102, 96, 96, 0.47);
}

.quests__rating-title,
.quests__complexity-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FBE404;
}

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

.quests__rating-stars img {
  max-width: 15px;
  max-height: 15px;
}

.quests__complexity-scale {
  position: relative;
  width: 92px;
  height: 15px;
  margin: 0 auto;
}

.quests__complexity-scale:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 15px;
  background: linear-gradient(180deg, rgba(251, 228, 4, 0.23) 100%, rgba(251, 228, 4, 0) 137.88%);
  border: 1px solid #FBE404;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.quests__complexity-grade {
  background: #FBE404;
  border: 1px solid #FBE404;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.quests__button {
  width: 110px;
  margin-top: 27px;
  margin-bottom: 35px;
  padding: 7px 5px;
}

/*========== MAP ==========*/

.map {
  background-image: url(/uploads/map.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.map__contacts {
  height: 470px;
  max-width: 445px;
  background: rgba(102, 96, 96, 0.47);
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.map__link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FBE404;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
}

.map__link.mail {
  margin-top: 20px;
}

.map__icon {
  text-align: center;
  margin-top: 35px;
}

.map__icon img {
  margin: 0 5px;
}

.map__address {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-content: flex-end;
}

.map__address p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #FBE404;
}

/*========== FOOTER ==========*/

.footer .container {
  padding-top: 70px;
  padding-bottom: 40px;
  justify-content: space-between;
}

.footer__link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FBE404;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

.footer__nav li {
  margin-bottom: 10px;
}

/*========== ROOM ==========*/

/*========== Info ==========*/

.room {
  background-color: rgba(229, 229, 229, 0.11);
}

.room .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 87px 0;
}

.room__left {
  width: calc(70% - 100px);
  margin-right: 100px;
}

.room__right {
  width: 250px;
}

.room__title {
  width: 100%;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #FFFFFF;
  margin-bottom: 26px;
}

.room__title span {
  font-weight: 700;
  font-size: 50px;
  line-height: 68px;
  text-transform: uppercase;
}

.room__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 60px;
  text-align: justify;
}

.room__button {
  font-size: 18px;
  line-height: 25px;
}

.room__complexity-scale {
  position: relative;
  width: 92px;
  height: 15px;
  margin: 0 auto;
}

.room__complexity-scale:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 15px;
  background: linear-gradient(180deg, rgba(251, 228, 4, 0.23) 100%, rgba(251, 228, 4, 0) 137.88%);
  border: 1px solid #FBE404;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.room__complexity-grade {
  background: #FBE404;
  border: 1px solid #FBE404;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.room__data {
  display: flex;
  margin-bottom: 26px;
}

.room__data-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FBE404;
  margin-bottom: 10px;
}

.room__data > div {
  margin-right: 90px;
}

.room__gamers-count {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #FBE404;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.room__item {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.room__item .room__icon {
  height: 19px;
  width: 19px;
  margin-right: 10px;
  min-width: 19px;
  min-height: 19px;
}

.room__link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*========== Form ==========*/

.bron-room {
  background-position: right;
  background-size: cover;
  background-blend-mode: luminosity;
  background-color: black;
}

.bron-room:hover {
  background-blend-mode: normal;
}

.bron-room .container {
  padding: 87px 0;
}

.bron-room__title {
  width: 100%;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.bron-room__title span {
  font-weight: 700;
  font-size: 50px;
  line-height: 68px;
  text-transform: uppercase;
}

.bron-room__time {
  font-size: 20px;
  line-height: 27px;
  color: #FBE404;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.bron-form__row {
  display: flex;
}

.bron-form__row_last {
  margin-bottom: 60px;
}

.bron-form__group {
  margin-top: 30px;
}

.bron-form__group + .bron-form__group {
  margin-left: 50px;
}

.bron-form__label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.bron-form__input {
  padding: 18px;
  background: rgba(253, 250, 250, 0.16);
  border-radius: 2px;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  width: 300px;
}

.bron-form__input.comment {
  width: 500px;
}

.bron-form__button {
  font-size: 18px;
  line-height: 25px;
  border: none;
}

/*========== Bron table ==========*/

.bron-table .container {
  margin-top: 100px;
  margin-bottom: 120px;
}

.bron-table__oneday {
  display: inline-block;
  padding: 22px 19px;
  background: rgba(32, 31, 31, 0.36);
  border: 1px solid rgba(102, 96, 96, 0.47);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bron-table__oneday:hover {
  background: rgba(64, 62, 62, 0.37);
}

.bron-table .slick-current {
  background: rgba(64, 62, 62, 0.37);
}

.bron-table__price {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.bron-table__price-item {
  display: flex;
  align-items: center;
}

.bron-table__price-item:not(:first-child) {
  margin-left: 70px;
}

.bron-table__price-item:first-child p {
  color: #D49433;
}

.bron-table__price-item:last-child p {
  color: #F50093;
}

.bron-table__price-cost {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #FF5C38;
}

.bron-table__price-img {
  margin-right: 5px;
}

.bron-table__schedule {
  display: grid;
  grid-template-columns: 30px auto 30px;
  align-items: center;
  grid-column-gap: 20px;
}

.bron-table__day,
.bron-table__month {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FBE404;
  margin-bottom: 5px;
}

.bron-table__week {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  color: #FFFFFF;
}

.bron-table__list {
  color: white;
}

.bron-table__list li {
  text-align: center;
  padding: 8px;
  background: linear-gradient(180deg, #554D4D 0%, rgba(85, 77, 77, 0) 100%);
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 16px;
  max-width: 95px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}

.bron-table__list li:first-child {
  margin-top: 22px;
}

.bron-table__list li:active {
  background: #FF0707 !important;
}

.bron-table__list .price-first {
  background: #BD832D;
}

.bron-table__list .price-first:hover {
  background: linear-gradient(182.86deg, #FFD18B 19.16%, #BD832D 97.62%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bron-table__list .price-second {
  background: #FF5C38;
}

.bron-table__list .price-second:hover {
  background: linear-gradient(180deg, #FFA996 0%, #FF5C38 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bron-table__list .price-third {
  background: #F50093;
}

.bron-table__list .price-third:hover {
  background: linear-gradient(180deg, #FF95D5 0%, #F50093 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bron-table__list .close {
  background: linear-gradient(180deg, #554D4D 0%, rgba(85, 77, 77, 0) 100%) !important;
  cursor: no-drop;
}

@media screen and (min-width: 993px) {
  .nav__toggle {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .nav__logo {
    margin-right: 0;
  }

  .nav__list {
    position: absolute;
    top: -300%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.5rem 0 1rem;
    text-align: center;
    transition: 0.4s;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    z-index: 100;
    display: block;
  }

  .nav__item {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }

  .nav__submenu.second-level {
    position: relative;
    display: none;
    background: none;
    border: none;
  }

  .main-slider.container {
    width: 100%;
  }

  .main-slider__title,
  .main-slider__button {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .main-slider__info {
    top: unset;
    bottom: 0;
    transform: none;
    display: block;
    max-width: 100%;
  }

  .main-slider__data {
    display: flex !important;
    flex-direction: column;
  }

  .main-slider__title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
    order: 1;
  }

  .main-slider__title span {
    font-size: 24px;
    line-height: 32px;
  }

  .main-slider__description {
    font-size: 18px;
    line-height: 25px;
    order: 3;
    background: rgba(102, 96, 96, 0.47);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 35px;
    padding-bottom: 50px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .main-slider__button {
    max-width: 150px;
    font-size: 14px;
    line-height: 19px;
    order: 2;
    margin-bottom: 20px;
  }

  .main-slider__image {
    height: 600px;
    -o-object-position: right;
       object-position: right;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .room__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .room__right {
    margin: 0 auto;
  }

  .bron-form__row {
    flex-direction: column;
  }

  .bron-form__group + .bron-form__group {
    margin-left: 0;
  }

  .bron-form__input,
  .bron-form__input.comment {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .advantages__heading,
  .quests__heading,
  .map__heading,
  .bron-table__heading {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .advantages {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .advantages__item {
    width: 170px;
    height: 170px;
    padding: 22px 10px;
  }

  .advantages__content {
    justify-content: space-evenly;
    align-items: center;
  }

  .advantages__text {
    font-size: 14px;
    line-height: 19px;
  }

  .advantages__icon {
    margin-bottom: 15px;
  }

  .advantages__icon img {
    width: 60px;
  }

  .advantages__video {
    margin: 0 auto;
    max-width: 440px;
  }

  .advantages__video iframe {
    height: 385px;
  }

  .quests__item {
    flex-direction: column;
    height: auto;
    max-height: unset;
  }

  .quests__left,
  .quests__right {
    width: 100%;
  }

  .map .container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .map__contacts,
  .map__address {
    width: 100%;
    max-width: unset;
    padding: 20px 0;
    height: auto;
  }

  .map__address {
    align-content: center;
  }

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

  .map__link {
    font-size: 16px;
    line-height: 20px;
  }

  .map__logo {
    text-align: center;
  }

  .footer * {
    text-align: center;
  }

  .footer .container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__logo {
    margin-top: 25px;
  }

  .room__data {
    justify-content: space-between;
  }

  .room__data > div {
    margin-right: 0;
  }

  .room__left {
    margin-bottom: 15px;
  }

  .room__description {
    margin-bottom: 25px;
  }

  .bron-table__price {
    justify-content: space-evenly;
  }

  .bron-table__price-item {
    flex-direction: column;
  }

  .bron-table__price-item:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .nav__img {
    width: 90px;
  }

  .nav__toggle {
    width: 30px;
  }

  .advantages {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .advantages__video {
    padding-top: 25px;
  }

  .advantages__video iframe {
    height: 235px;
  }

  .quests__title {
    font-size: 18px;
    line-height: 22px;
  }

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

  .room .container {
    padding-top: 6rem;
    padding-bottom: 25px;
  }

  .room__title {
    font-size: 14px;
    line-height: 19px;
  }

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

  .room__description p {
    font-size: 16px;
    line-height: 22px;
  }

  .room__data-title {
    font-size: 12px;
    line-height: 16px;
  }

  .room__button {
    font-size: 14px;
    line-height: 19px;
  }

  .room__complexity-scale {
    width: 55px;
    height: 8px;
  }

  .room__complexity-scale:after {
    width: 100%;
    height: 100%;
  }

  .room__icon {
    display: flex;
    height: 9px;
  }

  .room__icon img {
    width: 19px;
    height: 19px;
  }

  .room__icon img:not(last-child) {
    margin-right: 3px;
  }

  .room__gamers-count {
    font-size: 10px;
    line-height: 14px;
  }

  .bron-room__title {
    font-size: 14px;
    line-height: 19px;
  }

  .bron-room__title span {
    font-size: 18px;
    line-height: 24px;
  }

  .bron-table__price-img {
    width: 21px;
  }

  .bron-table__price-cost {
    font-size: 12px;
    line-height: 16px;
  }

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

  .bron-table__oneday {
    padding: 10px 5px;
  }

  .bron-table__week {
    font-size: 12px;
    line-height: 16px;
  }
}

