html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

header, section, footer {
  clear: both; }

html {
  overflow-y: scroll; }

ul {
  list-style: outside disc;
  margin: 15px 0 15px 30px; }

ol {
  list-style: outside decimal;
  margin: 15px 0 15px 30px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, td img {
  vertical-align: top; }

button, input, select, textarea {
  margin: 0;
  outline: none; }

input::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0; }

input, select {
  vertical-align: middle; }

input[type=radio], input[type=checkbox] {
  margin: 1px 4px 4px 0; }

input[type=text], input[type=password] {
  border-radius: 0;
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical;
  border-radius: 0;
  -webkit-appearance: none; }

button, input[type=submit] {
  width: auto;
  overflow: visible; }

.ie7 input[type=submit], .ie7 input[type=reset], .ie7 input[type=button] {
  -webkit-filter: chroma(color=#000000);
  filter: chroma(color=#000000); }

input[type=button],
input[type=submit],
button {
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  font-size: 0;
  line-height: 0; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/*	-------------------------------------------------
	Custom fonts
	------------------------------------------------- */
@font-face {
  font-family: '';
  src: url(".eot");
  src: url(".eot?#iefix") format("embedded-opentype"), url(".woff") format("woff"), url(".ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswald-light';
  src: url("../fonts/Oswald-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oldtype';
  src: url("../fonts/a_OldTyperNrRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*	-------------------------------------------------
	Basic styles
	------------------------------------------------- */
html {
  min-width: 1200px;
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  font-family: "oswald-light";
  font-size: 16px;
  line-height: 20px;
  background: #141212;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: 100%; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a.ajax-link {
    text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  min-height: 0;
  min-width: 0; }

/*	-------------------------------------------------
	Print styles
	------------------------------------------------- */
/*	-------------------------------------------------
	Styles
	------------------------------------------------- */
.wrapper {
  margin: 0 auto; }

.container {
  position: relative;
  width: 1140px;
  margin: 0 auto; }

.header {
  text-align: center;
  background-color: #000;
  height: 100px; }
  .header-logo {
    display: inline-block;
    margin-top: 0px;
    margin-right: 25px;
     }

@-webkit-keyframes imagebulger {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@keyframes imagebulger {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

.dust-01 {
  width: 1769px;
  height: 1764px;
  background-image: url(../images/dust-01.png);
  position: absolute;
  top: 46px;
  left: -401px; }

.dust-02 {
  width: 1764px;
  height: 1769px;
  background-image: url(../images/dust-02.png);
  position: absolute;
  top: 2322px;
  left: -343px; }

.main {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 483px;
  height: 850px; }
  .main-image {
    position: absolute;
        top: 0px;
    right: 126px; }
  .main-image-mobile{
    display: none;
  }
  .main-bg {

    -webkit-animation: imagebulger 30s infinite;
    animation: imagebulger 30s infinite;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/main-bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

  }
  .main-bg img{
    width:100%;
    display: none;
  }
  .main-bg:after{
    content:"";
    position:   absolute;
    bottom:0;
    left:0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0e0d0d 71%, #141212 100%);
    width:100%;
    height:130px;
  }
  .main-text {
    margin-left:101px;
    margin-top: 16px;
    width: 450px;
    position: relative; }
    .main-text:before {
      position: absolute;
      top: -22px;
      left: -30px;
      width: 23px;
      height: 18px;
      content: '';
      background-image: url(../images/quotes.png); }
    .main-text .content {
      overflow: hidden;
      font-size: 48px;
      line-height: 58px;
      margin-bottom: 36px; }
    .main-text .title {
      font-size: 18px;
      color: rgba(255, 255, 255, 0.7); }
 .games .slick-dots {

        position: absolute;
        text-align: center;
        margin: 0;
        bottom: -36px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        .games .slick-dots li {
          cursor: pointer;
          margin: 0 5px;
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: none;
          color: transparent;
          width: 10px;
          height: 10px;
          background-color: #2f3340;
          border-radius: 100%;
          display: inline-block; }
          .games .slick-dots li.slick-active {
            background-color: #a08259; }
          .games .slick-dots li button {
            display: none; }
.games .slick-prev{
  cursor: pointer;
  display: none;
  border:none;
  outline:none;
  background-color: none;
  width:62px;
  height:62px;
  background-image: url(../images/kaseta-mobile.png);
  background-size: cover;
  position: absolute;
  top:calc(50% - 31px);
  transform:rotate(180deg);
  left:-80px;
}
.games .slick-prev.slick-arrow{
  display: block;
}
.games .slick-prev.slick-arrow.slick-hidden{
  display: none;
}
.games .slick-next.slick-arrow{
  display: block;
}
.games .slick-next.slick-arrow.slick-hidden{
  display: none;
}
.games .slick-next{
  cursor: pointer;
  display: none;
  border:none;
  outline:none;
  background-color: none;
  width:62px;
  height:62px;
  background-image: url(../images/kaseta-mobile.png);
  background-size: cover;
  position: absolute;
  top:calc(50% - 31px);

  right:-80px;
}
.games {
  position: relative;
  z-index:1;
  min-height:514px;
  margin-top: 0px; }
  .games .container {

    padding: 0 100px;
     }
  .games-wrap{

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .games .slick-track{
    display: flex;
    flex-wrap:wrap;
  }
  .games .slick-slide{
    height:514px;
  }
  .games .slick-slide img{
    display: static;
  }
  .games-unit {
    margin:0 10px;
    position:   relative;
    width: 420px;
    height: 514px;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1; }
    .games-unit-teams{
      width:32px;
      height:26px;
      position:   absolute;
      right:57px;
      bottom:58px;
      cursor:   pointer;
    }
    .games-unit.full .games-unit-button{
      display: none;
    }
    .games-unit.full .games-unit-button.closed{
      display: block;
    }
    .games-unit-done{
      display:  none;
    }
    .games-unit.done .games-unit-button{
        display:  none!important;
    }
    .games-unit.done .games-unit-done{
        position: absolute;
        bottom: 33px;
        display:  block;
    }
    .games-unit:nth-child(n) {
          padding-top: 57px;
        padding-left: 59px;
      background-image: url(../images/game-card-01.png); }
    .games-unit:nth-child(2n) {
      padding-left: 57px;
      padding-top: 56px;
      background-image: url(../images/game-card-02.png); }
    .games-unit:nth-child(n) .games-unit-teams{
          right: 87px;
        bottom: 60px;
    }
      .games-unit:nth-child(2n) .games-unit-button {
        padding-left: 14px; }
    }
    .games-unit-3 {
      padding-top: 29px;
      padding-left: 54px;
      background-image: url(../images/game-card-03.png); }
      .games-unit-3 .games-unit-list {
        margin-bottom: 60px; }
      .games-unit-3 .games-unit-button {
        padding-left: 16px; }
    .games-unit-title {

      display: flex;
      align-items:center;
      font-family: 'oldtype';
      line-height: 48px;
      /*font-size: 48px;*/
      font-size: 28px;
      max-height: 48px;
      margin-bottom: 70px; }
      .games-unit-title span{
        margin-left: 5px;
        font-size: 35px;
        line-height: 35px;
      }
      .games-unit-reserve{
        max-width: 170px;
      }
      .games-unit-reserve a{
            color: #ac8356;
      }
    .games-unit-list {
      font-size: 24px;
      margin-bottom: 54px; }
      .games-unit-list-unit {
        line-height: 60px; }
    .games-unit-button {
      background-image: url(../images/game-unit-button.png);
      width: 231px;
      height: 60px;
      font-size: 24px;
      text-align: center;
      line-height: 60px;
      cursor: pointer;
      display: inline-block;
       }
    .games-unit-button.closed{
      cursor:not-allowed;
      /* display: none; */
    }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

section.content {
  min-width: 1200px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative; }

.content .container {

  padding-top: 104px; }
.content-info-unit-title{
  font-family: "oldtype";
  display: none;
}
.content-object-1 {
  pointer-events: none;
  position: absolute;
  right: 44px;
  top: 18px;
  width: 984px;
  height: 816px;
  background-image: url(../images/object-1.png); }
.content-object-13{
  width:448px;
  height:480px;
   background-image: url(../images/object-13.png);
   position: absolute;
       top: 150px;
        left: calc(50% - 655px);
}
.content-object-14{
  width:672px;
  height:415px;
  background-image: url(../images/object-14.png);
  position: absolute;
     top: 379px;
    left: 37px;
    z-index: -1;
}
.content-object-2 {
  z-index: -1;
  position: absolute;
  width: 384px;
  height: 374px;
  background-image: url(../images/object-2.png);
  right: -148px;
    top: 306px; }

.content-object-4 {
  position: absolute;
      top: 517px;
    z-index: 0;
    left: 87px;
  width: 385px;
  height: 359px;
  background-image: url(../images/object-4.png); }

.content-object-6 {
  z-index: 1;
  position: absolute;
      right: -229px;
    top: 1391px;
  width: 403px;
  height: 584px;
  background-image: url(../images/object-6.png); }

.content-object-7 {
  position: absolute;
      top: 1558px;
    right: 102px;
  width: 252px;
  height: 329px;
  background-image: url(../images/object-7.png); }

.content-object-8 {
  z-index: -1;
  position: absolute;
     top: 1927px;
    right: 51px;
  width: 299px;
  height: 230px;
  background-image: url(../images/object-8.png); }

.content-object-9 {
  position: absolute;
      top: 2097px;
    right: 221px;
  z-index: -1;
  width: 322px;
  height: 321px;
  background-image: url(../images/object-9.png); }

.content-object-10 {
  position: absolute;
      top: 2115px;
    right: 48px;
  width: 284px;
  height: 245px;
  background-image: url(../images/object-10.png); }

.content-object-11 {
     top: 2234px;
    left: -120px;
  width: 470px;
  position: absolute;
  height: 330px;
  background-image: url(../images/object-11.png); }

.content-object-12 {
  margin: 0 auto;
  height: 195px;
  width: 339px;
  background-image: url(../images/object-12.png); }

.content-text-block-title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 24px; }
.content-text-block-text{
  font-size: 24px;
  line-height: 28px;
}
.content-text-block-number {
  color: #ac8356;
  font-family: "oldtype";
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 29px; }

.content-text-block-1 {
  margin-left: 162px;
  width: 246px; }

.content-text-block-2 {
  color: #000;
  padding-top: 76px;
  padding-right: 70px;
  padding-left: 65px;
  width: 411px;
  height: 306px;
  float: right;
     margin-right: 106px;
    margin-top: 150px;
  background-image: url(../images/object-3.png); }

.content-text-block-3 {
  color: #000;
  position: relative;
  z-index: 2;
  padding-left: 46px;
  padding-top: 89px;
  padding-right: 40px;
  margin-left: 444px;
  margin-top: -56px;
  width: 395px;
  height: 295px;
  background-image: url(../images/object-5.png); }

.content-info {
  padding-left: 97px;
  padding-right: 76px;
  margin-top:66px; }
  .content-info-unit {
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .content-info-unit-text {
      font-family: "oldtype";
      font-size: 36px; }
    .content-info-unit.rounds img {
      margin-bottom: 10px; }
    .content-info-unit.players {
      padding-top:41px;
      margin-left: 65px; }
      .content-info-unit.players img {
        margin-bottom: 45px; }
      .content-info-unit.players .content-info-unit-text {
        margin-left: -10px; }
    .content-info-unit.duration {
      margin-left: 96px;
      margin-top: 50px; }
      .content-info-unit.duration img {
        margin-bottom: 38px; }

.content-yellowInfo {
  position: relative;
  width: 1173px;
  height: 1155px;
  background-image: url(../images/content-yellowInfo-bg.png);
  margin-top: -154px;
  margin-left: -252px;
      padding-top: 343px;
    padding-left: 356px; }
  .content-yellowInfo .white-figure {
    position: absolute;
    z-index: -1;
       top: -336px;
    left: -229px;
    width: 479px;
    height: 1211px;
    background-image: url(../images/white-figure.png); }
  .content-yellowInfo-unit {
    float: left; }
    .content-yellowInfo-unit-title {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 24px; }
    .content-yellowInfo-unit-text {
      font-size: 30px;
      line-height: 35px; }
    .content-yellowInfo-unit-subunit {
      margin-bottom: 6px;
      font-size: 30px;
      line-height: 30px;
      color: rgba(255, 255, 255, 0.7); }
      .content-yellowInfo-unit-subunit .title {
           width: 230px;
    color: #fff;
    float: left;
    margin-right: 0px; }
    .content-yellowInfo-unit.unit-1 {
      margin-left: -70px;
      margin-top: -3px;
      width: 332px;
      background-image: url(../images/yellow-card-1.png);
      background-repeat: no-repeat;
      background-position: 0 0;
          padding-top: 131px;
    padding-left: 87px; }
    .content-yellowInfo-unit.unit-4 {
      padding-top: 140px;
      padding-left: 68px;
      margin-top: -6px;
      margin-left: 61px;
      background-image: url(../images/yellow-card-4.png);
      background-repeat: no-repeat;
          background-position: 5px 20px;

      width: 307px; }
    .content-yellowInfo-unit.unit-3 {
         margin-left: -108px;
    margin-top: 37px;
    background-image: url(../images/yellow-card-3.png);
    background-repeat: no-repeat;
    background-position: -9px 0;
    width: 735px;
    padding-top: 9px;
    padding-left: 125px; }

.content-prizes {
  position: relative;
  margin-top: 130px;
  padding-left: 398px; }
  .content-prizes-bottle {
    position: absolute;
        top: 109px;
    left: 31px; }
    .content-prizes-bottle img {
      }
    .content-prizes-bottle .text {
      font-size: 24px;
      line-height: 28px;
      margin-top: 9px; }
  .content-prizes-title {
    font-size: 36px;
    line-height: 36px; }
  .content-prizes-wrap {
    padding-left: 0px;
    margin-top: 71px;
    width: 725px; }
    .content-prizes-wrap .divider {
      width: 100%; }
  .content-prizes-unit {

    vertical-align: top;
    margin-bottom: 67px;
    display: inline-block; }
    .content-prizes-unit:nth-child(1) {
      width:162px;
      margin-right: 74px; }
    .content-prizes-unit:nth-child(2) {
      width:210px;
      margin-right: 50px; }
    .content-prizes-unit:nth-child(3){
      width:222px;
    }
    .content-prizes-unit:nth-child(4) {
      width:185px;
      margin-right: 51px; }
    .content-prizes-unit:nth-child(5) {
      width:185px;
      margin-right: 75px; }
    .content-prizes-unit:nth-child(6) {
      width:212px;
    }
    .content-prizes-unit-title {
      margin-bottom: 4px;
      margin-top:5px;
      font-size: 24px;
      line-height: 28px;
      color: rgba(255, 255, 255, 0.7); }
    .content-prizes-unit-info {
      letter-spacing: -0.15px;
      font-size: 30px;
      font-family: "oldtype";
      line-height: 30px;
      color: #ac8356; }

.content-bottom-card {
  position: relative;
  margin-top: 159px; }
  .content-bottom-card .pin {
        left: 556px;
    top: 11px;
    z-index: 2; }
  .content-bottom-card-button {
    cursor: pointer;
    width: 231px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-image: url(../images/bottom-button.png);
    margin: 0 auto;
    margin-top: 19px; }

.red-pin-3 {
  width: 58px;
  height: 49px;
  position: absolute;
      right: 324px;
    top: 2096px;
  z-index: 1;
  background-image: url(../images/red-pin-3.png); }

.red-pin-2 {
  width: 55px;
  height: 55px;
  background-image: url(../images/red-pin-2.png);
      top: 1560px;
    z-index: 1;
    position: absolute;
    right: 248px; }

.pin {
  position: absolute;
  background-size: cover; }
  .pin.red {
    background-image: url(../images/pin-red.png);
    width: 46px;
    height: 39px; }
  .pin.special {
    position: absolute;
    background-image: url(../images/pin-special.png);
    width: 32px;
    height: 32px; }
    .pin.special.special-1 {
      z-index: 1;
          top: 517px;
    left: 300px; }
  .pin.metal {
    width: 36px;
    height: 36px;
    z-index: 2;
    position: absolute;
    background-image: url(../images/pin-metal.png); }
    .pin.metal-1 {
      top: 233px;
    left: -16px; }
    .pin.metal-2 {
          right: 127px;
    top: 945px; }
    .pin.metal-3 {
          right: -82px;
    top: 1313px; }

.rope {
  pointer-events: none;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute; }
  .rope-1 {
    top: -96px;
    left: calc(50% - 572px);
    z-index: 0;
    width: 631px;
    height: 862px;
    background-image: url(../images/rope-1.png); }
    .rope-1 .pin {
      right: -17px;
      top: -15px; }
  .rope-2 {
    width: 332px;
    height: 329px;
    background-image: url(../images/rope-2.png);
    position: absolute;
    top: 209px;
    left: -24px; }
  .rope-3 {
    width: 676px;
    height: 418px;
    position: absolute;
    background-image: url(../images/rope-3.png);
    top: 545px;
    left: 318px;
    z-index: 1; }
  .rope-4 {
        top: 960px;
    right: -77px
    width: 228px;
    height: 386px;
    background-image: url(../images/rope-4.png); }
  .rope-5 {
        right: -64px;
    top: 1329px;
    width: 351px;
    height: 263px;
    background-image: url(../images/rope-5.png); }
  .rope-6 {
    z-index: 1;
    position: absolute;
        right: 273px;
    top: 1580px;
    background-image: url(../images/rope-6.png);
    width: 89px;
    height: 545px; }
  .rope-7 {
        top: 2115px;
    right: -299px;
    background-image: url(../images/rope-7.png);
    height: 157px;
    width: 645px; }
  .rope-8 {
    width: 839px;
    height: 278px;
    background-image: url(../images/rope-8.png);
    position: absolute;
    top: -245px;
    z-index: 1;
    left: -265px; }
  .rope-9 {
    width: 844px;
    height: 104px;
    background-image: url(../images/rope-9.png);
    position: absolute;
    top: -72px;
    z-index: 1;
    right: -286px; }
  .rope-10 {
    width: 840px;
    height: 187px;
    background-image: url(../images/rope-10.png);
    position: absolute;
    top: 25px;
    z-index: 1;
    left: -252px; }
  .rope.rope-grey-1 {
    background-image: url(../images/rope-grey-1.png);
    width: 475px;
    height: 206px;
        right: -288px;
    top: 805px; }
  .rope.rope-grey-2 {
       top: 2112px;
    left: 74px;
    width: 721px;
height: 219px;
    background-image: url(../images/rope-grey-2.png);
    }
  .rope.rope-grey-3 {
    width: 847px;
    height: 71px;
    z-index: 1;
    position: absolute;
    left: -267px;
    top: -35px;
    background-image: url(../images/rope-grey-3.png); }

.footer {
  padding-bottom: 50px;
  margin-top: 82px;
  text-align: center; }
  .footer-menu {

    margin: 0 auto;
    width: 525px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 39px;
    margin-bottom: 44px; }
    .footer-menu-unit {
      color: #fff !important;
      text-decoration: underline; }
      .footer-menu-unit:hover {
        text-decoration: none; }
      .footer-menu-unit.tel {
        text-decoration: none; }

.modal {
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .modal.active {
    opacity: 1;
    visibility: visible; }
  .modal-wrap {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 360px; }
  .modal-game-date {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px; }
  .modal-game-place {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 18px; }
  .modal-title {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 36px; }
  .modal-inner-close {
    cursor: pointer;
    width: 147px;
    height: 56px;
    margin: 0 auto;
    text-align: center;
    line-height: 56px;
    margin-top: 40px;
    display: block;
    background-image: url(../images/modal-button.png); }
  .modal input {
    width: 100%;
    font-family: "oswald-light";
    color: #fff;
    border: none;
    background-color: transparent;
    font-size: 18px;
    height: 40px;
    line-height: 40px; }
    .modal input.name {
      margin-bottom: 10px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom;
      background-image: url(../images/modal-underline.png); }
    .modal input.phone {
      margin-bottom:10px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom;
      background-image: url(../images/modal-underline-02.png); }
   .modal input.amount {
      margin-bottom: 10px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom;
      background-image: url(../images/modal-underline-02.png); }
    .modal input.email {
      margin-bottom: 10px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom;
      background-image: url(../images/modal-underline-02.png); }
    .modal input.promocode {
      margin-bottom:10px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom;
      background-image: url(../images/modal-underline-02.png); }
    .modal .comment {
      padding:10px 0;
      font-size: 18px;
      line-height: 24px;
      font-family: "oswald-light";
      color:#fff;
      border:none;
      outline:none;
      width:100%;
      resize:none;
      background-color: transparent;
      height:100px;
      margin-bottom: 10px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom;
      background-image: url(../images/modal-underline-02.png); }
    .modal input.submit {
      width: 147px;
      height: 56px;
      margin: 0 auto;
      margin-top: 40px;
      display: block;
      background-image: url(../images/modal-button.png); }
  .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 54px;
    background-image: url(../images/modal-close-bg.png); }
    .modal-close .cross {
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0);
      -moz-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      .modal-close .cross-white {
        opacity: 0; }
    .modal-close:hover .cross-black {
      opacity: 0; }
    .modal-close:hover .cross-white {
      opacity: 1; }
  .modal-body {
    position: relative;
    background-color: #000;
    width: 300px;
    height: 680px;
    overflow-y:auto;
    overflow-x:hidden;
    max-height: calc(100vh - 40px);

    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    .modal-body.scrolled .modal-body-unit.first {
      left: -100%; }
    .modal-body.scrolled .modal-body-unit.last {
      left: 0%; }
    .modal-body-unit {
      -moz-transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      padding: 25px 35px;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .modal-body-unit.last {
        left: 100%; }
  .modal-listbody {
    overflow-y:auto;
    max-height:350px;
    margin-top: 40px; }
    .modal-listbody-unit {
      height: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }

.modal.list {
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .modal.list.active {
    opacity: 1;
    visibility: visible; }
  .modal.list .modal-body {
    padding: 25px 35px;
    height: auto; }


/* Slider */
.modal.form label input{
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
.modal.form label{
  display: inline-block;
  margin-bottom: 10px;
}
.modal.form label span{
  margin-right:10px;
  position: relative;
  cursor: pointer;

}
.modal.form label input:checked+span:before{
  opacity: 1;
}
.modal.form label span:before{
   -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0;
  width:100%;
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  height:2px;
  background-color: #fff;
}
.modal-form_single #amount{
  display: none;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{

}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


div#price-text {
    font-size: 16px;
}
.header-button{
  padding: 0px 18px;
  display: flex;
  justify-content: space-between;
  line-height: 44px;
  width:169px;
  height:44px;
  background-size: cover;
  background-image: url(../images/btn_bg.png);
  margin-right: 0;
  margin-left: 15px;
}
.header .switch .switch-title{
  padding-left: 0;
}
.header .switch .switch-title:before{
  display: none;
}
.header-button span:nth-child(2){
  color:#e4c099
}
.tel.top-element{
  margin-right: 45px;
}
.container.stuff-in-top{
  height:100%;
  align-items: center;
  display: flex;
}
.container.stuff-in-top .footer-menu-unit{
    margin-right: 45px;
}
tbody a {
    color: white;
}

a.header-logo {
    float: left;
}

.soc-media-in-top {
    display: flex;
    align-items: center;
    margin-left: auto;
    height:100%;
}

.soc-media-in-top a {
    color: white;
}

p.info-text {
    font-size: 12px;
    margin-top: 10px;
}


p.info-text a {
    color: blanchedalmond;
}

p.sert-input {
    font-size: 11px;
}

.switch{
  display:  inline-block;
  position:relative;
}
.switch_active .switch-body{
  opacity:  1;
  visibility:   visible;
}
.switch-title{
  padding-left: 25px;
    position:   relative;
  cursor:pointer;
}
.switch-title span{
  margin-left: 5px;
}
.switch-title:before{
  content:url(../images/icon-location.png);
  position:   absolute;
  top:2px;
  left:0;
}
.switch-body{
  z-index:  1;
  opacity:  0;
  padding:5px 15px;
  border-radius:15px;
  background-color:#000;
  position:   absolute;
  top:calc(100% + 10px);
  left:50%;
  transform:translateX(-50%);

}
.switch-body-unit{
    margin-bottom: 10px;
}
.switch-body a{

  color:#fff!important;
  margin:0!important;
}

span.pay-cash {
    font-size: 20px;
    color: red;
}

.main-banner{
  top: 76px;
  right: calc(50% - 425px);
  z-index: 1;
  display: inline-block;
  position: absolute;
  width:329px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/banner.png);
}
.main-banner:before{
  content:"";
  display: block;
  padding-top:100.91185410334346504559270516717%;
}
