body > *,a,input{
  outline:none;
  font-family: 'Exo 2', sans-serif;
}
body:after{ 
    display:none;
    content: url('../images/luck_hover.png') url('../images/vk_a.png') url('../images/menu_a.png') url('../images/loading.png') url('../images/design.png') url('../images/watch_a.png') url('../images/luck_a.png');
}
body:before { 
display:none;
content: url('../images/show_a.png')  url('../images/steam_a.png') url('../images/origin_a.png') url('../images/uplay_a.png') url('../images/battle_a.png') url('../images/xbox_a.png')  url('../images/ps_a.png')  url('../images/wot_a.png') url('../images/luck.png');
}
body {
  background:#1b1b1b;
  min-width:1024px;
  font-family: 'Exo 2', sans-serif;
}
#header {
  height:130px;
  width:100%;
  background:#fff;
}
#content {

  width:100%;
  background:#f5f5f5;
}
.column {
  width: 33%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.wrapper {
  overflow: visible;
}
#header .wrapper {
  text-align:center;
}
.logo {
  display: block;
  margin: 45px auto;
  background:url('../images/logo.png') no-repeat center center;
  width:250px;
  height:40px;
  
}
#header .column {
  height: 130px;
}
.wrapper {
  width:1024px;
  overflow: auto;
  margin:0 auto;
}
.column.top_links {
  text-align:left;
}
.column.search {
  text-align:right;
}
.search_wrap {
  overflow: visible;
}
.top_links a:hover{
background-color:#f7f7f7 !important;
}
.top_links a:first-child{
padding-left:48px;
width:60px;
padding-right:0px;
background:url('../images/menu.png') no-repeat 20px center; 
}
.top_links a:nth-child(2){
background:url('../images/vk_top.png') no-repeat center center; 
}
.top_links a:nth-child(3):hover:before{
    -moz-transform: rotate(360deg); /* Для Firefox */
    -ms-transform: rotate(360deg); /* Для IE */
    -webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(360deg); /* Для Opera */
    transform: rotate(360deg);
}
.top_links a:nth-child(3):hover{
width:100px;
}
.top_links a:nth-child(3):before{
  transition:all 0.3s ease;
  content: '';
  position: absolute;
  left: 11px;
  top: 11px;
  height: 16px;
  width: 15px;
  display: block;
  background: url('../images/star.png') no-repeat center center;
}
.top_links a:nth-child(3){
position:relative;
/*overflow:hidden;*/
width:100px;
padding-left:38px;
}
.top_links a{
  transition:all 0.3s ease;
  font-size:14px;
  color:#212121;
  text-decoration:none;
  width:38px;
  display:inline-block;
  height:38px;
  border:1px solid #d2d2d2;
  vertical-align: top;
  line-height:38px;
  margin: 45px 10px 45px 0;
  border-radius:60px;
}

.search .lucky:hover {
  width: 38px;
  height: 38px;
  border: 1px solid #d2d2d2;
  background: #f7f7f7 url('../images/luck_hover.png') no-repeat center center;
}
.search .lucky {
  transition:background 0.2s ease;
  display: inline-block;
  width:40px;
  background: #ffca18 url('../images/luck_w.png') no-repeat center center;
  border-radius:60px;
  border:0px;
  margin: 45px 0px 40px 0;
  position:relative;
  height: 40px;
}
.search input[type="text"]:hover,.search input[type="text"]:focus  {
background-color:#fff;
}
.search input[type="text"]:focus {
  border:1px solid #FFCA18 !important; 
}
.search input[type="text"] {
  transition: all 0.3s ease;
  display: inline-block;
  border: 1px solid #d2d2d2;
  position: relative;
  height: 38px;
  border-radius: 60px;
  z-index: 11;
  font-size: 14px;
  width: 159px;
  vertical-align: top;
  line-height: 38px;
  padding: 0;
  padding-right: 11px;
  padding-left: 47px;
  background: #F7F7F7 url('../images/search.png') no-repeat 17px 11px;
  margin: 45px 10px 45px 0;
}
.overlay_yellow .wrapper {
  margin-top: 150px;
  z-index:11;
  position:relative;
}
.overlay_gray {
  background: rgba(32, 32, 32, 0.9);
  display:none;
  left:0px;
  top:0px;
  cursor:pointer;
position: absolute;
  width:100%;
  height:100%;
  z-index:10;
}
.overlay_gray a:hover{
background: rgba(255,255,255,0.1) url('../images/cat_white.png') no-repeat 26px center;
  border: 1px solid #fff;
}
.overlay_gray a{
  transition: all 0.2s ease;
  line-height: 50px;
  color: #fff;
  margin: 30px 0;
  text-decoration: none;
  border: 1px solid #4f4e4e;
  padding: 0 25px 0 50px;
  border-radius: 50px;
  display: inline-block;
  background: url('../images/cat_white.png') no-repeat 26px center;
}
.overlay_gray .wrapper {
  margin-top: 320px;
  height:300px;
  z-index:11;
  color: #fff;
  font-size: 17px;
  position:relative;
}

.overlay_yellow {
  background:rgba(255, 202, 24, 0.9);
  display:none;
  left:0px;
  top:0px;
  cursor:pointer;
position: absolute;
  width:100%;
  height:100%;
  z-index:10;
}
.has_tip:hover .tip{
display:block;
}
.has_tip {
  position:relative;
}
.tip:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  bottom: -10px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #202020;
}
.tip {
  display:none;
  font-family:'Open Sans', serif;
  position: absolute;
  top: -33px;
  width: 110px;
  right: 0px;
  background: #202020;
  color: #FFF;
  padding: 5px 0px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
}
.clearfix {
clear:both;
}

.horizontal_list_brands {
  display:block;
  margin:40px auto 0;
}
.horizontal_list_brands{
  float:  right;
cursor:default;
text-align:center;
}
.horizontal_list_brands li:last-child a{padding-right:0px;}
.horizontal_list_brands li:last-child {
margin-right:0px !important;

}
.horizontal_list_brands li {
cursor:default;
margin-right: 25px; /* !!! */
display:inline-block;
transition:all 0.3s ease;
}
.all_games_link span:nth-child(3){
color:#adadad;
font-size:11px;
}
.all_games_link span:first-child{
transition:all 0.3s ease;
color:#464646;
font-size:14px;
}
.all_games_link:hover span:first-child{
color:#252525;
}
.all_games_link:hover {
background:url('../images/show_a.png') no-repeat left center;
}
.all_games_link {
  text-decoration:none;
    border-right: 1px solid #E0E0E0;
  display: block;
  padding-left:30px;
  transition:all 0.3s ease;
  width: 100px;
  float: left;
  margin: 45px 0 0;
  background:url('../images/show.png') no-repeat left center;
  height:32px;
}
.horizontal_list_brands li a:hover {
  margin:1px;
  color:#484848;
  border:0px solid #d2d2d2;
}
.horizontal_list_brands li a {
display:inline-block;
margin:1px;
font-size: 14px;
padding-left:48px;
padding-right:25px;
transition:all 0.3s ease;
text-decoration:none;
color:#7d7d7d;
border-radius:60px;
height:40px;
line-height:40px;
}


.horizontal_list_series{
cursor:default;
text-align:center;
}
.horizontal_list_series li:last-child {
margin:0 !important;
}
.horizontal_list_series li {
cursor:default;
margin-right: 27px;
display:inline-block;
}
.horizontal_list_series li a:hover img {

}
.horizontal_list_series li a {
transition:opacity 0.3s ease;
display:inline-block;
margin:0;
padding: 0;
height:40px;
}

.heading2.crown {
padding-left:40px;
background:url('../images/crown.png') no-repeat 5px center;
}

.heading2 {
margin:35px 0;
padding:3px 0;
font-size:17px;
cursor:default;
color:#464646;
}
.space_before {
margin-top:90px;
}
.space_before_med {
margin-top:60px;
}


/*Товары*/
.catalog .items_container {
  min-height: 200px;
  text-align: left;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
backface-visibility:hidden;
transition:all 2.5s ease;
max-height:2224px;
}
.items_container {
  text-align: left;
  width: 1020px;
  margin: 0 auto;
overflow: hidden !important;
}
.product > a img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.product > a .price .old_price{
  font-size:11px;
  color: #B1B1B1;
  vertical-align: top;
  line-height: 13px;
  font-weight: normal;
  margin-right:3px;
  text-decoration:line-through;
}
.search_form {
  display: inline;
}
.product:last-child {
margin-right:0 !important;
}
.product > a .price > span:last-child:after{
  content: 'руб';
  font-size: 9px;
  vertical-align: top;
}
.product > a .price{
position:absolute;
font-size:13px;
color:#1b1b1b;
padding:9px 15px;
background:#ffffff;
border-radius:40px;
right:10px;
bottom:10px;
display:inline-block;
z-index: 3;
}
.product > a {
  display: block;
  height: 244px;
  width: 176px;
  border-right: 4px solid #2D2D2D;
  border-bottom: 3px solid #2D2D2D;
  border-top: 3px solid #2D2D2D;
}
.product:nth-child(5n+5) {
margin-right:0px !important;
}
.product:hover .product_overlay {
  opacity:1;
}
.product {
position:relative;
margin-right:26px;
display:inline-block;
margin-bottom:28px;
width:180px;
height:250px;
}
.product.sale .old_price{color:#fff !important;}
.product.sale > a:after{
content:'';
position:absolute;
top:0;
right:0px;
width:103px;
height:103px;
background:url('../images/sale.png') no-repeat top right;
z-index: 1;
}
.product.sale .price{
background:#ffca18;
}
.product_platforms {
padding:0 18px;
height:50px;
display:block;
width:144px;
text-align:left;
}
.product .product_title {
line-height:20px;
  text-align: left;
font-size:14px;
padding:20px 18px 0;
}
.product_overlay {
  opacity:0;
  transition:opacity 0.2s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #FFF;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.product_platforms .PC {
  background: url(../images/win.png) no-repeat center center;
  width:20px;
}

.product_platforms .Windows{
  background: url(../images/win.png) no-repeat center center;
  width:25px;
}
.product_platforms .Mac{
  background: url(../images/mac.png) no-repeat center center;
  width:25px;
}
.product_platforms .Steam{
  background: url(../images/steam.png) no-repeat center center;
  width: 50px;
}
.product_platforms .GOGCOM{ 
  background: url(../images/gog.png) no-repeat left center;
  width: 50px;
}
.product_platforms .Playstation{ 
  background: url(../images/ps.png) no-repeat center center;
  width: 25px;
}
.product_platforms .Xbox + .Xbox,.product_platforms .Playstation + .Playstation {
display:none;
 }
.product_platforms .Xbox{ 
  background: url(../images/xbox.png) no-repeat center center;
  width: 25px;
}
.product_platforms .battlenet, .product_platforms .Battlenet  { 
  background: url(../images/battle.png) no-repeat center center;
  width: 60px;
    background-size: contain;
}
.product_platforms .Uplay{ 
  background: url(../images/uplay.png) no-repeat center center;
  width: 50px;
}
.product_platforms .Origin{
  background: url(../images/origin.png) no-repeat center center;
  width: 50px;
}
.product_platforms span {
  height: 50px;
  margin: 0 10px 0 0;
  min-width: 20px;
  display: inline-block;
}
.product .release_date {
  z-index: 3;
  position: absolute;
  font-size: 10px;
  color: #FFF;
  padding: 6px 15px 6px 25px;
  background: #202020 url('../images/time.png') no-repeat 9px center;
  border-radius: 40px;
  right: 10px;
  bottom: 46px;
  display: inline-block;
}
.product_platforms span:first-child {
position:relative;
}
.product_platforms span:first-child:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: -7px;
  width: 1px;
  height: 18px;
  opacity: 0.3;
background-color: rgba(255, 255, 255, 0.47);
}
/*Товары*/


/*Слайдер*/
#main_slider {
  width: 1024px;
  background:#000;
}
.product_banner:first-child {
width:346px;
height:390px;
}
.product_banner {
position:relative;
float:left;
display:block;
width:339px;
background:#000;
overflow:hidden;
height:195px;
}
.product_banner.sale > a:after{
content:'';
position:absolute;
top:0;
right:0px;
width:103px;
height:103px;
background:url('../images/sale.png') no-repeat top right;
z-index: 1;
}

.product_banner .release_date {
  z-index: 3;
  position: absolute;
  font-size: 10px;
  color: #FFF;
  padding: 6px 15px 6px 25px;
  background: #202020 url('../images/time.png') no-repeat 9px center;
  border-radius: 40px;
  right: 10px;
  bottom: 60px;
  display: inline-block;
}
.product_banner > a .price .old_price{
  font-size:11px;
  color:#fff;
  vertical-align: top;
  line-height: 13px;
  font-weight: normal;
  margin-right:3px;
  text-decoration:line-through;
}
.product_banner > a .price:last-child:after{
  content: 'руб';
  font-size: 9px;
  vertical-align: top;
}
.product_banner > a .price{
position:absolute;
font-size:13px;
color:#fff;
padding:9px 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);

border-radius:40px;
right:10px;
bottom:18px;
display:inline-block;
z-index: 3;
}
.product_banner > a {
width:100%;
height:100%;
position:relative;
background-size:cover !important;
  display: block;
}
.product_banner .product_title span{
display:table-cell;
vertical-align:middle;
}
.product_banner .product_title {
  line-height: 20px;
  font-size: 14px;
  padding: 20px 18px 0;
  position: absolute;
  bottom: 0px;
  height: 73px;
  width: 195px;
  display: table;
  vertical-align: middle;
}
.product_banner:hover .product_overlay {
background-color: rgba(0, 0, 0, 0.75);
}
.product_banner:hover .product_platforms {
opacity:1;
}
.product_banner .product_platforms {
transition:opacity 0.3s ease;
opacity:0;
}
.product_banner .product_overlay {
transition:all 0.3s ease;
background:url(../images/shadow.png) bottom left repeat-x;
opacity: 1;
}
/*Слайдер*/

/*Горизонтальные категории*/
.steam_hor:hover {
  background: url(../images/steam_a.png) no-repeat 18px center;
} 
.steam_hor {
  background: url(../images/steam_a1.png) no-repeat 18px center;
} 
.uplay_hor {
  background: url(../images/uplay_a1.png) no-repeat 8px center;
}
.uplay_hor:hover {
  background: url(../images/uplay_a.png) no-repeat 8px center;
} 
.origin_hor {
  background: url(../images/origin_a1.png) no-repeat 18px center;
}
.origin_hor:hover {
  background: url(../images/origin_a.png) no-repeat 18px center;
}
.battle_hor {
  background: url(../images/battle_a1.png) no-repeat 10px center;
}
.battle_hor:hover {
  background: url(../images/battle_a.png) no-repeat 10px center;
}
.xbox_hor {
  background: url(../images/xbox.png) no-repeat 18px center;
}
.xbox_hor:hover {
  background: url(../images/xbox_a.png) no-repeat 18px center;
}
.ps_hor {
  background: url(../images/ps.png) no-repeat 13px 12px;
}
.ps_hor:hover {
  background: url(../images/ps_a.png) no-repeat 13px 12px;
}
.anti_hor {
background: url(../images/anti.png) no-repeat 20px 11px;
}
.wot_hor {
background: url(../images/wot.png) no-repeat 20px center;
}
.wot_hor:hover {
background: url(../images/wot_a.png) no-repeat 20px center;
}
.luck_hor {
background: url(../images/luck.png) no-repeat 18px center;
}
.luck_hor:hover {
background: url(../images/luck_a.png) no-repeat 18px center;
}

/*Горизонтальные категории*/

/*Меню*/
#menu {
  display: none;
  width: 350px;
  position: absolute;
  height: 500px;
  z-index: 0;
}
#content, #header, #footer {  min-width: 1024px;}
#container {
  width:100%;
  z-index:2;
  position:relative;
  transition:all 0.4s ease;
/*-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);*/
}
#main_container {
/*-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);*/
  overflow:hidden !important;
  width: 100%;
}
html,body { 
  width: 100%;
  height: 100%;}
#container.opened {
  overflow: hidden;
  cursor:pointer;
  opacity:0.9;
  margin-left: 350px;
}
.open_menu.opened {
  background: url('../images/menu_a.png') no-repeat 20px center !important;
}
.wrapper.first {
padding-top:50px;
}
#menu_overlay {
  position:absolute;
  top:0px;
  left:0px;width:100%;
  height:100%;
  cursor:pointer;
  z-index: 10;
  display:none;
}
.menu_header span:nth-child(3){
color: #B08901;
font-size:11px;
  font-family:'Open Sans',sans-serif;
}
.menu_header span{
  /* margin: 45px 0px 45px 0; */
  display: inline-block;
  font-size:14px;
  /* float: left; */
  color: #212121;

}
.menu_header > a:hover span:nth-child(3){
color: #7d7d7d;
}
.menu_header > a:hover{
  background: #f7f7f7 url('../images/menu_cat.png') no-repeat 35px center;
}
.menu_header > a{
  transition: all 0.3s ease;
  display: block;
  height: 30px;
  width: 200px;
  background: #FFCA18 url('../images/menu_cat.png') no-repeat 35px center;
  padding: 15px 20px 19px 72px;
  cursor: pointer;
  border-radius: 60px;
  margin: 43px auto;

}
.menu_header {
  height: 130px;
  overflow:hidden;
  border-bottom:1px solid #1f1f1f;
  display: block;
  position: relative;
}
.menu_list li a:hover{
  background:#1f1f1f;
  color:#fff;
}
.menu_list li a{
  transition:all 0.2s ease;
  display:block;
  color:#888888;
  text-decoration:none;
  font-size:14px;
  padding:15px 0 15px 50px
}
.menu_list {
  margin:10px 0;
}
.menu_limiter {
  margin: 15px 50px;
  height:1px;
  display:block;
  width:250px;
  background:#1f1f1f;
}
/*Меню*/

/*Каталог на главной*/
.tabs a.active {
  color:#202020 !important;
  margin:0px !important;
  background: #FFF !important;
  border:1px solid #d2d2d2 !important;
}
.tabs a:hover {
  margin:0px;
  background: #f7f7f7;
  border:1px solid #d2d2d2;
}
.tabs {
margin-bottom:40px;
}
.tabs a {
  transition:background 0.2s ease;
  padding: 12px 22px;
  font-size:16px;
  margin:1px;
  display: inline-block;
  border-radius: 50px;
  color:#7d7d7d;
  text-decoration: none;
}
.tab_content.active {display:block !important;}
.tab_content {
display:none;
}
.show_all:hover {
margin:38px auto;
border:1px solid #d2d2d2;
color:#202020;
width:238px;
height:60px;
color:#252525;
line-height:60px;
background: #fff url('../images/show_a.png') no-repeat 59px center;
}
.show_more:hover {
margin:38px auto;
border:1px solid #d2d2d2;
color:#202020;
width:248px;
height:60px;
color:#252525;
line-height:60px;
}


.look_in_cat {
transition: color 0.3s ease, background-image 0.3s ease;
background: #fff url('../images/show.png') no-repeat 25px center;
display:block;
margin:38px auto;
width:178px;
height:62px;
padding-left: 17px;
line-height:62px;
font-size: 14px;
text-align:center;
color:#464646;
text-decoration:none;
border-radius:60px;
}

.look_in_cat:hover {
margin:38px auto;
border:1px solid #d2d2d2;
height:60px;
color:#252525;
line-height:60px;
background: #fff url('../images/show_a.png') no-repeat 25px center;
}

@-webkit-keyframes spin {
    0%   {
    -moz-transform: rotate(0deg); /* Для Firefox */
    -ms-transform: rotate(0deg); /* Для IE */
    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg); /* Для Opera */
    transform: rotate(0deg);    
    }
    100% {
      -moz-transform: rotate(359deg); /* Для Firefox */
      -ms-transform: rotate(359deg); /* Для IE */
      -webkit-transform: rotate(359deg); /* Для Safari, Chrome, iOS */
      -o-transform: rotate(359deg); /* Для Opera */
      transform: rotate(359deg);      
      
    }
}
.show_more.inprocess:before {
  -moz-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  -ms-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  opacity:1;
}
.show_more:before {
  content: '';
  width: 82px;
  height: 82px;
  left: 50%;
  z-index: 10;
  top: -100px;
  opacity:0;
  transition:opacity 0.5s ease;
  position: absolute;
  margin-left: -41px;
  background: url(../images/loading.png) no-repeat center center;
}
.show_more.inprocess {
  margin-top: 120px;
background:transparent !important;
color:#464646 !important;
border:1px solid #d2d2d2;
width:248px;
height:60px;
}
.show_more_wrapper {
  overflow: auto;
  padding-bottom: 100px;
}
.show_more {
position:relative;
transition: color 0.3s ease, background-image 0.3s ease, margin 0.4s ease;
background: #fff;
display:block;
margin:38px auto;
width:248px;
height:62px;
line-height:62px;
font-size:15px;
text-align:center;
color:#464646;
text-decoration:none;
border-radius:60px;
}
.show_all {
transition: color 0.3s ease, background-image 0.3s ease;
background: #fff url('../images/show.png') no-repeat 60px center;
display:block;
margin:38px auto;
width:240px;
height:62px;
padding-left:10px;
line-height:62px;
font-size:15px;
text-align:center;
color:#464646;
text-decoration:none;
border-radius:60px;
}
/*Каталог на главной*/


/*Отзывы*/
#reviews {
  background:#fff;
  padding: 50px 0 50px;
}
#reviews .review {
  display: inline-block;
  padding: 0 50px;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  color: #202020;
  font-family: 'Open Sans';
  border-left: 1px solid #E8E8E8;
}
#reviews .column:nth-child(4) .review {
  border-left: 0;
}

#reviews .column {
  display:block;
  height:100%;
   min-height: 72px;
  position:relative;
  text-align: center;
  float:left;
  width:25%;
}
.heading2.speech {
  display: inline-block;
  padding-left: 45px;
  margin-top: 0px;
  background: url('../images/reviews.png') no-repeat 0px center;
  height: 21px;
  line-height: 15px;
  color:#464646;
  margin-left: 50px;
}
.read_all:hover {
  color: #252525 !important;
}
#reviews .date {
  color:#727272;
  text-align:left;
    margin-top: 15px;
    font-size:14px;
      font-weight: 300;
  font-family: 'Exo 2', sans-serif;
}
.read_all {
  font-size: 14px;
  transition:all 0.3s ease;
  color: #464646;
  text-decoration: none;
  float: right;
  margin-right: 50px;
}
/*Отзывы*/

/*Оплата*/
.payments img{
  display:inline-block;
  margin: 0 21px;
}
.payments {
cursor:default;
margin: 160px 0 90px;
text-align:center;
}
/*Оплата*/

/*Футер*/
#footer {
z-index: 99;
  position: relative;
  background:#202020;
  padding:70px 0 80px;
}
.footer_menu li a:hover{
color:#fff;
}
.footer_menu li a{
color:#5f5f5f;
transition:all 0.3s ease;
text-decoration:none;
}
.footer_menu ul {
  cursor: default;
  float: left;
}
.footer_menu li {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 15px 25px 15px 0;
}

#footer .social .vk:hover{
background:url('../images/vk_a.png') no-repeat center center;
background-size:cover;
}
#footer .social .vk{
display:block;
width:40px;
transition:all 0.3s ease;
height:40px;
margin-left:10px;
background:url('../images/vk.png') no-repeat center center;
background-size:cover;
}
#footer .social {
float:right;
}
#footer .footer_info {
margin-top:125px;
}
#footer .right {
float:left;
width:100px;
}
#footer .center{
float:left;
width:754px;
font-size:12px;
color:#606060;
font-family:'Open Sans', sans-serif;
line-height:20px;
}
#footer .left {
font-size:13px;
width:170px;
float:left;
line-height:23px;
}
#footer .copyright {
color:#404040;
}
#footer .site {

font-weight:normal;
color:#fff;
}
.design_logo {
  float: right;
margin-top: 5px;
width:80px;
height:28px;
transition:all 0.3s ease;
background:url('../images/design_a.png') no-repeat center center;
}
.design_logo:hover {
background:url('../images/design.png') no-repeat center center;
}
/*Футер*/

.wrapper.catalog {
  overflow: hidden;
position:relative;
  padding-top: 35px;
}
#load_overlay {
  display:none;
  position: absolute;
  z-index: 5;
  opacity: 1;
  top: 0px;
  left: 0px;
  background: rgba(245, 245, 245, 0.4);
  width: 100%;
  height: 100%;
}

.load_icon {
  -moz-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  -ms-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  width: 80px;
  height: 80px;
  border-radius: 70px;
  background: #FFF url('../images/loading.png') no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -41px;
top: 200px;
}
.price_filter {
  width: 260px;
  height: 76px;
  position: relative;
  overflow: visible;
  float: left;
}
.price_filter div:nth-child(2) input{
  margin-right: 10px !important;
}
.price_filter input:focus+.ndborder {
opacity:1;
}
.price_filter input:focus {
border:1px solid #f1c936 !important;
box-shadow: 0 0 4px #f4eccf;
}
.price_filter input:hover {
border: 1px solid #b5b5b5;
}
.price_filter >div {
overflow: visible;
float:left;
position:relative;
}
.ndborder {
opacity: 0;
  position: absolute;
  width: 124px;
  border-radius: 34px;
  left: -2px;
  top: 2px;
  background: #f4eccf;
  transition:opacity 0.2s ease;
  height: 46px;
  z-index: 0;
}
.price_filter > div:nth-child(2) span {
  position: absolute;
  width: 20px;
  height: 40px;
  left: 20px;
  bottom: 6px;
  line-height: 40px;
  z-index:2;
  font-size: 14px;
  color: #7D7D7D;
}
.price_filter > div:nth-child(3) span {
  position: absolute;
  width: 20px;
  height: 40px;
  left: 20px;
  bottom: 6px;
  z-index:2;
  line-height: 40px;
  font-size: 14px;
  color: #7D7D7D;
}
.price_filter input {
margin:4px 0;
box-sizing:content-box;
position:relative;
transition:all 0.3s ease;
display:inline-block;
width: 68px; /*width: 120px;*/ 
font-size:14px;
line-height:40px;
color:#252525;
font-family:'Open Sans',sans-serif;
padding:0 10px 0 40px;
border-radius:50px;
z-index:1;
border:1px solid #d1d1d1;
}
#filter {
  display: none;
}
.filter_title {
font-size:14px;
display:block;
  margin-bottom: 13px;
}
.filter_form .upper {
  padding: 40px 0 30px;
  border-bottom: 1px solid #E9E9E9;
}
.total_found {
color:#484848;
font-family:'Open sans',sans-serif;
font-size:13px;
padding-right: 12px;
border-right:1px solid #E9E9E9;
display:inline-block;
height:16px;
line-height:16px;
margin:6px 0;
}
.cats_filter select{
  margin: 4px 0px;
  width: 230px;
  height: 42px;
  border-radius: 50px;
  padding: 0 15px;
}
.cats_filter {
position: relative;
overflow: visible;
width: 235px;
margin-right:5px;
float:right;
height:76px
}
.filter_form .sorts{
  display: inline-block;
  float: right;
  cursor:default;
}
.filter_form .bottom {
padding-top:15px;
height:28px;
  padding-bottom: 15px;
}
.filter_form, #header > .wrapper  {
  overflow: visible;
}
.filter_form .sorts a:hover {
color:#252525;
}
.filter_form .sorts a {
color:#7d7d7d;
text-decoration:none;
margin:0 5px;
font-size:12px;
line-height:28px;
transition:all 0.2s ease;
border-radius:30px;

font-family: 'Open Sans', sans-serif;
}
.sorts .active_sort.desc:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 13px;
  width: 5px;
  height: 3px;
  background: #FFF url('../images/asc_desc.png') top center no-repeat;
}
.sorts .active_sort.asc:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 13px;
  width: 5px;
  height: 3px;
  background: url('../images/asc_desc.png') bottom center no-repeat;
}
.filter_form .sorts .active_sort {
position:relative;
background:#fff;
line-height:28px;
border:1px solid #e9e9e9;
color:#252525 !important;
text-decoration:none;
display:inline-block;
padding: 0 22px 0 15px;
}
.reset_filter:hover {
color:#252525;
}
.reset_filter {
display:inline-block;
font-size:12px;
margin:0 5px;
color:#7d7d7d;
font-family:'Open Sans',sans-serif;
text-decoration:none;
transition:all 0.3s ease;
}
.filter_form.stick {
position: fixed;
  background: rgba(245, 245, 245, 0.98);
  top: -20px;
  z-index: 9;
  width: 1024px;
}
.filters_span > span:last-child {
  margin-right: 2px;
}
.filters_span > span {
font-size:11px;
font-family:'Open Sans',sans-serif;
color:#7d7d7d;
background:#fff;
border-radius:20px;
border:1px solid #d1d1d1;
  margin-left: 5px;
padding:0 25px 0 10px;
  vertical-align: top;
  height:25px;
  display:inline-block;
  cursor:default;
line-height:25px;
position:relative;
}
.filters_span {
display:inline-block;
  vertical-align: top;
 padding-left: 4px;


}
.mode_select_cont {
width:230px;
margin-right:0px;
}
span.moar {
  padding: 0 8px !important;
  opacity: 0.5;
}
.close_span:hover {
opacity:1;
}
.close_span {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 27px;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
  opacity: 0.7;
  background: url('../images/close_span.png') no-repeat center center;
}
.search_input:focus+.bordernd >div {
opacity:1;
}
.bordernd{
  width: 0px;
  height: 0px;
  position: relative;
  display: inline;
  vertical-align: top;
}
.bordernd > div{
  opacity: 0;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  content: '';
  width: 223px;
  border-radius: 60px;
  height: 44px;
  background: rgba(255, 202, 24, 0.2);
  top: 45px;
  right: 12px;
}

.product_right {
position:relative;
width:334px;
float:right;
}
.product_info {
position:relative;
  background: #FFF;
  width: 610px;
  padding: 30px;
min-height: 340px;
}
.product_buy {
  background: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
  min-height: 340px;
}
.product_left {
float:left;
width:670px;
margin-right:20px;
}
.product_image img{
width:100%;
display:block;
height:auto;
max-height:332px; 
}
.product_image {
  width: 236px;
  border: 4px solid #313131;
  border-left: 0px;
  max-height: 340px;
  height: auto;
  float:left;
}
.product_props {
  width: 337px;
  float: left;
  margin-left: 30px;
  font-family: 'open sans',sans-serif;
  font-size:12px;
}
.prop_value {
float:left;
line-height:18px;
color:#252525;
width:205px;
}
.prop_title {
color:#909090;
width:130px;
float:left;
line-height:18px;
display:block;
min-height:18px;
}
.prop {
margin-bottom:12px;
float:left;
}
.rezhim.active_r {
opacity:1 !important;
}
.rezhim:nth-child(1):before {
  content: '';
  width: 15px;
  height: 16px;
  background: url('../images/sp.png') no-repeat left center;
  position: absolute;
  top: 0;
  left: 0px;
}
.rezhim:nth-child(2):before {
  content: '';
  width: 15px;
  height: 16px;
  background: url('../images/mp.png') no-repeat left center;
  position: absolute;
  top: 0;
  left: 0px;
}
.rezhim:nth-child(3):before {
  content: '';
  width: 15px;
  height: 16px;
  background: url('../images/coop.png') no-repeat left center;
  position: absolute;
  top: 0;
  left: 0px;
}
.rezhim_cont {
  margin-top: 10px;
  float: left;
}
.rezhim {
position:relative;
  padding-left: 20px;
font-size:11px;
line-height:15px;
opacity:0.3;
display:block; 
height:15px;
margin-bottom:10px;
}
.single_product h1, .buy_page h1 {
color:#484848;
font-size:22px;
margin:22px 0;
}
.product_how_to a:hover {
color:#282828;
}
.product_how_to a {
  margin-right: 25px;
transition:all 0.3s ease;
display:inline-block;
color:#7d7d7d;
font-size:12px;
font-family:'Open Sans', sans-serif;
text-decoration:none;
}
.product_how_to {
  position: absolute;
  bottom: 32px;
  left: 300px;
  width: 100%;
  height: 15px;
  line-height: 15px;
}
.prop .PC {
  background: url(../images/win2.png) no-repeat left center;
  width:20px;
  height:18px;
  display:block;
}
.prop .Windows {
  background: url(../images/win2.png) no-repeat left center;
  width:20px;
  height:18px;
  display:block;
}
.prop .Mac{
  background: url(../images/mac2.png) no-repeat left center;
  width:25px;
  height:18px;
  display:block;
}
.prop .Steam{
  background: url(../images/steam2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.prop .GOGCOM{ 
  background: url(../images/gog2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.prop .Playstation{ 
  background: url(../images/ps2.png) no-repeat left center;
  width: 25px;
  height:18px;
  display:block;
}
.prop .Xbox{ 
  background: url(../images/xbox2.png) no-repeat left center;
  width: 25px;
  height:18px;
  display:block;
}
.prop .battlenet { 
  background: url(../images/battle2.png) no-repeat left center;
  width: 60px;
  height:18px;
  display:block;
  background-size: contain;
}
.prop .Battlenet { 
  background: url(../images/battle2.png) no-repeat left center;
  width: 60px;
  height:18px;
  display:block;
  background-size: contain;
}
.prop .Uplay{ 
  background: url(../images/uplay2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.prop .Origin{
  background: url(../images/origin2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.product_buy > span {
display:block;
font-family:'open sans', sans-serif;
font-size:12px;
color:#484848;
margin-bottom:12px;
margin-left:35px;
width:100%;
position:relative;
float:left;
}
.rrp i:after{
display: inline-block;
  content: ' руб';
  font-size: 7px;
  margin-left: 3px;
  line-height: 5px;
  text-decoration: none;
  vertical-align: super;
}
.rrp > i {
  font-size:12px;
  font-style:normal;
  color: #747474;
  font-weight: normal;
  text-decoration:line-through;
}
.rrp > b {
  margin-top:3px;
  font-size: 14px;
  color: #212121;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 20px;
  background: #FFCA17;
}
.del_icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../images/del_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -23px;
  top: -1px;
}
.reviews_icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../images/rev_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -23px;
  top: -1px;
}
.guar_icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../images/guar_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -23px;
  top: -1px;
}
.disc_icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../images/disc_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -23px;
  top: -1px;
}
.preorder:before, .instock:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../images/instock_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -23px;
  top: -2px;
}
.product_price {
  height: 220px;
position:absolute;
left:30px;
bottom:30px;
width:274px;
}
.price_value {
color:#212121;
  display: inline-block;
margin-top: 35px;
  font-size: 52px;
}
.price_value:after{
  content: 'руб';
  display:inline-block;
  margin-left:3px;
  font-size: 28px;
  color:#212121;
  vertical-align: top;
}
.price_title {
color:#7d7d7d;
font-size:12px;
display:block;
font-family:'Open Sans',sans-serif;
margin-left:15px;
}
.economy {
  font-size:12px;
  font-family:'Open Sans', sans-serif;
  color:#7d7d7d;
  margin: 25px 0 25px 15px;
}
.rrp:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 4px;
  height: 36px;
  background: #f5f5f5;
  display: block;
  width: 1px;
}
.price_value.no_disc {
  margin: 70px 0 0 0px;
  display: block;
  text-align: center;
}
.rrp {
  position:relative;
  width: 75px;
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
  text-align: Center;
  vertical-align: top;
  margin-top: 42px;
}
.economy_val:after {
  content: ' руб';
  font-size: 9px;
  color: #212121;
  line-height: 8px;
  text-decoration: none;
  vertical-align: top;
}
.economy_val {
  font-family: 'Exo 2', sans-serif;
  color: #212121;
  font-size:14px;
  display:inline-block;
  margin-left:3px;
}
.bordernd2{
  content: '';
  position: absolute;
  left: -3px;
  bottom: -2px;
  border-radius: 50px;
  height: 77px;
  width: 280px;
  background: #ffece0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 0;
}
.buy:focus{
background:#ffca17 !important;
}
.buy:focus+.bordernd2{
opacity:1;
}
.buy:hover {
  background:#fbd23a;
}
.buy {
z-index:1;
  position: absolute;
  bottom: 0px;
  left: 0px;
transition:all 0.3s ease;
height:71px;
display:block;
width:100%;
border-radius:50px; 
background:#ffca17;
color:#252525;
font-size:20px;
text-align:center;
line-height:71px;
text-decoration:none;

}

.outofstock2 {
z-index:1;
  position: absolute;
  bottom: 0px;
  left: 0px;
transition:all 0.3s ease;
height:71px;
display:block;
width:100%;
border-radius:50px; 
background:#f3f3f3;
border: 1px solid #cdcdcd;
color:#7d7d7d;
font-size:20px;
text-align:center;
line-height:71px;
text-decoration:none;

}

h4, .heading4 {
font-size:14px;
margin: 30px 0 20px;
color:#7d7d7d;
}
.product_description {
position:relative;
background: #FFF;
width: 610px;
margin-bottom:30px;
padding: 30px;
}
.include:last-child {
margin-bottom:0px !important;
}
.include {
font-size:12px;
font-family:'Open Sans', sans-serif;
color:#252525;
padding-left:25px;
  background: url('../images/star_i.png') no-repeat 0px 1px;
display:block;
margin-bottom:15px;
}
.youtube {
position:relative;
margin-bottom:30px;
}

.youtube:hover > .youtube_thumb {
opacity:0.95;
}
.youtube:hover > .youtube_play {
background: url('../images/watch_a.png?ver=1') no-repeat center center;
}
.youtube_play {
  transition:all 0.2s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../images/watch.png?ver=1') no-repeat center center;
}

.youtube_thumb {
transition:all 0.3s ease;
width:100%;
  opacity: 1;
height:190px;
}
.product_description.tab.active {
display:block !important;
}
.product_description.tab {
display:none;
}
.single_product .tabs {
  margin-bottom: 20px;
  padding-top: 20px;
}
#desc.product_description {
  font-size: 12px;
  font-family: 'Open sans', sans-serif;
  line-height: 25px;
  color: #252525;
}
#desc p {
  margin-bottom: 15px;
}
#desc hr {
  height: 0px;
  border: 0px;
  border-top: 1px solid #F5F5F5;
  margin-bottom: 15px;
}
.req_val {
display:block;
float:left;
width: 407px;
}
.req_title {
display:block;
float:left;
width:200px;
}
.req_title{
color:#7d7d7d;
}
.req_val {
color:#212121;
}

.req_val:nth-last-child(2), .req_title:nth-last-child(3) {
margin-bottom:0px;
}
.req_title, .req_val{
margin-bottom:15px;
}
#activate {
  line-height: 25px;
}
#activate ol:last-child, #activate p:last-child {
  margin-bottom:0px;
}
#activate p {
  margin-bottom: 10px;
}
#activate ol {
  margin-bottom: 15px;
}
#req, #activate {
font-family:'open sans',sans-serif;
font-size:12px;
}
.single_product .heading3 {
font-size:16px;
color:#484848;
margin:30px 0;
}
#vk_comments {
  overflow: hidden;
  padding-bottom: 150px;
  display:block;
  float:left;
}
.same_goods {
text-align: left;
}
.product_description ol {
  margin-left: 20px;
  list-style: decimal;
}
.product_description strong {
font-weight:bold;
}
#modal_overlay {
display:none;
position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #252525;
  opacity: 0.9;
  cursor:pointer;
  z-index: 25;
}
#video {
display:none;
position:absolute;
top:400px;
left:50%;
margin-left:-425px;
width:850px;
padding:0px;
height:510px;
background:#fff;
z-index:26;
}
#how_to_buy {
display:none;
position:absolute;
top:100px;
left:50%;
margin-left:-425px;
width:790px;
  padding: 30px 29px 30px 25px;
background:#fff;
z-index:26;
}
.modal .close:hover{
opacity:1;
}
.modal .close {
  opacity:0.8;
  transition:all 0.3s ease;
  position: absolute;
  right: -40px;
  width: 16px;
  height: 16px;
  top: 0;
  background: url('../images/close_modal.png') no-repeat center center;
  cursor:pointer;
}
#how_to_buy span {
  margin-bottom: 3px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #FFCB17;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
  line-height: 29px;
  font-size: 16px;
}
#how_to_buy img {
  max-width: 100%;
  border: 2px solid #FFCB17;
}
#how_to_buy h1 {
font-size:16px;
font-family:'Open Sans', sans-serif;
color:#212121;
}
#how_to_buy p {
font-size:12px;
font-family:'Open Sans', sans-serif;
color:#212121;
margin: 30px 0 15px;
}
.good_luck {
  text-align: center;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #484848 !important;
  font-family: 'Exo 2' !important;
}
.tip.what_is {
  width: 175px;
  text-align: left;
  padding: 6px 10px;
  line-height: 15px;
  font-size: 12px;
  top: -95px;
  right: -15px;
}
.what_is_cont:hover {
opacity:1;
}
.what_is_cont {
  text-align: center;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  opacity:0.6;
  vertical-align: top;
  background: url('../images/what_is.png') no-repeat center center;
}
.breadcrumbs a:hover{
color:#212121;
}
.breadcrumbs a:first-child{
padding-left:0px;
background:transparent !important;
}
.breadcrumbs a:last-child{
opacity: 0.5;
color:#7d7d7d;
cursor:default;
}
.breadcrumbs a{
  background: url('../images/bread.png') no-repeat left center;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
padding-left: 13px;
  margin-right: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #7D7D7D;
  text-decoration: none;
}
.breadcrumbs {
  margin-top: 30px;
  cursor:default;
}
.item_val li{
  margin-bottom: 10px;
}
.item_val:last-child {
margin-bottom:0px !important;
}
.item_val a:hover{
  text-decoration:underline;
}
.item_val a{
  color: #FFCA17;
  text-decoration: none;
}
.item_val {
  list-style:decimal;
  margin-bottom: 35px;
  font-size:11px;
  color:#484848;
  margin-left: 15px;
  font-family:'Open Sans',sans-serif;
  line-height: 16px;
}
.item_title {
  position:relative;
  font-size: 14px;
  font-weight:bold;
  color:#212121;
  font-family: 'Exo 2';
  margin: 5px 0 12px;
  padding-left: 25px;
}
.item_title:nth-child(1):before {
  content: '';
  width: 25px;
  height: 14px;
  background: url('../images/item1.png') no-repeat center center;
  position: absolute;
  left: -8px;
  top: 0px;
}
.item_title:nth-child(3):before {
  content: ''; 
  width: 25px;
  height: 18px;
  background: url('../images/item2.png') no-repeat center center;
  position: absolute;
  left: -8px;
  top: -2px;
}
.item_title:nth-child(5):before {
  content: '';
  width: 25px;
  height: 14px;
  background: url('../images/item3.png') no-repeat center center;
  position: absolute;
  left: -6px;
  top: -1px;
}
.no_vid {
  margin-top: 60px;
}
.left_buy {
width:180px;
padding:30px;
margin-right:20px;
background:#fff;
}
.right_buy {
background:#fff;
width:664px;
padding:50px;
  margin-bottom: 150px;
}
.left_buy, .right_buy {
float:left;
}
.buy_page .product_image {
  position:relative;
  width: 176px !important;
} 
.buy_page .prop_value {
display:inline;
width:auto;
float:none !important;
}
.buy_page .prop_title {
  display: inline !important;
  width: auto !important;
  margin-right: 3px;
float:none !important;  
}
.buy_page .prop {
float:left;
clear:both;
font-size:11px;
line-height:16px;
  margin-bottom: 5px !important;
}
.buy_page .rezhim_cont {
margin-top:0px !important;
}
.buy_page .product_props {
width:100%; 
margin:20px 0px;
}
.buy_page .price {
  position: absolute;
  font-size: 13px;
  color: #1B1B1B;
  padding: 9px 15px;
  background: #FFF;
  border-radius: 40px;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 3;
}
.buy_page .price .old_price {
  font-size: 11px;
  color: #B1B1B1;
  vertical-align: top;
  line-height: 13px;
  font-weight: normal;
  margin-right: 3px;
  text-decoration: line-through;
}
.buy_page .product_price {
  float: left !important;
  position: relative !important;
  left: 0px;
  bottom: 0px;
  margin: 10px 0 0px;
  width: 100%;
  height: auto;
  clear: both !important;
  padding: 0px 0 25px 0 !important;
  border-bottom:1px solid #f5f5f5;
}
.buy_page .price_title {
  margin-left: 0px;
}
.buy_page .price_value {
  margin-left: 0px;
  font-size: 30px;
}
.buy_page .price_value:after {
  content: 'руб';
  display: inline-block;
  margin-left: 3px;
  font-size: 17px;
  line-height: 20px;
  color: #212121;
  /* font-family: 'Open Sans',sans-serif; */
  /* font-weight: bold; */
  vertical-align: top;
}
.buy_props {
  margin: 25px 0 0;
  float: left;
  clear: both;
}
.buy_props span {
  float: left;
  clear: both;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px !important;
}
.buy_page .price > span:last-child:after {
  content: ' руб';
  font-size: 9px;
  vertical-align: top;
}
.buy_page .important {
  font-size: 11px;
  font-family: 'open sans';
  padding: 18px 30px 18px 70px;
  line-height: 18px;
  background: #FAF2D8 url(../images/important.png) no-repeat 25px center;
  color: #484848;
}
.buy_page .pay_types:first-child {
  margin-top: 0px;
}
.buy_page .pay_types {
margin:50px 0;
display:block;
text-align:center;
width:100%;
font-size:16px;
color:#484848;
}
.buy_page .type {
cursor:pointer;
text-decoration:none;
}
.buy_page .type_desc a:hover{
text-decoration:underline !important;
}
.buy_page .type_desc a{
color:#ffca18;
text-decoration:none;
}
.buy_page .type_desc {
font-size:11px;
font-family:'Open sans', sans-serif;
color:#484848;
  line-height: 16px;
}
.buy_page .type_title {
font-size:14px;
  margin-bottom: 10px;
  display:block;
color:#252525;

}
.buy_page .type {
  width: 255px;
  height: auto;
  position: relative;
  float: left;
  padding: 0px 40px 0 35px;
}
.type:before {
  opacity:0;
  background: url(../images/pay_a.png) no-repeat left bottom;
  content: '';
  position: absolute;
  display: block;
  left: 3px;
  top: 1px;
  transition:background-image 0.3s ease;
  width: 20px;
  height: 13px;  
}
.type:hover:before {

  opacity:1;

}
.type.active_pay:before {
  opacity:1 !important;
  background: url(../images/pay_a.png) no-repeat left top !important;
}
.pay_types_cont {
  overflow: auto;
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 30px;
}
.pay_types_cont .row {
margin-bottom:55px;
}
.margin25 {
  margin-top: 25px !important;
}
.margin30 {
margin:30px 0;
}
.important a:hover {
text-decoration:underline;
}
.important a {
  color: #FFCA18;
  text-decoration: none;
}
#pay input[type=text]:hover, #pay input[type=text]:focus {
  background-color: #FFF;
}
#pay input[type=text]:focus+.bordernd3 {
opacity:1;
}
#pay input[type=text]:focus {
  border: 1px solid #FFCA18 !important;
}
#pay input[type=submit]:focus+.bordernd4 {
  opacity:1;
}
.bordernd4 {
  opacity:0;
  transition:opacity 0.3s ease;
  width: 274px;
  bottom: -2px;
  height: 75px;
  border-radius: 40px;
  position: absolute;
  left: 50%;
  margin-left: -137px;
  background: rgba(255, 202, 24, 0.2);
}
#pay input[type=submit]:hover {
  background: #FBD23A;
}
#pay input[type=submit]{
  z-index: 1;
  position:relative;
  border: 0;
  bottom: 0px;
  cursor:pointer;
  left: 0px;
  transition: all 0.3s ease;
  height: 71px;
  display: block;
  width: 270px;
  margin: 0 auto;
  border-radius: 50px;
  background: #FFCA17;
  color: #252525;
  font-size: 20px;
  text-align: center;
  line-height: 71px;
  text-decoration: none;
}
#pay input[type=text]{
  transition: all 0.3s ease;
  display: block;
  border: 1px solid #D2D2D2;
  position: relative;
  height: 38px;
  border-radius: 60px;
  z-index: 11;
  font-size: 14px;
  width: 170px;
  vertical-align: top;
  line-height: 38px;
  padding: 0 20px;
  background: #F7F7F7;
  margin: 30px auto;
}
#pay {
position:relative;
}
.bordernd3 {
  opacity:0;
  transition:opacity 0.3s ease;
  width: 216px;
  top: -2px;
  height: 44px;
  border-radius: 40px;
  position: absolute;
  left: 50%;
  margin-left: -108px;
  background: rgba(255, 202, 24, 0.2);
}
.space_before_med.tabs_container {
margin-top:80px;
}

.not_found_error h2{
font-size:14px;
color:#484848;
margin:30px 0 50px;
}
.not_found_error h1{
font-size:21px;
color:#484848;
}
.not_found_error {
padding:250px 0 360px;
text-align:center;
}
.contacts h1 {
  color: #484848;
  font-size: 22px;
  margin: 22px 0 28px;
}
.contacts_cont > p {
  margin-bottom:75px;
  text-align: center;
  font-size: 14px;
  color: #252525;
  font-family: 'open sans';
  line-height: 25px;
}
.contacts_cont .phone, .contacts_cont .email {
  transition:all 0.3s ease;
  display: inline-block;
  line-height:40px;
  font-size:16px;
  color:#484848;
  font-family: 'Exo 2', sans-serif;
  margin-bottom:50px;
  text-decoration:none;
}
.contacts_cont .phone:hover:before,.contacts_cont .email:hover:before  {
background-color:#f7f7f7;
}
.contacts_cont .phone {
margin-right:65px;
}
.contacts_cont .phone:before {
  margin-right:12px;
  width: 39px;
  height: 39px;
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 30px;
  border: 1px solid #d1d1d1;
  background: #fff url('../images/phone.png') no-repeat center center;
}
.contacts_cont .email:before {
  margin-right:12px;
  width: 39px;
  height: 39px;
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 30px;
  border: 1px solid #d1d1d1;
  background: #fff url('../images/mail.png') no-repeat center center;
}

.contacts_cont {
  text-align: center;
  padding:80px;
  background:#fff;
  margin-bottom:190px;
}
.guarantees_cont .guar_item > img:first-child{
  position: absolute;
  left: 0px;
  top: 0px;
}
.guarantees_cont .guar_item > a:hover{
text-decoration:underline;
}
.guarantees_cont .guar_item > a{
  display:inline-block;
  font-family:'Open Sans',sans-serif;
  margin-top:15px; 
  font-size: 12px;
  text-decoration: none;
  color: #ecb600;
}
.single_product .heading4 {
  font-size:16px;
}
.guarantees_cont .guar_item p{
font-size:12px;
color:#484848;
line-height:23px;
font-family:'Open Sans',sans-serif;
}
.guarantees_cont .guar_item .title{
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;
  color:#484848;
  font-family: 'exo 2', sans-serif;
}
.guarantees_cont .guar_item {
  position: relative;
  padding-left:65px;
  width: 345px;
}
.guarantees_cont .guar_item:nth-child(2) {
  margin-right: 45px;
  float:right;
}
.guarantees_cont .guar_item:first-child {
float:left;
}
.guarantees_cont .row:last-child {
margin-bottom:10px;
}
.guarantees_cont .row {
margin-bottom:70px;
clear:both;
}
.guarantees_cont {
padding: 80px 50px;
background:#fff;
margin-bottom:125px;
}
.guar_text {
text-align:center;
  font-size: 14px;
color:#252525;
font-family:'Open sans',sans-serif;
line-height:25px;
margin-bottom:80px;
}
.wmid_img {
  margin-top: 15px;
  margin-right: 15px;
}
.wmid {
font-size:16px !important;
vertical-align:top;
line-height:41px;
}
.reviews_cont {
background:#fff;
padding:50px 35px 50px 50px;
width: 550px;
margin-bottom:190px;
float:left;
}
.reviews_cont .review:nth-child(2n+3) {
margin-right:0px;
}
.reviews_cont .review .date{
font-family:'Exo 2',sans-serif;
font-size:14px;
margin-top:18px;
color:#727272;
}
.reviews_cont .review {
  color: #202020;
  font-size: 13px;
  line-height: 21px;
  font-family: 'Open Sans',sans-serif;
  margin-bottom:20px;
  margin-right:20px;
  width: 215px;
  float: left;
  background: #fafafa;
  padding: 18px 25px;
}
.reviews_cont > p {
font-size:13px;
font-family:'Open Sans',sans-serif;
color:#252525; 
line-height:22px;
margin-bottom:50px;
}
.load_more_reviews:active, .check_discount:active {
background:#ffca17 !important;
border-color:#ffece0;
}
.load_more_reviews:hover, .check_discount:hover {
background:#fbd23a;
}
.load_more_reviews {
  border: #fff 3px solid;
  transition: all 0.2s ease;
  margin: 50px auto 0;
  display: block;
  text-align: center;
  color: #252525;
  font-family: 'exo 2',sans-serif;
  font-size: 20px;
  text-decoration: none;
  line-height: 70px;
  width: 275px;
  border-radius: 50px;
  background: #ffca17;
}
.reviews_sidebar {
width:300px;
margin-bottom:100px;
padding: 35px 35px 10px;
background:#fff;
float:right;
}
.reviews_sidebar .item  > img{
  position: absolute;
  left: 0px;
  top: 0px;
}
.reviews_sidebar .item {
position:relative;
padding-left:60px;  
margin-bottom:45px;
}
.reviews_sidebar .item > p {
  font-family:'Open Sans',sans-serif;
  color:#484848;
  font-size:13px;
  line-height:20px;
}
.reviews_sidebar .nickname:after {
  content:'';
  display:inline-block;
  height: 14px;
  width: 25px;
  background:url('../images/real.png') no-repeat center center;
}
.reviews_sidebar .nickname {
  display:inline-block;
  font-family: 'exo 2',sans-serif;
  color: #202020;
  font-size: 17px;
  margin-bottom: 10px;
}
.sidebar_title {
  font-size: 22px;
  color: #252525;
  font-family: 'exo 2',sans-serif;
  margin-bottom: 45px;
  display:block;
}
.discount_cont {
  padding: 80px 0;
  background:#fff;
  margin-bottom: 120px;
}
.disc_text {
  font-size: 14px;
  font-family: 'open sans';
padding-top:100px;
min-height:40px;
padding-left:110px;
position:relative;
margin:0 0 25px 0;
}
.disc_text > span {
  float: left;
  display: inline-block;
  background: #ffca17;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  text-align: center;
  line-height: 39px;
  margin-right:20px;
}
.disc_screen {
  border: 2px solid #ffca17;
}
.one_line {
  line-height: 36px;
}
.two_lines{
line-height:19px;
}
.disc_text.first {
  padding-top: 30px;
}
.disc_text.last {
margin:0px;
padding-bottom:100px;
border-bottom:1px solid #eeeeee;
}
.disc_first_text {
  font-size: 14px;
font-family:'Open Sans',sans-serif;
color:#252525;
line-height:25px;
padding:0 110px;
}

.discount_form h2{
font-size:19px;
margin:0 0 25px;
color:#484848;
}
.discount_form p {
color:#484848;
font-size:14px;
margin-bottom:60px;
}
.discount_form input:hover{
background:#fff;
}
.discount_form input:focus{
background:#fff;
border:1px solid #fdcb21;
}
.discount_form input{
  transition: all 0.3s ease;
  display: inline-block;
  border: 1px solid #d2d2d2;
  position: relative;
  height: 38px;
  border-radius: 60px;
  z-index: 11;
  font-size: 14px;
  width: 190px;
  vertical-align: top;
  line-height: 38px;
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
  background: #F7F7F7;
}
.discount_form {
  margin-top:55px;
  text-align: center;
}

.check_discount  {
  margin-top:30px;
  transition: all 0.2s ease;
  border:2px solid #fff;
  font-size: 20px;
  text-decoration: none;
  color: #252525;
  display: inline-block;
  width: 276px;
  background: #ffca17;
  border-radius: 60px;
  line-height: 70px;
}

.border_second {
  display:none;
  background: rgba(255, 202, 24, 0.2);
  height: 44px;
  width: 226px;
  position: absolute;
  left: -2px;
  border-radius: 40px;
  top: -2px;
}
.email_input {
  width: 220px;
  margin: 0 auto;
  position: relative;
}
.total_discount {
  text-align: center;
  font-size: 20px;
  margin: 65px 0 0px;
  display:none;
}
.disc_text a:hover{
  text-decoration:underline;
}
.disc_text a{
font-family: 'open sans',sans-serif;
  color: #ecb600;
  text-decoration: none;
}
.disc_text span{position:relative;}
.disc_text span:after {
  content: '';
  position: absolute;
  bottom: -27px;
  left: 0px;
  width: 40px;
  height: 11px; 
  background: url('../images/screen_ov.png') no-repeat center center;
}
.disc_text.last span:after {
display:none;
} 
.disc_link:hover {
text-decoration:underline;
}
.disc_link {
  font-family: 'open sans', sans-serif;
  color: #ecb600;
  text-decoration: none;
}

#vk_comments_cont {
  float: left;
  margin-bottom: 100px;
  width:624px;
}
#vk_comments_page {
}

.vk_comments_title {
font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  color: #252525;
  line-height: 25px;
  margin-bottom: 20px;
}
.footer_info .center i, italic, em {
  font-style:italic;
}
.footer_info .center strong, .footer_info .center b{
font-weight:bold;
}
.footer_info .center p:last-child{
  margin-bottom:0px !important;
}
.footer_info .center h1{
  font-size: 15px;
  margin-bottom:5px;
}
.footer_info .center h2{
  font-size: 14px;
  margin-bottom:3px;
}
.footer_info .center p{
margin-bottom:7px;
}

.discount_img {
  margin: 60px auto 70px;
  display: block;
}
.disc_first_text .heading4 {
  font-size:14px;
  font-family:'open sans',sans-serif;
  font-weight:bold;
}
.discount_cont img {
max-width:100%;
}
.three_lines span:after{
  bottom: -36px !important;
}
.three_lines span{
    margin-top: 17px;
}
.three_lines {
  line-height: 22px;
}

.info_cont a:hover {
 border-color:#cbcbcb;
}
.info_cont a:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url('../images/info.png') no-repeat left center;
  position: absolute;
  top: 3px;
  left: -20px;
}
.info_cont {
  margin-top: 15px;
  margin-bottom: 0px !important;
}
.info_cont a {
  font-family: 'open sans', sans-serif;
  margin-left: 20px;
  position: relative;
  margin-bottom: 5px;
  transition: all 0.2s ease;
  border-bottom: 1px dotted #fff;
  display: inline-block;
  color: #484848;
  text-decoration: none;
  font-size: 12px;
}
.discount_cont .tabs a:last-child {
  margin:0px !important;
}
.discount_cont .tabs a:hover {
  background: transparent;
  color:#ffca17 !important;
}
.discount_cont .tabs a.active:last-child {
  margin-right:0px !important;
}
.discount_cont .tabs a.active {
  margin:0px 70px 0px 0px !important;
  color:#ffca17 !important;
}
.discount_cont .tabs a.active:before {
  background-color:#ffca19;
}
.discount_cont .tabs a:before {
  margin-bottom:15px;
  transition:all 0.2s ease;
  content:'';
  display:block;
  width:100%;
  height:40px;
  background-color:#b2b2b2;
}
.discount_cont .tabs a:nth-child(1):before {  background-image: url('../images/steam.png'); }
.discount_cont .tabs a:nth-child(2):before {  background-image: url('../images/origin.png'); }
.discount_cont .tabs a:nth-child(3):before {  background-image: url('../images/battle3.png'); }
.discount_cont .tabs a:nth-child(4):before {  background-image: url('../images/uplay.png'); }
.discount_cont .tabs a:nth-child(5):before {  background-image: url('../images/ps.png'); }
.discount_cont .tabs a:nth-child(6):before {  background-image: url('../images/xbox.png'); }
.discount_cont .tabs {
  text-align: center;
}
.discount_cont .tabs a {
  margin:0px 70px 0px 0px;
  border-radius: 0px;
  padding: 5px 0 5px;
  width: 84px;
  text-align: center;
  border: 0px !important;
  display: inline-block;
  font-size: 13px !important;
  font-family: 'open sans',sans-serif;
}
#event_date {
  position: absolute;
  top: -60px;
  left: 0px;
}
#event_date .until {
  position: absolute;
  left: 165px;
  top: 0px;
  line-height: 14px !important;
  display: inline-block;
  font-size: 12px;
  font-family: 'open sans', sans-serif;
  width: 100px;
  color: #747474;
}
#event_date .text {
  display: block; 
  clear: both;
  font-size: 10px;
  color: #747474;
  margin-top: 3px;
}
#event_date .time {
  display:block; 
  font-size: 29px;
  height: 35px;  
  font-family: 'exo 2', sans-serif;
  color: #212121;
  line-height: 30px;
}
.product_buy.goods_sale:before {
  content: '';
  position: absolute;
  width: 86px;
  height: 86px;
  background: url('../images/goods_sale.png') no-repeat top right;
  display: block;
  right: 0px;
  top: 0px;
}

.top_links a:nth-child(3):after {
  content: ' до -90%';
  font-size: 10px;
  color: #202020;
  position: absolute;
  right: 0px;
  bottom: -10px;
  height: 12px;
  line-height: 11px;
  display: block;
  padding: 3px 7px;
  background: #ffca17;
  border-radius: 15px;
} 
#main_h1 {
  font-family: 'Open sans';
  text-align: center;
  color: #484848;
  font-size: 18px;
  margin: 0 0 22px;
}

.luck_hor {
  position:relative;
}
.luck_hor:before {
  content: '';
  display: block;
  width: 1px;
  background: #E0E0E0;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -15px;
}