html,
body {
  height: 100%;
  background-color: #2d2d2d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer {
  background: #1B1918;
  color: #e6e6e6;
  min-height: 130px;
  border-top: 1px solid #5d5d5d;
  padding-top: 20px;
}
footer .footer-content {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
@media (max-width: 700px) {
  footer .footer-content {
    flex-direction: column;
  }
  footer .footer-content .footer-links {
    text-align: center;
  }
}
footer .socials a {
  margin-left: 15px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

nav .navbar-brand img {
  height: 20px;
}
nav.navbar-dark {
  border-radius: 0;
  box-shadow: #000 0 0 30px !important;
  background-color: #1B1918 !important;
  border: 1px solid transparent;
}
nav .nav-phone a {
  font-size: 20px;
  line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  color: #fff;
}

.quest-catalog {
  margin-top: -20px;
}
.quest-catalog .intro {
  padding-bottom: 45px;
  background-size: cover;
  background-position: center center;
  text-align: left;
  padding-bottom: 40px;
  color: #fff;
  margin-bottom: 55px;
}
@media (min-width: 1024px) {
  .quest-catalog .intro {
    padding-top: 260px;
  }
}
@media (min-width: 700px) {
  .quest-catalog .intro {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 0%, 0)), color-stop(80%, hsla(0, 0%, 0%, 0.5))), url(/img/main_xlarge.jpg);
    background-image: linear-gradient(hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.5) 80%), url("/img/main_xlarge.jpg");
  }
}
@media (max-width: 699px) {
  .quest-catalog .intro {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 0%, 0.4)), color-stop(80%, hsla(0, 0%, 0%, 0.6))), url(/img/main_large.jpg);
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.4) 0%, hsla(0, 0%, 0%, 0.6) 80%), url(/img/main_large.jpg);
  }
}
.quest-catalog .intro h1 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 15px;
}
.quest-catalog .intro .game-type {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: 0px;
  margin-top: 2px;
}
.quest-catalog .intro p {
  font-size: 20px;
  font-weight: 200;
}

.quest-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.quest-list .quest-box-desc {
  position: relative;
  padding: 10px 20px 15px;
  overflow: hidden;
}
.quest-list .overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s;
}
.quest-list .game-type {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 6px;
  margin-top: 2px;
}
.quest-list .place {
  color: #697580;
  font-size: 12px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.quest-list .place p {
  margin-top: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quest-list .inner {
  top: 55% !important;
  padding: 0 15px 0 20px;
  font-size: 13px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  color: #d9d9d9;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin-top: -30px;
  z-index: 100;
}
.quest-list .quest-box {
  border-radius: 5px;
  max-width: unset;
  margin-top: 0;
  margin-bottom: 0;
  background: #222;
}
.quest-list .quest-box .item-hover {
  color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.2s;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
@media (max-width: 699px) {
  .quest-list .quest-box .item-hover {
    position: relative;
    width: 100%;
    filter: alpha(opacity=1);
    opacity: 1;
  }
  .quest-list .quest-box .item-hover .inner {
    position: relative;
    margin-top: 10px;
  }
}
.quest-list .quest-box .item-hover .overlay {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.quest-list .quest-box:hover .item-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.quest-list .illustration {
  width: 100%;
}
.quest-list .title a {
  color: #fff;
}
.quest-list .qt-icon {
  font-size: 0;
  height: 13px;
  margin-right: 5px;
  vertical-align: top;
}
.quest-list .booking-btn {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.quest-list.columns-3 li {
  margin-top: 7.5px;
  margin-bottom: 22.5px;
  max-width: none;
  flex-basis: auto;
}
.quest-list.columns-3 li figure {
  width: 100%;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
@media (min-width: 531px) {
  .quest-list {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .quest-list.columns-3 li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 901px) {
  .quest-list.columns-3 li {
    width: 33.3%;
  }
}
@media (min-width: 531px) and (max-width: 900px) {
  .quest-list.columns-3 li {
    width: 50%;
  }
}

.quest-show {
  margin-top: -20px;
}
.quest-show section.intro {
  padding-bottom: 45px;
  background-size: cover;
  background-position: center center;
  text-align: right;
}
@media (min-width: 1024px) {
  .quest-show section.intro {
    padding-top: 360px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .quest-show section.intro {
    padding-top: 100px;
  }
}
.quest-show section.intro h1 {
  font-weight: 600;
  font-size: 50px;
}
.quest-show section.intro h1 span {
  display: block;
  font-size: 20px;
  font-weight: 200;
}
.quest-show section.intro .qt-icon {
  font-size: 0;
  height: 32px;
  margin-right: 5px;
  vertical-align: top;
}
.quest-show section.intro .params-ul {
  background-color: unset;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-collapse: separate;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .quest-show section.intro .params-ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 699px) {
  .quest-show section.intro .params-ul {
    display: inline-block;
  }
}
@media (min-width: 700px) {
  .quest-show section.intro .params-ul .cell {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.15);
    border-width: 0px 0 0 1px;
  }
  .quest-show section.intro .params-ul .cell:last-child {
    border-width: 0px 0 0 0px;
  }
}
@media (max-width: 699px) {
  .quest-show section.intro .params-ul .cell {
    padding: 8px 14px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.15);
    border-width: 1px 1px 0px 0px;
  }
  .quest-show section.intro .params-ul .cell:first-child {
    border-width: 0px 1px 0px 0px;
  }
}
@media (min-width: 700px) {
  .quest-show section.intro .params-ul .th {
    display: block;
    padding-top: 10px;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .quest-show section.intro .params-ul .th {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .quest-show section.intro .params-ul .th {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 700px) {
  .quest-show section.intro .params-ul .td {
    display: block;
    padding-bottom: 15px;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .quest-show section.intro .params-ul .td {
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .quest-show section.intro .params-ul .td {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
  }
}
@media (max-width: 699px) {
  .quest-show section.intro .params-ul .td {
    padding-left: 8px;
    font-weight: 700;
  }
}
.quest-show section.intro .params-ul .td .in-words {
  font-size: 15px;
}
.quest-show section.intro .params-ul .scary img {
  margin-left: 1px;
  margin-right: 1px;
}
@media (min-width: 900px) {
  .quest-show section.intro .params-ul .scary img {
    height: 23px;
  }
}
@media (max-width: 899px) {
  .quest-show section.intro .params-ul .scary img {
    height: 15px;
  }
}
.quest-show section.intro .params-ul sup {
  font-size: 13px;
  color: #1980b8;
}
@media (min-width: 900px) {
  .quest-show section.intro .params-ul sup {
    top: -1em;
  }
}
.quest-show section.intro .params-ul .fa-rub {
  font-size: 92%;
}
.quest-show section.intro .actions {
  margin-top: 20px;
}
.quest-show section.description {
  background-image: linear-gradient(#1f1f1f, #2e2e2e);
  padding-top: 55px;
  -webkit-font-smoothing: antialiased;
  color: #a4a6a8;
  color: #a4a6a8;
  line-height: 1.5;
  font-size: 16px;
}
.quest-show section.description iframe {
  max-width: 100%;
}
.quest-show section.description #booking iframe {
  color: #fff;
}
.quest-show section.description .quest-photos {
  text-align: center;
}
.quest-show section.description .quest-photos a img {
  max-width: 100%;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #555555;
  margin-top: 10px;
  margin-right: 10px;
}
.quest-show section.description .quest-photos a:first-child {
  display: block;
}
.quest-show ul.review-list {
  list-style-type: none;
  padding-left: 0;
  color: #333;
  font-size: 13px;
}
@media (min-width: 750px) {
  .quest-show ul.review-list {
    orphans: 1;
    widows: 1;
    width: auto;
  }
}
@media (min-width: 750px) and (max-width: 991px) {
  .quest-show ul.review-list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 14px;
    column-gap: 14px;
  }
}
@media (min-width: 992px) {
  .quest-show ul.review-list {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}
.quest-show ul.review-list > * {
  display: inline-block;
  margin: 0;
  min-width: 0;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.quest-show ul.review-list li.review {
  background: #dedede;
  border-radius: 6px;
  max-width: 550px;
  padding: 16px 20px;
  position: relative;
  margin: 10px 0;
}
.quest-show ul.review-list li.review .comment-avatar {
  max-width: 50px;
  max-height: 50px;
  border-radius: 25px;
}
.quest-show ul.review-list li.review .comment-name {
  font-weight: 600;
}
.quest-show ul.review-list li.review .comment-date {
  font-size: 0.7em;
  font-style: italic;
}

.quest_params {
  -webkit-font-smoothing: antialiased;
  color: #e6e6e6;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px;
}
.quest_params.features {
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: right;
  margin-bottom: 0;
}
.quest_params .quest-time {
  display: block;
  font-size: 14.7px;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.prepayment {
  color: #fff !important;
}
.prepayment td, .prepayment th {
  color: #fff !important;
}

.my-city-wrapper {
  background: #fef9f6;
  padding: 26px 20px;
  box-sizing: border-box;
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 10;
}
@media (max-width: 767px) {
  .my-city-wrapper {
    width: calc(100% - 24px);
    left: 12px;
    bottom: 20px;
  }
}
.my-city-wrapper .my-city__title {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.my-city-wrapper .my-city__title-city {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}
.my-city-wrapper .my-city-wrapper__btns {
  text-align: center;
  font-size: 0;
}
.my-city-wrapper .my-city-wrapper__btns .btn {
  padding: 0 48px;
  height: 44px;
  background: 0 0;
  border: 1px solid #93b7bb;
  box-sizing: border-box;
  line-height: 43px;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #18334f;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .my-city-wrapper .my-city-wrapper__btns .btn {
    padding: 0 22px;
    margin: 7px 0;
  }
}
.my-city-wrapper .my-city-wrapper__btns .btn:hover {
  background: #18334f;
  border-color: #18334f;
  color: #fff;
}
.my-city-wrapper .my-city-wrapper__btns .btn:last-child {
  margin-right: 0;
}
.my-city-wrapper .close-btn {
  display: block;
  width: 32px;
  height: 32px;
  color: #18334f;
  background: 0 0;
  border: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 0;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.1s ease;
  z-index: 3;
}
.my-city-wrapper .close-btn:after, .my-city-wrapper .close-btn:before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  transform: rotate(45deg);
}
.my-city-wrapper .close-btn:after {
  transform: rotate(-45deg);
}
.my-city-wrapper .close-btn:hover {
  color: #93b7bb;
}

.alert-wrap {
  position: absolute;
  right: 30px;
}

.reviews {
  margin-bottom: 60px;
}

.quest-rating .quest-rating-value {
  font-weight: 600;
  font-size: 18px;
}
.quest-rating .quest-rating-value em {
  font-size: 24px;
}

.rating-page .rating-item {
  color: #a4a6a8;
  border-bottom: solid 1px #363636;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.rating-page .quest-spec {
  font-size: 0.7em;
}
.rating-page .game-type {
  margin-bottom: 0px;
}
.rating-page .quest-rating-value {
  text-align: center;
}
.rating-page .quest-rating-value a {
  color: #fff;
  text-decoration: underline;
  font-size: 0.75em;
}
@media (min-width: 700px) {
  .rating-page .booking-block {
    min-width: 200px;
  }
}
@media (max-width: 699px) {
  .rating-page .right-block {
    width: 100%;
  }
}

.schedule-block {
  overflow: auto;
}
.schedule-block .week .week-switch {
  text-align: center;
  margin-top: 30px;
}
.schedule-block .week .week-switch a {
  color: #fff;
  margin: 0 15px;
}
.schedule-block .schedule-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .schedule-block .schedule-row {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.schedule-block .schedule-row .date {
  margin: 5px;
  text-align: center;
}
.schedule-block .schedule-row .schedule {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.schedule-block .schedule-row .schedule .item {
  margin: 5px;
  text-align: center;
  color: #b3b3b3;
}
.schedule-block .schedule-row .schedule .item .time {
  border-radius: 3px;
  padding: 5px 7px;
  display: block;
}
.schedule-block .schedule-row .schedule .item .price {
  font-size: 75%;
}
.schedule-block .schedule-row .schedule .item a {
  color: #000;
}
.schedule-block .schedule-row .schedule .item a .time {
  background: #9cadf2;
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.schedule-block .schedule-row .schedule .item a .price {
  color: #fff;
}
.schedule-block .schedule-row .schedule .item a:hover {
  text-decoration: none;
}
.schedule-block .schedule-row .schedule .item a:hover .time {
  background: none;
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.has-error .help-block {
  color: #761c19;
}

.booking-form h5 {
  color: #212529;
}

.fade {
  opacity: unset !important;
}

@media (max-width: 699px) {
  .intro {
    padding-top: 40px;
  }
  .intro h1 {
    font-size: 50px !important;
  }
}

/*# sourceMappingURL=site.css.map */
