.counter-img:after {
  content: url("../img/big_gift.png");
}
.price-block_bottom:after {
  background-image: url("../img/price_block_bottom_bg.jpg");
}
.price-block_bottom:after {
  background-image: url("../img/price_block_bottom_bg.jpg");
}
.price-block:hover .price-block_bottom:after {
  opacity: 0.5;
}
.price-block_top:after {
  background-image: url("../img/price_block_top_bg.jpg");
  opacity: 0.5;
}
.main-slide {
  background-image: url("../img/main_slide_bg.jpg");
}
#clear-all-in-cases-filters {
  float: left;
  height: 44px;
  border: 0;
}
#payModal .input-group-btn:last-child > .btn,
#payModal .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
#payModal .input-group-btn:first-child > .btn,
#payModal .input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
#payModal #payform-quantity {
  height: 35px;
}
div.popup-game {
    margin: 0 7px 20px;
}
div.popup--games-wrap {
    max-height: 300px;
}
.promo-error-msg {
  margin-top: -19px;
  margin-bottom: -10px;
}
.modal#payModal {
  z-index: 99999999;
}
.modal#rules {
  z-index: 11001;
}
.li-drop-podmenu .about-us {
  background: none !important;
}
a.logo:hover, a.logo:active, a.logo:focus {
  color: inherit;
}
footer em {
  padding-bottom: 0;
}
#rules .container {
  width: 100%;
}
/*
combo-box-slider
*/
.combo-box-slider .block-buttons {
  margin: 0px auto 100px auto;
}
.combo-box-slider .block-buttons li {
  margin-left: 130px;
  cursor: pointer;
  display: inline-block;
}
.combo-box-slider .block-buttons li a {
  font-size: 24px;
}
.combo-box-slider .block-buttons li a:hover, .combo-box-slider .block-buttons li a:focus {
  color: #fff;
  text-decoration: none;
}
.combo-box-slider .block-buttons .button:focus {
  border-color: #7a321a;
  background: #7a321a;
}
.combo-box-slider .block-buttons li.active a {
  background: #fff !important;
  color: #7a321a;
}
.combo-box-slider .block-buttons li:first-child {
  margin-left: 0px;
}
.combo-box-slider .arrow-left, .combo-box-slider .arrow-right, .combo-box-slider .arrow-left.small, .combo-box-slider .arrow-right.small {
  position: relative;
  cursor: pointer;
}
.combo-box-slider .arrow-left .fa-angle-left, .combo-box-slider .arrow-right .fa-angle-right {
  position: absolute;
  top: 0%;
  font-size: 250px;
  z-index: 1;
  color: #fe653e;
  padding-top: 14%;
  transition: all 0.3s ease-out;
}
.combo-box-slider .arrow-left .fa-angle-left:hover, .combo-box-slider .arrow-left .fa-angle-left:active, .combo-box-slider .arrow-right .fa-angle-right:hover, .combo-box-slider .arrow-right .fa-angle-right:active {
  color: #7a321a;
}
.combo-box-slider .arrow-left .fa-angle-left {
  left: -15%;
}
.combo-box-slider .arrow-right .fa-angle-right {
  right: -15%;
}
.tab-content .tab-pane {
  position: relative;
}
.combo-box-slider .arrow-left.small .fa-angle-left, .combo-box-slider .arrow-right.small .fa-angle-right {
  position: absolute;
  top: 0%;
  font-size: 100px;
  z-index: 1;
  color: #fe653e;
  transition: all 0.3s ease-out;
  top: -199px;
  display: block !important;
}
.combo-box-slider .arrow-left.small .fa-angle-left {
  left: 22%;
}
.combo-box-slider .arrow-right.small .fa-angle-right {
  right: 22%;
}
@media (max-width: 1600px) {
  .combo-box-slider .arrow-left .fa-angle-left {
    left: -7%;
  }
  .combo-box-slider .arrow-right .fa-angle-right {
    right: -7%;
  }
}
@media (max-width: 1350px) {
  .combo-box-slider .arrow-left .fa-angle-left, .combo-box-slider .arrow-right .fa-angle-right {
    display: none;
  }
  .combo-boxes--card.top-sale:before {
    transform: scale(0.6);
    right: -60px;
    top: -70px;
  }
}
@media (max-width: 1200px) {
  .combo-box-slider .arrow-left.small .fa-angle-left, .combo-box-slider .arrow-right.small .fa-angle-right {
    top: -162px;
  }
  .combo-box-slider .arrow-left.small .fa-angle-left {
    left: 15%;
  }
  .combo-box-slider .arrow-right.small .fa-angle-right {
    right: 15%;
  }
}
@media (max-width: 980px) {
  .combo-box-slider .arrow-left.small .fa-angle-left, .combo-box-slider .arrow-right.small .fa-angle-right {
    top: -130px;
  }
  .combo-box-slider .arrow-left.small .fa-angle-left {
    left: 4%;
  }
  .combo-box-slider .arrow-right.small .fa-angle-right {
    right: 4%;
  }
}
@media (max-width: 700px) {
  .combo-box-slider .block-buttons li {
    margin-left: 30px;
  }
  .combo-box-slider .arrow-left.small .fa-angle-left, .combo-box-slider .arrow-right.small .fa-angle-right {
    top: -120px;
  }
  .combo-box-slider .arrow-left.small .fa-angle-left {
    left: 15%;
  }
  .combo-box-slider .arrow-right.small .fa-angle-right {
    right: 15%;
  }
}
@media (max-width: 600px) {
  .combo-box-slider .arrow-left.small .fa-angle-left, .combo-box-slider .arrow-right.small .fa-angle-right {
    top: -110px;
  }
}
@media (max-width: 500px) {
  .combo-box-slider .arrow-left.small .fa-angle-left, .combo-box-slider .arrow-right.small .fa-angle-right {
    display: none !important;
  }
}
/*
 END: combo-box-slider ---------------------------------------------
*/

/*
Upsales
 */
.case-upsale {
  margin-bottom: 20px;
}
.case-upsale .buttons-block {
  margin-bottom: 5px;
}
.case-upsale .buttons-block a {
  border-bottom: 1px dashed;
  cursor: pointer;
  text-transform: uppercase;
}
.case-upsale .buttons-block a:active, .case-upsale .buttons-block a:focus, .case-upsale .buttons-block a:hover {
  color: #000000;
}
.case-upsale #upsale-dropdowns label {
  margin-bottom: 5px;
}
.case-upsale #upsale-dropdowns {
  font-weight: normal;
  font-size: 13px;
}
#block-added-sum #added-sum {
  font-size: 1.3em;
}
.case-upsale .case-upsale-inner #upsale-dropdowns .bootstrap-select .upsale-bs {
  color: #ffffff;
}
.case-upsale .buttons-block .close {
  font-size: 25px;
  color: red;
  opacity: 1;
  vertical-align: middle;
  padding-bottom: 2px;
  float: none;
}
/*
 END: Upsales ---------------------------------------------
*/
/*
default-cases
 */
.line {
  width: 100%;
  height: 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(231, 231, 231, 0.1);
  content: "";
  margin-bottom: 20px;
}
/*
END : default-cases
 */
/*
new titles
*/
.last-sale-case h1 {
  font-size: 40px;
}
.performancePc h1, .promo-boxes h1, .combo-boxes h1, .how-it-works_outer h2, .all-in-games h2, .support-content h2, #guarantees h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0px 4px 46px rgba(115, 230, 255, 0.47);
  margin-bottom: 12px;
}
.performancePc h1, .promo-boxes h1, .combo-boxes h1 {
  font-size: 48px;
}
.how-it-works_outer h2, .all-in-games h2, .support-content h2, #guarantees h2 {
  font-size: 35px;
}
.support-content h2 {
  text-align: left;
}
@media (max-width: 767px) {
  .performancePc h1, .promo-boxes h1, .combo-boxes h1 {
    font-size: 40px;
  }
  div a.have-promo-mobile {
    padding-top: 70px;
    padding-bottom: 0;
  }
  div a.have-promo-mobile:before {
    height: 70px;
  }
  div.combo-boxes--card.top-sale:before {
    background-size: 117px;
    top: -25px;
    right: -61px;
    width: 136px;
    height: 59px;
  }
}
@media (max-width: 370px) {
  .performancePc h1, .promo-boxes h1, .combo-boxes h1 {
    font-size: 35px;
  }
  .how-it-works_outer h2, .all-in-games h2, .support-content h2, #guarantees h2 {
    font-size: 25px;
  }
  #promo-boxes .super-promo {
    margin-top: 20px;
  }
  .combo-boxes {
    padding: 0px 0 67px;
  }
  .promo-boxes {
    padding: 30px 0 7px;
  }
  .combo-boxes--card .title {
    width: 248px;
    height: 80px;
  }
  .combo-box-slider .block-buttons {
    margin: 0px auto 25px auto;
  }
  .combo-boxes--title, .performancePc .title {
    text-align: center;
    margin-bottom: 15px;
  }
  header .logo .logo-description {
    bottom: 0px;
    font-size: 18px;
    left: 67px;
  }
  .main-slide h1 {
    font-size: 23px;
  }
  div.col-sm-6 {
    padding-right: 47px;
    padding-left: 47px;
  }
  div.price-block_bottom {
    padding: 26px 17px 63px;
  }
  .description-list li.full-description {
    margin-top: 4px;
  }
  .main-slide div.price-block .button {
    padding: 13px 64px 12px;
  }
}
/* iphone 4 */
/*
@media (min-width: 370px) and (min-device-width: 320px) {
  #paymodal-form div.modal-body {
    padding: 0px 15px;
  }
  #paymodal-form .form-group {
    margin-bottom: 0;
  }
  #paymodal-form .case-upsale {
    margin-bottom: 5px;
  }
  .modal-header {
    padding: 15px 0 15px 15px;
  }
  .modal-header .close {
    padding: 4px 15px;
  }
}*/
@media (max-height: 512px) {
  header .menu ul.li-drop-podmenu {
    overflow-y: scroll;
    height: 223px;
  }
}
/*
END : new titles
 */
.review-buy .feedback--title .auth-button {
  background: #f56434;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: 11px 22px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 15px;
}
.promo-boxes .list-view {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.promo-boxes .promo-boxes--card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blue-color-on-hover:hover,
.blue-color-on-hover:active,
.blue-color-on-hover:focus {
  color: #fff;
  background-color: #73e6ff!important;
}