.description a{
  color: #ff772e;
}
.about_game{
      height: 130px;
    overflow: auto;
}
.description{
  font-weight: 500;
  overflow: hidden;
}
.gameinfo {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 40px;
}
.current-shop-games {
    margin: 30px 0 20px;
}
.shop-games-label {
    font-size: 18.8px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0;
}
.instructions ul {
    list-style: decimal outside;
    font-weight: 500;
    padding-left: 16px;
    padding-right: 50px;
}
.instructions li {
    display: list-item;
    margin-bottom: 6px;
    padding-left: 8px;
    font-weight: 500;
}

.requirement ul {
    padding-left: 0;
    list-style: none;
}
.requirement li {
    font-weight: 500;
    margin-bottom: 6px;
}
.game-screen a img {
    width: 100%;
    display: block;
    height: 100%;
}
@media (min-width: 1024px){

.game-screen a img {
    width: 100%;
    display: block;
    height: auto;
}
.video{
  height: auto;
}
}
.game-screen {
    background-color: #fff;
    width: 49%;
    display: inline-block;
}
  .item-shade {
    position: absolute;
    display: block;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-180deg,hsla(0,0%,7%,.9),hsla(0,0%,7%,.4));
}
.item-banner {
    position: relative;
    height: auto;
    padding-bottom: 30px;
    background-color: #0d0d0d;
    text-align: center;
    background: url(/templates/deadpool/images/banner.webp) top no-repeat;
    background-size: cover;
    padding: 15px;
}
.index-header {
    padding-top: 8px;
    height: 93px;
    overflow-x: visible;
    overflow-y: hidden;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.game-item {
    position: relative;
    padding: 40px 0 50px;
}
.game-item .item-cover {
    position: relative;
    max-width: 340px;
    height: 220px;
    display: block;
}
.no-gutter {
    padding: 0!important;
}
.game-item .description {
    text-align: left;
    color: #fff;
    margin-left: 50px;
}
.item-cover .gb-tag-item {
    font-size: 12px;
    border-radius: 5px;
    top: 10px;
    left: 10px;
}
.item-cover .rb-tag-item {
    font-size: 12px;
    border-radius: 5px;
    top: 10px;
    right: 10px;
}
.gb-tag-item {
    font-size: 9px;
    line-height: normal;
    padding: 5px 8px;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 99;
}
.game-item .item-cover img {
    float: left;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.5);
    border-radius: 5px;
    max-width: 375px;
    max-height: 220px;
}
.game-item .item-name {
    font-size: 37.9px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 3rem;
}
.game-item .description .genre {
    margin-bottom: 5px;
    margin-right: 5px;
}
.game-item .description .genre span {
    position: relative;
    left: 0px;
    font-weight: 700;
}
.game-item .description .genre i:first-child {
    padding-left: 1px;
}
.game-item .description .genre i {
    font-size: 17px;
    padding-left: 25px;
}
.fa-fire:before {
    content: "\f06d";
}
.game-item .description .type span {
    position: relative;
    left: 0px;
    font-weight: 700;
}
.game-item .description .item-description {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
}
.game-info {
    padding-top: 30px;
}
.game-info .gio:first-child{
  text-align: left;
}
.game-info .gio {
position: relative;
    top: -10px;
    display: inline-block;
    width: 33%;
    margin-bottom: 6px;
    line-height: 146px;
    height: 146px;
    font-size: 18px;
    text-align: center;
}
.game-info .delivery:before, .game-info .exist:before, .no_exist:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px;
    margin-right: 10px;
}
.game-info .exist:before {
    background: url(/templates/deadpool/images/sprite.png) -46px -99px no-repeat;
}
.game-info .delivery:before {
    background: url(/templates/deadpool/images/sprite.png) -76px -99px no-repeat;
}
.game-info .delivery:before, .game-info .exist:before, .no_exist:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px;
    margin-right: 10px;
}
.game-info .garant:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/templates/deadpool/images/sprite.png) -106px -99px no-repeat;
    position: relative;
    top: 10px;
    margin-right: 10px;
}
li a{
  color: #ff772e;
  text-decoration: none;
}
li a:hover{
  color: #ff772e;
}
.buyblock {
    position: relative;
    top: -4px;
}
.buyblock .prices {
    display: flex;
    min-width: 292px;
}
.buyblock .prices .item-discount {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}
.buyblock .prices .actualprice {
    font-size: 50.9px;
    padding-top: 14px;
    white-space: nowrap;
    max-width: 184px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.buyblock .item-buybutton {
    padding: 11px 0;
    background: linear-gradient(-45deg,#ff9b39,#ffcd34);
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
    font-size: 24.9px;
    margin-top: 5px;
}
.btn-warning {
    background: linear-gradient(-45deg,#ff9b39,#ffcd34)!important;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.buyblock .prices .oldprice {
    text-decoration: line-through;
    margin-right: 7px;
    display: inline-block;
}
.buyblock .prices .econom {
    color: #878787;
    border-left: 1px solid #f0f0f0;
    display: inline-block;
    padding-left: 6px;
}
.buyblock .prices .discountx {
    display: block;
    margin-top: 2px;
}
.buyblock .prices .discountx span {
    display: inline-block;
    background-color: #ff772e;
    border-radius: 30px;
    padding: 0 13px 2px;
    font-size: 13px;
    color: #fff;
}
.current-shop-games {
    margin: 30px 0 20px;
}
.shop-games-label {
    font-size: 18.8px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0;
}
.swiper-containerscreenshots {
    width: 854px;
}
.swiper-containerscreenshots {
    border-radius: 5px;
    position: relative;
    width: 854px;
    height: 160px;
    overflow: hidden;
    background-color: #fafafa;
}

.swiper-containerscreenshots .swiper-slide {
    width: auto;
    transition: .2s ease;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.current-shop-games {
    margin: 30px 0 20px;
}

.shop-games-label {
    font-size: 18.8px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0;
}
.video {
    position: relative;
    display: block;
    border-radius: 5px;
    height: 160px;
    width: 300px;
    background-color: #000;
    overflow: hidden;
    text-align: center;
    opacity: .95;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.item-video img {
    width: 100%;
}
.fa-youtube:before {
    content: "\f167";
}
 @media screen and (max-width: 1190px) {
.video {
    width: 100%;
    height: auto;
}
.hid_mob {
    display: none;
}
.scrvid{
    display: block;
 }
}
@media screen and (max-width: 720px) {
.swiper-containerscreenshots{
  height: 120px;
}
.game-screen a img{
    height: 120px;
  }
  }

@media screen and (max-width: 600px) {
.swiper-containerscreenshots{
  height: 54vw;
}
.game-screen a img{
    height: 54vw;
  }
  }

@media screen and (max-width: 320px) {

  .game-item .item-cover{
    height: 180px;
  }
  .game-item .item-name{
    line-height: 2.5rem;
  }
  .game-item{
    padding-bottom: 25px;
  }
  .gameinfo{
    margin-top: 0px;
  }
  }
  @media screen and (max-width: 1200px) {
.game-item .description{
    display: contents;
}
  }
 @media screen and (max-width: 1024px) {

.hid_mob{
  display: none;
}
.mob_width{
  max-width: 100%;
  min-width: 100%;
}
.swiper-containerscreenshots{
  width: 100%;
}
.video{
  width: 100%;
}
.game-item .item-cover img{
  max-width: 100%;
}
.nav-link{
  font-size: 12px;
}
.index-header{
  height: auto;
}
.game-item .description .genre{
  display: block;
  width: 100%;
}
}
 @media screen and (max-width: 420px) {
.video__popup iframe{
width: 350px;
height: 200px;
 }
 .game-item .item-name{
  font-size: 25px;
 }
}

delivery {
    display: block;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #e9eed9;
}
attention {
    display: block;
    margin: 0px 0;
    padding: 10px;
    border-radius: 5px;
    background-color: #f6f5de;
    font-weight: bold;
}