body, header, nav { display: block; }

body {
	width: 100%; min-width: 1300px;
	height: 100%;
}
p, ul, *  {
	margin: 0;
	padding: 0;
}

p,li{
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	margin: 0;
	padding: 0;
}

.subscribe-error{
	float: left;
	padding-left: 10px;
	color: white;

}

.subscribe-error.active{
	padding-top: 10px;
}




.refund{
	clear: both;
	overflow: hidden;
}


.refund *{
	margin-bottom: 10px;
	font-family: OpenSansLight;
}

.refund-title{
	margin-bottom: 20px;
}

.refund ul,
.refund li
{
	list-style: disc;
}

.refund ul,
.refund ol{
	padding-left: 20px;
}


.subscribe-container{
	overflow: hidden;
	margin: 0 auto;
	max-width: 1300px;
}

.subscribe-footer{
	padding: 14px 0 16px;
	overflow: hidden;
	background: #2e3192;

}

.subscribe-email-block input{
	height: 40px;
	padding: 0 10px;
	text-transform: uppercase;
}

.submit-button-subscribe{
	height: 40px;
	border: 1px solid white;
	border-left: 0;
	outline: none;
	background: none;
	color: white;
	width: 47px;
	text-transform: uppercase;
	padding: 0 10px;
}


.subscribe-news{
	float: left;
	position: relative;
	padding-left: 75px;
	color: white;
	padding-top: 11px;
	/*font-weight: 600;*/
	text-transform: uppercase;
	margin-right: 50px;
}

.subscribe-news:before{
	content: "";
	width: 28px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 4px;
	display: block;
	background: url(/images/design/e-mail.png) center no-repeat;
	background-size: contain;

}

.subscribe-form{
	float: left;

}

.subscribe-form.message{
	color: white;
	padding-top: 10px;
	padding-left: 10px;
}

.subscribe-item{
	float: left;
}

.subscribe-email{

}

.subscribe-form{

}

ul li {
	list-style-type: none;
}
.mceContentBody ul{
	padding-left: 20px;
}
.mceContentBody ul li{
	list-style-type: disc;
}
.myclear:after {
  content: ".";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.mybox {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper-fix , .wfix {
	width: 100%; height: auto; max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
.wfix.compare_wrapper {
	max-width: none;
}
.wrapper-full , .wfull {
	width: 100%;
	margin: 0 auto;
}
.to-left, .tol {
	float: left;
}
.to-right, .tor {
	float: right;
}
/*-------------------------------------------------- */
header {
	width: 100%; height: 195px;
	margin-bottom: 20px;
}
header .top-line {
	width: 100%; height: 40px;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}
header .top-line .wfix {
	height: inherit;
}
header .top-line .wfix .tor ul li,
header .top-line .wfix .tol ul li {
	width: auto; height: inherit;
	display: inline-block;
	padding: 0 10px;
}

header .top-line .wfix .tol ul li:first-child{
    padding-left: 0;
}

header .top-line .wfix .tor ul li:last-of-type{
    padding: 0;
}

header .top-line .wfix .tor ul li a,
header .top-line .wfix .tol ul li a {
	width: 100%; height: 100%;
	display: block;

	font: 13px "OpenSansRegular";
	text-align: center;
	line-height: 40px;
	color: #414141;
	text-decoration: none;
}
header .top-line .wfix .tor ul {
	/*margin-right: 25px;*/
}
header .top-line .wfix .tor ul li a i {
	width: 20px; height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 10px 0;
}
header .top-line .wfix .tor ul li.logout a i {
	background: url(/images/design/web/topline_sprite.png) left top no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
header .top-line .wfix .tor ul li.account a i {
	background: url(/images/design/web/people.png) center no-repeat;
	background-size: 17px;
}
header .top-line .wfix .tor ul li.login a i {
	background: url(/images/design/web/topline_sprite.png) left top no-repeat;
}
header .top-line .wfix .tor ul li.reg a i {
	background: url(/images/design/web/topline_sprite.png) right top no-repeat;
}
header .top-line .wfix .tor ul li.compare a i {
	width: 25px;
    height: 20px;
	background: url(/images/design/web/cant.png) center no-repeat;
	margin-right: 0px;
	margin-left: 10px;
}
header > .wfix {
 	height: 110px;
}
header > .main-nav {
	height: 45px;
	background: #2e3192;
}
header > .main-nav .wfix {
	height: 45px;
	overflow: hidden; 
	position: relative;
} 
header > .main-nav nav {
	/*width: 120%; */
    height: 45px;
    width: 100%;
    max-width: 1300px;
	/*display: block;*/
    display: table;
	font-size: 0px;
	text-align: center;
	position: absolute;
	top: 50%; left: 50%;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);

}


.menu-scroll{
	padding-left: 23px;
	margin-bottom: 25px;
}

.menu-scroll li{
	cursor: pointer;
	color: #2e3192;
	font-size: 16px;
	margin-bottom: 5px;
}
/* Scroll menu END */
header > .main-nav nav a {
	/*display: inline-block;*/
    display: table-cell;
	width: auto;
	font: 15px "OpenSansRegular";
	padding: 0 6px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 45px;
	-webkit-border-left: 1px solid #292b7b;
	-moz-border-left: 1px solid #292b7b;
	-ms-border-left: 1px solid #292b7b;
	-o-border-left: 1px solid #292b7b;
	border-left: 1px solid #292b7b;
	background: #2E3192;
}
header > .main-nav nav a:hover {
	/*?*/
}
header .logo {
	display: block;
	width: 233px;
    height: inherit;
	position: relative;
	float: left;
    /*padding-left: 12px;*/
}

header .logo-shadow{
    height: 66px;
    position: relative;
    margin: 24px 0 0 0;
    box-shadow: 0 0 2px 1px rgba(51,0,153,0.5);
    -webkit-box-shadow: 0 0 2px 1px rgba(51,0,153,0.5);
    -moz-box-shadow: 0 0 2px 1px rgba(51,0,153,0.5);
    -o-box-shadow: 0 0 2px 1px rgba(51,0,153,0.5);
    border-radius: 5px;
}

header .logo img {
	display: block;
	position: absolute;
    /*width: 97%;*/
    /*max-width: 102%;*/
    /*height: 77px;*/
	top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
header .search {
    display: block;
    width: 373px;
    height: inherit;
    padding: 0 40px;
    padding-left: 20px;
    padding-right: 18px;
    float: left;
}

header .search .wrapper-search {
	width: 100%; height: 70px;
	margin-top: 13px;
	background: #fff;
}
header .search .wrapper-search p {
	display: block;
	width: 100%; height: 35px;

	font: 13px "OpenSansRegular";
	color: #414141;
    margin-bottom: 8px;
	line-height: 38px; 
	vertical-align: top;
}
header .search .wrapper-search p i {
	display: inline-block;
	width: 25px; height: 25px;
	margin: 2px 3px 5px 0;
	vertical-align: middle;
	background: url(/images/design/web/work_time.png)  -2px center no-repeat;
}

.logo-text{
    position: absolute;
    top: 50%;
    width: 92%;
    text-transform: uppercase;
    left: 50%;
    font-weight: 500;
    transform: translate(-50%,-50%);
    font-size: 19px;
    color: #292b7b;
}

.logo-text-end{
    background: #292b7b;
    border-radius: 0 5px 5px 0;
    color: white;
    height: 40px;
    text-align: center;
    width: 40px;
    font-size: 23px;
    padding-top: 5px;
    display: inline-block;
}

header .search .wrapper-search form { position: relative; }
header .search .wrapper-search form input[type="text"] {
	width: 100%; height: 35px;
	display: block;
	border: 1px solid #2e3192;
    border-radius: 3px;
	padding: 10px;
	font: 14px "OpenSansItalic";
}
header .search .wrapper-search form input[name="search_btn"] {
	visibility: hidden;
}
header .search .wrapper-search form label {
	position: absolute;
	z-index: 2;
	display: block;
	width: 35px; height: 35px;
    border-radius: 0 3px 3px 0;
	background: #2e3192 url(/images/design/web/search.png) center no-repeat;
	top: 0; right: 0;
	cursor: pointer;
}
header > .wfix ul {
	display: block;
 	height: 110px; width: 694px;
 	float: left;
}
header > .wfix ul li {
	/*width: 33%;*/
    height: 74px;
	display: block;
	margin-top: 18px;
	float: left;
    border: 1px solid #292b7b;
    border-radius: 5px;
}

/*header > .wfix ul li.collback{*/
    /*width: 50%;*/
    /*height: 30px;*/
    /*margin-bottom: 5px;*/
/*}*/

header > .wfix ul li.cart-header,
header > .wfix ul li.collback
{
    width: 327px;
    height: 34px;
    /*margin-left: 19px;*/
    margin-bottom: 5px;
    float: right;
    /* border: 1px solid #292b7b; */
    /* border-radius: 5px; */
}

header > .wfix ul li.cart-header{
    margin-top: 0;
}



header > .wfix ul li:nth-child(1){
    width: 50%;
}

header > .wfix ul li:nth-child(1) p{
    display: inline-block;
    width: 133px;
    float: left;
    height: 100%;
    text-align: center;
    margin-top: 0;
    font: 13px "OpenSansRegular";
    color: #414141;
    line-height: 18px;
    position: relative;
}

header > .wfix ul li:nth-child(1) p:first-of-type:before{
    /*content: '';*/
    /*position: absolute;*/
    /*height: 93%;*/
    /*top: 2px;*/
    /*right: 0;*/
    /*width: 1px;*/
    /*background: #292b7b;*/
}

header > .wfix ul li:nth-child(1) p .sub-head-name{
    font-size: 13px;
	margin: 3px 0 0 0;
}

header > .wfix ul li:nth-child(1) p  .sub-head-name.first-phone-cont{
	margin-right: 12px;
}

header > .wfix ul li:nth-child(1) p .sub-head-name.sub-head-name-main{
	margin-top: 13px;
}

/*header > .wfix ul li:nth-child(2){*/
    /*width: 25%;*/
/*}*/
/*header > .wfix ul li:nth-child(3){*/
    /*width: 35%;*/
/*}*/
header > .wfix ul li i {
	width: 40px; height: 40px;
	display: inline-block;
	vertical-align: top;
	padding: 12px 5px;
	margin-right: 10px;
	background: url(/images/design/web/header_sprite.png) -77px center no-repeat;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	float: left;

	border-right: 1px solid #2e3192;
}

header > .wfix ul li:first-of-type i{
    margin: 4px 0 0 0 ;
}


header > .wfix ul li:nth-child(2) i,
header > .wfix ul li:nth-child(3) i
{
	/*background-position: 9px 13px;*/
    border: none;
    width: 55px;
    height: 32px;
    padding: 0;
    background: url(/images/design/web/header-phone.png) center no-repeat;
    border-right: 1px solid #2e3192;
}

header > .wfix ul li:nth-child(3) i{

    /*background: url(/images/design/web/header_sprite.png) -77px center no-repeat;*/
    /*background-position: -36px -3px;*/
}

header > .wfix ul li:nth-child(3) i {
    background: url(/images/design/cart_header.png)  center no-repeat;
    background-size: 58%;
	/*background-position: -37px -3px;*/
    /*border: none;*/
}
header > .wfix ul li p,
header > .wfix ul li span {
	display: inline-block;
	width: auto; height: 20px;
	margin-top: 0;

	font: 15px "OpenSansRegular";
	color: #414141;
	line-height: 18px;
}

header > .wfix ul li:nth-of-type(2) span,
header > .wfix ul li:nth-of-type(3) span{
    height: 27px;
    /*border-left: 1px solid #2e3192;*/
    padding-top: 3px;
    margin-top: 2px;
    margin-left: 3%;
}

header > .wfix ul li:nth-of-type(3) span:nth-of-type(2){
    border: none;
}

/*------------------------------------------------*/
.main-wrapper {
	margin-bottom: 20px;
}
aside.left-side {
	width: 200px; height: auto; min-height: 500px;
	float: left;
    position: relative;
}
aside.right-side {
	width: 200px; height: auto; min-height: 500px;
	float: right;
}
.content {
	width: 860px; height: auto; min-height: 500px;
	margin: 0 20px;
	float: left;
    position: relative;
}
/*------------------------------------------------*/
.content > h1,
.the-best > h4,
.the-best > .h4,
.main-hit-slider h4,
.main-hit-slider .h4,
.main-news-slider h4,
.main-news-slider .h4,
.selection-filter h4,
.selection-filter .h4 ,
.main-subtitle {
	width: 100%;
    height: 40px;
	display: block;
	background: #2e3192;


	font: 15px "OpenSansRegular";
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.selection-filter.other  .select-title{
    height: auto;
    line-height: 1;
    color: #585858;
    background: none;
    text-align: left;
    text-transform: none;
    text-indent: 7px;
    font: 13px "OpenSansBold";
    /*margin-left: 5px;*/

}

.fieldset-form-wrap{
	display: none;
}

.mceContentBody ul li,
.mceContentBody  p{
	margin-bottom: 8px;
}

.main-page-content ul{
	padding-left: 20px;
}

.main-page-content li{
	list-style-type: disc;
	margin-bottom: 8px;
}

.main-page-content p{
	margin-bottom: 8px;
}

.main-page-content h1,
.main-page-content h2,
.main-page-content h3{
	margin-bottom: 15px;
}



.content > h1,
.content > .main-subtitle{
	height: 45px;
	line-height: 45px;
	text-align: left;
	text-indent: 20px;
	margin-bottom: 15px;
}


.selection-filter > ul {
	width: 100%; height: auto;
}
.selection-filter > ul > li {
	width: 100%; height: auto; min-height: 55px;
	-webkit-border: 1px solid #d7d7d7;
	-moz-border: 1px solid #d7d7d7;
	-ms-border: 1px solid #d7d7d7;
	-o-border: 1px solid #d7d7d7;
	border: 1px solid #d7d7d7;

	-webkit-border-bottom: none;
	-moz-border-bottom: none;
	-ms-border-bottom: none;
	-o-border-bottom: none;
	border-bottom: none;	

	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;	
}
.selection-filter > ul > li:last-child {
	-webkit-border-bottom: 1px solid #d7d7d7;
	-moz-border-bottom: 1px solid #d7d7d7;
	-ms-border-bottom: 1px solid #d7d7d7;
	-o-border-bottom: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
.selection-filter > ul > li > a {
	width: 100%; height: 55px;
	display: block;
	font-size: 0px;
	position: relative;
}
.selection-filter > ul li > a i {
	width: 40px; height: 40px;
	display: inline-block;
	margin: 7px 10px 7px 12px;
	background: black;
}
.selection-filter > ul > li.checked {
	-webkit-border: none;
	-moz-border: none;
	-ms-border: none;
	-o-border: none;
	border: none;
}
.selection-filter > ul li.checked > a {
	-webkit-border: 1px solid #33358f;
	-moz-border: 1px solid #33358f;
	-ms-border: 1px solid #33358f;
	-o-border: 1px solid #33358f;
	border: 1px solid #33358f;
	-webkit-border-top: 1px solid #d7d7d7;
	-moz-border-top: 1px solid #d7d7d7;
	-ms-border-top: 1px solid #d7d7d7;
	-o-border-top: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}
.selection-filter > ul li.checked > a {
	-webkit-border: 1px solid #33358f;
	-moz-border: 1px solid #33358f;
	-ms-border: 1px solid #33358f;
	-o-border: 1px solid #33358f;
	border: 1px solid #33358f;
	-webkit-border-top: 1px solid #d7d7d7;
	-moz-border-top: 1px solid #d7d7d7;
	-ms-border-top: 1px solid #d7d7d7;
	-o-border-top: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}
.selection-filter > ul > li > a > span {
	display: inline-block;
	width: 60%;
	float: right;
	height: 45px;
	font: 13px "OpenSansRegular";

	
	border-left: 1px solid #d7d7d7;
	/*padding: 4px 0px 4px 10px;*/
	padding: 0 0 0 4px;
	margin: 5px 0;
	margin-right: 5%;
	line-height: 18px;
	color: #414141;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;	
}
.selection-filter > ul > li > a.zapchasti-dong-feng > span{
	padding: 0px 0px 0px 10px;
	line-height: 15px;
}
.selection-filter > ul > li > a:hover > span {
	color: #000;
}
.selection-filter > ul > li > .mysub-lvl { display: none; }
.selection-filter > ul > li.checked > .mysub-lvl { display: block; }
.selection-filter > ul > li.checked > a > span {
	border-left: 1px solid #fff;
	color: #fff;
}
.selection-filter > ul > li.checked > a {
	background: #33358f;
}
.selection-filter > ul > li > .mysub-lvl li {
	width: 100%; height: 35px;
	display: block;
	border: 1px solid #d7d7d7;
	border-bottom: none;
}
.selection-filter > ul > li > .mysub-lvl li a {
	display: block;
	width: 100%; height: 100%;
	padding: 5px;
	font: 13px "OpenSansRegular";
	color: #414141;
	line-height: 25px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;	
}
.selection-filter > ul li > .mysub-lvl li a:hover {
	text-decoration: underline;
}
.selection-filter > ul li.checked form {
	-webkit-border: 1px solid #d7d7d7;
	-moz-border: 1px solid #d7d7d7;
	-ms-border: 1px solid #d7d7d7;
	-o-border: 1px solid #d7d7d7;
	border: 1px solid #d7d7d7;

	border-top: none;
}

/*--------------   select -----------*/
.mysub-lvl .bootstrap-select.myselect.btn-group {
	width: 95% !important;
	margin: 5px auto;
	margin-left: 2.5%;
}
.mysub-lvl .bootstrap-select.myselect.btn-group > .btn {
	border: 1px solid #969696;
	border-radius: 0px;
	font: 12px "OpenSansItalic";
	color: #737373;	
}
.mysub-lvl .open > .dropdown-menu {
	margin: 0!important; padding: 0!important;
}

.myselect-cat > span {
	display: inline-block;
	width: 100%;
	font: 13px "OpenSansRegular";
	color: #000;
	text-indent: 5px;
	margin-top: 5px;
}

/*--------------------------------------    filter cat bg ----*/
.selection-filter > ul li > a i {
	background: url(/images/design/web/filter_sprite.png) left top no-repeat;
}

.selection-filter > ul li > a.zapchasti-jac i {background-position: -0px 0;}
.selection-filter > ul li > a.zapchasti-faw i {background-position: -0px 0;}
.selection-filter > ul li > a.zapchasti-foton i {background-position: -0px 0;}
.selection-filter > ul li > a.mopedi i {background-position: -40px 0;}
.selection-filter > ul li > a.shini i {background-position: -78px 0;}
.selection-filter > ul li > a.akkumulyatori i {background-position: -116px 0;}
.selection-filter > ul li > a.masla i {background-position: -155px 0;}
.selection-filter > ul li > a.avtohimiya i {background-position: -196px 0;}


.selection-filter > ul li.checked > a.zapchasti-jac i {background-position: -0px -40px;}
.selection-filter > ul li.checked > a.zapchasti-faw i {background-position: -0px -40px;}
.selection-filter > ul li.checked > a.zapchasti-foton i {background-position: -0px -40px;}
.selection-filter > ul li.checked > a.mopedi i {background-position: -40px -40px;}
.selection-filter > ul li.checked > a.shini i {background-position: -78px -40px;}
.selection-filter > ul li.checked > a.akkumulyatori i {background-position: -116px -40px;}
.selection-filter > ul li.checked > a.masla i {background-position: -155px -40px;}
.selection-filter > ul li.checked > a.avtohimiya i {background-position: -196px -40px;}




.selection-filter > ul li.checked > a.zapchasti-dong-feng i,
.selection-filter > ul li.checked > a.hyundai-hd i{
	background-position: -0px -40px;
}

/*------------------------  other ----------------*/

.selection-filter.other ul li {
	/*height: 40px; */
	/*min-height: 30px;*/
	position: relative;

}

.selection-filter.other.filters-param-as-width ul li{
	height: 26px;
	min-height: 16px;
	line-height: 26px;
}


.selection-filter.other ul li a{
	position: relative;
}

.selection-filter.other ul li[selected] a:before{
	position: absolute;
	content: '';
	width: 20px;
	cursor: pointer;
	display: block;
	top: 4px;
	height: 20px;
	background: url(/images/design/dropDownClose.png) no-repeat;
	right: 4px;
}

.selection-filter.other.act ul li  a{
	display: block;
}

.selection-filter.other.act ul li:hover{
	background: #f5f5f5;
}

.selection-filter.other.act ul li a,
.selection-filter.other.act ul li a:hover {
	color: black;
}


.selection-filter.other .list-wrap{
	max-height: 309px;
	overflow-y: scroll;
	width: 198px;
}

.selection-filter.other ul{

	/*max-height: 680px;*/
	/*height: 30px;*/
	height: auto;
	/*width: 183px;*/
	/*max-height: 200px;*/
	z-index: 1;
	background: white;
	overflow: hidden;

	/* margin-left: -4px; */
}

.selection-filter.other.filters-param-as-width ul{
	position: absolute;
	width: 183px;
	bottom: 0;
}

.selection-filter.other.filters-param-as-width .caret{
	position: absolute;
	top: 38px;
	left: 177px;
	cursor: pointer;
}

.dropdown-btn-list{
	height: 30px;
	width: 199px;
	position: absolute;
	padding-left: 4px;
	text-align: left;
	/*bottom: -30px;*/
	top: 23px;
}

.selection-filter.other.filters-param-as-width .list-wrap{
	top: 53px;
	position: absolute;
	display: none;
}

.selection-filter.other.filters-param-as-width ul{
	border: 1px solid #c4c4c4;
	position: relative;
	padding-left: 5px;
	/*display: none;*/

}

.selection-filter.other.filters-param-as-width.act  .list-wrap{
	display: block;
	z-index: 8;
}

.selection-filter.other > ul li > a i {
	margin: 0 4px;
}
.selection-filter.other > ul > li > a > span {
	width: 75%;
	height: 30px;
	line-height: 16px;
	margin: 5px 0;
}

.selection-filter.other > ul > li.checked > a {
	width: 100%;
	height: 40px;
	display: block;
	font-size: 0px;
	position: relative;
}
.selection-filter.other > ul li > a i {
	background: url(/images/design/web/icon2_sprite.png) -2px top no-repeat;
}

.selection-filter.other > ul li > a.ekipirovka i {background-position: -2px 0;}
.selection-filter.other > ul li > a.selected.ekipirovka i {background-position: -2px -39px;}
.selection-filter.other > ul li > a.avtoinstrument i {background-position: -44px 0;}
.selection-filter.other > ul li > a.selected.avtoinstrument i {background-position: -44px -39px;}
.selection-filter.other > ul li > a.aksessuari i {background-position: -83px 0;}
.selection-filter.other > ul li > a.selected.aksessuari i {background-position: -83px -39px;}
.selection-filter.other > ul li > a.avto-kraski i {background-position: -120px 0;}
.selection-filter.other > ul li > a.selected.avto-kraski i {background-position: -120px -39px;}
.selection-filter.other > ul li > a.detskie-sidenya i {background-position: -158px 0;}
.selection-filter.other > ul li > a.selected.detskie-sidenya i {background-position: -158px -39px;}
.selection-filter.other > ul li > a.filtra i {background: url(/images/design/web/2.png) 5px center no-repeat;}
.selection-filter.other > ul li > a.kameri-atomobilnie i {background: url(/images/design/Camera.png) center no-repeat;}

.selection-filter.other > ul li > a.ohlazhdayushchaya-zhidkost i {
	background: url(/images/design/autozua-icon.png) -195px -40px no-repeat;
}

.selection-filter > ul li > a.tyuning-avto i{
	background: url(/images/design/autozua-icon.png) -226px -40px no-repeat;
}



.selection-filter.other > ul li.checked > a.ekipirovka i {background-position: -2px -40px;}
.selection-filter.other > ul li.checked > a.avtoinstrument i {background-position: -44px -40px;}
.selection-filter.other > ul li.checked > a.aksessuari i {background-position: -83px -40px;}
.selection-filter.other > ul li.checked > a.avto-kraski i {background-position: -120px -40px;}
.selection-filter.other > ul li.checked > a.detskie-sidenya i {background-position: -158px -40px;}
.selection-filter.other > ul li.active0 > a.filtra i {background: url(/images/design/web/1.png) 5px center no-repeat;}




.selection-filter.other > ul li > a.ohlazhdayushchaya-zhidkost.selected i,
.selection-filter.other > ul li.active0 > a.ohlazhdayushchaya-zhidkost i {
	background: url(/images/design/autozua-icon.png) -195px -80px no-repeat;

}


.selection-filter > ul li > a.tyuning-avto.selected i{
	background: url(/images/design/autozua-icon.png) -226px -80px no-repeat;
}






/*background: url(/images/design/autozua-icon.png) -226px -79px no-repeat;*/


/*.selection-filter.other > ul li.checked > a.tyuning-avto i {background-position: -2px -40px;}*/


.selection-filter.other > ul li.checked > a.ohlazhdayushchaya-zhidkost i {

	/*background-position: -2px -40px;*/

}

.hide-elem{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 40, 119, 0.1);
    z-index: 100;
    display: none;
}

/*------------------     news-slider --------------------*/
.main-news-slider h4 {
	margin: 20px 0 10px 0;
}
.news-slider .slick-slide {
	width: 200px !important;

    /*height: 315px;*/
    min-height: 315px;
	background: #2e3192;
	color: #fff;
	margin-bottom: 15px;
}
.news-slider .slick-slide .img-wrapper {
	overflow: hidden;
}
.news-slider .slick-slide span.date i {
	display: inline-block;
	width: 20px; height: 20px;
	background: url(/images/design/web/date.png) center no-repeat;
	margin: -1px 5px 0 0;
	vertical-align: top;
}
.news-slider .slick-slide .title-news,
.news-slider .slick-slide .info-text,
.news-slider .slick-slide span.date {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;	
}
.news-slider .slick-slide .title-news a {
	display: inline-block;
	font: 14px "OpenSansRegular";
	color: #fff;
	margin: 7px 0;
	line-height: 20px;
}
.news-slider .slick-slide .info-text {
	font: 12px "OpenSansRegular";
}
.news-slider .slick-slide .info-text > div {
	max-height: 85px;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;		
}
.news-slider .slick-slide span.date {
	display: block;
	width: 100%;
	height: 20px;
	margin-top: 10px;
}

.big-sider .slick-dots,
.hit-slider .slick-dots,
.news-slider .slick-dots {
	width: 100%;
	display: block;
	text-align: center;
}
.big-sider .slick-dots li,
.hit-slider .slick-dots li,
.news-slider .slick-dots li {
	width: 20px; height: 20px;
	display: inline-block;
	cursor: pointer;
	background: url(/images/design/web/dots.png) left center no-repeat;
}
.big-sider .slick-dots li.slick-active,
.hit-slider .slick-dots li.slick-active,
.news-slider .slick-dots li.slick-active {
	background: url(/images/design/web/dots.png) right center no-repeat;
}
.big-sider .slick-dots li > *,
.hit-slider .slick-dots li > *,
.news-slider .slick-dots li > *{
	display: none;
}



/* Slider Buttons on main */

.prew.slick-arrow,
.next.slick-arrow{
	position: absolute;
	width: 40px;
	height: 40px;
	right: 55px;
	top: -50px;
	opacity: 0;
}


.prew.slick-arrow{
    right: 10px;
}

/* Slider Buttons on main END  */


/*products style --------------------------- */
.main-hit-slider h4 {
	margin-bottom: 10px;
}
.prducts-item {
	width: 200px; height: 420px;
	border: 1px solid red;
	overflow: hidden;
	border: 1px solid #d7d7d7;
	position: relative;
}
.prducts-item a.more {
	display: block;
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 3;
}
.prducts-item .img-wrapper {
	width: 200px; height: 180px;
	overflow: hidden;
}
.prducts-item .img-wrapper img {
	width: 100%; height: auto;
	display: block;
}
.prducts-item .products-info-wrapper {
	padding: 0 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.prducts-item .products-info-wrapper h2 {
	line-height: 11px;
	margin-top: 12px;
	padding-top: 4px;
	margin-bottom: 5px;
	height: 65px; overflow: hidden;
}
.prducts-item .products-info-wrapper a {
	display: block;
    font: 14px "OpenSansRegular";
	margin: 10px 0;
	color: #6f6f6f;
    height: 65px;
	overflow: hidden;
	max-height: 58px;
	line-height: 20px;
}
.prducts-item .products-info-wrapper a:hover {
	color: black;
    text-decoration: none;
}    

.prducts-item .products-info-wrapper .info-text {
	height: 50px;
	overflow: hidden;
}
.prducts-item .products-info-wrapper .info-text > * {
	font: 12px "OpenSansRegular";
	color: #414141;
}
.prducts-item .products-info-wrapper .price {
	width: 100%;
    height: 30px;
    margin-top: 5px;
}
.prducts-item .products-info-wrapper .price > span {
	width: 50%; height: inherit;
	display: inline-block;
	float: left;
	line-height: 30px;
	vertical-align: bottom;
	font: 16px "OpenSansBold";
	color: #2e3192;
	line-height: 30px;
}
.prducts-item .products-info-wrapper .price > span.last {
	font: 15px "OpenSansRegular";
	color: #414141;
	line-height: 30px;
	text-indent: 5px;
}
.prducts-item .products-info-wrapper .price > span.last span {
	text-decoration: line-through;
}
.prducts-item .bottom-order-part {
	width: 100%; height: 70px;
	position: absolute;
	bottom: 0; left: 0;
}
.prducts-item .bottom-order-part .add-to-cart a{
	width: 100%; height: 40px;
	display: block;
	background: #2e3192;
	font: 13px "OpenSansLight";

	color: #fff;
	line-height: 40px;
}
.prducts-item .bottom-order-part .add-to-cart i {
	display: inline-block;
	width: 25px; height: 25px;
	background: url(/images/design/web/cart.png) center no-repeat;
	margin: 7px;
	margin-left: 10px;
	vertical-align: top;
}
.prducts-item .bottom-order-part .compare {
	width: 100%;  height: 30px;
}
.prducts-item .bottom-order-part .compare > div {
	width: 50%; height: inherit;
	float: left;
	position: relative;
	border-top: 1px solid #d7d7d7;
}
.prducts-item .bottom-order-part .compare .compare-block {
	border-right: 1px solid #d7d7d7;
}
.prducts-item .bottom-order-part .compare .rass i,
.prducts-item .bottom-order-part .compare .compare-block span {
	width: 20px; height: 20px;
	display: inline-block;
	background: url(/images/design/web/prod_sprite.png) center no-repeat;
    /*background: url(/images/design/web/prod_sprite.png) left no-repeat;*/
	margin: 5px 0;
	float: left;
	position: absolute;
	top: 0; left: 3px;
}
.prducts-item .bottom-order-part .compare .compare-block input {
	display: none;
}
.prducts-item .bottom-order-part .compare .rass a,
.prducts-item .bottom-order-part .compare .compare-block label,
.prducts-item .bottom-order-part .compare .compare-block .compare-text-container{
	display: inline-block;
	width: 100%; height: inherit;
	font: 12px "OpenSansLight";
	/*color: #b0b0b0;*/
	color: black;
	line-height: 30px;
	text-indent: 25px;
	cursor: pointer;
}


.prducts-item .bottom-order-part .compare .compare-block .compare-text-container{
	/*width: 20px;*/
	/*height: 20px;*/
	/*display: inline-block;*/
	/*background: url(/images/design/web/prod_sprite.png) center no-repeat;*/
	/* background: url(/images/design/web/prod_sprite.png) left no-repeat; */
	/*margin: 5px 0;*/
	/*float: left;*/
	/*position: absolute;*/
	/*top: 0;*/
}

.prducts-item .bottom-order-part .compare .compare-block .compare-text-container{
	width: 100%;
	background: none;
	margin: 0;
	line-height: 30px;
	height: 30px;
}

.prducts-item .bottom-order-part .compare .compare-block input:checked+span {
	background: url(/images/design/web/prod_sprite.png) left no-repeat;
}
.prducts-item .bottom-order-part .compare .compare-block.check {
	background: #2e3192;
	border-bottom: 1px solid #fff; 
}
.prducts-item .bottom-order-part .compare .compare-block.check label { color: #fff;} 
.prducts-item .bottom-order-part .compare .rass i {
	background: url(/images/design/web/prod_sprite.png) right no-repeat;
}
.prducts-item .bottom-order-part .compare .compare-block label:hover,
.prducts-item .bottom-order-part .compare .rass:hover a {
	/*color: #333;*/
    /*color: #2e3192;*/
    background: #2e3192;
    color: white;
}
.prducts-item .bottom-order-part .compare .compare-block.check label:hover {
	color: #fff;
}

.main-hit-slider .prducts-item {
	margin-bottom: 15px;
}
.main-hit-slider {
	margin-bottom: 15px;
}
/*------------------------------------  baner place --------*/

.baner-place {
	width: 100%; height: auto;
}
.baner-place > div {
	width: 100%; height: auto;
	margin-bottom: 20px;
}
.baner-place > div img {
	width: 100%; height: auto;
	display: block;
}
/*---------------------------------------  content ---------*/
.big-sider {
	width: 100%; height: auto; max-height: 355px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
}
.big-sider li.slick-slide {position: relative;}
.big-sider li.slick-slide img {
	display: block;
	width: 100%; height: auto;
} 

.big-sider li.slick-slide .info-block {
	position: absolute;
	width: auto; height: auto;
	bottom: 60px; left: 50px;
}
.main-big-slider.inside .big-sider li.slick-slide .info-block {
	bottom: 50px; left: 55px;
}
.big-sider li.slick-slide .info-block p:nth-child(1) {
	
}
.big-sider li.slick-slide .info-block p:nth-child(2) {
	font: 20px "OpenSansRegular";
	color: #2e3192;
	text-transform: uppercase;
	text-align: center;
}
.big-sider li.slick-slide .info-block p:nth-child(3) {
	font: 110px "OpenSansRegular";
	color: #2e3192;
	text-transform: uppercase;
}
.big-sider li.slick-slide .info-block a {
	display: block;
	width: 210px; height: 40px;
	border: 1px solid #2e3192;
	text-align: center;
	font: 16px "OpenSansRegular";
	line-height: 40px;
	color: #2e3192;
	border-radius: 6px; 
}

.big-sider .slick-dots {
	width: 200px;
	position: absolute; bottom: 20px; right: 20px;
}
.main-big-slider.inside  .big-sider .slick-dots {
	bottom: 10px; right: 0px;
}
.content .the-best {
	width: 100%; height: auto;
}
.content .the-best ul li {
	width: 100%; height: auto;
	font-size: 0;
}
.content .the-best ul li > div {
	display: inline-block;
	margin-right: 20px;
	
}
.content .the-best ul li > div:nth-child(4) {
	margin-right: 0px;
}
.the-best > h4,
.the-best > .h4 {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 15px;
} 
.the-best > h4 span,
.the-best > .h4 span {
	width: 40px; height: 40px;
	display: inline-block;
	float: right;
	background: url(/images/design/web/arrow_w.png) center no-repeat;
	border-right: 1px solid #292b7b;
}
.the-best > h4 span.prew,
.the-best > .h4 span.prew {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-left: 1px solid #292b7b;
}
.the-best .prducts-item:hover {
	box-shadow: 0 0 7px -1px #666;
	cursor: pointer;
}
.the-best > a {
	display: block;
	width: 100%; height: 20px;
	text-align: right;
	line-height: 30px;
	margin-top: 10px;
	color: #2e3192;
}
.the-best > a i {
	width: 30px; height: 30px; 
	display: inline-block;
	vertical-align: top;
	background: url(/images/design/web/arrow_b.png) center no-repeat;
}













footer {
	width: 100%;
	height: 300px;
	border-top: 2px solid #2e3192;
	overflow: hidden;
}
footer .wfix {
	height: 220px;
}
footer .logo {
	/*padding-top: 70px;*/
	/*padding-top: 40px;*/
	padding-top: 8px;
}
footer .seotm {
	width: 200px;
	font: 13px "OpenSansRegular";
	color: #2e3192;
	text-align: center;
	margin-top: 20px;
}
footer .logo-side {
	width: 210px; height: inherit;
	float: left;
}
footer .menu-panel {
	width: 1050px; height: inherit;
	float: right;
	font-size: 0;
}
footer .menu-panel ul {
	float: right;
	width: 200px;
	display: inline-block;
	vertical-align: top;
	padding: 35px 0;
}
footer .menu-panel ul li {
	padding: 5px 0;
	line-height: 20px;
}
footer .menu-panel ul li a {
	font: 12px "OpenSansRegular";
	color: #2e3192;
	text-transform: uppercase;
}
footer .menu-panel ul.column {
	width: 400px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

}
footer .menu-panel ul.second {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
} 

/*----------------------------------------------  filter -----------*/
.slider-rage-filter {
	border: 1px solid #d7d7d7;
}
.slider-rage-filter #slider-range {
	width: 170px;
	margin: 25px auto; 
	height: 3px;
	background: #2e3192;
}
.slider-rage-filter #slider-range .ui-slider-handle {
	border-radius: 10px;
	top: -8px; 
	background: #2e3192;
	border: none;
	box-shadow: 0px 0px 2px -1px #21246C;
}
.slider-rage-filter #slider-range  .ui-slider-range.ui-widget-header.ui-corner-all {
	background: #999;
}
.slider-rage-filter .rage-result {
	width: 170px;
	margin: 0 auto; 
	margin-bottom: 25px;
}
.slider-rage-filter .rage-result span {
	width: 48%; height: 30px;
	float: left;
	border: 1px solid #2e3192;
	font: 13px "OpenSansRegular";
	border-radius: 6px;
	overflow: hidden;
	line-height: 30px;
	text-indent: 6px;
	color: #000;
}
.slider-rage-filter .rage-result span input {
	display: block;
	float: right;
	outline: none;
	width: 70%; height: 30px;
	font: 13px "OpenSansRegular";
	border: none;
	padding: 5px;
	line-height: 18px;
	color: #000;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.slider-rage-filter .rage-result span:nth-child(2){
	float: right;
}
.selection-filter .model {
    /*overflow: hidden;*/
    /*position: relative;*/
	width: 100%; height: auto;
	/*padding: 10px 15px;*/
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; 
    /*border: 1px solid #d7d7d7;*/
    border: none;
	position: static;
}


.selection-filter .model.spoiler-hide{
    max-height: 317px;
}

.spoiller-btn{
    position: absolute;
    bottom: 14px;
    text-align: center;
    width: 100%;
    z-index: 4;
    /* display: none; */
    height: 19px;
    left: 0;
    cursor: pointer;
}

.spoiler-height{
    position: absolute;
    bottom: 2px;
    left: 1px;
    width: 95%;
    height: 34px;
    z-index: 3;
    background: white;

}

.selection-filter .model .checkbox-block {
	width: 100%; height: 30px;
	position: relative;
	z-index: 1;
}
.selection-filter .model .checkbox-block span {
	z-index: -1;
	width: 20px; height: 20px;
	display: inline-block;
	margin: 5px;
	margin-left: 0px;
	background: url(/images/design/web/checkbox_sprite.png) left center no-repeat;
	position: absolute;
	top: 0; left: 0;
}
.selection-filter .model .checkbox-block input {
	display: none;
}
.selection-filter .model .checkbox-block input:checked+span {
	background: url(/images/design/web/checkbox_sprite.png) right center no-repeat;
}
.selection-filter .model .checkbox-block label {
	width: 100%; height: 100%;
	display: block;
	z-index: 2;
	padding-left: 30px;
	cursor: pointer;
	font: 13px "OpenSansRegular";
	line-height: 29px;
	color: #000;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; 
}
.selection-filter .model .checkbox-block label.disabled{
    color: #ccc;
    cursor: default;
}

.towar-list {
	width: 100%;
	margin-top: 25px;
}
.towar-list > div {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 15px;
}
.towar-list > div:nth-child(4n) {
	margin-right: 0px;
}

.pagination {
	width: 100%; height: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box; 
}
.pagination ul li {
	cursor: pointer;
	width: 30px; height: auto;
	padding: 0 10px;
	display: inline-table;
	margin-left: 4px;
	margin-bottom: 4px;
	border: 1px solid #d7d7d7;
	font: 15px "OpenSansRegular";
	color: #2e3192;
	text-align: center;
	line-height: 30px;

}
.pagination ul li.checked {
	background: #2e3192;
	color: #fff;
}
.pagination ul li.space {
	border: none;
	background: none;
}

/*inside tovar ---------------------*/

.tovar-inside {
	width: 100%; height: auto;	
}
.tovar-inside .photo-gall {
	width: 455px; height: 385px;
	float: left;
}
.tovar-inside .photo-gall ul {
	width: 70px; height: inherit;
	overflow: hidden;
	float: left;
}
.tovar-inside .photo-gall ul li {
	width: 70px; height: 70px;
	display: block;
	margin-bottom: 8px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	cursor: pointer;
}
.tovar-inside .photo-gall ul li img {
	display: block;
	width: 100%;
	opacity: 0.6;
}
.tovar-inside .photo-gall ul li img.check {
	opacity: 1;
}
.tovar-inside .photo-gall .show-photo {
	width: 375px; height: 385px;
	border: 1px solid red;
	float: right;
	overflow: hidden;
	position: relative;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.tovar-inside .photo-gall .show-photo img {
	width: auto; height: auto;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);	
	-o-transform: translate(-50%, -50%);	
	-moz-transform: translate(-50%, -50%);	
}

.tovar-inside .lot-info {
	width: 390px; height: 200px;
}
.tovar-inside .lot-info > span {
	display: block;
	width: 100%; height: auto;
	padding-top: 10px;
	font: 14px "OpenSansRegular";
	color: #414141; 
}
.tovar-inside .lot-info .price {
	width: 100%;
	height: auto;
	padding: 10px 0;
	padding-top: 45px;
}

.tovar-inside .lot-info .price > span {
	width: 50%;
	height: inherit;
	display: inline-block;
	float: left;
	vertical-align: bottom;
	font: 33px "OpenSansBold";
	color: #2e3192;
	line-height: 30px;
}
.tovar-inside .lot-info .price > span.last {
	font: 22px "OpenSansRegular";
	color: #414141;
	line-height: 30px;
	text-indent: 5px;
}
.tovar-inside .lot-info .price > span.last span {
	text-decoration: line-through;
}
.tovar-inside .lot-info  .add-to-cart {
	margin-top: 25px;
}
.tovar-inside .lot-info  .add-to-cart a {
	width: 100%;
	height: 50px;
	display: block;
	background: #2e3192;
	font: 16px "OpenSansLight";
	color: #fff;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
.tovar-inside .lot-info .add-to-cart i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(/images/design/web/cart.png) center no-repeat;
	margin: 13px;
	margin-left: 10px;
	vertical-align: top;
}


.tovar-inside .lot-info .bottom-order-part .compare {
	width: 100%;  height: 50px;
	margin-top: 10px;
}
.tovar-inside .lot-info .bottom-order-part .compare > div {
	width: 48%; height: inherit;
	float: left;
	position: relative;
	border: 1px solid #d7d7d7;
}

.compare-link{
    cursor: pointer;
}


.tovar-inside .lot-info .bottom-order-part .compare .rass {
	float: right;
}
.tovar-inside .lot-info .bottom-order-part .compare .rass i,
.tovar-inside .lot-info .bottom-order-part .compare .compare-block span
{
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(/images/design/web/prod_sprite_big.png) center no-repeat;
	margin: 0;
	float: left;
	position: absolute;
	top: 0; left: 3px;
}
.tovar-inside .lot-info .bottom-order-part .compare .compare-block input {
	display: none;
}
.tovar-inside .lot-info .bottom-order-part .compare .rass a,
.tovar-inside .lot-info .bottom-order-part .compare .compare-block label,
.tovar-inside .lot-info .bottom-order-part .compare .compare-block .compare-text-container{
	display: inline-block;
	width: 70%; height: 40px;
	font: 15px "OpenSansLight";
	float: right;
	color: #b0b0b0;
	margin: 5px 0;
	line-height: 40px;
	cursor: pointer;
	text-indent: 10px;
	border-left: 1px solid #d7d7d7;
}

.tovar-inside .lot-info .bottom-order-part .compare .compare-block .compare-text-container{
	position: relative;
	background: none ;
}

.tovar-inside .lot-info .bottom-order-part .compare .compare-block input:checked+span {
	background: url(/images/design/web/prod_sprite_big.png) left no-repeat;
}
.tovar-inside .lot-info .bottom-order-part .compare .compare-block.check {
	background: #2e3192;
	border-bottom: 1px solid #fff; 
}
.tovar-inside .lot-info .bottom-order-part .compare .compare-block.check label { color: #fff;} 
.tovar-inside .lot-info .bottom-order-part .compare .rass i {
	background: url(/images/design/web/prod_sprite_big.png) right no-repeat;
}
.tovar-inside .lot-info .bottom-order-part .compare .compare-block label:hover,
.tovar-inside .lot-info .bottom-order-part .compare .rass:hover a {
	color: #333;
}
.tovar-inside .lot-info .bottom-order-part .compare .compare-block.check label:hover {
	color: #fff;
}
.tovar-inside .about-item {
	/*float: left;*/
	width: 100%;
    overflow: hidden;
}
.tovar-inside .about-item .tab-block {
	width: 100%; height: 45px;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 30px;
}
.tovar-inside .about-item .tab-block div {
	width: 250px; height: inherit;
	float: left;
	border: 1px solid #d9d9d9;
	border-bottom: none;
	border-left: none; 
	font: 15px "OpenSansRegular";
	color: #303393;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.tovar-inside .about-item .tab-block div:nth-child(1) {
	border-left: 1px solid #d9d9d9;
}
.tovar-inside .about-item .tab-block div.check {
	color: #fff;
	background: #303393;
}
.tovar-inside .about-item .show-block > div {
	display: none;
	width: 100%; height: auto;
	padding: 25px 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.tovar-inside .about-item .show-block > div {
	display: none;
}
.tbl-charackteristik{
	width: 100%;
}

.tovar-inside .about-item .show-block > div table tr td:nth-child(1) {
	width: 40%; height: 40px;
	text-indent: 20px;
	border-right: 1px solid #d9d9d9;
}
.tovar-inside .about-item .show-block > div table tr {
	border-bottom: 1px solid #d9d9d9;
}
.tovar-inside .about-item .show-block > div table tr:last-child {
	border-bottom: none;
}
.tovar-inside .about-item .show-block > div table tr td:nth-child(2) {
	text-indent: 20px;
}

/*------------   breadcrumbs --------------------*/

.path {
	width: 100%;
	height: 30px;
	max-width: 1300px;
	margin: 0 auto;
	margin-bottom: 10px;
	font: 12px "OpenSansLight";
	line-height: 15px;
	color: #989898;
	border-bottom: 1px solid #989898;
}
.path a {
	color: #989898;
}
.path a:hover {
	color: #333;
}
/*-------------------------------  */
.content.bezleft-side {
	width: 1080px;
	height: auto;
	min-height: 500px;
	margin-right: 20px;
	margin-left: 0px;
	float: left;
}
.content.bezleft-side.bezright-side {
	width: 100%;
	margin: 0;
}
.cart-block {
	width: 100%; height: auto;
}
.cart-block .head {
	width: 100%; height: auto;
	margin-bottom: 10px;
}
.cart-block .head ul {
	height: 30px;
	background: #2e3192;
	color: #fff;	
}
.cart-block ul li {
	display: inline-block;
	height: inherit;
	line-height: 30px;
	float: left;	
	border-right: 1px solid #d7d7d7;
}
.cart-block .head ul li {
	text-align: center;
}
.cart-block ul li:nth-child(1) { width: 460px; }
.cart-block ul li:nth-child(2) { width: 155px; }
.cart-block ul li:nth-child(3) { width: 155px; }
.cart-block ul li:nth-child(4) { width: 155px; }
.cart-block ul li:nth-child(5) { width: 150px; }
.cart-block .in-cart {
	width: 100%; height: 170px;
	border: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.cart-block .in-cart ul { height: inherit; }
.cart-block .in-cart ul li {
	display: block;
	height: inherit;
	position: relative;
	float: left;
	border-right: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.cart-block ul li:nth-child(5) { 
	border-right: none;
}
.cart-block .in-cart > ul li:nth-child(1) img {
	height: 160px;
	display: block;
	float: left;
	margin-left: 30px;
}
.cart-block .in-cart ul li:nth-child(1) div {
	width: 45%; height: 90px;
	float: right;
	margin: 0 25px;
	margin-top: 36px; 
	border-left: 1px solid #d7d7d7;
	position: relative;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.cart-block .in-cart ul li:nth-child(1) div a {
	position: absolute;
	top: 50%; left: 20px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);	
	-o-transform: translate(0, -50%);	
	-moz-transform: translate(0, -50%);	
	font: 14px "OpenSansRegular";
	color: #414141;	
	line-height: 25px;
}
.cart-block .in-cart ul li:nth-child(3) .calck,
.cart-block .in-cart ul li:nth-child(2) span,
.cart-block .in-cart ul li:nth-child(4) span,
.cart-block .in-cart ul li:nth-child(5) span {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);	
	-o-transform: translate(-50%, -50%);	
	-moz-transform: translate(-50%, -50%);	

	
	vertical-align: bottom;
	font: 18px "OpenSansBold";
	line-height: 30px;
	color: #2e3192;
	line-height: 30px;
}
.cart-block .in-cart ul li:nth-child(3) .calck {
	width: 70px; height: 110px;
}
.cart-block .in-cart ul li:nth-child(3) .calck span,
.cart-block .in-cart ul li:nth-child(3) .calck input {
	display: block;
	width: 100%; height: 33px;
	font: 33px "OpenSansLight";
	text-align: center;
	line-height: 33px;
	cursor: pointer;
}
.cart-block .in-cart ul li:nth-child(3) .calck input {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #d7d7d7;
    margin-top: 7px;
   	font: 18px "OpenSansRegular";
	text-align: center;
	line-height: 33px;
}
.cart-block .in-cart ul li:nth-child(5) {
	cursor: pointer;
}
.total {
	width: 100%; height: 48px;
	display: block;
	margin-top: 30px;
}
.total div {
	float: right;
	width: auto; height: inherit;
}

.total div a,
.total div input[type="submit"] {
	width: 320px; height: inherit;
	display: block;
	background: #303393;
	font: 16px "OpenSansLight";
	color: #fff;
	text-align: center;
	line-height: 48px; 
	text-decoration: none;
	border: none;
}

.total div.total-price {
	font: 19px "OpenSansLight";
	color: #2e3192;
	text-transform: uppercase;
	line-height: 48px; 
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #d7d7d7;
}
.total div.total-price > span {
	font: 22px "OpenSansBold";
	color: #2e3192;
	text-transform: uppercase;
	line-height: 48px; 	
	margin-left: 10px;
}
.total div.total-price span span {
	font: 16px "OpenSansRegular";
}
.float-rastr h2,
.contacts h2,
.compare-grope h2,
.compare h2,
.order h2 {
	width: 100%; height: 40px;
	font: 15px "OpenSansRegular";
	color: #2e3192;
	text-indent: 15px;
	text-transform: uppercase;
	text-align: left;
	line-height: 40px;
	border-bottom: 1px solid #2e3192;
}
.float-rastr .feedback
.order .feedback {
	text-align: center;
}
.float-rastr .feedback div.feedback_columns,
.order .feedback div.feedback_columns {
	width: 30%; height: auto;
	display: inline-block;
	margin: 25px 1.5%;
	vertical-align: top;
}
.float-rastr .feedback div.feedback_columns {
	height: 90px;
}
.order .feedback div textarea, .float-rastr .feedback div textarea,
.order .feedback div input, .float-rastr .feedback div input {
	width: 100%; height: 35px;
	padding: 5px;
	margin: 7px 0;
	border: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.order .feedback div textarea {
	height: auto;
	resize: none;
}
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder  {
	font: 13px "OpenSansItalic";
	color: #737373;
}
.order-pay, .order-logist {
	width: 50%; float: left;
	padding-bottom: 15px;
} 
.order-pay {
	border-right: 1px solid #2e3192;
}
.order-pay > div,
.order-logist > div {
	padding-left: 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;	
}
.float-rastr input[type="radio"],
.order input[type="radio"] {
	display: none;
}

.order .order-pay label,
.order .order-logist label {
	width: 100%; height: 20px;
	text-indent: 25px;
	position: relative;
	font: 16px "OpenSansLight";
	color: #414141;
	cursor: pointer;
}
.order label { display: block;}
.order label i {
	position: absolute;
	width: 15px; height: 15px;
	display: block;
	left: 0px; top: 4px;
	background: url(/images/design/web/radio.png) left top no-repeat;
}
.order .radio-block {
	margin-top: 25px;
}
.order .radio-block span {
	width: auto; max-width: 90%;
	display: inline-block;
	margin-left: 25px;	
	font: 13px "OpenSansItalic";
	color: #737373;
}
.order input[type="radio"]:checked+label i {
	background: url(/images/design/web/radio.png) -16px top no-repeat;
} 




.rastrochka.feedback {
	width: 100%; float: left;
	border-bottom: 1px solid #2e3192;
}
.rastrochka.feedback > div:hover {
	border: 1px solid #2e3192;
}
.rastrochka.feedback > div {
	height: 90px; width: 30%;
	position: relative;
	border: 1px solid #d7d7d7;
	margin: 25px 5px; 
}
.rastrochka.feedback label > span {
	display: block;
	width: 100px; height: 50px;
	background: url(/images/design/web/rast.png) center no-repeat;
	position: absolute;
	top: 20px; left: 15px;
}
.rastrochka.feedback label > span p {
	width: 30px;
	height: 25px;
	position: absolute;
	left: 17px;
	top: 12px;
	color: #fff;
	font: 20px "OpenSansLight";
	text-align: center;
	letter-spacing: -2px;
}
.rastrochka.feedback label {
	width: 100%; height: 100%;
	margin-bottom: 0px;
	cursor: pointer;
}
.rastrochka.feedback input:checked+label {
	background: #2e3192;
	color: #fff;
} 
.rastrochka.feedback input:checked+label>span {
	background: url(/images/design/web/rast_w.png) center no-repeat;
} 
.rastrochka.feedback input:checked+label>span p { color: #2e3192;}
.rastrochka.feedback input:checked+label>div span {
	color: #fff;
}



.float-rastr .rastrochka > div div,
.order .rastrochka > div div {
	width: 195px; height: 70px;
	float: right;
	margin-top: 10px;
	border-left: 1px solid #d7d7d7;
	margin: 10px 0;
	margin-left: 85px;
}
.float-rastr .rastrochka > div div span,
.order .rastrochka > div div span {
	display: block;
	text-align: left;
	padding-left: 15px;

	font: 14px "OpenSansLight";
	color: #2e3192;
}
.float-rastr .rastrochka > div div span:first-child,
.order .rastrochka > div div span:first-child {
	margin-top: 15px; 
}
.step1 .total {
	float: left;
}
.step1 .total .back {
	width: 185px; height: 48px;
	float: left;
	font: 16px "OpenSansLight";
	color: #414141;
	text-align: center;
	background: #d7d7d7;
	line-height: 48px;
    cursor: pointer;
} 
.total.sale {
	height: 96px;
}
.total.sale > div {
	height: 48px;
	margin-top: 25px;
}
.total.sale .total-price {
	height: 96px;
	margin-top: 0px;
}
.total.sale .total-price div {
	height: 48px;
}
.total.sale .total-price div:first-child {
	border-bottom: 1px solid #d7d7d7;
}
.total.sale .total-price div:first-child > span {
	font: 20px "OpenSansRegular";
}

.answer {
	border-bottom: 1px solid #2e3192;
}
.answer > div:first-child {
	width: 220px; height: 120px;
	margin: 30px;
	float: left; 
	border: 1px solid #d7d7d7;
	text-align: center;
}
.answer > div:first-child span {
	display: inline-block;
	width: 80%; height: 40px;
	text-align: center;
	font: 20px "OpenSansRegular";
	color: #2e3192;
	line-height: 40px;
}
.answer > div:first-child span:first-child {
	border-bottom: 1px solid #d7d7d7;
	margin-top: 20px;
	line-height: 35px;
}
.answer > div:last-child {
	float: left;
	margin: 30px;
	margin-top: 60px; 
	margin-left: 0px; 
	font: 14px "OpenSansRegular";
	color: #414141;
}
a.history,
a.print {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #2e3192;
	vertical-align: top;
}
a.history i,
a.print i {
	width: 20px; height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	background: url(/images/design/web/order_asept.png) left top no-repeat;
}
a.history i {
	margin-right: 5px;
	background: url(/images/design/web/order_asept.png) right top no-repeat;
}
.about-company .about_img {
	float: left;
	margin: 0 15px 15px 0;
}
.compare-grope {
	/*font-size: 0px;*/
	vertical-align: top;
}
.compare-grope .wrapper-compare > div {
	overflow: hidden;
	display: inline-block;
	width: 33%; height: 150px;
	margin-top: 7px;
	margin-right: 0.5%;
	position: relative;
	vertical-align: top;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;	

    border: 1px solid #d7d7d7;
}
.compare-grope .wrapper-compare > div:nth-child(3n) {
	margin-right: 0px;

}
.compare-prop .myclose,
.compare-grope .wrapper-compare > div .myclose {
	width: 25px; height: 25px;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background: #2e3192 url(/images/design/web/close_cross.png) center no-repeat;
	position: absolute;
	top: 0; right: 0;
	cursor: pointer;
    z-index: 9;
}
.compare-grope .wrapper-compare > div .img-wrapper {
	display: inline-block;
	width: 130px; height: 130px;
	margin: 7.5px; 
	overflow: hidden;
	
} 
.compare-grope .wrapper-compare > div .img-wrapper img {
	display: block;
	width: auto; height: 100%;
}
.compare-grope .wrapper-compare > div .lot-info {
	display: inline-block;
	width: 55%;
	float: right;
	margin-right: 5%;
	font-size: 20px;
	margin-top: 19px;
	border-left: 1px solid #d7d7d7;
	padding: 15px;
}
.compare-grope .wrapper-compare > div .lot-info > span {
	display: block;
	font: 14px "OpenSansRegular";
	color: #414141;
	margin-bottom: 5px;
}
.compare-grope .wrapper-compare > div .lot-info > span.price {
	display: inline-block;
	float: left;
	line-height: 30px;
	vertical-align: bottom;
	font: 18px "OpenSansBold";
	color: #2e3192;
	line-height: 30px;
} 
.compare-grope .wrapper-compare > div .lot-info > span.price span {
	font: 16px "OpenSansRegular";
	color: #414141;
	line-height: 30px;
	text-indent: 5px;
}
.compare-grope .wrapper-compare > div .lot-info > span.price span span {
	text-decoration: line-through;
}
.compare-grope .wrapper-compare {
	padding-bottom: 20px;
	border-bottom: 1px solid #2e3192;
	margin-bottom: 15px;
	clear: both;
}
.compare-grope a.compare-link {
	display: block;
	float: right;
	width: 320px; height: 48px;
	background: #2e3192;

	font: 16px "OpenSansLight";
	color: #fff;
	text-align: center;
	line-height: 48px;
}
.compare-grope {
	margin-bottom: 15px;
}




.compare-prop {
	margin-left: 25px;
}

.compare-prop tr td {
	position: relative;
	/*width: 220px;*/
	text-indent: 25px;
	border-left: 1px solid #d7d7d7;
}
.compare-prop tr td .prducts-item {
	text-indent: 0;
}
.compare-prop tr td > img {
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.compare-prop tr:first-child  td {
	height: 450px;
	border-left: none;
}
.compare-prop tr td:first-child {
	width: 350px;
	min-width: 350px;
	text-indent: 50px;
	border-bottom: none;
	border-left: none;
}
.compare-prop tr td .prducts-item {
	margin: 0 15px; 
}
.compare-prop tr td {
	height: 40px;
}
.compare-prop tr {
	border-bottom: 1px solid #d7d7d7;
}
.news-list .news {
	width: 100%; height: 200px;
	background: #2e3192;
	color: #fff;
	position: relative;
}
.news-list .news a {
	display: block;
	width: 100%; height: 100%;
	z-index: 11;
	position: absolute;
	top: 0; left: 0;
}
.news-list .news:first-child {
	margin: 20px 0 5px 0;
}
.news-list .news {
	margin: 0px 0 5px 0;
}
.news-list .news .img-wrapper {
	float: left;
	width: 310px; height: 200px;
}
.news-list .news .img-wrapper img {
	display: block;
	width: auto; height: 100%;
}
.news-list .news .news-info {
	width: 65%; height: 200px;
	float: right;
	z-index: 1;
	position: relative;
	margin-right: 3%;
}
.news-list .news .news-info h2,
.articles-subtitle{
	margin: 25px 0;
	font: 16px "OpenSansRegular";
}
.news-list .news .news-info .descr {
	font: 13px "OpenSansLight";
	max-height: 72px;
	overflow: hidden;
}
.about-company { 
	color: #414141;
	font: 15px "OpenSansLight";
	line-height: 25px;

}
.about-company .time,
.news-list .news .news-info .time {
	width: 100%; height: 44px;
	position: absolute;
	bottom: 0; right: 0;
	border-top: 1px solid #d7d7d7;
}
.about-company .time {
	position: relative;
	margin-top: 15px;
}
.about-company .time span i,
.news-list .news .news-info .time span i {
	display: inline-block;
	width: 20px;
	height: 20px;
	/*background: url(/images/design/web/time_d.png) center no-repeat;*/
    background:url(/images/design/web/date.png) center no-repeat;
	margin: -1px 5px 0 0;
	vertical-align: top;
}
.about-company .time span,
.news-list .news .news-info .time span {
	float: right;
	display: inline-block;
	height: 20px; width: auto;
	margin: 10px 0;
	font: 13px "OpenSansLight";
	color: #fff;
}
.about-company .time span {
	font-size: 15px;
	color: #414141;
	float: left;
	line-height: 20px;
}











/*LK adler style -------------------*/


.lkab-history {
	width: 100%; height: auto;
	min-height: 500px;
}
.lkab-history .tab-block {
	width: 100%; height: 42px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 25px;
}
.lkab-history .tab-block div {
	width: 30%; height: inherit;
	float: left;
	font: 15px 'OpenSansRegular';
	color: #2e3192;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	line-height: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.lkab-history .tab-block div i {
	width: 25px; height: 30px;
	display: inline-block;
	position: absolute;
	margin: 5px;
	left: 50px;
	background: url(/images/design/web/sale.png) left center no-repeat; 
}
.lkab-history .tab-block div.check i {
	background: url(/images/design/web/sale.png) right center no-repeat; 
}
.lkab-history .tab-block div span {
	width: 100%; height: 42px;
	display: block;
	border: 1px solid #d7d7d7;
	-webkit-border: 1px solid #d7d7d7;
	border-bottom: none;
	border-left: none;
	cursor: pointer;
}
.lkab-history .tab-block div:first-child span {
	border-left: 1px solid #d7d7d7;
}
/*.lkab-history .tab-block div.history {
	float: right;
} */
.lkab-history .tab-block div.check span {
	background: #2e3192;
	border: none;
	-webkit-border: none;
	color: #fff;
}
.lkab-history .tab-block div.lk.check span,
.lkab-history .tab-block div.history.check span {
	border: none;
	-webkit-border: none;
}

/* lk block --------------------------*/

.lkab-history .lk-block .title-wrapper h2 {
	width: 100%;
	height: 40px;
	font: 15px "OpenSansRegular";
	color: #2e3192;
	text-indent: 15px;
	text-transform: uppercase;
	text-align: left;
	line-height: 40px;
	border-bottom: 1px solid #2e3192;
}
.lkab-history .lk-block .title-wrapper {
	width: 100%;
	height: 30px;
	margin-bottom: 20px;	
	position: relative;
}
.lkab-history .lk-block .title-wrapper .cansel_save {
	display: none;
	width: 350px; height: 30px;
	position: absolute;
	top: 5px; right: 0;
	/*background: #fff;*/
	font: 14px 'OpenSansRegular';
	color: #2e3192;
	/*font-style: italic;*/
	text-align: right;
	line-height: 24px;
	vertical-align: top;
	cursor: pointer;	
}
.lkab-history .lk-block .title-wrapper .cansel_save div {
	display: inline-block; width: auto; height: auto;
	vertical-align: top;
	cursor: pointer;
	line-height: 30px;		
}
.lkab-history .lk-block .title-wrapper .cansel_save div:first-child {
	border-right: 1px solid #012369;
	height: 25px;
	padding-right: 10px;
}	
.lkab-history .lk-block .title-wrapper .cansel_save div:first-child i {

	background: url(/images/design/web/cansel_save.png) left no-repeat;
}
.lkab-history .lk-block .title-wrapper .cansel_save div:last-child i {
	background: url(/images/design/web/cansel_save.png) right no-repeat;
}
.lkab-history .lk-block .title-wrapper .cansel_save div i {
	vertical-align: middle;

		width: 20px; height: 20px;
	display: inline-block;
	margin: 5px;
	margin-top: 3px;
	
}
.lkab-history .lk-block .title-wrapper .redact {
	width: 150px; height: 30px;
	position: absolute;
	/*padding: 0 10px;*/
	top: 5px; right: 0;
	/*background: #fff;*/
	font: 14px 'OpenSansRegular';
	color: #2e3192;
	/*font-style: italic;*/
	text-align: right;
	line-height: 26px;
	vertical-align: top;
	cursor: pointer;
}
.lkab-history .lk-block .title-wrapper .redact i {
	width: 20px; height: 20px;
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
	background: url(/images/design/web/edit.png) center no-repeat;
}
.lkab-history .lk-block {
	width: 100%; 
	margin-bottom: 25px;
}
.lkab-history .lk-block div.form {
	margin-top: 40px;
	width: 100%;

}
.lkab-history .lk-block div label {
	display: inline-block;
	width: 200px; height: 32px;
	margin-left: 100px;
	font: 14px 'OpenSansRegular';
	color: #000;	
}
.lkab-history .lk-block div input {
	display: inline-block;
	width: 300px; height: 32px;
	margin-right: 200px;
	font: 14px 'OpenSansRegular';
	color: #414141;
	padding: 0 10px;
	border: none;
	-webkit-border: none;
	background: #fff !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;	
}
.lkab-history .lk-block div input.redact {
	border: 1px solid #2e3192;
	-webkit-border: 1px solid #2e3192;
}

/*  history ------------------------------------*/
.lkab-history .one-order-history {
	width: 100%; height: auto;
	margin-bottom: 15px;
}
.lkab-history .one-order-history > ul {
	width: 100%; height: 44px;
	border: 1px solid #d7d7d7;
	-webkit-border: 1px solid #d7d7d7;
	cursor: pointer;
}
.lkab-history .one-order-history > ul li {
	display: inline-block;
	width: 23.75%; height: inherit;
	vertical-align: top;
	float: left;
	border-right: 1px solid #ede6da;
	-webkit-border-right: 1px solid #ede6da;	
	font: 16px 'OpenSansRegular';
	color: #2e3192;
	/*font-style: italic;*/
	text-align: center;
	line-height: 44px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;	

}
.lkab-history .one-order-history > ul li:last-child {
	position: relative;
	width: 5%;
	border: none;
	-webkit-border: none;
}
.lkab-history .one-order-history > ul li:last-child i {

	width: 25px; height: 25px;
	display: block;
	background: url(/images/design/web/arrow_bl.png) center no-repeat;
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lkab-history .one-order-history > ul li:last-child i.openme {
	background: url(/images/design/web/arrow_ww.png) center no-repeat;
}
.lkab-history .one-order-history  .order-history-list {
	display: none; /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  JQuery*/
	padding-bottom: 5px;
}
.lkab-history .one-order-history  .order-history-list ul {
	display: block;
	width: 100%; height: 130px;

	margin: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	-webkit-border: 1px solid #d7d7d7;

}
.lkab-history .one-order-history  .order-history-list ul li {
	width: 20%; height: 130px;
	display: block;
	float: left;
		border-right: 1px solid #ede6da;
	-webkit-border-right: 1px solid #ede6da;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.lkab-history .one-order-history  .order-history-list ul li:first-child,
.lkab-history .one-order-history  .order-history-list ul li:last-child {
	border: none;
	-webkit-border: none;
}
.lkab-history .one-order-history  .order-history-list ul li .img-wrapper {
	width: 100%; height: 99%;
	overflow: hidden;
}
.lkab-history .one-order-history  .order-history-list ul li .img-wrapper img {
	display: block; height: 99%;
	margin: 0 auto;
}
.lkab-history .one-order-history  .order-history-list ul li h3 {
	display: block;
	width: 100%; height: 25px;
	margin-top: 30px;
	margin-bottom: 15px;
	font: 17px 'Trebuchet';
	font-style: bold;
	color: #012369;
	line-height: 25px;
}

.lkab-history .one-order-history  .order-history-list ul li span.brend {
		display: inline-block;
	width: 90%; height: 20px;
	font: 14px 'Trebuchet';
	font-style: bold;
	color: #012369;
	line-height: 25px;	
	padding-bottom: 20px;
	border-bottom: 1px solid #ede6da;
	-webkit-border-bottom: 1px solid #ede6da;
}

.lkab-history .one-order-history  .order-history-list ul li span.price {
	font: 20px 'Trebuchet';
	font-style: bold;
	color: #012369;
	display: block;
	height: 40px;
	margin-top: 10px;
	line-height: 40px;
	margin-top: 5px;
}

.lkab-history .one-order-history  .order-history-list ul li .wrapper {
	width: auto; height: auto;
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lkab-history .one-order-history  .order-history-list ul li .wrapper span {
	display: block;
	width: 100%; height: 30px;
	
	vertical-align: bottom;
	font: 18px "OpenSansBold";
	color: #2e3192;
	line-height: 30px;
}

/*.lkab-history .one-order-history  .order-history-list ul li .wrapper span:first-child {
	border-bottom: 1px solid  #ede6da;
	-webkit-border-bottom: 1px solid  #ede6da;
}*/
.history-block {
	display: none;
}
.lkab-history .history-block {
	margin-top: 25px;
}
.lkab-history .one-order-history  .order-history-list ul li .wrapper.title {
	width: 100%;
	height: auto;
	padding: 35px 0;
	border-left: 1px solid #d7d7d7;
}
.lkab-history .one-order-history  .order-history-list ul li .wrapper.title span {
	width: 100%; height: auto;
	display: block;
	font: 14px "OpenSansRegular";
	color: #414141;
	padding-left: 20px;
}
.lkab-history .one-order-history  .order-history-list ul li:nth-child(4) {
	width: 15%;
}
.lkab-history .one-order-history  .order-history-list ul li:nth-child(2) {
	width: 25%;
}
.lkab-history .one-order-history > ul.check {
	background: #2e3192;
}
.lkab-history .one-order-history > ul.check li {
	color: #fff;
}
.lkab-history .one-order-history > ul li.sale-mark:after {
	content: "";
	width: 25px; height: 30px;
	display: block;
	position: absolute;
	top: 5px; right: 15px;
	background: url(/images/design/web/sale.png) left center no-repeat;
}
.lkab-history .one-order-history > ul.check li.sale-mark:after {
	background: url(/images/design/web/sale.png) right center no-repeat;
}
.sale-block { display: none;}
.sale-block > div {
	width: 100%; height: 130px;
}
.sale-block .img-wrapper {
	width: 120px; height: 120px;
	border: 1px solid #d7d7d7;
	position: relative;
	float: left;
	margin-right: 25px;
}
.sale-block img {
	width: auto; height: auto;
	display: block;
	position: absolute;
	top: 50%; left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sale-block p {
	display: inline-block;
	margin-top: 35px;
	font: 14px "OpenSansRegular";
	color: #000;
}

/*-------------------------------  contact*/
.contacts .contact-info,
.contacts .contact-feedback {
	width: 50%; height: 100%; min-height: 200px;
	float: left;
}
.contacts .contact-feedback {
	border-left: 1px solid #2e3192;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;	
}
.contacts .contact-feedback > div {
	width: 370px; height: auto;
	margin: 0 auto;
	margin-top: 20px;	
}
.contacts .contact-info > div {
	width: 450px; height: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.contacts .contact-info > div div i {
	width: 40px; height: 40px;
	display: block;
	margin: 10px auto;
	background: url(/images/design/web/contacts_sprite.png) left center no-repeat;
	margin-bottom: 5px;
}
.contacts .contact-info > div div ul,
.contacts .contact-info > div div span {
	display: block;
	width: 100%; height: auto;
	text-align: center;
	font: 17px "OpenSansRegular";
	color: #2e3192;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 15px;
}
.contacts .contact-info > div div ul li {
	width: 50%; height: auto;
	display: block;
	float: left;
}
.contacts .contact-info > div div:last-child span {
	border-bottom: none;
}
.contacts .contact-info > div div:nth-child(2) i {
	background-position: -40px center;
}
.contacts .contact-info > div div:nth-child(3) i {
	background-position: -84px center;
}
.contacts .contact-info > div div:nth-child(4) i {
	background-position: -122px center;
}

.contacts .contact-feedback > div input[type="text"],
.contacts .contact-feedback > div input[type="email"],
.contacts .contact-feedback > div textarea {
	width: 100%;
	height: 35px;
	padding: 5px 10px;
	margin: 7px 0;
	border: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contacts .contact-feedback > div textarea {
	resize: none;
	height: 220px;
}
.contacts .contact-feedback > div input[type="submit"] {
	display: block;
	width: 100%; height: 35px;
	background: #2e3192;

	font: 15px "OpenSansRegular";
	color: #fff;
	line-height: 35px;
	text-align: center; 
	border: none;
}
.contacts .contact-feedback > div form {
	margin-bottom: 45px;
}
.gmap {
	width: 100%; height: 500px;
	background: lightblue;
	border-top: 1px solid #2e3192;
}

.float-window {
	width: 100%; height: auto;
	position: absolute;
	z-index: 11;
	background: #fff;
	display: none;
	-webkit-box-shadow: 0px 5px 10px -1px;
	-moz-box-shadow: 0px 5px 10px -1px;
	-ms-box-shadow: 0px 5px 10px -1px;
	-o-box-shadow: 0px 5px 10px -1px;
	box-shadow: 0px 5px 10px -1px;
}
.float-window > div {
	width: 100%; max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;

}
.float-collback h2,
.float-collback .h2,
.float-window > div  h2,
.float-window > div  .h2 {
	width: 100%;
	height: 40px;
	font: 15px "OpenSansRegular";
	color: #2e3192;
	margin-top: 15px;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #2e3192;
}
.float-window .enter form > div,
.float-window .reg-float-block form > div {
	width: 50%; height: auto;
	padding: 10px 10%;
	margin-top: 10px;
	display: inline-block;
	float: left;	
}
.float-window .enter form > div.toleft,
.float-window .reg-float-block form > div.toleft {
	border-left: 1px solid #2e3192;
}
.float-collback input[type="text"],
.float-window .reg-float-block div input[type="email"],
.float-window .enter div input[type="password"],
.float-window .reg-float-block div input[type="password"],
.float-window .enter div input[type="text"],
.float-window .reg-float-block div input[type="text"] {
	width: 100%; height: 35px;
	display: block;
	padding: 5px 10px;
	margin: 7px auto;
	border: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.float-window .enter .submit-wrapper,
.float-window .reg-float-block .submit-wrapper {
	width: 100%; max-width: 1200px; height: auto;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}
.float-collback input[type="submit"],
.float-collback input[type="button"],
.float-window .enter input[type="submit"],
.float-window .enter input[type="button"],
.float-window .reg-float-block input[type="submit"],
.float-window .reg-float-block input[type="button"] {
	width: 320px; height: 35px;
	display: block;
	margin: 10px auto;
	background: #303393;
	font: 17px "OpenSansLight";
	color: #fff;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	border: none;
}
.float-collback input[type="submit"]:hover,
.float-collback input[type="button"]:hover,
.float-window .enter input[type="submit"]:hover,
.float-window .enter input[type="button"]:hover,
.float-window .reg-float-block input[type="button"]:hover,
.float-window .reg-float-block input[type="submit"]:hover {
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,.5);
} 
#form_call .myclose,
.float-window .success div.myclose,
.float-window .reg-float-block div.myclose,
.float-window .enter div.myclose {
	width: 30px; height: 30px;
	position: absolute;
	top: -5px; right: 5px;
	background: url(/images/design/web/cross_d.png) center no-repeat;
	padding: 0px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#form_call .myclose {
	top: 5px;
}
.float-window .enter div.myclose:hover,
#form_call .myclose:hover,
.float-window .success div.myclose:hover,
.float-window .reg-float-block div.myclose:hover {
	background-size: 25px;
}
.float-window .success h2 {
	height: 50px;
}
.float-window .success p {
	display: block;
	width: 100%; height: 20px;
	margin: 25px 0;
	text-align: center;
	font: 13px "OpenSansRegular";
	color: #737373;
	line-height: 20px;
}
.float-window .enter .toleft {	
	height: 110px;
}
.float-window .enter .toleft a {
	width: 100%; height: 35px;	
	display: block;
	margin-top: 5px;
	text-align: left;
	vertical-align: top;

	font: 14px "OpenSansRegular";
	color: #414141;
	line-height: 38px;
}
.float-window .enter .toleft a i {
	display: inline-block;
    vertical-align: top;
	width: 35px; height: 35px;
	background: url(/images/design/web/enter.png) left center no-repeat;  
}
.float-window .enter .toleft a:nth-child(2) i {
	background: url(/images/design/web/enter.png) -28px center no-repeat;  
}
.float-window.open-window {
	display: block;
	position: relative;
	max-width: 100%;
	box-shadow: none;
}
.float-window.open-window .myclose {
	display: none;
}


.float-collback {
	display: none;
	position: absolute;
	width: 422px;
	height: 200px;
	background: #fff;
	border: 1px solid #2e3192;
	box-shadow: 3px 3px 5px -1px #2e3192;
	z-index: 10;
	top: 95px;
    /*right: -25px;*/
    right: 0px;
}
.float-collback h2,
.float-collback .h2 {
	width: 80%;
	margin: 5px 10%;
	margin-top: 15px;
	text-align: left;
	text-indent: 25px;
	font-size: 18px;
}
.float-collback input[type="text"],
.float-collback input[type="button"],
.float-collback input[type="submit"] {
	width: 80%;
	margin: 15px 10% 5px 10%;
}
.float-collback input[type="text"] {
	margin-top: 25px;
}
li.collback { cursor: pointer;}

.teh_info .tab-block {
	padding-bottom: 15px;
	border-bottom: 1px solid #d7d7d7;
}
.teh_info .tab-block a {
	display: inline-block;
	width: 310px; height: 42px;
	border: 1px solid #d7d7d7;
	margin: 5px;
	margin-left: 0px;

	font: 15px "OpenSansRegular";
	text-transform: uppercase;
	color: #2e3192;
	text-align: center;
	line-height: 42px;
	background: #fff; 
	text-decoration: none;
}

.teh_info .tab-block a.check {
	background: #2e3192; 
	color: #fff;
}
.teh_info .albom a {
	width: 200px; height: 320px;
	display: inline-block;
	position: relative;
	border: 1px solid #d7d7d7;
	overflow: hidden;
	margin: 20px 0;
	margin-right: 10px; 
}
.teh_info .albom a:hover {
	border: 1px solid #2e3192;
}
.teh_info .albom a img {
	width: auto; height: auto;
	max-width: 200px;
	display: block;
	margin: 0 auto;
	z-index: 1;
}
.teh_info .albom a span {
	display: block;
	width: 90%; height: auto;
	padding: 20px 0;
	margin: 0px 5%;
	background: #fff;
	border-top: 1px solid #d7d7d7;
	position: absolute;
	bottom: 0; left: 0; 
	z-index: 2;
	font: 13px "OpenSansRegular";
	color: #414141;
	text-align: center;
}
.fancybox-close {
	top: -30px !important; right: 0 !important;
	background: url(/images/design/web/cross_d.png) center no-repeat !important;
}
.fancybox-next span {
	visibility: visible !important;
	right: -20px;
	background: url(/images/design/web/arrow_bl.png) center no-repeat !important;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.fancybox-prev span {
	visibility: visible !important;
	left: -20px;
	background: url(/images/design/web/arrow_bl.png) center no-repeat !important;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* add style -----------------*/
.filter-block-all-param input[type="submit"] {
	display: block;
	width: 95%;
	margin: 5px 2.5% 10px 2.5%;
	border: none;
	height: 30px;
	background: #2e3192;
	color: #fff;
}
.filter-block-all-param input[type="submit"]:hover {
	box-shadow: 2px 2px 0px 0px #333;
}

.float-rastr {
	
	width: 1040px; height: auto;
	border: 1px solid #2e3192;
		
}
.float-rastr h2 {
	color: #fff;
	background:  #2e3192;
}
.float-rastr .rastrochka.feedback {
	border-bottom: none;
	padding: 0 40px 15px 40px;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	-ms-box-sizing: border-box;	
	-o-box-sizing: border-box;	
	box-sizing: border-box;	
}
.float-rastr .rastrochka.feedback label > span {
	left: 0;
}
.float-rastr .rastrochka.feedback > div div {
	width: 185px;
}
.float-rastr .rastrochka.feedback > div div span {
	padding-left: 10px;
}
.float-rastr .rastrochka.feedback > p {
	width: 100%;
	font: 13px "OpenSansRegular";
	color: #414141;
	margin-top: 30px;
	margin-bottom: 10px;
} 
.float-rastr .rastrochka.feedback div.feedback_columns {
	width: 32%;
	height: 90px;
	display: inline-block;
	margin: 25px 5px;
	vertical-align: top;
}

.mceContentBody img {
	margin: 0 20px 18px 0;
}
.lkab-history .one-order-history > ul li:first-child {
	text-align: left;
	text-indent: 20px;
}
.active1 a{
    
}


.selection-filter{
    position: relative;
    /*padding-bottom: 10px;*/
    margin-bottom: 20px;
}

.selection-filter.other{
	margin-bottom: 38px;
	/*border: 1px solid #c4c4c4;*/
	/*padding: 4px 0 0 4px;*/
}

.selection-filter.other.filters-param-as-width{
	overflow: hidden;
	height: 56px;
	margin-bottom: 12px;
}

.selection-filter.other.filters-param-as-width{
	overflow: visible;
}

.selection-filter.other:last-of-type{
    margin-bottom: 20px;
}

.filters-param-as-width.selection-filter.other:last-of-type{
	margin-bottom: 62px;
}

.selection-filter > ul > li > .mysub-lvl li.active1 a.selected{
    background: #33358f;
    color: #fff;
}
.selection-filter.other > ul > li > a.selected span{
    border-left: 1px solid #fff;
    color: #fff;
}
.selection-filter.other > ul > li > a.selected {
    background: #33358f;
    color: #fff;
    height: 40px;

}

.prducts-item .img-wrapper {
	position: relative;
}
.prducts-item .img-wrapper img {
	width: auto;
	height: auto;
	display: block;
	max-height: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.mysub-lvl input[type="submit"] {
	width: 95%;
	margin: 5px auto 10px auto;
	display: block;
	border: none;
	background: #2e3192;
	color: #fff;
	height: 30px;
}


/* Scroll to top */
.scroll-to-top {
    position: fixed;
    width: 45px;
    height: 43px;
    bottom: 70px;
    right: 20px;
    z-index: 300;
    cursor: pointer;
    display: block;
    background: url(/images/design/toTop.png) no-repeat;
    background-size: contain;
}


/* Scroll to top END*/

.back-to-main-from-404{
    display: block;
    text-align: center;
}

.tech-links{
	display: block;
	margin-bottom: 6px;
}


@media only screen and (max-width: 1300px) {
	body {
		width: 100%; min-width: 1250px;
		height: 100%;
	}

    header > .wfix ul li.cart-header, header > .wfix ul li.collback{
        width: 294px;
    }

	.wrapper-fix, .wfix {
		width: 100%;
		height: auto;
		max-width: 1250px;
	}

	.subscribe-container{
		max-width: 98%;
	}

	header > .wfix ul {
		width: 644px;
	}
	.path {
		max-width: 1250px;
	}
	.content {
		width: 830px;
		height: auto;
		min-height: 500px;
		margin: 0 8px;
	}
	.tovar-inside .lot-info {
		width: 350px;
	}
	.towar-list > div,
	.content .the-best ul li > div {
		margin-right: 6px;
	}

	.the-best .prducts-item{
		width: 203px;
	}

	header > .main-nav nav a {
		padding: 0 8px;
	}
	footer .menu-panel {
		width: 1025px;
	}
	.content.bezleft-side {
		width: 1040px;
		margin-right: 10px;
	}
	.cart-block .in-cart ul li:nth-child(1) div {
		margin: 0px 10px;
	}
	.cart-block ul li:nth-child(1) {
		width: 420px;
	}
	.float-collback {
		width: 320px; height: 185px;
		right: 0;
	}
	.float-collback h2,
	.float-collback .h2,
	.float-collback input[type="text"],
	.float-collback input[type="button"],
	.float-collback input[type="submit"] {
		width: 90%;
		margin: 15px 5% 5px 5%;
	}
}


/* Что бы убрать слайдер новостей и сохранить стили */
.news-slider .slick-slide{
    display: block;
}

/* Блочок вместо корзины "нет в наличии ShowCintentCurrentLevel " */
.not-exist{
    height: 40px;
    text-align: center;
    /*line-height: 40px;*/
    color: white;
    background: #b1b1b1;
    font: 13px/40px "OpenSansLight";
    /*font: 13px "OpenSansLight";*/
}

.not-exist.item-good{
    height: 50px;
    line-height: 50px;
}
/* Блочок вместо корзины "нет в наличии " */

.rass-empty{
    width: 50%;
    height: inherit;
    float: left;
    position: relative;
    border-top: 1px solid #d7d7d7;
    font: 12px "OpenSansLight";
    line-height: 30px;
    position: relative;
    text-indent: 27px;
}

.rass-empty span{
    background:url(/images/design/web/prod_sprite.png) right no-repeat;
    width: 22px;
    height: 30px;
    position: absolute;
    left: 0;

}

.rass-empty.cart-item{
    text-indent: 15%;
    font-size: 15px;
    line-height: 50px;
    color: #b0b0b0;
}

.rass-empty.cart-item span{
    border-right: 1px solid #d7d7d7;
    background: url(/images/design/web/prod_sprite_big.png) right no-repeat;
    width: 50px;
    height: 50px;

}


.glyphicon-ok:before{
    content: '';
    width: 20px;
    display: block;
    height: 20px;
    /*border: 1px solid black;*/
    background: url(/images/design/dropDownClose.png) no-repeat;
    right: 4px;
}
.sore-panel{
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 15px;
    font-family: "OpenSansRegular";
    z-index: 9;
}
.sore-panel .sore-panel-name{
    line-height: 45px;
    color: #fff;
    padding-right: 20px;
    background: url('/images/design/dwn_sort.png')no-repeat right center;
    cursor: pointer;
}
.arr_sort{
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    margin-top: 2px;
    margin-right: -15px;
    font-size: 15px;
    font-family: "OpenSansLight";
    background: #fff;
    line-height: 35px;
    display: none;
}
.arr_sort.open{
    display: block;
}
.sore-panel-one-item{
    padding: 0 10px;
}
.sore-panel-one-item a,
.sore-panel-one-item span{
    color: #666666;
    text-decoration: none;
}
.sore-panel-one-item.current{
    background: #f3f3f3;
}
.filters-off{
    color: #2e3192;
    border: 1px solid #2e3192;
    display: block;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 20px;
    background: url('/images/design/kill_filter.png')no-repeat 20px center;
    font-family: "OpenSansRegular";
}
.social{
    margin: 15px 0;
    overflow: hidden;
}
.social li{
    float: left;
}


/* FIX RESET FILTER */
.bootstrap-select.btn-group .dropdown-menu li.selected a span.check-mark{
    display: inline-block;
    /* margin-left: 14px; */
    /* line-height: 20px; */
    position: absolute;
    top: 4px;
    right: 0;
}

.model .myselect{
    /*display: block !important;*/
}

/* FIX RESET FILTER END */

/*.catalog-filter{*/
	/*width: 600px;*/
/*}*/
.alller{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	background: #2e3192;
	color: #fff;
	text-align: center;
	display: none;
	padding-top:26px;
}
.alller a{
	color: #fff;
}

/* My profile */
.redact,
.cansel,
.ok{
	/*margin-bottom: 20px;*/
	font-size: 18px;
	padding-top: 11px;
	text-transform: capitalize;
	cursor: pointer;
}

.cansel,
.ok{
	margin-bottom: 2px;
	padding-top: 3px;
}


/*#ChangeLoginPass,*/
/*#catalogBody {*/
	/*width: 50%;*/
	/*float: left;*/
/*}*/

#profile,
#ChangeLoginPass{
	padding-top: 10px;
}

.title-wrapper h2 {
	margin-bottom: 12px;
}

.left-profile-block,
.right-profile-block{
	width: 50%;
	float: left;
}

.lk-blockz{
	overflow: hidden;
}

#ChangeLoginPass input,
#ChangeLoginPass label ,
#catalogBody input,
#catalogBody label{
	display: block;
	margin-bottom: 8px;
	height: 32px;
	padding: 3px 8px 0;
	width: 92%;
	font-size: 16px;
}

#catalogBody label,
#ChangeLoginPass label{
	padding: 4px 0 0 0 ;
	height: 26px;
}
.new-text{
	padding: 30px;
	color: #2e3192;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	display: table;
	border: 1px solid #d7d7d7;
	margin-top: 12px;
	height: 152px;
	width: 100%;
}
.new-text p{
	display: table-cell;
	vertical-align: middle;
}
.selection-filter.other > ul li > a.kameri-atomobilnie.selected i {
    background: url(/images/Camera2.png) center no-repeat;
}

/* My profile END */

.tovar-inside .lot-info .price {
    width: 100%;
    height: auto;
    padding: 2px 0;
    padding-top: 25px;
}

.mobile{
	display: none;
}

#fltr{
	display: none;
}

@media(max-width: 1100px){
	.subscribe-error{
		padding-left: 0;
		display: block;
		float: none;
		clear: both
	}

	.subscribe-form.message{
		padding-left: 0;
		display: block;
		clear: both;
		float: none;
	}
}

@media(max-width: 800px){
	#fltr{
		display: none;
		position: fixed;
		top: 72px;
		left: 10px;
	}
	*{
		max-width: 100%!important;
	}

	.subscribe-container{
		max-width: 96% !important;
	}

	.subscribe-news{
		padding-left: 39px;
		margin-right: 10px;
		padding-top: 10px;
		font-size: 12px;

	}

	.subscribe-email-block input,
	.submit-button-subscribe{
		height: 28px;
		font-size: 13px;
	}

	.submit-button-subscribe{
		/*font-size: 13px;*/
	}

	.subscribe-footer{
		padding: 6px 7px 19px;
	}

	.subscribe-news{
		/*margin-bottom: 16px;*/
	}

	.subscribe-form.message{
		padding-top: 8px;
	}

	.subscribe-container{
		min-height: 32px;
	}

	.slick-slider .slick-track, .slick-slider .slick-list{
		max-width: none!important;
	}
	body {
		min-width: auto;
	}
	header {
		padding: 10px;
	}
	.mobile{
		display: block;
	}

	.horizontal-menu{
		padding-top: 20px;
		position: fixed;
		left:-100%;
		top: 0;
		transition: 0.5s;
		background: #292b7b;
		height: 100%;
		width: 100%;
		z-index: 10000;
	}
	.horizontal-menu.open{
		left:0;
	}
	header .top-line .wfix .tol ul.horizontal-menu li{
		display: block;
		width: 100%;
		text-align: center;
		height: auto;
	}
	header .top-line .wfix .tol ul.horizontal-menu li a{
		color: #fff;
	}
	.hamburger{
		padding: 10px;
	}
	.close-menu{
		position: absolute;
		top: 20px;
		right: 20px;
		width: 22px;
	}
	.float-window {
		width: 318px;
		left: calc( ( 100% - 318px ) / 2 );
	}
	.float-window .enter form > div, .float-window .reg-float-block form > div {
		padding: 10px 3%;
	}
	.float-window .enter .toleft a{
		font-size: 12px;
	}
	#grandCaptcha{
		width: 302px;
		max-width: 318px!important;
		position: relative;
		left: -160px;
		top: 13px;
	}
	header .logo {
		width: 50%;
	}
	header .search {
		width: 50%;
	}
	header > .wfix{
		height: auto;
	}
	header .logo img {
		display: block;
		position: relative;
		height: 77px;
		top: 16px;
		left: 0;
		margin: auto;
		transform: none;
	}
	header > .main-nav {
		display: none;
	}
	header > .wfix ul {
		width: 100%;
	}


	header > .wfix ul li:nth-child(1) {
		width: 320px;
		margin-left: 26px;
		margin-top: 24px;
	}
	header > .wfix ul li.cart-header, header > .wfix ul li.collback {
		width: 327px;
		height: 34px;
		margin-top: 23px;
		margin-left: 47px;
		margin-bottom: 5px;
		float: left;
	}
	header > .wfix ul li.cart-header{
		margin-top:0;
	}
	header .search .wrapper-search p {
		font: 10px "OpenSansRegular";
	}
	header .search{
		padding:0;
	}
	header .search .wrapper-search {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.contacts .contact-info, .contacts .contact-feedback {
		width: 100%;
		padding: 0 10px;
		border: none;
	}
	.contacts .contact-info > div div ul li {
		width: 100%;
	}
	.float-rastr h2, .contacts h2, .compare-grope h2, .compare h2, .order h2{
		text-align: center;
	}
	.formError{
		left: 10px!important;
	}
	aside.right-side {
		width: calc( 100% - 348px );
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.mceContentBody{
		padding: 10px;
		overflow: hidden;
	}
	.baner-place,
	.main-news-slider{
		margin-left: 5px;
		margin-right: 5px;
		width: 200px;
		height: auto;
		float: left;
	}
	.content.bezleft-side{
		min-height: auto;
		margin-bottom: 10px;
	}
	.teh_info .tab-block a{
		width: 40%;
	}
	.teh_info .tab-block a:first-child{
		margin-left: 8%;
		margin-right: 4%;
	}
	.teh_info{
		padding: 10px;
	}
	.news-list .news .img-wrapper {
		float: left;
		width: 35%;
		height: 200px;
	}
	.news-list .news .news-info {
		width: 60%;
		height: 200px;
		float: right;
		z-index: 1;
		position: relative;
		margin-right: 3%;
	}
	.about-company{
		padding: 0 10px;
	}
	.content img{
		max-width: 100%;
		margin:0!important;
	}
	.path {
		width: 100%;
		padding: 0 10px 10px 10px;
		height: auto;
	}
	footer,
	footer .wfix {
		height: auto;
	}
	footer .logo-side {
		width: 100%;
		height: inherit;
		float: none;
	}
	footer .logo{
		text-align: center;
	}
	footer .seotm {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	footer .menu-panel{
		width: 100%;
		padding: 10px;
	}
	footer .menu-panel ul {

		display: block;
		padding: 10px 0;
	}
	footer .menu-panel ul.column {

		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	footer .menu-panel ul ,
	footer .menu-panel ul.column {
		width: 50%;
		float: left;
	}
	aside.left-side {
		background: #fff;
		position: fixed;
		width: 320px;
		height: 100%;
		left: -100%;
		top:0;
		transition: 0.5s;
		z-index: 100000;
		overflow-y: scroll;
	}
	aside.left-side.open{
		left: 0%;
	}
	.selection-filter{
		display: none;
	}
	#showFilterHtml .selection-filter{
		display: block;
	}
	aside.left-side .main-news-slider{
		display: none;
	}
	.content {
		margin: 0;
		width: 100%;
		float: none;
	}
	.content > h1, .the-best > h4, .the-best > .h4, .main-hit-slider h4, .main-hit-slider .h4, .main-news-slider h4, .main-news-slider .h4, .selection-filter h4, .selection-filter .h4{
		font-size: 14px;
	}
	.the-best .prducts-item,
	.towar-list > div, .content .the-best ul li > div {
		width: 31.3%;
		margin: 1%;
	}
	.prducts-item .bottom-order-part .compare .rass a, .prducts-item .bottom-order-part .compare .compare-block label{
		font-size: 10px;
	}
	.main-page-content{
		padding: 0 10px 10px;
	}
	.content .the-best ul li {
		height: 430px;
		overflow: hidden;
	}
	.prducts-item .img-wrapper {
		width: 100%;
	}

	.cart-block ul li:nth-child(1){
		width: 28%;
	}
	.cart-block ul li:nth-child(2),
	.cart-block ul li:nth-child(3),
	.cart-block ul li:nth-child(4),
	.cart-block ul li:nth-child(5){
		width: 18%;

	}
	.cart-block .in-cart > ul li:nth-child(1) img {
		height: auto;
		width: 86px;
		display: block;
		position: absolute;
		float: left;
		top: 0;
		left: 10px;
		margin-left: 30px;
		bottom: 0;
		margin: auto!important;
	}
	.cart-block .in-cart ul li:nth-child(1) div{
		border: none;
	}
	.cart-block .in-cart ul li:nth-child(1) div a {

		 transform: none;

	}
}





@media(max-width: 560px){
	.subscribe-news{
		margin-bottom: 10px;
	}

	.subscribe-footer{
		padding-top: 18px;
	}
}


@media(max-width: 480px){
	.cart-block ul li:nth-child(1){
		width: 100%;
	}
	.cart-block ul li:nth-child(2),
	.cart-block ul li:nth-child(3),
	.cart-block ul li:nth-child(4),
	.cart-block ul li:nth-child(5){
		width: 25%;

	}

	.cart-block .in-cart > ul li:nth-child(1) img,
	.cart-block .in-cart ul li:nth-child(1) div {
		width: 48%;
		margin: 0 1%!important;
		height: auto;
		border: none;
	}
	.cart-block .in-cart > ul li:nth-child(1) img{
		width: 32%;
		margin: 5%!important;
	}
	.cart-block .head{
		display: none;
	}
	.cart-block .in-cart ul li:nth-child(1) div a{
		position: relative;
		top: 20px;
		left: 0;
	}
	.cart-block .in-cart ul li{

		border: none;
	}
	.total div a, .total div input[type="submit"]{
		width: 300px;
		margin-right: calc( ( 100% - 300px ));
	}
	.cart-block ul li:nth-child(3),
	.cart-block ul li:nth-child(4),
	.cart-block ul li:nth-child(5){
		border-left: 1px solid #d7d7d7
	}
	.cart-block .in-cart {
		border: none;
		margin: 0;
	}
	.cart-block ul li:nth-child(1){
		border-top: 1px solid #d7d7d7;
		padding-bottom: 10px;
	}
	.cart-block ul li:nth-child(2),
	.cart-block ul li:nth-child(3),
	.cart-block ul li:nth-child(4),
	.cart-block ul li:nth-child(5){
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 20px;
	}
	.pagination ul li {
		font-size: 12px;
	}
	header > .wfix ul li p, header > .wfix ul li span{
		font-size: 14px;
	}
	.the-best .prducts-item,
	.towar-list > div, .content .the-best ul li > div {
		width: 48%;
		margin: 1%;
	}
	.prducts-item .bottom-order-part .compare .rass a, .prducts-item .bottom-order-part .compare .compare-block label {
		font-size: 9px;
	}
	.prducts-item .products-info-wrapper .price > span.last,
	.prducts-item .products-info-wrapper .price > span{
		font-size: 14px;
	}
	.content > h1, .the-best > h4, .the-best > .h4, .main-hit-slider h4, .main-hit-slider .h4, .main-news-slider h4, .main-news-slider .h4, .selection-filter h4, .selection-filter .h4{
		font-size: 10px;
	}
	.towar-list > div{
		width: 47.5%;
		margin: 1%;
	}
	/*header .top-line .wfix .tor ul li a, header .top-line .wfix .tol ul li a {*/
		/*font: 8px "OpenSansRegular";*/
	/*}*/
	header .top-line .wfix .tor ul li, header .top-line .wfix .tol ul li {
		padding: 0 4px;
	}
	footer .menu-panel ul ,
	footer .menu-panel ul.column {
		width: 100%;
		float: left;
	}
	.main-wrapper img{
		height: auto;
	}
	.news-list .news {
		height: auto;
		padding-top: 1px;
	}
	.news-list .news .img-wrapper {
		float: none;
		margin: 10px auto;
		width: 310px;
		height: 200px;
	}
	.news-list .news .news-info {
		width: 100%;
		height: auto;
		padding: 0 10px;
		float: none;
		z-index: 1;
		position: relative;
		margin-right: 0;
	}
	.news-list .news .news-info h2, .articles-subtitle {
		margin: 18px 0;
	}
	.news-list .news .news-info .descr {
		max-height: none;
	}
	.about-company .time, .news-list .news .news-info .time {
		position: relative;
		margin-top: 10px;
	}

	.teh_info .tab-block a:first-child,
	.teh_info .tab-block a{
		display: block;
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	aside.right-side {
		width: 200px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	header .logo {
		width: 100%;
	}
	header .logo img {
		display: block;
		position: relative;
		height: 77px;
		top: 10px;
		left: 0;
		margin: auto;
		transform: none;

	}
	header .search {
		width: 100%;
	}
	header > .wfix ul li:nth-child(1) {
		margin-left: 0;
	}
	header > .wfix ul li:nth-child(1) p {
		width: 110px;
	}
	header {
		height: 410px;
	}
	header > .wfix ul li.cart-header, header > .wfix ul li.collback {
		margin-left: 0;
	}
	header > .wfix ul li:nth-child(1),
	header > .wfix ul li:nth-child(2),
	header > .wfix ul li:nth-child(3),
	header > .wfix ul li{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
/*************************************** dima ************************************************/
body {
	min-width: 320px;
}

.content.bezleft-side .towar-list>div:nth-child(4n) {
	margin-right: 16px;
}

.content.bezleft-side .towar-list>div:nth-child(5n) {
	margin-right: 0;
}

@media ( max-width: 1350px ) {
	/* towar-list */
	.towar-list:after {
		content: "";
		display: table;
		clear: both;
	}

	.towar-list {
		margin-left: -1%;
		margin-right: -1%;
		max-width: none !important;
		width: auto;
	}

	.towar-list>div {
		float: left;
		margin-right: 1%;
		margin-left: 1%;
		width: 23%;
	}

	.content.bezleft-side .towar-list>div:nth-child(5n),
	.content.bezleft-side .towar-list>div:nth-child(4n) {
		margin-right: 1%;
	}
}

@media ( max-width: 1300px ) {
	.towar-list {
		margin-left: -.5%;
		margin-right: -.5%;
		max-width: none !important;
		width: auto;
	}

	.towar-list>div {
		float: left;
		margin-right: .5%;
		margin-left: .5%;
		width: 24%;
	}

	.content.bezleft-side .towar-list>div:nth-child(5n),
	.content.bezleft-side .towar-list>div:nth-child(4n) {
		margin-right: .5%;
	}
}

@media ( max-width: 1250px ) {
	.towar-list {
		margin-left: -.5%;
		margin-right: -.5%;
	}

	.towar-list>div {
		margin-right: .5%;
		margin-left: .5%;
		width: 32.33333333%;
	}


	.content.bezleft-side .towar-list>div {
		width: 24%;
	}
}

@media ( max-width: 1100px ) {
	.towar-list>div {
		width: 49%;
	}

	.content.bezleft-side .towar-list>div {
		width: 32.33333333%;
	}
}

@media ( max-width: 870px ) {
	.towar-list>div {
		width: 99%;
	}

	.content.bezleft-side .towar-list>div {
		width: 49%;
	}
}

@media ( max-width: 800px ) {
	.towar-list>div {
		width: 32.33333333%;
	}

	.content.bezleft-side .towar-list>div {
		width: 32.33333333%;
	}
}

@media ( max-width: 600px ) {
	.towar-list>div {
		width: 49%;
	}

	.content.bezleft-side .towar-list>div {
		width: 49%;
	}
}

@media ( max-width: 380px ) {
	.towar-list > div {
		width: 99%;
	}

	.content.bezleft-side .towar-list>div {
		width: 99%;
	}
}



@media ( max-width: 800px ) {
	/* точки слайдера */
	.big-sider .slick-dots {
		bottom: 0;
		right: 34px;
	}

	.mceContentBody {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
}

/* product list */

@media ( max-width: 1350px ) {
	.main-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

	aside.right-side * {
		max-width: none !important;
	}

	.content:after {
		content: "";
		display: table;
		clear: both;
	}

	.content {
		width: -webkit-calc(100% - 440px);
		width: -moz-calc(100% - 440px);
		width: calc(100% - 440px);
		max-width: none !important;
		margin-right: 20px;
		margin-left: 20px;
	}

	/* контент на странице заказа товара(сайдбар только справа) */
	.content.bezleft-side {
		width: -webkit-calc(100% - 220px);
		width: -moz-calc(100% - 220px);
		width: calc(100% - 220px);
		max-width: none !important;
		margin-right: 20px;
	}
}

@media ( max-width: 1250px ) {
	.content {
		width: -webkit-calc(100% - 420px);
		width: -moz-calc(100% - 420px);
		width: calc(100% - 420px);
		max-width: none !important;
		margin-right: 10px;
		margin-left: 10px;
	}

	/* контент на странице заказа товара(сайдбар только справа) */
	.content.bezleft-side {
		width: -webkit-calc(100% - 210px);
		width: -moz-calc(100% - 210px);
		width: calc(100% - 210px);
		max-width: none !important;
		margin-right: 10px;
	}
}


@media ( max-width: 850px ) {
	.content {
		width: -webkit-calc(100% - 410px);
		width: -moz-calc(100% - 410px);
		width: calc(100% - 410px);
		max-width: none !important;
		margin-right: 5px;
		margin-left: 5px;
	}
}

@media ( max-width: 800px ) {
	.content {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	/* контент на странице заказа товара(сайдбар только справа) */
	.content.bezleft-side {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}
/* product list END */

 /* страница заказа товара */
.cart-block ul li {
	display: block;
	height: inherit;
	line-height: 30px;
	float: left;
	border-right: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cart-block ul:after {
	content: "";
	display: table;
	clear: both;
}
.cart-block .in-cart ul li:nth-child(1),
.cart-block ul li:nth-child(1) {
	width: 44% !important;
}

.cart-block .in-cart ul li,
.cart-block ul li {
	width: 14% !important;
}

@media ( max-width: 1300px ) {
	.cart-block .in-cart ul li:nth-child(1) div {
		margin-top: 36px;
	}
}

@media ( max-width: 1250px ) {
	.cart-block .in-cart > ul li:nth-child(1) img {
		height: 120px;
		margin-top: 22px;
		margin-left: 15px;
	}

	.cart-block .in-cart ul {
		/*height: auto;*/
	}

	.cart-block .in-cart ul li:nth-child(1),
	.cart-block ul li:nth-child(1) {
		width: 53% !important;
	}

	.cart-block .in-cart ul li:nth-child(3),
	.cart-block ul li:nth-child(3) {
		width: 14% !important;
	}

	.cart-block .in-cart ul li,
	.cart-block ul li {
		width: 11% !important;
	}
}

.total {
	height: auto;
}

.total:after {
	content: "";
	display: table;
	clear: both;
}

.step1 .total .back-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.step1 .total .back-wrap {
	float: left;
}

@media ( max-width: 1250px ) {
	.step1 .total .back-wrap {
		width: 100%;
		float: none;
		text-align: center;
	}

	.step1 .total .back-wrap .back {
		display: inline-block;
		float: none;
		margin-bottom: 10px;
	}

	.total div {
		float: left;
		width: 220px;
	}

	.total div a,
	.total div input[type="submit"] {
		width: 100%;
	}

	.total div.total-price {
		float: none;
		margin-left: 230px;
		margin-right: 0;
		padding-right: 5px;
		width: auto;
		border-right: 0 none;
		text-align: right;
		font-size: 18px;
	}
}

@media ( max-width: 1140px ) {

}

@media ( max-width: 800px ) {
	.cart-block .in-cart>ul li:nth-child(1) img {
		width: auto;
	}

	.cart-block .in-cart ul li:nth-child(1) div {
		height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 0;
	}

	.cart-block .in-cart ul li:nth-child(1) div a {
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

.in-cart-title-hidden {
	display: none;
}

@media ( max-width: 620px ) {
	.step1 .total .back-wrap .back {
		width: 300px;
	}

	.total {
		margin-top: 10px;
		height: auto;
	}

	.total div {
		width: 100%;
		height: auto;
		float: none;
	}

	.total div.total-price {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.total div a,
	.total div input[type="submit"] {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.total div.total-price>span {
		display: block;
	}

	.cart-block .in-cart {
		height: auto;
	}

	.cart-block .in-cart ul li {
		height: 170px;
		margin-bottom: 0;
		position: relative;
	}

	.cart-block .in-cart ul li:nth-child(1),
	.cart-block ul li:nth-child(1) {
		width: 100% !important;
		border-right: 0 none;
		margin-top: 30px;
	}

	.cart-block .in-cart ul li:nth-child(2),
	.cart-block .in-cart ul li:nth-child(3),
	.cart-block .in-cart ul li:nth-child(4),
	.cart-block ul li:nth-child(2),
	.cart-block ul li:nth-child(3),
	.cart-block ul li:nth-child(4) {
		width: 33.33333333% !important;
		margin-top: 30px;
	}

	.cart-block .in-cart ul li:nth-child(2),
	.cart-block .in-cart ul li:nth-child(3),
	.cart-block .in-cart ul li:nth-child(4) {
		height: 96px;
		border-bottom: 1px solid #d7d7d7;
	}

	.cart-block .in-cart ul li:nth-child(3) .calck {
		height: 100%;
	}

	.cart-block .in-cart ul li:nth-child(3) .calck input {
		margin-top: 0;
	}

	.cart-block .in-cart ul li:nth-child(3) .calck span {
		height: 28px;
		line-height: 26px;
	}

	.cart-block .in-cart ul li:nth-child(4),
	.cart-block ul li:nth-child(4) {
		border-right: 0 none;
	}

	.cart-block ul li {
		height: 30px;
		border: 0 none;
	}

	.cart-block .head {
		display: none;
	}

	.in-cart-title-hidden {
		display: block !important;
		line-height: 30px !important;
		background-color: #2e3192 !important;
		color: #fff !important;
		position: absolute;
		top: -31px !important;
		left: -1px !important;
		right: -1px !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
		font-size: 14px !important;
		font-weight: normal !important;
		text-align: center;
		border-right: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		max-width: none !important;
	}

	.cart-block .in-cart ul {
		position: relative;
	}

	.cart-block .in-cart ul li:nth-child(5) {
		position: absolute;
		top: 30px;
		right: 5px;
		height: 19px !important;
		width: 19px !important;
	}

	.cart-block .in-cart ul li:nth-child(5) span {
		height: 19px !important;
		width: 19px !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
		position: static;
	}

	.cart-block .in-cart ul li:nth-child(1) div {
		padding-top: 20px !important;
	}

	.cart-block .in-cart {
		border-bottom: 0 none;
		border-right: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		margin-bottom: 10px;
	}
}

@media ( max-width: 480px ) {
	.cart-block ul li:nth-child(5) {
		border: 0 none;
	}

	.cart-block .in-cart > ul li:nth-child(1) img {
		height: auto;
		width: 80px;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.cart-block .in-cart ul li:nth-child(1) div {
		float: left;
		margin-left: 130px !important;
		padding-top: 0 !important;
		position: relative !important;
	}

	.cart-block .in-cart ul li:nth-child(1) div a {
		top: 50% !important;
		-webkit-transform: translate(0, -50%) !important;
		-moz-transform: translate(0, -50%) !important;
		-ms-transform: translate(0, -50%) !important;
		-o-transform: translate(0, -50%) !important;
		transform: translate(0, -50%) !important;
		display: block;
	}
}
 /* страница заказа товара End */

/* страница ответа после оформления заказа */
.answer>div:last-child {
	float: none;
	margin-left: 280px;
	margin-top: 0;
	padding-top: 60px;
}

@media ( max-width: 1000px ) {
	.answer>div:last-child {
		padding-top: 30px;
	}
}

@media ( max-width: 620px ) {
	.answer>div:first-child {
		float: none;
		margin: 10px auto;;
	}

	.answer>div:last-child {
		width: 100%;
		margin: 0 0 10px;
		padding-top: 0;
	}
}

@media ( max-width: 320px ) {
	.answer>div:first-child {
		margin: 10px 0;
		width: 100%;
	}
}
/* страница ответа после оформления заказа End */


/* список всех заказов */
.lkab-history .one-order-history>ul li:first-child {
	text-indent: 0;
	padding-left: 10px;
	width: 20.75%;
}

.lkab-history .one-order-history>ul li:nth-child(2) {
	width: 26.75%;
}

.lkab-history .one-order-history>ul li:nth-child(4) {
	width: 22.75%;
}

.lkab-history .one-order-history>ul li {
	width: 24.75%;
}

@media ( max-width: 1250px ) {
	.lkab-history .one-order-history>ul {
		height: auto;
		position: relative;
	}

	.lkab-history .one-order-history>ul:after {
		content: "";
		display: table;
		clear: both;
	}

	.lkab-history .one-order-history>ul li {
		float: left;
		height: 44px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center !important;
		padding-left: 5px;
		padding-right: 5px;
	}

	.lkab-history .one-order-history>ul li:nth-child(1),
	.lkab-history .one-order-history>ul li:nth-child(2) {
		width: 50%;
		border-bottom: 1px solid #ede6da;
	}

	.lkab-history .one-order-history  .order-history-list ul li:first-child {
		border-bottom: 1px solid #ede6da;
	}

	.lkab-history .one-order-history>ul li:nth-child(3),
	.lkab-history .one-order-history>ul li:nth-child(4) {
		width: 50%;
	}

	.lkab-history .one-order-history>ul li:nth-child(5) {
		width: 35px;
		position: absolute;
		top: 44px;
		right: 0;
	}

	.lkab-history .one-order-history>ul li:nth-child(4) {
		padding-right: 35px;
	}

	.lkab-history .one-order-history>ul li:nth-child(2),
	.lkab-history .one-order-history>ul li:nth-child(4),
	.lkab-history .one-order-history>ul li:nth-child(5) {
		border-right: 0 none;
	}

	.lkab-history .one-order-history  .order-history-list ul li:nth-child(4) {
		width: 8%;
	}

	.lkab-history .one-order-history  .order-history-list ul li:nth-child(2) {
		width: 32%;
	}

	.lkab-history .one-order-history  .order-history-list ul li {
		text-align: center;
	}

	.lkab-history .one-order-history  .order-history-list ul li .img-wrapper {
		position: relative;
	}

	.lkab-history .one-order-history  .order-history-list ul li .img-wrapper img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		min-width: 100%;
		min-height: 100%;
		max-width: none !important;
		height: auto;
	}

	.lkab-history .one-order-history  .order-history-list ul li .wrapper.title {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.lkab-history .one-order-history .order-history-list ul li .wrapper.title span {
		padding-left: 5px;
		padding-right: 5px;
	}

	.lkab-history .one-order-history  .order-history-list ul li .wrapper span {
		height: auto;
	}
}

@media ( max-width: 1100px ) and ( min-width: 801px ) {
	.lkab-history .one-order-history  .order-history-list ul:after {
		content: "";
		display: table;
		clear: both;
	}

	.lkab-history .one-order-history  .order-history-list ul {
		height: auto;
	}

	.lkab-history .one-order-history  .order-history-list ul li {
		height: 130px;
	}

	.lkab-history .one-order-history .order-history-list ul li:nth-child(1) {
		width: 170px;
		border-bottom: 1px solid #ede6da;
	}

	.lkab-history .one-order-history .order-history-list ul li:nth-child(2) {
		float: none;
		margin-left: 170px;
		width: auto;
		border-right: 0 none;
		border-bottom: 1px solid #ede6da;
	}

	.lkab-history .one-order-history .order-history-list ul li:nth-child(3) {
		clear: both;
	}

	.lkab-history .one-order-history .order-history-list ul li:nth-child(3),
	.lkab-history .one-order-history .order-history-list ul li:nth-child(4),
	.lkab-history .one-order-history .order-history-list ul li:nth-child(5) {
		width: 33.33333333%;
	}

	.lkab-history .one-order-history  .order-history-list ul li .img-wrapper img {
		width: 80px;
		height: auto;
		min-height: auto;
		min-width: auto;
	}
}

@media ( max-width: 900px ) and ( min-width: 801px ){
	.lkab-history .one-order-history>ul li {
		font-size: 13px;
	}
}

@media ( max-width: 620px ) {
	.lkab-history .one-order-history  .order-history-list ul:after {
		content: "";
		display: table;
		clear: both;
	}

	.lkab-history .one-order-history  .order-history-list ul {
		height: auto;
	}

	.lkab-history .one-order-history  .order-history-list ul li {
		height: 130px;
	}

	.lkab-history .one-order-history .order-history-list ul li:nth-child(1) {
		width: 170px;
		border-bottom: 1px solid #ede6da;
	}

	.lkab-history .one-order-history .order-history-list ul li:nth-child(2) {
		float: none;
		margin-left: 170px;
		width: auto;
		border-right: 0 none;
		border-bottom: 1px solid #ede6da;
	}

	.lkab-history .one-order-history .order-history-list ul li:nth-child(3) {
		clear: both;
	}

	.lkab-history .one-order-history .order-history-list ul li:nth-child(3),
	.lkab-history .one-order-history .order-history-list ul li:nth-child(4),
	.lkab-history .one-order-history .order-history-list ul li:nth-child(5) {
		width: 33.33333333%;
	}

	.lkab-history .one-order-history  .order-history-list ul li .img-wrapper img {
		width: 80px;
		height: auto;
		min-height: auto;
		min-width: auto;
	}
}

@media ( max-width: 480px ) {
	.lkab-history .one-order-history>ul li:nth-child(1),
	.lkab-history .one-order-history>ul li:nth-child(2),
	.lkab-history .one-order-history>ul li:nth-child(3),
	.lkab-history .one-order-history>ul li:nth-child(4) {
		width: 100%;
		height: 30px;
		line-height: 30px;
	}

	.lkab-history .one-order-history>ul li:nth-child(1) {
		border-right: 0 none;
	}

	.lkab-history .one-order-history>ul li:nth-child(3) {
		border-bottom: 1px solid #ede6da;
		border-right: 0 none;
	}

	.lkab-history .one-order-history>ul li:nth-child(5) {
		height: 35px;
		top: 87px;
	}
}

@media ( max-width: 420px ) {
	.lkab-history .one-order-history .order-history-list ul li:nth-child(1) {
		width: 130px;
	}

	.lkab-history .one-order-history .order-history-list ul li:nth-child(2) {
		margin-left: 130px;
	}

	.lkab-history .one-order-history .order-history-list ul li:nth-child(3),
	.lkab-history .one-order-history .order-history-list ul li:nth-child(4),
	.lkab-history .one-order-history .order-history-list ul li:nth-child(5) {
		height: 80px;
	}
}
/* список всех заказов End */


/* страница заказа товара Формы */
fieldset:after {
	content: "";
	display: table;
	clear: both;
}

.float-rastr .feedback div.feedback_columns,
.order .feedback div.feedback_columns {
	display: block;
	float: left;
}

@media ( max-width: 1250px ) {
	.float-rastr .feedback div.feedback_columns,
	.order .feedback div.feedback_columns {
		margin-left: .5%;
		margin-right: .5%;
		width: 32.33333333%;
	}
}

@media ( max-width: 1100px ) {
	.order-pay>div,
	.order-logist>div {
		padding-left: 10px;
	}

	.order .order-pay label,
	.order .order-logist label {
		height: auto;
		padding-left: 20px;
		padding-right: 10px;
		text-indent: 0;
	}

	.order .radio-block span {
		padding-right: 10px;
	}
}

@media ( max-width: 620px ) {
	.float-rastr .feedback div.feedback_columns,
	.order .feedback div.feedback_columns {
		width: 49%;
		margin-bottom: 0;
	}

	.float-rastr .feedback div.feedback_columns:last-child,
	.order .feedback div.feedback_columns:last-child {
		width: 99%;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.order .feedback div.feedback_columns:last-child textarea,
	.float-rastr .feedback div.feedback_columns:last-child textarea {
		margin-top: 0;
	}
}

@media ( max-width: 500px ) {
	.order-pay,
	.order-logist {
		width: 100%;
		border-right: 0 none;
	}
}

@media ( max-width: 420px ) {
	.float-rastr .feedback div.feedback_columns,
	.order .feedback div.feedback_columns {
		width: 99%;
		margin-top: 0;
	}
}
/* страница заказа товара Формы End */


.the-best .prducts-item {
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 none !important;
}

.content .the-best ul li {
	padding-left: 10px;
	padding-right: 10px;
	outline: 0 none !important;
}

.content .the-best-wrap {
	margin-left: -10px;
	margin-right: -10px;
}

@media ( max-width: 1350px ) {
	.content .the-best-wrap {
		margin-left: -10px;
		margin-right: -10px;
	}

	.prducts-item .img-wrapper,
	.the-best .prducts-item .img-wrapper {
		width: 100%;
	}
}

@media ( max-width: 1300px ) {
	.content .the-best-wrap {
		margin-left: 0px;
		margin-right: 0px;
	}

	.content .the-best ul li {
		padding-left: 3px;
		padding-right: 3px;
	}
}

@media ( max-width: 900px ) {
	.the-best .h4 {
		position: relative;
		padding-right: 70px;
	}

	.the-best>.h4 span.prew {
		position: absolute;
		right: 0;
	}

	.slick-arrow {
		height: 40px !important;
		width: 40px !important;
		top: -50px !important;
	}

	.next.slick-arrow {
		top: -50px;
		right: 10px;
	}

	.prew.slick-arrow {
		top: -50px;
		right: 50px;
	}

	.the-best .h4 span.next{
		position: absolute;
		right: 0;
		top: 0;
	}

	.the-best .h4 span.prew{
		position: absolute;
		right: 40px;
		top: 0;
	}
}

@media ( max-width: 800px ) {
	.content .the-best-wrap {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: none !important;
	}

	.content .the-best ul li>div {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media ( max-width: 480px ) {
	.prducts-item .bottom-order-part .compare .rass a,
	.prducts-item .bottom-order-part .compare .compare-block label {
		font-size: 10px;
	}
}

@media ( max-width: 320px ) {
	.prducts-item .bottom-order-part .compare .rass a,
	.prducts-item .bottom-order-part .compare .compare-block label {
		font-size: 12px;
	}
}

@media ( max-width: 600px ) {
	.content .the-best ul li {
		padding-right: 3px !important;
		padding-left: 3px !important;
	}
}

/* pagination */
@media ( max-width: 370px ) {
	.pagination ul li {
		padding: 0 8px;
		width: 25px;
	}
}

/* footer .seotm */
.social li {
	text-align: center;
}

@media (max-width: 1250px) {
	footer,
	footer .wfix {
		height: auto;
	}
	footer .logo-side {
		width: 100%;
		height: inherit;
		float: none;
	}
	footer .logo{
		text-align: center;
	}
	footer .seotm {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	footer .menu-panel{
		width: 100%;
		padding: 10px;
	}
	footer .menu-panel ul {

		display: block;
		padding: 10px 0;
	}
	footer .menu-panel ul.column {

		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	footer .menu-panel ul ,
	footer .menu-panel ul.column {
		width: 50%;
		float: left;
	}

	.i_ua_counter {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.social {
		display: table;
		margin: 15px auto;
	}
}


@media ( max-width: 320px ) {
	footer .seotm {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* i_ua_counter */
@media ( max-width: 800px ) {
	.i_ua_counter {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
}

/*aside.right-side*/
@media ( min-width: 801px ) {
	#filters-close-btn {
		display: none;
	}
}

@media ( max-width: 800px ) {
	.selection-filter{
		display: block;
	}

	aside.right-side {
		width: auto;
		margin-right: 10px;
		margin-left: 10px;
	}

	aside.right-side:after {
		content: "";
		display: table;
		clear: both;
	}


	aside.right-side>.main-hit-slider {
		width: 100%;
	}


	aside.right-side>.main-hit-slider:after {
		content: "";
		display: table;
		clear: both;
	}


	aside.right-side>.main-hit-slider>.main-hit-slider {
		float: left;
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	}


	aside.right-side>.main-hit-slider>.main-hit-slider .prducts-item {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	aside.right-side .baner-place {
		width: 31.3%;
		margin-left: 1%;
		margin-right: 1%;
	}

	aside.right-side .main-news-slider {
		width: 62.6%;
		margin-left: 1%;
		margin-right: 1%;
	}

	aside.right-side .news-slider .slick-slide {
		width: 50% !important;
	}

	aside.right-side .news-slider .slick-slide:first-child {
		width: 49% !important;
		margin-right: 1%;
	}

	aside.right-side .news-slider .slick-slide img {
		width: 100%;
	}

	aside.right-side .news-slider .slick-slide .title-news {
		min-height: 75px;
	}

	.filters-close-btn-wrap {
		text-align: right;
		padding: 10px 10px 5px;
	}

	#filters-close-btn {
		display: inline-block;
		color: #2e3192;
		font-size: 24px;
		line-height: 24px;
		cursor: pointer;
	}

	aside.left-side {
		background: #fff;
		position: fixed;
		width: 350px;
		height: 100%;
		left: -350px;
		top: 0;
		transition: 0.5s;
		z-index: 100000;
		overflow-y: scroll;
	}

	aside.left-side.open {
		left: 0;
	}

	aside.left-side>.catalog-filter,
	aside.left-side>.selection-filter {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}

	.filters-param-as-width.selection-filter.other:last-of-type {
		margin-bottom: 20px;
	}
}

@media ( max-width: 600px ) {
	aside.right-side .main-news-slider,
	aside.right-side .baner-place {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	aside.right-side .news-slider .slick-slide:first-child,
	aside.right-side .news-slider .slick-slide {
		width: 100% !important;
		margin-right: 0 !important;
	}

	aside.right-side .news-slider .slick-slide span.date {
		margin-bottom: 10px;
	}
}

@media ( max-width: 420px ) {
	aside.right-side>.main-hit-slider>.main-hit-slider {
		float: left;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

@media ( max-width: 370px ) {
	aside.left-side .catalog-filter,
	aside.left-side .selection-filter {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}

	aside.right-side {
		margin-right: 0;
		margin-left: 0;
	}

	aside.right-side .main-news-slider,
	aside.right-side .baner-place {
		width: 100% !important;
	}
}
/*aside.right-side End*/ 

/* header */
header>.wfix ul li.cart-header,
header>.wfix ul li.collback {
	width: 47%;

}

header>.wfix ul {
	margin-left: 610px;
	padding-right: 10px;
	float: none;
}

header .address__wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}

header .address__wrapper address {
	margin-bottom: 0;
	height: 100%;
	padding-top: 5px;
}

header .address__wrapper address:first-child {
	border-right: 1px solid #292b7b;
}

header > .wfix ul li:nth-child(1) p {
	width: 100%;

}

header > .wfix ul li:nth-child(2) i,
header > .wfix ul li:nth-child(3) i {
	margin-right: 0;
}

/* стили для нижней части шапки */
@media ( max-width: 1350px ) {
	header > .wfix ul {
		width: auto;
	}
}

@media ( max-width: 1250px ) {

	header {
		height: auto;
	}

	header > .wfix:after {
		content: "";
		display: table;
		clear: both;
	}

	header > .wfix {
		height: auto;
	}

	header > .wfix ul,
	header .search,
	header .logo {
		height: 110px;
	}

	header .search {
		width: -webkit-calc(100% - 233px);
		width: -moz-calc(100% - 233px);
		width: calc(100% - 233px);
	}

	header > .wfix ul {
		margin-left: auto;
		margin-right: auto;
		float: none;
		height: auto;
		padding-bottom: 18px;
		padding-right: 0;
	}

	header > .wfix ul:after {
		content: "";
		display: table;
		clear: both;
	}
	/* стили для нижней части шапки End */

	/* стили для меню выбора типа товара */
	header > .main-nav nav a {
		padding-left: 4px;
		padding-right: 4px;
	}
	
	header > .main-nav nav a{
		font-size: 12px;
	}
	/* стили для меню выбора типа товара End */
}

@media ( max-width: 470px ) {
	header .top-line .wfix .tor ul li a i {
		margin-right: 3px;
	}

	header .top-line .wfix .tor ul li.compare>a>span.title,
	header .top-line .wfix .tor ul li.login>a>span,
	header .top-line .wfix .tor ul li.reg>a>span {
		display: none;
	}

	header .top-line .wfix .tor ul li:not(:first-child) {
		margin-left: 20px;
	}
}

@media ( max-width: 1250px ) {
	/* хлебные крошки */
	.path {
		width: 100%;
		padding: 0 10px 10px 10px;
		height: auto;
	}

	/* стили для скрывающегося меню и  блока регистрации пользователя */
	header {
		padding: 10px;
	}

	.horizontal-menu {
		padding-top: 30px;
		position: fixed;
		left: -100%;
		top: 0;
		transition: 0.5s;
		background: #292b7b;
		height: 100%;
		width: 310px;
		z-index: 10000;
	}

	header .top-line {
		width: 100%;
		height: 40px;
		border-bottom: 1px solid #d7d7d7;
		overflow: hidden;
	}

	header .top-line .tol {
		max-width: 100% !important;
	}

	.hamburger {
		padding: 10px;
	}

	.mobile {
		display: block;
		cursor: pointer;
	}

	.close-menu {
		position: absolute;
		top: 11px;
		right: 20px;
		width: 22px;
	}

	header .top-line .wfix .tol ul.horizontal-menu li {
		display: block;
		width: 100%;
		text-align: center;
		height: auto;
	}

	header .top-line .wfix .tol ul.horizontal-menu li a {
		color: #fff;
	}

	.horizontal-menu.open {
		left: 0;
	}
	/* стили для скрывающегося меню и  блока регистрации пользователя End */
}

@media ( max-width: 800px ) {
	.baner-place{
		display: none;
	}
	.content.bezleft-side {
		float: none;
	}
	.mceContentBody table{
		width: 100%!important;
	}

	aside.right-side {
		min-height: auto !important;
	}

	.contacts .contact-feedback > div form {
		margin-bottom: 20px !important;
	}

	/* стили для верхней шапки Кнопка для открытия категорий */
	#settings {
		height: 40px;
		width: 40px;
		background: url(/images/design/web/filter_sprite.png) no-repeat 0 0;
		cursor: pointer;
	}
	header .top-line .wfix .tor ul {
		/* margin-right: 25px; */
		/*margin-top: -20px;*/
	}
	/* стили для нижней части шапки */
	header .logo {
		width: 50%;
	}

	header .logo img {
		margin-left: 43px;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.dropdown-btn-list {

		width: 100%;
	}
	.selection-filter.other.filters-param-as-width .caret {
		left: auto;
		right: 12px;
	}
	#fltr {
		top: 81px;
		/*display: block;*/
		cursor: pointer;
	}

	header .search {
		width: 50%;
	}

	header .search .wrapper-search {
		width: 100%;
	}

	header>.wfix ul {
		width: 100%;
	}
.pagination ul{
	padding:0;
}
	header > .wfix ul li:nth-child(1) {
		width: calc(50% - 10px);
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	header > .wfix ul li.cart-header,
	header > .wfix ul li.collback {
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 10px;
	}

	header > .wfix ul li.collback {
		margin-top: 24px;
		margin-bottom: 6px;
	}
	/* стили для нижней части шапки End */

	/* стили для меню категорий */
	header > .main-nav {
		padding-top: 30px;
		position: fixed;
		left: -100%;
		/*left: 0;*/
		top: 0;
		transition: 0.5s;
		background: #292b7b;
		height: 100%;
		width: 310px;
		z-index: 10000;

		display: block;
	}

	header > .main-nav.open {
		left: 0;
	}

	header > .main-nav * {
		height: auto !important;
		text-align: center;
		display: block !important;
		color: #fff;
	}

	header > .main-nav nav {
		position: static;
		left: 0;
		top: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	header > .main-nav nav a {
		border: 0 none !important;
		background: none;
		text-transform: none;
	}
	/* стили для меню категорий End */
}

@media ( max-width: 700px ) {
	/* стили для нижней части шапки */
	header .logo {
		width: 100%;
	}

	.subscribe-error{
		padding-left: 0;

		padding-right: 10px;
	}

	.subscribe-error.active{
		padding-top: 15px;
	}

	header .logo img {
		margin-left: auto;
		margin-right: auto;
	}

	header .search {
		width: 340px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
		float: none;
		clear: both;
	}

	header .search .wrapper-search {
		height: auto;
	}

	header .search .wrapper-search form input[name="search_btn"] {
		display: none;
	}

	header > .wfix ul li.collback {
		margin-top: 8px;
	}

	header > .wfix ul li {
		width: 340px !important;
		float: none !important;
		clear: both !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	header > .wfix ul li:nth-child(1) {
		margin-top: 0;
	}

	header > .wfix ul li:nth-child(1) p {
		/*width: 123px;*/
	}

	header>.wfix ul {
		padding-bottom: 0;
	}

	header>.wfix ul li:nth-of-type(2) span,
	header>.wfix ul li:nth-of-type(3) span {
		margin-left: 0;
	}

	header > .wfix ul li i {
		margin-right: 5px !important;
		width: 40px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 0;
		padding-bottom: 0;
		height: 100%;
		margin-top: 0 !important;
	}
	/* стили для нижней части шапки End */
}

@media ( max-width: 1000px ) {
	.sore-panel {
		position: relative;
		left: auto;
		right: auto;
		top: 0;
		max-width: 100%;
		margin-top: 10px;
	}

	.sore-panel .sore-panel-name {
		color: #666666;
		border: 1px solid #dfdfdf;
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
	}

	.sore-panel .sore-panel-name:after {
		content: '\25bc';
		display: block;
		position: absolute;
		top: 0;
		right: 15px;
		color: #666666;
		font-size: 13px;
	}

	.arr_sort.open {
		width: 100%;
		position: absolute;
		line-height: 45px;
	}

	.sore-panel-one-item a,
	.sore-panel-one-item span {
		display: block;
	}

	.towar-list {
		margin-top: 12px;
	}

}

@media ( max-width: 370px ) {

	.logout span,
	.account span{
		display: none;
	}


	header {
		margin-bottom: 0;
	}

	.content > h1 {
		/*margin-bottom: 47px;*/
		font-size: 16px;
	}

	/*.sore-panel {
		top: 45px;
		right: 0;
		left: 0;
	}

	.sore-panel-name {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 10px;
		padding-top: 0;
		line-height: normal !important;
		background: #2e3192 url(/images/design/dwn_sort.png) no-repeat right 20px center !important;
	}*/

	/* стили для нижней части шапки */
	header .logo:after {
		content: "";
		display: table;
		clear: both;
	}

	header .logo {
		height: auto;
		margin-top: 8px;
		margin-bottom: 5px;
	}

	header .logo img {
		margin-left: auto;
		width: 180px;
		height: auto;
		top: 0;
	}

	#fltr {
		top: 68px;
		width: 40px;
		height: 40px;
	}

	header > .wfix ul li:nth-child(1) p {
		/*width: 110px !important;*/
	}

	header .search .wrapper-search p {
		height: auto;
		vertical-align: middle;
	}

	header .search .wrapper-search p i {
		margin-bottom: 0;
	}
	/* стили для нижней части шапки End */

	/* стили для верхней шапки Гамбургер */
	.hamburger {
		padding-left: 0;
		padding-right: 0;
		margin-right: 10px;
	}
	/* стили для верхней шапки Гамбургер End */
}

/* стили для кнопки закрытия меню Категорий */
@media ( min-width: 801px ) {
	#close-menu-2 {
		display: none;
	}
}

@media ( max-width: 800px ) {
	#close-menu-2 {
		top: -18px;
	}

	header > .main-nav .wfix {
		overflow: visible;
	}
}
/* стили для кнопки закрытия меню Категорий End */


/* .tovar-inside Внутренняя страница товара */
@media ( max-width: 1350px ) {
	/*.tovar-inside .photo-gall {
		width: 48%;
		margin-right: 2%;
	}*/

	.tovar-inside .lot-info {
		float: none;
		margin-left: 465px;
		height: auto;
	}

	.tovar-inside .lot-info .price {
		padding-top: 10px;
	}

	.tovar-inside .photo-gall .show-photo {
		width: -webkit-calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		width: calc(100% - 80px);
	}

	.tovar-inside .lot-info .price.myclear:after {
		content: '';
		clear: none;
	}

	.tovar-inside .lot-info .price.myclear {
		overflow: hidden;
	}

	.tovar-inside .lot-info .price>span {
		width: 100%;
	}

	.tovar-inside .lot-info .bottom-order-part .compare {
		height: auto;
	}

	.tovar-inside .lot-info .bottom-order-part .compare>div {
		float: none !important;
		width: 100%;
		height: 50px;
		margin-bottom: 10px;
	}

	.tovar-inside .new-text {
		height: 79px;
		padding: 0;
	}
}

@media ( max-width: 1300px ) {
	.tovar-inside .lot-info {
		width: auto !important;
	}

}

@media ( max-width: 1150px ) and ( min-width: 801px ) {
	.tovar-inside .photo-gall {
		float: none;
		width: auto;
		margin-bottom: 80px;
		position: relative;
	}

	.tovar-inside .photo-gall .show-photo {
		width: 356px;
		height: 385px;
		float: left;
	}

	.tovar-inside .photo-gall ul {
		width: auto !important;
		height: 70px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -80px;
	}

	.tovar-inside .photo-gall ul li {
		float: left;
		margin-bottom: 0;
		margin-right: 8px;
	}

	.tovar-inside .lot-info {
		margin-left: 0;
		position: relative;
	}

	.tovar-inside .lot-info .price {
		min-height: 72px;
	}

	.tovar-inside .lot-info .bottom-order-part {
		width: auto;
	}

	.tovar-inside .lot-info  .add-to-cart {
		margin-top: 0;
		position: absolute;
		width: 240px;
		right: 0;
		top: 17px;
	}

	.tovar-inside .lot-info .bottom-order-part .compare:after {
		content: "";
		display: table;
		clear: both;
	}

	.tovar-inside .lot-info .bottom-order-part .compare>div {
		float: right !important;
		width: 175px;
		margin-left: 10px;
	}

	.tovar-inside .lot-info .bottom-order-part .compare>div:last-child {
		margin-left: 0;
	}

	.tovar-inside .lot-info .add-to-cart i {
		margin-left: 0;
	}

	.tovar-inside .about-item .show-block > div table tr td:nth-child(2) {
		padding: 5px 5px 5px 20px;
		text-indent: 0;
	}

	.tovar-inside .new-text {
		margin-top: 0 !important;
	}
}

@media ( max-width: 1000px ) {
	.tovar-inside .about-item .tab-block div {
		width: 50%;
	}
}

@media ( max-width: 900px ) and ( min-width: 801px ) {
	.tovar-inside .lot-info {
		/*padding-bottom: 146px !important;*/
	}

	.tovar-inside .lot-info  .add-to-cart {
		top: 90px !important;
		left: 50%;
		margin-left: -120px;
	}

	.tovar-inside .lot-info .bottom-order-part .compare {
		/*top: 156px !important;*/
		margin-top: 77px;
	}
}

@media ( max-width: 750px ) {
	.tovar-inside .photo-gall {
		float: none;
		width: auto;
		margin-bottom: 80px;
		position: relative;
	}

	.tovar-inside .photo-gall .show-photo {
		width: 356px;
		height: 385px;
		float: left;
	}

	.tovar-inside .photo-gall ul {
		width: auto !important;
		height: 70px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -80px;
	}

	.tovar-inside .photo-gall ul li {
		float: left;
		margin-bottom: 0;
		margin-right: 8px;
	}

	.tovar-inside .lot-info {
		margin-left: 0;
		position: relative;
	}

	.tovar-inside .lot-info .price {
		min-height: 72px;
	}

	.tovar-inside .lot-info .bottom-order-part {
		width: auto;
	}

	.tovar-inside .lot-info  .add-to-cart {
		margin-top: 0;
		position: absolute;
		width: 240px;
		right: 0;
		top: 17px;
	}

	.subscribe-news:before{
			width: 25px;
			height: 25px;
		background: url(/images/design/e-mail.png) center no-repeat;
		background-size: contain;
	}

	.tovar-inside .lot-info .bottom-order-part .compare:after {
		content: "";
		display: table;
		clear: both;
	}

	.tovar-inside .lot-info .bottom-order-part .compare>div {
		float: right !important;
		width: 175px;
		margin-left: 10px;
	}

	.tovar-inside .lot-info .bottom-order-part .compare>div:last-child {
		margin-left: 0;
	}

	.tovar-inside .lot-info .add-to-cart i {
		margin-left: 0;
	}

	.tovar-inside .about-item .show-block > div table tr td:nth-child(2) {
		padding: 5px 5px 5px 20px;
		text-indent: 0;
	}

	.tovar-inside .new-text {
		margin-top: 0 !important;
	}
}


@media ( max-width: 470px ) {
	.tovar-inside .lot-info {
		/*padding-bottom: 146px !important;*/
	}

	.tovar-inside .lot-info  .add-to-cart {
		top: 120px !important;
		left: 50%;
		margin-left: -120px;
	}

	.tovar-inside .lot-info .bottom-order-part .compare {
		/*top: 156px !important;*/
		margin-top: 77px;
	}
}

@media ( max-width: 400px ) {
	.tovar-inside .lot-info .bottom-order-part .compare>div {
		width: 100%;
	}

	.tovar-inside .lot-info .bottom-order-part .compare .rass a,
	.tovar-inside .lot-info .bottom-order-part .compare .compare-block label{
		float: none;
		margin-left: 53px;
		width: auto;
		display: block;
	}

	.tovar-inside .lot-info .bottom-order-part .compare .compare-block .compare-text-container{
		margin-left: 53px;
		float: left;
	}

	.tovar-inside .lot-info {
		/*padding-bottom: 185px !important;*/
	}

	.tovar-inside .lot-info .add-to-cart {
		top: 80px;
	}

	.tovar-inside .lot-info .bottom-order-part .compare {
		top: 140px !important;
	}

	.tovar-inside .lot-info .price>span {
		text-align: center;
	}

	.tovar-inside .about-item .tab-block {
		margin-top: 13px;
	}

	.tovar-inside .lot-info  .add-to-cart {
		margin-left: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	.tovar-inside .about-item .tab-block div {
		font-size: 13px;
	}

	.tovar-inside .photo-gall {
		height: 360px;
	}

	.tovar-inside .photo-gall .show-photo {
		height: 360px;
	}
}

@media ( max-width: 330px ) {
	.tovar-inside .photo-gall {
		height: 300px;
	}

	.tovar-inside .photo-gall .show-photo {
		height: 300px;
	}

	.tovar-inside {
		/*margin-top: -40px;*/
	}
}

.tovar-inside .photo-gall .show-photo img {
	/*min-height: 100%;*/
	/*min-width: 100%;*/
	max-height: 100%;
	max-width: 100%;
	/*max-height: none !important;*/
}
/* .tovar-inside Внутренняя страница товара End */

/* Всплывающее окно при клике на карточке товара кнопка В рассрочку */
.float-rastr {
	width: auto;
}

.float-rastr .rastrochka.feedback:after {
	content: "";
	display: table;
	clear: both;
}

.float-rastr .rastrochka.feedback>p {
	clear: both;
}


.order .rastrochka.feedback div.feedback_columns_wrap,
.float-rastr .rastrochka.feedback div.feedback_columns_wrap {
	width: 31.33333333%;
	margin-left: 1%;
	margin-right: 1%;
	display: block;
	float: left;
	border: 0 none;

	height: 90px;
	margin-top: 25px;
	margin-bottom: 25px;
	vertical-align: top;
}

.order .rastrochka.feedback div.feedback_columns,
.float-rastr .rastrochka.feedback div.feedback_columns {
	width: 100%;
	margin: 0 !important;
	height: 100%;
	border: 1px solid #d7d7d7;
}

.float-rastr .rastrochka .feedback_columns label>div>span:first-child,
.order .rastrochka .feedback_columns label>div>span:first-child {
	padding-top: 10px;
}

.float-rastr .rastrochka>div div span:first-child,
.order .rastrochka>div div span:first-child {
	margin-top: 0;
}

.rastrochka.feedback label:after {
	content: "";
	display: table;
	clear: both;
}

.order .rastrochka.feedback > div div span,
.float-rastr .rastrochka.feedback > div div span {
	padding-left: 10px;
	padding-right: 5px;
}

.order .rastrochka.feedback label>span,
.float-rastr .rastrochka.feedback label>span {
	position: static;
	float: left;
	height: 90px;
	width: 100px;
}

.rastrochka.feedback label>span p {
	position: static;
	height: 90px;
	line-height: 90px;
	margin-left: 1px;
	width: 40px;
}

.float-rastr .rastrochka>div div,
.order .rastrochka>div div {
	margin-left: 100px;
	float: none;
	width: auto;
}

.rastrochka.feedback label {
	display: inline-block;
}

@media ( max-width: 1250px ) {
	.order .rastrochka.feedback div.feedback_columns_wrap,
	.float-rastr .rastrochka.feedback div.feedback_columns_wrap {
		width: 32.33333333%;
		margin-left: .5%;
		margin-right: .5%;
	}
}

@media ( max-width: 1100px ) {
	.float-rastr .rastrochka.feedback>p {
		margin-top: 10px;
	}

	.float-rastr .rastrochka.feedback {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0;
	}

	.float-rastr .rastrochka.feedback div.feedback_columns_wrap {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.float-rastr .rastrochka.feedback div.feedback_columns {
		width: 300px;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
		display: block !important;
	}
}

@media ( max-width: 980px ) {
	.order .rastrochka.feedback h2 {
		margin-bottom: 10px;
	}

	.order .rastrochka.feedback div.feedback_columns_wrap {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.order .rastrochka.feedback div.feedback_columns {
		width: 300px;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
		display: block !important;
	}
}



@media ( max-width: 800px ) {
	.fancybox-wrap,
	.fancybox-wrap * {
		max-width: none !important;
	}

	.float-rastr h2 {
		height: auto;
		line-height: normal;
		padding: 5px;
		text-indent: 0;
	}
}

@media ( max-width: 420px ) {
	.float-rastr .rastrochka.feedback div.feedback_columns {
		width: 100%;
	}

	.rastrochka.feedback input:checked+label>span,
	.rastrochka.feedback label>span {
		-webkit-background-size: 111%;
		background-size: 111%;
		/*background-position: 10px center;*/
		width: 50px !important;
	}

	.rastrochka.feedback label>span p {
		margin-left: -16px;
		font-size: 15px;
	}

	.float-rastr .rastrochka.feedback>div div {
		width: 158px;
		margin-left:;
	}

	.float-rastr .rastrochka>div div span {
		font-size: 13px;
	}

	.order .rastrochka.feedback > div div,
	.float-rastr .rastrochka.feedback > div div {
		float: none;
		margin-left: 50px;
		width: auto;
	}

	.float-rastr .rastrochka .feedback_columns label>div>span,
	.order .rastrochka .feedback_columns label>div>span {
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
	}
}
/* Всплывающее окно при клике на карточке товара кнопка В рассрочку End */

@media ( max-width: 380px ) {
	h1, h2, h3, h4, h5, h6 {
		text-align: left !important;
	}

	.info-page-block h2 {
		font-size: 26px;
	}
}

.news-slider .slick-slide {
	padding-bottom: 10px;
}

@media ( max-width: 620px ) {
	.news-slider .slick-slide {
		padding-bottom: 0;
	}

}

/* страница сравнения */
.compare-prop-wrap {
	overflow-x: auto;

}

.compare-grope .wrapper-compare .sravn:after {
	content: "";
	display: table;
	clear: both;
}

.compare-grope .wrapper-compare > div .img-wrapper {
	float: left;
}

.compare-grope .wrapper-compare>div .lot-info {
	float: none;
	padding-top: 28px;
	padding-right: 10px;
	margin-left: 160px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: auto;
	display: block;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.compare-grope .wrapper-compare {
	margin-left: -.5%;
	margin-right: -.5%;
}

.compare-grope .wrapper-compare>div {
	display: block;
	float: left;
	width: 32.33333333%;
	margin-left: .5%;
	margin-right: .5%;
}

.compare-grope .wrapper-compare:after {
	content: "";
	display: table;
	clear: both;
}

.compare-grope .wrapper-compare>div .lot-info>span.price {
	display: block;
	float: none;
}

@media ( max-width: 1200px ) {
	.compare-grope .wrapper-compare>div .img-wrapper {
		width: 100px;
		position: relative;
	}

	.compare-grope .wrapper-compare>div .img-wrapper img {
		width: 80px;
		height: auto;
		max-height: 110px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.compare-grope .wrapper-compare>div .lot-info {
		margin-left: 110px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
}

@media ( max-width: 1000px ) {
	.compare-grope .wrapper-compare > div:nth-child(3n),
	.compare-grope .wrapper-compare>div {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 420px;
	}

	.alert-warning {
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media ( max-width: 440px ) {
	.compare-grope .wrapper-compare>div {
		height: auto;
	}

	.compare-grope .wrapper-compare>div .lot-info {
		font-size: 17px;
		border-left: 0 none;
	}

	.compare-grope .wrapper-compare>div .img-wrapper {
		border-right: 1px solid #d7d7d7;
		height: 100%;
		margin: 0;
		position: absolute;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media ( max-width: 320px ) {
	.compare-grope .wrapper-compare>div .lot-info {
		padding-top: 23px;
	}
}
/* страница сравнения End */


/* страница Новостей + страница Блог */
.news-list .news:after {
	content: "";
	display: table;
	clear: both;
}

.news-list .news {
	height: auto;
	position: relative;
}

.news-list .news .img-wrapper {
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.news-list .news .img-wrapper img {
	display: block;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: none !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.news-list .news .news-info {
	width: auto;
	height: auto;
	float: none;
	z-index: 1;
	position: relative;
	margin-right: 3%;
	margin-left: 340px;
	padding-top: 25px;
}

.news-list .news .news-info h2, .articles-subtitle {
	margin-top: 0;
}

.news-list .news .news-info .descr {
	max-height: none;
	margin-bottom: 25px;
}

.news-list .news .news-info .time {
	position: static;
}

@media ( max-width: 800px ) {
	.news-list .news:first-child {
		margin-top: 0;
	}

	.news-list .news .img-wrapper {
		width: 310px;
	}
}

@media ( max-width: 750px ) {
	.news-list .news .img-wrapper {
		display: none;
	}

	.news-list .news .news-info {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media ( max-width: 420px ) {
	.news-list .news .news-info {
		margin-left: 0;
		margin-right: 0;
		padding-top: 10px;
	}

	.news-list .news .news-info .descr,
	.news-list .news .news-info h2 {
		margin-bottom: 10px;
	}

	.news-list .news .news-info .time {
		height: 35px;
	}

	.news-list .news .news-info .time span {
		margin-top: 0;
		margin-bottom: 0;
		line-height: 35px;
		height: 35px;
	}

	.news-list .news .news-info .time span i {
		height: 35px;
	}
}

/* страница Новостей + страница Блог End */


/* страница новости */
.about-company p:first-child img {
	margin-right: 10px !important;
	margin-bottom: 10px !important;
}

@media ( max-width: 620px ) {
	.about-company p:first-child img {
		margin-right: 0 !important;
		margin-bottom: 10px !important;
		width: 100% !important;
		height: auto !important;
	}
}
/* страница новости End */



/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* страница Скидки */
@media ( max-width: 1150px ) {
	.mceContentBody img {
		max-width: 98% !important;
		height: auto !important;
	}
}

@media ( max-width: 800px ) {
	.mceContentBody img {
		margin: 1% !important;
	}
}
/* страница Скидки End */

/* страница Кредит и рассрочка */
@media ( max-width: 1150px ) {
	.mceContentBody center {
		overflow-x: auto;
	}
}
/* страница Кредит и рассрочка End */


/* страница Тех информация */
.teh_info .albom_img_wrap {
	height: 184px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.teh_info .albom .albom_img_wrap img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-o-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );
}

.teh_info .albom>div:after {
	content: "";
	display: table;
	clear: both;
}

.teh_info .albom>div {
	margin-left: -1%;
	margin-right: -1%;
}

.teh_info .albom a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 18%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	display: block;
	height: auto;
}

.teh_info .albom a span {
	display: block;
	width: 90%;
	height: auto;
	padding: 10px 0;
	margin: 0px 5%;
	background: #fff;
	border-top: 1px solid #d7d7d7;
	position: static;
	min-height: 57px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media ( min-width: 1251px ) {
	.teh_info .albom a:nth-child(5n+1) {
		clear: both;
	}
}

@media ( max-width: 1250px ) {
	.teh_info .albom a {
		width: 23%;
	}
}

@media ( max-width: 1250px ) and ( min-width: 1001px ) {
	.teh_info .albom a:nth-child(4n+1) {
		clear: both;
	}
}

@media ( max-width: 1000px ) {
	.teh_info .albom a {
		width: 31.33333333%;
	}
}

@media ( max-width: 1000px ) and ( min-width: 521px ) {
	.teh_info .albom a:nth-child(3n+1) {
		clear: both;
	}
}

@media ( max-width: 520px ) {
	.teh_info .albom a {
		width: 48%;
	}
}

@media ( max-width: 520px ) and ( min-width: 361px ) {
	.teh_info .albom a:nth-child(2n+1) {
		clear: both;
	}
}

@media ( max-width: 360px ) {
	.teh_info .albom a {
		width: 80%;
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media ( max-width: 420px ) {
	.teh_info {
		padding-left: 0;
		padding-right: 0;
	}

	.teh_info a span,
	.teh_info a {
		font-size: 14px !important;
	}

	.teh_info .tab-block a:first-child,
	.teh_info .tab-block a {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
/* страница Тех информация End */


/* страница Контакты */
.contacts .contact-info>div {
	width: auto;
	margin-left: 45px;
	margin-right: 45px;
}

.contacts .contact-feedback>div {
	width: auto;
	margin-left: 84px;
	margin-right: 84px;
}

@media ( max-width: 1250px ) {
	.contacts .contact-info>div {
		margin-left: 20px;
		margin-right: 20px;
	}

	.contacts .contact-feedback>div {
		margin-left: 20px;
		margin-right: 20px;
	}

	.contacts .contact-info {
		width: 70%;
	}

	.contacts .contact-feedback {
		width: 30%;
	}
}

@media ( max-width: 1000px ) {
	.contacts .contact-feedback,
	.contacts .contact-info {
		width: 80%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.contacts .contact-info {
		margin-bottom: 20px;
	}

	.contacts .contact-feedback {
		border-left: 0 none;
	}

	.contacts .contact-info>div div ul li {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 10px;
	}

	.contacts .contact-info>div div ul li:last-child {
		margin-bottom: 0;
	}
}

@media ( max-width: 800px ) {
	.contacts .contact-feedback>div {
		margin-left: 0;
		margin-right: 0;
	}
}

@media ( max-width: 520px ) {
	.contacts .contact-feedback,
	.contacts .contact-info {
		width: 100%;
	}
}

@media ( max-width: 420px ) {
	.contacts .contact-feedback,
	.contacts .contact-info {
		padding-left: 0;
		padding-right: 0;
	}

	.contacts .contact-info>div {
		margin-right: 0;
		margin-left: 0;
		margin-top: 10px;
	}

	.contacts .contact-info>div div i {
		margin-top: 3px;
	}

	.contacts .contact-info>div div ul,
	.contacts .contact-info>div div span {
		padding-bottom: 10px;
	}

	.contacts .contact-feedback>div textarea {
		height: 150px;
	}

	.contacts .contact-info>div div ul,
	.contacts .contact-info>div div span {
		font-size: 16px;
	}
}



/* карта */
#map.gmap,
#map.gmap * {
	max-width: none !important;
}

@media ( max-width: 800px ) {
	#map.gmap {
		height: 400px;
	}
}

@media ( max-width: 500px ) {
	#map.gmap {
		height: 350px;
	}
}

@media ( max-width: 320px ) {
	#map.gmap {
		height: 300px;
	}
}
/* карта */
/* страница Контакты End */

/* страница Входа в личный кабинет */
@media ( max-width: 1100px ) {
	.float-window .enter form>div,
	.float-window .reg-float-block form>div {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media ( max-width: 420px ) {
	.float-window .enter form>div {
		padding-right: 5px;
		padding-left: 5px;
	}

	.float-window .reg-float-block form>div {
		padding-left: 5px;
		padding-right: 5px;
	}

	#ChangeLoginPass input,
	#ChangeLoginPass label,
	#catalogBody input,
	#catalogBody label {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

@media ( max-width: 320px ) {
	.float-window {
		left: 0;
	}
}
/* страница Входа в личный кабинет End */


/* личный кабинет */
@media ( max-width: 1300px ) {
	.lkab-history .tab-block div {
		width: 33.33333333%;
	}

	.lkab-history .tab-block div i {
		left: 20px;
	}
}

@media ( max-width: 1000px ) {
	.lkab-history .tab-block div i {
		display: none;
	}

	.left-profile-block,
	.right-profile-block {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media ( max-width: 620px ) {
	.lkab-history .tab-block {
		border: 1px solid #d7d7d7;
	}

	.lkab-history .tab-block div {
		width: 100%;
		float: none;
	}

	.lkab-history .tab-block div span {
		border: 0 none !important;
		border-bottom: 1px solid #d7d7d7 !important;
	}

	.lkab-history .tab-block div:last-child span {
		border-bottom: 0 none !important;
	}

	.lkab-history .tab-block {
		margin-bottom: 10px;
		height: auto;
	}

	#ChangeLoginPass input,
	#ChangeLoginPass label,
	#catalogBody input,
	#catalogBody label {
		width: 100%;
	}
}
/* личный кабинет End */

@media ( max-width: 480px ) {
	.selection-filter h4,
	.selection-filter .h4 {
		font-size: 12px;
		text-align: center !important;
	}
}

/* сортировка */
.sore-panel {
	min-width: 190px;
}

.float-collback h2,
.float-collback .h2,
.float-window>div h2,
.float-window>div .h2 {
	padding-left: 5px;
	padding-right: 5px;
}

@media ( max-width: 700px ) {
	.float-collback {
		left: 50%;
		-webkit-transform: translate( -50%, 0 );
		-moz-transform: translate( -50%, 0 );
		-ms-transform: translate( -50%, 0 );
		-o-transform: translate( -50%, 0 );
		transform: translate( -50%, 0 );
	}
}

@media ( max-width: 700px ) {
	.float-collback {
		top: 230px;
	}
}


/* правки */
.teh_info center {
    overflow-x: auto;
}

.contact-info a {
	color: #2e3192 !important;
}

header > .wfix ul li a,
header > .wfix ul li a {
	color: #414141 !important;
	font-size: 15px;
}

.header .search .wrapper-search p a {
	color: #414141 !important;

}





