@charset "UTF-8";
.header .first-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
.header .first-row .city {
  margin-top: -23px;
  font-size: 27px;
  font-weight: 500;
}
.header .first-row .city a {
  color: #E56F44;
}
.header .first-row .contacts-m {
  display: none;
}
.header .first-row .contacts {
  margin-top: -23px;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.header .first-row .contacts a {
  color: #282828;
}
.header .first-row .contacts div {
  margin-left: 30px;
  padding-left: 40px;
}
.header .first-row .contacts .write-whatsapp {
  background: url("/img/new/wa.svg") left center no-repeat;
}
.header .first-row .contacts .phone {
  background: url("/img/new/phone.svg") left center no-repeat;
  text-align: center;
  line-height: 27px;
}
.header .first-row .contacts .phone .request-callback {
  font-size: 15px;
  line-height: 17px;
  display: block;
}
@media (max-width: 699px) {
  .header .first-row {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .header .first-row .city {
    margin-top: 0px;
  }
  .header .first-row .contacts {
    display: none;
    flex-direction: column;
    margin-top: 0px;
  }
  .header .first-row .contacts-m {
    display: flex;
  }
  .header .first-row .contacts-m div {
    flex: 1 1 auto;
    margin: 0 5px;
  }
}
.header .second-row {
  display: flex;
  margin: 0px;
  padding: 0px;
  align-items: center;
  padding: 10px 0;
}
.header .second-row li {
  align-self: stretch;
  list-style: none;
  margin: 0 25px;
}
.header .second-row li a {
  color: #E56F44;
  font-size: 22px;
  font-weight: 500;
}

.route-page .route-params {
  line-height: 40px;
  margin-left: 0px;
  padding-left: 0px;
}
.route-page .fix-bottom {
  background: #fff;
  display: none;
}
.route-page h2 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold !important;
}
.route-page .title span {
  text-align: left;
  display: block;
}

a {
  color: #0B7FAB;
}
a:hover {
  color: #a1dffb;
  text-decoration: none;
}

header .logo.winter img {
  max-width: 195px;
}
header .navbar {
  border-radius: 0px;
}
header .navbar .buttons {
  display: none;
}
@media (max-width: 699px) {
  header .navbar .buttons {
    display: flex;
  }
  header .navbar > .container {
    justify-content: space-around;
  }
  header .navbar .logo img {
    width: 100%;
  }
  header .navbar .logo.winter img {
    max-width: 195px;
  }
}
header .navbar-toggler {
  height: 45px;
}
header ul.logo {
  flex-basis: 0;
  text-align: center;
}
@media (max-width: 699px) {
  header ul.logo {
    flex-basis: auto;
  }
}
@media (min-width: 699px) {
  header ul.logo {
    padding-right: 30px;
  }
}
header ul.contacts {
  flex-basis: auto;
}
@media (min-width: 699px) {
  header ul.contacts li a {
    margin: 0px;
    padding: 0px;
  }
}

body, html {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #333333;
}
@media (max-width: 699px) {
  body, html {
    font-size: 16px;
  }
}

main > .container {
  margin-top: 20px;
}

:root {
  --jumbotron-padding-y: 4rem;
}

.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  display: block;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  width: 2em;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 0px;
  vertical-align: bottom;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
  font-size: 2em;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  width: 0.5em;
  margin-left: -0.5em;
  display: none;
}
.star-cb-group > .star-cb-clear + label:before {
  width: 0.5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 0px;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
  text-transform: uppercase;
}

.banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7c7b89;
  font-size: 15px;
  margin-top: 60px;
  color: #f1e4de;
}
footer .copyright {
  font-size: 10px;
  margin-bottom: 20px;
}
footer .copyright .logo {
  font-size: 20px;
}
footer a {
  color: #fff;
}
footer .partners {
  background: #9796a1;
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 699px) {
  footer {
    padding-bottom: 80px;
  }
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.courses p.card-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.course-row {
  margin-bottom: 15px;
}

.course-row img {
  width: 100%;
}

.flashes {
  position: fixed;
  bottom: 70px;
  right: 30px;
  margin-left: 20px;
  z-index: 999;
}

.breadcrumb {
  background-color: transparent;
  padding: 0.75rem 0;
}
@media (max-width: 699px) {
  .breadcrumb {
    display: none;
  }
}

.album .media {
  background: #fff;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 3);
    padding-bottom: calc(var(--jumbotron-padding-y) * 3);
  }
}
.navbar {
  background-color: #EEA04E;
}

.navbar a {
  color: #ffffff !important;
}

img.logo {
  margin-right: 10px;
}

ul.quest-details {
  margin-left: 0px;
  padding-left: 0px;
}

ul.quest-details li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.inline-map {
  height: 50vh;
}

.inline-map #map {
  height: 50vh !important;
}

#inline-map {
  width: 100%;
  height: 50vh !important;
}

#map {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  max-height: 100vh;
}

.material-placeholder .image-block {
  background-color: #eeeeee;
  width: 100%;
  min-height: 150px;
  height: 100%;
}
.material-placeholder .header-line {
  width: 40%;
  height: 30px;
  background-color: #eeeeee;
  margin-bottom: 20px;
  margin-top: 10px;
}
.material-placeholder .content-line {
  height: 17px;
  background-color: #eeeeee;
  margin-bottom: 10px;
}
.material-placeholder .content-line:nth-child(2n) {
  width: 80%;
}
.material-placeholder .content-line:nth-child(3n) {
  width: 70%;
}
.material-placeholder .content-line:nth-child(4n) {
  width: 30%;
}
.material-placeholder .content-line:nth-child(5) {
  width: 60%;
}

.lead {
  font-size: 1.7rem;
}

.btn-primary {
  background-color: #EEA04E;
}

.intro {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%), url("../img/index-bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 699px) {
  .intro {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%), url("../img/index-bg-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }
}
.intro .container {
  height: 100%;
}
.intro .container .row {
  height: 100%;
}
.intro h1 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 15px;
}
.intro h1, .intro h2 {
  text-shadow: none;
  color: #ffffff;
}
.intro h1 span, .intro h2 span {
  background-color: rgba(238, 160, 78, 0.7);
  padding: 0px 10px 0px 0px;
}
.intro .lead {
  color: #ffffff;
  list-style: none;
}
.intro.home .title h1, .intro.home .title h2 {
  border-left: 0;
}
.intro.home .title span {
  display: block;
}
.intro .title {
  padding-bottom: 40px;
}
.intro .title h1, .intro .title h2 {
  white-space: pre-wrap;
  border-left: 10px solid rgba(238, 160, 78, 0.7);
}
@media (min-width: 700px) {
  .intro .title {
    padding-top: 260px;
    padding-bottom: 80px;
  }
}
@media (max-width: 699px) {
  .intro .title {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .intro .title h1 {
    font-size: 2rem;
  }
  .intro .title h2 {
    font-size: 1.3rem;
  }
  .intro .title .btn {
    font-size: 0.8rem;
  }
}

@media (max-width: 699px) {
  .user-answer .answer-button {
    text-align: center;
  }
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
  margin-top: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.hint-block {
  font-size: 0.75em;
  color: #cccccc;
}

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

.price {
  font-size: 25px;
  text-align: left;
}
.price span {
  display: block;
  font-size: 0.5em;
  color: #333;
  font-weight: 200;
}

.intro-city {
  background-size: cover;
  background-position: center center;
  text-align: left;
  padding-bottom: 50px;
  padding-top: 30px;
  color: #fff;
}
@media (min-width: 1024px) {
  .intro-city {
    padding-top: 45vh;
  }
}
.intro-city h1 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 15px;
}
.intro-city .game-type {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: 0px;
  margin-top: 2px;
}
.intro-city p {
  font-size: 20px;
  font-weight: 200;
}

.intro-quest,
.intro-material,
.intro-home,
.intro-city {
  padding-bottom: 45px;
  background-size: cover;
  background-position: center center;
  text-align: right;
}
.intro-quest .params-ul,
.intro-material .params-ul,
.intro-home .params-ul,
.intro-city .params-ul {
  color: #fff;
}
.intro-quest .promocode em,
.intro-material .promocode em,
.intro-home .promocode em,
.intro-city .promocode em {
  color: #fff;
}
.intro-quest .container,
.intro-material .container,
.intro-home .container,
.intro-city .container {
  position: relative;
}
@media (max-width: 699px) {
  .intro-quest .order-button-wrapper,
  .intro-material .order-button-wrapper,
  .intro-home .order-button-wrapper,
  .intro-city .order-button-wrapper {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .intro-quest,
  .intro-material,
  .intro-home,
  .intro-city {
    padding-top: 360px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .intro-quest,
  .intro-material,
  .intro-home,
  .intro-city {
    padding-top: 100px;
  }
}
.intro-quest h1,
.intro-material h1,
.intro-home h1,
.intro-city h1 {
  font-weight: 600;
  font-size: 45px;
  color: #fff;
}
@media (max-width: 699px) {
  .intro-quest h1,
  .intro-material h1,
  .intro-home h1,
  .intro-city h1 {
    font-size: 38px;
  }
}
.intro-quest h1 span,
.intro-material h1 span,
.intro-home h1 span,
.intro-city h1 span {
  display: block;
  font-size: 20px;
  font-weight: 200;
}
.intro-quest .game-type,
.intro-material .game-type,
.intro-home .game-type,
.intro-city .game-type {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: 0px;
  margin-top: 2px;
}
.intro-quest .qt-icon,
.intro-material .qt-icon,
.intro-home .qt-icon,
.intro-city .qt-icon {
  font-size: 0;
  height: 32px;
  margin-right: 5px;
  vertical-align: top;
}
.intro-quest .actions,
.intro-material .actions,
.intro-home .actions,
.intro-city .actions {
  margin-top: 20px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.intro-quest .actions .order-button-wrapper,
.intro-material .actions .order-button-wrapper,
.intro-home .actions .order-button-wrapper,
.intro-city .actions .order-button-wrapper {
  margin-top: 30px;
}
.intro-quest .actions span,
.intro-material .actions span,
.intro-home .actions span,
.intro-city .actions span {
  display: block;
  margin-top: 25px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 699px) {
  .intro-quest .actions span,
  .intro-material .actions span,
  .intro-home .actions span,
  .intro-city .actions span {
    position: relative;
    margin-top: 30px;
  }
}
.intro-quest .actions .promocode,
.intro-material .actions .promocode,
.intro-home .actions .promocode,
.intro-city .actions .promocode {
  margin-top: 20px;
}

.intro-home {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%), url("../img/index-bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 699px) {
  .intro-home {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%), url("../img/index-bg-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }
}

.user-progress .progress {
  justify-content: space-between;
}
.user-progress .progress .progress-bar {
  min-width: 20px;
  text-align: right;
  padding-right: 10px;
}
.user-progress .progress .finish {
  padding-right: 10px;
}

.help-block {
  display: block;
  margin-top: 5px;
  color: #999;
  font-size: 13px;
}

.title h2 {
  margin: 0px;
}
.title span {
  font-size: 21px;
  font-weight: 400;
}
.title .sub-title {
  font-size: 20px;
  font-weight: 200;
}

.sub-title {
  display: block;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: 0px;
  margin-top: 2px;
}

.how-to-play {
  background: url(../img/turest-phone.webp), linear-gradient(90deg, #fc8ab6 50%, #ffe503 51%);
  height: 780px;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  position: relative;
}
.how-to-play:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 83px;
  background: url(../img/descript_after.png) 0% repeat-x;
}
.how-to-play:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 83px;
  background: url(../img/descript_before.png) 50% repeat-x;
}
.how-to-play .how-tab {
  height: 780px;
  font-size: 15px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 9;
}
.how-to-play .how-tab .how-col {
  display: flex;
  flex-direction: column;
  width: 700px;
}
.how-to-play .how-tab .how-col p {
  margin-top: 5px;
  margin-bottom: 0px;
}
.how-to-play .how-tab .how-col .how-entry {
  display: inline-block;
}
.how-to-play .how-tab .how-col .how-entry:nth-child(1) {
  margin-top: 245px;
  width: 310px;
  margin-left: 310px;
}
.how-to-play .how-tab .how-col .how-entry:nth-child(2) {
  margin-top: 38px;
  width: 330px;
  margin-left: 350px;
}
.how-to-play .how-tab .how-col .how-entry:nth-child(3) {
  margin-top: 20px;
  width: 330px;
  margin-left: 437px;
}
.how-to-play .how-tab .how-col .how-entry:nth-child(4) {
  margin-top: 20px;
  width: 250px;
  margin-left: 437px;
}
.how-to-play .how-tab .how-col .how-entry:nth-child(5) {
  margin-top: 20px;
  width: 375px;
  margin-left: 300px;
}
.how-to-play .how-tab .how-col .how-entry:nth-child(6) {
  margin-top: 55px;
}
.how-to-play .how-phone {
  display: none;
}
@media (max-width: 699px) {
  .how-to-play {
    background-size: cover;
  }
  .how-to-play .how-to-play {
    align-items: normal;
  }
  .how-to-play .how-tab {
    margin: 15px;
    width: 100%;
  }
  .how-to-play .how-tab .how-col {
    width: 100%;
  }
  .how-to-play .how-tab .how-col .how-entry {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .how-to-play .how-tab .how-col .how-entry .speech-bubble {
    background: rgba(228, 160, 78, 0.85);
    color: #333333;
  }
  .how-to-play .how-tab .how-col .how-entry .speech-bubble:before {
    display: none;
  }
}

.speech-bubble {
  border-radius: 15px;
  background: #EEA04E;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  position: relative;
}
.speech-bubble.speech-bubble-left {
  box-shadow: #3a3a3a -3px 3px 7px -2px;
}
.speech-bubble.speech-bubble-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #EEA04E;
  border-right: 30px solid transparent;
  border-top: 15px solid #EEA04E;
  border-bottom: 15px solid transparent;
  right: -30px;
  top: 0px;
  transform: rotate(-20deg);
}
.speech-bubble.speech-bubble-right {
  box-shadow: #3a3a3a 3px 3px 7px -2px;
}
.speech-bubble.speech-bubble-right:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 15px solid #EEA04E;
  border-top: 15px solid #EEA04E;
  border-bottom: 15px solid transparent;
  left: -30px;
  top: 0px;
  transform: rotate(20deg);
}
.speech-bubble.speech-bubble-right-bottom {
  box-shadow: #3a3a3a 3px 3px 7px -2px;
}
.speech-bubble.speech-bubble-right-bottom:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #EEA04E;
  left: -30px;
  bottom: 0px;
  transform: rotate(-20deg);
}

section.memo {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 100%), url("../img/index-bg.jpg");
  background-size: cover;
  background-position: bottom center;
  padding: 80px 0;
  margin-top: 100px;
}
@media (max-width: 699px) {
  section.memo {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%), url("../img/index-bg-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }
}
section.memo .title {
  color: #fff;
}
section.memo .button-block {
  text-align: center;
}

.title {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 699px) {
  .title {
    font-size: 30px;
  }
}

.description-bottom {
  margin-top: 60px;
}

.nobr {
  white-space: nowrap;
}

.socials {
  font-size: 30px;
  margin-bottom: 30px;
}
.socials a {
  margin-right: 5px;
}

.warranty ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.warranty ul li:before {
  margin-right: 4px;
  content: "✓";
}

.order-button-wrapper .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 35px;
}
@media (max-width: 699px) {
  .order-button-wrapper {
    position: relative;
    width: 100%;
  }
}
.order-button-wrapper span {
  display: block;
  margin-top: 20px;
  font-size: 15px;
}
.order-button-wrapper .order-button {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.order-button,
.variant-button {
  padding: 15px 70px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: 1px;
  border-radius: 55px;
  background-color: #ba172e;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  white-space: normal;
}
@media (max-width: 699px) {
  .order-button,
  .variant-button {
    max-width: 100%;
    width: 100%;
    padding: 15px 0px;
    display: block;
  }
}
.order-button.green,
.variant-button.green {
  background-color: #2ee59d;
}
.order-button.orange,
.variant-button.orange {
  background-color: #EEA04E;
  color: #fff;
}
.order-button.add-shadow,
.variant-button.add-shadow {
  box-shadow: 0px 0px 30px 0px rgba(255, 0, 34, 0.7);
}
.order-button.add-shadow.green,
.variant-button.add-shadow.green {
  box-shadow: 0px 0px 30px 0px rgba(46, 229, 157, 0.7);
}
.order-button.add-shadow.orange,
.variant-button.add-shadow.orange {
  box-shadow: 0px 0px 30px 0px rgba(238, 160, 78, 0.7);
}
.order-button:hover,
.variant-button:hover {
  text-decoration: none;
}

section.faq {
  background-color: #ddecfb;
  padding: 60px 0;
  margin-top: 60px;
}
section.faq.white {
  background-color: #FFFFFF;
}
section.faq ul {
  padding: 0px;
  margin: 0px;
}
section.faq ul li {
  padding: 0px;
  margin: 10px 0;
  list-style: none;
}
section.faq ul li .question {
  border-bottom: 1px dashed #2083F5;
  font-size: 22px;
  font-weight: 500;
  color: #616476;
}
section.faq ul li .question:hover {
  text-decoration: none;
}
section.faq ul li .answer {
  display: none;
}

section.call-request {
  padding: 60px 0;
}
section.call-request .order-button-wrapper {
  margin-top: 50px;
}
section.call-request .buttons {
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  background: transparent url("../img/form-background.svg") center center no-repeat;
  background-size: cover;
  padding: 20px 225px 0px 20px;
  display: flex;
}
@media (max-width: 699px) {
  section.call-request .buttons {
    padding: 20px;
    flex-direction: column;
  }
}
section.call-request .buttons .button-col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
section.call-request .buttons .phone-image {
  top: -100px;
  right: 10px;
  position: absolute;
  display: block;
  width: 214px;
  height: 187px;
  background-size: contain !important;
  background: transparent url("../img/icon-call-back.png") center center no-repeat;
}
@media (max-width: 699px) {
  section.call-request .buttons .phone-image {
    display: none;
  }
}

.promocode {
  display: block;
}
.promocode em {
  cursor: pointer;
  border-bottom: 1px dashed #2083F5;
  text-decoration: none;
  font-style: normal;
  color: #333;
  font-weight: 300;
}
.promocode .input-wrapper {
  display: none;
}
.promocode .promocode-input {
  color: #524f4e;
  background: white;
  cursor: default;
}

.input-style {
  cursor: pointer;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: left;
  text-transform: none;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-decoration: none;
  outline: 0;
  padding: 15px 20px 13px;
  line-height: inherit;
  border-radius: 45px;
}
.input-style:hover {
  text-decoration: none;
}
.input-style.green {
  background-color: #2ee59d;
  color: #fff;
  border: 1px solid #139a65;
}

.old-price {
  vertical-align: super;
  font-size: 0.7em;
  position: relative;
  white-space: nowrap;
}
.old-price:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 2px solid rgba(255, 0, 0, 0.8);
  height: 4px;
  position: absolute;
  bottom: 8px;
  left: 0;
  transform: rotate(-11deg);
}
.old-price:after {
  content: " ";
  display: block;
  width: 100%;
  border-top: 2px solid rgba(255, 0, 0, 0.8);
  height: 4px;
  position: absolute;
  bottom: 8px;
  left: 0;
  transform: rotate(11deg);
}

#popup-banner {
  position: fixed;
  width: 100%;
  max-width: 450px;
  bottom: 0;
  z-index: 110;
  display: none;
  box-shadow: 0px -15px 20px 5px #434650;
  font-size: 18px;
}
#popup-banner a:hover {
  text-decoration: none;
}
#popup-banner .popup-body {
  background-color: #EEA04E;
  margin-top: -25px;
  border-radius: 20px 20px 0 0;
  color: #fff;
  line-height: 26px;
  padding: 15px 20px 15px 20px;
  text-align: center;
}
@media (max-width: 699px) {
  #popup-banner .popup-body {
    padding: 5px 10px 15px 10px;
  }
}
#popup-banner .line-1 {
  font-weight: 700;
  font-size: 1.2em;
}
@media (max-width: 699px) {
  #popup-banner {
    max-width: 100%;
    left: 0px;
    right: 0px;
    font-size: 14px;
  }
}

jdiv {
  z-index: 100 !important;
}

.card-body {
  padding: 10px 15px;
}

.offer-big-text {
  font-size: 2em;
}

.dashed {
  border-bottom: 1px dashed #0B7FAB;
  cursor: pointer;
}

@media (max-width: 699px) {
  .only-desctop {
    display: none !important;
  }
}
@media (min-width: 699px) {
  .only-desctop {
    display: block;
  }
}

@media (max-width: 699px) {
  .only-mobile {
    display: block;
  }
}
@media (min-width: 699px) {
  .only-mobile {
    display: none !important;
  }
}

.reviews {
  padding: 100px 0;
}
.reviews .review-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 699px) {
  .reviews .review-item {
    flex-direction: column;
    padding: 10px;
  }
}
.reviews .review-item .review-avatar {
  width: 270px;
  margin-right: 60px;
}
.reviews .review-item .review-avatar img {
  width: 270px;
  height: 270px;
  border: 3px solid #E56F44;
  border-radius: 135px;
}
@media (max-width: 699px) {
  .reviews .review-item .review-avatar {
    width: 100%;
  }
  .reviews .review-item .review-avatar img {
    margin: 0 auto;
    display: block;
  }
}
.reviews .review-item .review-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.reviews .review-item .review-body .review-author-name {
  font-size: 24px;
  color: #E56F44;
  position: relative;
}
.reviews .review-item .review-body .review-author-name::before {
  position: absolute;
  left: 30px;
  z-index: -1;
  background: url("/img/reviews/quote.svg") center center no-repeat;
  background-size: contain;
  display: block;
  content: " ";
  width: 300px;
  height: 200px;
  opacity: 0.2;
}
.reviews .review-item .review-body .review-separator {
  width: 100px;
  margin: 30px 0 10px;
  border-bottom: 1px solid #E56F44;
}
.reviews .review-item .review-body .review-text {
  font-style: italic;
  font-weight: 200;
  font-size: 21px;
  max-width: 670px;
  color: #000;
}

.review-list-wrapper {
  position: relative;
}

.tns-nav {
  text-align: center;
  margin: 10px 0;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.tns-nav > .tns-nav-active {
  background: #999;
}

.controls {
  text-align: center;
}
@media (max-width: 699px) {
  .controls {
    display: none;
  }
}

.controls li {
  padding-top: 10px;
  font-size: 50px;
  line-height: 50px;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  height: 70px;
  width: 70px;
  border-radius: 35px;
  margin-top: -36px;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 9000;
}

.controls li img {
  display: inline-block;
  vertical-align: middle;
}

.controls .prev {
  left: 10px;
}

.controls .next {
  right: 10px;
}

.controls li:hover {
  background: #f2f2f2;
}

.payment-tick {
  background: url("../img/payment-success-1.svg") center center no-repeat;
  background-size: contain;
  height: 200px;
  width: 200px;
  display: block;
  margin: 30px auto;
}

input.with-icon {
  padding-left: 40px;
}
input.with-icon.icon-users {
  background: #fff url("../img/icon-users.svg") 10px center no-repeat;
  background-size: 20px;
}
input.with-icon.icon-phone {
  background: #fff url("../img/icon-phone.svg") 10px center no-repeat;
  background-size: 20px;
}

.btn:hover:after,
.order-button:hover:after,
.variant-button:hover:after {
  -webkit-animation: shine 0.7s;
  /* animation:shine .7s; */
}

.btn,
.order-button,
.variant-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  justify-content: center;
}

.btn:after,
.order-button:after,
.answer-button:after {
  position: absolute;
  top: 0;
  left: -55%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.4)));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.4));
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.variants {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 699px) {
  .variants {
    flex-direction: column;
  }
}
.variants .variant-button {
  margin-bottom: 15px;
}

@-webkit-keyframes shine {
  to {
    left: 125%;
  }
}
@keyframes shine {
  to {
    left: 125%;
  }
}
.quest-gallery {
  overflow: hidden;
  display: flex;
  height: 500px;
}
@media screen and (max-width: 600px) {
  .quest-gallery {
    height: auto;
  }
}
.quest-gallery img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
.quest-gallery .first-image {
  width: calc(50% - 2.5px);
  margin-right: 2.5px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (max-width: 600px) {
  .quest-gallery .first-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.quest-gallery .other-images {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 2.5px);
  margin: -5px -5px -5px 2.5px;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .quest-gallery .other-images {
    display: none;
  }
}
.quest-gallery .other-images .thumbnail {
  position: relative;
  margin: 5px;
  width: calc(50% - 10px);
  height: calc(50% - 5px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.params-ul {
  background-color: unset;
  color: #000;
  -webkit-font-smoothing: antialiased;
  border-collapse: separate;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .params-ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
  }
  .params-ul .cell {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.15);
    border-width: 0px 0 0 1px;
  }
  .params-ul .cell:last-child {
    border-width: 0px 0 0 0px;
  }
  .params-ul .th {
    display: block;
    padding-top: 10px;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
  }
  .params-ul .td {
    display: block;
    padding-bottom: 15px;
    text-align: center;
  }
}
@media (max-width: 699px) {
  .params-ul {
    display: inline-block;
  }
  .params-ul .cell {
    padding: 8px 14px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.15);
    border-width: 1px 1px 0px 0px;
  }
  .params-ul .cell:first-child {
    border-width: 0px 1px 0px 0px;
  }
  .params-ul .td {
    padding-left: 8px;
    font-weight: 700;
  }
}

@media (min-width: 900px) {
  .params-ul .th {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .params-ul .th {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 900px) {
  .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) {
  .params-ul .td {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
  }
}
.params-ul .td .in-words {
  font-size: 15px;
}

.params-ul .scary img {
  margin-left: 1px;
  margin-right: 1px;
}
@media (min-width: 900px) {
  .params-ul .scary img {
    height: 23px;
  }
}
@media (max-width: 899px) {
  .params-ul .scary img {
    height: 15px;
  }
}

.params-ul sup {
  font-size: 13px;
  color: #1980b8;
}
@media (min-width: 900px) {
  .params-ul sup {
    top: -1em;
  }
}

.params-ul .fa-rub {
  font-size: 92%;
}

@media (min-width: 700px) {
  .route-page .params-ul {
    flex-direction: row-reverse;
    justify-content: center;
  }
}

.quest-rating {
  font-size: 16px;
  font-weight: 700;
  padding-left: 16px;
}
.quest-rating em {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.text-yellow {
  color: #ffd300;
}

.share-button,
.copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

.share-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.share-dialog header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.share-dialog svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.share-dialog .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.share-dialog .button:hover {
  border-color: #cdd;
}
.share-dialog.is-open {
  display: block;
  z-index: 9999;
}
.share-dialog .targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.share-dialog .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.share-dialog .close-button svg {
  margin-right: 0;
}
.share-dialog .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}
.share-dialog .pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-block {
  font-size: 16px;
}
.order-block .order_block__image-wrapper {
  height: 0;
  transition: height 0.25s;
  position: absolute;
  border: 0;
  left: 0;
  right: 0;
}
.order-block img {
  width: 100%;
}
.order-block .order-block__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #232323;
  display: none;
}
.order-block .order-block__sub-title {
  font-weight: 400;
  font-size: 0.75rem;
}
.order-block .order-block__body {
  padding: 0 10px 10px;
}
.order-block .order-block_margin {
  margin-top: 15px;
}
.order-block .price {
  font-size: 2.375rem;
  color: #EEA04E;
  margin: 0;
}
.order-block .price .old-price {
  font-size: 0.5em;
  color: #cccccc;
}
.order-block .promocode {
  color: #333;
  text-align: center;
}
.order-block .promocode em {
  color: #333;
}

.opened .order_block__image-wrapper {
  position: relative;
  height: auto;
}

.opened .order-block__rating,
.opened .order-block__title {
  display: block;
}

.opened .order-block__body {
  border: 1px solid #dce4e6;
  border-top: 0;
  background: #fff;
  padding-top: 10px;
}

.site-signup__order-block {
  display: flex;
  gap: 30px;
}
@media (max-width: 699px) {
  .site-signup__order-block {
    flex-direction: column-reverse;
  }
}
.site-signup__order-block .site-signup__order-details {
  max-width: 350px;
}

@media (max-width: 699px) {
  .route_page header .second-row {
    display: none;
  }
  .route_page .params-ul .cell {
    padding: 8px 0px;
  }
}

@media (max-width: 699px) {
  .fix-bottom.on-mobile {
    display: block !important;
  }
}

ul.route-params li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 5px;
}

@media (max-width: 699px) {
  .page-index .what-is {
    display: none;
  }
}

.banner-ny {
  background-color: #143782;
  background-image: url("/img/banner-ny.svg");
  background-position: center -55px;
  background-repeat: no-repeat;
  padding: 18px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 699px) {
  .banner-ny {
    padding: 18px 10px;
    background-image: url("/img/banner-ny-mobile-4.svg");
    background-position: center;
    background-size: cover;
  }
}
.banner-ny .banner-text {
  font-size: 20px;
  text-align: center;
  color: #fff;
  max-width: 1140px;
}
@media (max-width: 699px) {
  .banner-ny .banner-text {
    max-width: 330px;
  }
}
.banner-ny .promocode-ny {
  padding: 6px 16px;
  border-radius: 8px;
  background: linear-gradient(271.79deg, #fe4b1d 1.52%, #ff7732 98.48%);
}

.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(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s;
}
.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 {
  padding: 0 15px 0 20px;
  font-size: 13px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  color: #333;
  display: block;
  left: 0;
  right: 0;
  margin-top: -30px;
  z-index: 100;
  text-align: center;
}
@media (max-width: 699px) {
  .quest-list .inner {
    text-align: left;
  }
}
.quest-list .quest-box {
  border-radius: 5px;
  max-width: unset;
  min-height: 335px;
  margin-top: 0;
  margin-bottom: 0;
  background: #fff;
}
.quest-list .quest-box .item-hover {
  color: #333;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.2s;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@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 {
  font-size: 15px;
  line-height: 18px;
  min-height: 40px;
  padding: 0px 20px;
}
.quest-list .title a {
  color: #3A3A3A;
}
.quest-list .qt-icon {
  font-size: 0;
  height: 13px;
  margin-right: 5px;
  vertical-align: top;
}
.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%;
  height: 225px;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 699px) {
  .quest-list.columns-3 li figure {
    height: auto;
  }
}
@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_params {
  -webkit-font-smoothing: antialiased;
  color: #333333;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px;
}
.quest_params.features span {
  display: inline-block;
  font-size: 15px;
  color: #333;
  background: rgba(238, 160, 78, 0.7);
  padding: 0px 5px;
  border-radius: 5px;
}

.sub-section.photos {
  position: relative;
  overflow: hidden;
}

.quest-photos {
  text-align: center;
  margin: 30px 0;
  max-width: 500px;
}
@media (max-width: 699px) {
  .quest-photos {
    max-width: 100vw;
    margin-left: -30px;
  }
}
.quest-photos .photo-item {
  display: inline-block;
}
.quest-photos .photo-item img {
  height: 300px;
}
.balls {
  margin: 30px 0 60px 0;
  font-size: 0.75em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .balls {
    margin: 30px 0 0px 0;
  }
}
.balls ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}
.balls ul li {
  text-align: center;
  list-style: none;
  margin: 0px 10px;
  padding: 0px;
}
.balls ul li b {
  display: block;
  line-height: 1.25rem;
}
.balls ul li img {
  height: 100px;
}

.offer-btn-block {
  margin: 30px auto;
}
.offer-btn-block .btn {
  font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.offer-btn-block .btn.btn-round {
  border-radius: 26px;
}
@media (max-width: 699px) {
  .offer-btn-block .btn {
    font-size: 19px;
  }
}
.offer-btn-block .btn-success {
  background-color: #00d796;
  box-shadow: #00a35c 0px 2px 0px 0px;
}
.offer-btn-block span {
  display: block;
  font-size: 0.75em;
  color: #666666;
}

.quest-grid {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .quest-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .quest-grid {
    grid-template-columns: 1fr;
  }
}

.quest-card {
  height: 100%;
  background: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-decoration: none !important;
  position: relative;
}
.quest-card .count-down {
  position: absolute;
  z-index: 99999;
  top: 15px;
  left: 15px;
  color: #E56F44;
  background: #fff;
  padding: 3px 10px;
  border-radius: 10px;
}

.quest-card__description {
  margin-top: 10px;
  color: #4e4e4e;
  display: block;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (min-width: 768px) {
  .quest-card__description {
    display: none;
  }
}

/* hack for mobile safari */
@media (hover: hover) {
  .quest-card:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .quest-card:hover .quest-card__title {
    color: #0B7FAB;
  }
}
.quest-card__top {
  margin-bottom: 2px;
}

.quest-card__label {
  left: 12px;
  top: 15px;
}

.quest-card__head {
  height: 230px;
  overflow: hidden;
  position: relative;
}
.quest-card__head .quest_params {
  position: absolute;
  top: 10px;
  right: 10px;
}

.quest-card__head:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.47)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 42px;
  left: 0;
  position: absolute;
  width: 100%;
}

.quest-card__head img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.quest-card__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 12px;
  flex-basis: 12px;
}

.quest-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 12px 10px;
}

.quest-card__favourite {
  position: absolute;
  right: 14px;
  top: 18px;
  z-index: 2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}

.quest-card__title {
  display: block;
  line-height: 1.29;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.quest-card .Price__annotation {
  width: 100%;
  margin-left: 0 !important;
}

.quest-card--horizontal {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 140px;
}

.quest-card--horizontal .quest-card__head {
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.quest-card--horizontal .quest-card__label {
  display: none;
}

.quest-card--horizontal .quest-card__favourite {
  right: 9px;
  top: 10px;
}

.quest-card--horizontal .quest-card__divider {
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
}

.quest-card--horizontal .quest-card__content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 3px 8px 9px 11px;
}

.quest-card--horizontal .quest-card__title {
  max-height: 3.6em;
  margin: 3px 0 10px;
  font-weight: 500;
  font-size: 15px;
  /* When changing `line-height`, also change `max-width` */
  line-height: 1.2;
}

.quest-card--unavailable {
  opacity: 0.8;
}

.quest-card--light .quest-card__bottom {
  display: none;
}

.quest-card--light .quest-card__top {
  position: absolute;
  bottom: 19px;
  width: 100%;
  text-align: center;
}

.quest-card--light .quest-card__title {
  margin: 0;
  padding: 0 20px;
  color: white;
  color: var(--white);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
}

.quest-card--light .quest-card__content {
  position: relative;
  padding: 0;
}

.quest-card--light .quest-card__head:after {
  height: 55%;
}

.quest-card--small .quest-card__head {
  height: 130px;
}

.quest-card--small .quest-card__title {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quest-card--small .quest-card__content {
  padding: 0 9px 3px 11px;
}

.quest-card--small .quest-card__divider {
  -ms-flex-preferred-size: 4px;
  flex-basis: 4px;
}

.quest-card--small .Price__annotation {
  margin-top: -2px;
}

.ProductGalleryFader {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  /**
   * Amount of seconds for showing slide
   * Initial value, rewrites in JS code of component from props
   */
  --show-timeout: 6s;
}

.ProductGalleryFader__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.ProductGalleryFader__img--animate-scaling {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: opacity 1s ease, -webkit-transform 6s ease;
  transition: opacity 1s ease, -webkit-transform 6s ease;
  transition: opacity 1s ease, transform 6s ease;
  transition: opacity 1s ease, transform 6s ease, -webkit-transform 6s ease;
}

.ProductGalleryFader__img--current {
  opacity: 1;
  z-index: 1;
}

.Price--withTip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.Price--withTip.Price--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.Price--withTip.Price--inline .Price__exprice {
  margin-left: 6px;
}
.Price--withTip.Price--inline .Price__annotation {
  margin-left: 6px;
  line-height: 1.55;
}
.Price--withTip.Price--capitalized-price {
  text-transform: capitalize;
}
.Price--withTip.Price--capitalized-price .Price__annotation {
  text-transform: capitalize;
}
.Price--withTip .Price__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  width: 100%;
}
.Price--withTip .Price__exprice {
  text-decoration: line-through;
  line-height: 1.33;
}
.Price--withTip .Price__annotation {
  color: var(--medium-gray);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.balls ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .balls ul {
    overflow: auto;
  }
}
.balls ul img {
  min-width: 87px;
  max-width: 87px;
  max-height: 84px;
  -o-object-fit: contain;
  object-fit: contain;
}
.balls ul b {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .balls ul b {
    margin-top: 0;
    margin-bottom: 7px;
  }
}
.balls ul span {
  display: block;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .balls ul span {
    padding: 0;
  }
}
.balls ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  padding: 0 3px;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
.balls ul li:first-child {
  padding-left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .balls ul li:first-child {
    -webkit-transform: unset;
    transform: unset;
  }
}
.balls ul li:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .balls ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 10px 10px;
    border: 1px solid rgba(86, 72, 248, 0.15);
    border-radius: 10px;
    padding: 16px 10px !important;
  }
}
.balls ul li div {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .balls ul li div {
    margin-left: 8px;
    text-align: left;
  }
}
.balls ul li img {
  height: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .balls ul::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 -10px;
    flex: 0 0 -10px;
  }
}
.what-is {
  margin-bottom: 70px;
}
.what-is .what-is-grid {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
.what-is .what-is-grid.what-is-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .what-is .what-is-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .what-is .what-is-grid {
    grid-template-columns: 1fr !important;
  }
}
.what-is .what-is-grid .what-is-card {
  height: 100%;
  background: white;
  border-radius: 10px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-decoration: none !important;
}
.what-is .what-is-grid .what-is-card .what-is-card__head {
  padding: 20px;
  height: 150px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.what-is .what-is-grid .what-is-card .what-is-card__head img {
  max-height: 100%;
  max-width: 100%;
}
.what-is .what-is-grid .what-is-card .what-is-card__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 12px 10px;
}

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