@charset "UTF-8";
/* @todo: FONTS */
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSans-Narrow.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/PTSans-Narrow.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Narrow.woff") format("woff"), url("../fonts/PTSans-Narrow.ttf") format("truetype"), url("../fonts/PTSans-Narrow.svg#PTSans-Narrow") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-Condensed";
  src: url("../fonts/D-DIN-Condensed.ttf.woff") format("woff"), url("../fonts/D-DIN-Condensed.ttf.svg#D-DIN-Condensed") format("svg"), url("../fonts/D-DIN-Condensed.ttf.eot"), url("../fonts/D-DIN-Condensed.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-Condensed";
  src: url("../fonts/D-DIN-Condensed-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
  font-display: swap;
}
/* @todo: FORMAT */
html {
  background-color: #000;
  margin: auto;
}

body {
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  color: #777;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

body.front {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

h1,
h2,
h3 {
  font-family: "PTSans", sans-serif;
  padding: 0;
  text-transform: uppercase;
  line-height: 1.2;
}

h1 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
  text-shadow: 0 0 4px #000;
  position: absolute;
  top: -110px;
  right: 0;
  left: 0;
}

#main-content-page-front h1 {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  background: black;
  font-size: 30px;
  padding: 20px 0 35px 0;
  text-align: center;
  color: #f6b130;
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

h2 a,
h2 a:hover {
  color: #000;
}

#main-content-page h2,
#main-content-page h3 {
  text-align: center;
}

h3 {
  font-size: 26px;
  font-weight: normal;
  color: #000;
  text-align: center;
}

#main-maintenance h1 {
  font-size: 28px;
  position: relative;
  text-shadow: none;
  color: #c00;
  top: 0;
  padding: 40px 0;
}

#main-content-game h1 {
  top: -190px;
  text-shadow: 0 0 4px #000;
}

#main-content-page-front h2 {
  text-align: center;
}

a,
a:link {
  border: none;
  text-decoration: none;
}

a:visited {
  color: #c00;
}

a:active,
a:hover {
  color: #f00;
}

hr {
  border-color: #ccc;
  border-style: dashed;
  border-width: 1px 0 0;
  padding-bottom: 15px;
}

#main-content-event .body ol {
  padding-left: 20px;
}

#main-content-event .body ol li {
  padding-left: 10px;
}

#main-content-event .body ul {
  padding: 0;
}

#main-content-event .body ul li {
  list-style-type: none;
}

#main-content-event .body ul li:before {
  color: #c00;
  content: "•";
  padding-right: 20px;
}

#main-content-event .body img {
  margin: 30px 40px 20px 0;
  float: left;
}

img {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

p {
  padding: 14px 0;
  margin: 0;
}

strong {
  font-weight: bold;
}

tbody {
  border: none;
}

#page_wrapper .container {
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* HEADER */
#menu-book {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
  line-height: 1;
  font-family: "PTSans", sans-serif;
}

#menu-book ul.menu:after {
  display: block;
  content: "";
  clear: both;
}

#menu-book a {
  padding: 10px 0;
  border: none;
  background-color: #c00;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  display: block;
  text-align: center;
  width: 230px;
}

#menu-book a:hover,
#menu-book a.active {
  border: none;
  color: #fff;
  background-color: #f00;
}

/* ??? */
#main-content-event .body table {
  width: 100%;
  margin: 20px 0 30px;
}

#main-content-event .body table td {
  padding: 5px 20px;
}

#main-content-event .body table tr {
  border-bottom: 1px dashed #ccc;
}

#main-content-event .body table tr:last-child {
  border: none;
}

#main-content-event .body table thead {
  padding-bottom: 20px;
}

#main-content-event .body table thead th {
  color: #fff;
  background-color: #777;
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  padding: 10px 20px;
}

#main-content-event .body table thead tr {
  padding-bottom: 20px;
}

.node li {
  padding: 5px 0;
}

.block-title {
  color: #777;
  font-size: 8px;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: right;
  text-transform: uppercase;
}

ul.primary {
  font-size: 14px;
  margin: 10px auto;
  height: 25px;
}

ul.primary li a {
  padding: 10px 20px;
}

ul.primary.tabs {
  position: relative;
  z-index: 1000;
}

div.messages {
  background-color: #999;
  background-image: none;
  border: none;
  color: #000;
  font-size: 17px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
}

.bl1,
.rd1 {
  font-family: "PTSans", sans-serif;
  text-align: center;
  color: #000;
  line-height: 1.1;
  padding: 10px 0;
}

.bl1 {
  color: #000;
}

.rd1 {
  color: #900;
}

/* @todo: HEAD */
#header {
  min-height: 120px;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 2;
  margin-bottom: 30px;
}

#logo {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
}

#logo a {
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 63px;
  display: block;
  cursor: pointer;
  width: 85px;
  margin: 0 auto;
}

#logo a:hover {
  background-image: url("../images/logo_on.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 63px;
  display: block;
  width: 85px;
  margin: 0 auto;
}

#phone {
  font-family: "PTSans", sans-serif;
  font-size: 17px;
}

#phone a:link {
  color: #f6b130;
}

#metro {
  font-family: "PTSans", sans-serif;
  font-size: 16px;
  color: white;
}

#top {
  margin: 0 auto;
  padding: 0;
  position: relative;
  min-height: 185px;
}

#headgame {
  background-color: #000;
}

.front #headgame {
  background: transparent;
}

#headgame.headnar {
  background-color: #000;
  width: 100%;
  position: fixed;
}

.headnar .header-right {
  padding: 5px 10px 0;
}

.headnar #top {
  margin: auto;
  left: 0;
  right: 0;
  min-height: 70px;
}

.headnar #top #logo,
.headnar #top ul.language-switcher-locale-url,
.headnar #phone,
.headnar #metro {
  display: none;
}

.headnar #main-menu {
  padding: 0;
  font-size: 21px;
  top: 16px;
  left: 10px;
}

.headnar #main-menu ul.menu + ul.menu {
  margin-top: 7px;
}

#main-menu ul.menu + ul.menu li {
  font-size: 0.8em;
}

.menu + .menu li a,
.menu + .menu li a:link,
.menu + .menu li a:visited {
  color: #bdbcbc;
}

.menu + .menu li a:hover {
  color: #f6b130;
}

.headnar #menu-book {
  top: 0;
}

/* @todo: SLIDER */
#rotator {
  width: 100%;
  overflow: hidden;
  margin: 0 auto -100px;
  min-height: 300px;
}

#bck p {
  padding-top: 0;
}

#rotator img {
  display: block;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#rotator .views-row .field-content {
  position: relative;
}
#rotator .views-row .field-content:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.game-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .game-banner {
    padding-bottom: 100px;
  }
  .game-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.game-banner .field_preview_banner img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .game-banner .text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
  }
}
@media (min-width: 768px) {
  .game-banner.mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .game-banner.mobile {
    background-size: cover;
    padding-bottom: 60%;
  }
}
.game-banner .text {
  text-shadow: 0 0 4px #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 960px;
  width: 100%;
}
@media (max-width: 767px) {
  .game-banner .text {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.game-banner .h1 {
  font-weight: bold;
  font-family: "PTSans", sans-serif;
  font-size: 35px;
}
@media (min-width: 768px) {
  .game-banner .h1 {
    font-size: 80px;
  }
}
.game-banner .tiser {
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .game-banner .tiser {
    font-size: 180%;
  }
}
.game-banner .tiser p {
  padding: 0;
}

@media (max-width: 767px) {
  .game-banner.desktop {
    background-image: none !important;
    min-height: auto !important;
  }
}

#underhead {
  z-index: 3;
}

/* @todo: PAGE */
.locale-untranslated {
  text-decoration: none;
}

#page_wrapper {
  margin: 0 auto;
  position: relative;
}

.front #page_wrapper {
  overflow-x: hidden;
}

#main-content-game {
  background-color: #fff;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

#main-content-game .body {
  font-size: 110%;
}

#main-maintenance {
  width: 400px;
  background-color: #fff;
  margin: 0 auto;
  padding: 70px 60px 80px;
  z-index: 0;
  position: relative;
  font-size: 14px;
}

#main-content-page .body {
  font-size: 120%;
}

#main-content-page,
#main-content-webform,
#main-content-product_display,
#main-content-display,
#main-content,
#main-content-event,
#main-content-banner {
  background-color: #fff;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

#main-content-page-front {
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
  position: relative;
}

#main-content-winner {
  background-color: #fff;
  margin: 0 auto;
  padding: 6px;
  z-index: 1;
  position: relative;
}

#main-content-winner .field-winfoto img {
  padding: 6px 6px 12px;
  margin: 0;
}

.field-tiser {
  color: #fff;
  text-align: center;
}

.field-tiser p {
  font-family: "OpenSans", sans-serif;
  font-size: 180%;
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 0 0 4px #000;
  padding: 0;
  margin: 0;
}

#main-content-game .field-label,
#main-content-game .block-title {
  font-family: "PTSans", sans-serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

#main-content-game .block-title {
  clear: both;
  text-align: center;
  padding: 50px 0 0;
  color: #c00;
  font-size: 60px;
}

#main-content-page-front .body {
  text-align: justify;
}

.how {
  background-image: url("../images/icon_how.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 110px 0 0;
}

.who {
  background-image: url("../images/icon_who.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 100px 0 0;
}

#main-content-game .body .field-label {
  padding: 10px 0;
}

.field-teamplayers,
.field-duration,
.field-age,
.field-winners,
.field-price {
  text-align: center;
}

.evlink {
  padding: 0 0 20px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.evlink p {
  padding: 0 0 18px;
}

.evlink a {
  padding: 5px 10px;
}

.field-teamplayers .field-label {
  background-image: url("../images/icon_teamplayers.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 70px 0 10px;
}

.field-duration .field-label {
  background-image: url("../images/icon_duration.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 75px 0 10px;
  margin: 40px 0 0;
}

.field-age .field-label {
  background-image: url("../images/icon_age.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 70px 0 10px;
  margin: 40px 0 0;
}

.field-winners .field-label {
  background-image: url("../images/icon_winners.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 85px 0 10px;
  margin: 40px 0 0;
}

.field-price .field-label {
  background-image: url("../images/icon_price.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 75px 0 10px;
  margin: 40px 0 0;
}

.field-teamplayers,
.field-duration,
.field-age,
.field-winners,
.field-price {
  font-size: 16px;
}

#underhead {
  height: 52px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
}
@media (min-width: 768px) {
  #underhead {
    top: 50px;
  }
}

@media (min-width: 768px) {
  #page_wrapper.page-wrapper-game {
    margin-top: -50px;
  }
}
.gamepager ul {
  padding: 0;
  margin: 0;
}

.gamepager li.prev,
.gamepager li.next {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gamepager li.prev {
  float: left;
}

.gamepager li.next {
  float: right;
  text-align: right;
}

.gamepager li.prev a,
.gamepager li.next a {
  color: #000;
  font-family: "PTSans", sans-serif;
  font-weight: normal;
  line-height: 1;
  font-size: 30px;
}

.slider {
  position: relative;
  margin: 10px 0;
}

.slider .onban {
  color: #fff;
  font-size: 60px;
  position: absolute;
  text-align: center;
  bottom: 40px;
  width: 100%;
  font-family: "PTSans", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0 4px #000;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.slider:hover .onban {
  text-decoration: underline;
}

.slider .views-slideshow-controls-bottom {
  text-align: center;
  text-decoration: none;
}

.slider .views-slideshow-controls-bottom #views_slideshow_controls_text_previous_slider-block {
  position: absolute;
  left: 20px;
  top: 185px;
  background: url("../images/icon_ar_prev.png") no-repeat;
  width: 50px;
  height: 50px;
  z-index: 5;
  text-indent: -9999px;
  opacity: 0.3;
}

.slider .views-slideshow-controls-bottom #views_slideshow_controls_text_next_slider-block {
  position: absolute;
  right: 20px;
  top: 185px;
  background: url("../images/icon_ar_next.png") no-repeat;
  width: 50px;
  height: 50px;
  z-index: 5;
  text-indent: -9999px;
  opacity: 0.3;
}

.slider .views-slideshow-controls-bottom #views_slideshow_controls_text_previous_slider-block:hover,
.slider .views-slideshow-controls-bottom #views_slideshow_controls_text_next_slider-block:hover {
  opacity: 1;
}

.slider .views-slideshow-controls-bottom #views_slideshow_controls_text_pause_slider-block {
  display: none;
}

#fb-game {
  clear: both;
  padding: 0 0 60px;
}

#main-content-event #fb-game {
  margin: 30px 0 0;
  text-align: center;
}

/* @todo: ADMIN */
#page #edit-field-type-tid-wrapper .form-item,
#page #edit-field-session-tid-wrapper .form-item {
  padding: 5px 0;
}

/* @todo: WEBFORM */
.sendform {
  background-color: #777;
  line-height: 1;
}

.sendform .block-title {
  font-size: 46px;
  font-family: "PTSans", sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 0 0 40px;
  text-align: center;
}

.sendform label {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0;
  text-transform: uppercase;
  display: inline-block;
}

.sendform .form-item {
  margin: 0;
  padding: 20px 0;
  position: relative;
  clear: both;
  float: none;
}

.sendform input {
  padding: 0 10px;
  display: inline-block;
  height: 30px;
}

.sendform .form-required {
  font-size: 12px;
  vertical-align: text-top;
}

.sendform .form-actions input {
  background-color: #c00;
  border: medium none;
  clear: both;
  color: #fff;
  font-size: 28px;
  height: 70px;
  margin: 20px 0 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  font-family: "PTSans", sans-serif;
}

.sendform .form-actions input:hover {
  background-color: #f00;
}

.sendform .form-actions {
  text-align: center;
}

.sendmess {
  padding: 0;
  margin: -12px 0 24px;
}

.sendmess p {
  font-size: 28px;
  padding: 0;
}

/* @todo: FOTO */
#cboxTitle {
  font-size: 18px;
  line-height: 1;
  left: 4px;
  top: -27px;
}

#cboxCurrent {
  font-size: 12px;
  line-height: 1;
  right: 4px;
  top: -23px;
}

#cboxContent {
  margin-top: 27px;
}

.field-foto,
.field-video {
  line-height: 1;
  margin: 0;
  font-size: 0;
}

.field-foto img {
  padding: 10px 10px 10px 0;
  margin: 0;
}

#pageallgames {
  position: relative;
  margin: 0;
  font-family: "PTSans", sans-serif;
  text-transform: uppercase;
}

#pageallgames:after {
  content: "";
  display: table;
  clear: both;
}

#main-content-page #pageallgames {
  margin: -80px -80px 40px;
}

.pageallgames__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: #000000;
}

.allgames {
  float: left;
  padding: 0 15px;
  font-size: 17px;
  line-height: 1.7;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 50%;
  margin-bottom: 30px;
}

.allgames:last-child .prevaddress {
  color: #ffffff;
}

.allgames:last-child .prevaddress__text {
  background: url("../images/loc-w.png") no-repeat 3px center/contain;
}

.prevwrap {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}

.previmg {
  padding: 0;
  margin: 0;
  height: 330px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .previmg {
    height: 314px;
  }
}
.prevtitle {
  color: #fff;
  font-weight: 100;
  line-height: 40px;
  font-size: 26px;
  background-color: #c61618;
  display: block;
}

.prevtiz {
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 20px 30px;
  color: #fff;
  position: relative;
  flex: 1;
}

.prevaddress {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-transform: none;
  font-size: 14px;
  color: #f6b300;
  text-align: center;
}

.prevaddress__text {
  background: url("../images/loc.png") no-repeat 3px center/contain;
  padding-left: 20px;
  box-sizing: border-box;
  display: inline-block;
}

.view-games.view-display-id-attachment_3 .view-content {
  display: flex;
  flex-flow: rpw nowrap;
  justify-content: space-between;
}

.twoiser {
  width: 49.8%;
  text-align: center;
  background-color: #373737;
}

.twoiser .prevtitle {
  line-height: 70px;
  font-size: 30px;
}

.twoiser .prevtiz {
  font-size: 20px;
  padding: 15px 20px 50px;
}

.twoiser .prevaddress {
  bottom: 10px;
}

#pageallgames .attachment-title {
  background-color: #000000;
  overflow: hidden;
  padding-top: 20px;
}

#pageallgames .attachment-title h2 {
  color: #f6b130;
}

/* @todo: Botton */
.button {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 50px;
}

.button a,
.button a:link,
.button a:visited {
  background: none repeat scroll 0 0 #eee;
  border-radius: 20px;
  box-shadow: 0 0 25px #bbb inset;
  color: #888;
  padding: 10px 30px;
  text-shadow: 1px 1px 0 #fff;
}

.button a:hover {
  color: #000;
}

/* @todo: GALLERY */
.gal {
  display: inline;
  font-size: 0;
}

.gal img {
  padding: 6px;
}

#main-content-winner .field-time .field-label,
#main-content-winner .field-type .field-label,
#main-content-winner .field-timewin .field-label,
#main-content-winner .field-session .field-label {
  color: #999;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 20px 0 0;
  font-size: 19px;
}

#main-content-winner .field-country .field-label {
  color: #999;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 20px 0 0;
  font-size: 19px;
  display: inline;
  float: none;
  line-height: 1.3;
}

#main-content-winner .field-country .field-items {
  font-size: 0;
  vertical-align: top;
  display: inline-block;
  float: none;
  max-width: 660px;
  line-height: 1.3;
}

#main-content-winner .field-country .field-items .even,
#main-content-winner .field-country .field-items .odd {
  display: inline;
  float: none;
  line-height: 1.3;
  padding: 0 15px 0 0;
  font-size: 19px;
}

#main-content-winner .field-country .field-item:last-child {
  border-right: none;
}

#main-content-winner .field-country {
  position: relative;
  font-size: 0;
}

#main-content-winner .field-country,
#main-content-winner .field-time,
#main-content-winner .field-type,
#main-content-winner .field-timewin {
  font-family: "PTSans", sans-serif;
  line-height: 1.3;
  padding: 5px 28px;
  margin: 0 6px;
  font-size: 19px;
}

.field-time,
.field-type,
.field-session,
.field-country,
.field-timewin {
  color: #000;
}

/* @todo: PARTNERS */
/* @todo: WINNERS */
#views-exposed-form-winners-page-1 select,
#bookblock select,
#bookblock input,
#views-exposed-form-winners-block select,
#bookblock select#edit-field-session-tid,
.sendform .form-actions input {
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
  border-radius: 0;
}

#bookblock #edit-submit {
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
}

#views-exposed-form-winners-page-1 select:-ms-expand,
#views-exposed-form-winners-block select:-ms-expand,
#bookblock select:-ms-expand#edit-field-session-tid {
  display: none;
}

.container-inline-date .description {
  display: none;
}

#views-exposed-form-winners-page-1,
#views-exposed-form-winners-block {
  background-color: #aaa;
  padding: 40px;
  font-size: 0;
}

#views-exposed-form-winners-block {
  margin: 18px -6px 6px;
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
  height: 40px;
  background-color: #eee;
  color: #555;
  border: none;
  border-radius: 0;
  padding: 0 0 0 52px;
  font-size: 16px;
  background-image: url("../images/icon_calend.png");
  background-position: 13px 4px;
  background-repeat: no-repeat;
}

.form-item {
  margin: 0;
}

#views-exposed-form-winners-page-1 #edit-reset,
#views-exposed-form-winners-block #edit-reset {
  height: 40px;
  width: 40px;
  border: none;
  font-size: 0;
  background-image: url("../images/icon_clear.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #eee;
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
  border-radius: 0;
}

#edit-field-country-tid {
  background-color: #eee;
  color: #555;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  background-image: url("../images/icon_world.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding: 0 0 0 45px;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 0;
  border: none;
  display: block;
}

selected {
  outline: none;
  padding: 0;
}

#edit-field-country-tid option,
#edit-field-country-tid selected {
  padding: 0 0 0 10px;
  text-transform: capitalize;
}

#edit-field-time-value-value-day,
#edit-field-time-value-value-month,
#edit-field-time-value-value-year {
  width: 146px;
}

#main-content-winner .pager,
#main-content .pager {
  clear: both;
  padding: 30px 0;
  margin: 0;
  font-size: 12px;
}

#bookblock .pager {
  background-color: #fff;
  margin: 0;
  font-size: 12px;
  clear: both;
  padding: 40px 0;
  line-height: 1;
}

#main-content-winner .pager .pager-current,
#main-content .pager .pager-current,
#bookblock .pager .pager-current {
  padding: 7px 17px;
  background-color: #c00;
  color: #fff;
  border-radius: 15px;
  font-weight: normal;
}

#main-content-winner .pager li,
#main-content .pager li,
#bookblock .pager li {
  padding: 0 7px;
  margin: 0;
}

.fb-winner {
  position: absolute;
  right: 34px;
  top: 10px;
}

#fb-share {
  position: absolute;
  right: 33px;
  top: -112px;
}

/* @todo: EVENT */
#main-content-event h1,
#main-content-page h1,
#main-content-webform h1,
#main-content-banner h1 {
  font-weight: bold;
  text-align: center;
  padding: 0 0 60px;
  margin: 0;
  position: relative;
  text-shadow: none;
  top: 0;
  line-height: 1.2;
}

#main-content-event h2 {
  text-align: center;
}

#main-content-event .field-eventfoto,
#main-content-banner .field-banner {
  text-align: center;
  padding: 0 0 60px;
}

#main-content-event .body {
  text-align: justify;
  font-size: 18px;
  line-height: 1.3;
}

#main-content-event .body p {
  padding: 12px 0;
}

#main-content-event .field-eventdate {
  text-align: center;
  font-family: "PTSans", sans-serif;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  background-color: #c00;
}

.eventpost {
  padding: 0 0 40px;
  clear: both;
  min-height: 320px;
  font-size: 0;
}

.eventfoto,
.eventright {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.eventdate {
  padding: 17px 40px;
  margin: 0;
  font-family: "PTSans", sans-serif;
  background-color: #999;
  font-size: 30px;
  color: #fff;
}

.eventtitle {
  padding: 0;
  font-family: "PTSans", sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 40px 14px;
  line-height: 1.3;
  height: 94px;
  vertical-align: middle;
  display: table-cell;
}

.eventtext {
  padding: 0 40px;
  color: #999;
  line-height: 1.6;
  font-size: 17px;
}

#main-content .eventspage .item-list .pager {
  padding: 40px 0 0;
}

/* @todo: FOOTER */
#footer {
  background-color: #000;
  min-height: 90px;
  padding: 0;
  position: relative;
  text-align: center;
  margin-top: 30px;
  clear: both;
}

#logo-bottom a {
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 78px;
  display: block;
  cursor: pointer;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.footer-bottom {
  background-color: #c00;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.47;
  color: #fffcfc;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  padding-top: 8px;
}

.footer-top {
  overflow: hidden;
  margin: auto;
}

.footer-blocks {
  padding-bottom: 30px;
  margin-bottom: 45px;
}

.footer-regions {
  overflow: hidden;
}

.footer-top .address {
  color: #f6b130;
  font-size: 11px;
  font-weight: 600;
  margin-top: 5px;
}

.footer-map {
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.map-wrap {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 20px;
}

.map-wrap .title {
  font-size: 22px;
  line-height: 1.16;
  color: #fffcfc;
  font-weight: bold;
  font-family: D-DIN-Condensed;
  text-align: center;
  margin-bottom: 15px;
}

.map-wrap .map {
  margin-bottom: 30px;
}

.map-wrap .map iframe {
  height: 216px;
}

.map-wrap .metro {
  font-size: 18px;
  font-weight: bold;
  font-family: "D-DIN-Condensed";
  color: #fff;
  position: relative;
  padding: 0 32px;
}

.map-wrap .metro {
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-wrap .metro:before {
  content: "";
  display: block;
  width: 28px;
  height: 20px;
  background: url(../images/metro.png) no-repeat center;
  background-size: contain;
}
.map-wrap .metro .field_metro {
  padding-left: 10px;
}

.map-wrap .phone {
  margin-bottom: 10px;
}

.map-wrap .phone a {
  font-family: "D-DIN-Condensed";
  color: #f6b130;
  font-size: 21px;
  white-space: nowrap;
  line-height: 1;
}

.map-wrap .address {
  font-family: Montserrat;
  font-weight: bold;
  color: #f6b130;
  font-size: 14px;
}

/*********************************** BOTTOM MENU ***********************************/
#menu-bottom {
  font-family: Montserrat;
  font-size: 21px;
  line-height: 1.19;
  margin: 0 auto 20px;
  position: relative;
}

#menu-bottom li a,
#menu-bottom li a.active-trail {
  color: #fffcfc;
  font-weight: 500;
  font-size: 16px;
  text-transform: initial;
}

#menu-bottom li a.active,
#menu-bottom li a:hover {
  color: #f6b130;
}

#menu-bottom ul {
  text-align: center;
}

@media (max-width: 1080px) and (min-width: 980px) {
  #menu-bottom {
    padding-inline: 55px;
  }
}

#menu-bottom ul.menu {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  width: 98%;
  flex-wrap: wrap;
}
#menu-bottom ul.menu li {
  flex: 1 1 auto;
  padding-left: 7px;
  padding-right: 7px;
}

.ajax-progress .throbber {
  display: none;
}

.address-bottom {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.address-bottom a {
  color: #ffffff;
}

.address-bottom a:hover {
  color: #f6b130;
}

.address-bottom__item {
  margin-bottom: 20px;
}

/* Update */
article img {
  max-width: 100%;
}

/* Booking */
#bookblock #views-exposed-form-all-page-1 {
  text-align: center;
}

#main-content-booking {
  padding-top: 0;
}

/* Winners */
#winners .description {
  font-size: 17px;
  padding: 20px;
}

/* FAQ */
#faq .views-field-title {
  color: #c00;
  font-size: 120%;
  cursor: pointer;
  background: url(/sites/all/themes/lockclock/images/plus.png) no-repeat left center;
  padding-left: 42px;
  line-height: 32px;
}

#faq .showed .views-field-title {
  background: url(/sites/all/themes/lockclock/images/minus.png) no-repeat left center;
}

#faq .views-field-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  will-change: max-height;
}

#faq .views-field-body a {
  color: #c00;
}
#faq .views-field-body.open {
  max-height: 100%;
  opacity: 1;
  padding: 1rem;
}
@media (max-width: 479px) {
  #faq .views-field-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#faq li.views-row {
  list-style: none;
  margin: 0 0 1em 1.5em;
}

/* Prices page */
.slidepost {
  padding: 0 0 40px;
  clear: both;
  min-height: 320px;
  font-size: 0;
}

.slidefoto,
.slideright {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.slidedate {
  padding: 17px 40px;
  margin: 0;
  font-family: "PTSans", sans-serif;
  background-color: #999;
  font-size: 30px;
  color: #fff;
}

.slidetitle {
  padding: 0;
  font-family: "PTSans", sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 40px 14px;
  line-height: 1.3;
  height: 94px;
  vertical-align: middle;
  display: table-cell;
}

.slidetext {
  padding: 0 40px;
  color: #999;
  line-height: 1.6;
  font-size: 17px;
}

/* Reviews */
.comment .field-photo {
  float: left;
  margin: 10px 20px 10px 10px;
}

.comment h3 {
  text-align: left;
  margin: 10px;
}

#main-content-event .comment h3 {
  margin-top: 0px;
}

#main-content-event .comment .username {
  margin-left: 10px;
  color: #ea7979;
  border-bottom: 1px solid #ea7979;
}

.comment-body {
  margin: 10px;
}

#comments {
  margin: 15px 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  #comments {
    margin: 15px 100px;
    padding-bottom: 10px;
  }
}
.comment {
  margin-bottom: 35px;
}

#main-content-winner .body {
  padding: 20px;
}

.view-partners-logos .views_slideshow_cycle_teaser_section {
  margin: 0 auto;
  width: auto !important;
}

.view-partners-logos .views_slideshow_slide {
  position: static;
  /* top: 0px; */
  /* left: 0px; */
  display: block;
  /* z-index: 11; */
  opacity: 1;
  width: 100%;
  height: 283px;
  margin: 0 auto;
  line-height: 283px;
}

.view-partners-logos .views-slideshow-cycle-main-frame-row-item {
  width: 50%;
  float: left;
  vertical-align: middle;
}

.view-partners-logos .views-slideshow-controls-text-next {
  float: right;
  background: url(../images/controls.png) no-repeat -43px -32px;
  width: 32px;
  height: 32px;
}

.view-partners-logos .views-slideshow-controls-text-previous {
  float: left;
  background: url(../images/controls.png) no-repeat 0 -32px;
  width: 32px;
  height: 32px;
}

.view-partners-logos .views-slideshow-controls-text-previous:hover {
  background-position: 0 0;
}

.view-partners-logos .views-slideshow-controls-text-next:hover {
  background-position: -43px 0;
}

.view-partners-logos .views-slideshow-controls-text-next a,
.view-partners-logos .views-slideshow-controls-text-previous a {
  display: none;
}

.view-partners-logos .views-slideshow-controls-text-pause {
  display: none;
}

.view-partners-logos .views-slideshow-controls-text {
  position: relative;
  top: 158px;
  z-index: 500;
}

.view-partners-logos .views-slideshow-cycle-main-frame-row {
  width: 700px !important;
  margin: 0 50px 0 50px;
}

.comment-form .filter-wrapper {
  display: none;
}

#edit-commerce-payment-payment-method div.form-item-commerce-payment-payment-method:nth-child(2) label:after {
  content: " ";
  display: inline-block;
  width: 140px;
  height: 36px;
  background-image: url("../images/visa-mastercard.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 140px;
  position: absolute;
  margin-top: -8px;
  margin-left: -8px;
}

#edit-commerce-payment-payment-method div.form-item-commerce-payment-payment-method:first-child {
  /*background-size: 200px;
  background-image: url('../images/visa-mastercard.png');
  background-repeat: no-repeat;
  background-position: left;*/
}

/* FIVESTAR MODULE */
/* Static View-only Star Version */
div.fivestar-widget-static {
  display: block;
}

div.fivestar-widget-static br {
  clear: left;
  /* RTL */
}

div.fivestar-widget-static .star {
  float: left;
  /* RTL */
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  background: url(../images/star.gif) no-repeat 0 0;
  /* RTL */
}

div.fivestar-widget-static .star span.on {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/star.gif) no-repeat 0 -32px;
  /* RTL */
}

div.fivestar-widget-static .star span.off {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/star.gif) no-repeat 0 0;
  /* RTL */
}

#main-content-page-front > article {
  position: relative;
}

#main-content-page-front h1 {
  padding-left: 10px;
  order: 1;
}

.title-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: center;
}

#main-content-page-front .title-wrapper {
  background-color: #000000;
  padding-bottom: 20px;
}

#main-content-page-front > article .block-title {
  font-size: 32px;
  line-height: 1;
  color: #ffcc00;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.trip-logo {
  width: 92px;
  height: 92px;
  order: 0;
}

.trip-logo:after {
  background: url(../images/logo-trip.png) no-repeat;
  content: "";
  display: block;
  z-index: 10;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.players {
  margin-top: 10px;
  font-size: 16px;
}

.players__text {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/players.png) no-repeat left center/contain;
}

#main-maintenance.page-404-content {
  margin-top: 50px;
}

#commerce-checkout-form-checkout .description p {
  padding: 0;
  margin: 10px 0;
}

/* Attach */
#pageallgames .attachment {
  clear: both;
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: #000000;
}

#pageallgames .attach {
  background-color: #000000;
  padding-top: 15px;
  position: relative;
  width: 320px;
  margin: auto;
}

#pageallgames .attach .attach__title a {
  color: #f6b130;
  font-size: 30px;
}

#pageallgames .attach .players__text {
  font-size: 21px;
}

#pageallgames .attach .attach_desc {
  color: #fff;
  text-shadow: 0 0 6px #000;
}

#pageallgames .attach__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 40px;
  padding: 10px;
}

#pageallgames .attach_desc {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 100px;
  font-size: 24px;
  line-height: 1.3;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.3);
}

#pageallgames .attach__tiz {
  width: 70%;
}

#pageallgames .attach__players {
  width: 30%;
  text-align: center;
}

@media (min-width: 767px) {
  #pageallgames .attach {
    width: 100%;
  }
}
#webform-client-form-1102::before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

#webform-client-form-1102 .warn-lay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: block;
}

#webform-client-form-1102 {
  display: none;
}

#webform-client-form-1102.open {
  display: block;
}

#webform-client-form-1102 > div {
  width: 90%;
  height: 500px;
  padding: 10px;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
}

#webform-client-form-1102 .form-item {
  padding: 0;
  text-align: left;
  position: static;
}

#webform-client-form-1102 .webform-component-markup p {
  padding: 0;
  margin-bottom: 20px;
}

#webform-client-form-1102 .form-actions {
  text-align: center;
  display: none;
}

#webform-client-form-1102 input.form-submit {
  text-align: center;
  height: 40px;
  font-size: 22px;
  margin: 20px auto 0;
  display: block;
  cursor: pointer;
  display: none;
}

#webform-client-form-1102 .webform-component-email {
  text-align: center;
  display: none;
}

#webform-client-form-1102 label {
  color: #000000;
  display: block;
  text-align: center;
}

#webform-client-form-1102 .close-btn {
  color: #c00;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}

#webform-client-form-1102 .webform-component-markup {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#webform-client-form-1102 .webform-component-markup .left img {
  max-width: 100%;
  height: auto;
}

#webform-client-form-1102 .webform-component-markup .left {
  width: 80%;
}

#webform-client-form-1102 .webform-component-markup .right {
  font-size: 14px;
  padding: 10px 0;
}

@media (min-width: 768px) {
  #webform-client-form-1102 .webform-component-markup {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  #webform-client-form-1102 .webform-component-markup .left {
    width: 50%;
    margin-right: 20px;
  }
  #webform-client-form-1102 .webform-component-markup .right {
    width: 50%;
    font-size: 20px;
    padding: 0;
  }
  #webform-client-form-1102 > div {
    width: 700px;
    height: 350px;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #webform-client-form-1102 > div {
    width: 900px;
    height: 440px;
    padding: 20px;
  }
}
/* Booking */
.book-now-page #main-content {
  background-color: transparent;
  padding-top: 10px;
}

.book-now-page #main-content-page h1,
.book-now-page .body p {
  color: #ffffff;
  text-shadow: 0 0 4px #000;
}

.front .front-title {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  background: black;
  font-size: 30px;
  padding: 20px 0 35px 0;
  text-align: center;
  color: #f6b130;
}

body.book-now-page #page_wrapper {
  background: url("../images/checkout.jpg") no-repeat center top;
}

body.book-now-page #main-content-page {
  background-color: transparent;
}

/* Anchor */
.turitop-anchor-btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 30px 0;
}

.turitop-anchor-btn {
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
}

.turitop-anchor-btn a {
  padding: 10px 20px;
  border: none;
  background-color: #c00;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  display: block;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.turitop-anchor-btn a:hover {
  text-decoration: none;
  background-color: #f00;
}

.anchor-pos {
  display: block;
  height: 200px;
  margin-top: -200px;
  visibility: hidden;
}

@media (min-width: 768px) {
  .turitop-anchor-btns {
    flex-flow: row wrap;
    margin: 30px -10px;
    justify-content: center;
  }
  .turitop-anchor-btn {
    width: auto;
    margin-bottom: 10;
    padding: 0 10px;
    width: 25%;
    box-sizing: border-box;
  }
  .turitop-anchor-btn a {
    width: 155px;
  }
  .turitop-anchor-btn:last-child a {
    width: auto;
  }
  .anchor-pos {
    height: 300px;
    margin-top: -300px;
  }
}
/* Gift voucher */
.turitop-voucher-btns {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.turitop-voucher-btns .voucher-pair .voucher-btn {
  margin: 10px 5px;
}

.turitop-voucher-btns .voucher-pair .voucher-btn a {
  font-size: 11px;
  padding: 10px;
  width: 220px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  font-family: arial;
  color: #333;
  border: 2px solid #c00;
  border-radius: unset;
}

@media (min-width: 563px) {
  .turitop-voucher-btns {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .turitop-voucher-btns {
    position: relative;
    left: -60px;
    right: -60px;
    width: 920px;
    flex-flow: row nowrap;
  }
  .turitop-voucher-btns .voucher-pair .voucher-btn a {
    width: 195px;
  }
  .turitop-voucher-btns .voucher-pair .long-line a {
    font-size: 10px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .book-now-page #ercalendar .col-xl-4 {
    max-width: 50%;
    flex: 0 0 auto;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #content-bottom {
    width: 960px;
    margin: auto;
  }
}
#formCoupon {
  margin-bottom: 60px;
}

#formCoupon .custom-control-label {
  display: inline-block;
}

#formCoupon .custom-control-label::before {
  margin-top: -4px;
}

/*Front main block*/
.front-block {
  font-size: 16px;
  padding-top: 25px;
  margin-bottom: 48px;
}

.front-block__big-title {
  font-size: 46px;
  line-height: 1;
  color: #ffcc00;
  font-weight: 600;
  text-align: center;
  filter: drop-shadow(-9.945px -1.045px 4.5px rgba(0, 0, 0, 0.75));
  text-transform: uppercase;
  font-family: Montserrat;
  margin-bottom: 30px;
}

.front-block__title h1 {
  position: static;
  font-size: 29px;
  line-height: 1;
  color: #fffcfc;
  font-weight: 600;
  font-family: Montserrat;
  text-align: center;
  text-transform: initial;
  margin-bottom: 56px;
}

.front-block__icons {
  text-align: center;
  margin-bottom: 30px;
}

.front-block__icons img {
  margin: 0 25px 20px;
  width: 100px;
}

.front-block__content {
  font-size: 14px;
  line-height: 1.38;
  color: #fffcfc;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-wrap: wrap;
}

.front-block__content:after {
  content: "";
  display: block;
  clear: both;
}

.front-block__content ul {
  padding: 0;
  margin-top: 15px;
}

.front-block__content ul li {
  list-style: none;
  margin-bottom: 4px;
}

.front-block__content ul li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon-list-item.png) no-repeat center;
  background-size: contain;
  margin-right: 3px;
}

.front-block__left,
.front-block__right {
  float: left;
  width: 43%;
  padding: 0 15px;
  box-sizing: border-box;
}

.front-block__left {
  width: 57%;
}

.front-block__wrapper {
  border-radius: 43px;
  background-color: rgba(49, 49, 53, 0.5);
  padding: 8px;
  height: 100%;
}

.front-block__left .front-block__wrapper p:first-child {
  padding-bottom: 0;
}

.front-block__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

html[lang=fr] .front-block__wrapper ul {
  margin-top: unset;
}

.node-game.node-teaser {
  background: #313135;
  text-transform: initial;
  padding-bottom: 80px;
  height: 100%;
  box-sizing: border-box;
}

.node-game.node-teaser .title {
  width: 100%;
}

.node-game.node-teaser .title a {
  display: inline-block;
  font-size: 32px;
  text-transform: initial;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.27;
  margin-top: 17px;
  font-family: "D-DIN-Condensed";
}

.node-game.node-teaser .field-tiser {
  margin-bottom: 14px;
}

.node-game.node-teaser .field-tiser,
.node-game.node-teaser .field-tiser p {
  position: static;
  width: auto;
  font-size: 14px;
  line-height: 1.7;
  color: #fffcfc;
  font-weight: 400;
  font-family: Montserrat;
  text-align: center;
  text-transform: none;
  text-shadow: none;
}

.node-project.node-teaser {
  background: #f2f2f2;
  padding: 25px 38px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
}

.node-game.node-teaser .img-wrapper {
  position: relative;
  overflow: hidden;
}

.node-game.node-teaser .full-page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.node-game.node-teaser .field-preview img {
  width: 100%;
  height: auto;
}

.node-game.node-teaser .field-preview-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(20%);
  opacity: 0;
  transition: all 300ms;
  background: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  line-height: 1.19;
  color: #fffcfc;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  text-transform: initial;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
  align-content: center;
  overflow: hidden;
}

.node-game.node-teaser .title {
  font-size: initial;
  margin: 0;
}

.node-game.node-teaser .field-preview-text p {
  padding: 10px 0;
}

.node-game.node-teaser:hover .field-preview-text {
  transform: translate(0);
  opacity: 1;
}

.node-game.node-teaser .content {
  width: 450px;
  box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.node-game.node-teaser .field_game_type a {
  color: inherit;
}

.node-game.node-teaser .field_game_type {
  font-size: 21px;
  line-height: 1.15;
  color: #f5b119;
  font-weight: bold;
  font-family: D-DIN-Condensed;
  text-align: center;
  text-transform: initial;
  margin-bottom: 10px;
}

.node-game.node-teaser .field_game_type.game-type-1052 {
  color: #cc0000;
}

.node-game.node-teaser .field_game_type.game-type-1050,
.node-game.node-teaser .field_game_type.game-type-1051 {
  color: #67a9fc;
}

.node-game.node-teaser .group-game-attributes {
  border-top: 1px solid #fef9f1;
  border-bottom: 1px solid #fef9f1;
  width: 376px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 10px 10px;
  box-sizing: border-box;
  margin-bottom: 6px;
  max-width: 100%;
  justify-content: space-between;
}

.node-game.node-teaser .field-teamplayers,
.node-game.node-teaser .field-age,
.node-game.node-teaser .field-duration,
.node-game.node-teaser .field-winners {
  width: auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #fffcfc;
  font-weight: 400;
  font-family: Montserrat;
}

.node-game.node-teaser .field-teamplayers a,
.node-game.node-teaser .field-age a,
.node-game.node-teaser .field-duration a,
.node-game.node-teaser .field-winners a {
  color: #fffcfc;
}

.node-game.node-teaser a {
  transition: all 300ms;
}

.node-game.node-teaser a:hover {
  color: red;
}

.node-game.node-teaser .field-winners {
  text-transform: lowercase;
}

.node-game.node-teaser .field-address-game {
  font-size: 14px;
  line-height: 1.7;
  color: #fffcfc;
  font-weight: 400;
  font-family: Montserrat;
  text-align: center;
}

.node-game.node-teaser .field-teamplayers a {
  white-space: nowrap;
}

.node-game.node-teaser .field-teamplayers a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 21px;
  background: url(../images/icon-user.png) no-repeat center;
  background-size: contain;
  margin-bottom: -6px;
  margin-right: 8px;
}

.node-game.node-teaser .btn__more {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #262936;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  background: #ffcc00;
  display: inline-block;
  padding: 12px 18px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}

.node-game.node-teaser .btn__more:hover {
  background-color: #c00;
  color: #fff;
}

.node-project.node-teaser .group-project-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.node-project.node-teaser .group-project-row:after {
  content: "";
  display: block;
  clear: both;
}

.node-project.node-teaser .group-project-left {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}

.node-project.node-teaser .group-project-right {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.node-project.node-teaser .field-project-photo img {
  width: 250px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.node-project.node-teaser .body,
#block-views-front-block .node-project.node-teaser .body {
  font-size: 14px;
  line-height: 1.3;
  color: #313135;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  padding: 0;
}

.node-project.node-teaser .body p {
  padding: 10px 0;
}

.node-project.node-teaser .body a {
  color: #313135;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  transition: all 200ms;
}

.node-project.node-teaser .body a:hover {
  text-decoration: none;
  color: #c00;
}

.node-project.node-teaser .field-project-logo {
  text-align: center;
  margin-bottom: 10px;
}

.node-project.node-teaser .field-project-logo img {
  display: inline-block;
}

.node-project.node-teaser .field-project-title {
  font-size: 42px;
  line-height: 1;
  color: #ffcc00;
  font-weight: bold;
  text-align: center;
  filter: drop-shadow(-2.939px 4.045px 2.5px rgba(0, 0, 0, 0.75));
  margin-bottom: 20px;
  font-family: D-DIN-Condensed;
  margin-top: 0;
}

#block-views-front-block {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}

#block-views-front-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  background-repeat: repeat-x;
  background-position: top center;
  transform: translate(-50%);
  left: 50%;
}

#block-views-front-block.block.block-views .block-title {
  margin-bottom: 40px;
}

#block-views-front-block .slick-slider .slick-track,
#block-views-front-block .slick-slider .slick-list {
  display: flex;
}

#block-views-front-block .slick-slide > div,
#block-views-front-block .slick-slide,
#block-views-front-block .slick__slide {
  height: 100%;
}

.slick-dots {
  padding-top: 45px;
  bottom: -45px;
}

.slick-dots li {
  margin: 0 7px;
}

.slick-dots li button {
  border-radius: 50%;
  background: #f5b119;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background: #cb0000;
}

.slick-arrow,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  width: 21px;
  height: 73px;
  background: url(../images/icon-next.png) no-repeat center;
  background-size: contain;
  border-radius: 0;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background-image: url(../images/icon-prev.png);
}

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

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.advantages {
  padding-top: 30px;
  font-family: Montserrat;
  background: #000;
  margin-bottom: 30px;
}

.advantages .advantages__title {
  width: 75%;
  margin: 0 auto 30px;
}

.advantages .advantages__title h2 {
  margin: 10px 0 10px 0;
  font-size: 32px;
  line-height: 1.15;
  color: #ffcc00;
  font-weight: 500;
  font-family: Montserrat;
}

.advantages .advantages__desc {
  text-align: center;
  width: 812px;
  max-width: 100%;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.47;
  color: #fffcfc;
  font-weight: 500;
  font-family: Montserrat;
}

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

.advantages .advantages__item {
  padding: 0 15px;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 30px;
}

.advantages__item-wrapper {
  border-radius: 25px;
  background-color: #313135;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
}

.advantages .advantages__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 14px;
}

.advantages .advantages_item-1 .advantages__icon {
  background: url("../images/icon-advantages-1-hover.webp") no-repeat center center;
  background-size: contain;
}

.advantages .advantages_item-1:hover .advantages__icon {
  background: url("../images/icon-advantages-1.webp") no-repeat center center;
  background-size: contain;
}

.advantages .advantages_item-2 .advantages__icon {
  background: url("../images/icon-advantages-2-hover.webp") no-repeat center center;
  background-size: contain;
}

.advantages .advantages_item-2:hover .advantages__icon {
  background: url("../images/icon-advantages-2.webp") no-repeat center center;
  background-size: contain;
}

.advantages .advantages_item-3 .advantages__icon {
  background: url("../images/icon-advantages-3-hover.webp") no-repeat center center;
  background-size: contain;
}

.advantages .advantages_item-3:hover .advantages__icon {
  background: url("../images/icon-advantages-3.webp") no-repeat center center;
  background-size: contain;
}

.advantages .advantages_item-4 .advantages__icon {
  background: url("../images/icon-advantages-4-hover.webp") no-repeat center center;
  background-size: contain;
}

.advantages .advantages_item-4:hover .advantages__icon {
  background: url("../images/icon-advantages-4.png") no-repeat center center;
  background-size: contain;
}

.advantages .advantages__label {
  margin-bottom: 22px;
}

.advantages .advantages__label h3 {
  text-align: center;
  font-size: 17px;
  line-height: 1.294;
  color: #fffcfc;
  font-weight: 500;
  text-transform: initial;
  font-family: Montserrat;
}

.advantages .advantages__text {
  font-size: 14px;
  line-height: 1.294;
  color: #fffcfc;
  font-weight: 500;
  text-align: center;
}

.advantages .slick-arrow {
  top: 50px;
  z-index: 10;
}

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

.banner-form {
  width: 330px;
  background-color: #313135;
  box-sizing: border-box;
  padding: 40px 30px 56px;
  text-align: center;
  margin-left: auto;
  margin-right: 25px;
}

.banner-form .banner-form__title h4 {
  font-size: 32px;
  color: #fffcfc;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.banner-form .banner-form__desc {
  font-size: 14px;
  line-height: 1.38;
  color: #fffcfc;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  margin-bottom: 42px;
}

.banner-form .banner-form__btn a {
  font-size: 14px;
  line-height: 1;
  color: #262936;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  background: #ffcc00;
  display: inline-block;
  padding: 12px 18px;
  transition: all 300ms;
}

.banner-form .banner-form__btn a:hover {
  background-color: #c00;
  color: #fff;
}

#block-views-reviews-block {
  background: #eeeeee;
  padding-top: 60px;
  padding-bottom: 30px;
}

#block-views-reviews-block .block-title {
  font-size: 32px;
  line-height: 1.15;
  color: #313135;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  margin-bottom: 14px;
}

#block-views-reviews-block .slick {
  padding: 25px 50px;
  font-size: 14px;
}

#block-views-reviews-block .slick-slide {
  padding: 0 15px 100px;
}

#block-views-reviews-block .slick-slider {
  margin-left: -15px;
  margin-right: -15px;
}

#block-views-reviews-block .slick h3 {
  font-size: 18px;
}

#block-views-reviews-block .slick h3 a {
  color: #c00;
}

.comment.review {
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.comment.review .field-photo {
  float: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
}

.comment.review .field-photo:before {
  content: "";
  height: 31px;
  width: 29px;
  background: url(../images/icon-review.png) no-repeat center;
  background-size: contain;
  display: block;
  margin-left: 40px;
  margin-bottom: 8px;
}

.comment.review .field-photo img {
  border-radius: 50%;
}

#block-views-faq-block-1 {
  padding-top: 60px;
  padding-bottom: 70px;
}

#block-views-faq-block-1 .block-title {
  font-size: 46px;
  line-height: 1;
  color: #ffcc00;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: D-DIN-Condensed;
  margin-bottom: 60px;
}

#block-views-faq-block-1 .views-field-title {
  font-family: D-DIN-Condensed;
  font-size: 18px;
  line-height: 1.32;
  color: #fffcfc;
  font-weight: bold;
  padding-left: 0;
  background: transparent;
  padding-right: 42px;
  position: relative;
}

#block-views-faq-block-1 .faq-item-list ul {
  padding: 0;
}

@media (min-width: 768px) {
  #block-views-faq-block-1 .faq-item-list ul {
    width: 700px;
    max-width: 100%;
    margin: auto;
  }
}
#block-views-faq-block-1 ul li.views-row {
  margin: 0 0 28px;
  border-bottom: 1px solid #fffcfc;
}

#block-views-faq-block-1 .views-field-body {
  color: #fffcfc;
  font-size: 14px;
}

#block-views-faq-block-1 .views-field-title:after {
  display: block;
  content: "+";
  font-weight: 600;
  font-size: 30px;
  color: #313131;
  border-radius: 50%;
  background-color: #fffcfc;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: -13px;
  transition: all 0.3s;
  font-family: Arial;
  line-height: 23px;
}

#block-views-faq-block-1 .showed .views-field-title::after {
  content: "-";
  line-height: 19px;
}

#footer {
  position: relative;
  text-align: center;
  clear: both;
  margin: 0;
}

.footer-top {
  position: relative;
}

.footer-content {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

.footer-top .block-webform {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 90px;
  padding: 40px 0 56px;
  background-size: 40%;
  margin-bottom: 20px;
}

.footer-top .block-webform form {
  width: 508px;
  max-width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: 30px;
}

.footer-top .block-webform .webform-component-markup {
  font-size: 24px;
  line-height: 1.38;
  color: #fffcfc;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  margin-bottom: 30px;
}

.footer-top .block-webform .webform-component-markup h4 {
  padding: 14px 0;
  margin: 0;
  font-weight: initial;
}

.footer-top .block-webform .form-item.webform-component-email {
  float: left;
  padding: 0;
  width: calc(100% - 184px);
}

.footer-top .block-webform .form-item.webform-component-email input {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  outline: none;
}

.footer-top .block-webform .form-actions input {
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-family: D-DIN-Condensed;
  text-align: center;
  background-color: #c00;
  margin: 0;
  height: 36px;
  width: 184px;
}

.block-footer-desc {
  padding-top: 60px;
  margin-bottom: 55px;
}

.block-footer-desc .block-title {
  font-size: 32px;
  line-height: 1.38;
  color: #fffcfc;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
  text-transform: initial;
  margin-bottom: 3px;
}

.block-footer-desc .description {
  color: #fffcfc;
  font-weight: 500;
  font-family: "Montserrat";
  text-align: center;
  font-size: 18px;
  line-height: 1.38;
}

.block-footer-desc .contacts {
  text-align: center;
}

.block-footer-desc .contacts a {
  display: block;
  font-size: 18px;
  line-height: 1.38;
  color: #fffcfc;
  font-weight: 500;
  font-family: Montserrat;
}

#block-menu-menu-social,
.block-footer-social {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

#block-menu-menu-social ul.menu,
.block-footer-social ul.menu {
  font-size: 0;
  margin: 0 90px;
}

.block-footer-social ul.menu {
  text-align: right;
}

#block-menu-menu-social ul.menu li,
.block-footer-social ul.menu li {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 8px 10px;
}

#block-menu-menu-social ul.menu li a,
.block-footer-social ul.menu li a {
  font-size: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #000;
}

#block-menu-menu-social ul.menu li a {
  background: url(../images/icon-social-fb.png) no-repeat center;
  background-size: contain;
  background-color: #000;
}

#block-menu-menu-social ul.menu li:nth-of-type(2) a {
  background-image: url(../images/icon-social-inst.png);
}

#block-menu-menu-social ul.menu li:nth-of-type(3) a {
  background-image: url(../images/icon-social-youtube.png);
}

.block-footer-social ul.menu li a {
  background: url(../images/icon-social-mail.png) no-repeat center;
  background-size: contain;
  background-color: #000;
}

.block-footer-social ul.menu li:nth-of-type(2) a {
  background-image: url(../images/icon-social-whatsapp.png);
}

.block-footer-social ul.menu li:nth-of-type(3) a {
  background-image: url(../images/icon-social-phone.png);
}

.popup-plus {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 10;
}

.popup-plus__content {
  padding: 20px;
  background: #fff;
  clear: both;
  display: none;
}

.popup-plus__action a {
  font-size: 50px;
  line-height: 1;
}

#colorbox .popup-plus__content {
  display: block;
}

@media all and (orientation: landscape) {
  .contenedor {
    width: 175%;
    margin-left: -17%;
  }
}
.eu-cookie-compliance-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.eu-cookie-compliance-buttons {
  margin-bottom: 0;
}

.eu-cookie-compliance-secondary-button {
  padding: 0;
  margin: 0;
}

.eu-cookie-compliance-default-button {
  padding: 0;
  margin: 0;
}

.agree-button.eu-cookie-compliance-secondary-button {
  margin-right: 10px;
}

.eu-cookie-compliance-default-button.decline-button {
  padding: 5px 10px;
  border-radius: 0;
}

.field-eventfoto img {
  width: 100%;
  height: auto;
}

#main-content-event .field-tags {
  display: flex;
}

#main-content-event .field-tags .field__items {
  width: 100%;
}

#main-content-event .field-tags .field__item {
  display: inline-block;
}

.user-login-form label,
.user-login-form input,
.user-pass label,
.user-pass input {
  width: 100%;
  padding: 0;
  margin: 7px 0 7px 0;
  box-sizing: border-box;
}

.user-login-form .form-item input,
.user-pass .form-item input {
  border: 1px solid #1d1d1d;
  padding: 7px;
}

.user-login-form .form-actions input,
.user-pass .form-actions input {
  border: none;
  background-color: #1d1d1d;
  color: #bdbcbc;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

#cboxContent {
  margin-top: 0 !important;
}

#cboxClose {
  top: 0;
  bottom: unset !important;
}

#block-lock-foradresssitesfooter .body {
  padding: 0;
}

.language-switcher-locale-url li[hreflang=ru] {
  display: none !important;
}

.hidden {
  display: none !important;
}

.review-sections .fivestar-static-form-item .description {
  display: none !important;
}

.review-sections .slick-arrow {
  z-index: 99;
}

body.page-gift-voucher #main-content .field_image {
  display: none !important;
}

/*body.book-now-page #block-lock-page-title {*/
/*display: none!important;*/
/*}*/
#main-content a {
  color: #c00;
}

.field a {
  color: #c00;
}

html[lang=fr] #main-menu ul.menu + ul.menu li.conditions_d_utilisation, html[lang=fr] #main-menu ul.menu + ul.menu li.blog {
  display: none !important;
}

.field_file_to_insert {
  padding-bottom: 35px;
}
.field_file_to_insert .field-label {
  margin-bottom: 5px;
}
.field_file_to_insert .file + span {
  display: none !important;
}
.field_file_to_insert .file.file--application-pdf {
  background: url("../images/icons/application-pdf.png") no-repeat left center;
  padding-left: 22px;
}

#cboxTitle {
  background-color: transparent !important;
}

.webform-confirmation__message a {
  color: #f00;
}

.webform-confirmation__back a {
  color: #fff;
  background-color: rgb(204, 0, 0);
  text-transform: uppercase;
  padding: 10px 25px;
  line-height: 1;
  font-weight: normal;
  transition: background-color 0.3s ease;
}
.webform-confirmation__back a:hover {
  background-color: rgb(255, 0, 0);
}

body.path-webform #main-content-page > #main-content {
  display: none !important;
}
body.path-webform .webform-confirmation__message img {
  width: 100%;
  height: auto;
}

.primary-tabs {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.primary-tabs > li {
  padding-inline: 5px;
}
.primary-tabs a {
  display: block;
  color: #000;
  background-color: white;
  padding: 10px 20px;
  text-transform: lowercase;
  transition: background-color 0.5s ease;
}
.primary-tabs a:hover {
  background-color: #d9d9d9;
}

#block-lock-tabs {
  z-index: 99;
}

#block-contact-block {
  clear: both;
}
#block-contact-block .contact-block {
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 435px) {
  #block-contact-block .contact-block {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#block-contact-block p {
  margin-inline: 7px;
  padding: 5px 0;
}
#block-contact-block p a {
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  width: 50px;
  height: 50px;
}
#block-contact-block p a svg {
  margin: auto;
}
@media (min-width: 436px) {
  #block-contact-block .facebook {
    margin-left: auto;
  }
}
#block-contact-block .facebook a, #block-contact-block .instagram a, #block-contact-block .youtube a {
  background-color: #f6b130;
}

.svg-icon {
  width: 33px;
  height: 33px;
}

#page_wrapper.page-builder {
  background: #000;
  margin-top: -30px;
  padding-top: 45px;
}

#page_wrapper.page-builder #root {
  margin-bottom: -80px;
  background: #F6B501;
  color: #000;
  padding: 20px;
}

.main-question {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.options-grid {
  display: flex;
}

@media (max-width: 767px) {
  .options-column {
    width: 50%;
  }
  
  #page_wrapper.page-builder h1 {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  #page_wrapper.page-builder #root {
    margin-left: -80px;
    margin-right: -80px;
  }

  .options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  } 
}

.options-grid .column-title {
  text-align: left !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
} 

.answer-section {
  padding-block: 15px;
}

.hint-section {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}

.answer-section .input-group {
  border: 2px solid #000;
  background-color: #000;

  margin-block: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.answer-input {
  padding: 10px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  outline: none;
}

#page_wrapper.page-builder h1 {
  color: #fff;
}

@media (min-width: 768px) {
  #page_wrapper.page-builder h1 {
    color: #000;
  }
}

#page_wrapper.page-builder a#main-content {
  display: none !important;
}

#page_wrapper.page-builder .field-photo img {
  max-width: 768px;
  width: 100%;
  height: auto;
  margin-inline: auto;
  display: block;
}

#page_wrapper.page-builder .body.field {
  color: #000;
}

#page_wrapper.page-builder .body.field ul,
#page_wrapper.page-builder .body.field ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: 15px;
}