body > *,a,input{
  outline:none;
  font-family: 'Exo 2', sans-serif;
}
a, img {
	-webkit-user-drag: none;
}
body:after{ 
    display:none;
    content: url(../img/luck_hover.png) url(../img/vk_a.png) url(../img/menu_a.png) url(../img/loading.png) url(../img/design.png) url('../img/watch_a.png?ver=1') url('../img/cats/luck_a.png');
}
body:before { 
display:none;
content: url('../img/show_a.png')  url('../img/cats/steam_a.png') url('../img/cats/origin_a.png') url('../img/cats/uplay_a.png') url('../img/cats/battle_a.png') url('../img/cats/xbox_a.png')  url('../img/cats/ps_a.png')  url('../img/cats/wot_a.png') url('../img/cats/luck.png');
}
img {
	pointer-events: none
}
body {
  background:#1b1b1b;
  min-width:1024px;
  font-family: 'Exo 2', sans-serif;
}
#header {
  height:130px;
  width:100%;
  background:#fff;
}
#content {
    width: 100%;
    /*background: #f5f5f5;*/
    overflow: auto;
    background: linear-gradient(180deg, rgb(250 250 250) 0%, rgba(245,245,245,1) 50%, rgba(245,245,245,1) 100%);
}
.column {
  width: 33%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.wrapper {
  overflow: visible;
}
#header .wrapper {
  text-align:center;
}
.logo {
  display: block;
  margin:40px 36px;
  background:url('../img/logo_soft.png') no-repeat center center;
  width:257px;
  height:50px;
  background-size:contain;
}
#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: #fffcf0 !important;
	border-color: #ffca18 !important;
}
.top_links a:first-child{
	width: 38px;
	padding-right: 0px;
	background: url(../img/menu.png) no-repeat center center;
}
.top_links a:nth-child(2):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(2):before{
  transition:all 0.3s ease;
  content: '';
  position: absolute;
  left: 11px;
  top: 11px;
  height: 16px;
  width: 15px;
  display: block;
  background: url('../img/luck_hover.png') no-repeat center center;
}
.top_links a:nth-child(2){
  position:relative;
  /*overflow:hidden;*/
  width:120px;
  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 6px 45px 0;
  border-radius:60px;
}

.search .lucky:hover {
  width: 38px;
  height: 38px;
  border: 1px solid #d2d2d2;
  background: #f7f7f7 url('../img/luck_hover.png') no-repeat center center;
}
.search .lucky {
  transition:background 0.2s ease;
  display: inline-block;
  width:40px;
  background: #ffca18 url('../img/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.1s linear;
  display: inline-block;
  border: 1px solid #d2d2d2;
  position: relative;
  height: 38px;
  border-radius: 60px;
  z-index: 11;
  font-size: 14px;
  width: 104px;
  vertical-align: top;
  line-height: 38px;
  padding: 0 11px 0 47px;
  background: #F7F7F7 url('../img/search.png') no-repeat 17px 11px;
  margin: 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('../img/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('../img/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: 55px; /* !!! */
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('../img/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('../img/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('../img/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:45px;
}


/*Товары*/
.catalog .items_container {
  min-height: 200px;
  text-align: center;
-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:2320px;
}
.items_container {
    user-select: none;
  text-align: center;
  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: #1f1f1f;
	background: #ffca18;
	font-weight: 600;
	margin-right: 3px;
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	padding: 0 6px;
	line-height: 17px;
	padding-bottom: 1px;
}
.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{
	bottom: -28px;
	line-height: 18px;
	left: 0px;
	width: 100%;
	padding-top: 10px;
	height: 18px;
	position: absolute;
	text-align: center;
	color: #202020;
	text-shadow: 0px 0 0!important;
	font-size: 15px;
	display: inline-block;
	z-index: 3;
	font-weight: 600;
}
.product > a {
    display: block;
    height: 236px;
    width: 100%;
	border-radius:4px;
    overflow: hidden;
}
.product:nth-child(5n+5) {
margin-right:0px !important;
}
.product:hover .product_overlay {
  opacity:1;
}
.product {
	position: relative;
    margin-right: 46.2px;
	display: inline-block;
	margin-bottom: 56px;
	width: 167px;
	/*height: 234px;*/
	vertical-align: top;
}
/*.product.sale > a:after{
content:'';
position:absolute;
top:0;
right:0px;
width:103px;
height:103px;
background:url('../img/sale.png') no-repeat top right;
z-index: 1;
}*/
/*.product.sale .price{
	background: #daa120d1;
	color: #fff;
	border: 2px solid #ffca18;
	padding: 6px 18px 7px;
	text-shadow: 0 0 4px #00000082;
}*/
.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.75);
  z-index: 2;
  border-radius:4px;
}
.product_platforms .PC {
  background: url(../img/win.png) no-repeat center center;
  width:20px;
}

.product_platforms .Windows{
  background: url(../img/win.png) no-repeat center center;
  width:25px;
}
.product_platforms .Mac, .product_platforms .MAC{
  background: url(../img/mac.png) no-repeat center center;
  width:25px;
}

.product_platforms .Android, .product_platforms .ANDROID {
  background: url(../img/android.png) no-repeat center center;
  width:25px;
}
.product_platforms .Linux {
  background: url(../img/linux.png) no-repeat center left;
  width:16px;
  min-width: 16px;
}
.product_platforms .Steam{
  background: url(../img/steam.png) no-repeat center center;
  width: 50px;
}

.product_platforms .Rockstar{
  background: url(../img/rockstar.png) no-repeat left center;
  width: 50px;
}

.product_platforms .GOG{ 
  background: url(../img/gog.png) no-repeat left center;
  width: 50px;
}
.product_platforms .Playstation{ 
  background: url(../img/ps.png) no-repeat center center;
  width: 25px;
}
.product_platforms .Xbox + .Xbox,.product_platforms .Playstation + .Playstation {
display:none;
 }
.product_platforms .Xbox{ 
  background: url(../img/xbox.png) no-repeat center center;
  width: 25px;
}
.product_platforms .battlenet, .product_platforms .Battlenet  { 
  background: url(../img/battle.png) no-repeat center center;
  width: 70px;
  /*  background-size: contain;*/
}
.product_platforms .Uplay{ 
  background: url(../img/uplay.png) no-repeat center center;
  width: 50px;
}
.product_platforms .Origin{
  background: url(../img/origin.png) no-repeat center center;
  width: 50px;
}
.product_platforms span {
  height: 50px;
  margin: 0 0px 0 0;
  min-width: 20px;
  display: inline-block;
}
.product .release_date {
	z-index: 3;
	position: absolute;
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	padding: 4px 10px 6px 26px;
	background: #202020 url(../img/time_n.png) no-repeat 9px center;
	border-radius: 40px;
	left: 50%;
	bottom: 15px;
	display: inline-block;
	min-width: 56px;
	margin-left: -48px;
	text-align: center;
}
.product_platforms span:first-child {
position:relative;
}
.product_platforms span:last-child {
  position:relative;
  margin-left:5px;
}
.type_req {
  display: block;
  line-height: 20px;
  vertical-align: top;
  margin-bottom: 13px;
  color: #ecb600;
  font-size: 13px;
}
/*.product_platforms span:last-child:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: -3px;
  width: 1px;
  height: 18px;
  opacity: 0.3;
background-color: rgba(255, 255, 255, 0.47);
}*/
/*Товары*/


/*Слайдер*/
#main_slider {
	    user-select: none;
  overflow: hidden;
  height: 300px;
  width: 1024px;
  border-radius:4px;
}

.slider_page {
  width:1024px;
  height:100%;
  float:left;
}
/*.first .navi {
	top:0px !important;
}*/
.navi {
    position: absolute;
    bottom: 0px;
    height: 25px;
    z-index: 5;
    vertical-align: middle;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
}
.navi .dot:hover {
  background:#d4d4d4;
}
.navi .dot.active {
  background:#ffca18 !important;
  border-color:#ffca18 !important;
}
.navi .dot {
    transition: all .2s ease;
    display: inline-block;
    width: 45px;
    height: 4px;
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    margin: 10px 6px;
}

.over_vis {
  position: relative;
  overflow:visible !important;
}

.slider_cont {
  left:0px;
  position: relative;
  min-width:2048px;
  height:100%;
  transition: all .7s ease;
}  

.series_item:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%); 
  -o-filter: grayscale(0%); 
  opacity:0.9;
}

.series_item {
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  transition: all .2s ease;
  display: block;
  float: left;
  width: 25%;
  height: 135px;
}
.series_slider {
  overflow: hidden;
}
.product_banner.big {
/*width:334px;
height:378px;
margin-bottom:0px !important;*/
}
/*
.product_banner:nth-child(2n+2) {
	margin-bottom:40px;	
}*/
.product_banner:nth-child(3),.product_banner:nth-child(5) {
	margin-right:0px !important;
}
.product_banner {
	display: block;
    background: #fff;
    width: 100%;
    height: 100%;
}
.product_banner.sale > a:after{
content:'';
position:absolute;
top:0;
right:0px;
width:103px;
height:103px;
background:url('../img/sale.png') no-repeat top right;
z-index: 1;
}

.product_banner .release_date {
	z-index: 3;
	position: absolute;
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	padding: 4px 10px 6px 26px;
	background: #202020 url(../img/time_n.png) no-repeat 9px center;
	border-radius: 40px;
	display: inline-block;
	margin-left: -48px;
	text-align: center;
	right: 13px;
	top: 13px;
}
.product_banner > a .price .old_price{
	font-size: 11px;
	color: #1f1f1f;
	background: #ffca18;
	font-weight: 700;
	margin-right: 3px;
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	padding: 0 5px;
	line-height: 17px;
	padding-bottom: 1px;
	margin: 6px 3px 0 0;
}
.product_banner > a .price:last-child:after{
  content: '₽';
  font-size: 9px;
  vertical-align: top;
}  
.product_banner > a .price{ 
	font-size: 15px;
	color: #f5f5f5;
	font-weight: 500;
	display: inline-block;
	z-index: 3;
	float:right;
	margin-right:15px;
}

.product_banner > a {
	width:100%;
	height:100%;
	position:relative;
	background-size:contain !important;
  display: block; 
}
/*.product_banner:nth-child(1n+2) .product_title  > span:after{
	content:'';
	display:block;
	width:30px;
	height:30px;
	background:url('../img/t_fade.png') no-repeat right top;
	position:absolute;
	right:0px;
	top:0px;
	
}
.product_banner:nth-child(1n+2) .product_title {
	background: rgba(31, 31, 31, 1);	
	bottom:-30px !important;
}
.product_banner:nth-child(1n+2) .product_title  > span{
	width: 208px;
	text-overflow:initial;
	position:relative;
	
}*/
.product_banner .product_title  > span{
	vertical-align: middle;
	max-width: 63%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding-left: 15px;
	float: left;
}
.product_banner .product_title {
	width: 100%;
	background: rgba(31, 31, 31, 0.8);
	line-height: 30px;
	height: auto;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  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: transparent;
opacity: 1;
}
/*Слайдер*/

/*Горизонтальные категории*/
.steam_hor:hover {
  background: url(../img/cats/steam_a.png) no-repeat 18px center;
} 
.steam_hor {
  background: url(../img/cats/steam.png?v=1) no-repeat 18px center;
} 
.uplay_hor {
  background: url(../img/cats/uplay2.png?v=1) no-repeat 8px center;
}
.uplay_hor:hover {
  background: url(../img/cats/uplay_a.png) no-repeat 8px center;
} 
.origin_hor {
  background: url(../img/cats/origin.png?v=1) no-repeat 18px center;
}
.origin_hor:hover {
  background: url(../img/cats/origin_a.png) no-repeat 18px center;
}
.battle_hor {
  background: url(../img/cats/battle.png?v=1) no-repeat 10px center;
}
.battle_hor:hover {
  background: url(../img/cats/battle_a.png) no-repeat 10px center;
}
.xbox_hor {
  background: url(../img/cats/xbox.png?v=1) no-repeat 18px center;
}
.xbox_hor:hover {
  background: url(../img/cats/xbox_a.png) no-repeat 18px center;
}
.ps_hor {
  background: url(../img/cats/ps.png?v=1) no-repeat 13px 12px;
}
.ps_hor:hover {
  background: url(../img/cats/ps_a.png) no-repeat 13px 12px;
}
.anti_hor {
/*background: url(../img/cats/anti.png?v=1) no-repeat 20px 11px;*/
}
.wot_hor {
background: url(../img/cats/wot.png?v=1) no-repeat 20px center;
}
.wot_hor:hover {
background: url(../img/cats/wot_a.png) no-repeat 20px center;
}
.luck_hor {
background: url(../img/cats/luck.png) no-repeat 18px center;
}
.luck_hor:hover {
background: url(../img/cats/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 {
	padding-top:130px;
	background:#fff;
  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 #header.fixed {
	left:350px;
}

#container.opened {
  /*overflow: hidden;*/
  cursor:pointer;
  opacity:0.9;
  margin-left: 350px;
}
.open_menu.opened {
  background: url('../img/menu_a.png') no-repeat center center !important;
}
/*.wrapper.first {
padding-top:25px;
}*/
#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('../img/menu_cat.png') no-repeat 35px center;
}
.menu_header > a{
  transition: all 0.3s ease;
  display: block;
  height: 30px;
  width: 200px;
  background: #FFCA18 url('../img/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;
}
/*Меню*/

/*Каталог на главной*/
.space_before_med  .tabs a.active, .space_before_med  .tabs a:hover {
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
	border-bottom: 2px solid #ffca18 !important;
	color: #333 !important;
	margin: 0 35px 0 0 !important;
	background:transparent !important;
}
.space_before_med  .tabs a {
	transition: all 0.2s ease;
	font-size: 17px;
	display: inline-block;
	color: #7d7d7d;
	text-decoration: none;
	margin: 0 35px 0 0 !important;
	line-height: 40px;
	border-bottom: 2px solid transparent;
	padding: 0px !important;
	border-radius: 0px;
	font-weight:500;
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
}

.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 {
/*(border:1px solid #d2d2d2;*/
/*border-color: transparent;*/
color:#202020;
color:#252525;
background: #fff url('../img/show_a.png') no-repeat 60px center;
}
.show_more:hover {
background:#fff;
color:#252525;
}


.look_in_cat {
transition: color 0.3s ease, background-image 0.3s ease;
background: #fff url('../img/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('../img/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(../img/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: all .2s ease;
background: #ffca17;
border:2px solid #ffca17;
display:block;
margin:38px auto;
width:248px;
height:60px;
line-height:60px;
font-size:15px;
text-align:center;
color:#212121;
font-weight:600;
text-decoration:none;
border-radius:60px;
}
.show_all {
transition: all .2s ease;
background: #ffca17 url('../img/show_a.png') no-repeat 60px center;
display:block;
margin:30px auto;
width:240px;
height:60px;
border: 2px solid #ffca17;
padding-left:10px;
line-height:60px;
font-size:15px;
text-align:center;
color:#212121;
text-decoration:none;
font-weight:600;
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('../img/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 {
    user-select: none;
cursor:default;
margin: 125px 0 90px;
text-align:center;
}
/*Оплата*/

/*Футер*/
#footer {
	z-index: 1;
  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;
  text-align:center;
}
.footer_menu li {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 15px 25px 15px 0;
}

#footer .social .vk:hover{
background:url('../img/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('../img/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('../img/design_a.png') no-repeat center center;
}
.design_logo:hover {
background:url('../img/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('../img/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('../img/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('../img/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('../img/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: 182px;
  border-radius: 60px;
  height: 44px;
  background: rgba(255, 202, 24, 0.2);
  top: -87px;
  right: -2px;
}

.product_right {
	position:relative;
	width:334px;
	float:left;
margin-right:20px;	
}

.product_info {
	cursor:default;
	position:relative;
	background: #FFF;
	width: 610px;
	padding: 30px 30px 18px;
}

.product_buy {
  background: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 30px 30px 30px;
}

.product_left {
	float:right;
	width:670px;
}

.product_image img{
width:100%;
display:block;
height:auto;
max-height:332px; 
}

.product_image {
	user-select:none;
  width: 240px;
  /*border: 4px solid #313131;*/
    border-radius: 4px;
    overflow: hidden;
  max-height: 340px;
  height: auto;
  margin: 0 auto 0px;
}
.product_props {
  /*width: 337px;
  float: left;*/
  font-family: 'open sans',sans-serif;
	font-size: 13px;
}
.prop_additional {
    margin-left: 130px;
    float: left;
}

.prop_additional > span {
	line-height: 20px;
    float: left;
    clear: left;
    font-family: 'open sans', sans-serif;
    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;
    margin-left: 20px;
}

.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('../img/sp.png') no-repeat left center;
  position: absolute;
  top: 0;
  left: 0px;
}
.rezhim:nth-child(2):before {
  content: '';
  width: 15px;
  height: 16px;
  background: url('../img/mp.png') no-repeat left center;
  position: absolute;
  top: 0;
  left: 0px;
}
.rezhim:nth-child(3):before {
  content: '';
  width: 15px;
  height: 16px;
  background: url('../img/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: 12px;
line-height:15px;
opacity:0.3;
display:block; 
height:15px;
margin-bottom:10px;
}
h1 {
	cursor:default;
}
.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(../img/win2.png) no-repeat left center;
  width:20px;
  height:18px;
  display:block;
}
.prop .Windows {
  background: url(../img/win2.png) no-repeat left center;
  width:20px;
  height:18px;
  display:block;
}
.prop .MAC{
  background: url(../img/mac2.png) no-repeat center center;
  width:25px;
  height:18px;
  display:block;
}
.prop .Android {
  background: url(../img/android2.png) no-repeat center center;
  width:25px;
  height:18px;
  display:block;
}

.prop .Linux{
  background: url(../img/linux.png) no-repeat center right;
  width:16px;
  margin:0 3px;
  height:18px;
  display:block;
}

.prop .Steam{
  background: url(../img/steam2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.prop .GOG{ 
  background: url(../img/gog2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.prop .Playstation{ 
  background: url(../img/ps2.png) no-repeat left center;
  width: 25px;
  height:18px;
  display:block;
}
.prop .Xbox{ 
  background: url(../img/xbox2.png) no-repeat left center;
  width: 25px;
  height:18px;
  display:block;
}
.prop .battlenet { 
  background: url(../img/battle2.png) no-repeat left center;
  width: 60px;
  height:18px;
  display:block;
  background-size: contain;
}
.prop .Battlenet { 
  background: url(../img/battle2.png) no-repeat left center;
  width: 60px;
  height:18px;
  display:block;
  background-size: contain;
}
.prop .Uplay{ 
  background: url(../img/uplay2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.prop .Origin{
  background: url(../img/origin2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.prop .Rockstar{
  background: url(../img/rockstar2.png?v=2) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.platforms_list .prop_value > span {
  display: inline-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('../img/goods/del_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -22px;
  top: -1px;
}
.reviews_icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../img/goods/rev_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -22px;
  top: -1px;
}
.guar_icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../img/goods/guar_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -22px;
  top: -1px;
} 
.disc_icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../img/goods/disc_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -22px;
  top: -1px;
}
.product_right .preorder:before, .product_right  .instock:before {
  position: absolute;
  left: -22px;
  top: -1px;
}
.preorder:before, .instock:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../img/goods/instock_icon.png') no-repeat center center;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-top: 1px;
    position: absolute;
    left: -22px;
    top: -1px;
  }
.product_price {
	white-space: nowrap;
	cursor:default;
	/*  height: 220px;
	position:absolute;
	left:30px;
	bottom:30px;*/
    width: 274px;
    padding: 25px 0px 77px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.price_value {
color:#212121;
  display: inline-block;
  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 {
  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: 9px;
  /*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 {
	user-select:none;
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 {
	user-select:none;
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 {
	cursor:default;
	transition:all 2s ease;
	max-height: 215px;
	overflow: hidden;
	border-top: 1px solid #f5f5f5;
	position:relative;
	background: #FFF;
	width: 610px;
    margin-bottom: 30px;
	padding: 20px 30px 30px;
}
#desc {
	margin-bottom:0px;
}
.include:last-child {
margin-bottom:0px !important;
}
.include {
font-size: 13px;
font-family:'Open Sans', sans-serif;
color:#252525;
padding-left:25px;
  background: url('../img/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-color:#00000048;
/*background: url('../img/watch_a.png?ver=1') no-repeat center center;*/
}

.youtube:hover .youtube_play:before{
	background:#ffca17;
}

.youtube_play:before {
	transition:background .3s ease;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background: #ffca17ba;
    margin-left: -25px;
    margin-top: -25px;
    vertical-align: top;
    border-radius: 50%;
}
.youtube_play:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    margin-top: -12px;
    border: 11px solid transparent;
    border-left: 19px solid white;
}

.youtube_play {
  transition:all 0.2s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /*background: url('../img/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: 13px;
  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: 115px;
}
.req_title {
display:block;
float:left;
width:200px;
}
.req_title{
color:#7d7d7d;
}
.req_val {
	/*line-height: 20px;
	width: 100%;*/
	margin-bottom: 15px;
	font-size:13px;
}

/*.req_val:nth-last-child(2) {
margin-bottom:0px;
}*/
.req_title{
	font-size:13px;
	display: block;
	margin-bottom: 10px;
}
#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 {
	user-select:none;
	cursor:default;
	font-size:17px;
	color:#484848;
	margin: 20px 0 20px 0; /*35px top */
}
#vk_comments {
  overflow: hidden;
  padding-bottom: 150px;
  display:block;
  float:left;
  margin-top: 57px;
}
.same_goods {
text-align: left;
  margin-bottom: 15px;
}
.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 {
	cursor:default;
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('../img/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 {
  white-space: normal;
  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('../img/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('../img/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('../img/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('../img/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('../img/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:764px;
  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 {
  position:relative;
  float: left;
  clear: both;
  font-size: 12px;
  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: 30px 30px 30px 70px;
  line-height: 18px;
  background: #FAF2D8 url(../img/important.png) no-repeat 25px center;
  color: #b9a870;
}
.buy_page .pay_types:first-child {
  margin-top: 0px;
}
.buy_page .pay_types {
	cursor:default;
	user-select:none;
  margin: 25px 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:nth-child(5n+5) {
  border-right:0px;
}
.buy_page .type:nth-child(1) { background:url('../img/payments/wm.png') no-repeat top center;}
.buy_page .type:nth-child(2) { background:url('../img/payments/qiwi.png') no-repeat top center;}
.buy_page .type:nth-child(3) { background:url('../img/payments/yad.png') no-repeat top center;}
.buy_page .type:nth-child(4) { background:url('../img/payments/card.png') no-repeat top center;}
.buy_page .type:nth-child(5) { background:url('../img/payments/atm.png') no-repeat top center;}
.buy_page .type:nth-child(6) { background:url('../img/payments/mgf.png') no-repeat top center;}
.buy_page .type:nth-child(7) { background:url('../img/payments/mts.png') no-repeat top center;}
.buy_page .type:nth-child(8) { background:url('../img/payments/bee.png') no-repeat top center;}
.buy_page .type:nth-child(9) { background:url('../img/payments/tele2.png') no-repeat top center;}
.buy_page .type:nth-child(10) { background:url('../img/payments/prr.png') no-repeat top center;}
.buy_page .type {
  transition: all .2s ease;
  width: 152px;
  height: 15px;
  position: relative;
  float: left;
  text-align: center;
  border-right: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
  padding: 108px 0px 30px 0px;
}
.type:before {
  transition:all .2s ease;
  opacity:0;
  background: url(../img/pay_i.png) no-repeat left bottom;
  content: '';
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  transition:background-image 0.3s ease;
  width: 23px;
  height: 23px;  
}
.before_buy {
	cursor:default;
  font-size: 11px;
  font-family: 'open sans';
  line-height: 18px;
  margin: 0 45px;
  background: #f5f5f5;
  padding: 25px;
  color: #7d7d7d;
}

.right_buy hr {
  border: 0px;
  height: 1px;
  background: #eaeaeb;
}
.before_buy a:hover {
text-decoration:underline;
}
.before_buy a {
  color: #FFCA18;
  text-decoration: none;
}

.type_perc:before {
  content: 'Комиссия ';
}
.type_title {
  transition:all .2s ease;
}
.type_perc {
  transition:all .2s ease;
  font-size: 14px;
  display: block;
  color: #252525;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 108px;
  opacity: 0;
}
.type:hover .type_perc {
  opacity:1;
}
.type:hover .type_title {
  opacity:0;
}

.type:hover {
  background-color:#fafafa !important;
}
.type.active_pay:before {
  opacity:1;
}
.type.active_pay {
  background-color:#fafafa !important;
}
.pay_types_cont {
  overflow: auto;
  border-top: 1px solid #eaeaeb;
  margin-bottom: 30px;
}
.pay_types i {
  line-height: 30px;
  width: 30px;
  display: inline-block;
  border: 1px solid #eaeaeb;
  border-radius: 50%;
  margin-right: 10px;
  font-weight: bold;
}

.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=submit]:focus+.bordernd4 {
  opacity:1;
}
.no_mar_top {
  margin-top:0px !important;
}
.bordernd4 {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 276px;
  bottom: -3px;
  height: 77px;
  border-radius: 40px;
  position: absolute;
  left: 50%;
  margin-left: -138px;
  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: 25px auto 30px;
  border-radius: 50px;
  background: #FFCA17;
  color: #252525;
  font-size: 20px;
  text-align: center;
  line-height: 71px;
  text-decoration: none;
}
.right_buy_small span:first-child b {
  font-weight:bold;
}
.right_buy_small span:last-child {
  vertical-align: top;
  margin: 0px;
  line-height:40px;
}
.right_buy_small span:first-child {
  font-size: 14px;
  color: #7d7d7d;
  float:left;
  line-height: 20px;
  display: block;
}
.left_buy_small label{
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 32px;
  display: block;
}
.left_buy_small {
  height:140px;
  position:relative;
  float:left;
  width:305px;
  padding-left:75px;
}
.total_price {
  font-weight:bold;
  float: right;
  width: 175px;
  text-align: center;
}
.right_buy_small {
  padding-top: 50px;
  height: 90px;
  width: 350px;
  padding-right: 32px;
  float: right;
}
.email_form 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: 220px;
  vertical-align: top;
  line-height: 38px;
  padding: 0 20px;
  background: #F7F7F7;
  margin-top:25px;
}
#pay {
position:relative;
}
.bordernd3 {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 268px;
  top: 59px;
  height: 44px;
  border-radius: 40px;
  position: absolute;
  left: 72px;
  background: rgba(255, 202, 24, 0.2);
}
.space_before_med.tabs_container {
/*margin-top:88px;*/
margin-top:35px;
}

.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:first-child {
  margin-bottom:15px;
}
.contacts_cont > p b {
  font-weight: bold;
}
.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:75px;
  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('../img/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('../img/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('../img/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, .disc_first_text a:hover {
  text-decoration:underline;
}
.disc_text a, .disc_first_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('../img/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 .prop_value a:hover {
 border-color:#cbcbcb;
}
.info_cont .prop_value a:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url('../img/goods/info.png') no-repeat left center;
  position: absolute;
  top: 3px;
  left: -20px;
}
.info_cont {
	user-select:none;
	
  /*margin-top: 15px;*/
  margin-bottom: 0px !important;
}
.info_cont .prop_value 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('../img/act/steam.png'); }
.discount_cont .tabs a:nth-child(2):before {  background-image: url('../img/act/origin.png'); }
.discount_cont .tabs a:nth-child(3):before {  background-image: url('../img/act/battle3.png'); }
.discount_cont .tabs a:nth-child(4):before {  background-image: url('../img/act/uplay.png'); }
.discount_cont .tabs a:nth-child(5):before {  background-image: url('../img/act/ps.png'); }
.discount_cont .tabs a:nth-child(6):before {  background-image: url('../img/act/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('../img/goods_sale.png') no-repeat top right;
  display: block;
  right: 0px;
  top: 0px;
}

/*.top_links a:nth-child(2):after {
  content: 'игры за 69 ₽';
  font-size: 10px;
  color: #202020;
  position: absolute;
  right: 0px;
  bottom: -12px;
  height: 12px;
  line-height: 11px;
  display: block;
  padding: 3px 7px;
  background: #ffca17;
  border-radius: 15px;
  transition:opacity 0.2s linear;
}
.search > a:nth-child(1):after {
  content: 'до -90%';
  font-size: 10px;
  color: #202020;
  position: absolute;
  right: 0px;
  bottom: -12px;
  height: 12px;
  line-height: 11px;
  display: block;
  padding: 3px 7px;
  background: #ffca17;
  border-radius: 15px;
} */

.search > a:nth-child(1):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);
}
.search > a:nth-child(1):before{
  transition:all 0.3s ease;
  content: '';
  position: absolute;
  left: 11px;
  top: 11px;
  height: 16px;
  width: 15px;
  display: block;
  background: url('../img/star.png') no-repeat center center;
}

.search > a:nth-child(1){
	opacity:1;
	position: relative;
	/* overflow: hidden; */
	padding-left: 37px;
	padding-right: 20px;
	transition: all 0.1s linear;
	font-size: 14px;
	color: #212121;
	text-decoration: none;
	display: inline-block;
	width: 47px;
	height: 38px;
	border: 1px solid #d2d2d2;
	vertical-align: top;
	line-height: 38px;
	margin: 45px 10px 45px 0;
	border-radius: 60px;
}
.search > a:nth-child(1):hover,
.search > a:nth-child(1):focus,
.search > a:nth-child(1):active {
	background-color: #fffcf0 !important;
	border-color: #ffca18;
}
#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;
}

#desc a:hover {
  text-decoration:none;
}
 
#desc a {
  color:#252525;
}

.important_desc p:last-child { 
  margin:0px !important;
}
.important_desc {
padding: 10px 15px;
  margin-bottom: 15px;
  /* border: 1px solid #e3e3e3; */
  text-align: center;
  background: #fff0be;
}

.same_goods .product > a{
  height: 223px;
  width: 156px;
}
.same_goods .product:nth-child(2n+2) {
  margin-right:0px !important;
}
.same_goods .product {
  display: block;
  float: left;
  width: 160px;
  margin: 0 14px 14px 0;
  overflow: hidden;
  height: 229px;
}

.out_of_stock { 
  opacity: 0.8;
}

.banner:after {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  left:0px;
  top:0px;
  background: url('../img/banner_bg.png') no-repeat left top;
}
.banner {
  width:100%;
  height:290px;
  position:relative;
  display:block;
}

.bonus_heading {
	user-select:none;
	font-size: 13px;
	color: #484848;
	margin-bottom: 16px;	
}

.same_goods_new .product a {
	border: 0 !important;
	width: auto;
	height: 35px;
	padding: 0 30px;
	margin-bottom: 10px;
}
.same_goods_new .product .price {
	position: initial;
	float: right;
	width: auto;
	padding: 0;
	height: 35px;
	line-height: 35px;
	vertical-align: top;	
}
.product > a .price > span {
	vertical-align:top;
}
.same_goods_new .product {
	display: block;
	float: none;
	margin: 0;
	width: 100%;
	height: 45px;	
}
.same_goods_new .goods_title {
transition: all .2s ease;
	line-height: 35px;
	display: inline-block;
	color: #484848;
	font-size: 13px;
	max-width: 400px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.same_goods_new .old_price {
	user-select:none;
	margin: 8px 0 !important;	
}
.same_goods_new .new_price {
	transition: all .2s ease;
	font-weight: bold;
	color: #202020;
	line-height: 32px;
	display: inline-block;
	margin-left: 2px;
}
.same_goods_new {
		background: #fff;
	padding:20px 0 10px;
}

.same_img {
	float: left;
	width: 93px;
	height: 35px;
	border-radius: 3px;
	margin-right: 15px;
}
.same_goods_new .product a{
	transition:all .2s ease;
}
.same_goods_new .product a:hover {
	background: #f5f5f5;
}
.same_goods_new .product a:hover .goods_title {
	/*color:#ffca18;*/
}

.show_more_cont {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: url(../img/show_more_desc_bg.png) no-repeat center 20px, linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 7%, rgba(255,255,255,1) 100%);
}

.product_description:after {
	content:'';
	display:block;
	clear:both;
}

.show_more_desc:hover {
	background:#fbdb70;
	color:#be991f !important;
}
.show_more_desc {
	user-select:none;
	display: block;
	line-height: 40px;
	text-decoration: none;
	border-radius: 20px;
	background: #f5f5f5;
	margin: 40px 30px 30px;
	color: #7d7d7d;
	font-size: 13px;
	font-weight: bold;
transition:all .2s ease;	
}

.req_tab.active {
	display:block !important;
}
.req_tab {
	display:none;
}

.req_cont {
	cursor:default;
	padding: 30px 20px 12px;
	background: #fff;
	/*margin-bottom: 30px;*/
	
}

.req_tabs a.active {
    color: #252525 !important;
    background: #f5f5f5 !important;
    font-weight: bold;
}

.req_tabs a:hover {
	background: #ffedb1;
    color: #be991f;
}
.req_tabs a {
	font-size:13px;
	display:block;
	float:left;
	width:50%;
	line-height:40px;
	text-decoration:none;
	color:#7d7d7d;
	background:#fff;
	transition:all .2s ease;
}
.req_tabs {
	width: 100%;
	border-radius: 40px;
	background: #fff;
	overflow: hidden;
	line-height: 40px;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 25px;	
}

.out_of_stock_price:after {
	display:none !important;
}

.out_of_stock_price {
	border:0 !important;
	background:#fff !important;
}

.search .open_cart:hover {
	background:#fbd23a url('../img/cart_n.png') no-repeat center center;
}
.search .open_cart b {
	position: absolute;
	right: -3px;
	top: -2px;
	background: red;
	padding: 0 4px;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	height: 15px;
	min-width: 8px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;	
}
.search .open_cart:hover {
	background-color:#fbd23a;
	border-color:#fbd23a;
}
.search .open_cart {
	position: relative;
	transition: all .2s ease;
	display: inline-block;
	width: 38px;
	height: 38px;
	background: #fff url(../img/cart_n.png) no-repeat center center;
	margin: 45px 0 0 10px;
	border-radius: 50%;
	float: right;
	border: 1px solid #d2d2d2;
}

.search .bordernd {
	display:none !important;
}
#header {
	position: relative;
	padding-top: 300px;
	margin-top: -300px;
	transition:all .2s ease;
}
#header.fixed {	
backface-visibility: hidden;
	top: 0px;
	left: 0px;
	z-index: 9;
	position:fixed;
}

#header.fixed .overlay_gray, #header.fixed .overlay_yellow  {
	position:fixed;
}

#header .logo {
	transition:all .2s ease;
}
#header.small .column:nth-child(1),#header.small .column:nth-child(3) {
	width:45%;
}
#header.small .column:nth-child(2) {
	width:9%;
}
#header.small .logo {
    height: 34px;
    background-position: left 1px;
    margin-left: -200px;
}
#header .column {
	transition:all .2s ease;
}
#header.small .search input[type="text"] { 
	margin: 13px 0 0 0;
	width: 300px;
}
#header.small .search > a:nth-child(1) {
	opacity: 0;
	width: 0;
	padding: 0;
	overflow: hidden;
	border: 0;	
}
#header.small .column {
	height: 100%;
}
#header.small .column > a {
	margin-top: 13px;
	margin-bottom: 13px;	
}
#header.small {
	height: 67px;
}

/*.catalog_link {
	overflow:hidden;
	opacity:0 !important;
	width:0px !important;
	border:0 !important;
	padding:0 !important;
	transition:all .19s ease;
}*/

#header .catalog_link:before {
	transition: all 0.3s ease;
	content: '';
	position: absolute;
	left: 14px;
	top: 10px;
	height: 16px;
	width: 15px;
	display: block;
	background: url(../img/show_a.png) no-repeat center center;
}
#header.small .top_links a:nth-child(2):after {
	opacity:0;
}
#header .catalog_link:hover {
	border: 1px solid #ffca18 !important;
}
#header .catalog_link {
	user-select: none;
	position:relative;
	border: 1px solid #d2d2d2 !important;
	padding-left: 38px !important;
	width: 75px !important;
	opacity:1 !important;
}

.cart_product .image {
    position: relative;
    display: block;
    width: 137px;
    height: 188px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.cart_product .delete:hover {
	background: rgba(255,255,255,0.3) url('../img/cart_delete.png') no-repeat center center;
}
.cart_product .delete {
	z-index: 3;
	position: absolute;
	right: -8px;
	top: -8px;
	width: 25px;
	height: 25px;
	display: block;
	background: url('../img/cart_delete.png') no-repeat center center;
	transition:all .2s ease;
	border-radius: 50%;	
}
.cart_product {
	margin-right: 28px;
	position:relative;
	width: 137px;
	height: 226px;
	display: block;
	float: left;	
}

#cart {
	width: 100%;
	height:300px;
	background:#202020;
	position:absolute;
	top:0px;
	left:0px;
}

#cart .cart_container {
	float: left;
	height: 300px;
	width: 640px;
	position: relative;
	padding: 0px 55px 0px 65px;
}
#cart .cart_slidee:after {
	content:'';
	display:block;
	clear:both;
}

#cart .prev, #cart .next {
	position:absolute;
}
#cart .cart_slidee {
	position:relative;
	height:100%;
}

.count .cnt:hover, .count .cnt:focus {
	border-color:#fff;
	background:#4b4b4b;
}
.count .cnt {
	vertical-align: top;
	font-size: 14px;
	transition:all .2s ease;
	display: inline-block;
	border: 2px solid #323232;
	border-radius: 15px;
	background: transparent;
	text-align: center;
	width: 24px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	color: #fff;	
}

.count .plus:hover, .count .minus:hover {
	background:#4b4b4b;
	border-color:#fff;
}
.count .plus.disabled, .count .minus.disabled {
	cursor:default;
	border: 2px solid #323232 !important;
	background: transparent !important;
}
.count .plus, .count .minus {
	position:relative;
	margin:0 5px;
	transition: all .2s ease;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #323232;
	border-radius: 50%;
	vertical-align: top;	
}

.count {
	cursor:default;
}

.count .minus:hover:before, .count .plus:hover:before, .count .plus:hover:after {
	background:#fff;
}
.count .minus.disabled:before, .count .plus.disabled:before, .count .plus.disabled:hover:after {
	background: #323232 !important;
}

.count .minus:before, .count .plus:before {
	content:'';
	display:block;
	height:2px;
	width:10px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-5px;
	margin-top:-1px;
	transition:all .2s ease;
	background: #323232;
}

.count .plus:after {
	content:'';
	display:block;
	height:10px;
	width:2px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-1px;
	margin-top:-5px;
	transition:all .2s ease;
	background: #323232;
}

.cart_opened {
	padding-top:300px !important;
	margin-top:0px !important;
}

.cart_product .price .new_price:after {
	content: "₽";
	font-size: 9px;
	vertical-align: top;
}
.cart_product .price .old_price {
	color: #d1d1d1;
	font-size: 11px;
	text-decoration: line-through;
	margin-right: 2px;	
}
.cart_product .price {
	font-size: 13px;
	color: #1b1b1b;
	padding: 9px 15px;
	background: #ffffff;
	border-radius: 40px;
	bottom: 10px;
	display: inline-block;
	z-index: 3;
	margin-top: 145px;
}

#cart .prev {
	transition:all .2s ease;
	background:url('../img/prev_cart.png') no-repeat 11px 8px;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -17px;
	border: 2px solid #fff;
	border-radius: 50%;	
}

#cart .next:hover , #cart .prev:hover {
	background-color:#4b4b4b;
}
#cart .prev.disabled, #cart .next.disabled {
	cursor:default;
	opacity:.3 !important;
	background-color:transparent !important;
}
#cart .next {
	transition:all .2s ease;
	background:url('../img/next_cart.png') no-repeat 14px 8px;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -17px;
	border: 2px solid #fff;
	border-radius: 50%;	
}

.cart_slidee {
	left:0px;
	transition: opacity .2s linear, left .5s ease;
	min-width: 660px;	
}

.cont_slidee {
	overflow:hidden;
	padding: 37px 0;
	transition:all .2s ease;
}

.cont_slidee.loading .cart_slidee{
	opacity:0;
} 

.cont_slidee.loading:after {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:100px;
	height:100px;
	margin-top:-50px;
	margin-left:-50px;
	  -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;
	  background:  url('../img/loading.png') no-repeat center center;
}

.cart_product:first-child:after {
	content: '';
	display: block;
	width: 132px;
	height: 184px;
	position: absolute;
	left: 164px;
	top: 0px;
	border: 2px dashed #2a2a2a;
	border-radius: 4px;
}

.cart_procceed {
	width: 226px;
	float: right;
	border: 2px dashed #313131;
	height: 252px;
	margin: 24px 0 0;
	border-radius: 4px;
}

.cart_product.sale .price .old_price {
	color:#fff;
}
.cart_product.sale .price {
	background: #ffca18;	
}

.total_cart a:hover {
	background:#fbd23a;
}
.total_cart a {
	transition:all .2s ease;
	height: 55px;
	display: block;
	width: 173px;
	border-radius: 50px;
	background: #ffca17;
	color: #252525;
	font-size: 14px;
	text-align: center;
	line-height: 55px;
	text-decoration: none;
	margin: 40px auto 0;	
}
.total_cart {
	user-select:none;
	cursor:default;
	color: #686868;
	font-size: 13px;
	padding-top: 50px;
	text-align: center;	
}

#cart .cart_sum:after {
	content: 'руб';
	display: inline-block;
	margin-left: 4px;
	font-size: 23px;
	color: #fff;
	vertical-align: top;	
}
#cart .cart_sum {
	display: block;
	height: 41px;
	font-size: 41px;
	margin-top: 20px;
	color: #fff;	
}

.empty_cart:after {
	/*content:'В корзине пока пусто'; 
	display:block;
	border:2px dashed #1d1d1d;
	border-radius:50%;
	width:160px;
	height:160px;
	line-height:160px;
	font-size:18px;
	color:#fff;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-82px;
	margin-top:-82px;*/
	content: 'В корзине пока пусто';
	display: block;
	border: 2px dashed #1d1d1d;
	border-radius: 50%;
	width: 160px;
	padding: 50px 30px;
	height: 160px;
	line-height: 25px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -82px;
	margin-top: -82px;
	box-sizing: border-box;
	text-transform: uppercase;	
}
.empty_cart {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #0d0d0d;
	z-index: 4;
	display:none;
}

.cart_buy .right_buy {
	width: 100%;
	border-left: 1px solid #eaeaeb;
	margin-bottom:0px !important;
}
.cart_buy #pay {
	width:703px;
    margin: 45px auto;
}
.cart_buy .left_buy {
	width: 260px;
	margin: 0;	
}

.cart_buy_cont {
	background:#fff;
	margin-bottom:130px;
}

.cart_buy .pay_types_cont .type.active_pay {
	border-color:#d2d2d2;
	background-color:#f7f7f7 !important;
}
.cart_buy .type:hover {
	background-color:transparent !important;
	border-color:#d2d2d2 !important;
}
.cart_buy .type:hover .type_title { 
	opacity:1 !important;
}
.cart_buy .pay_types_cont {
	margin:0;
	border:0;
	overflow:hidden;
}
.cart_buy .pay_types_cont .type:before {
	display:none !important;
}
.cart_buy .pay_types_cont .type {
	user-select:none;
	width: 200px;
	margin-bottom:2px;
	background-color: transparent;
	padding: 0 0 0 58px;
	text-align: left;
	line-height: 42px;
	height: 42px;
	border-radius: 20px;
	border: 1px solid transparent;
}

.cart_buy h1 {
	margin: 35px 0 30px;	
}
.cart_buy .pay_types i {
	text-align:center;
}
.cart_buy .right_buy .before_buy a {
	color:#484848;
}
.cart_buy .right_buy .before_buy {
	margin: 0 35px;
	background: #fff0bd;	
	color:#bda553;
	padding:15px 20px;
}
.cart_buy .right_buy .pay_types {
	width: auto !important;
	margin: 25px 35px;	
}
.cart_buy .pay_types {
	text-align: left;
	font-size:17px;
}
.cart_buy .type:nth-child(1) { background:url('../img/payments/card.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(2) { background:url('../img/payments/qiwi.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(3) { background:url('../img/payments/wm.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(4) { background:url('../img/payments/steam.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(5) { background:url('../img/payments/btc.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(6) { background:url('../img/payments/ltc.png') no-repeat left center;background-size: 59px;}

/*.cart_buy .type:nth-child(5) { background:url('../img/payments/atm.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(6) { background:url('../img/payments/mgf.png') no-repeat left center;background-size: 59px;}*/
.cart_buy .type:nth-child(7) { background:url('../img/payments/mts.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(8) { background:url('../img/payments/bee.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(9) { background:url('../img/payments/tele2.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(10) { background:url('../img/payments/prr.png') no-repeat left center;background-size: 59px;}

.cart_total .col span:last-child {
	width: 100%;
	text-align: left;
	display:block;
	color: #484848;
	font-size: 20px;
	font-weight: bold;
}
.cart_total .col span:first-child {
	display:block;
	font-size:13px;
	color:#828282;
}

.cart_total .col:nth-child(1) {
	width: 300px;
	float: left;	
}
.cart_total .col:nth-child(2) {
	width: 140px;
	float: right;	
}
.cart_total .col:nth-child(3) {
	width: 140px;
	float: right;	
	margin-right:30px;
}
.cart_total .total_price_perc:after {
	content:'';
}

.cart_total .col {
	text-align: left;
}
.cart_total {
	cursor:default;
	float: none;
	margin: 0 auto;
	padding: 15px 35px 45px;	
}

.pay_cart_cont {
	min-height:45px;
	padding: 5px 35px 30px;
}

.buy_cart_product {
	line-height:35px;
}
.buy_cart_product .title, .buy_cart_product  .cart_product_price, .buy_cart_product  .count {
	float:right;
}
.buy_cart_product .title {
	cursor:default;
	float: left;
	font-size: 13px;
	color: #484848;	
}
.buy_cart_product  {
position: relative;
	transition:all .2s ease;
	height: 35px;
	margin-bottom: 10px;	
}
.buy_cart_product .image {
	float: left;
	margin-right: 15px;
	width: 93px;
	height: 35px;
	border-radius: 3px;
	transition: opacity .2s ease;
}

.cart_product_price:after {
	content: "₽";
	font-size: 9px;
	vertical-align: top;
}
.cart_product_price {
	cursor:default;
	font-size: 13px;
	color: #1b1b1b;
	background: #ffffff;
	border-radius: 40px;
	display: inline-block;
	z-index: 3;
	vertical-align: top;
	line-height: 24px;
	border: 1px solid #f5f5f5;
	padding: 0 10px;
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold;	
}

.buy_cart_product .delete:hover {
	background-color:#ffca17;
}
.buy_cart_product .delete {
	display: block;
	height: 24px;
	width: 24px;
	float: right;
	border-radius: 50%;
	margin-top: 6px;
	margin-left: 10px;
	background: #333 url(../img/cart_delete.png) no-repeat center center;
	background-size: 28px;
	transition:all .2s ease;
}
.buy_cart_product .minus:hover:before, .buy_cart_product .plus:hover:after, .buy_cart_product .plus:hover:before  {
	background:#323232 !important;
}
.buy_cart_product .minus:hover, .buy_cart_product .plus:hover {
	background:#f7f7f7 !important
}
.buy_cart_product .minus, .buy_cart_product .plus {
	background: #fff;
	border: 1px solid #d4d4d4 !important;
	height: 22px;
	width: 22px;	
}
.buy_cart_product .cnt {
	color: #333;
	background: #f7f7f7 !important;
	border: 1px solid #d4d4d4 !important;
	height: 22px;
	line-height: 22px;	
}
.buy_cart_product .count {
	position: absolute;
	right: 115px;
	top: 0px;
	margin-top: 5px;	
}

.buy_cart_product .minus.disabled, .buy_cart_product .plus.disabled {
	background: #fff !important;
	border: 1px solid #d4d4d4 !important;
	opacity:.4;
}

.pay_cart_cont.loading .buy_cart_product {
	opacity:0;
}
.pay_cart_cont {
	position:relative;
}
.pay_cart_cont.loading:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 35%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	-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;
	background: url(../img/loading.png) no-repeat center center;
}

.steam_important {
	background: #ffe2e2 url(../img/steam_important.png) no-repeat 19px center;
	color: #c54141;
	padding: 15px 20px 15px 50px;
	font-size: 11px;
	font-family: 'open sans';
	line-height: 18px;
	margin-top: 30px;
	display: none;	
}

.vk_banner_product:hover {
	opacity:.7;
}
.vk_banner_product {
	display:block;
	width:100%;
	margin:30px 0;
	background:url('../img/vk_banner.png') no-repeat center center;
	height: 72px;
	transition:all .2s ease;
}

.no_price, .out_of_stock {
	font-weight: normal !important;
	font-size: 11px !important;
	color: #333 !important;
	text-transform:uppercase;
}


#slider_prev:hover, #slider_next:hover{
	border-color:#ffca17;
	/*box-shadow: 0 0 7px #ffca18;	*/
}
#slider_next {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    background: #fff url(../img/navi_arrow.png) no-repeat center center;
    transform: rotate(180deg);
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 5;
    margin-top: -17px;
    border-radius: 50%;
    transition: all .2s ease;
}
#slider_prev {
	display: block;
	width: 36px;
	height: 36px;
	border: 2px solid #fff;
	background: #fff url(../img/navi_arrow.png) no-repeat center center;
	position: absolute;
	left: 5px;
	top: 50%;
	z-index: 5;
	margin-top: -17px;
	border-radius: 50%;
	transition: all .2s ease;	
	/*box-shadow: 0 0 7px #0000002e;*/
	/*box-shadow: 0 0 7px #00000080;	*/
}

.same_goods_new .out_of_stock_price {
	font-size: 13px;
	font-weight: normal;
	opacity: .7;
	line-height: 35px;
}

.live_search .product > a .price .old_price {
	background: #fff !important;
}

.slider_text > span {
	font-size: 15px;
	font-weight: 500;
	padding: 0 22px;
	line-height: 30px;
	display:block;
}
.slider_text_info {
	font-size: 12px;
	line-height: 18px;
	padding: 0 22px;
}
.slider_text {
	width: 100%;
	background: rgba(31,31,31,.8);
	line-height: 20px;
	height: auto;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	display: table;
	vertical-align: middle;
	padding: 10px 0 20px;
}

.slider_timer b {
    font-size: 27px;
    color: #f25223;
    font-weight: bold;
    height: 25px;
    line-height: 23px;
    vertical-align: top;
    min-width: 54px;
    font-family: 'Exo 2';
    display: block;
    text-align: center;
    text-transform: none;
}
span.countdown-period {
    margin: 0 3px;
}
.slider_timer .countdown-amount {
	font-family: monospace;
}
.slider_timer {
    padding: 7px 17px 3px;
    font-size: 13px;
    line-height: 25px;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 6px #d2d2d2;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    /* border: 2px solid #d2d2d2; */
}

.slider_parent{
    background: #fff;
	margin-top:25px;
}

.more_info {
    transition: all .2s ease;
    text-decoration: none;
    position: absolute;
    left: 70px;
    bottom: 40px;
    background: #ffc917;
    border-radius: 34px;
    height: 46px;
    text-align: center;
    padding: 0 72px;
    color: #333;
    font-weight: bold;
    line-height: 43px;
    font-size: 19px;
	animation: float 2.5s ease infinite;
}
.product_banner a:hover .more_info{
	background:#ffad00;
}
.contacts_cont > p:last-child {
	margin-bottom:0px;
}
.screenshot:hover:before {
	opacity:.3;
}
.screenshot:hover:after {
	opacity:1;
}
.screenshot {
    display: inline-block;
    width: 105px;
    margin-right: 9px;
    margin-bottom: 9px;
    height: 59px;
    background-size: cover;
	position:relative;
}

.screenshot:nth-child(3n+3){
	margin-right: 0px;
}

.screenshot:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	transition: opacity .2s ease;
	position:absolute;
	left:0px;
	top:0px;
}

.screenshot:after{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: #ffc300 url(../img/zoom.png) no-repeat center center;
    opacity: 0;
    transition: opacity .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    border-radius: 50%;
}

.fancybox__button--zoom, .fancybox__button--slideshow, .fancybox__button--fullscreen{
	display:none !important;
}

.tolstoycomments-feed {
    margin-bottom: 150px;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(5px);
	}
	100% {
		transform: translatey(0px);
	}
}

.buy_cart_product .image:hover {
    opacity: .7;
}

.contacts_cont.text p {
    text-align: left !important;
}

.contacts_cont.text .phone, .contacts_cont.text .email{
	margin-bottom:10px;
}

.text a:hover {
	text-decoration:none;
}
.text a {
    color: #ffc300;
}

.email_form input[type=text]:hover, .email_form  input[type=text]:focus {
  background-color: #FFF;
}
.email_form  input[type=text]:focus+.bordernd3 {
opacity:1;
}
.email_form [type=text]:focus {
  border: 1px solid #FFCA18 !important;
}

.footer_contacts {
    color: #5f5f5f;
    line-height: 30px;
}

.footer_contacts div:nth-child(1) {
    float: left;
}

.footer_contacts div:nth-child(2) {
    float: right;
}

.footer_contacts span {
    font-weight: bold;
    margin-left: 16px;
}

.footer_contacts b {
    display: block;
    text-align: center;
}

.contacts_cont a b {
    display: block;
    font-weight: bold;
    vertical-align: top;
    line-height: 20px;
    padding-left: 53px;
}

a.how_to_activate {
	border: 1px solid #ffca17!important;
    background: #fff9e5;
    border-radius: 4px;
    margin-left: -10px !important;
    padding: 2px 10px 2px 28px;
    margin-bottom: 10px !important;
}

a.how_to_activate:before {
    left: 8px !important;
    top: 5px !important;
}

a.how_to_activate:hover {
    background: #f7f7f7;
}