@import "reset.css";

body {
	background:#ffffff;
}

body * {
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.6;	
}

/*
html.is_fixed,
body.is_fixed {
	overflow:hidden !important;
	position: fixed  !important;
	top: 0px !important;
}
*/

a {
	color:#0175d2;
	text-decoration:none;
}

a:hover {
	color:#333;
}

h1 {
	font-family: "Open Sans", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
	color:#000;
	margin-top:10px;
	margin-bottom:5px;	
}

h1 a {
	font-size: inherit !important;
}

h1 span {
	vertical-align:top;
	color:#ccc;
}


h2 {
	font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 100;
    line-height: 1.4;
	margin-top:30px;
	margin-bottom:10px;
	color: #373636;
}

h3 {
	font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}


@media screen and (max-width: 600px){
	h1 {
		font-size: 26px;
	}
	
	h2 {
		font-size: 26px;
		margin-top:20px;
		margin-bottom:6px;
	}
}


/**********************************************************
	кнопка
**********************************************************/
.btn {
	border:0;
	margin:0;
	padding:0;
	display:inline-block;
	position:relative;	
	padding: 0 20px;
	background:#f44336;
	font-family:Arial, Tahoma;
	font-size:11pt;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:white !important;
	letter-spacing: 0.5px;
    text-rendering: optimizeLegibility;
	
	text-decoration:none;
	
	white-space: nowrap;
	line-height:40px;
	height: 39px;
	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	cursor: pointer;	
	border-radius:2px;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.btn:hover {
	background:#3b3b3b;
}

.btn2 {
	border:0;
	margin:0;
	padding:0;
	display:inline-block;
	position:relative;	
	padding: 0 25px;
	background:#0f71af;
	
	font-family:Arial, Tahoma;
	font-size:12pt;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:white !important;
	
	letter-spacing: 0.5px;
    text-rendering: optimizeLegibility;
	
	text-decoration:none;
	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.33), 0px 4px 0px #075587, 0px 6px 10px -1px rgba(4, 56, 89, 0.51);
		
	white-space: nowrap;
	line-height:43px;
	height: 42px;

	cursor: pointer;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.btn2:hover {
	background:#0A67A1;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15), 0px 4px 0px #075587, 0px 6px 10px -1px rgba(4, 56, 89, 0.51);
}

.btn2:active {
	top:1px;
	background:#075D93;
	box-shadow: 0px 3px 0px #075587, 0px 5px 10px -1px rgba(4, 56, 89, 0.3);
}



.btn2_green {
	background:#4CAF50;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4), 0px 4px 0px #318934, 0px 6px 10px -1px rgba(4, 89, 18, 0.51);
}

.btn2_green:hover {
	background:#42A346;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 4px 0px #2A7D2C, 0px 6px 10px -1px rgba(4, 89, 18, 0.51);
}

.btn2_green:active {
	background:#2A7D2C;
	box-shadow: 0px 3px 0px #2A7D2C, 0px 5px 10px -1px rgba(4, 56, 89, 0.3);
}


.btn2_red {
	background:#F44336;
	box-shadow: 0px 1px 0px rgb(255, 127, 127), 0px 4px 0px #C12317, 0px 6px 10px -1px rgba(89, 4, 4, 0.51);
}

.btn2_red:hover {
	background:#E73A2D;
	box-shadow: 0px 1px 0px rgba(255, 127, 127, 0.7), 0px 4px 0px #C12317, 0px 6px 10px -1px rgba(89, 4, 4, 0.51);
}

.btn2_red:active {
	background:#C22B20;
	box-shadow: 0px 4px 0px #C12317, 0px 6px 10px -1px rgba(89, 4, 4, 0.3);
}


.btn2_orange {
	background:#FF8F00;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5), 0px 4px 0px #DE5E00, 0px 6px 10px -1px rgba(89, 47, 4, 0.51);
}

.btn2_orange:hover {
	background:#F57E00;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.4), 0px 4px 0px #D45A00, 0px 6px 10px -1px rgba(89, 4, 4, 0.51);
}

.btn2_orange:active {
	background:#D45A00;
	box-shadow: 0px 4px 0px #D45A00, 0px 6px 10px -1px rgba(89, 4, 4, 0.3);
}



.btn2_sm {
	font-size: 10pt;
	padding: 0 20px;
	line-height:37px;
	height: 36px;
}


/**********************************************************
	breadcrumbs
**********************************************************/

.breadcrumbs {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
}

.breadcrumbs li {
	color: #b9b6aa;
	position:relative;
	float:left;
	padding:0;
	margin:0;
	white-space: nowrap;
	display: block;		
	cursor:default;
	height:30px;
}

.breadcrumbs li:after {
	content:'\f105';
	font-family:fontawesome;		
	position:absolute;
	font-size:14px;
	top:0px;
	right:12px;
	color: #b9b6aa;	
}

.breadcrumbs li:last-of-type:after {
	display:none;
}

.breadcrumbs li a {		
	margin-right:29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	color: #b9b6aa;
}

.breadcrumbs li a:hover {
	
}


@media screen and (max-width: 500px){
	.breadcrumbs {
		display:none;
	}
}













/* select2 */
.select2 {
	background-color:white;
	background-repeat:no-repeat;
	background-position:10px center;	
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3) !important;
	position:relative;
	vertical-align: bottom;
	width:100%;
	height:40px;
}	

.select2:after {
	content:'';		
	pointer-events:none;
	position:absolute;
	z-index:2;
	width:24px;
	top:5px;
	bottom:5px;
	right:0px;
	background-color: transparent;
	background-image: url(/i/ico_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 6px center;
}
.select2 select {
	position:relative;
	-webkit-appearance: none; 
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;		

	width:100%;
	height:100%;
	padding:0 0 0 9px;
	box-shadow:none;
	border: none;
	background: transparent;	
	font-size: inherit;	
	font-family: arial;
}

.select-icon select {
	padding-left:30px;
}	

.select2 select.error {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3) !important;
}





/* ====================================
пагинатор
==================================== */

.paginator {
	margin-top:25px;							
	text-align: center;
}

.paginator a, .paginator span {
	text-decoration: none;
	display: inline-block;
	padding: 4px 14px;
	font-size: 24px;
}

.paginator a:first-of-type {
	
}

.paginator a:hover {	
	color: #f44336;
}

.paginator .active {
	color: #999;
	background: #F8F7F3;
	cursor:default;
	border:none;
}

.paginator a.none{
	display:none;
}

@media screen and (max-width: 899px){
	.paginator_prev, .paginator_next {
		display:none !important;
	}
	
	.paginator a:nth-child(2) {
		border-left: 1px solid rgba(221, 221, 221, 0.59);
	}
}































.content_item_wrapper {
	display:flex;
	flex-wrap: wrap;
	margin: 0px -30px 0 -30px;
}


.item_wrapper {
	width:100%;
	padding: 30px 20px 30px 20px;
	border-bottom: 1px dashed #edeae1;
}

.item_wrapper .item_img {
	float:left;
	width:200px;
	position:relative;
}

.item_wrapper .item_img img {
	width:100%;
	height:auto;
	display: block;
}

.item_wrapper .item_img_overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;	
	background: rgba(240, 229, 232, 0.3);	
	text-align:center;
	color:white;
	opacity:0;
	cursor:hand;
}

.item_wrapper .item_img_overlay span {
	border: 1px solid rgba(255, 255, 255, 0.68);
	display:inline-block;
	padding:10px 0;
	color:white;
	position:absolute;
	top:50%;
	left: 50%;
	margin-left: -75px;
	width: 150px;	
	background: rgba(205, 99, 59, 0.6);
}

@media screen and (min-width: 600px){
	.item_img:hover .item_img_overlay {
		opacity:1;
	}
}

.item_content {
	margin-left:230px;
}

.item_wrapper .item_content h3 {
	color: #555555;
	text-transform: uppercase;
	font-size:14px;
	font-weight:700;
	margin:0;
}

.item_content_price .price {
	color: #555;
	line-height: 28px;
	font-size:16px;
	display:inline-block;
}

.item_content_price .new_price {
	color:#f44336;
	margin-left:9px;
}

.item_content_description {
	color:#555555;
	margin-top:10px;
	margin-bottom:15px;
}

.item_content_buy {
	margin-top:15px;
}

.item_discount {
	color:white;
	background:#f44336;
	position:absolute;
	z-index:2;
	pointer-events:none;
	width: 32px;
	height: 18px;
	line-height: 19px;
	top:10px;
	left:10px;
	text-align:center;
	border-radius:2px;
	font-size: 11px;
    font-family: arial;
}

.item_discount.s {
	background:#8BC34A;
}

.item_discount.m {
	background:#ff9800;
}

.item_click {
	color:white;
	background:#8bc34a;
	position:absolute;
	z-index:2;
	pointer-events:none;
	width: 32px;
	height: 18px;
	line-height: 19px;
	top:34px;
	left:10px;
	text-align:center;
	border-radius:2px;
	font-size: 11px;
    font-family: arial;
}

/* matrix */

.content_item_wrapper.matrix .item_wrapper {
	width:25%;
	padding:30px 30px;
	border:none;
}

@media screen and (max-width: 1600px){
	.content_item_wrapper.matrix .item_wrapper {
		width:25%;
	}
}	

@media screen and (max-width: 1400px){
	.content_item_wrapper.matrix .item_wrapper {
		width:33.3333%;
	}
}

@media screen and (max-width: 1050px){
	.content_item_wrapper.matrix .item_wrapper {
		width:50%;
	}
}

.content_item_wrapper.matrix .item_img {
	float:none;
	width:auto;
}

.content_item_wrapper.matrix .item_content {
	margin:0;
}

.content_item_wrapper.matrix .item_content_description,
.content_item_wrapper.matrix .item_content_buy {
	display:none;
}


/* style 2 */

.content_item_wrapper.style2 {
    margin: 12px -10px 0 -10px;	
}

.content_item_wrapper.style2 
.item_wrapper {
	padding: 13px;
}

.content_item_wrapper.style2 
.item_wrapper .item {
	
}

.content_item_wrapper.style2
.item_wrapper .item_img {
	height: 340px;
	overflow: hidden;
    position: relative;	
	background-size: contain;	
    background-position: center center;	
	background-repeat:no-repeat;
    width: 100%;
}

.content_item_wrapper.style2
.item_wrapper .item_img.landscape {
	background-size: 100% auto;
}

/*
.content_item_wrapper.style2
.item_wrapper .item_img {
	background-size: 100% auto;	
}
*/

.content_item_wrapper.style2
.item_wrapper .item_content {
	height: 70px;
	padding: 0 15px;
	
	display: table-cell;
    width: 100%;
    vertical-align: middle;
}

/*
.content_item_wrapper.style2
.item_wrapper .item_img img {
	display: block;
    max-width: 100%;
    height: auto;
	
	background-image:url(/i/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
}
	*/

.content_item_wrapper.style2
.item_content_h3_wrapper {
	display: block;
    overflow: hidden;
    max-height: 50px;
}



.item_content_label {
    height: 18px;
    clear: left;
    display: inline-flex;
    flex-flow: row;
    max-width: 90%;
    float: left;
    text-decoration: none!important;
}

.item_content_label .delimiter {
	margin: 0 4px;
    color: #888;
}

.item_content_label .brand {
	color: #222;
    white-space: nowrap;
	font-size: 12px;
}

.item_content_label .label {
	color: #888;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 12px;
}






/* style 3 */

.content_item3_wrapper {
    margin: 10px -10px 0 -10px;
}

.item3_wrapper {
	padding: 12px;
	width: 25%;
	float:left;	
	position:relative;
}

.item3_wrapper:hover:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	background: rgba(0,0,0,.03);
	pointer-events:none;
}

.item3_wrapper .item3_img_wr {
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(/i/loader.gif);
	position:relative;
	cursor:pointer;
}

.item3_wrapper .item3_img {
	display:block;
	outline:none;
	height:340px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}


.item3_wrapper .item_img_overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;	
	~background: rgba(240, 229, 232, 0.3);	
	text-align:center;
	color:white;
	opacity:0;
	cursor:hand;
}

.item3_wrapper .item_img_overlay span {
	border: 1px solid rgba(255, 255, 255, 0.68);
	display:inline-block;
	padding:10px 0;
	color:white;
	position:absolute;
	top:50%;
	left: 50%;
	margin-left: -75px;
	width: 150px;	
	background: rgba(0, 0, 0, 0.44);
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-size: 12px;
}

@media screen and (min-width: 600px){
	.item3_wrapper:hover .item_img_overlay {
		opacity:1;	
	}
}

.item3_content {
	height:70px;
	padding: 10px 15px 10px 15px;
	position:relative;
}

.item3_content .item3_content_h3_wrapper {
    display: block;
    overflow: hidden;
    max-height: 50px;
}

.item3_content_label {
    height: 18px;
    clear: left;
    display: inline-flex;
    flex-flow: row;
    max-width: 90%;
    float: left;
    text-decoration: none!important;
}

.item3_content_label .delimiter {
	margin: 0 4px;
    color: #888;
	font-size: 12px;
    font-family: arial;
}

.item3_content_label .brand {
	color: #222;
    white-space: nowrap;
	font-size: 11px;
    font-family: arial;
}

.item3_content_label .label {
	color: #888;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 11px;
    font-family: arial;
}

.item3_content_price .price {
	color: #555;
	line-height: 28px;
	font-size:16px;
	display:inline-block;
	margin-right:9px;
}

.item3_content_price .new_price {
	color:#f44336;	
	font-weight: bold;
}

@media screen and (max-width: 1600px){
	.item3_wrapper {
		width: 25%;
	}
}

@media screen and (max-width: 1400px){
	.item3_wrapper {
		width: 33.3333%;
	}
	
	.item3_wrapper .item3_img {	
		
	}
}

@media screen and (max-width: 1050px){
	.item3_wrapper {
		width: 50%;
	}
}

@media screen and (max-width: 650px){
	.item3_wrapper {
		padding: 5px;
	}
	
	.item3_content_price .price {
		font-size:14px;
		margin-right:4px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 400px){
	
	.item3_wrapper .item3_img {	
		height:260px;
	}
	/*
	.item3_wrapper {
		width: 100%;
	}	
	
	.item3_content_price .price {
		font-size:16px;
		margin-right:7px;
	}
	*/
}




.link_more {
	background:#ce633b;
	color:white;
	text-transform:uppercase;
	border-radius:4px;
	padding: 12px 25px;
	text-align:center;
	display:block;
	max-width: 700px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:30px;
	font-weight: bold;
	font-size: 18px;
	text-decoration:none;
}

.link_more:hover {
	background:#333;
	color:white;
}