/*==============================HOMEGAMES==============================*/
.homegames{
  padding: 55px 0;
}
.page-home__title span{
  display: block;
  padding-left: 225px;
}
.homegames-promo{
  box-shadow: 0 10px 15px #262636;
}
.homegames-promo-top{
  text-align: center;
}
.homegames-promo__title{
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 1.15;
}
.homegames-promo__title:before{
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: -15px;
  width: 96px;
  height: 96px;
  background-image: url(/images/gifts-title-shape.png);
}
.homegames-promo__title span.thin-text {
  display: block;
  font-family: 'Code-Pro-Light';
}
.homegames-promo__logo {
    position: relative;
}
.homegames-promo__logo span{
  padding: 0 30px; 
  background: #2f2e42;
}
.homegames-promo__logo:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #e20913;
    z-index: -1;
}
.homegames-promo-body{
  position: relative;
  padding: 30px 0 40px 0;
  background-image: url(/images/clouds-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 319px 113px;
  background-size: 319px 113px;
  background-position: 36% 38%;
}
.homegames-promo-body:before{
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -190px;
  left: -70px;
  height: 380px;
  width: 380px;
  background-image: url(/images/particles-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.homegames-promo-body:after{
  display: block;
  content: " ";
  position: absolute;
  right: 30px;
  top: 35%;
  height: 400px;
  width: 200px;
  background-image: url(/images/quest-bg-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-20deg); 
  -ms-transform: rotate(-20deg); 
  transform: rotate(-20deg); 
}
.homegames-promo-features{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 50px;
  padding: 0 110px;
}
.homegames-promo-features-item{
  position: relative;
  flex: 1 1 25%;
  max-width: 25%;
}
.homegames-promo-features-item-body:hover .homegames-promo-features-item__icon{
  -webkit-transform: scale(1.05); 
  -ms-transform: scale(1.05); 
  transform: scale(1.05); 
}
.homegames-promo-features-item-body:hover .homegames-promo-features-item__title{
  -webkit-transform: translateY(-20px); 
  -ms-transform: translateY(-20px); 
  transform: translateY(-20px); 
}
.homegames-promo-features-item_1 .homegames-promo-features-item-body:hover .homegames-promo-features-item__title,
.homegames-promo-features-item_4 .homegames-promo-features-item-body:hover .homegames-promo-features-item__title{
  -webkit-transform: translateY(20px); 
  -ms-transform: translateY(20px); 
  transform: translateY(20px); 
}

.homegames-promo-features-item:after{
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
.homegames-promo-features-item-body{
  cursor: pointer;
}
.homegames-promo-features-item__icon{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homegames-promo-features-item_1{
  margin-top: 80px;
}
.homegames-promo-features-item_1:after{
  top: 8px;
  left: 200px;
  width: 195px;
  height: 150px;
  background-image: url(/images/homegames-arrow1.svg);
}
.homegames-promo-features-item_1 .homegames-promo-features-item__title{
  margin-bottom: 50px;
  max-width: 175px;
}
.homegames-promo-features-item_2{
  margin-top: 250px;
}
.homegames-promo-features-item_2:after{
  top: -240px;
  left: 120px;
  width: 159px;
  height: 248px;
  background-image: url(/images/homegames-arrow2.svg);
}
.homegames-promo-features-item_2 .homegames-promo-features-item__title{
  max-width: 175px;
}
.homegames-promo-features-item_3{
  margin-top: 35px;
}
.homegames-promo-features-item_3:after{
  top: 5px;
  left: 240px;
  width: 154px;
  height: 101px;
  background-image: url(/images/homegames-arrow3.svg);
}
.homegames-promo-features-item_3 .homegames-promo-features-item__title{
  max-width: 230px;
}
.homegames-promo-features-item_4{
  position: absolute;
  top: -15px;
  right: 0;
  width: 270px;
}
.homegames-promo-features-item_4:after{
  top: 60px;
  left: 130px;
  width: 107px;
  height: 266px;
  background-image: url(/images/homegames-arrow4.svg);
}
.homegames-promo-features-item_4 .homegames-promo-features-item__title{
  margin-bottom: 50px;
}
.homegames-promo-features-item_5{
  margin-top: 250px;
}
.homegames-promo-features-item__title{
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homegames-promo-details{
  text-align: center;
  background-image: url(/images/clouds-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 80%;
  -webkit-background-size: 319px 113px;
  background-size: 319px 113px;
}
.homegames-promo-details__title{
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.homegames-promo-details__btn{
  display: inline-block;
  border-radius: 20px;
  border: 0;
  padding: 10px 20px;
  background-color: #fcea1c;
  color: #302509;
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none;
}
.homegames-promo-details-btnwrap{
  padding: 50px 0;
}
.homegames-promo-details__btn:hover{
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
  background-color: #fbe703;
  color: #5b4611;
}
.homegames-promo-details__note{
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: 130px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  color: #fff;
  -webkit-transform: rotate(-15deg) !important;
  -ms-transform: rotate(-15deg) !important;
  transform: rotate(-15deg) !important;
}
.homegames-promo-details__note:before{
  content: '';
  display: block;
  position: absolute;
  left: -40px;
  top: -30px;
  width: 57px;
  height: 35px;
  background-image: url(/images/icon-detail-arrow.png);
}
.homegames-body{
  padding: 100px 0 0;
}
.homegames-row{
  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;
  margin: 0 -15px;
}
.homegames-column{
  position: relative;
  flex: 1 1 25%;
  max-width: 25%;
  margin-bottom: 60px;
  padding: 0 15px;
  min-height:500px;
}
.homegames-item{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#e20913), to(#e94e1b));
  background-image: -webkit-linear-gradient(left, #e20913, #e94e1b);
  background-image: -o-linear-gradient(left, #e20913, #e94e1b);
  background-image: linear-gradient(90deg, #e20913, #e94e1b);
}
.homegames-item:before,
.homegames-item:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background-position: 50% 0;
}
.homegames-item:before{
    top: 0;
  z-index:1;
  background-image: url(/images/wave-bottom.svg);
}
.homegames-item:after{
    bottom: 0;
  background-image: url(/images/wave-top.svg);
}
.homegames-item__title{
  position: relative;
  padding: 20px 0 15px 0;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  color: #2f2e42;
}
.homegames-item__title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
    width: 100%;
    left: 0;
    height: 2px;
    background-image: linear-gradient(to right,white 70%, rgba(255, 255, 255, 0) 30%);
    background-size: 25px 2px;
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.homegames-item__event{
  position: relative;
  height: 100px;
  padding-left: 95px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-right: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
  -ms-align-items: center;
  align-items: center;
}
.homegames-item__event span{
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
}
.homegames-item__event span img{
  width: 100%;
  max-height: 100%;
}
.homegames-item-content{
  position: relative;
  padding: 20px 0;
  flex-grow: 1;
}
.homegames-item-features__item:last-child{
  margin-bottom: 10px;
}
.homegames-item-features__item{
  position: relative;
  left: -15px;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 7px 30px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  box-shadow: 11px 11px 16px 0px rgba(102, 17, 15, 0.26); 
}
.homegames-item-features__item:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  bottom: 100%;
  border-style: solid;
  border-width: 0 0 11px 15px;
  border-color: transparent transparent #a09fa6 transparent;
}
.homegames-item-features__item:after{
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 16px;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  background-image: url(/images/icon-star2.svg);
}
.homegames-item-features__item_1{
  background: -webkit-linear-gradient(180deg, #f05c4d, #f78a4d);
  background: -o-linear-gradient(180deg, #f05c4d, #f78a4d);
  background: linear-gradient(180deg, #f05c4d, #f78a4d);
}
.homegames-item-features__item_2{
  background: -webkit-linear-gradient(180deg, #edc10b, #ff9f05);
  background: -o-linear-gradient(180deg, #edc10b, #ff9f05);
  background: linear-gradient(180deg, #edc10b, #ff9f05);
}
.homegames-item__text{
  font-size: 15px;
  padding: 0 15px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
}
.homegames-item__btn{
  display: block;
  margin: 0 auto 20px;
  width: 160px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding: 11px;
  color: #302509;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homegames-item__btn:hover{
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.homegames-item__price{
  position:relative;
  font-size: 21px;
  padding: 10px 0 15px 0;
  text-align: center;
  background: #fff;
  color: #2f2e42;
}

.homegames-item__price:before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    width: 100%;
    left: 0;
    height: 2px;
    background-image: linear-gradient(to right,white 70%, rgba(255, 255, 255, 0) 30%);
    background-size: 25px 2px;
    background-position: 0 100%;
    background-repeat: repeat-x;
}
.homegames-item__price strong{
  display: inline-block;
  padding-left: 35px;
  font-size: 30px;
  font-weight: 700;
  background-image: url(/images/icon-price2.svg);
  -webkit-background-size: 26px 17px;
  background-size: 26px 17px;
  background-repeat: no-repeat;
  background-position: 0 45%;
}
.homegames-item_coming{
  background-image: url(/images/homegames-item-soon.png);
  background-size: cover;
  background-position: 50% 50%;
  font-family: 'Code-Pro-Black-LC';
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  min-height:400px;
}
.homegames-item_coming > span span{
  display: block;
  padding-left: 110px;
}
.homegames-item_coming > span{
  display: block;
  position: relative;
  text-align: left;
  padding-left: 45px;
  width: 100%;
}
.homegames-item_coming > span:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -50px;
  background-image: url(/images/icon-plus.svg);
  width: 40px;
  height: 40px;
}
.game-benefits_2 .game-benefits-item{
  flex: 1 1 25%;
  max-width: 25%;
}


/*---------------------adaptive------------------------*/
@media only screen and (max-width: 1599px) {
  .homegames-promo-body:before,
  .homegames-promo-body:after{
    display: none;
  }
  .homegames-promo-features{
    padding: 0 100px 0 0;
  }
  .homegames-item_coming > span{
    padding-left: 25px;
  }
  .homegames-promo-features-item_4{
    width: 230px;
  }
}
@media only screen and (max-width: 1599px) {
  .homegames-column{
    flex: 1 1 33.333%;
    max-width: 33.333%;
  }
  .homegames-promo-features-item:after{
    display: none;
  }
  .homegames-promo-features{
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .homegames-promo-features-item{
    position: static;
    width: auto;
    flex: 1 1 33.333%;
    margin: 0 0 50px 0;
    text-align: center;
    max-width: 33.333%;
  }
  .homegames-promo-features-item .homegames-promo-features-item__title{
    max-width: 100%;
    padding: 0 30px;
    margin: 0 0 30px 0;
    flex-grow: 1;
  }
  .homegames-promo-features-item-body{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .homegames-promo-features-item-body:hover .homegames-promo-features-item__title{
    transform: none !important;
  }
}
@media only screen and (max-width: 1010px) {
  .homegames-promo-body{
    background-position: 50% 40%;
  }
  .homegames-promo-features-item {
      flex: 1 1 50%;
      max-width: 50%;
  }
  .homegames-row{
    padding: 0 20px;
  }
  .homegames-column {
      flex: 1 1 50%;
      max-width: 50%;
  }
  .game-benefits_2 .game-benefits-item {
      flex: 1 1 50%;
      max-width: 50%;
  }
  .homegames-item_coming > span {
      padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .homegames-item_coming > span {
      padding-left: 0;
      text-align: center;
  }
  .homegames-item_coming > span span{
      padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  .homegames-promo-features-item .homegames-promo-features-item__title{
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 17px;
  }
  .homegames-promo__title:before{
    display: none;
  }
  .homegames-column{
    flex: 1 1 100%;
    max-width: 100%;
  }
  .homegames-item{
    margin: 0 auto;
    max-width: 350px;
  }
  .homegames-item_coming{
    padding: 150px 0;
  }
  .homegames-promo-details__note{
    display: none;
  }
  .homegames-promo__title{
    padding: 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .game-benefits_2 .game-benefits-item {
      flex: 1 1 100%;
      max-width: 100%;
  }
  .homegames-promo-features{
    display: block;
  }
  .homegames-promo-features-item{
    max-width: 100%;
  }
  .homegames-promo-features-item .homegames-promo-features-item__title{
    margin-bottom: 20px;
    font-size: 20px;
  }
  .page-home__title span{
    padding-left: 170px;
  }
}
@media only screen and (max-width: 374px) {
  .homegames-row {
      padding: 0 10px;
  }
}