/*---------------------schedule------------------------*/
.schedule {
  position: relative;
  padding: 80px 0;
  text-align: center;
  background: url(/images/bg-schedule.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.schelude-promo{
  background-image: url(/images/bg-promo-schedule.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 500px;
}

.schedule:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/images/bg-schedule-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.schedule__title {
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
}

.schedule__btn {
  display: inline-block;
  border-radius: 100px;
  padding: 15px 100px;
  color: #2f2e42;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.schedule__btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
}

/*==============================schelude==============================*/
.schelude-top{
  padding: 50px 0;
  background: #3a3851;  
}

.schelude-top_2{
    background-image: url(/images/bg-contacts-section2.png);
    background-repeat: no-repeat;
    background-size: auto 55%;
    background-position: 82%;
}

/*
.schelude-top_2 .schelude__title{
    text-align: center;
    color: #2f2e42;
}
.schelude-top_2{
    padding: 60px 0 40px;
    background: #fff;
    background-image: url(/images/bg-contacts-section2.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}
.games-category-tag__title { font-size: 17px; font-weight:bold; }
.games-category-tag { padding-bottom:15px; }
.games-category-tag__btn { bottom:-8px; background:none!important; color:#7c7b8a!important; text-transform:lowercase; font-size:14px; }
.games-category-tag__btn:hover { text-decoration:underline; }
.games-category-tag__btn .fa { display:none; }
*/
.schelude-top h2{
  margin: 0;
}
.schelude-tabs-list-wrap{
  background: #312E45;
}
.schelude-tabs-list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.schelude-tabs__btn{
  cursor: pointer;
  height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  flex: 1 1 50%;
  max-width: 50%;
  text-align: center;
  border-bottom: 2px solid #fff;
  background: #27253A;
  font-weight: 700;
}
.schelude-tabs__btn.active{
  background: none;
  font-weight: normal;
  border-bottom: 2px solid transparent;
}
.schelude-tabs-section{
  display: none;
}
.schelude-tabs-section.active{
  display: block;
}
.main{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar{
  position: relative;
  flex: 0 0 300px;
  max-width: 300px;
  padding: 50px 30px 50px 0;
}
.sidebar:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 32px;
  height: 100%;
  background-image: url(/images/sidebar-shadow.png);
}
.content{
  flex: 1 1 100%;
  padding: 50px 0 50px 20px;
}
.sidebar-filter-block{
  margin-bottom: 50px;
}
.sidebar-filter-block__title{
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #fcea1c;
}
.sidebar-all-bars{
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px 5px 30px;
  text-transform: uppercase;
  background: #2E2939;
  color: #fff;
}
.checkbox{
  margin-bottom: 12px;
}
.checkbox input[type="checkbox"]{
  display: none;
}
.checkbox label{
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding-left: 30px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.checkbox label:before{
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #A6BED6;
  z-index: 1;
}
.checkbox input[type="checkbox"]:checked + label:before {
  background-image: url(/images/icon-checkbox-active.png);
  -webkit-background-size: 7px 7px;
  background-size: 7px 7px;
}
.checkbox_big{
  margin-top: 30px;
}
.checkbox_big.checkbox label{
  font-size: 20px;
  font-weight: normal;
}
.checkbox_big.checkbox label:before{
  top: 5px;
}
.checkbox_highlighted.checkbox label{
  color: #E5007C;
}
.checkbox_highlighted.checkbox label a{
  color: #E5007C;
  font-size: 17px;
  text-decoration: underline;
}
.checkbox_highlighted.checkbox label a:hover{
  text-decoration: none;
}
.game-row{
  margin: 0 -25px 10px;
  padding-right: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.game-column{
  flex: 1 1 50%;
  max-width: 50%;
  margin-bottom: 50px;  
  padding: 0 25px 0 25px;
}
.game-column.hidden { display:none!important; }

.game-column:nth-child(n+7){
    display:none;
}
.page-schelude__title span{
  display: block;
  padding-left: 89px;
}
.game-item{
  position: relative;
  padding-bottom: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#E20713), to(#E94E1B));
  background: -webkit-linear-gradient(left, #E20713, #E94E1B);
  background: -o-linear-gradient(left, #E20713, #E94E1B);
  background: linear-gradient(to right, #E20713, #E94E1B);
}
.game-item__logo{
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
}
.game-item__logo img{
  max-width: 100%;
  max-height: 100%;
}
.game-item-top{
  padding: 15px 0 10px 95px;
  height: 105px;
}
.game-item__title{
  margin-bottom: 5px;
  font-size: 18px; 
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  overflow-wrap:break-word;
}
.game-item .address { word-break:break-word; }
.game-item__rules{
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.game-item__rules:hover{
  text-decoration: none;
}
.game-item-labels { min-height:20px }
.game-item-labels__item{
  position: relative;
  left: -8px;
  padding: 8px 15px 8px 23px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
.game-item-labels__item:before{
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 8px;
  border-color: transparent transparent #fff transparent;
}
.game-item-labels__item_classic{
  background: -webkit-gradient(linear, left top, right top, from(#E94E1B), to(#E94E1B));
  background: -webkit-linear-gradient(left, #E94E1B, #E94E1B);
  background: -o-linear-gradient(left, #E94E1B, #E94E1B);
  background: linear-gradient(to right, #E94E1B, #E94E1B);
}
.game-item-labels__item_discount{
  background: #F46413;
}
.game-item-labels__item_afterparty{
  background: #f19424;
}
.game-item-labels__item_afterparty:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url(/images/icon-star.svg);
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.game-item-content{
  padding-bottom: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.game-item-content-left{
  flex: 0 0 250px;
  max-width: 250px;
}
.game-item-content-right{
  flex: 1 1 100%;
  height: 250px;
  padding: 18px 15px 0 15px;
}
.game-item__date{
  padding-left: 35px;
  font-size: 16px;
  line-height: 20px;
  height: 65px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #fff;
  background-image: url(/images/icon-date.svg);
  background-size: 15px 15px;
  background-position: 2px 0;
  background-repeat: no-repeat;
}
.game-item__date span{
  display: block;
}
.game-item__address{
  padding-left: 35px;
  font-size: 13px;
/*  height: 95px; */
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #fff;
  background-image: url(/images/icon-address.svg);
  background-size: 13px 18px;
  background-position: 3px 0;
  background-repeat: no-repeat;
    margin-bottom:5px;
}
.game-item__address.mini{
    font-size:12px;
    line-height:12px;
}
.game-item__address a{
  color: #fff;
  font-weight: normal;
  text-transform: none;
  text-decoration: underline;
}
.game-item__address a:hover{
  text-decoration: none;
}
.game-item__price{
  padding-left: 35px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #fff;
  background-image: url(/images/icon-price.svg);
  background-size: 19px 13px;
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.game-item-bottom{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.game-item__social{
  flex: 0 0 35px;
  height: 35px;
  background: #fcea1c;
  background-image: url(/images/icon-social.svg);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 18px 19px;
  background-size: 18px 19px;
}
.game-item-bottom{
  padding: 0px 20px;
}
.game-item-buttons{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1 1 100%;
  padding-right: 15px;
}
.game-item__btn{
  padding: 5px;
  flex: 1 1 50%;
  max-width: 50%;
  text-align: center;
  background: #fcea1c;
  font-weight: 700;
  color : #2F2E42;
  text-transform: uppercase;
  font-size: 17px;
  border-radius: 15px 0 0 15px;
}
.game-item__btn span{
/*  border-bottom: 1px solid #2f2e42; */
  display: inline-block;
}

.game-item__btn:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.game-item__social:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.game-item__btn:nth-child(2){
  border-radius: 0 15px 15px 0;
  background: #2f2e42;
}
.game-item__btn:nth-child(2) span{
  color: #fcea1c;
  border-color: #fcea1c;
}

.game-item__btn-solo {
  border-radius: 15px;
  margin: 0 auto;
}

.game-item__status:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  right: 100%;
  height: 100%;
  background-image: url(/images/item-waves.png);
  background-position: 0 0;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.game-item__status:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  left: 55px;
  height: 100%;
  background-image: linear-gradient(white 70%, rgba(255, 255, 255, 0) 0px);
  background-size: 3px 25px;
  background-position: 100% 0px;
  background-repeat: repeat-y;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.game-item__status{
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -30px;
  left: 100%;
  font-size: 24px;
  background: #fff;
  font-weight: 700;
  text-transform: uppercase;
  color: #E94E1B;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 50px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
}
.game-item{
  padding-right: 30px;
}
.sidebar-filter__title{
  display: none;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  color: #fcea1c;
}
.sidebar-filter-block_onlymobile{
  display: none;
}

.game-benefits-item{
    max-width:50%;
}

/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1520px) {
  .sidebar{
    flex: 0 0 270px;
    max-width: 270px;
    padding-right: 20px;
  }
  .sidebar-filter-block__title{
    font-size: 18px;
  }
  .checkbox label{
    font-size: 14px;
    display: inline-block;
  }
  .checkbox label:before{
    top: 2px;
  }
  .checkbox_big.checkbox label{
    font-size: 18px;
  }
  .game-item__title{
    font-size: 16px;
  }
  .game-item__rules{
    font-size: 12px;
  }
  .game-item-labels__item{
    font-size: 12px;
  }
  .game-item__btn{
    font-size: 15px;
  }
  .game-item__address{
    font-size: 14px;
  }
  .game-item__status{
    font-size: 20px;
    line-height: 43px;
  }
  .game-item-content-left {
      flex: 0 0 220px;
      max-width: 220px;
  }
  .game-item-content-right{
    padding-left: 5px;
    padding-right: 5px;
  }
  .game-column{
    padding-left: 20px;
  }
  .game-row{
    padding-left: 10px;
  }
  .game-item-content-right{
    height: 230px;
  }
  .game-item__status:before { left:47px; }
}

@media only screen and (max-width: 1260px) {
  .game-row{
    display: block;
  }
  .game-row{
    margin: 0;
  }
  .game-column{
    display: block;
    max-width: 100%;
    padding: 0 30px;
  }
  .game-item__title{
    font-size: 20px;
  }
  .game-item__rules{
    font-size: 14px;
  }
  .game-item-content-left {
      flex: 0 0 270px;
      max-width: 270px;
  }
  .game-item__address{
    font-size: 16px;
  }
  .game-item__status{
    font-size: 25px;
    line-height: 60px;
  }
  .game-item-content-right{
    padding-right: 15px;
  }
  .game-item__status:before { left:66px; }
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1010px) {

    .games-category-tag__title {
	font-size: 12px;
    }

.schelude-top_2{
    background:none;
}

  .main{
    display: block;
  }
  .sidebar:after{
    display: none;
  }
  .sidebar{
    max-width: 100%;
    padding: 30px 0;
  }
  .content{
    padding: 0;
  }
  .game-row{
    padding: 0;
  }
  .sidebar-filter-block-content{
    display: none;
  }
  .schelude-tabs-list-wrap .center-wrapper{
    padding: 0;
  }
  .sidebar-all-bars{
    display: none;
  }
  .sidebar-filter{
    display: block;
  }
  .sidebar-filter-block{
    margin-bottom: 10px;
  }
  .sidebar-filter-block__title{
    margin: 0;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    border: 1px solid #fcea1c;
  }
  .sidebar-filter__title{
    display: block;
  }
  .sidebar-filter-block .checkbox{
    margin-bottom: 8px;
  }
  .sidebar-filter-block_onlymobile{
    display: block;
  }
  .sidebar-filter-block__title a{
    color: #fcea1c;
    margin-left: 10px;
    text-decoration: underline;
  }
  .sidebar-filter-block.active .sidebar-filter-block-content{
    display: block;
  }
  .sidebar-filter-block.active .sidebar-filter-block__title{
    background: #fcea1c;
    color: #2f2e42;
  }
  .sidebar-filter-block-content{
    padding-top: 10px;
  }
  .game-row{
    max-width: 550px;
    margin: 0 auto;
  }
  .game-column{
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-filter-block {
      flex: 1 1 50%;
      max-width: 50%;
  }
}
@media only screen and (max-width: 639px) {
  .sidebar-filter__title{
    font-size: 19px;
  }
  .game-row{
    padding-left: 10px;
  }
  .game-item-content-left {
      flex: 0 0 220px;
      max-width: 220px;
  }
  .game-item__title{
    font-size: 16px;
  }
  .game-item__status {
      font-size: 22px;
      line-height: 45px;
  }
  .game-item__date,
  .game-item__address,
  .game-item__price{
    font-size: 14px;
    padding-left: 30px;
  }
  .game-item-content-right{
    padding-right: 10px;
  }
  .game-item__status:before { left:50px; }
}

@media only screen and (max-width: 479px) {
  .game-benefits{
    display: block;
  }
  .game-benefits-item{
    max-width: 100%;
  }
  .game-benefits-item__image span{
    height: auto;
  }
  .sidebar-filter{
    display: block;
  }
  .sidebar-filter-block{
    max-width: 100%;
  }
  .schelude-tabs__btn{
    font-size: 20px;
  }
  .game-item-content{
    display: block;
  }
  .game-item-content-left {
      flex: 0 0 95%;
      max-width: 95%;
  }
  .game-item-top{
    margin-bottom: 5px;
    height: auto;
  }
  .game-item-content-right{
    padding-top: 0;
  }
  .game-item__date, .game-item__address, .game-item__price{
    margin-bottom: 15px;
    height: auto;
  }
  .game-item-content-right{
    height: auto;
    padding-left: 10px;
  }
  .game-item-bottom{
    padding: 0 10px;
  }
  .game-item-buttons{
    padding-right: 10px;
  }
  .game-item__btn {
    white-space: nowrap;
    font-size: 13px;
  }
  .game-row{
    padding-left: 5px;
  }
  .game-column{
    padding-right: 22px;
  }
  .sidebar-filter-block{
    margin-bottom: 10px;
  }
  .game-item__status:after{
/*
    -webkit-background-size: auto;
    background-size: auto;
    background-repeat: repeat-y;
*/
  }

}
@media only screen and (max-width: 374px) {
  .gifts-promo__subtitle {
    font-size: 20px;
  }
  .gifts__title {
    font-size: 32px;
  }
  .game-item-bottom{
    display: block;
  }
  .game-item-buttons{
    padding-right: 0;
  }
  .game-item__social{
    display: block;
    margin-top: 10px;
    width: 35px;
  }
  .game-item{
    padding-bottom: 15px;
  }
}
