/*INDEX*/

/*#products {
	opacity:0;
}
#filter {
	opacity:0;
}
#newblocks {
	opacity:0;
}
#footer {
	opacity:0;
}*/

#products .cont {
    overflow: hidden;
    margin:0px auto 10px;
}
#products .cont .tab {
	border-bottom:1px solid #2396d1;
    height: 36px;
}
#products .cont .tab a {
	display:block;
    border-radius: 5px 5px 0 0;
    width: 174px;
    line-height: 37px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background: url(../img/link-tab-1.png) top left;
    padding-left: 26px;
    color: #fff;
    text-transform: uppercase;
}
#products .cont .tab a:hover {
	background-position: bottom left;
}
/*#products .cont .products {
	padding-top:10px;
}*/

/*/INDEX*/
/*CATALOG*/
#filter .cont {
	/*background:#f5f5f5;*/
	margin-bottom:5px;
	/*overflow:hidden;*/
	overflow:visible;
}
#filter .cont .visible {
	overflow:visible;
	position:relative;
}
#filter .cont .th1, #filter .cont .th2 {
	width:170px;
	position:relative;
}
#filter .cont .th2 {
	position:absolute;
	top:0;
	left:180px;
}
#filter .cont .th3 {
	position:absolute;
	top:0;
	left:360px;
	width:168px;
}
#filter .cont .th0 {
	position:absolute;
	top:0;
	right:0;
	width:194px;
}
#filter .cont .title {
	background:#fff;
	padding:5px 8px 6px;
	border:1px solid #ccc;
	border-radius:3px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	color:#333;
	font-size:15px;
	line-height:15px;
}
#filter .cont .title .arr {
	width:27px;
	height:26px;
	position:absolute;
	top:0;
	right:0;
	background:url(../img/svg/arr.svg) no-repeat 0px 0px;
}
#filter .cont .title:hover {
	border:1px solid #b3b3b3;
	color:#1a1a1a;
}
#filter .cont .title.active {
	border:1px solid #b3b3b3;
	color:#1a1a1a;
	border-radius:3px 3px 0 0;
}
#filter .cont .title:hover .arr {
	background-position:0px -26px;
}
#filter .cont .title.active .arr {
	background-position:0px -26px;
}


#filter .cont .list {
	/*padding:4px 8px;*/
	padding:0;
	position:absolute;
	background:#fff;
	border:1px solid #b3b3b3;
	width:168px;
	height:229px;
	z-index:1;
	left:0px;
	top:27px;
	overflow:hidden;
	display:none;
}
#filter .cont .th3 .list {
	width:166px;
}
#filter .cont .list .scrollbar-inner {
	height:229px;
}
#filter .cont .list p {
	font-size:15px;
	line-height:15px;
	padding:5px 0 5px 30px;
	color:#333;
	margin-bottom:2px;
	cursor:pointer;
	position:relative;
	margin-left:8px;
	margin-right:10px;
}
#filter .cont .th0 .list {
	width:192px;
	height:94px;
}
#filter .cont .th0 .list p {
	padding:5px 0 5px 0px;
}
#filter .cont .list p.first {
	margin-top:6px;
}
#filter .cont .list p.last {
	width:auto;
	float:none;
	margin-bottom:6px;
}
#filter .cont .list p:hover {
	color:#000;
}

#filter .cont .list p .box {
	width:16px;
	height:16px;
	position:absolute;
	top:3px;
	left:0;
	border:1px solid #b3b3b3;
	border-radius:2px;
	background:url(../img/svg/check.svg) no-repeat 0px 0px;
}
#filter .cont .list p:hover .box {
	border:1px solid #999;
}
#filter .cont .list p.active .box {
	background-position:0px -16px;
}

#filter .scrollbar-inner > .scroll-element .scroll-element_track {
	background:#e6e6e6;
    opacity:1;
}
#filter .scrollbar-inner > .scroll-element .scroll-bar {
	background:#ccc;
    opacity:1;
}
#filter .scrollbar-inner > .scroll-element.scroll-y {
    top:0;
}
#filter .scrollbar-inner > .scroll-element div {
    height: 100%;
}

#filter .cont .th2 .opacity {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
    background: url(../img/grey.png);
	z-index:1;
	/*display:none;*/
}
/*#filter .cont .list {
    display: block;
}*/
#filter .cont #checked {
	overflow:hidden;
}
#filter .cont #checked p {
	margin-top:5px;
	margin-right:5px;
	display:block;
	float:left;
	border:1px solid #ccc;
	border-radius:2px;
	background:#fafafa;
	color:#333;
	font-size:14px;
	padding:3px 20px 3px 8px;
	position:relative;
	cursor:pointer;
}
#filter .cont #checked p .del {
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	right:5px;
	top:5px;
	background: url(../img/svg/del.svg) no-repeat 0px 0px;
}
#filter .cont #checked p:hover {
	color:#c00;
}
#filter .cont #checked p:hover .del {
	background-position:0px -10px;
}
/*/CATALOG*/


#products {
	margin-bottom:10px;
	overflow:hidden;
}
#products .cont .products {
	width:980px;
}
#products .car {
	width:307px;
	margin-right:19px;
	float:left;
	margin-bottom:19px;
}
#products .car .img {
	display:block;
	position:relative;
	overflow:hidden;
}
#products .car .img img {
	width:100%;
	height:auto;
	/*border:1px solid #d6d6d6;*/
	margin-top:5px;
}
#products .car .img .opacity {
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	left:0;
	top:0;
	opacity:0;
}
#products .car .img.hover .opacity, #products .car .img:hover .opacity {
	opacity:0.15;
}
#products .car .img .stick {
	position:absolute;
	left:5px;
	top:5px;
}
#products .car .title {
	display: table-cell;
	width:400px;
    height: 30px;
	margin:auto;
	vertical-align:middle;
	font-size:16px;
	line-height:18px;
	color:#094158;
	font-weight:bold;
	overflow:hidden;
	padding:8px 0;
	border-bottom:1px dashed #094158;
	text-align:center;
}
#products .car .title.hover, #products .car .title:hover {
	color: #199bd0;
}
#products .car table {
	margin:10px auto;
	width:90%;
}
#products .car table tr td {
	width:auto;
	margin:0;
	padding:0;
	border:none;
	vertical-align: bottom;
}
#products .car table tr td p {
	padding-left:30px;
	font-size:16px;
	line-height:16px;
	margin-bottom:3px;
}
#products .car table tr td.th1 p {
	background:url(../img/th1.png) no-repeat 0px 0px;
	text-align:left;
}
#products .car table tr td.th2 {
	width:1%;
}
#products .car table tr td.th2 p {
	background:url(../img/th2.png) no-repeat 0px 0px;
	text-align:right;
}
#products .car table tr td.th3 p {
	background:url(../img/th3.png) no-repeat 0px 0px;
	text-align:left;
}
#products .car table tr td.th4 p {
	font-weight:bold;
	font-size:24px;
	color:#093;
	padding-left:0;
	text-align:right;
	line-height:24px;
}
#products .car p {
	margin:0;
}
#products .car .bottom {
	overflow:hidden;
	padding-top:10px;
	border-top:1px dashed #094158;
}
#products .car .bottom .more {
	float:left;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#000;
	border:1px solid #000;
	border-radius:4px;
	padding:6px 22px 6px 11px;
	text-transform:uppercase;
	background:url(../img/more-1.png) no-repeat 100% 0px;
}
#products .car .bottom .more:hover {
	background-position:100% -50px;
	color:#f60;
	border:1px solid #f60;
}
#products .car .bottom .want {
	float:right;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	color:#fff;
	background:#004e9c;
	border-radius:4px;
	padding:10px 16px 10px 36px;
	text-transform:uppercase;
	border-bottom:1px solid #333;
	background:url(../img/want-1.png) no-repeat 0px 0px;
	cursor:pointer;
}
#products .car .bottom .want:hover {
	background-position:0px -50px;
	border-bottom:1px solid #666;
}
#products .readmore {
	width:100%;
	float:left;
	border-bottom:1px solid #2396d1;
	margin-bottom:6px;
}
#products .readmore a {
	display:block;
	width:190px;
	background:#f5f5f5;
	color:#004e9c;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:0px 30px 0px 15px;
	line-height:15px;
	margin:auto;
	margin-bottom:-8px;
	text-transform:uppercase;
	background:#fff;
	background:url(../img/more-2.png) no-repeat 100% 0px;
}
#products .readmore a:hover {
	color:#f60;
	background-position:100% -50px;
}

#products .other.arr {
	float:left;
	width:100%;
	border-bottom:1px solid #2396d1;
	margin-bottom:16px;
	height:7px;
}
#products .other.arr table tr td.th2 {
	width:1%;
}
#products .other.arr table tr td.th2 a {
	color:#004e9c;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:0px 30px 0px 15px;
	line-height:15px;
	margin:auto;
	margin-bottom:-8px;
	text-transform:uppercase;
	background:#fff;
	background:url(../img/more-2.png) no-repeat 100% 1px,#fff;
}
#products .other.arr table tr td.th2 a:hover {
	color:#f60;
	background-position:100% -50px;
}

#products .car {
	display:none;
}
#products .car.th1,
#products .car.th2,
#products .car.th3,
#products .car.th4,
#products .car.th5,
#products .car.th6,
#products .car.th7,
#products .car.th8,
#products .car.th9 {
	display:block;
}

#content .checklinks.m2, #content .checklinks.m3 {
	display:none;
}
#content .checklinks {
	margin-bottom:20px;
}
#content .checklinks ul {
	margin:0;
}
#content .checklinks td {
	width:10%;
}
#content .checklinks .last {
	width:1%;
}
#content .checklinks ul li {
	list-style:none;
	padding:0;
	margin-bottom:3px;
}
#content .checklinks ul li a {
	color:#000;
	background: #ccc;
	padding-left:20px;
    background: url(../img/check-1.png) no-repeat 0px 0px;
}
#content .checklinks ul li a:hover {
	color:#199bd0;
	background-position:0px -50px;
}
#content .checklinks ul li a.strong {
	font-weight:bold;
}


@media
only screen and (max-width : 960px), only screen and  and (max-device-width : 960px) {
/*INDEX*/
#products {
	padding-top:5px;
}
#products .cont {
    width: 96%;
	display:block;
}
#products .cont .products {
	width:104%;
}
#products .car {
    width:30.7%;
	margin-right:2%;
	margin-bottom:2%;
}
#filter {
	margin-top:10px;
}
#filter .cont {
	display:block;
    width: 96%;
	text-align:left;
}

#products .car .bottom .more {
	width:80px;
	display:block;
    float: none;
	margin:auto;
}
#products .car .bottom .want {
    float: none;
	margin:auto;
	display:block;
	width:100px;
}
#products .car .bottom .more {
	margin-bottom:5px;
}
#products .car table {
    margin: 10px auto;
    width: 100%;
}
#filter .cont .th1 {
    width: 140px;
}
#filter .cont .th1 .list {
    width: 138px;
}
#filter .cont .th2 {
    left: 150px;
    width: 140px;
}
#filter .cont .th2 .list {
    width: 138px;
}
#filter .cont .th3 {
    left: 300px;
    width: 98px;
}
#filter .cont .th3 .list {
    width: 96px;
}

#products .car table tr td.th3 p {
	margin-bottom:5px;
}

#products .car table tr td {
	display:table-cell;
}

#content .articles td {
	display:table-cell;
}
/*/INDEX*/

#content .checklinks td {
	display:table-cell;
}

}

@media
only screen and (max-width : 780px), only screen and  and (max-device-width : 780px) {
#products .car .bottom .want {
    width: 96px;
    padding: 10px 16px 10px 26px;
	background:url(../img/want-1.png) no-repeat -6px 0px;
}
#products .car .bottom .want:hover {
	background:url(../img/want-1.png) no-repeat -6px -50px;
}
#products .car .bottom .more {
    width: 80px;
}
#products .car table tr td p {
    padding-left: 25px;
}

#content .checklinks.m1, #content .checklinks.m3 {
	display:none;
}
#content .checklinks.m2 {
	display:block;
}

}

@media
only screen and (max-width : 700px), only screen and  and (max-device-width : 700px) {
#products .car table tr td {
    display: block;
}
}
@media
only screen and (max-width : 660px), only screen and  and (max-device-width : 660px) {
/*#content #slidercars .car table tr td {
    display: block;
}*/
}
@media
only screen and (max-width : 640px), only screen and  and (max-device-width : 640px) {
#filter .cont .th1 {
    position:relative;
	left:auto;
	margin-bottom:5px;
    width: 260px;
	z-index:2;
}
#filter .cont .th1 .list {
    width: 258px;
}
#filter .cont .th2 {
    position:relative;
	left:auto;
	margin-bottom:5px;
    width: 260px;
}
#filter .cont .th2 .list {
    width: 258px;
}
#filter .cont .th3 {
    position:relative;
	left:auto;
    width: 260px;
}
#filter .cont .th3 .list {
    width: 258px;
}

}
@media
only screen and (max-width : 500px), only screen and  and (max-device-width : 500px) {
/*INDEX*/
#products .cont .tab a {
	margin:auto;
}
#filter .cont .th1 {
    position:relative;
    width: 160px;
}
#filter .cont .th1 .list {
    width: 158px;
}
#filter .cont .th2 {
    position:relative;
    width: 160px;
}
#filter .cont .th2 .list {
    width: 158px;
}
#filter .cont .th3 {
    position:relative;
    width: 160px;
}
#filter .cont .th3 .list {
    width: 158px;
}
#products .car {
	width:100%;
	float:none;
}
#products .car .title {
	width:100%;
	display:block;
	height:auto;
}
#products .car table tr td {
    display:table-cell;
}
#products .car table {
    width: 90%;
}
#products .car .bottom {
	padding:10px 5%;
}
#products .car p {
    margin: 0;
}
#products .car .bottom .more {
    float: left;
}
#products .car .bottom .want {
    float: right;
    padding: 10px 16px 10px 36px;
    width: 100px;
}
#products .cont .products {
    width: 100%;
}
/*/INDEX*/
}



@media
only screen and (max-width : 440px), only screen and  and (max-device-width : 440px) {
#content .checklinks.m1, #content .checklinks.m2 {
	display:none;
}
#content .checklinks.m3 {
	display:block;
}
}

@media
only screen and (max-width : 398px), only screen and  and (max-device-width : 398px) {
#filter .cont .th0 {
    position: relative;
    top: auto;
    right: auto;
    width: 300px;
	margin:auto;
}
#filter .cont .th0 .list {
    width: 298px;
}
#filter .cont .th1 {
    position: relative;
    top: auto;
    right: auto;
    width: 300px;
	margin:auto;
	margin-bottom:4px;
}
#filter .cont .th1 .list {
    width: 298px;
}
#filter .cont .th2 {
    position: relative;
    top: auto;
    right: auto;
    width: 300px;
	margin:auto;
	margin-bottom:4px;
}
#filter .cont .th2 .list {
    width: 298px;
}
#filter .cont .th3 {
    position: relative;
    top: auto;
    right: auto;
    width: 300px;
	margin:auto;
	margin-bottom:4px;
}
#filter .cont .th3 .list {
    width: 298px;
}
}