@font-face {
  font-family:'Museo300';
  src:url('fonts/MuseoSansCyrl-300.eot');
  src:url('fonts/MuseoSansCyrl-300.woff2') format('woff2'),
       url('fonts/MuseoSansCyrl-300.woff') format('woff'),
       url('fonts/MuseoSansCyrl-300.ttf') format('truetype'),
       url('fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg'),
       url('fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:'Museo500';
  src:url('fonts/MuseoSansCyrl-500.eot');
  src:url('fonts/MuseoSansCyrl-500.woff2') format('woff2'),
       url('fonts/MuseoSansCyrl-500.woff') format('woff'),
       url('fonts/MuseoSansCyrl-500.ttf') format('truetype'),
       url('fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg'),
       url('fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype');
  font-weight:normal;
  font-style:normal;
}


@font-face {
  font-family:'Museo900';
  src:url('fonts/MuseoSansCyrl-900.woff') format('woff'),
       url('fonts/MuseoSansCyrl-900.ttf') format('truetype'),
       url('fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg');
  font-weight:normal;
  font-style:normal;
}

header, nav, section, article, aside, footer {
   display:block;
}

body{
	font-family:"Museo300",Arial,Helvetica,sans-serif; 
	background-color:#f9f9f9; 
	color:#575757; 
	font-size:10.2pt; 
	margin:0; 
	text-align:left;
}

.filters a, 
.filters a:visited,
.breadcrumb a, 
.breadcrumb a:visited,
.product__series a, 
.product__series a:visited{
	color:inherit;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

nav a,
.revert-link a{
	text-decoration:none;
}

nav a:hover,
.revert-link a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

h1, h2, h3{
	margin:0;
    font-weight:normal;
    line-height:1;
	font-family:'Museo500';
}

h1{
	font-size:2.3em;
	margin-top:0;
	margin-bottom:7px;
	color:#121212;
	display:inline;
	margin-right:10px;
}

h2{
	font-size:1.65em;
	color:#292929;
	margin:10px 0 15px;
}

h3{
	font-size:1.1em;
}

ul{
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}

ol{
	margin:0;
	padding:0;
}

nav ul{
	display:flex;
	justify-content:space-around;
	align-items:center;
}

.red{
	color:#ce2f16;
}

.nowrap{
	white-space:nowrap;
}

.width{
	display:block; 
	position:relative; 
	width:94%; 
	max-width:960px;
	margin:0 auto;
}

.hide{
	display:none;
}

.button,
input.button,
a.button{
	display:inline-block;
	background-color:#ffde46;
	font-family:'Museo500';
	font-size:1.3em;
	color:#121212;
	padding:6px 12px;
	text-align:center;
	border-radius:5px;
	border:none;
	cursor:pointer;
	box-sizing: content-box;
	text-decoration:none;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

a.button:hover,
.button:hover{
	background-color:#fce991;
	color:#121212;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

header{
	background-color:#ffffff;
	padding:22px 0;
	border-bottom:1px solid #d7d7d7;
}

.menuTop .item-menuTop:before {
    content: "";
}

.header-top{
}

.header-top .width{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}

.logo{	
	width:212px;
	height:49px;
	background:url("images/logo.png") no-repeat;
}

.top-nav ul{
	
}

.top-nav li{
	margin-right:17px;
}

.top-nav li:last-child{
	margin-right:0;
}

.top-search{
	width:125px;
}

.top-search input[type="text"]{
	background:none;
    border:none;
	width:100px;
	border-bottom:1px solid #bbbbbb;
	padding-bottom:0;
	display:inline-block;
	vertical-align:bottom;
}

.top-search input[type="submit"]{
	background:url("images/search.png") no-repeat center center;
    border:none;
	display: inline-block;
    height: 18px;
    padding: 0;
    position: relative;
    top: 1px;
    width: 18px;
	vertical-align:bottom;
}

.top-search input::-webkit-input-placeholder{
	color:#555555;
	font-family:'Museo300';
	font-size: 0.95em;
}
.top-search input::-moz-placeholder{
	color:#555555;
	font-family:'Museo300';
	font-size: 0.95em;
}
.top-search input:-moz-placeholder{
	color:#555555;
	font-family:'Museo300';
	font-size: 0.95em;
}
.top-search input:-ms-input-placeholder{
	color:#555555;
	font-family:'Museo300';
	font-size: 0.95em;
}

.basket{
	font-family:'Museo500';
}

.basket a{
	display:block;
}

.basket a:before{
	display:inline-block;
	content:"";
	background:url("images/cart.png") no-repeat;
	width:23px;
	height:17px;
	position:relative;
	top:3px;
	right:1px;
}

.basket a:hover{
	text-decoration:none;
}

.basket .count{
	
}

.basket .price{
	
}

.main-nav{
	background-color:#ffffff;
	border-bottom:1px solid #d7d7d7;
	color:#292929;
}
.main-nav ul {
    align-items: stretch;
    display: flex;
}
.main-nav li{
	align-items: stretch;
    display: flex;
}
.main-nav li:first-child{
	min-width:80px;
}
.main-nav li a{
	padding: 20px 15px;
	align-items: center;
    display: flex;
}
.main-nav li a:hover {
	text-decoration: none;
}
.main-nav li:hover, .main-nav li.active{
	background: #ffde46
}
.main-nav li:nth-child(2){
	min-width: 153px;
}
.main-nav li.active a {
	font-weight: bold;
}

.main-nav li:last-child{
	margin-right:0;
	min-width:105px;
}

.main-nav a{
	color:#292929;
}

.main-nav a:hover{
	color:#292929;
}

section{
	padding:15px 0;
}

.breadcrumb{
	background: transparent;
    color: #6e6d6d;
    font-size: 0.9em;
    margin-bottom: 0;
    padding: 15px 0;
}

.breadcrumb a{
	display:inline-block;
	margin-right:15px;
}

.breadcrumb a:last-child{
	margin-right:0;
}

.product__series {
    display: inline;
	position:relative;
	bottom:3px;
}

.tabs{
	display:flex;
	font-family:'Museo500';
	color:#292929;
}

.product .tabs{
	margin:20px 0;
}

.product .tab{
	background-color:#eceeee;
	border-right:1px solid #e1e1e1;
	width:25%;
	line-height:47px;
	text-align:center;
	border-bottom:3px solid #eceeee;
	cursor:pointer;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.product .tab:hover{
	background-color:#d8dada;
	border-bottom:3px solid #d8dada;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.product .tab.active{
	background-color:#ffffff;
	border-bottom:3px solid #ffde46;
}

.tabs .tab:last-child{
	border-right:none;
}


.product__content{
	display:flex;
	margin-bottom:10px;
	margin-top: 20px;
}

.product__main-image{
	margin-right:25px;
	max-width:340px;
}
.product__main-image a {
	display: block;
	position: relative;
}
.product__main-image .lab {
	position: absolute;
	bottom: 40px;
}
.product__main-image .lab.new {
	background: url(images/novinka.png) no-repeat center center;
	width: 171px;
	height: 60px;
	right: 0;
}
.product__main-image .lab.action {
	background: url(images/action.png) no-repeat center center;
	width: 171px;
	height: 60px;
	right: 0;
}
.label-list {
	position: absolute;
	bottom: 40px;
}
.label-list.action {
	background: url(images/action.png) no-repeat center center;
	background-size: contain;
    width: 86px;
    height: 30px;
	right: 0;
}
.label-list.new {
	background: url(images/novinka.png) no-repeat center center;
	background-size: contain;
    width: 86px;
    height: 30px;
	right: 0;
}

.product__main-image img{
	max-width:340px;
	border: 1px solid #cccccc;
}

.product__sale-block{
	flex-grow:1;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product__price-block{
	/*background-color: #ffffff;*/
    border-radius: 5px;
    display: flex;
	margin-bottom:40px;
	/*box-shadow:0 0 3px #aaaaaa;*/
}

.product__price-block__buttons{
    
}

.product__price-block__button{
	width: 180px;
	font-size: 12px;
	box-sizing: border-box;
	font-family:'Museo500';
	color:#292929;
	position:relative;
	line-height:43px;
	padding-left:48px;
	background-color:#eceeee;
	cursor:pointer;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.product__price-block__button:hover{
	background-color:#ffffff;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.product__price-block__button.active{
	background-color:#ffffff;
	box-shadow: 0 0 3px #999999;
	z-index: 50;
}

.product__price-block__button.active:after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
}

.product__price-block__button:first-child{
	border-top-left-radius: 5px;
}

.product__price-block__button:last-child{
	border-bottom-left-radius: 5px;
}

.product__price-block__button .icon{
	display:inline-block;
	width:23px;
	height:26px;
	background:url('images/sale_buttons_3.png') no-repeat;
	margin:auto;
	position:absolute;
	left:14px;
	top:3px;
	bottom:0;
}

.product__price-block__button-pc .icon{
	background-position:0 0;
}

.product__price-block__button-pc.active .icon{
	background-position:0 -26px;
}

.product__price-block__button-online .icon{
	background-position:-23px 0;
}

.product__price-block__button-online.active .icon{
	background-position:-23px -26px;
}

.product__price-block__button-cd .icon{
	background-position:-46px 0;
}

.product__price-block__button-cd.active .icon{
	background-position:-46px -26px;
}

.product__price-block__button-appstore .icon{
	background-position:-69px 0;
	top:0;
}

.product__price-block__button-appstore.active .icon{
	background-position:-69px -26px;
}

.product__price-block__button-googleplay .icon{
	background-position:-92px 0;
	top:0;
}

.product__price-block__button-googleplay.active .icon{
	background-position:-92px -26px;
}

.product__price-block__button-windowsstore .icon{
	background-position:-115px 0;
	top:0;
}

.product__price-block__button-windowsstore.active .icon{
	background-position:-115px -26px;
}
.product__price-block__button-appgallery .icon{
	background-position:-139px 0;
	top:0;
}

.product__price-block__button-appgallery.active .icon{
	background-position:-139px -26px;
}

.product__price-block__button-rustore .icon{
	background-position: 0px 0px;
	background-image: url('images/RS_1.png');
	background-size: contain;
	top:0;
}

.product__price-block__button-rustore.active .icon{
	background-image: url('images/RS_2.png');
}

.product__price-block__button-nashstore .icon{
	background-position: 0px 0px;
	background-image: url('images/NS_1.png');
	background-size: contain;
	top:0;
}

.product__price-block__button-nashstore.active .icon{
	background-image: url('images/NS_2.png');
}

.product__price-block__contents{
    z-index: 10;
	padding: 10px 20px 0 45px;
	background-color: #ffffff;
	flex-grow:1;
	box-shadow: 0 0 3px #cccccc;
	display:flex;
	align-items:flex-start;
	min-height: 100px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.product__price-block__content{
	display:none;
}

.product__price-block__content.active{
	display: flex;
    flex-direction: column;
	width:100%;
}

.product__price-block__top{
	display:flex;
	align-items: center;
	margin-bottom:3px;
	justify-content: space-between;
}

.product-price{
	font-family:'Museo500';
	color:#292929;
	font-size: 2.6em;
	margin-right:30px;
}

.product__price-description{
	color:#6e6d6d;
	font-size: 0.9em;
	line-height: 1.2;
	margin-bottom: 10px;
}

.product__price-block__top a.button{
	width:160px;
}

#product__price-block__content-appstore .product__price-block__top a.button,
#product__price-block__content-googleplay .product__price-block__top a.button,
#product__price-block__content-windowsstore .product__price-block__top a.button,
#product__price-block__content-appgallery .product__price-block__top a.button,
#product__price-block__content-rustore .product__price-block__top a.button,
#product__price-block__content-nashstore .product__price-block__top a.button {
	background: url("images/mobile_buy_1.png") repeat 0 0;
    border-radius: 0;
    display: block;
    height: 66px;
    max-width: 193px;
    padding: 0;
    width: 193px;
}
#product__price-block__content-appstore .product__price-block__top,
#product__price-block__content-googleplay .product__price-block__top,
#product__price-block__content-windowsstore .product__price-block__top,
#product__price-block__content-appgallery .product__price-block__top,
#product__price-block__content-rustore .product__price-block__top,
#product__price-block__content-nashstore .product__price-block__top {
	margin-bottom: 10px;
	justify-content: center;
	margin-top: 10px;
}

#product__price-block__content-googleplay .product__price-block__top a.button{
	background-position:0 -66px;
}

#product__price-block__content-windowsstore .product__price-block__top a.button{
	background-position:0 -132px;
}

#product__price-block__content-appgallery .product__price-block__top a.button{
	background-position: 0 -198px;
	height: 58px;
}
#product__price-block__content-nashstore .product__price-block__top a.button{
	background-position: 0 -257px;
	height: 57px;
}
#product__price-block__content-rustore .product__price-block__top a.button{
	background-position: 0 -315px;
	height: 54px;
}

.product__info{
	max-width: 595px;
}
.product__info .owl-carousel .owl-stage-outer {
	border: 1px solid #cccccc;
}

.product__screenshots{
	align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
	width: 370px;
	position:relative;
	bottom:8px;
}

.product__screenshots img {
    cursor: pointer;
    margin-top: 8px;
    margin-right: 17px;
    max-height: 83px;
}

.product__system{
	font-size:0.95em;
}

.product__system p{
	margin:5px 0;
	line-height:1.6;
}

.product__system p.product__system__title{
	font-family:'Museo500';
	font-size:1.1em;
	line-height:1;
	color:#292929;
	margin-top:0;
	margin-bottom:8px;
}

.product__tabs-content{
	margin-top:10px;
	line-height:1.4;
}

.product__tabs-content h2{
	font-size:1.6em;
}

.product__tabs-content p{
	margin:5px 0;
}

.product__tabs-content ol{
	list-style-position:inside;
	margin:5px 0;
}

.product__tabs-content ul{
	margin:5px 0;
	list-style-type:disc;
	list-style-position:inside;
}

.product__tabs-content ol ul{
	margin-left:20px;
}

.product__tabs-content ul ul{
	margin-left:20px;
	list-style-type:circle;
}

.product__tabs-content ul ul ul{
	list-style-type:square;
}

.product__tabs-content li{
	margin:3px 0;
}

.product__tab-content{
	display:none;	
}

.product__tab-content.active{
	display:block;
}

.product__price-block__top a.button{
	display:block;
	max-width:160px;
}

.buy-together__block{
	display:flex;
	align-items:center;
}

.buy-together__item img{
	width:100%;
	max-width:169px;
	height:auto;
	max-height:169px;
}

.buy-together__plus{
	width:37px;
	height:37px;
	background:url("images/plus.png") no-repeat;
	margin:0 10px;
}

.buy-together__equals{
	margin:0 25px;
	width:37px;
	height:18px;
	background:url("images/equals.png") no-repeat;
}

.buy-together__buy{
	width:185px;
	position:relative;
	bottom:25px;
}

.buy-together__price{
	color:#121212;
    display:flex;
    justify-content:space-between;
	align-items:flex-end;
	font-family:'Museo500';
	margin-bottom:15px;
}

.buy-together__price-old{
	font-size:1.9em;
	position:relative;
	display:inline-block;
}

.buy-together__price-old:after{
	border-bottom:1px solid;
    bottom:45%;
    content:"";
    display:block;
    height:1px;
    left:0;
    position:absolute;
    width:100%;
}

.buy-together__price-new{
	font-size:2.4em;
}

.information .tabs{
	border-bottom:1px solid #e1e1e1;
}

.information .tab{
	padding:7px 0;
	margin:0 17px;
	position:relative;
	top:2px;
	cursor:pointer;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
	color:#292929;
	border-bottom:2px solid #f9f9f9;
}

.information .tab:first-child{
	margin-left:0;
}

.information .tab:hover{
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
	color:#575757;
}

.information .tab.active{
	border-bottom:2px solid #ffde46;
}

.information .tab span{
	padding:7px 0;
	border-bottom:1px solid #e1e1e1;
}

.information .tab.active span{
	border-bottom:none;
}

.information__contents{
	margin-top:25px;
}

.information__content{
	display:none;
}

.information__content.active{
	display:block;
}

.information__content-block{
	display:flex;
}

.information__content__item{
	margin-right:65px;
	width:210px;
	color:#121212;
}

.information__content__item:last-child{
	margin-right:0;
}

.information__content__item-img{
	margin-bottom:15px;
	display:flex;
	align-items:flex-end;
    justify-content:center;
	height:100px;
}
.information__content__item-text {
	text-align: center;
}

.rub{
	position:relative;
	display:inline-block;
}

.rub:after{
	border-bottom:2px solid;
    bottom:33%;
    content:"";
    display:block;
    height:2px;
    left:1px;
    position:absolute;
    width:60%;
}

.form-ask{
	display:block;
    width:100%;
}

.form-row{
    margin-bottom:20px;
}
.form-row .error {
	border-color: #b94a48 !important;
}

.filters-row label{
	font-weight:normal;
}

.form-row label{
	display:inline-block;
	font-family:'Museo500';
	color:#121212;
	font-weight:normal;
}

.form-row input{
	max-width:400px;
}

.required{
	color:#ce2f16;
}

.filters{
	padding-bottom:0;
}

.filters-row{
	display:flex;
	padding-bottom:15px;
}

.filter-block{
	width:285px;
	margin-right:53px;
}

.filter-block__end{
	align-self: flex-end;
}

.filter-block:last-child{
	margin-right:0;
}

.filter-block__full-filter{
	align-self:flex-end;
}

.full-filter {
	overflow:hidden;
}
.full-filter.overhide{
	overflow:visible !important;
}

.filter__title{
	color:#292929;
	margin-bottom:8px;
}

.form input[type="text"],
.form input[type="email"],
.form textarea{
	border:1px solid #959595;
	background:#ffffff;
    border:1px solid #959595;
    padding:3px 8px 5px;
	font-family:'Museo300';
	font-size:0.95em;
	width:100%;
	box-sizing:border-box;
}

.form input[type="checkbox"]{
	position:relative;
	top:2px;
}

.select-row{
	position:relative;
}

.filters .chosen-container{
	width:100% !important;
}

.filters .chosen-choices{
	background-image: none;
	font-family:'Museo300';
	font-size:0.9em;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.filters .chosen-choices:before{
	content:"";
	display:block;
	width:10px;
	height:4px;
	background:url("images/select_arrow.png") no-repeat;
	margin:auto;
	position:absolute;
	right:10px;
	top:12px;
}

.filter__select-submit{
	display:inline-block;
	content:"";
	background:#959595 url("images/search_select.png") no-repeat center center;
	width:27px;
	height:100%;
	position:absolute;
	right:-2px;
	top:0;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
	cursor:pointer;
}

.filter__select-submit:hover{
	background-color:#838383;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.filters .chosen-choices:hover{ 
	background-color:#efefef;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.filters .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height: 25px;
    font-family: "Museo300";
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin-bottom: 0 !important;
    margin-top: 3px !important;
    padding-top: 2px !important;
}

.select-choose {
	background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    line-height: 15px;
    padding: 0 0 0 5px;
	margin:3px 5px 3px 0;
}

.select-choose__remove{
	display: inline-block;
    padding: 0 5px;
	margin-left:2px;
	font-weight:bold;
}

.select-choose__remove:hover{
	background-color: #cccccc;
}

.options{
	background-color:#ffffff;
	border:1px solid #959595;
	border-top:0;
	box-sizing: border-box;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.options > div{
	padding:3px 0 3px 8px;
	cursor:pointer;
}

.options > div.choosen{
	color:#cccccc;
}

.options > div:hover{
	background-color:#f9f9f9;
}
.form .button {
	margin-right: 15px;
}
.owl-theme .owl-nav { 
	margin-top:0 !important;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 32px;
	width: 22px;
	height: 35px;
}
.owl-theme .owl-nav i {
	font-size: 35px;
}
.owl-theme .owl-nav .owl-prev {
 	left:0;
	background: url("images/arrow-left.png") no-repeat center center !important;
}
.owl-theme .owl-nav .owl-next {
	right:0;
	background: url("images/arrow-right.png") no-repeat center center !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: inherit !important;;
}