@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,300,600,600italic,700,700italic&subset=latin,cyrillic);
@font-face {
    font-family: 'charterblackcregular';
    src: url('../fonts/charterblackc-webfont.eot');
    src: url('../fonts/charterblackc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/charterblackc-webfont.woff2') format('woff2'),
         url('../fonts/charterblackc-webfont.woff') format('woff'),
         url('../fonts/charterblackc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html, body {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin:0;
	font:17px/24px 'PT Sans', sans-serif;
	min-width:320px;
	color:#595959;
	background-color:#fff;
}
img {
	border-style:none;
	vertical-align: top;
	max-width:100%;
}
a {
	color:#2c3c87;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:active,
a:hover{
	text-decoration:none;
	color:#1f74ba;
}
a:visited{
	text-decoration:none;
	color:#772c87;
}
a:focus,
a:hover,
* {
	outline:none;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p{
	margin:24px 0;
}
h1+p,h2+p,h3+p,h4+p,h5+p,h6+p,
p:first-child{
	margin-top:0px;
}
p:last-child{
	margin-bottom:0px;
}
strong,b{color:#0e0e0e;}
h1,h2,h3,h4,h5,h6{
	margin:0 0 16px;
	font-size:34px;
	line-height:34px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#000;
}
h2{
	margin:0 0 20px;
	font-size:30px;
	line-height:30px;
}
h3{
	margin:0 0 18px;
	font-size:26px;
	line-height:26px;
}
h4{
	margin:0 0 11px;
	font-size:24px;
	line-height:24px;
}
h5{
	margin:0 0 16px;
	font-size:22px;
	line-height:24px;
}
h6{
	margin:0 0 10px;
	font-size:20px;
	line-height:24px;
}
hr{
	height:1px;
	border:0;
	background:#e8eff5;
	margin:24px 0;
}
hr:first-child{
	margin-top:0px;
}
hr:last-child{
	margin-bottom:0px;
}
input[type="text"], textarea, select {
	font:100% 'PT Sans', sans-serif;
	vertical-align:middle;
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
input[type="checkbox"]{
    -webkit-appearance: checkbox;
}

form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,nav,section,article,aside,footer,figure,menu,dialog {
	display: block;
}
input:focus::-webkit-input-placeholder {
	color:transparent !important;
}
input:focus:-ms-input-placeholder {
	color:transparent !important;
}
input:focus::-moz-placeholder {
	color:transparent !important;
}
textarea:focus::-webkit-input-placeholder {
	color:transparent !important ;
}
textarea:focus:-ms-input-placeholder {
	color:transparent !important;
}
textarea:focus::-moz-placeholder {
	color:transparent !important;
}
input::-webkit-input-placeholder{
	color:#878787;
	opacity: 1;
}
input:-moz-placeholder{
	color:#878787;
	opacity: 1;
}
input::-moz-placeholder{
	color:#878787;
	opacity: 1;
}
textarea::-webkit-input-placeholder{
	color:#878787;
	opacity: 1;
}
textarea:-moz-placeholder{
	color:#878787;
	opacity: 1;
}
textarea::-moz-placeholder{
	color:#878787;
	opacity: 1;
}
.f-left{float:left;}
.f-right{float:right;}
.a-left{text-align: left;}
.a-right{text-align: right;}
.a-center{text-align: center;}
.a-top{vertical-align:top;}
.a-bottom{vertical-align: bottom;}
.a-middle{vertical-align: middle;}
.text-uppercase{text-transform:uppercase;}
#wrapper{
	min-height: 100%;
	overflow:hidden;
	position:relative;
}
.overflowHidden #wrapper{
	pointer-events: none;
}
#header{
	min-height:198px;
	position:relative;
	z-index:130;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.fixedHeader .header-float{
	position:fixed;
	left:0;
	right:0;
	top:-70px;
	background-color: #2c3c87;
	height:70px;
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: background 0.2s linear, transform 0.2s linear;
	transition: background 0.2s linear, transform 0.2s linear;
	z-index:160;
}
.center-block{
	max-width:1220px;
	padding:0 20px;
	margin:0 auto;
	position:relative;
}
.center-block:after{
	clear: both;
	display:block;
	content: '';
}
.top-panel{
	background-color: #313442;
	font-size:14px;
	color:#fff;
	line-height:20px;
	padding:13px 0;
}
.fixedHeader .top-panel{
	background-color:transparent;
	padding:0;
	position:relative;
}
.top-box{
	float:right;
}
.login-wrapper{
	float:left;
}
.fixedHeader .login-wrapper{
	position:absolute;
	right:422px;
	top:24px;
}
.login-wrapper .registration-btn,
.login-wrapper .login-btn{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	position:relative;
	text-decoration:none;
}
.login-wrapper .registration-btn:hover,
.login-wrapper .login-btn:hover{
	color:#6fbeff;
}
.fixedHeader .login-wrapper .registration-btn,
.fixedHeader .login-wrapper .login-btn{
	overflow:hidden;
	text-indent:-9999px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.fixedHeader .login-wrapper .login-btn:hover{
	opacity:0.8;
}
.fixedHeader .separator{
	display:none;
}
.login-btn{padding-left:30px;}
.login-btn:after{
	background: url(../images/sprite.png) no-repeat -164px 0;
	content: '';
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	top:50%;
	margin:-10px 0 0;
}
.top-search{
	float:left;
	position:relative;
	margin:-5px 0 -5px 23px;
	height:30px;
}
.top-search2{
	float:right;
	position:relative;
	margin:3px 83px 0px 0px;
	height:30px;
}
.fixedHeader .top-search{
	position:absolute;
	right:133px;
	top:20px;
	margin:0;
}
.search-input{
	color:#fff;
	width:276px;
	background-color: #4f5360;
	height:30px;
	line-height:30px;
	font-size:13px;
	padding:0 30px 0 13px;
	-webkit-border-radius:50px;
	border-radius:50px;
	margin:0;
	border:0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position:relative;
	z-index:96;
}
.fixed-row{
	position:relative;
}
.fixed-row:after{
	content: '';
	display:block;
	clear:both;
}
.fixedHeader .search-input{
	background-color: #4657a3;
}
.fixedHeader .search-input:focus{
	background-color: #5f71c0;
}
.search-input::-webkit-input-placeholder{
	color:#fff;
}
.search-input:-moz-placeholder{
	color:#fff;
}
.search-input::-moz-placeholder{
	color:#fff;
}
.search-input:focus{
	background-color: #727580;
}
.opener-search-input,
.search-submit{
	background: url(../images/sprite.png) no-repeat -48px 0;
	position:absolute;
	right:7px;
	top:50%;
	margin:-10px 0 0;
	width:20px;
	height:20px;
	cursor:pointer;
	border:0;
	padding:0;
	overflow:hidden;
	text-indent:-9999px;
	z-index:97;
}
.opener-search-input{
	display:none;
	z-index:10;
}
.nav-wrapper{
	display:block;
	position:relative;
	background-color: #2c3c87;
	text-transform:uppercase;
}
.top-holder{
	overflow:hidden;
}
.opener-aside{
	cursor:pointer;
	padding: 13px 16px 13px 50px;
	height:46px;
	margin:-13px 0;
	position:relative;
	float:left;
	color:#fff;
	text-decoration:none;
	background-color: #2c3c87;
	font-size:15px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.fixedHeader .opener-aside{
	position:absolute;
	left:20px;
	top:0;
	margin:0;
	height:70px;
	padding:25px 22px 0 50px;
}
.opener-aside.active,
.opener-aside:hover{
	background-color: #1a71b8;
}
.opener-aside i:before,
.opener-aside i:after,
.opener-aside i{
	content: '';
	position:absolute;
	left:0;
	top:50%;
	margin:-2px 0 0 20px;
	background-color: #fff;
	height:3px;
	width:19px;
}
.opener-aside i:after{
	margin:-9px 0 0;
}
.opener-aside i:before{
	margin:5px 0 0;
}
.top-nav{
	list-style: none;
	margin:0;
	padding:0;
	float:left;
}
.fixedHeader .top-nav{
	display:none;
}
.top-nav>li{
	float:left;
}
.top-nav a{
	color:#fff;
	float:left;
	text-decoration:none;
	padding: 13px 14px 13px 14px;
	height:46px;
	margin:-13px 0;
}
.top-nav .active a,
.top-nav a:hover{
	color: #70bfff;
}
.header-panel{
	position:relative;
	padding:0;
	font-size:14px;
	line-height:20px;
	color:#3b3b3b;
}
.header-panel:after{
	content: '';
	display:block;
	clear: both;
}
.header-table{
	display:table;
	width:100%;
}
.header-col{
	display:table-cell;
	vertical-align:middle;
	padding:10px 20px 10px 0;
}
.logo-col{
	padding-right:0;
}
.fixedHeader .header-col{
	padding:0;
	display:block;
}
.header-city{
	position:relative;
	float:left;
	padding:0 20px;
	z-index:92;
}
.fixedHeader .header-city{
	display:none;
}
.header-city:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -120px 0;
	width:14px;
	height:16px;
	position:absolute;
	top:2px;
	left:0;
	margin:0;
}
.title-city{
	display:inline-block;
	vertical-align:top;
	margin-right:7px;
}
.wrap-city{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.opener-city{
	cursor:pointer;
	border-bottom:1px dotted #1e74be;
	color:#1e74be;
	display:inline-block;
	vertical-align:top;
	position:relative;
	line-height:16px;
	margin:2px 0 0;
	-webkit-transition: color 0.2s linear, border 0.2s linear;
	transition: color 0.2s linear, border 0.2s linear;
}
.header-col:hover .opener-city{
	color:#0089ff;
	border-bottom-color:transparent;
}
.activeDrop:hover .opener-city,
.activeDrop .opener-city{
	color:#000;
	border-bottom-color:transparent;
}
.opener-city:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -145px 0;
	width:9px;
	height:6px;
	position:absolute;
	top:50%;
	right:-15px;
	margin:-1px 0 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.activeDrop .opener-city:after{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.basket-drop{
	position:absolute;
	background-color: #e8eff5;
	color:#fff;
	width: 600px;
	padding:9px;
	left:-9999px;
	z-index:60;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	top:92px;
	color:#616161;
	font-size:14px;
	line-height:20px;
	cursor:default;
	overflow-y:auto;
}
.fixedHeader .basket-drop{
	top:70px;
}
.city-drop{
	position:absolute;
	background-color: #fff;
	color:#000;
	width: 744px;
	padding:20px 40px 25px;
	left:-9999px;
	z-index:80;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	opacity:0;
	top:92px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.fixedHeader .city-drop{
	top:70px;
}
.city-drop .close{
	position:absolute;
	right:25px;
	top:25px;
	width:23px;
	height:23px;
	cursor:pointer;
	background: url(../images/sprite.png) no-repeat -45px -87px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.city-drop .close:hover{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
body:not(.no-hover) .basket-col:hover .basket-drop,
body:not(.no-hover) .activeDrop .basket-drop{
	opacity:1;
	left:auto;
	right:0;
}
.activeDrop .city-drop{
	opacity:1;
	left:0px;
}
.basket-list{
	list-style: none;
	margin:0;
	padding:0;
}
.content .basket-list{
	list-style: none;
	margin:0;
	padding:0;
}
.city-drop .title{
	font:300 26px/30px 'Open Sans', sans-serif;
	margin:0 0 22px;
	letter-spacing: 1px;
}
.city-list{
	list-style: none;
	margin:0;
	padding:0;
	float:left;
	width:33.33%;
	color:#282828;
	font-size:15px;
	line-height:18px;
}
.city-list>li{
	padding-left:20px;
	margin:0 0 12px;
}
.city-list a{
	color:#2c3c87;
	text-decoration:none;
}
.city-list a:hover{
	color:#1090ff;
}
.city-list .active a{
	font-weight:bold;
	color:#282828;
}
.city-drop__row{
	position:relative;
	margin:0 -20px;
}
.city-drop__row:after{
	content: '';
	clear: both;
	display:block;
}
.basket-list li{
	margin-top:9px;
	background-color: #fff;
	border-color:1px solid #d1e2f1;
	padding:9px;
	position:relative;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.basket-list li:first-child{
	margin-top:0;
}
.content .basket-list li{
	border:1px solid #d0e1f1;
}
.content .basket-list li.del{
	background-color: #efd5d5;
}
.content .basket-list li:before{
	display:none;
}
.basket__table{
	display:table;
	width:100%;
	line-height:20px;
	font-size:15px;
	color:#616161;
}
.basket-name-col{
	width:190px;
}
.content .basket-name-col{
	width:300px;
}
.basket-price-col{
	width:220px;
}
.basket-onlyprice-col{
	width:160px;
}
.basket-addres-col{
	width:280px;
}
.basket__table__col{
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 10px;
	text-decoration:none;
}
.content .basket__table__col{
	padding:0 10px;
}
.basket__table-title{
	color:#727272;
	font-size:14px;
	line-height:20px;
}
.basket__table address{
	color:#3b3b3b;
	font-style:normal;
	font-size:15px;
	line-height:20px;
}
.basket__table__col:first-child{
	padding-left:0;
	width:53px;
}
.content .basket__table__col:first-child{
	width:107px;
}
.basket__table__col:last-child{
	width:30px;
}
.basket__table__img{
	width:53px;
	height:60px;
	overflow:hidden;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
}
.content .basket__table__img{
	width:107px;
	height:120px;
}
.basket__table__name{
	color:#344293;
	margin:-2px 0 6px;
}
.content .basket__table__name{
	font-size:20px;
}
.basket__table__description{
	color:#616161;
}
a.basket__table__col:hover{
	text-decoration:underline;
	color:#1090ff;
}
a.basket__table__col:hover .basket__table__name,
a.basket__table__col:hover .basket__table__description{
	color:#1090ff;
}
.basket__table__price{
	color:#000;
	font-size:20px;
	text-align:center;
	margin:5px 0 5px 0px;
	display:inline-block;
}
.basket__table__close{
	width:20px;
	height:20px;
	cursor:pointer;
	margin:0 auto;
	display:block;
	background: url(../images/sprite.png) no-repeat -47px -122px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.basket__table__close:hover{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.basket-drop .basket__row{
	background-color: #313442;
	font-size:26px;
	vertical-align:middle;
	text-align:right;
	margin:9px -9px -9px;
	padding:9px;
}
.basket-drop .basket__row .title{
	color:#fff;
	display:inline-block;
}
.basket-drop .basket__row .total{
	color:#ce2e00;
	display:inline-block;
}
.basket-drop .basket__row .btn{
	vertical-align:middle;
	margin-left:20px;
}
.header-panel .city-shops{
	color:#1f1f1f;
	padding-left:5px;
}
.fixedHeader .header-panel .city-shops{
	display:none;
}
.city-shops:hover{
	text-decoration:none;
	color:#0089ff;
}
.basket-col{
	display:table-cell;
	vertical-align:middle;
	background-color:#e8eff5;
	padding:0 20px 0 55px;
	-webkit-transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
	cursor:pointer;
	position:relative;
}
.basket-col:after{
	content: '';
	background-color: #e8eff5;
	height:15px;
	position:absolute;
	z-index:1000;
	left:0;
	right:0;
	bottom:0;
	z-index:70;
}
.basket-col:hover,
.activeDrop.basket-col{
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.fixedHeader .basket-col{
	padding:0;
	background-color:transparent;
}
.header-basket{
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.city-col{
	position:relative;
	padding-left:20px;
	-webkit-transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.activeDrop.city-col{
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.city-col:after {
	bottom: 0;
	content: "";
	top:0;
	left:0px;
	position: absolute;
	right: 0;
	z-index: 80;
	-webkit-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.activeDrop.city-col:after{
	background-color: #fff;
}
.opener-drop{
	position:absolute;
	left:20px;
	right:20px;
	bottom:0;
	top:0;
	z-index:94;
	cursor:pointer;
}
.fixedHeader .header-basket{
	position:absolute;
	right:0px;
	top:0;
}
.header-basket:after{
	content: '';
	background: url(../images/sprite.png) no-repeat;
	width:34px;
	height:39px;
	position:absolute;
	top:50%;
	left:-45px;
	margin:-20px 0 0;
}
.fixedHeader .header-basket:after{
	display:none;
}
.basket-title{
	display:inline-block;
	vertical-align:top;
	margin-right:3px;
	position:relative;
	top:-2px;
}
.fixedHeader .opener-basket-info,
.fixedHeader .basket-title{
	display:none;
}
.wrap-basket{
	display:inline-block;
	vertical-align:top;
	position:relative;
	font-size:15px;
}
.opener-basket{
	cursor:pointer;
	border-bottom:1px dotted #1e74be;
	color:#1e74be;
	display:inline;
	vertical-align:top;
	position:relative;
	line-height:16px;
	margin:3px 0 0;
	color:#5697ce;
	font-weight:bold;
	-webkit-transition: color 0.2s linear, border 0.2s linear;
	transition: color 0.2s linear, border 0.2s linear;
}
.basket-col:hover .opener-basket,
.activeDrop .opener-basket{
	color:#060606;
	border-bottom-color:transparent;
}
.fixedHeader .opener-basket{
	border-bottom:0;
	padding:24px 0 0 63px;
	position:absolute;
	right:0;
	top:0;
	background-color:#1a71b8;
	color:#fff;
	height:70px;
	margin:0;
	width:97px;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}
.fixedHeader .opener-basket span{
	border-bottom:1px solid #fff;
}
.fixedHeader .basket-col:hover .opener-basket span,
.fixedHeader .opener-basket:hover span{
	border-bottom-color:transparent;
}
.fixedHeader .opener-basket:before{
	content: '';
	background: url(../images/sprite.png) no-repeat 0px -48px;
	width:34px;
	height:39px;
	position:absolute;
	top:12px;
	left:18px;
	margin:0;
}
.basket-col:hover .opener-basket{
	border-bottom-color:transparent;
}
.opener-basket:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -145px 0;
	width:9px;
	height:6px;
	position:absolute;
	top:50%;
	right:-15px;
	margin:-1px 0 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.basket-col:hover .opener-basket:after,
.activeDrop .opener-basket:after{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.fixedHeader .opener-basket:after{
	display:none;
}
.opener-basket i{
	font-style:normal;
	white-space:nowrap;
}
.header-tel{
	display:block;
	padding:0;
	text-align:right;
	vertical-align:top;
	position:relative;
	white-space: nowrap;
}
.fixedHeader .header-tel{
	position:absolute;
	right:444px;
	top:23px;
	color:#fff;
}
.header-tel .separator{
	display:none;
}
.fixedHeader .header-tel .separator{
	display:inline-block;
	vertical-align:top;
}
.header-tel .tel{
	color:#3b3b3b;
	font-size:18px;
	display:inline-block;
	position:relative;
	padding:0 0 0 20px;
	text-decoration:none;
	-webkit-transition:none;
	transition:none;
}
.fixedHeader .header-tel .tel{
	color:#fff;
	padding:0 11px 0 19px;
	margin:1px 0 0;
}
.header-tel .tel:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -85px 0;
	width:9px;
	height:6px;
	position:absolute;
	top:0;
	left:0;
	margin:-1px 0 0;
	width:18px;
	height:24px;
}
.fixedHeader .header-tel .tel:after{
	background-position:-85px -64px;
}
.header-tel .tel-btn{
	height:40px;
	border:2px solid #1f74ba;
	color:#1a71b8;
	font-size:15px;
	line-height:20px;
	text-align:center;
	display:inline-block;
	padding:8px 15px 12px;
	-webkit-border-radius:20px;
	border-radius:20px;
	text-decoration:none;
	position:relative;
	top:-2px;
	margin-left:20px;
	-webkit-transition: color 0.2s linear, border 0.2s linear;
	transition: all 0.2s linear, border 0.2s linear;
}
.fixedHeader .header-tel .tel-btn{
	display:none;
}
.header-tel .tel-btn:hover{
	background-color: #2c3c87;
	border-color:#2c3c87;
	color:#fff;
}
.logo{
	background: url(../images/logo.png) no-repeat;
	float:left;
	width:127px;
	height:72px;
	overflow:hidden;
	text-indent:-9999px;
}
.fixedHeader .logo{
	position:absolute;
	left:117px;
	top:6px;
	width:100px;
	height:57px;
	background: url(../images/logo_white.png) no-repeat;
}
.fixedHeader .nav-wrapper{
	display:none;
}
.nav-wrapper .nav{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	display:table;
}
.nav-wrapper .nav>li{
	display:table-cell;
	vertical-align:middle;
	padding:0;
	text-align:center;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav-wrapper .holder{
	position:relative;
	display:block;
}
.nav-wrapper .nav .holder>a{
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:19px 20px;
	font-size:17px;
	line-height:22px;
	position:relative;
	text-transform:uppercase;
	z-index:55;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav-wrapper .nav .holder>a.stock{
	color:#ff3a35;
	white-space: nowrap;
}
.nav-wrapper .nav>li.active .holder>a.stock,
.nav-wrapper .nav>li:hover .holder>a.stock{
	color:#fff;
}
.nav-wrapper .nav .holder>a.stock:before{
	display:inline-block;
	content: '';
	background: url(../images/sprite.png) no-repeat -196px 0;
	width:16px;
	height:16px;
	margin-right:5px;
	position:relative;
	top:1px;
}
.nav-wrapper .nav>li:hover{
	background-color: #1a71b8;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}
.nav-wrapper .nav>li:hover .holder>a{
	background-color: #1a71b8;
}
.nav-wrapper .nav>li.active .holder>a{
	background-color: #001269;
}
.nav-drop{
	position:absolute;
	left:-9999px;
	width:auto;
	background-color: #1a71b8;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
	z-index:50;
	color:#fff;
	padding:20px;
	text-align:left;
	font-size:15px;
	line-height:18px;
	text-transform:none;
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.nav-wrapper .nav>li.active .nav-drop{
	background-color: #001269;
}
.fixed-panel .nav-drop{
	opacity:1;
	left:auto;
	position:relative;
	width:100%;
	padding:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.fixed-panel .active .nav-drop{
	display:block;
}
.nav-wrapper .nav>li:hover .nav-drop{
	left:0;
	opacity:1;
}
.nav-wrapper .nav>li:hover .nav-drop.align-right{
	left:auto;
	right:0;
}
.visible-md{
	display:none;
}
.nav-drop__row{
	position:relative;
	margin:0;
	visibility:visible;
}
.nav-drop__row:after{
	content: '';
	display:block;
	clear: both;
}
.sub-list{
	list-style: none;
	margin:0 -10px;
	padding:0 10px;
	float:left;
	width:50%;
}
.nav-drop .nav-drop__row{
	white-space: nowrap;
}
.nav-drop .sub-list{
	display:inline-block;
	vertical-align:top;
	white-space: normal;
	width:235px;
	float: none;
}
.fixed-panel .sub-list{
	width:100%;
	float:none;
	padding:0;
	margin:0;
}
.sub-list li{
	margin:0 0 10px;
}
.sub-list a{
	color:#fff;
	text-decoration:none;
}
.sub-list a:hover{
	text-decoration:underline;
}
.fixed-panel .sub-list a{
	color:#b8c5ef;
	font-size:14px;
	line-height:15px;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.fixed-panel .sub-list a:hover{
	color:#fff;
	text-decoration:none;
}
.nav-drop .drop-btn{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:10px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	line-height:25px;
	background-color: #cf322e;
	margin:10px 0 0;
}
.fixed-panel .drop-btn{
	margin-top:20px;
}
.fixed-panel{
	position:absolute;
	left:-9999px;
	top:46px;
	width:100%;
	z-index:150;
	background:#1a71b8;
	color:#fff;
	font-size:15px;
	line-height:18px;
	padding:55px 0 49px;
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.fixed-panel-wrap{
	max-width:1220px;
	padding:0 20px;
	margin:0 auto;
	position:relative;
}
.fixed-nav-right{
	float:right;
	width:47%;
}
.fixed-nav-right .fixed-nav{
	width:50%;
	float:left;
}
.fixed-nav-right .nav-drop{
	display:none;
}
.fixed-nav-left{
	float:left;
	width:48%;
}
.fixed-nav-left .fixed-nav>li{
	float:left;
	width:33.33%;
}
.fixed-panel.active{
	left:0;
	top:46px;
	opacity:1;
}
.fixedHeader .fixed-panel.active{
	top:0px;
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: opacity 0.2s linear, transform 0.4s linear;
	transition: opacity 0.2s linear, transform 0.4s linear;
	position:fixed;
}
.fixed-panel .close{
	display: block;
	content: '';
	background: url(../images/sprite.png) no-repeat -45px -54px;
	position:absolute;
	width:24px;
	height:23px;
	right:20px;
	top:-35px;
	cursor:pointer;
	transition-duration: 0.3s;
	transition-property: transform;
}
.fixed-panel .close:hover{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fixed-panel .top-search{
	margin:0 0 19px;
	float:none !important;
	position:relative;
	top:auto !important;
	right:0 !important;
}
.fixed-panel .search-input{
	background-color: #5396cd;
	width:100% !important;
}
.fixed-panel .autocomplete-drop{
	top:-19px;
	padding-top:59px;
}
.fixed-nav{
	list-style:none;
	padding:0;
	margin:0;
}
.fixed-nav>li{
	padding:0 15px 0 17px;
}
.fixed-nav>li:after{
	content: '';
	display:block;
	clear: both;
}
.fixed-nav>li>a{
	padding:0;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	text-transform:uppercase;
	margin:0 0 12px;
}
.fixed-nav .sub-list li{
	margin-bottom:7px;
}
.fixed-nav>li>a:hover{
	text-decoration:underline;
}
.popup-wrapper{
	position:fixed;
	width:100%;
	height:100%;
	z-index:250;
	overflow-y:auto;
	overflow-x:hidden;
	padding:10px;
	opacity:0;
	left:-9999px;
	top:-9999px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	-webkit-overflow-scrolling: touch;
}
.popup-wrapper.popupActive{
	left:0;
	top:0;
	opacity:1;
}
.overflowHidden{
	overflow:hidden !important;
}
.popup-wrapper .overlay{
	background-color: #2c3c87;
	position:fixed;
	opacity:0;
	left:-9999px;
	top:-9999px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	width:100%;
	height:100%;
}
.popup-wrapper.popupActive .overlay{
	left:0;
	top:0;
	opacity:0.8;
}
.popup{
	max-width:378px;
	background-color: #fff;
	padding:30px 30px 30px;
	position:relative;
	z-index:50;
	margin:30px auto 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.middle-popup{
	max-width:590px;
}
.big-popup{
	max-width:1040px;
}
p.popup-head{
	margin:-8px 0 16px;
	font-size:34px;
	line-height:38px;
	padding-right:24px;
}
.popup-text{
	background-color: #e8eff5;
	padding:13px;
	color:#57636d;
	font-size:15px;
	line-height:20px;
	margin:10px 0;
}
.popup .close{
	position:absolute;
	top:30px;
	right:30px;
	width:24px;
	height:24px;
	background: url(../images/sprite.png) no-repeat -44px -87px;
	cursor:pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	z-index:100;
}
body:not(.no-hover) .popup .close:hover{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.popup-product{
	border:1px solid #d0e1f1;
	padding:10px;
	margin-bottom:20px;
	margin-top:29px;
}
.basket__table-note{
	color:#7d8e9d;
	font-size:13px;
	line-height:20px;
	padding:5px 10px 5px 136px;
	background-color: #e8eff5;
	margin:10px -9px -9px;
}
.popup-product.popup-product-min{
	margin:0 0 10px;
}
.popup-product__table{
	display:table;
	width:100%;
	line-height:20px;
	font-size:15px;
	color:#616161;
}
.popup-product__col{
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 20px;
	text-decoration:none;
}
.popup-product__col:first-child{
	padding-left:0;
	width:114px;
}
.popup-product__img{
	width:107px;
	height:120px;
	overflow:hidden;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
}
.popup-product.popup-product-min .popup-product__img{
	width:71px;
	height:80px;
}
.popup-product__name{
	color:#344293;
	font-size:20px;
	margin:-2px 0 6px;
}
.popup-product.popup-product-min .popup-product__name{
	font-size:15px;
	margin:0;
}
.popup-product__description{
	color:#616161;
}
.popup-product.popup-product-min .popup-product__description{
	font-size:14px;
	margin:0;
}
a.popup-product__col:hover{
	text-decoration:underline;
	color:#1090ff;
}
a.popup-product__col:hover .popup-product__name,
a.popup-product__col:hover .popup-product__description{
	color:#1090ff;
}
.popup-product .quantity-switch{
	margin:0 auto;
	display:block;
}
.quantity-switch{
	width:110px;
	height:30px;
	background-color: #fff;
	border:1px solid #d0dbe5;
	display:inline-block;
	vertical-align:top;
	position:relative;
	overflow:hidden;
}
.basket__table .quantity-switch{
	margin-right:10px;
}
.quantity-switch .minus,
.quantity-switch .plus{
	background: url(../images/sprite.png) no-repeat -128px -36px #d0dbe5;
	position:absolute;
	left:0;
	top:0;
	width:20px;
	bottom:0;
	cursor:pointer;
}
.quantity-switch .plus{
	left:auto;
	right:0;
	background-position: -127px -16px;
}
.quantity-switch .minus:hover,
.quantity-switch .plus:hover{
	background-color: #1a71b8;
	background-position: -128px -76px;
}
.quantity-switch .plus:hover{
	background-position: -127px -57px;
}
.quantity-input{
	width:68px;
	height:28px;
	background-color: #fff;
	margin:0 auto;
	line-height:28px;
	font-size:15px;
	color:#37414b;
	text-align:center;
	border:0;
	display:block;
	border:1px solid #d0dbe5;
	border-width: 0 1px;
}
.popup-product__price{
	color:#000;
	font-size:20px;
	text-align:center;
	margin:8px 0;
}
.popup-product.popup-product-min .popup-product__price{
	font-size:17px;
	text-align:left;
	margin:3px 0 0;
}
.popup-product.popup-product-min a.popup-product__col:hover .quantity,
.popup-product.popup-product-min a.popup-product__col:hover .popup-product__price{
	color:#1090ff;
}
.popup-product .quantity{
	color:#37414b;
	font-size:14px;
}
.popup-product.popup-product-min .popup-product__col{
	padding-left:10px;
	vertical-align: top;
}
.popup-product.popup-product-min .popup-product__col:first-child{
	width:70px;
	padding-left:0;
}
.popup-product__btn-row{
	position:relative;
	margin-top:20px;
}
.popup-product__btn-row:after{
	content:'';
	clear: both;
	display:block;
}
.btn{
	padding:20px;
	color:#fff !important;
	overflow:hidden;
	min-width: 230px;
	cursor:pointer;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	font-size:20px;
	line-height:20px;
	background-color: #1a71b8;
	position:relative;
	text-decoration:none;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.btn input{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
	padding:0;
	border:0;
	opacity:0;
}
.btn:hover{
	background-color: #2c3c87;
}
.btn:active{
	background-color: #001269;
}
.btn[disabled]{
	background-color:#696969 !important;
	cursor:default;
}
.popup-product__btn-row .separator{
	font-style:normal;
	color:#485158;
	font-size:15px;
	line-height:20px;
	margin-top:20px;
	width:44px;
	text-align:center;
	float:left;
}
.go-btn,
.continue-btn{
	width:256px;
	float:left;
	padding-left:0;
	padding-right:0;
}
.go-btn{
	float:right;
	width:226px;
}
.textarea,
.input-text{
	resize:none;
	border:1px solid #a5bed6;
	width:100%;
	background-color: #fff;
	padding:9px 9px;
	height:40px;
	line-height:20px;
	font-size:15px;
	color:#2a2a2a;
	font-size:15px;
	margin:0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow:inset 1px 1px 0px #fff,inset -1px -1px 0px #fff,inset -1px 1px 0px #fff,inset 1px -1px 0px #fff;
	box-shadow:inset 1px 1px 0px #fff,inset -1px -1px 0px #fff,inset -1px 1px 0px #fff,inset 1px -1px 0px #fff;
}
.textarea:hover,
.input-text:hover{
	-webkit-box-shadow:inset 1px 1px 0px #a5bed6,inset -1px -1px 0px #a5bed6,inset -1px 1px 0px #a5bed6,inset 1px -1px 0px #a5bed6;
	box-shadow:inset 1px 1px 0px #a5bed6,inset -1px -1px 0px #a5bed6,inset -1px 1px 0px #a5bed6,inset 1px -1px 0px #a5bed6;
}
.textarea:focus,
.input-text:focus{
	border-color:#1a71b8;
	-webkit-box-shadow:inset 1px 1px 0px #1a71b8,inset -1px -1px 0px #1a71b8,inset -1px 1px 0px #1a71b8,inset 1px -1px 0px #1a71b8;
	box-shadow:inset 1px 1px 0px #1a71b8,inset -1px -1px 0px #1a71b8,inset -1px 1px 0px #1a71b8,inset 1px -1px 0px #1a71b8;
}
.error .textarea,
.error .input-text{
	border-color:#b91e1e;
	-webkit-box-shadow:inset 1px 1px 0px #b91e1e,inset -1px -1px 0px #b91e1e,inset -1px 1px 0px #b91e1e,inset 1px -1px 0px #b91e1e;
	box-shadow:inset 1px 1px 0px #b91e1e,inset -1px -1px 0px #b91e1e,inset -1px 1px 0px #b91e1e,inset 1px -1px 0px #b91e1e;
}
.textarea{
	height:auto;
	overflow: auto;
	height:80px;
}
.input-tel{
	letter-spacing: 1px;
}
.form_row{
	font-size:15px;
	position:relative;
	margin:0 0 10px;
}
.form_row:after{
	content: '';
	display:block;
	clear:both;
}
.form_row>label{
	display:block;
	color:#434343;
	margin:0;
	line-height:20px;
}
.error-note{
	color:#b81a1a;
	font-size:13px;
	line-height:18px;
	display:none;
}
.error .error-note{
	display:block;
}
.opener-link{
	text-decoration:none;
	color:#1a71b8 !important:;
	font-size:15px;
	line-height:15px;
	display:inline-block;
	margin-right:20px;
	border-bottom:1px dotted;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}
.opener-link:hover{
	border-bottom-color:transparent;
}
.autocomplete-drop{
	position:absolute;
	background-color: #fff;
	left:-9999px;
	top:-8px;
	z-index:95;
	padding:58px 0 0;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.autocomplete-drop2{
	position:absolute;
	background-color: #fff;
	top:-8px;
	z-index:1;
	padding:58px 0 0;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	opacity:1;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	margin: 0 -2px;
	width: 100%;
}
.openAutocomplete .autocomplete-drop{
	left:-10px;
	right:-10px;
	opacity:1;
}
.autocomplete-list{
	list-style: none;
	margin:0 0 -4px;
	padding:0 20px;
	color:#585858;
	font-size:14px;
	line-height:18px;
}
.autocomplete-list li{
	margin:0 0 18px;
}
.autocomplete-list a{
	text-decoration:none;
	color:#585858;
}
.autocomplete-list a:hover{
	text-decoration:underline;
}
.all-result{
	background-color: #e8eff5;
	padding:9px 20px;
}
.all-result a{
	position:relative;
	display:inline-block;
	vertical-align:top;
	color:#2c3c87;
	font-size:15px;
	line-height:18px;
	padding:0 15px 0 0;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.all-result a:hover{
	color:#1090ff;
}
.all-result a:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -78px -100px;
	position:absolute;
	right:0;
	top:50%;
	margin:-4px 0 0;
	width:6px;
	height:9px;
}
#main{
	padding:19px 0 0;
	min-height: 411px;
}
.bread-crumbs{
	list-style: none;
	margin:-8px 0 13px !important;
	padding:0;
	overflow:hidden;
	color:#939393;
	font-size:13px;
	line-height:18px;
}
.bread-crumbs a{
	color:#939393;
}
.bread-crumbs li{
	float:left;
	margin:0 !important;
}
.bread-crumbs li:before{
	display:none !important;
}
.bread-crumbs li:after{
	content: '—';
	display:inline;
	margin:0 7px;
}
.bread-crumbs li:last-child:after{
	display:none;
}
.content-wrapper{
	position:relative;
}
.content-wrapper:after{
	content: '';
	display:block;
	clear: both;
}
.content{
	position:relative;
}
.content.align-right{
	float:right;
	width:72.7%;
}
.content.align-left{
	float:left;
	width:72.7%;
}
.content.align-center{
	width:50%;
	padding:0 25px;
	float:left;
}
.landing-wrapper ul,
.content ul{
	list-style: none;
	padding:0;
	margin:24px 0;
}
.landing-wrapper ul li,
.content ul li{
	margin:11px 0;
}
.landing-wrapper ul>li:before,
.content ul>li:before{
	background-color: #2c3c87;
	width:15px;
	height:4px;
	content: '';
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;
	position:relative;
	top:-2px;
}
.landing-wrapper ul ul ,
.content ul ul {
	padding-left:40px;
	margin:0;
}
.landing-wrapper ul ul li:before,
.content ul ul li:before{
	width:8px;
	height:8px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.article-img{
	margin:24px 0;
}
.article-img.f-left{
	margin-right:30px;
}
.article-img.f-right{
	margin-left:30px;
}
ol {
	margin:24px 0;
	padding:0;
	width:100%;
	overflow:hidden;
	counter-reset:item;
}
ol ol{
	margin:0;
	counter-reset:inner;
}
ol li {
	padding:0 0 0 30px;
	margin:11px 0;
}
ol>li:before{
	float:left;
	width:30px;
	margin:0 0 0 -30px;
	color:#2c3c87;
	font-size:20px;
	font-weight:bold;
	content:counters(item, ".") ")";
	counter-increment:item;
}
ol ol li:before{
	counter-increment:inner;
	content:counters(inner, ".") ".";
	font-size:17px;
	margin-left:-20px;
	width:20px;
}
ol ol li {padding:0 0 0 20px;}
blockquote{
	margin:10px 0 24px;
	display:block;
	font-size:20px;
	line-height:26px;
	background-color: #e8eff5;
	padding:9px;
}
blockquote q{
	quotes: none;
	color:#3d5264;
	display:block;
	border:6px solid #fff;
	padding:14px 56px;
	position:relative;
}
blockquote q:after,
blockquote q:before{
	content:"";
	width:36px;
	height:40px;
	position:absolute;
	left:-3px;
	top:-2px;
	background: url(../images/sprite.png) no-repeat -225px 0px;
}
blockquote q:after{
	left:auto;
	right:-3px;
	top:auto;
	bottom:-2px;
	background-position: -277px 0;
}
.select-wrap{
	border:1px solid #a1bbd4;
	height:40px;
	background-color: #fff;
	width:100%;
	position:relative;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}
.select-wrap.activeSelect {
	border-color:#1a71b8;
}
.select-selected{
	font-size:15px;
	color:#2a2a2a;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:100%;
	padding:9px 25px 9px 9px;
	height:38px;
	line-height:20px;
	cursor:pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position:relative;
	-webkit-box-shadow:inset 1px 1px 0px #fff,inset -1px -1px 0px #fff,inset -1px 1px 0px #fff,inset 1px -1px 0px #fff;
	box-shadow:inset 1px 1px 0px #fff,inset -1px -1px 0px #fff,inset -1px 1px 0px #fff,inset 1px -1px 0px #fff;
}
.select-selected:hover{
	-webkit-box-shadow:inset 1px 1px 0px #a5bed6,inset -1px -1px 0px #a5bed6,inset -1px 1px 0px #a5bed6,inset 1px -1px 0px #a5bed6;
	box-shadow:inset 1px 1px 0px #a5bed6,inset -1px -1px 0px #a5bed6,inset -1px 1px 0px #a5bed6,inset 1px -1px 0px #a5bed6;
}
.activeSelect .select-selected{
	border-color:#1a71b8;
	-webkit-box-shadow:inset 1px 1px 0px #1a71b8,inset -1px -1px 0px #1a71b8,inset -1px 1px 0px #1a71b8,inset 1px -1px 0px #1a71b8;
	box-shadow:inset 1px 1px 0px #1a71b8,inset -1px -1px 0px #1a71b8,inset -1px 1px 0px #1a71b8,inset 1px -1px 0px #1a71b8;
}
.error .select-selected{
	border-color:#b91e1e;
	-webkit-box-shadow:inset 1px 1px 0px #b91e1e,inset -1px -1px 0px #b91e1e,inset -1px 1px 0px #b91e1e,inset 1px -1px 0px #b91e1e;
	box-shadow:inset 1px 1px 0px #b91e1e,inset -1px -1px 0px #b91e1e,inset -1px 1px 0px #b91e1e,inset 1px -1px 0px #b91e1e;
}
.select-selected:before,
.select-selected:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -188px -48px;
	position:absolute;
	right:9px;
	top:50%;
	margin:-3px 0 0;
	width:10px;
	height:7px;
	opacity:1;
	-webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear, transform 0.2s linear;
	transition:opacity 0.2s linear, -webkit-transform 0.2s linear, transform 0.2s linear;
}
.activeSelect .select-selected:after,
.select-selected:hover:after{
	opacity:0;
}
.select-selected:before{
	background-position: -168px -48px;
	opacity:0;
}
.activeSelect .select-selected:before,
.select-selected:hover:before{
	opacity:1;
}
.activeSelect .select-selected:before{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.content .select-drop,
.select-drop{
	position:absolute;
	left:-1px;
	top:100%;
	right:-1px;
	max-height:122px;
	background-color: #fff;
	border:2px solid #cedae5;
	border-width: 0 2px 2px;
	color:#2a2a2a;
	font-size:15px;
	line-height:20px;
	margin:1px 0 0;
	display:none;
	z-index:40;
	overflow-y:auto;
	overflow-x:hidden;
}
.activeSelect .select-drop{
	display:block;
}
.checked-wrap>li:before,
.select-drop li:before{
	display:none !important;
}
.content .select-drop li,
.select-drop li{
	padding:10px 8px;
	cursor:pointer;
	margin:0;
}
.select-drop li.activeSelectItem,
.select-drop li:hover{
	background-color:#e8eff5;
}
.checked-wrap{
	position:relative;
	margin:0;
	padding:0;
	list-style: none;
}
.content .checked-wrap>li,
.checked-wrap>li{
	margin:0;
}
.checked-wrap:after{
	content: '';
	clear: both;
	display:block;
}
.checkbox-wrap,
.radio-wrap{
	position:relative;
	display:inline-block;
	cursor:pointer;
	line-height:20px;
	margin:2px 10px 2px 0;
}
.checkbox-wrap input,
.radio-wrap input{
	position:absolute;
	opacity:0;
}
.checkbox-wrap>span,
.radio-wrap>span{
	display:inline-block;
	position:relative;
	padding:0 0 0 30px;
	vertical-align:top;
	line-height:20px;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.checkbox-wrap>span:before,
.radio-wrap>span:before{
	content: '';
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	background-color: #e8eff5;
	border:2px solid #a1bbd4;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}
.checkbox-wrap input:checked+span:before,
.radio-wrap input:checked+span:before{
	border-color:#2c3c87;
}
.radio-wrap>span:before{
	-webkit-border-radius:20px;
	border-radius:20px;
}
.checkbox-wrap:hover>span:before,
.radio-wrap:hover>span:before{
	border-color:#2c3c87;
}
.radio-wrap>span:after{
	content: '';
	position:absolute;
	left:5px;
	top:5px;
	width:10px;
	height:10px;
	background-color: #2c3c87;
	-webkit-border-radius:20px;
	border-radius:20px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity:0;
}
.checkbox-wrap>span:after{
	content: '';
	position:absolute;
	left:4px;
	top:6px;
	width:12px;
	height:9px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity:0;
	background: url(../images/sprite.png) no-repeat -101px -99px;
}
.checkbox-wrap input:checked+span:after,
.radio-wrap input:checked+span:after{
	opacity:1;
}
.checkbox-wrap input:checked+span,
.radio-wrap input:checked+span{
	color:#000;
	font-weight:bold;
}
table{
	width:100%;
	border-collapse:collapse;
	border-bottom:3px solid #e8eff5;
	color:#535b61;
	font-size:15px;
	line-height:20px;
	margin:10px 0 24px;
}
table td,
table th{
	border-bottom:1px solid #e8eff5;
	text-align:left;
	vertical-align:top;
	padding:20px 0 20px 20px;
}
table td:last-child,
table th:last-child{
	padding-right:20px;
}
table th{
	color:#353c42;
	font-size:17px;
	background-color: #e8eff5;
}
table strong{
	color:#121d26;
}
table .price{
	color:#121d26;
	white-space: nowrap;
}
#footer{
	position:relative;
	background-color: #121313;
	color:#a8a8a8;
	font-size:14px;
	line-height:20px;
	/*padding:0 0 999px;
	margin:0 0 -999px;*/
}
#footer:after{
	content:'';
	display:block;
	clear: both;
}
.subscribe-form{
	background-color: #2c3c87;
	padding:20px 0;
}
.subscribe-text{
	position:relative;
	padding:0 0 0 55px;
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	font-size:15px;
	line-height:20px;
}
.subscribe-text:after{
	content: '';
	background: url(../images/sprite.png) no-repeat 0px -100px;
	display:block;
	clear: both;
	width:34px;
	height:32px;
	position:absolute;
	left:0;
	top:50%;
	margin:-19px 0 0;
}
.subscribe-col{
	display:table-cell;
	vertical-align:middle;
}
.subscribe-col{
	display:table-cell;
	vertical-align:middle;
	width:510px;
	position:relative;
	padding:0 0 0 25px;
}
.subscribe-input{
	position:relative;
	width:100%;
	height:40px;
	padding:10px 20px;
	line-height:20px;
	font-size:15px;
	border:0;
	-webkit-border-radius:30px;
	border-radius:30px;
	background-color: #56639f;
	color:#fff;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.subscribe-holder{
	overflow:hidden;
	width:370px;
}
.subscribe-input:hover,
.subscribe-input:focus{
	background-color:#808ab7;
}
.subscribe-btn{
	float:right;
	width:102px;
	height:40px;
	-webkit-border-radius:30px;
	border-radius:30px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow:hidden;
	position:relative;
	font-size:16px;
	text-align:center;
	padding:10px 0;
	line-height:13px;
	border:2px solid #fff;
	color:#fff;
}
.subscribe-btn:hover,
.subscribe-btn:active{
	background-color:#fff;
	color:#2c3c87;
}
.subscribe-btn input{
	position:absolute;
	left:0;
	top:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	cursor:pointer;
	opacity:0;
}
.footer-row{
	position:relative;
	padding:31px 0 10px;
}
.footer-row:after{
	content: '';
	display:block;
	clear: both;
}
.footer-holder{
	float:left;
	width:70%;
}
.footer-contact{
	float:left;
	width:20.2%;
	text-align:right;
}
.copyright-col{
	float:left;
	width:35.5%;
	padding-right:20px;
}
.footer-holder .col{
	float:left;
	width:21%;
	padding-right:20px;
}
.footer-holder .title{
	color:#fff;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	margin:0 0 13px;
}
.copyright{
	font-size:17px;
	color:#fff;
	margin:-2px 0 23px;
}
.copyright-col p{
	margin:0;
}
.footer-nav{
	margin:0;
	padding:0;
	list-style: none;
	line-height:16px;
}
.footer-nav li{
	margin-bottom:9px;
}
.footer-nav a{
	color:#bec3d2;
	font-size:14px;
	line-height:15px;
	text-decoration:none;
}
.footer-nav a:hover{
	color:#7ac5ff;
}
.copyright-col .btn{
	display:block;
	width:150px;
	min-width:auto;
	padding:0;
	height:33px;
	line-height:27px;
	border:2px solid #344293;
	-webkit-border-radius:20px;
	border-radius:20px;
	background-color: transparent;
	font-size:14px;
	margin:21px 0 0;
}
.copyright-col .btn:hover{
	background-color: #2c3c87;
}
.footer-tel{
	display:block;
	white-space: nowrap;
	margin:0 0 17px;
}
.footer-tel .tel{
	color:#fff;
	font-size:22px;
	display:inline-block;
	position:relative;
	padding:0 0 0 16px;
	text-decoration:none;
	-webkit-transition:none;
	transition:none;
}
.footer-tel .tel:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -85px -64px;
	width:9px;
	height:6px;
	position:absolute;
	top:0;
	left:0;
	margin:-3px 0 0;
	width:18px;
	height:24px;
}
.footer-tel .tel-btn{
	display:inline-block;
	vertical-align:top;
	color:#5093cc;
	font-size:15px;
	line-height:15px;
	text-decoration:none;
	border-bottom:1px dotted #5093cc;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}
.footer-tel .tel-btn:hover{
	border-bottom-color:transparent;
}
.network-list{
	position:relative;
	margin:0 0 30px;
}
.network-list a{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:40px;
	position:relative;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
	margin:0 0 0 3px;
}
.network-list .vk{
	background-color: #4c75a3;
}
.network-list .fb{
	background-color: #1c4bba;
}
.network-list .fb:after,
.network-list .vk:after{
	content: '';
	position:absolute;
	left:50%;
	top:50%;
	margin:-7px 0 0 -11px;
	width:22px;
	height:13px;
	background: url(../images/sprite.png) no-repeat 0px -146px;
}
.network-list .fb:after{
	width:10px;
	height:18px;
	margin:-9px 0 0 -5px;
	background-position: 0 -182px;
}
.network-list .vk:hover{
	background-color:#225b9a;
}
.network-list .fb:hover{
	background-color:#0032a9;
}
.ico-list{
	position:relative;
}
.ico-list>div{
	position:relative;
	margin:18px 0;
}
.footer-ico{
	position:absolute;
	right:20px;
	top:3px;
	background: url(../images/ico01.png) no-repeat;
	width:54px;
	height:21px;
}
.main-promo-wrapper{
	position:relative;
	margin:0 0 15px;
}
.main-promo-wrapper:after{
	content:'';
	display:block;
	clear: both;
}
.main-promo{
	float:left;
	width: 74.9%;
	position:relative;
}
.ads-promo-wrapper .main-promo{
	width:100%;
}
.main-promo .gallery{
	position:relative;
	height:442px;
	overflow:hidden;
}
.ads-promo-wrapper .gallery{
	height:250px;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	height:100%;
}
.main-promo .gallery .slick-slide{
	height:100%;
	position:relative;
}
.main-promo .gallery-img{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	text-decoration:none;
}
.main-promo .text-wrap{
	display:table;
	height:100%;
	width:100%;
}
.main-promo .text{
	display:table-cell;
	vertical-align:middle;
	padding:10px 50px;
}
.main-promo .title{
	color:#2c3c87;
	font-size:39px;
	line-height:40px;
	display:block;
	margin:-76px 0 18px;
}
.main-promo .description{
	color:#484848;
	font-size:22px;
	line-height:25px;
	display:block;
}
.main-promo .slick-next,
.main-promo .slick-prev{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:70px;
	z-index:20;
	background:none;
	border:0;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
}
.main-promo .slick-next{
	left:auto;
	right:0;
}
.main-promo .slick-next:after,
.main-promo .slick-prev:after{
	content: '';
	position:absolute;
	left:10px;
	top:50%;
	margin:-23px 0 0;
	width:24px;
	height:46px;
	background: url(../images/sprite.png) no-repeat -616px 0px;
}
.main-promo .slick-next:after{
	background-position:-648px 0;
	left:auto;
	right:10px;
}
.main-promo .slick-next:before,
.main-promo .slick-prev:before{
	content: '';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:70px;
	background: url(../images/bg-gallery-l.png) repeat-y;
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.main-promo .slick-next:before{
	left:auto;
	right:0;
	background: url(../images/bg-gallery-r.png) repeat-y;
}
.main-promo .slick-next:hover:before,
.main-promo .slick-prev:hover:before{
	opacity:1;
}
.ads-promo-wrapper .main-promo .slick-next,
.ads-promo-wrapper .main-promo .slick-prev{
	display:none !important;
}
.main-promo-wrapper .small-promo{
	position:relative;
	float:right;
	width: 23.4%;
	margin:0;
	padding:0;
	list-style: none;
}
.main-promo-wrapper .small-promo li{
	position:relative;
	height:134px;
	margin:20px 0 0;
	overflow:hidden;
}
.small-promo li:first-child{
	margin-top:0;
}
.small-promo .small-img{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.small-promo li:hover .small-img{
	left:-7px;
	right:-7px;
	bottom:-7px;
	top:-7px;
}
.small-promo .small-holder{
	height:100%;
	display:table;
	width:100%;
	text-decoration:none;
	position:relative;
	z-index:10;
}
.small-promo li:before{
	display:none !important;
}
.small-promo .small-wrap{
	display:table-cell;
	vertical-align: middle;
	padding:10px 20px;
}
.small-promo .title{
	color:#000;
	font-size:22px;
	line-height:28px;
	display:block;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	margin:-4px 0 0;
}
.small-promo .alt-tilte{
	color:#fff;
	font-size:26px;
	line-height:30px;
	text-decoration:underline;
}
.small-promo li:hover .title{
	color:#2c3c87;
	text-decoration:none;
}
.small-promo li:hover .alt-tilte{
	color:#acdaff;
}
.small-promo .description{
	color:#305879;
	font-size:14px;
	line-height:18px;
	display:block;
}
.main-promo .slick-dots{
	margin:0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	height:34px;
}
.ads-promo-wrapper .main-promo .slick-dots{
	height:28px;
	padding-top:2px;
}
.main-promo .slick-dots button{
	position:absolute;
	padding:0;
	background:none;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
	border:0;
}
.main-promo .slick-dots li{
	margin:0 3px;
	display:inline-block;
	vertical-align:top;
	width:14px;
	height:14px;
	background-color:#bfbfbf;
	-webkit-transition: background 0.2s linear,box-shadow 0.2s linear;
	transition: background 0.2s linear,box-shadow 0.2s linear;
	-webkit-border-radius:14px;
	border-radius:14px;
	cursor:pointer;
	z-index:20;
	float:none;
	position:relative;
}
.ads-promo-wrapper .main-promo .slick-dots li{
	background-color:#aba291;
}
.ads-promo-wrapper .main-promo .slick-dots li:hover{
	background-color:#6a6459;
}
.ads-promo-wrapper .main-promo .slick-dots li.slick-active{
	-webkit-box-shadow: 0px 4px 10px #333;
	box-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
	background-color:#2c3d88;
}
.main-promo .slick-dots li:hover{
	background-color:#787878;
}
.main-promo .slick-dots li.slick-active{
	background-color:#2c3d88;
}
.main-promo .slick-dots li:before{
	display:none !important;
}
.content-ico-nav{
	position:relative;
	text-align:center;
	margin:15px 0 49px;
}
.content-ico-nav br{
	display:none;
}
.content-ico-nav:before{
	content:'';
	height:2px;
	background-color: #d0e1f1;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	margin:-1px 0 0;
}
.content-ico-nav:after{
	content:'';
	display:block;
	clear:both;
}
.content-ico-nav .item-ico{
    display: block;
    vertical-align: middle;
    margin: 0 23px;
    position: relative;
    color: #000;
    height: 60px;
    float: left;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    padding: 10px 20px 10px 65px;
    z-index: 30;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
.content-ico-nav .ico-nav0{
    width: 250px;
}
.content-ico-nav .ico-nav1{
    width: 180px;
}
.content-ico-nav .ico-nav2{
    width: 136px;
}
.content-ico-nav .ico-nav3{
    width: 240px;
}
.content-ico-nav .ico-nav4{
    width: 190px;
    margin-right: 0;
    padding-right: 0;
}
.content-ico-nav .item-ico:first-child{
	margin-left:0;
}
.content-ico-nav .item-ico:last-child{
	margin-right:0;
}

.content-ico-nav .ico-nav01:after{background-position: -343px 2px; left:16px;}
.content-ico-nav .ico-nav02:after{background-position: -426px 2px;}
.content-ico-nav .ico-nav03:after{background-position: -480px 3px; left:10px;}
.content-ico-nav .ico-nav04:after{background-position: -547px 0;}
.content-ico-nav .ico-nav03{
	padding-left:60px;
}
.content-ico-nav .item-ico:hover:after{
	margin-top:-28px;
}
.content .item-list,
.item-list{
	margin:-6px -15px 30px;
	padding:0;
	list-style: none;
	font-size:0;
	line-height:0;
	letter-spacing: -1px;
}
.content .item-list>li,
.item-list>li{
	text-align:center;
	display:inline-block;
	vertical-align:top;
	width:20%;
	margin:30px 0;
	padding:0 15px;
	font-size:15px;
	line-height:24px;
	color:#616161;
	letter-spacing:0px;
	position:relative;
}
.content.align-left .item-list>li,
.content.align-right .item-list>li{
	width:25%;
}
.item-list>li:before{
	display:none !important;
}
.item-list .item-link{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9;
	opacity: 0;
}
.item-list .close{
	background: url(../images/sprite.png) no-repeat -81px -255px;
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	top:0;
	z-index:15;
	cursor:pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.item-list .close:hover{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.tips-wrap{
	position:absolute;
	right:10%;
	top:3%;
	text-transform:uppercase;
}
.tips-wrap .tips{
	display:block;
	width:56px;
	height:56px;
	text-align:center;
	color:#fff;
	line-height:54px;
	font-size:14px;
	-webkit-border-radius:50px;
	border-radius:50px;
	z-index:5;
	position:relative;
	margin-bottom:6px;
}
.tips-wrap .tips:after{
	content: '';
	width:50px;
	height:50px;
	position:absolute;
	top:3px;
	left:3px;
	-webkit-border-radius:50px;
	border-radius:50px;
	z-index:-1;
}
.tips-wrap .new{
	background-color:rgba(216,186,44,0.5);
}
.tips-wrap .new:after{
	background-color: #d8ba2c;
}
.tips-wrap .hit{
	background-color:rgba(46,297,84,0.5);
}
.tips-wrap .hit:after{
	background-color: #2ecf54;
}
.tips-wrap .sale{
	background-color:rgba(207,50,46,0.5);
}
.tips-wrap .sale:after{
	background-color: #cf322e;
}
.item-list .img{
	height:170px;
	background-size:auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	margin:0 0 23px;
}
.item-list .name{
	color:#344293;
	font-size:20px;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	margin:0 0 2px;
}
.similar-wrapper .item-list .item-list-inner:hover .description,
.similar-wrapper .item-list .item-list-inner:hover .name,
.item-list>li:hover .description,
.item-list>li:hover .name{
	text-decoration:underline;
	color:#0089ff;
}
.item-list .description{
	margin:0 0 5px;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.description-tovara-style{
	display: none;
}
.description-tovara-style p{
	margin: 5px;
}
.item-list>li:hover .description-tovara-style{
	display: block;
}
.item-list .price-row{
	margin:0;
}
.item-list .color-ico:before{
	background: url(../images/sprite.png) no-repeat -131px -152px;
	width:34px;
	height:14px;
	position:absolute;
	left:50%;
	margin:0 0 0 -17px;
	top:-15px;
	z-index:10;
	content: '';
}
.item-list .color-ico{
	position:absolute;
	top:13px;
	left:10%;
	white-space: nowrap;
	color:#828282;
	font-size:10px;
	line-height:16px;
}
.item-list .price,
.item-list .old-price,
.item-list .discount{
	display:inline-block;
	vertical-align:middle;
	color:#000;
	margin:0 3px;
}
.item-list .price{font-size:20px;}
.item-list .old-price{
	color:#a7a7a7;
	text-decoration:line-through;
}
.item-list .discount{
	background-color:#c30000;
	color:#fff;
	padding:0 10px;
}
.heading-wrapper{
	text-align:center;
	position:relative;
	margin:0 0 46px;
}
.heading-wrapper:after{
	content: '';
	position:absolute;
	height:1px;
	background-color: #d2e3f2;
	top:50%;
	left:0;
	right:0;
	margin:4px 0 0;
}
.heading-wrapper h2{
	margin:0 20px;
	display:inline-block;
	vertical-align:top;
	font-size:34px;
	line-height:34px;
}
.heading-center{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 14px;
	background-color: #fff;
	z-index:10;
}
.heading-center:before,
.heading-center:after{
	content: '';
	position:absolute;
	height:9px;
	border:1px solid #d2e3f2;
	width:9px;
	left:0;
	top:50%;
	-webkit-border-radius:11px;
	border-radius:11px;
	margin:-1px 0 0;
}
.heading-center:after{
	right:0;
	left:auto;
}
.slider-wrapper{
	margin:40px;
	position:relative;
}
.slider-wrapper .slider{
	overflow:hidden;
}
.slider-wrapper .item-list{
	margin:0;
	width:9999px;
}
.slider-wrapper .item-list>li{
	float:left;
	width:275px;
	margin:0;
}
.slider-wrapper .next,
.slider-wrapper .prev{
	position:absolute;
	left:-40px;
	top:50%;
	margin:-44px 0 0;
	width:24px;
	height:46px;
}
.slider-wrapper .next.disabled,
.slider-wrapper .prev.disabled{
	display:none;
}
.slider-wrapper .next{
	left:auto;
	right:-40px;
}
.slider-wrapper .next:before,
.slider-wrapper .prev:before,
.slider-wrapper .next:after,
.slider-wrapper .prev:after{
	content: '';
	position:absolute;
	left:0;
	top:0;
	width:24px;
	height:46px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	background: url(../images/sprite.png) no-repeat;
}
.slider-wrapper .next:before{background-position: -722px 0}
.slider-wrapper .prev:before{background-position: -692px 0}
.slider-wrapper .next:after{background-position: -787px 0}
.slider-wrapper .prev:after{background-position: -756px 0}
.slider-wrapper .next:after,
.slider-wrapper .prev:after{
	opacity:0;
}
.slider-wrapper .next:hover:after,
.slider-wrapper .prev:hover:after{
	opacity:1;
}
.slider-wrapper .next:hover:before,
.slider-wrapper .prev:hover:before{
	opacity:0;
}
.tab-slider-wrapper{
	position:relative;
	margin:49px 0;
}
.tab-slider-wrapper>.heading-wrapper h2{
	cursor:pointer;
	color:#1e74be;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	position:relative;
}
.tab-slider-wrapper>.heading-wrapper h2 span{
	border-bottom:1px dotted;
	display:inline-block;
	vertical-align:top;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}
.tab-slider-wrapper>.heading-wrapper h2 span:after{
	content: '';
	position:absolute;
	left:50%;
	margin:0 0 0 -7px;
	bottom:-17px;
	height:11px;
	width:13px;
	background-color:#344293;
	opacity:0;
	background: url(../images/sprite.png) no-repeat -131px -104px;
	z-index:5;
}
.tab-slider-wrapper>.heading-wrapper h2.active span:after{
	opacity:1;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.tab-slider-wrapper>.heading-wrapper h2:hover{
	color:#0089ff;
}
.tab-slider-wrapper>.heading-wrapper h2.active{
	color:#000;
}
.tab-slider-wrapper>.heading-wrapper h2:before,
.tab-slider-wrapper>.heading-wrapper h2:after{
	content: '';
	position:absolute;
	left:-8px;
	right:-8px;
	top:-9px;
	height:2px;
	background-color:#344293;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity:0;
}
.tab-slider-wrapper>.heading-wrapper h2.active:before,
.tab-slider-wrapper>.heading-wrapper h2.active:after{
	opacity:1;
}
.tab-slider-wrapper>.heading-wrapper h2.active:after{
	top:auto;
	bottom:-10px;
}
.tab-slider-wrapper>.heading-wrapper h2.active span,
.tab-slider-wrapper>.heading-wrapper h2:hover span{
	border-bottom-color:transparent;
}
.tab-slider_body{
	position:relative;
}
.tab-slider{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:100%;
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.tab-slider.active{
	opacity:1;
	left:0;
	top:0;
	position:relative;
}
.tab-slider .heading-wrapper{
	display:none;
}
.main-performance{
	position:relative;
	margin:-10px;
}
.main-performance .row{
	margin:0 -10px;
}
.main-performance .row:after,
.main-performance:after{
	content: '';
	display:block;
	clear: both;;
}
.main-performance .col{
	float:left;
	padding:10px;
}
.main-performance .col8{
	width:75%;
}
.main-performance .col4{
	width:25%;
}
.main-performance .col6{
	width:50%;
}
.main-performance .col12{
	width:100%;
}
.main-performance .block{
	min-height:430px;
	display:block;
}
.slogan-block{
	text-align:center;
	color:#fff;
	background:#344293;
	padding: 16% 20px 0;
	line-height:22px;
	font-size:16px;
	position:relative;
}
.slogan-block:before{
	content: '';
	width:116px;
	height:87px;
	display:block;
	margin:0 auto 24px;
	background: url(../images/logo_slogan.png) no-repeat ;
}
.slogan-block .title{
	font:300 40px/40px 'Open Sans', sans-serif;
	margin:0 0 5%;
}
.slogan-block .title span{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 20px;
}
.slogan-block .title span:before,
.slogan-block .title span:after{
	content: '';
	height:1px;
	background-color: #fff;
	width:58px;
	position:absolute;
	top:50%;
	right:100%;
}
.slogan-block .title span:before{
	right:auto;
	left:100%;
}
.news-wrapper{
	position:relative;
	border:2px solid #d0e1f1;
	padding:20px;
}
.news-heading{
	overflow:hidden;
	position:relative;
}
.news-heading:after{
	content: '';
	height:1px;
	background-color: #d2e3f2;
	position:absolute;
	left:0;
	right:0;
	top:56%;
}
.news-heading h3{
	margin:2px 0 0;
	color:#060606;
	font-size:30px;
	line-height:30px;
	float:left;
	padding:0 10px 0 0;
	position:relative;
	z-index:5;
	background-color: #fff;
}
.news-wrapper .news-nav{
	float:right;
	background-color: #fff;
	padding:0 0 0 10px;
	position:relative;
	z-index:5;
}
.news-wrapper .all-news{
	background-color: #344293;
	color:#fff;
	font-size:15px;
	float:left;
	height:33px;
	padding:0 10px;
	text-decoration:none;
	line-height:33px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.news-wrapper .next,
.news-wrapper .prev{
	float:left;
	width:33px;
	height:33px;
	-webkit-border-radius:33px;
	border-radius:33px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
	background: url(../images/sprite.png) no-repeat -151px -62px #344293;
	margin:0 0 0 12px;
}
.news-wrapper .next.disabled,
.news-wrapper .prev.disabled{
	opacity:0.5;
}
.news-wrapper .next{
	background-position: -192px -62px;
	margin:0 0 0 7px;
}
.news-wrapper .all-news:hover,
.news-wrapper .next:hover,
.news-wrapper .prev:hover{
	background-color: #1a71b8;
}
.news-gallery{
	position:relative;
	overflow:hidden;
}
.news-wrapper .news-gallery li{
	margin:0;
	padding:0;
	float:left;
	width:386px;
}
.news-wrapper .news-gallery li:before{
	display:none !important;
}
.news-wrapper .newes-list{
	float:left;
	margin:0;
	padding:0;
	list-style: none;
	width:9999px;
}
.news-item{
	position:relative;
	overflow:hidden;
	padding:8% 0;
}
.news-item:after{
	content: '';
	width:54px;
	position:absolute;
	top:0;
	left:23.5%;
	height:1px;
	background-color: #d2e3f2;
}
.news-item:first-child:after{
	display:none;
}
.news-link{
	z-index:5;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.news-item .img{
	width:29.5%;
	height:96px;
	position:relative;
	float:left;
	margin-right:20px;
}
.news-item .img>span{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.news-item:hover .img>span{
	top:-10%;
	left:-10%;
	right:-10%;
	bottom:-10%;
}
.news-holder{
	overflow:hidden;
}
.news-item .date{
	color:#848484;
	font-size:13px;
	line-height:13px;
	margin:0 0 7px;
}
.news-item .name{
	color:#344293;
	font-size:18px;
	line-height:22px;
	margin:0 0 11px;
	max-height: 44px;
	overflow:hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.news-item .description{
	color:#595959;
	font-size:15px;
	line-height:20px;
	max-height: 40px;
	overflow:hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.news-item:hover .name{
	color:#0089ff;
}
.events-block{
	position:relative;
	padding:12% 35px 0;
	overflow:hidden;
	color:#fff;
	font-size:24px;
	line-height:28px;
}
.events-block:hover{
	text-decoration:underline;
}
.events-link,
.events-img{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index:-1;
}
.events-link{
	z-index:5;
}
.events-block:hover .events-img{
	top:-10%;
	left:-10%;
	bottom:-10%;
	right:-10%;
}
.events-block .heading-row{
	position:relative;
	overflow:hidden;
	z-index:10;
	margin:0 0 15px;
}
.events-block .link{
	color:#fff;
	text-decoration:none;
	position:relative;
	background-color: #344293;
	padding:0 24px 0 14px;
	height:43px;
	line-height:43px;
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.events-block .link:after{
	content: '';
	position:absolute;
	width:76px;
	height:1px;
	background-color: #fff;
	left:100%;
	top:50%;
	margin:2px 0 0 -15px;
}
.events-block .link:hover{
	background-color: #1a71b8;
}
.article-block{
	position:relative;
}
.article-item{
	margin-top:20px;
	overflow:hidden;
	position:relative;
	height:205px;
}
.article-item:first-child{
	margin-top:0 !important;
}
.article-item .article-link{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:5;
}
.article-item .link{
	color:#fff;
	text-decoration:none;
	position:relative;
	background-color: #344293;
	padding:0 24px 0 10px;
	height:31px;
	line-height:31px;
	font-size:15px;
	display:inline-block;
	vertical-align:top;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
	z-index:10;
	margin:0 0 8px;
}
.article-item .link:hover{
	background-color: #1a71b8;
}
.article-item .link:after{
	content: '';
	position:absolute;
	width:50px;
	height:1px;
	background-color: #cccccc;
	left:100%;
	top:50%;
	margin:2px 0 0 -15px;
}
.article-item  .img{
	float:left;
	height:100%;
	width:48%;
	margin-right:20px;
	position:relative;
	overflow:hidden;
}
.article-item .img>span{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.article-item:hover .img>span{
	top:-10%;
	left:-10%;
	right:-10%;
	bottom:-10%;
}
.article-holder{
	overflow:hidden;
	height:100%;
}
.article-item .text{
	position:relative;
}
.article-item .name{
	color:#344293;
	font-size:24px;
	line-height:30px;
	max-height:60px;
	margin:0 0 10px;
	overflow:hidden;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.article-item:hover .name{
	color:#0089ff;
}
.article-item .description{
	color:#5f5f5f;
	font-size:15px;
	line-height:20px;
	max-height:80px;
	overflow:hidden;
}
.main-performance .ads-block{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
}
.reviews-block{
	position:relative;
}
.reviews-heading{
	overflow:hidden;
	position:relative;
	margin:0 0 16px;
}
.reviews-heading:after{
	content: '';
	height:1px;
	background-color: #cccccc;
	position:absolute;
	left:0;
	right:0;
	top:56%;
}
.reviews-heading h3{
	margin:-4px 0 0;
	color:#060606;
	font-size:30px;
	line-height:30px;
	float:left;
	padding:0 10px 0 0;
	position:relative;
	z-index:5;
	background-color: #fff;
}
.reviews-block .reviews-switcher{
	float:right;
	margin:7px 0 0;
	padding:0;
	position:relative;
	z-index:5;
	list-style: none;
	background-color: #fff;
}
.reviews-block .reviews-switcher li{
	float:left;
	margin:0 0 0 4px;
	overflow:hidden;
	width:14px;
	height:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	text-indent:-9999px;
	background-color: #aab3e8;
	cursor:pointer;
}
.reviews-block .reviews-switcher li:hover{
	background-color: #1a71b8;
}
.reviews-block .reviews-switcher li.active{
	background-color: #344293;
}
.reviews-block .reviews-switcher li:before{
	display:none !important;
}
.reviews-wrap{
	border:2px solid #d0e1f1;
	position:relative;
}
.reviews-wrap:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -131px -123px;
	width:15px;
	height:17px;
	position:absolute;
	top:-17px;
	left:15px;
}
.reviews-list{
	overflow:hidden;
	height:278px;
}
.reviews-list ul{
	margin:0;
	padding:0;
	list-style: none;
	width:9999px;
}
.reviews-list ul li{
	margin:0;
	float:left;
	padding:16px 19px;
	width:276px;
	overflow:hidden;
}
.reviews-list ul li:before{
	display:none !important;
}
.reviews-block .reviews-all{
	display:block;
	background-color: #e8eff5;
	color:#344293;
	padding:10px 20px 9px;
	height:39px;
	font-size:15px;
	line-height:20px;
	text-decoration:none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.reviews-block .reviews-all:hover{
	color:#0089ff;
}
.reviews-block .reviews-all span{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding-right:13px;
}
.reviews-block .reviews-all span:before,
.reviews-block .reviews-all span:after{
	content: '';
	position:absolute;
	right:0;
	top:7px;
	width:5px;
	height:8px;
	background: url(../images/sprite.png) no-repeat -79px -146px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.reviews-block .reviews-all span:after{
	opacity:0;
	background-position: -79px -159px;
}
.reviews-block .reviews-all:hover span:before{
	opacity:0;
}
.reviews-block .reviews-all:hover span:after{
	opacity:1;
}
.network-row{
	overflow:hidden;
	margin:10px -5px 0;
}
.network-row>div{
	float:left;
	width:50%;
	padding:0 5px;
}
.network-row .fb,
.network-row .vk{
	display:block;
	height:57px;
	padding:20px 0 19px;
	text-align:center;
	background-color: #4c75a3;
	position:relative;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	line-height:18px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.network-row .fb span,
.network-row .vk span{
	display:inline-block;
	vertical-align:middle;
}
.network-row .fb{
	background-color: #1c4bba;
}
.network-row .fb:hover{
	background-color: #0334a7;
}
.network-row .vk:hover{
	background-color: #2c5d92;
}
.network-row .fb:before,
.network-row .vk:before{
	content: '';
	display:inline-block;
	width:22px;
	height:13px;
	vertical-align:middle;
	background: url(../images/sprite.png) no-repeat 0px -146px;
	margin:0 6px 0 0;
}
.network-row .fb:before{
	width:10px;
	height:18px;
	background-position: 0 -182px;
}
.reviews-row{
	overflow:hidden;
	margin:0 0 15px;
}
.reviews-row .time{
	float:right;
	padding:0 0 0 20px;
	position:relative;
	color:#8a8a8a;
	font-size:15px;
	line-height:20px;
	margin:1px 0 -1px;
}
.reviews-row .time:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -101px -120px;
	width:15px;
	height:15px;
	position:absolute;
	left:0;
	top:50%;
	margin:-7px 0 0;
}
.reviews-row .name{
	font-weight:bold;
	color:#353535;
	font-size:18px;
	line-height:20px;
}
.reviews-list .text{
	font-size:15px;
	line-height:20px;
	color:#4e4e4e;
}
.main-ads{
	width:100%;
	margin:20px 0 0;
}
.main-ads img{
	height:auto;
	width:100%;
}
.aside-filter{
	background-color: #e8eff5;
	position:relative;
	padding:10px 0;
}
.aside{
	width:25%;
}
.user-aside{
	position:relative;
}
.user-aside .box{
	position:relative;
}
.user-aside .box:after,
.user-aside:after{
	content: '';
	clear: both;
	display:block;
}
.aside.align-left{
	float:left;
}
.aside.align-right{
	float:right;
}
.aside-filter .aside-nav{
	margin:0;
	padding:0;
	list-style: none;
}
.aside-filter .aside-nav>li{
	margin:0;
	position:relative;
}
.opener-aside-list{
	display:none;
}
.aside .small-promo{
	margin:0;
	padding:0;
	list-style: none;
}
.aside .small-promo li{
	margin:20px 0 0;
	position:relative;
	overflow:hidden;
	height:134px;
}
.aside .opener-aside-filter{
	display:block;
	position:relative;
	padding:8px 30px 8px 50px;
	text-decoration:none;
	color:#444d54;
	font-size:16px;
	line-height:24px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.aside .opener-aside-filter:after{
	content: '';
	position:absolute;
	right:19px;
	top:50%;
	width:6px;
	height:11px;
	margin:-5px 0 0;
	background: url(../images/sprite.png) no-repeat -78px -99px;
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.aside-filter .aside-nav>li:hover .opener-aside-filter:after{
	opacity:1;
}
.aside-filter .aside-nav>li.active .opener-aside-filter:after{
	opacity:0;
}
.opener-aside-filter .ico{
	position:absolute;
	left:10px;
	top:-2px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
}
.opener-aside-filter .ico img{
	vertical-align:middle;
}
.aside-filter-drop{
	font-size:14px;
	width:295px;
	position:absolute;
	left:-9999px;
	top:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity:0;
	background-color: #c3d6e6;
	z-index:30;
	padding:15px 20px;
}
.aside-filter .aside-nav>li.active .aside-filter-drop{
	opacity:1;
	left:100%;
}
.aside-filter-drop li{
	margin:3px 0;
}
.aside-filter .aside-nav>li.active .opener-aside-filter,
.aside-filter .aside-nav>li:hover .opener-aside-filter{
	background-color: #c3d6e6;
}
.heading-title{
	overflow:hidden;
	margin:0 0 10px;
}
.heading-title h1{
	margin:0;
	display:inline;
}
.content .download-price,
.download-price{
	float:right;
	color:#1a71b8;
	position:relative;
	border-bottom:1px dotted;
	-webkit-transition: border 0.2s linear, color 0.2s linear;
	transition: border 0.2s linear, color 0.2s linear;
	line-height:16px;
	font-size:15px;
	text-decoration:none;
	margin:13px 0 0;
	text-transform:lowercase;
}
.content .download-pricespan,
.download-price span{
	text-transform:none;
}
.download-price:hover{
	border-color:transparent;
	color:#0089ff;
}
.download-price:after{
	content: '';
	position:absolute;
	left:-16px;
	top:1px;
	background: url(../images/sprite.png) no-repeat -52px -150px;
	width:12px;
	height:15px;
}
.catalog-filter{
	position:relative;
}
.selected-filter{
	overflow:hidden;
}
.selected-item,
.remove-selected{
	display:inline-block;
	vertical-align:top;
	margin:5px 6px 5px 0;
	background-color: #e8eff5;
	font-size:14px;
	line-height:16px;
	color:#616161;
	padding:6px 20px 8px 10px;
	position:relative;
	cursor:pointer;
}
.selected-item:before,
.selected-item:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -52px -196px;
	width:7px;
	height:6px;
	position:absolute;
	right:9px;
	top:50%;
	margin:-2px 0 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.selected-item:after{
	opacity:0;
	background-position: -52px -205px;
}
.selected-item:hover:before{
	opacity:0;
}
.selected-item:hover:after{
	opacity:1;
}
.remove-selected{
	background-color: #edd7d0;
	font-size:14px;
	color:#cf322e;
	padding-left:30px;
	padding-right:10px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.remove-selected span{
	border-bottom:1px dotted;
}
.remove-selected:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -52px -176px;
	width:10px;
	height:11px;
	position:absolute;
	left:8px;
	top:50%;
	margin:-5px 0 0;
}
.remove-selected:hover{
	-webkit-box-shadow: inset 0px 0px 2px #cf322e,inset 0px 0px 2px #cf322e,inset 0px 0px 2px #cf322e,inset 0px 0px 2px #cf322e;
	box-shadow:inset 0px 0px 2px #cf322e,inset 0px 0px 2px #cf322e,inset 0px 0px 2px #cf322e,inset 0px 0px 2px #cf322e;
}
.brands-filter-drop{
	width:590px;
	padding-right:40px;
}
.brands-slider{
	height:269px;
}
.brands-letter-list{
	overflow:hidden;
	color:#1f74ba;
	font-size:16px;
	line-height:30px;
	background-color: #fff;
	padding:9px 9px 6px 9px;
	margin:0 0 19px;
}
.brands-letter-list>div{
	float:left;
	height:34px;
	width:42px;
	text-align:center;
	cursor:pointer;
	border:2px solid transparent;
	margin:0 0px 3px 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.brands-letter-list>div:last-child{
	margin-right:0;
}
.brands-letter-list>div:hover{
	border-color :#e8eff5;
	color:#1090ff;
	background-color:#e8eff5;
}
.brands-letter-list>div.active{
	border-color :#2c3c87;
	color:#161616;
	background-color:#fff;
}
.brands-slider .brands-group{
	margin:0;
	padding:0;
	list-style: none;
}
.brands-slider .brands-group>li{
	display:block;
	position:relative;
	margin:0;
}
.brands-slider .brands-group>li:before{
	display:none;
}
.brands-slider .checked-wrap>li{
	display:inline-block;
	vertical-align:top;
	margin:3px 0;
	width:48%;
}
.popup .scrollbar,
.brands-filter-drop .scrollbar{
	position:absolute;
	right:0;
	top:20px;
	bottom:20px;
	background-color: #a1bbd4;
	width:20px;
}
.popup .scrollbar{
	right:-20px;
}
.popup .scrollbar:before,
.popup .scrollbar:after,
.brands-filter-drop .scrollbar:before,
.brands-filter-drop .scrollbar:after{
	content: '';
	background-color: #a1bbd4;
	position:absolute;
	right:0;
	top:-20px;
	width:20px;
	height:20px;
}
.popup .scrollbar:after,
.brands-filter-drop .scrollbar:after{
	top:auto;
	bottom:-20px;
}
.popup .handle,
.brands-filter-drop .handle{
	background-color: #2c3c87;
	width:10px;
	position:absolute;
	left:5px;
	top:0;
	bottom:0;
	height:60px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	z-index:20;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.popup .handle:hover,
.brands-filter-drop .handle:hover{
	background-color: #1a71b8;
}
.page-filter{
	border:1px solid #d2e3f2;
	border-width: 1px 0;
	padding:10px 0;
	margin:14px 0;
}
.page-filter:after{
	content: '';
	clear: both;
	display:block;
}
.page-filter-col{
	float:left;
}
.filter-title{
	float:left;
	margin:5px 10px 0 0;
	color:#616161;
	font-size:14px;
	line-height:18px;
}
.page-filter-col .select-wrap{
	width:232px;
	float:left;
	height:30px;
}
.page-filter-col .select-selected{
	padding-top:4px;
	padding-bottom:4px;
	height:28px;
	font-size:13px;
}
.page-filter-col .select-drop li{
	padding-top:4px;
	padding-bottom:4px;
	font-size:13px;
}
.page-filter-holder{
	overflow:hidden;
}
.tips-list-col{
	float:right;
}
.content .tips-list,
.tips-list{
	margin:0;
	padding:0;
	list-style: none;
	float:left;
}
.content .tips-list>li,
.tips-list>li{
	margin:0 0 0 5px;
	padding:0;
	float:left;
	position:relative;
}
.page-holder{
	overflow:hidden;
	text-align:center;
}
.page-holder .filter-title{
	display:inline-block;
	vertical-align:top;
	margin-right:6px;
	float:none;
}
.content .page-list,
.page-list{
	margin:0;
	padding:0;
	list-style: none;
	display:inline-block;
	vertical-align:top;
	color:#616161;
	font-size:14px;
	line-height:24px;
	overflow:hidden;
}
.content .page-list>li,
.page-list>li{
	margin:0;
	padding:0;
	float:left;
	position:relative;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
}
.page-list a{
	color:#1e74be;
	display:block;
	height:100%;
}
.page-list a span{
	border-bottom:1px dotted;
	display:inline-block;
	line-height:16px;
	padding:6px 0 0;
	vertical-align:top;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}
.page-list a:hover span{
	border-bottom-color:transparent;
	color:#0089ff;
}
.content .page-list>li.active,
.page-list>li.active{
	background-color: #d2e3f2;
}
.page-list .active span{
	border-bottom-color:transparent;
	color:#616161;
}
.content .tips-list>li:before,
.tips-list>li:before,
.content .page-list>li:before,
.page-list>li:before{
	display:none;
}
.tips-list .checkbox-wrap{
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	color:#fff;
	line-height:30px;
	font-size:9px;

	z-index:5;
	position:relative;
	margin:0;
}
.tips-list .checkbox-wrap span{
	padding:0;
	display:block;
	padding:5px 0;
	position:relative;
}
.tips-list .checkbox-wrap > span:before,
.tips-list .checkbox-wrap > span:after{
	border:0;
	background-image: none;
	opacity:0.4;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.tips-list .checkbox-wrap> span:before{
	width:30px;
	height:30px;
	-webkit-border-radius:50px;
	border-radius:50px;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.tips-list .checkbox-wrap> span:after{
	content: '';
	width:26px;
	height:26px;
	position:absolute;
	top:2px;
	left:2px;
	-webkit-border-radius:28px;
	border-radius:28px;
	z-index:-1;
}
.tips-list .checkbox-new> span:before{
	background-color:rgba(216,186,44,0.5);
}
.tips-list .checkbox-new> span:after{
	background-color: #d8ba2c;
}
.tips-list .checkbox-hit> span:before{
	background-color:rgba(46,297,84,0.5);
}
.tips-list .checkbox-hit> span:after{
	background-color: #2ecf54;
}
.tips-list .checkbox-sale> span:before{
	background-color:rgba(207,50,46,0.5);
}
.tips-list .checkbox-sale> span:after{
	background-color: #cf322e;
}
.checkbox-wrap input:checked + span{
	/*color:#fff;*/
	font-weight:normal;
}
.tips-list .checkbox-wrap input:checked + span:before,
.tips-list .checkbox-wrap input:checked +  span:after{
	opacity:1;
}
.tips-list .checkbox-wrap:hover{
	opacity:1;
}
.item-list-wrap{
	position:absolute;
	z-index:-1;
	top:-9999px;
	left:-9999px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
body:not(.no-hover) .content.item-list > li:hover .item-list-wrap,
body:not(.no-hover) .item-list > li:hover .item-list-wrap{
	opacity:1;
	left:5px;
	right:5px;
	top:-20px;
	bottom:-125px;
}
body:not(.no-hover) .item-list > li:hover .item-list-wrap.item-list-color{
	right:-97px;
}
.item-list-btn{
	position:absolute;
	z-index:15;
	height:72;
	left:0;
	bottom:0;
	right:0;
	padding:10px 20px;
	background-color: #e8eff5;
}
.item-list-btn .btn{
	float:left;
	width:106px;
	padding:15px 0 15px 38px;
	min-width: 10px;
	font-size:18px;
	text-align:left;
	margin:0 10px 0 0;
}
.item-list-btn .btn:after{
	content:'';
	background: url(../images/sprite.png) no-repeat -78px -184px;
	width:21px;
	height:21px;
	position:absolute;
	left:11px;
	top:15px;
}
.item-list-col{
	float:left;
	font-size:14px;
	line-height:14px;
	text-align:left;
	padding:1px 0 0;
	white-space: nowrap;
}
.item-list-col a{
	color:#1a71b8;
	display:inline-block;
	vertical-align:top;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	padding:0 0 0 22px;
	position:relative;
	text-decoration:none;
	margin:7px 0 0;
}
.item-list-col a span{
	border-bottom:1px dotted;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}
.item-list-col a:hover{
	color:#0089ff;
}
.item-list-col a:hover span{
	border-bottom-color:transparent;
}
.item-list-col a:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -9999px -9999px;
	position:absolute;
	left:0;
	top:-3px;
	width:14px;
	height:19px;
}
.item-list-col .compare-link:after{
	background-position: -109px -184px ;
}
.item-list-col .buy-link:after{
	background-position: -137px -182px ;
}
.item-list-aside{
	background-color: #fff;
	border-left:1px solid #d0dae2;
	width:97px;
	position:absolute;
	bottom:0;
	right:0;
	top:0;
	color:#3f3f3f;
	font-size:12px;
	line-height:20px;
	text-align:center;
	z-index:16;
	overflow:hidden;
	padding:16px 0 0;
}
.color-gallery{
	overflow:hidden;
	position:absolute;
	top:48px;
	bottom:36px;
	right:0;
	width:100%;
}
.color-gallery>ul{
	list-style: none;
	margin:0;
	padding:0 !important;
}
.color-gallery>ul>li{
	position:relative;
	overflow:hidden;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	width:54px;
	height:54px;
	margin:4px auto;
}
.color-gallery>ul>li:before{
	display:none;
}
.content .item-list > li:hover,
.item-list > li:hover{
	z-index:25;
}
.page-wrapper{
	border:1px solid #d2e3f2;
	border-width: 1px 0;
	padding:10px 0;
	margin:30px 0;
	overflow:hidden;
	font-size:14px;
	line-height:30px;
}
.page-wrapper .next,
.page-wrapper .prev{
	float:left;
	color:#616161;
	padding:0 0 0 20px;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration:none;
	position:relative;
}
.page-wrapper .next:hover,
.page-wrapper .prev:hover{
	color:#0089ff;
}
.page-wrapper .next{
	float:right;
	left:auto;
	padding:0 20px 0 0;
}
.page-wrapper .next:before,
.page-wrapper .prev:before,
.page-wrapper .next:after,
.page-wrapper .prev:after{
	content: '';
	width:7px;
	height:10px;
	position:absolute;
	left:6px;
	top:11px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	background: url(../images/sprite.png) no-repeat -238px -72px;
}
.page-wrapper .next:before{
	background-position: -254px -72px;
}
.page-wrapper .next:before,
.page-wrapper .next:after{
	left:auto;
	right:6px;
}
.page-wrapper .prev:after,
.page-wrapper .next:after{
	opacity:0;
	background-position: -238px -93px;
}
.page-wrapper .next:after{
	background-position: -255px -93px;
}
.page-wrapper .prev:hover:after,
.page-wrapper .next:hover:after{
	opacity:1;
}
.page-wrapper .prev:hover:before,
.page-wrapper .next:hover:before{
	opacity:0;
}
.page-wrapper .holder{
	overflow:hidden;
	text-align:center;
}
.page-wrapper .holder a{
	text-decoration:none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	display:inline-block;
	vertical-align:top;
	color:#616161;
	min-width:30px;
}
.page-wrapper .holder span{
	display:inline-block;
	vertical-align:top;
	min-width:30px;
}
.page-wrapper .holder a:hover{
	color:#0089ff;
}
.page-wrapper .holder .active{
	color:#616161;
	width:30px;
	text-align:center;
	background-color: #d2e3f2;
}
.article-wrapper{
	font-size:15px;
	line-height:20px;
	margin:30px 0;
}
.views-item-wrap{
	border:2px solid #d0e1f1;
	padding:13px 0 25px;
}
.views-item-wrap .views-item-head{
	margin:0 20px 20px;
	font-size: 30px;
    line-height: 30px;
}
.views-item-wrap .item-list .img{
	height:220px;
	margin:0 0 14px;
}
.views-item-wrap .slider-wrapper{
	margin:20px 0 0;
}
.views-item-wrap .slider-wrapper .next,
.views-item-wrap .slider-wrapper .prev{
	display:none;
}
.views-item-wrap .item-list .name{
	font-size:17px;
	text-decoration:none !important;
}
.views-item-wrap .item-list .price{
	font-size:18px;
}
.heading-wrapper.a-left{
	text-align:left;
}
.heading-wrapper.a-left .heading-center{
	padding-left:0;
}
.heading-wrapper.a-left h2{
	margin-left:0;
	font-size:30px;
	margin-right:0px;
}
.heading-wrapper.a-left .heading-center:before,
.heading-wrapper.a-left .heading-center:after{
	display:none;
}
.card-wrapper{
	position:relative;
	margin-bottom:35px;
}
.card-wrapper:after{
	content: '';
	display:block;
	clear: both;
}
.card-gallery{
	float:left;
	width:47%;
	height:460px;
	position:relative;
	padding:0 0 0 80px;
}
.card-gallery .tips-wrap{
	right:3%;
}
.card-gallery .card-img{
	position:relative;
	width:100%;
	height:100%;
}
.card-gallery .card-main-gallery,
.card-gallery .card-main-gallery-empty{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.card-gallery .card-main-gallery ul{
	margin:0;
	padding:0;
	list-style: none;
	width:9999px;
	height:100%;
	float:left;
}
.card-gallery .card-main-gallery ul li{
	float:left;
	height:100%;
	width:475px;
	margin:0;
}
.card-gallery .card-main-gallery ul li:before{
	display:none;
}
.card-gallery .card-main-gallery a{
	display:block;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	height:100%;
	position:relative;
}

.card-gallery .card-main-gallery-empty div{
	display:block;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	height:100%;
	position:relative;
}

.card-gallery-switcher{
	width:83px;
	position:absolute;
	top:50%;
	left:0;
	height:250px;
	margin:-125px 0 0;
	padding:0 9px 0 0;
}
.card-gallery-switcher>ul{
	margin:0;
	padding:0;
	list-style: none;
}
.card-gallery-switcher>ul>li{
	width:70px;
	height:70px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	margin:10px 0;
	cursor:pointer;
	position:relative;
}
.card-gallery-switcher>ul>li:before{
	background-color: #d0e1f1;
	height:auto;
	margin-right:0;
	position: absolute;
	top:0;
	bottom:0;
	right:-2px;
	width:2px;
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.card-gallery-switcher>ul>li:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -161px -127px;
	width:9px;
	height:13px;
	position:absolute;
	right:-9px;
	top:50%;
	margin:-7px 0 0;
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.card-gallery-switcher>ul>li:hover:after{
	opacity:1;
	background-position:-173px -127px;
}
.card-gallery-switcher>ul>li:hover:before{
	background-color: #1090ff;
	opacity:1;
}
.card-gallery-switcher>ul>li.active:after{
	background-position:-161px -127px;
	opacity:1;
}
.card-gallery-switcher>ul>li.active:before{
	opacity:1;
	background-color: #d0e1f1;
}
.panel-сompare-product{
	position:fixed;
	bottom:0;
	left:-9999px;
	z-index:40;
	width:100%;
	background-color: #e8eff5;
	padding:10px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	text-align:center;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity:0;
}
.panel-сompare-product.popupActive{
	opacity:1;
	left:0;
}
.panel-сompare-product .title{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:30px;
	font-weight:300;
	margin:5px 0 10px;
	padding:0 0 0 29px;
}
.panel-сompare-product .title:after{
	content: '';
	position:absolute;
	left:0;
	top:0;
	background: url(../images/sprite.png) no-repeat -281px -63px;
	width:19px;
	height:23px;
}
.panel-сompare-product .btn{
	padding-left:15px;
	padding-right:15px;
	margin-left:20px;
	vertical-align:middle;
}
.card-info{
	float:right;
	width:50%;
	padding:0;
}
.card-info h1{
	margin:13px 0 11px;
}
.card-info .description{
	margin:0 0 11px;
	color:#5f5f5f;
	font-size:20px;
	line-height:24px;
}
.card-row{
	position:relative;
	margin:0 0 23px;
}
.card-info .card-list-btn:after,
.card-row:after{
	content: '';
	display:block;
	clear:both;
}
.card-row .article strong{
	color:#4f4f4f;
}
.card-row .article{
	float:left;
	color:#4f4f4f;
	font-size:14px;
	line-height:16px;
}
.card-row .item-like{
	float:right;
	font-size: 14px;
}
.card-row .item-like ul{ margin: 0;}
.card-row .item-like li:before{display: none; }
.card-row .item-like .ya-share2{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.card-row .card-col{
	float:left;
	width:50%;
}
.card-row .card-col:last-child{
	float:right;
	width:47%;
}
.card-info .price-block{
	background-color:#e8eff5;
	padding:20px 5px 20px 20px;
	margin-bottom:4px;
}
.card-info .card-price{
	position:relative;
	margin:0 0 15px;
}
.card-info .card-price p{
	position:relative;
	margin:5px;
}
.card-info .card-price .price{
	color:#000;
	font-size:30px;
	display:inline-block;
	vertical-align:middle;
	margin:0 7px 0 0;
}
.card-info .card-price .discount {
	background-color: #c30000;
	color: #fff;
	padding: 0 10px;
	font-size:15px;
	display:inline-block;
	vertical-align:middle;
	margin:0 7px 0 0;
}
.card-info .card-price .old-price {
	color: #a7a7a7;
	text-decoration: line-through;
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
}
.card-info .card-list-btn{
	position:relative;
}
.card-info .card-list-btn .btn:after {
	background:url("../images/sprite.png") no-repeat scroll -78px -184px;
	content: "";
	height: 21px;
	left: 17px;
	position: absolute;
	top: 20px;
	width: 21px;
}
.card-info .card-list-btn span{ display: block; }
.card-info .card-list-btn .btn {
	float: left;
	font-size: 18px;
	margin: 0 10px 0 0;
	min-width: 10px;
	padding:20px 17px 20px 47px;
	text-align: left;
}
.card-note{
	color:#8fa1b0;
	font-style:italic;
	font-size:13px;
	line-height:13px;
}
.card-info .item-list-col a{
	margin-top:10px;
}
.select-delivery{
	position:relative;
	margin:0 0 10px;
}
.select-delivery .selected-wrap{
	border:2px solid #d0e1f1;
	background-color: #fff;
	color:#3e3e3e;
	cursor:pointer;
	font-size:15px;
	line-height:22px;
	padding:15px 30px 15px 50px;
	position:relative;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.select-delivery.activeSelect .selected-wrap,
.select-delivery .selected-wrap:hover{
	background-color: #d0e1f1;
}
.select-delivery .selected-wrap .title{
	font-size:20px;
	display:block;
	position:relative;
}
.select-delivery .selected-wrap .city{
	font-size:15px;
	display:block;
}
.select-delivery .selected-wrap .delivery{
	font-size:15px;
	display:block;
}
.select-delivery .selected-wrap .title:after{
	content: '';
	position:absolute;
	left:-42px;
	top:4px;
	background:url("../images/sprite.png") no-repeat scroll -427px -62px;
	width:34px;
	height:19px;
}
.select-delivery .selected-wrap.nodrop:before{
	content: unset;
}
.select-delivery .selected-wrap:before{
	content: '';
	position:absolute;
	right:18px;
	top:26px;
	background:url("../images/sprite.png") no-repeat scroll -246px -146px;
	width:10px;
	height:7px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.select-delivery.activeSelect .selected-wrap:before{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.select-delivery-drop{
	border:2px solid #d0e1f1;
	background-color: #fff;
	margin:-2px 0 0;
	top:100%;
	left:-9999px;
	width:100%;
	font-size:15px;
	line-height:15px;
	position:absolute;
	z-index:25;
	color:#303030;
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.activeSelect .select-delivery-drop{
	left:0;
	opacity:1;
}
.select-delivery-drop>div{
	padding:10px 20px;
	cursor:pointer;
	position:relative;
}
.select-delivery-drop>div.active{
	display:none;
}
.select-delivery-drop>div:hover{
	background-color:#e8eff5;
}
.select-delivery-drop>div:after{
	content: '';
	display:block;
	clear:both;
}
.select-delivery .selected-wrap .delivery .holder,
.select-delivery-drop .holder{
	overflow:hidden;
	display:block;
}
.select-delivery .selected-wrap .delivery .price,
.select-delivery-drop .price{
	float:right;
	font-size:14px;
	color:#c30000;
	margin-left:5px;
}
.btn-shop,
a.btn-shop{
	color:#1f74ba;
	display:block;
	padding:14px 10px;
	margin:0 0 13px;
	font-size:17px;
	line-height:20px;
	background-color: #fff;
	border:2px solid #1f74ba;
	text-decoration:none;
	position:relative;
	text-align:center;
	-webkit-transition: background 0.2s linear,color 0.2s linear;
	transition: background 0.2s linear,color 0.2s linear;
	text-transform:lowercase;
}
.btn-shop:hover,
a.btn-shop:hover{
	background-color: #1f74ba;
	color:#fff;
}
.reviews-link-wrap{
	text-align:center;
}
.reviews-link{
	font-size:15px;
	line-height:15px;
	color:#313442;
	padding:0 0 0 25px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	text-transform:lowercase;
}
.reviews-link i,
.btn-shop i{
	text-transform:none;
	font-style:normal;
}
.reviews-link:before{
	content: '';
	background:url("../images/sprite.png") no-repeat scroll -185px -127px;
	width:16px;
	height:14px;
	position:absolute;
	left:0;
	top:0px;
}
.reviews-link span{
	color:#1a71b8;
	border-bottom:1px dotted;
	-webkit-transition: border 0.2s linear,color 0.2s linear;
	transition: border 0.2s linear,color 0.2s linear;
}
.reviews-link:hover span{
	border-bottom-color:transparent;
	color:#1090ff;
}
.other-models-block{
	position:relative;
	margin:0 0 15px;
}
.other-models-block .title{
	color:#3f3f3f;
}
.content .other-list-item,
.other-list-item{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.content .other-list-item>li,
.other-list-item>li{
	float:left;
	width:60px;
	height:60px;
	border:2px solid transparent;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
	margin:10px 4px 0;
}
.content .other-list-item>li:hover,
.other-list-item>li:hover{
	border-color:#d0e1f1;
}
.other-list-item>li:before{
	display:none !important;
}
.other-list-item a{
	display:block;
	height:100%;
	width:100%;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
}
.stock-panel{
	background-color:#f4ead8;
	color:#98896e;
	font-size:15px;
	line-height:20px;
	padding:12px 10px 12px 30px;
	position:relative;
}
.stock-panel:after{
	position:absolute;
	left:6px;
	top:5px;
	content:'!';
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	width:20px;
	text-align:center;
}
.stock-panel a{
	color:#344293;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.stock-panel a:hover{
	color:#1090ff;
}
.characteristics-wrapper{
	position:relative;
}
/*.characteristics-wrapper h2{
	font-size:30px;
}*/
.characteristics-wrapper .heading-wrapper{
	margin:0 0 15px;
}
.characteristics-table-wrap:after,
.characteristics-wrapper:after{
	display:block;
	clear:both;
	content:'';
}
.characteristics-col{
	float:left;
	width:72.7%;
}
.characteristics-table-wrap{
	position:relative;
	margin:0 0 34px;
}
.characteristics-table{
	float:left;
	width:48.4%;
	font-size:16px;
	line-height:20px;
	color:#000;
	border-bottom:0;
	margin:0;
}
.characteristics-table:last-child{
	float:right;
}
.characteristics-table td{
	padding:9px 0 8px 10px;
}
.characteristics-table td:first-child{
	white-space:nowrap;
	color:#636f79;
	padding-left:0px;
	width:40%;
	padding-top:7px;
	padding-bottom:6px;
}
.characteristics-table .ico{
	display:inline-block;
	min-width:30px;
	height:26px;
	line-height:26px;
}
.characteristics-table .ico{
	vertical-align:middle;
}
.characteristics-description{
	line-height:24px;
	color:#4b4b4b;
	font-size:16px;
	margin:20px 0 34px;
}
.total-reviews{
	position:absolute;
	right:0;
	top:6px;
	text-decoration:none;
	color:#fff !important;
	background-color:#344293;
	padding:5px 10px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
	font-size:15px;
	line-height:20px;
	z-index:5;
}
.total-reviews:hover{
	background-color:#1a71b8;
}
.total-reviews:after{
	position:absolute;
	left:-10px;
	top:0;
	height:100%;
	width:10px;
	content:'';
	background-color:#fff;
}
.reviews-box{
	position:relative;
	margin-bottom:34px;
}
.reviews-box .reviews:after,
.reviews-box:after{
	display:block;
	clear:both;
	content:'';
}
.reviews-box .reviews{
	margin:0 -15px 12px;
	padding:0;
	list-style: none;
}
.reviews-box .reviews li{
	margin:0;
	float:left;
	padding:0 15px;
	width:50%;
}
.reviews-box .reviews{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.reviews-box .reviews>li{
	display:inline-block;
	vertical-align:top;
	float:none;
	width:100%;
	margin:40px 0 0;
}
.reviews .answer{
	background-color:#e8eff5;
	margin:19px -19px -16px;
	padding:29px 19px 29px 39px;
	position:relative;
}
.reviews .answer:after{
	content: '';
	background-color: #2c3c87;
	width:4px;
	position:absolute;
	left:19px;
	top:18px;
	bottom:18px;
}
.reviews .answer .name{
	color:#353535;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 10px;
}
.reviews .answer .text{
	color:#4e4e4e;
	font-size:14px;
	line-height:18px;
}
.reviews-box .reviews-body{
	border:2px solid #d0e1f1;
	padding:16px 19px;
	position:relative;
}
.reviews-box .reviews-body p{
	margin:20px 0;
}
.reviews-box .reviews-body p:first-child{
	margin-top:0;
}
.reviews-box .reviews-body p:last-child{
	margin-bottom:0;
}
.reviews-box .reviews-body:after{
	content: '';
	background: url(../images/sprite.png) no-repeat -131px -123px;
	width:15px;
	height:17px;
	position:absolute;
	top:-17px;
	left:15px;
}
.reviews-box .reviews li:before{
	display:none !important;
}
.reviews-box .reviews-all{
	display:block;
	background-color: #e8eff5;
	color:#344293;
	padding:10px 20px 9px;
	margin:16px -19px -16px;
	height:39px;
	font-size:15px;
	line-height:20px;
	text-decoration:none;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.reviews-box .reviews-all:hover{
	color:#0089ff;
	background-color: #d0e1f1;
}
.reviews-box .reviews-all span{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding-right:13px;
}
.reviews-box .reviews-all span:before,
.reviews-box .reviews-all span:after{
	content: '';
	position:absolute;
	right:0;
	top:7px;
	width:5px;
	height:8px;
	background: url(../images/sprite.png) no-repeat -79px -146px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.reviews-box .reviews-all span:after{
	opacity:0;
	background-position: -79px -159px;
}
.reviews-box .reviews-all:hover span:before{
	opacity:0;
}
.reviews-box .reviews-all:hover span:after{
	opacity:1;
}
.reviews-box .text{
	color:#4e4e4e;
	font-size:15px;
	line-height:20px;
}
.reviews-btn{
	background-color:#1a71b8;
	font-size:17px;
	line-height:20px;
	padding:10px 17px;
	color:#fff !important;
	text-decoration:none;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:inline-block;
	vertical-align:top;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.reviews-btn:hover{
	background-color:#2c3c87;
}
.default-star{
	display:block;
	width:115px;
	vertical-align:top;
	overflow:hidden;
	margin:0 0 5px;
}
.reviews-box .default-star{
	margin:-10px 0 11px;
}
.default-star .star{
	width:21px;
	height:20px;
	background: url(../images/sprite.png) no-repeat -207px -151px;
	float:left;
	margin:0 2px 0 0;
}
.default-star .star.active{
	background-position:-183px -151px;
}
.similar-models-col{
	float:right;
	width:21.7%;
}
.similar-models-col h2{
	margin:0;
}
.similar-wrapper{
	position:relative;
}
.similar-wrapper .similar-slider{
	position:relative;
	overflow:hidden;
}
.similar-wrapper .item-list{
	width:9999px;
}
.similar-wrapper .item-list li{
	float:left;
}
.similar-wrapper .item-list li:hover .name{
	color:#344293;
	text-decoration:none;
}
.item-list-inner{
	position:relative;
	margin:0 0 18px;
	float:left;
	width:100%;
}
.similar-wrapper .gallery-nav{
	text-align:center;
	margin-top:-27px;
	z-index:20;
	position:relative;
}
.similar-wrapper .next,
.similar-wrapper .prev{
	width:33px;
	height:33px;
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin:0 3px 0 0;
	background-color:#344293;
	-webkit-border-radius:20px;
	border-radius:20px;
	-webkit-transition: background 0.2s linear, opacity 0.2s linear;
	transition: background 0.2s linear, opacity 0.2s linear;
}
.similar-wrapper .next:after,
.similar-wrapper .prev:after{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	background: url(../images/sprite.png) no-repeat -162px -70px;
	width:8px;
	height:16px;
	margin:-8px 0 0 -4px;
}
.similar-wrapper .next:after{
	background-position:-205px -70px;
	margin:-8px 0 0 -3px;
}
.similar-wrapper .next:hover,
.similar-wrapper .prev:hover{
	background-color:#1a71b8;
}
.similar-wrapper .next{
	margin:0 0 0 3px;
}
.similar-wrapper .switcher{
	margin:10px 0 0;
	padding:0;
	list-style:none;
	display:inline-block;
	vertical-align:top;
}
.similar-wrapper .switcher li{
	display:inline-block;
	vertical-align:top;
	margin:0 2px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background-color:#aab3e8;
	width:14px;
	height:14px;
	overflow:hidden;
	text-indent:-999px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
	cursor:pointer;
}
.similar-wrapper .switcher li:hover{
	background-color:#1a71b8;
}
.similar-wrapper .switcher li:before{
	display:none;
}
.similar-wrapper .switcher li.active{
	background-color:#344293;
}
.similar-wrapper .next.disabled,
.similar-wrapper .prev.disabled{
	opacity:0.5;
	background-color:#344293;
}
.similar-wrapper .item-list .img{
	height:230px;
	margin-bottom:7px;
}
.similar-wrapper .item-list .name{
	font-size:17px;
	line-height:20px;
	text-align:center;
}
.similar-wrapper .item-list .price-row{
	text-align:center;
}
.similar-wrapper .item-list .price{
	font-size:18px;
	line-height:20px;
	text-align:center;
}
.starRating-wrap{
	display:block;
	position:relative;
	overflow:hidden;
	margin:0 0 10px;
}
div.rating-cancel,
div.star-rating{
	float:left;
	width:42px;
	height:40px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden;
}
div.rating-cancel{
	display:none !important;
}
div.rating-cancel a{
	background:url(delete.gif) no-repeat 0 -16px;
}
div.star-rating,
div.star-rating a{
	background: url(../images/sprite.png) no-repeat -215px -182px;
}
div.rating-cancel a,
div.star-rating a{
	display:block;
	height:100%;
	background-position:-215px -182px;
	border:0;
}
div.star-rating-on a{
	background-position:-168px -182px!important;
}
div.star-rating-hover a{
	background-position:-168px -182px;
}
div.star-rating-readonly a{
	cursor:default !important;
}
div.star-rating{
	background:transparent!important;
	overflow:hidden!important;
	margin-right:2px;
}
table .status-item{
	display:block;
	width:25px;
	height:25px;
	margin:0 auto;
}
.popup-wrapper table{
	border-bottom:0;
}
.popup-wrapper table tr:last-child td{
	border-bottom:0;
}
.popup-wrapper table td	{
	vertical-align:middle;
}
.popup-wrapper table .btn{
	padding:10px 15px;
	font-size:15px;
	min-width:auto;
}
table .status-item.status-ok{
	background: url(../images/sprite.png) no-repeat -44px -223px;
}
table .status-item.status-no{
	background: url(../images/sprite.png) no-repeat -42px -253px;
}
table address{
	font-style:normal;
	display:inline-block;
	position:relative;
	padding:0 0 0 20px;
}
table address:after{
	content: '';
	position:absolute;
	left:0;
	top:2px;
	background: url(../images/sprite.png) no-repeat -128px -218px;
	width:14px;
	height:16px;
}
.aside-basket-wrap{
	position:relative;
	font-size:15px;
	line-height:15px;
	min-height: 322px;
	-webkit-transition: height 0.2s linear;
	transition: height 0.2s linear;
}
.aside-basket-fixed{
	position:absolute;
	width:100%;
}
.aside-basket-fixed.fixed{
	position:fixed;
	top:70px;
}
.aside-basket-fixed.bottom{
	bottom:0;
	position:absolute;
}
.aside-basket{
	background-color: #313442;
	padding:20px;
	margin:0 0 10px;
}
.aside-basket .basket-total{
	color:#fff;
	font-size:26px;
	line-height:24px;
	margin:0 0 6px;
}
.aside-basket .basket-total span{
	color:#ce2e00;
}
.aside-basket .basket-note{
	font-size:14px;
	color:#90979d;
	margin:6px 0 17px;
}
.coupon-wrap{
	position:relative;
	margin:17px 0;
}
.coupon-wrap .coupon-title{
	color:#33a3ff;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	position:relative;
	padding:0 0 0 35px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}
.coupon-wrap .coupon-title span{
	border-bottom:1px dotted;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}
.coupon-wrap .coupon-title:hover{
	color:#fff;
}
.coupon-wrap .coupon-title:hover span{
	border-bottom-color:transparent;
}
.coupon-wrap .coupon-result:after,
.coupon-wrap .coupon-title:before,
.coupon-wrap .coupon-title:after{
	content: '';
	position:absolute;
	left:0;
	top:0;
	width:28px;
	height:15px;
	background: url(../images/sprite.png) no-repeat -316px -69px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.coupon-wrap .coupon-result:after{
	background-position: -316px -94px;
}
.coupon-wrap .coupon-title:after{
	background-position: -316px -94px;
	opacity:0;
}
.coupon-wrap.error .coupon-title:before,
.coupon-wrap.active .coupon-title:before,
.coupon-wrap .coupon-title:hover:before{
	opacity:0;
}
.coupon-wrap.error .coupon-title:after,
.coupon-wrap.active .coupon-title:after,
.coupon-wrap .coupon-title:hover:after{
	opacity:1;
}
.aside-basket .btn{
	display:block;
	padding-left:0;
	padding-right:0;
	min-width: auto;
}
.coupon-wrap .coupon-title i{
	display:none;
	font-style:normal;
	color:#fff;
	vertical-align:top;
}
.coupon-wrap.error .coupon-title i,
.coupon-wrap.active .coupon-title i{
	display:inline-block;
}
.coupon-wrap.error .coupon-title span,
.coupon-wrap.active .coupon-title span,
.coupon-wrap.ok .coupon-title{
	display:none;
}
.coupon-wrap .coupon-error{
	color:#ce2e00;
	display:none;
	vertical-align:top;
	margin-top:5px;
}
.coupon-wrap.error .coupon-error{
	display:block;
}
.coupon-wrap .coupon-input{
	display:block;
	width:185px;
	height:30px;
	background-color: #fff;
	line-height:30px;
	padding:0 10px;
	color:#000;
	font-size:15px;
	border:0;
	display:none;
	margin:7px 0 0;
}
.coupon-wrap.error .coupon-input,
.coupon-wrap.active .coupon-input{
	display:block;
}
.coupon-wrap.ok .coupon-input{
	display:none;
}
.coupon-wrap .coupon-result{
	padding:0 0 0 35px;
	position:relative;
}
.coupon-wrap .coupon-result{
	color:#fff;
}
.coupon-wrap .coupon-result strong{	color: #ce2e00; }
.coupon-wrap .coupon-result a{ color: #1a71b8; }

a.back-article-btn,
a.back-basket-btn{
	position:absolute;
	right:0;
	top:-45px;
	color:#4a5a6a;
	font-size:14px;
	line-height:20px;
	padding:5px 10px;
	background-color:#d0e1f1;
	text-decoration:none;
	z-index:10;
	-webkit-transition: background 0.2s linear,color 0.2s linear;
	transition: background 0.2s linear,color 0.2s linear;
}
a.back-article-btn{
	top:0;
	position:relative;
	float:right;
	margin-left:20px;
}
a.back-article-btn:hover,
a.back-basket-btn:hover{
	color:#fff;
	background-color:#225b9a;
}
.order-wrapper{
	position:relative;
}
.order-holder{
	position:relative;
	margin:0 -5px;
}
.order-holder:after{
	content: '';
	display:block;
	clear: both;
}
.order-col{
	float:left;
	width:33.33%;
	padding:0 5px;
}
.order-block{
	position:relative;
	border:1px solid #a5bed6;
	padding:16px 20px 10px;
	margin:10px 0 0;
	color:#777777;
	font-size:14px;
	line-height:20px;
	min-height: 510px;
}
.order-wrapper .city-col{
	padding:0;
	position:relative;
	display:block;
	margin:-16px -20px -10px;
	padding:16px 20px 16px;
	float:none;
}
.order-wrapper .header-city{
	padding-left:0;
	float:none;
	display:inline-block;
	vertical-align:top;
}
.order-wrapper .header-city:after{
	display:none;
}
.order-wrapper h3{
	color:#282828;
	margin:0 0 20px;
	font:22px/22px 'PT Sans', sans-serif;
}
.order-wrapper .title-city{
	font-size:22px;
	color:#282828;
}
.order-wrapper .opener-city{
	margin-top:4px;
}
.order-wrapper .city-drop{
	top:100%;
}
.content .city-list{
	margin:0;
}
.content .city-list > li{
	margin:0 0 12px;
}
.content .city-list > li:before{
	display:none;
}
.popup .order-block .checked-wrap,
.order-wrapper .checked-wrap{
	padding:15px 20px 15px 50px;
	margin:-1px -20px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.popup .order-block .checked-wrap{
	margin-left:-30px;
	margin-right:-30px;
	padding-left:60px;
	padding-right:30px;
}
.popup .order-block .checked-wrap.activeCh,
.order-wrapper .checked-wrap.activeCh{
	background-color:#e8eff5;
}
.popup .order-block .radio-wrap,
.order-wrapper .radio-wrap{
	margin:0 0 0 -30px;
	color:#464646;
	font-size:17px;
}
.popup .order-block .radio-wrap{
	display:block;
}
.popup .order-block .radio-wrap span{
	display:block;
}
.popup .order-block .radio-wrap .address{
	margin-left:30px;
}
.popup .order-block .radio-wrap > span,
.order-wrapper .radio-wrap > span{
	font-weight:normal !important;
}
.popup .order-block .form_row{
	border-bottom:1px solid #e8eff5;
	margin:0;
}
.order-wrapper .form_row{
	font-size:14px;
}
.popup .order-block .form_row > label,
.order-wrapper .form_row > label{
	font-size:15px;
}
address.address,
.map-list_row .phone,
.map-list_row .time{
	font-size:15px;
	color:#535b61;
	line-height:20px;
	padding:0 0 0 20px;
	font-style:normal;
	position:relative;
}
address.address:before{
	content: '';
	width:14px;
	height:16px;
	position:absolute;
	left:0;
	top:2px;
	background: url(../images/sprite.png) no-repeat -128px -218px;
}
.map-list_row .phone:before{
	content: '';
	width:10px;
	height:17px;
	position:absolute;
	left:0;
	top:2px;
	background: url(../images/phone.png) no-repeat;
}
.map-list_row .time:before{
	content: '';
	width:14px;
	height:14px;
	position:absolute;
	left:0;
	top:2px;
	background: url(../images/time.png) no-repeat;
}
a.opener-showroom{
	color: #1a71b8;
	border-bottom:1px dotted;
	margin:2px 0;
	text-decoration:none;
	-webkit-transition: background 0.2s linear,color 0.2s linear;
	transition: background 0.2s linear,color 0.2s linear;
}
a.opener-showroom:hover{
	color:#0089ff;
	border-bottom-color:transparent;
}
.order-wrapper .select-wrap{
	width:232px;
	height:30px;
	margin-top:2px;
	margin-bottom:2px;
}
.order-wrapper .select-selected{
	height: 28px;
	padding-top:4px;
	padding-bottom:4px;
}
.order-wrapper .select-drop li{
	padding-top:5px;
	padding-bottom:5px;
}
.order-city{
	min-height: 55px;
}
.order-delivery{
	min-height:445px;
}
.order-welcome{
	position:relative;
	border:2px solid #e8eff5;
	padding:24px 20px 34px;
	text-align:center;
	color:#3e3e3e;
	font-size:20px;
	line-height:24px;
	margin:0 0 30px;
}
.order-welcome .description{
	margin:0;
}
.order-welcome .tel{
	font-weight:bold;
	margin:0 0 28px;
}
.order-welcome .order-num{
	background-color: #313442;
	border:10px solid #e8eff5;
	display:inline-block;
	vertical-align:top;
	min-width: 295px;
	padding:27px 40px 36px;
}
.order-welcome .order-num .num{
	color:#ff3900;
	font:300 50px/50px 'Open Sans', sans-serif;
	margin:0 0 8px;
	position:relative;
}
.order-welcome .order-num .num:before,
.order-welcome .order-num .num:after{
	content: '';
	position:absolute;
	left:-16px;
	top:50%;
	width:16px;
	height:1px;
	background-color: #e8eff5;
}
.order-welcome .order-num .num:after{
	left:auto;
	right:-16px;
}
.order-welcome .order-num .title-num{
	color:#b8bdd4;
	font-size:15px;
	line-height:15px;
}
.product-day{
	position:relative;
	border:1px solid #d0e1f1;
	padding:20px;
	margin:20px 0;
}
.product-day .card-gallery{
	width:36%;
	height:323px;
}
.product-day-characteristic:after,
.product-day-row:after,
.product-day:after{
	content: '';
	clear: both;
	display:block;
}
.product-day-info{
	float:right;
	width:60.5%;
	padding:16px 0;
}
.product-day-row{
	position:relative;
	margin:0 0 7px;
}
.countdown-container,
.time-wrap{
	float:right;
	width:170px;
	height:60px;
	overflow:hidden;
	margin:0 0 0 20px;
}
.countdown-container span{
	float:left;
	width:50px;
	margin:0 0 0 10px;
	text-align:center;
}
.countdown-container span:first-child{
	margin-left:0;
}
.countdown-container b{
	line-height:42px;
	font-size:22px;
	display:block;
	width:50px;
	height:42px;
	color:#fff;
	background:#313442 url(../images/sprite.png) no-repeat -276px -122px;
}
.countdown-container i{
	line-height:14px;
	font-size:14px;
	display:block;
	color:#999;
	font-style:normal;
}
.product-day-holder{
	float:left;
}
.product-day .name-wrap{
	overflow:hidden;
	line-height:24px;
}
.product-day .name{
	color:#344293;
	text-decoration:none;
	font-size:24px;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.product-day .name:hover{
	color:#0089ff;
}
.product-day .description{
	color:#616161;
	text-decoration:none;
	font-size:17px;
}
.product-day .price-wrap{
	background-color: #e8eff5;
	padding:15px;
	overflow:hidden;
	margin:0 0 23px;
}
.product-day .price-holder{
	line-height:20px;
	display:inline-block;
	padding:9px 0 8px;
}
.product-day .price{
	font-size:26px;
	color:#000;
	margin-right:10px;
}
.product-day .old-price{
	font-size:18px;
	color:#a7a7a7;
	text-decoration:line-through;
}
.product-day .price-btn{
	float:right;
}
.product-day .parsimony{
	float:left;
	background-color: #c30000;
	color:#fff;
	font-size:15px;
	line-height:20px;
	padding:10px;
}
.product-day .btn:after {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -78px -184px;
	content: "";
	height: 21px;
	left: 16px;
	position: absolute;
	top: 10px;
	width: 21px;
}
.product-day .btn{
	float: left;
	font-size: 20px;
	margin: 0 0 0 10px;
	min-width: 10px;
	padding: 10px 20px 10px 46px;
	text-align: left;
}
.product-day-characteristic{
	position:relative;
	color:#000;
	font-size:14px;
	line-height:16px;
}
.content .characteristic-list,
.characteristic-list{
	float:left;
	width:33.33%;
	margin:0;
	padding:0 10px 0 0;
	list-style: none;
}
.content .characteristic-list:last-child,
.characteristic-list:last-child{
	padding-right:0;
}
.content .characteristic-list li,
.characteristic-list li{
	margin:0 0 14px;
	position:relative;
	padding:0 0 0 30px;
}
.content .characteristic-list li:before,
.characteristic-list li:before{
	display:none;
}
.characteristic-list .ico{
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	top:50%;
	left:0;
	margin:-15px 0 0;
}
.characteristic-list .ico img{
	vertical-align:middle;
}
.product-day-slogan{
	text-transform:uppercase;
	color:#4b4b4b;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	margin:0 0 24px;
}
.product-day-slogan span{
	color:#c30000;
}
.product-day-description{
	color:#4b4b4b;
	font-size:16px;
	line-height:24px;
	margin-bottom:24px;
}
.product-day-note{
	color:#4b4b4b;
	font-size:14px;
	line-height:24px;
	margin-bottom:24px;
}
.content .filter-list,
.filter-list{
	margin:0;
	padding:0;
	list-style: none;
	overflow:hidden;
	font-size:15px;
	line-height:20px;
}
.content .filter-list li,
.filter-list li{
	margin:0 10px 10px 0;
	float:left;
}
.content .filter-list li:last-child,
.filter-list li:last-child{
	margin-right:0;
}
.content .filter-list li:before,
.filter-list li:before{
	display:none;
}
.filter-list a{
	float:left;
	color:#2c3c87;
	background-color: #fff;
	-webkit-transition: background 0.2s linear,color 0.2s linear,border 0.2s linear;
	transition: background 0.2s linear,color 0.2s linear,border 0.2s linear;
	border:1px solid #ccd6df;
	padding:10px;
	text-decoration:none;
	min-width:50px;
	text-align:center;
}
.filter-list li a:hover{
	background-color: #e8eff5;
	color:#0089ff;
	border-color:#e8eff5;
}
.filter-list li a:active,
.filter-list li.active a{
	background-color: #313442;
	border-color:#313442;
	color:#fff;
}
.item-list .characteristic-list{
	width:auto;
	float:none;
	border-top:1px solid #ebebeb;
	margin:30px -5px 0;
	position:relative;
	z-index:20;
}
.item-list .characteristic-list li{
	width:auto !important;
	float:none;
	margin:0;
	cursor:pointer;
	text-align:left;
	padding:10px 20px 9px 50px;
	color:#000;
	font-size:14px;
	line-height:20px;
	border-bottom:1px solid #ebebeb;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.item-list .characteristic-list li .ico{
	left:20px;
}
.item-list .characteristic-list li.difference.active{
	background-color: #f4ead8;
}
.item-list .characteristic-list li:hover,
.item-list .characteristic-list li.hover{
	background-color: #e8eff5;
}
#map{
	height:690px;
	width:100%;
	position:relative;
	margin-bottom:-20px;
}
.landing-wrapper #map{
	height:430px;
}
.contact-wrap{
	position:absolute;
	z-index:20;
	left:50%;
	top:30px;
	width:1180px;
	margin:0 0 0 -590px;
	border:10px solid rgba(255,255,255,0.9);
	background-color:rgba(232,239,245,0.9);
	padding:20px 20px 37px;
}
.contact-table{
	display:table;
	width:100%;
	font-size:17px;
	line-height:22px;
	color:#373737;
}
.contact-table .contact-col{
	display:table-cell;
	vertical-align:middle;
}
.contact-table .contact-col:last-child{
	text-align:right;
}
.contact-table .city{
	font:300 30px/30px 'Open Sans', sans-serif;
	margin:0 0 17px;
	color:#1c1c1c;
}
.contact-table .name{
	color:#040404;
	font-size:22px;
	line-height:22px;
	margin:0 0 6px;
}
.contact-table .address{
	font-style:normal;
	margin:0 0 17px;
}
.contact-table .contact-btn{
	display:inline-block;
	margin: 20px 30px 20px 20px;
	text-decoration:none;
	color:#1a71b8;
	font-size:22px;
	line-height:22px;
	padding:0 0 0 60px;
	position:relative;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.contact-table .contact-btn:hover{
	color:#0089ff;
}
.contact-btn span{
	border-bottom:1px dotted;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
	display:inline-block;
	vertical-align:top;
}
.contact-btn:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:50px;
	height:50px;
	background-color: #1a71b8;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
	-webkit-border-radius:25px;
	border-radius:25px;
	margin:-25px 0 0;
}
.contact-btn:hover:before{
	background-color: #0089ff;
}
.contact-btn.tel-btn:after{
	content:'';
	position:absolute;
	left:17px;
	top:50%;
	width:18px;
	height:24px;
	background:url("../images/sprite.png") no-repeat scroll -85px -64px;
	margin:-12px 0 0;
}
.contact-btn.review-btn:after{
	content:'';
	position:absolute;
	left:12px;
	top:50%;
	width:27px;
	height:25px;
	background:url("../images/sprite.png") no-repeat scroll -120px -252px;
	margin:-12px 0 0;
}
.search-text{
	background-color: #e8eff5;
	padding:10px 15px;
	color:#54606a;
	font-size:17px;
	line-height:24px;
}
.search-text strong{
	color:#21282e;
}
.search-text+.page-filter{
	margin-top:0;
}
.content .article-list,
.article-list{
	margin:0 -15px;
	padding:0;
	list-style:none;
	letter-spacing: -1px;
	font-size:0;
	line-height:0;
	color:#595959;
}
.content .article-list li,
.article-list li{
	margin:0;
	font-size:15px;
	line-height:20px;
	letter-spacing: 0;
	display:inline-block;
	vertical-align:top;
	width:25%;
	position:relative;
	padding:15px;
}
.content .article-list.alternative-list li,
.article-list.alternative-list li{
	width:50%;
}
.content .article-list li:before,
.article-list li:before{
	display:none;
}
.content .article-list li.item4,
.article-list li.item4{
	width:100%;
}
.content .article-list li.item3,
.article-list li.item3{
	width:75%;
}
.content .article-list li.item2,
.article-list li.item2{
	width:50%;
}
.article-list .wrap{
	position:relative;
	min-height:420px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.article-list.alternative-list .wrap{
	min-height:auto;
}
.article-list .wrap:after{
	content:'';
	display:block;
	clear:both;
}
.article-list .wrap:hover{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.article-list.alternative-list .wrap:hover{
	-webkit-box-shadow:none;
	box-shadow:none;
}
.article-link{
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
}
.article-list .img-wrap{
	overflow:hidden;
	height:234px;
	position:relative;
}
.article-list .action-close .img-wrap:before{
	content: '';
	background-color: rgba(0,0,0,0.7);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:1;
}
.article-list .action-close .img-wrap:after{
	content: 'Акция завершена';
	position:absolute;
	left:50%;
	width:80px;
	height:46px;
	top:50%;
	margin:-25px 0 0 -70px;
	color:#fff;
	padding:5px 0 0 60px;
	font-size:15px;
	line-height:20px;
	background:url("../images/sprite.png") no-repeat -164px -236px;
	z-index:1;
}
.article-list.alternative-list .img-wrap{
	float:left;
	width:52%;
	height:300px;
	margin:0 20px 0 0;
}
.article-list.alternative-list .news-promo .img-wrap{
	width:100%;
}
.article-list .article-promo .wrap .img-wrap{
	height:470px;
	width:100%;
	float:none;
	margin:0;
}
.article-list .news-promo .img-wrap,
.article-list .action-promo .img-wrap{
	height:470px;
}
.article-list .img{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.article-list .news-promo .img{
	right:25.5%;
}
.article-list .wrap:hover .img{
	top:-10%;
	left:-10%;
	bottom:-10%;
	right:-10%;
}
.article-list .news-promo .wrap:hover .img{
	right:15.5%;
}
.article-list .text{
	position:relative;
	padding:10px;
}
.article-list.alternative-list .text{
	position:relative;
	overflow:hidden;
	padding:0;
}
.article-list .img-wrap .text{
	position:absolute;
	bottom:0;
	color:#fff;
}
.article-list.alternative-list .article-promo .img-wrap .text{
	margin:20px;
	background-color: rgba(4,16,26,0.5);
	right:0;
	left:0;
	padding:20px;
	overflow:visible;
}
.article-list .action-promo .img-wrap .text{
	padding:40px;
}
.article-list .news-promo .img-wrap .text{
	right:0;
	bottom:0;
	top:0;
	padding:20px;
	width:25.5%;
	background:url("../images/news-promo-bg.png") no-repeat 100% 100% rgba(44,60,135,1);
}
.article-list .discount{
	position:relative;
}
.article-list .date{
	position:relative;
}
.article-list .discount span{
	color:#fff;
	background-color: #c30000;
	padding:5px 8px;
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	line-height:20px;
}
.article-list .action-close .img-wrap .date span,
.article-list .action-close .img-wrap .discount span{
	background-color: #616161 !important;
}
.article-row .date,
.article-list.alternative-list .article-promo .img-wrap .date,
.article-list .cat,
.article-list .news-promo .img-wrap .date,
.article-list .date{
	color:#848484;
	font-size:13px;
	line-height:20px;
	padding:0 0 0 20px;
	position:relative;
	margin:9px 0 0;
}
.article-row .date{
	display:inline-block;
	vertical-align:middle;
	margin:0;
}
.article-row .date:after,
.article-list.alternative-list .article-promo .img-wrap .date:after,
.article-list .news-promo .img-wrap .date:after,
.article-list .date:after{
	content: '';
	height:15px;
	width:15px;
	position:absolute;
	left:0;
	top:3px;
	background:url("../images/sprite.png") no-repeat scroll -101px -120px;
}
.article-list .cat{
	padding:0;
	margin:0 0 14px;
	z-index:15;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.article-list.alternative-list .article-promo .img-wrap .cat{
	margin:-50px 0 20px -20px;
}
.article-list .img-wrap .date{
	padding:0;
	margin:0;
}
.article-row .cat{
	display:inline-block;
	vertical-align:middle;
	margin-right:40px;
}
.article-row .cat span,
.article-list .cat span,
.article-list .img-wrap .date span{
	color:#fff;
	background-color: #344293;
	padding:5px 24px 5px 8px;
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	line-height:20px;
	position:relative;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.article-list.alternative-list .news-promo .cat span{
	background-color: #344293;
	border:2px solid #fff;
}
.article-list .wrap .cat:hover span,
.article-list .wrap:hover .img-wrap .date span{
	background-color: #1a71b8;
}
.article-list.alternative-list .article-promo .img-wrap .date span,
.article-list .news-promo .wrap .img-wrap .date span{
	padding:0;
	color:#b6b6b6;
	font-size:13px;
	line-height:20px;
	background-color: transparent;
}
.article-list.alternative-list .article-promo .img-wrap .date span:after,
.article-list .news-promo .img-wrap .date span:after,
.article-list .img-wrap .date:after{
	display:none;
}
.article-list.alternative-list .article-promo .img-wrap .date:after,
.article-list .news-promo .img-wrap .date:after{
	display:block;
}
.article-row .cat span:after,
.article-list .cat span:after,
.article-list .img-wrap .date span:after{
	content: '';
	height:1px;
	width:50px;
	background-color: #cccccc;
	position:absolute;
	right:-35px;
	top:50%;
}
.article-list .name{
	color:#344293;
	font-size:20px;
	line-height:24px;
	margin:0 0 9px;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.article-list .wrap:hover .name{
	color:#0089ff;
}
.article-list .action-promo .img-wrap .date{
	margin-bottom:17px;
}
.article-list .action-promo .img-wrap .name{
	font-size:30px;
	line-height:34px;
	color:#fff;
	margin:0 0 4px;
}
.article-list .article-promo .img-wrap .name,
.article-list .news-promo .img-wrap .name{
	font-size:24px;
	line-height:28px;
	margin:0 0 4px;
	color:#fff;
}
.article-list .article-promo .wrap:hover .img-wrap .name,
.article-list .news-promo .wrap:hover .img-wrap .name,
.article-list .action-promo .wrap:hover .img-wrap .name{
	text-decoration:underline;
	color:#fff;
}
.article-list .action-promo .img-wrap .description{
	font-size:18px;
	line-height:20px;
}
.article-list .article-promo .img-wrap .description,
.article-list .news-promo .img-wrap .description{
	font-size:16px;
	line-height:22px;
}
.content .menu-list,
.menu-list{
	margin:0 0 10px;
	padding:10px 10px 0;
	list-style: none;
	overflow:hidden;
	font-size:17px;
	line-height:20px;
	background-color: #e8eff5;
}
.aside .menu-list{
	padding-bottom:10px;
}
.bottom-wrap-reviews{
	margin:-10px 0 30px;
}
.top-wrap-reviews{
	margin:0px 0px 0 0;
	position:relative;
 }
 .top-wrap-reviews .reviews-btn{
	position:absolute;
	right:10px;
	top:-68px;
 }
.content .menu-list li,
.menu-list li{
	margin:0 0px 10px 0;
	float:left;
}
.aside .menu-list li{
	width:100%;
	margin:0;
}
.content .menu-list li:last-child,
.menu-list li:last-child{
	margin-right:0;
}
.content .menu-list li:before,
.menu-list li:before{
	display:none;
}
.menu-list a{
	float:left;
	color:#2c3c87;
	-webkit-transition: background 0.2s linear,color 0.2s linear,border 0.2s linear;
	transition: background 0.2s linear,color 0.2s linear,border 0.2s linear;
	border:2px solid transparent;
	padding:15px 13px;
	text-decoration:none;
	min-width:50px;
	text-align:center;
	text-decoration:underline;
}
.menu-list li a:hover{
	background-color: #fff;
	color:#0089ff;
	border-color:#fff;
	text-decoration:none;
}
.menu-list li a.active:active,
.menu-list li a.active:hover,
.menu-list li a:active,
.menu-list li.active a{
	border-color:#2c3c87;
	color:#202020;
	text-decoration:none;
	background-color: transparent;
}
.article-row{
	position:relative;
	margin:10px 0;
}
.brand-switcher{
	overflow:hidden;
	background-color: #e8eff5;
	padding:10px 20px;
}
.brand-switcher a{
	float:left;
	font-size:20px;
	color:#2c3c87;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.brand-switcher a:hover{
	color:#0089ff;
}
.brand-switcher>a{
	float:left;
	margin-right:8px;
	padding:10px 0;
}
.brand-switcher-list{
	margin:0 !important;
	padding:0;
	list-style: none;
	overflow:hidden;
}
.brand-switcher-list li{
	float:left;
	margin:0 !important;
}
.brand-switcher-list li:before{
	display:none !important;
}
.brand-switcher-list a{
	padding:0 8px;
	border:0px solid #2c3c87;
	height:50px;
	line-height:46px;
}
.brand-switcher-list a:hover{
	background-color: #fff;
}
.brand-switcher-list .active a{
	border-width: 2px;
	background-color: transparent;
	color:#2b2b2b;
	text-decoration:none;
}
.brand-list-group{
	margin:28px 0 0 !important;
	padding:0;
	list-style: none;
	overflow:hidden;
	font-size:15px;
	line-height:20px;
}
.brand-list-group>li{
	margin:0 0 30px !important;
	overflow:hidden;
	padding:0 0 0 110px;
	position:relative;
	min-height:60px;
}
.brand-list-group li:before{
	display:none !important;
}
.brand-list-group .letter{
	position:absolute;
	left:0;
	top:10px;
	color:#141414;
	font:300 40px/40px 'Open Sans', sans-serif;
}
.brand-list-group .brand-list{
	padding:0 0 0 20px;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.brand-list-group .brand-list li{
	margin:0 0 10px;
}
.brand-list-group a{
	color:#2c3c87;
	text-decoration:none;
}
.brand-list-group a:hover{
	color:#0089ff;
}
.order-panel{
	display:table;
	background-color: #313442;
	color:#fff;
	font-size:17px;
	width:100%;
	line-height:22px;
	margin:20px 0 0;
}
.order-panel .col{
	padding:20px 0;
	display:table-cell;
	vertical-align:top;
}
.order-panel .col:first-child{
	padding-left:20px;
}
.order-panel .col:last-child{
	padding-right:20px;
	text-align:right;
	white-space: nowrap;
}
.order-panel .note-price{
	float:left;
	margin:0 20px 10px 0;
}
.order-panel .note-price:last-child{
	margin-bottom:0;
}
.order-panel .price-wrap{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin-bottom:10px;
}
.order-panel .btn{
	display:inline-block;
	vertical-align:top;
	margin-left:17px;
}
.order-panel .price{
	font-size:26px;
}
.order-panel .price span{
	color:#ce2e00;
}
.order-panel .note{
	color:#90979d;
	font-size:14px;
}
.popup .order-block{
	border:0;
	padding:0;
}
.form-slider{
	overflow:hidden;
	height:575px;
	margin:0 -30px;
	padding:0 30px;
}
.user-nav{
	background-color:#313442;
	color:#fff;
	font-size:18px;
	line-height:20px;
	margin:0;
	padding:0;
	list-style: none;
}
.user-nav{
	font-style:normal;
}
.user-nav>li{
	margin:0;
}
.user-nav a{
	display:block;
	position:relative;
	padding:15px 10px 15px 56px;
	text-decoration:none;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
	color:#fff;
}
.user-nav .active a,
.user-nav a:hover{
	background-color:#4f5360;
}
.user-nav .ico{
	position:absolute;
	left:13px;
	top:50%;
	margin:-24px 0 0;
	height:42px;
	width:42px;
	line-height:42px;
	text-align:center;
}
.user-nav i{
	font-style:normal;
}
.user-nav .ico img{
	vertical-align:middle;
}
.date-row{
	position:relative;
	margin:0 -5px;
}
.date-row:after{
	content: '';
	display:block;
	clear: both;
}
.date-row .date-col{
	float:left;
	width:38%;
	padding:0 5px;
}
.date-row .date-col:first-child{
	width:24%;
}
.user-form{
	position:relative;
	border:1px solid #d1e2f1;
	padding:15px 20px;
	margin:20px 0 0;
}
.user-form:first-child{
	margin-top:0;
}
.user-form h2{
	margin:0 0 30px;
	color:#282828;
	font:22px/22px 'PT Sans', sans-serif;
}
.user-form .btn{
	min-width:auto;
	padding:15px 20px;
}
.user-form .form_row{
	display:table;
	width:100%;
}
.user-form .form_row>label{
	display:table-cell;
	width:120px;
	vertical-align:top;
	padding:9px 0 0;
}
.user-form .holder{
	display:table-cell;
}
.user-box{
	position:relative;
	text-align:center;
	padding:22px 20px;
	margin:0 0 20px;
}
.user-oredr{
	background-color: #e8eff5;
}
.user-oredr-info{
	border:2px solid #1f74ba;
	color:#2c3c87;
	padding:13px 5px;
	line-height:20px;
	font-size:20px;
	margin:0 0 13px;
}
.user-oredr .row{
	color:#1e1e1e;
	font-weight:bold;
	font-size:15px;
	line-height:20px;
}
.user-oredr .row a{
	font-weight:normal;
}
.user-oredr-info i{
	color:#bfcdd8;
	margin:0 3px;
	font-style:normal;
}
.user-oredr-info span{
	white-space: nowrap;
}
.user-box h3{
	color:#282828;
	margin:0 0 14px;
	font:22px/22px 'PT Sans', sans-serif;
}
.user-discount{
	background-color: #f4ead8;
	padding-bottom:3px;
}
.user-discount .discount{
	color:#2c3c87;
	font-size:40px;
	line-height:40px;
	font-weight:bold;
}
a.help-link{
	display:inline-block;
	vertical-align:top;
	color:#1e74be;
	text-decoration:none;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
	border-bottom:1px dotted;
	font-size:14px;
	line-height:14px;
}
a.help-link:hover{
	color:#1f74ba;
	border-bottom-color:transparent;
}
.user-discount-card{
	border:1px solid #d1e2f1;
	padding-left:8px;
	padding-right:8px;
}
.user-card{
	background:url("../images/bg-card.png") no-repeat 50% 0;
	max-width:276px;
	height:190px;
	margin:0 auto 18px;
	position:relative;
	text-align:center;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.user-card .title{
	color:#fff;
	font-size:13px;
	line-height:20px;
	position:absolute;
	bottom:59px;
	left:50%;
	margin:0 0 0 -117px;
	width:234px;
	overflow:hidden;
}
.user-card .title span{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.user-card .title span i{
	font-style:normal;
}
.user-card .title span:before,
.user-card .title span:after{
	content: '';
	height:1px;
	background-color: #fff;
	width:300px;
	position:absolute;
	left:-317px;
	top:50%;
}
.user-card .title span:after{
	left:auto;
	right:-317px;
}
.user-card .title span i:before,
.user-card .title span i:after{
	content: '';
	height:3px;
	width:3px;
	position:absolute;
	left:-17px;
	top:50%;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #fff;
	margin:-2px 0 0;
}
.user-card .title span i:after{
	left:auto;
	right:-17px;
}
.user-card .form_row{
	position:relative;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:50%;
	height:51px;
	margin:0 0 0 -117px;
	width:234px;
}
.user-card .holder{
	margin:0 -7px;
}
.user-card .holder .input-text{
	float:left;
	width:53px;
	margin:0 0 0 7px;
	height:27px;
	border-color :#192c66;
	line-height:27px;
	text-align:center;
	padding:0;
}
.user-discount-card p{
	margin:0;
	color:#6e6e6e;
	font-size:14px;
	line-height:20px;
}
.user-discount-card .btn{
	-webkit-border-radius:20px;
	border-radius:20px;
	color:#1a71b8 !important;
	border:2px solid #1a71b8;
	font-size:15px;
	line-height:20px;
	width:130px;
	height:40px;
	line-height:36px;
	padding:0;
	background-color: #fff;
	min-width: auto;
	margin:0 0 12px;
}
.user-discount-card .btn:hover{
	color:#fff !important;
	background-color: #1a71b8;
}
.content .user-discount-card .btn{
	margin:12px 0 0;
}
.user-wrapper .exit-btn{
	color:#ef3500;
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding-left:16px;
	margin-left:15px;
}
.user-wrapper .exit-btn:after{
	width:12px;
	height:14px;
	background:url("../images/sprite.png") no-repeat -366px -70px;
	top: 50%;
	left: 0;
	margin:-7px 0 0;
	position:absolute;
	content: "";
}
.fixedHeader .lk-btn:after,
.user-wrapper .user-name:after {
    background:url("../images/sprite.png") no-repeat -164px 0;
    content: "";
    height: 20px;
    left: 0;
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
    width: 20px;
}
.user-wrapper .user-name{
    color: #fff;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 30px;
    max-width:188px;
    overflow:hidden;
    white-space: nowrap;
    text-align:right;
    text-overflow: ellipsis;
}
.user-wrapper .lk-btn{
    color: #fff;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.user-wrapper .lk-btn:hover,
.user-wrapper .exit-btn:hover{
	color:#6fbeff;
}
.user-wrapper{
	float:left;
}
.fixedHeader .user-wrapper .exit-btn,
.fixedHeader .user-wrapper .user-name{
	display:none;
}
.fixedHeader .lk-btn{
	width:30px;
	position:absolute;
	right:416px;
	top:24px;
	text-indent:-9999px;
}
.user-discount-info{
	position:relative;
	color:#282828;
	margin:0 0 19px;
}
.user-discount-info .col span{
	font-size:22px;
	line-height:40px;
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
}
.user-discount-info .col strong{
	color:#2c3c87;
	font-size:40px;
	line-height:40px;
	display:inline-block;
	vertical-align:top;
}
.user-discount-info .col .price{
	font-size:30px;
}
.user-discount-info:after{
	content: '';
	display:block;
	clear: both;
}
.user-discount-info .col{
	float:left;
	width:50%;
	text-align:right;
}
.user-discount-info .col:first-child{
	text-align:left;
}
.user-discount-table{
	display:table;
	width:100%;
	color:#121212;
	font-size:20px;
	line-height:20px;
	border-top:2px solid #fff;
	margin:0 0 18px;
}
.content .user-discount{
	padding:14px 20px 15px;
}
.user-discount-table .user-discount-row{
	display:table-row;
}
.user-discount-table .user-discount-col{
	display:table-cell;
	vertical-align:middle;
	padding:4px 0 4px 20px;
	border-bottom:2px solid #fff;
	height:50px;
}
.user-discount-table .user-discount-col:first-child{
	padding-left:0;
}
.user-discount-table .title{
	font-weight:bold;
	font-size:17px;
}
.user-discount-table .discount{
	color:#2c3c87;
	font-size:24px;
	font-weight:bold;
}
.user-discount p{
	margin:0;
	color:#313131;
	font-size:17px;
	line-height:22px;
}
.content .user-box{
	text-align:left;
}
.content .user-discount-card{
	padding:18px 20px;
}
.content .user-card{
	float:left;
	margin:0 40px 0 0;
	width:276px;
}
.user-discount-card .user-discount-holder{
	position:relative;
	display:table;
	width:100%;
}
.user-note{
	color:#878787;
	font-size:14px;
	line-height:18px;
	margin:-15px 0 20px;
}
.user-discount-card .user-discount-holder .col{
	display:table-cell;
	vertical-align:middle;
}
.user-discount-card .user-discount-holder .col:first-child{
	width:267px;
}
.user-discount-welcome{
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.user-discount-result{
	opacity:0;
	left:-9999px;
	top:-9999px;
	position:absolute;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.active .user-discount-result{
	opacity:1;
	left:0;
	top:0;
	position:relative;
}
.active .user-discount-welcome{
	left:-9999px;
	top:-9999px;
	position:absolute;
	opacity:0;
}
.user-discount-result .btn{
	margin:12px 0 0;
}
.content .user-discount-result{
	max-width: 345px;
}
.history-orders,
ul.history-orders{
	margin:10px 0;
	left:0;
	padding:0;
	list-style: none;
	color:#282828;
	font-size:15px;
	line-height:20px;
}
.history-orders>li,
ul.history-orders>li{
	position:relative;
	margin:10px 0 0;
	border:1px solid #d4e3f2;
}
.history-orders>li:before{
	display:none !important;
}
.history-orders .box{
	display:table;
	width:100%;
}
.history-orders .box .col{
	display:table-cell;
	vertical-align:middle;
	padding:10px 20px 10px 0;
}
.history-orders .box .col:first-child{
	padding-left:20px;
}
.history-orders .box .col:nth-child(1){
	width:114px;
}
.history-orders .box .col:nth-child(2){
	width:226px;
}
.history-orders .box .col:nth-child(3){
	width:146px;
}
.history-orders .box .col:nth-child(4){
	width:210px;
}
.history-orders .box .col:nth-child(5){
	width:90px;
}
.history-orders .price,
.history-orders .num{
	font-size:22px;
}
.history-orders .date{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 0 0 20px;
}
.history-orders .date:after{
	content: '';
	position:absolute;
	left:0;
	top:50%;
	margin:-7px 0 0;
	width:15px;
	height:15px;
	background:url("../images/sprite.png") no-repeat -101px -120px;
}
.history-orders .status{
	font-weight:bold;
	font-size:17px;
	color:#181818;
}
.history-orders .opener-history{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 0 0 28px;
	cursor:pointer;
	color:#1e74be;
	font-size:15px;
	line-height:15px;
	width:80px;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.history-orders .opener-history:hover{
	color:#0089ff;
}
.history-orders .opener-history:after{
	content: '';
	width:20px;
	height:11px;
	position:absolute;
	left:0;
	top:50%;
	margin:-5px 0 0;
	background:url("../images/sprite.png") no-repeat -277px -195px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.history-orders .active .opener-history:after{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.history-orders .opener-history span{
	background:url("../images/dot.png") 0 19px;
}
.history-orders .opener-history:hover span{
	background:none;
}
.basket-list .ico-status,
.history-orders .ico-status{
	width:25px;
	height:25px;
	display:block;
	vertical-align:top;
	position:relative;
	margin:0 auto;
	z-index:10;
	background:url("../images/sprite.png") no-repeat -9999px -9999px;
}
.history-orders .ico-status{
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.history-orders .ico-status:hover{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.basket-list .ico-status,
.history-orders .ico-status{
	background-position:-78px -252px;
}
.basket-list .ico-status.ico-finished{
	background-position:-271px -250px;
}
.history-orders .ico-status.ico-finished{
	background-position:-234px -246px;
}
.history-drop{
	background-color: #e8eff5;
	padding:20px 20px 10px;
	margin:0 20px 20px;
	font-size: 15px;
	line-height: 20px;
	display:none;
}
.history-orders table{
	margin:10px 0 0;
}
.history-orders table th{
	background-color: #d3dee7;
}
.history-orders table td,
.history-orders table th{
	padding:10px;
	font-size:15px;
	color:#262626;
	font-weight:normal;
}
.history-orders table td{
	border-bottom: 1px solid #fff;
}
.page404{
	background:#151d41 url("../images/bg404.jpg") no-repeat 50% 50%;
	background-size: cover;
	margin:-47px 0;
	min-height: 439px;
	color:#fff;
	font-size:20px;
	line-height:26px;
}
.table404{
	width:100%;
	height:100%;
	display:table;
	margin:0;
	border:0;
}
.table404 td{
	padding:70px 20px 50px;
	border:0;
	vertical-align:middle;
	color:#9aa2c0;
}
.table404 td:first-child{
	padding-left:80px;
}
.table404 td:last-child{
	padding-right:80px;
}
.page404 .ico{
	width:425px;
	height:304px;
	background:url("../images/bg404-logo.png") no-repeat;
	background-size: 100% 100%;
}
.page404 h1{
	margin:0;
	font-size:50px;
	line-height:54px;
	color:#fff;
}
.page404 p{
	margin:24px 0;
}
.landing-wrapper{
	margin:-50px 0 -20px;
	position:relative;
}
.brend-farme{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	position:relative;
	padding:72px 0 21px;
	overflow:hidden;
}
.brend-farme:before,
.brend-farme:after{
	content: '';
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:31px;
	background:url("../images/bg-promo-landing-top.jpg") repeat-x;
}
.brend-farme:after{
	top:auto;
	bottom:0;
	background:url("../images/bg-promo-landing-bottom.jpg") repeat-x 50% 0;
}
.farme-wrapper{
	position:relative;
	margin:0 -60px 0 0;
}
.farme-wrapper:after{
	content: '';
	display:block;
	clear: both;
}
.farme-wrapper .farme{
	background:url("../images/frame-img.png") no-repeat;
	background-size:100% 100%;
	position:relative;
	float:left;
	margin:0 -11px 0 0;
	padding:34px 5.2% 73px 2.1%;
	text-align:center;
	color:#fff;
	font-size:15px;
	line-height:25px;
	width:33.33%;
}
.farme-wrapper .farme .img{
	min-height: 177px;
	position:relative;
}
.farme-wrapper .farme .img:after{
	content: '';
	width:72px;
	height:1px;
	background-color: #fff;
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -36px;
}
.farme-wrapper .farme .city{
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	padding:2px;
	margin:20px 0 0;
}
.farme-wrapper .farme address{
	font-style:normal;
}
.farme-wrapper .farme .btn{
	font-size:15px;
	padding-top:15px;
	padding-bottom:15px;
	min-width: auto;
	width:156px;
	margin:10px 0 0;
}
.farme-wrapper .farme .text-wrap{
	height:184px;
	display:table;
	width:100%;
}
.farme-wrapper .farme .text-holder{
	display:table-cell;
	vertical-align:middle;
}
.landing-gallery{
	position:relative;
	padding:60px 0 94px;
}
.landing-gallery .bg-gallery{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
}
.landing-gallery .bg-gallery .item{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	opacity:0;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.landing-gallery .bg-gallery .item.active{
	opacity:1;
}
.landing-gallery .bg-gallery .item:after{
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	background-color:#dac796;
	opacity:0.9;
}
.landing-gallery .gallery{
	height:487px;
	overflow:hidden;
	position:relative;
	z-index:10;
}
.landing-gallery-wrapper{
	border:20px solid #fff;
	position:relative;
	overflow:hidden;
	z-index:10;
}
.landing-gallery .gallery .item{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	width:1140px;
	height:100%;
	float:left;
}
.landing-gallery .switcher{
	margin:0;
	padding:0;
	list-style: none;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:-91px;
	height:68px;
	z-index:20px;
}
.landing-gallery .next,
.landing-gallery .prev{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:70px;
	z-index:20;
	background:none;
	border:0;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
}
.landing-gallery .next{
	left:auto;
	right:0;
}
.landing-gallery .next.disabled,
.landing-gallery .prev.disabled{
	display:none;
}
.landing-gallery .next:after,
.landing-gallery .prev:after{
	content: '';
	position:absolute;
	left:10px;
	top:50%;
	margin:-23px 0 0;
	width:24px;
	height:46px;
	background: url(../images/sprite.png) no-repeat -616px 0px;
}
.landing-gallery .next:after{
	background-position:-648px 0;
	left:auto;
	right:10px;
}
.landing-gallery .next:before,
.landing-gallery .prev:before{
	content: '';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:70px;
	background: url(../images/bg-gallery-l.png) repeat-y;
	opacity:0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.landing-gallery .next:before{
	left:auto;
	right:0;
	background: url(../images/bg-gallery-r.png) repeat-y;
}
.landing-gallery .next:hover:before,
.landing-gallery .prev:hover:before{
	opacity:1;
}
.landing-gallery .switcher li{
	margin:0 3px;
	display:inline-block;
	vertical-align:top;
	width:14px;
	height:14px;
	background-color:#a89872;
	-webkit-transition: background 0.2s linear,box-shadow 0.2s linear;
	transition: background 0.2s linear,box-shadow 0.2s linear;
	-webkit-border-radius:14px;
	border-radius:14px;
	cursor:pointer;
	z-index:20;
	float:none;
	position:relative;
}
.landing-gallery .switcher li:hover{
	background-color:#544c39;
}
.landing-gallery .switcher li.active{
	-webkit-box-shadow: 0px 4px 10px #333;
	box-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
	background-color:#000000;
}
.landing-gallery .switcher li:before{
	display:none !important;
}
.brend-farme-list{
	background-color: #231f20;
	padding:55px 0 63px;
	color:#fff;
}
.content .brend-inner-list,
.brend-inner-list{
	margin:0;
	padding:0 0 1px;
	list-style: none;
	overflow:hidden;
	border-left:1px solid #2c2d2d;
}
.brend-inner-list .item{
	text-decoration:none;
	float:left;
	width:20%;
	height:236px;
	line-height:236px;
	border:1px solid #2c2d2d;
	border-width: 1px 1px 1px 0;
	margin:0 0 -1px 0;
	text-align:center;
	padding:0 10px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.brend-inner-list .item img{
	vertical-align:middle;
}
.brend-inner-list .item:hover{
	background-color: #2c2d2d;
}
.brend-farme-list .heading-center{
	background-color: #231f20;
}
.brend-farme-list .heading-wrapper{
	margin:0 0 32px;
}
.brend-farme-list h2{
	color:#fff;
	font:34px 'charterblackcregular';
	margin-bottom:0;
}
.brend-farme-list .heading-center:before,
.brend-farme-list .heading-center:after{
	height:5px;
	width:5px;
	margin:-3px 0 0;
}
.brend-farme-list .heading-wrapper:after{
	margin:0;
}
.card-farme-list{
	background-color: #b2b2b2;
	overflow:hidden;
	color:#454545;
	font-size:16px;
	line-height:24px;
}
.card-farme-list .center-block{
	padding-top:103px;
	padding-bottom:123px;
}
.card-farme-list h2{
	font:34px 'charterblackcregular';
	margin-bottom:23px;
}
.card-farme-list .text-col{
	width:50%;
	float:left;
	z-index:10;
	position:relative;
}
.card-farme-list .img-wrap{
	width:50%;
	float:right;
	margin:0 -2.6% 0 2.6%;
}
.card-farme-list .img-wrap img{
	position:relative;
	z-index:10;
}
.card-farme-list .img-wrap:after{
	content: '';
	background: url(../images/shine.png) no-repeat;
	width:1153px;
	height:936px;
	position:absolute;
	right:-22%;
	bottom:0;
}
.description-farme-list{
	background-color: #fff;
	position:relative;
	padding:58px 0;
	color:#454545;
	font-size:15px;
	line-height:22px;
}
.description-farme-list h2{
	font:34px 'charterblackcregular';
	margin-bottom:18px;
}
.landing-contact{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	padding:50px 0px 0;
	position:relative;
	color:#fff;
}
.landing-contact:after{
	content: '';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color: #182049;
	opacity:0.9;
}
.landing-contact .center-block{
	z-index:10;
}
.landing-contact-holder{
	position:relative;
}
.landing-contact-row{
	position:relative;
	margin:0 0 -78px;
	float:left;
	width:100%;
}
.landing-contact-row:after,
.landing-contact-holder:after{
	content: '';
	display:block;
	clear: both;;
}
.landing-contact .bread-crumbs a,
.landing-contact .bread-crumbs{
	color:#939393;
}
.landing-contact-row .contact-col{
	float:left;
	width:64%;
	padding:12px 0 90px;
}
.landing-contact h1{
	margin-bottom:22px;
	color:#fff;
	line-height:30px;
}
.contact-box{
	overflow:hidden;
	font-size:17px;
	line-height:20px;
	padding:13px 0 0;
	margin:0 -10px;
}
.contact-box .col{
	float:left;
	width:50%;
	padding:0 10px;
}
.contact-box  h2{
	color:#fff;
	font:26px/30px 'PT Sans', sans-serif;
}
.contact-box address{
	font-style:normal;
	display:block;
}
.contact-box .ico{
	position:relative;
	padding:5px 0 5px 35px;
}
.contact-box .ico:after{
	content: '';
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	top:50%;
	margin:-10px 0 0;
	background: url(../images/sprite.png) no-repeat -9999px -9999px;
}
.contact-box .ico.adr:after{
	background-position: -314px -189px;
}
.contact-box .ico.tel:after{
	background-position: -314px -218px;
}
.contact-box .ico.fax:after{
	background-position: -313px -248px;
}
.contact-box .ico.mail:after{
	background-position: -312px -282px;
}
.contact-box a{
	color:#26b5ff;
}
.landing-contact-row .form-col{
	float:right;
	width:33%;
	background-color: #2c3c87;
	padding:36px 30px;
	position:relative;
}
.landing-contact-row .form-col h3{
	color:#fff;
	margin-bottom:23px;
	font-size:23px;
}
.landing-contact-row .form-col .form_row > label{
	color:#fff;
}
.landing-contact-row .form-col .btn{
	font-size:20px;
	min-width: auto;
	padding-left:30px;
	padding-right:30px;
	margin-top:10px;
}
.landing-contact-row .form-col:after{
	background: url(../images/bg-form.png) no-repeat;
	position:absolute;
	bottom:-33px;
	left:0;
	right:0;
	height:33px;
	content: '';
	background-size:100% auto;
}
.landing-contact-row .form-col .textarea{
	height:116px;
}
.status-form{
	background-color: #d2dde6;
	padding:14px 9999px;
	margin:0 -9999px;
	overflow:hidden;
}
.status-form .input-text{
	float:left;
	width:64%;
	margin:0;
	height:50px;
	padding: 14px 19px;
	-webkit-border-radius:25px;
	border-radius:25px;
	color:#373737;
	position:relative;
	z-index:10;
}
.status-form .btn{
	float:right;
	border-radius:25px;
	-webkit-border-radius:25px;
	background-color: #fff;
	color: #1a71b8 !important;
	font-size: 18px;
	min-width:100px;
	padding:13px 18px;
	border: 2px solid #1f74ba;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.status-form .btn:hover{
	background-color: #1a71b8;
	color:#fff !important;
}
.status-form-holder{
	float:left;
	width:64%;
}
.article-services{
	position:relative;
	padding:64px 0 0;
}
.article-service-row{
	position:relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin:0 0 15px;
}
.article-service-row .item{
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.article-service-row:nth-child(odd) .article-service-img{
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-left:30px;
}
.article-service-row:after{
	content: '';
	clear: both;
	display:block;
}
.article-service-img{
	position:relative;
	width:87%;
	padding-right:30px;
	text-align:center;
}
.article-service-img img{
	margin-top:-15px;
}
.article-service-text{
	position:relative;
	padding:0 0 34px;
}
.article-service-text h3{
	margin:0 0 20px;
	color:#2f2f2f;
	font:24px/30px 'PT Sans', sans-serif;
}
.article-service-text p{
	margin:0;
}
.playlist-services{
	position:relative;
	margin:0 0 48px;
}
.playlist-services-row{
	overflow:hidden;
	background-color: #e8eff5;
	padding:22px 30px;
}
.playlist-services-row h2{
	margin-bottom:14px;
}
.playlist-service-holder{
	overflow:hidden;
	margin:0 -15px;
}
.playlist-services-row ul{
	float:left;
	width:33.33%;
	margin:0;
	padding:0 15px;
	font-size:16px;
	line-height:22px;
}
.download-btn{
	text-align:center;
	color:#fff;
	background: url(../images/bg-panel.png) no-repeat;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	padding:30px 20px;
	display:block;
	text-decoration:none;
	color:#fff !important;
	font-size:20px;
}
.download-btn span{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 0 0 50px;
}
.download-btn span:after{
	content: '';
	position:absolute;
	left:0;
	top:50%;
	margin:-20px 0 0;
	background: url(../images/sprite.png) no-repeat -355px -184px;
	width:36px;
	height:41px;
}
.size16{
	font-size:16px;
	line-height:22px;
}
.img-list{
	list-style: none;
	margin:30px -4px !important;
	padding:0;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}
.img-list li{
	display:inline-block;
	vertical-align:middle;
	width:16.66%;
	padding:4px;
	margin:0 !important;
	font-size:16px;
	line-height:22px;
}
.img-list li img{
	width:100%;
}
.img-list li:before{
	display:none !important;
}
.info-list{
	margin:0 -10px 39px !important;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.info-list li{
	float:left;
	width:33.3%;
	position:relative;
	overflow:hidden;
	padding:0 10px;
	height:295px;
	margin:0 !important;
}
.info-list li:before{
	display:none !important;
}
.info-list .wrap{
	overflow:hidden;
	position:relative;
	height:100%;
	padding:10px;
}
.info-list .img{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
}
.info-list .img:after{
	content: '';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color: #008eff;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity:0;
}
.info-list .wrap:hover .img:after{
	opacity:0.5;
}
.info-list .text{
	text-align:center;
	font-size:24px;
	line-height:28px;
	height:100%;
	display:table;
	width:100%;
	text-decoration:none;
	color:#fff;
	border:2px solid #fff;
	position:relative;
	z-index:10;
}
.info-list .text-wrap{
	display:table-cell;
	vertical-align:middle;
	position:relative;
	z-index:5;
	padding:20px;
}
.info-list .info-list-logo{
	width:122px;
	height:122px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-55px 0 0 -61px;
	border:3px solid rgba(0,142,255,0.5);
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
	z-index:6;
}
.info-list .wrap:hover .info-list-logo{
	border-color:transparent;
}
.info-list .info-list-logo:after{
	position:absolute;
	bottom:6px;
	left:50%;
	margin:0 0 0 -31px;
	background: url(../images/sprite.png) no-repeat -367px -101px;
	width:63px;
	height:33px;
	content: '';
}
.errortext{
	color: #b81a1a;
}

#map-popup .popup{
	padding: 0;
	overflow: hidden;
}
#map-popup .scrollbar{
	right: 0;
}
#map-popup .popup .close:hover,
#map-popup .popup .close{
	background-color: #607a8f;
	width: 40px;
	height: 40px;
	background-position: -35px -47px;
	right: 0;
	top: 0;
	transition:none;
	transform:none;
}
#map-popup .form-slider{
	margin: 0;
	padding: 0;
}
#map-popup .order-block{
	margin: 0;
}
#map-popup .form-holder{
	float: left;
	width: 40%;
	padding-right: 20px;
	position: relative;
}
#map-popup .map-holder{
	overflow: hidden;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40%;
	right: 0;
}
.map-list_row{
	font-size: 17px;
	line-height: 20px;
	position: relative;
	border-bottom: 1px solid #e8eff5;
	margin: 0;
	color:#2b2b2b;
	padding: 10px 20px;
	cursor:pointer;
}
.map-list_row.activeItem,
.map-list_row:hover{
	background-color:#e8eff5;
}
.map-list_row address{
	color:#535b61;
	font-size: 15px;
}
.map-list_row .contact{
	font-size: 14px;

}
#scroller {
	display: none;
	background: url("../images/up.png") no-repeat;
	cursor: pointer;
	height: 51px;
	position: fixed;
	bottom: 50px;
	width: 51px;
	left: 50%;
	margin-left: 615px;
	z-index: 10000;
}
@media screen and (max-width: 1300px){
	#scroller {
		left: auto;
		margin: 0;
		right: 15px;
	}
}
@media screen and (max-width: 750px){
	#map-popup .form-holder{
		float: none;
		width: auto;
	}
	#map-popup .map-holder{
		height: 212px;
		position: relative;
		left: auto;
	}
}

.mobile-phone{
	display: none;
	position: relative;
	background: #e8eff5;
	height: 39px;
	line-height: 20px;
	padding: 10px 0;
	font-size: 14px;
	box-sizing: border-box;
	margin: -19px 0 19px;
}
.mobile-phone .city-shops{
	display: inline-block;
	float: left;
	color: #000;
}
.mobile-phone .tel{
	display: block;
	position: relative;
	float: right;
	text-decoration: none;
	color: #000;
}
.mobile-phone .tel:before {
	display: block;
	background: url("../images/sprite.png") no-repeat -85px 0;
	content: "";
	height: 26px;
	left: -20px;
	margin: 0;
	position: absolute;
	top: 0;
	width: 18px;
}
.article-detail img{
	max-width: 100%;
	height: auto !important;;
}
.article-detail iframe{ max-width: 100%; }

.form_row.check p{
    margin-top: 10px;
}
.form_row.check input{
    -webkit-appearance: checked;
}
#sber-pay {
	text-align: center;
}
#sber-pay input[type="submit"] {
	width: 193px;
    height: 60px;
    font-size: 18px;
    margin: 0 10px 0 0;
    background-color: #1a71b8;
    min-width: 10px;
    cursor: pointer;
    border: none;
    color: white;
}
.tags_list {
	column-count: 4;
	font-size: 14px;
}
ul.tags_list li {
	list-style: none;
	margin-top: 0px;
}
ul.tags_list li:before {
	content: unset;
}

.tags_list a:visited {
	color: #2c3c87;
}

.prop_CAPTCHA{
	width:41%;
}
@media screen and (max-width: 750px){
	.mobile-phone{ display: block; }
	.tags_list {
		column-count: 3;
		font-size: 12px;
	}
}
@media screen and (max-width: 480px){
	.main-promo{ display: none; }
}