@font-face {
	font-family: 'Righteous';
	src: url('/fonts/Righteous-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Bold';
	src: url('/fonts/roboto-bold-webfont.eot');
	src: url('/fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/roboto-bold-webfont.woff2') format('woff2'),
		 url('/fonts/roboto-bold-webfont.woff') format('woff'),
		 url('/fonts/roboto-bold-webfont.ttf') format('truetype'),
		 url('/fonts/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Italic';
	src: url('/fonts/roboto-italic-webfont.eot');
	src: url('/fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/roboto-italic-webfont.woff2') format('woff2'),
		 url('/fonts/roboto-italic-webfont.woff') format('woff'),
		 url('/fonts/roboto-italic-webfont.ttf') format('truetype'),
		 url('/fonts/roboto-italic-webfont.svg#robotoitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Light';
	src: url('/fonts/roboto-light-webfont.eot');
	src: url('/fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/roboto-light-webfont.woff2') format('woff2'),
		 url('/fonts/roboto-light-webfont.woff') format('woff'),
		 url('/fonts/roboto-light-webfont.ttf') format('truetype'),
		 url('/fonts/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('/fonts/roboto-regular-webfont.eot');
	src: url('/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/roboto-regular-webfont.woff2') format('woff2'),
		 url('/fonts/roboto-regular-webfont.woff') format('woff'),
		 url('/fonts/roboto-regular-webfont.ttf') format('truetype'),
		 url('/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup{
	font-size:11px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: red;
	text-decoration: none;
}
a:hover {
	color: #252628;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
.link {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: inherit;
}
.link:hover {
	color: inherit;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.img{
	max-width: 100%;
	vertical-align: middle;
}
input[type="text"], input[type="password"], textarea, select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	font-family: 'Roboto Light', sans-serif;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
textarea {height: 210px;}
table {width: 100%;}
.clearfix:after, .row:after, .container:after {
	content: '';
	display: table;
	clear: both;
}
/********text********/
.text h1, .text h2, .text h3, .text h4 {font-family: 'Roboto Bold';}
.text strong {font-family: 'Roboto Bold';}
.text ul {
	list-style-type: disc;
	padding: 18px 15px;
}
.text ol {
	padding: 18px 40px;
	list-style-type: decimal;
}
.text ul li {
	margin-bottom: 9px;
}
.text em {font-family: 'Roboto Italic';}
.text p {margin-bottom: 9px;}
.text img {max-width: 100%;}
.t-center{
	text-align: center;
}
/*********text********/
.fl-l {float: left;}
.fl-r {float: right;}
.marg-r {margin-right: 30px;}
.marg-t {margin-top: 30px;}
.marg-b {margin-bottom: 30px;}
.pad-t {padding-top: 60px;}
.pad-b {padding-bottom: 60px;}
.b-img {
	vertical-align: middle;
	max-width: 100%;
}
.text-l{
	text-align: left;
}
.text-r{
	text-align: right;
}
.hidden {display: none;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	}
	.table-responsive > .table {
	margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
	}
	.table-responsive > .table-bordered {
	border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
	}
}
html {font: 100%/1.4 'Roboto Light', Arial, Helvetica, sans-serif;}
html, body{
	height: 100%;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased !important;
	color: #000;
	-webkit-text-size-adjust: none;
}
body {
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 1.3rem;
	margin-bottom: 1.3rem;
	font-family: 'Roboto Bold';
	color: #777;
}
h4, h5, h6 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
	font-family: 'Roboto';
}
h1,
.h1 {
	font-size: 2em;
}
h2,
.h2 {
	font-size: 1.75em;
}
h3,
.h3 {
	font-size: 1.5em;
}
h4,
.h4 {
	font-size: 1.125em;
}
h5,
.h5 {
	font-size: 0.875em;
}
h6,
.h6 {
	font-size: 0.75em;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 992px) {
	.container {
	width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
	width: 1170px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sm-13, .col-sm-14 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14 {
	float: left;
	}
	.col-sm-14 {width: 14.28571428571429%;}
	.col-sm-13 {width: 20%;}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
	}
	.col-md-12 {
	width: 100%;
	}
	.col-md-11 {
	width: 91.66666667%;
	}
	.col-md-10 {
	width: 83.33333333%;
	}
	.col-md-9 {
	width: 75%;
	}
	.col-md-8 {
	width: 66.66666667%;
	}
	.col-md-7 {
	width: 58.33333333%;
	}
	.col-md-6 {
	width: 50%;
	}
	.col-md-5 {
	width: 41.66666667%;
	}
	.col-md-4 {
	width: 33.33333333%;
	}
	.col-md-3 {
	width: 25%;
	}
	.col-md-2 {
	width: 16.66666667%;
	}
	.col-md-1 {
	width: 8.33333333%;
	}
	.col-md-offset-4 {
	  margin-left: 33.33333333%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
	}
	.col-lg-12 {
	width: 100%;
	}
	.col-lg-11 {
	width: 91.66666667%;
	}
	.col-lg-10 {
	width: 83.33333333%;
	}
	.col-lg-9 {
	width: 75%;
	}
	.col-lg-8 {
	width: 66.66666667%;
	}
	.col-lg-7 {
	width: 58.33333333%;
	}
	.col-lg-6 {
	width: 50%;
	}
	.col-lg-5 {
	width: 41.66666667%;
	}
	.col-lg-4 {
	width: 33.33333333%;
	}
	.col-lg-3 {
	width: 25%;
	}
	.col-lg-2 {
	width: 16.66666667%;
	}
	.col-lg-1 {
	width: 8.33333333%;
	}
}
.page {
	position: relative;
	min-height: 100%;
	min-width: 320px;
}
.header {
	z-index: 999;
	width: 100%;
}
.header__top {
    position: relative;
    border-bottom: 1px solid #F3F3F3;
    background-color: #EFEFEF;
    padding: 0.2rem 0 0.5rem;
}
.header__bottom .link_nav{
	color:#000;
	text-transform: uppercase;
}
.header-link {
	position: relative;
	display: block;
	float: left;
	font: .875em/2 'Roboto Bold', sans-serif;
	color: #252628;
	z-index: 2;
}
.header-link:hover {color: red;}
.currency {
	float: right;
	position: relative;
	z-index: 1;
}
.currency__heading {
	cursor: pointer;
	font: .875em/2 'Roboto Bold', sans-serif;
	vertical-align: middle;
	color: #252628;
}
.currency__heading:hover {color: red;}
.currency-toggle {
	color: #ddd;
	padding-left: .3125rem;
}
.currency-toggle.fa-chevron-up:before {content: '\f077'!important;}
.currency-wrap {
	display: none;
	position: absolute;
	top: 100%;
	background: #3D3E40;
}
.currency__item {
	font-size: .75em;
	white-space: nowrap;
	padding: .5rem 1rem;
	color: #fff;
	display: block;
}
.currency__item:hover {
	color: red;
	background: #4A4A4A;
	cursor: pointer;
}
.popup-wrap, .quick-view-wrap {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,.7);
}
.popup-layout, .quick-view-layout {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10% 15px 50px;
	overflow-x: hidden;
	overflow-y: auto;
}
.popup, .quick-view {
	position: relative;
	padding: 3rem 5rem;
	background: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.9);
	box-shadow: 0 0 10px rgba(0,0,0,.9);
	max-width: 500px;
	width: 100%;
	margin: auto;
}
.popup-close, .quick-view-close {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 22px;
	color: red;
	cursor: pointer;
}
#callback-result, #callback-preload {display: none;}
.callback-form > div {margin-bottom: 1.5625rem;}
.callback-form > div:last-child {
	margin-bottom: 0;
	text-align: center;
}
.quick-view {
	max-width: 900px;
	padding: 3rem;
}
.quick-view-photo {
	float: left;
	padding-right: 15px;
	width: 40%;
}
.quick-view-caption {
	float: left;
	padding-left: 15px;
	width: 60%;
}
.btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
    color: #000;
    line-height: 20px;
    border: 1px solid #eaeaea;
    background: #fff;
	white-space: nowrap;
	padding: 5px 20px;
	font: 0.875em/1.42857 'Roboto', sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none;
}
.btn:hover {
	border-color: red;
	background: transparent;;
	color: red;
}
.heading, h1 {
	font: 1.9em/1.4 'Roboto Bold', sans-serif;
	color: #000;
	margin-bottom: 1.875rem;
	text-align: center;
	margin-top: 0;
}
.header__middle {
	position: relative;
}
.header-logo {
	float: left;
	position: relative;
	top:15px;
}

.header-logo__text {
	color: #fff;
	font: 50px/1 'Righteous', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.header-logo__text span {
	display: inline-block;
	color: #000;
	font-size: 20px;
	vertical-align: middle;
	margin-top: -5px;
}
.header-search {
	position: relative;
	float: right;
	margin-top: 0.9rem;
	width: 270px;
}
.header-search__ipt {height: 40px !important;}
.header-search__lbl {
	position: absolute;
	line-height: 40px;
	padding: 0 1.5rem;
	color: #fff;
	background: red;
	display: block;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	top: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	outline: none;
}
.header-search__lbl:hover {color: red;}
.header-phone {
	float: right;
	margin: 1rem 1.5rem 0 0;
	position: relative;
}
.header-phone__lbl {
	color: #000;
	font-size: .75em;
	/*vertical-align: bottom;*/
}
.link_header-phone {
	font-size: 1.6875em;
	color: #000;
	font-family: 'Roboto Bold', sans-serif;
}
.link_header-phone i {color: red;}
.header__bottom {
	left: 0;
	right: 0;
	background: #fff;
	border-bottom: 1px solid transparent;
}
.header__bottom.fixed {
	bottom: auto;
	top: 0;
	position: fixed;
	z-index: 25;
	border-bottom: 1px solid #F3F3F3;
    background-color: #EFEFEF;
}
.header__bottom > .container {position: relative;}
#shop-cart {
	position: relative;
	float: right;
	padding: 14px 20px 7px 12px;
	color: #fff;
	background: red;
	margin-bottom: -1px;
}
#shop-cart a {color: #fff;}
#shop-cart a:hover {color: #fff;}
#shop-cart .fa {font-size: 33px;}
.cart-count, .cart-count_empty {
	position: absolute;
	font-size: 1.125em;
	top: -2px;
	right: 6px;
	font-family: 'Roboto Bold', sans-serif;
}
#shop-cart:hover {background: #252628;}
.page-main {
	padding: 1.875rem 0 60px;
	min-height: 100%;
	position: relative;
}
.page-main__row {
	position: relative;
	padding: 1.875rem 0;
}
.cats {
	position: relative;
}
.cats__item {
	position: relative;
	margin-bottom: 1.875rem;
}
.cats__item:nth-child(3n) + div {clear: left;}
.cats-inner {
	position: relative;
	overflow: hidden;
}
.img_cats {
	width: 100%;
	height: auto;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
.cats__item:hover .img_cats {
	-ms-transform: scale(1.2,1);
	-webkit-transform: scale(1.2,1);
	transform: scale(1.2,1.2);
	-webkit-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.cats-caption {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 5px;
    width: 100%;
    background: rgba(255, 0, 0, 0.8);
}
.cats-title {
	font: 0.9em "Roboto Bold",cursive;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 .5rem;
}
.cats-summary {
	font: .75em/1.4 'Roboto', sans-serif;
	color: #fff;
	margin: 0 0 .9375rem;
	display: block;
}
.btn-goods {
	background: red;
	padding: .625rem 1.2rem;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font: 1em/1.4 'Roboto Bold', sans-serif;
	position: relative;
	border: none;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.btn-goods:hover {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-goods_cats {
	-webkit-box-shadow: 3px 3px 0 #000;
	box-shadow: 3px 3px 0 #000;
}
.btn-goods_goods {padding-left: 2.5rem;}
.btn-goods:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -42px;
	border: 21px solid transparent;
	border-left-color: red;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-goods_cats:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -44px;
	border: 21px solid transparent;
	border-left-color: #000;
	z-index: 0;
}
.btn-goods_cats:hover {color: #000;}
.cats__item:hover .btn-goods_cats {
	-webkit-animation: fadeInLeft 280ms linear;
	animation: fadeInLeft 280ms linear;
}
.btn-goods_goods:after {
	content: '\f07a';
	font-family: 'FontAwesome';
	position: absolute;
	top: 3px;
	left: 8px;
	font-size: 24px;
	line-height: 34px;
	display: inline-block;
	color: #fff;
}
.btn-goods_goods:hover {
	background: #000;
	color: #fff;
}
.btn-goods_goods:hover:after {color: red;}
.btn-goods_goods:hover:before {border-left-color: #000;}
.tabs {
	position: relative;
}
.tabs-heading {
	position: relative;
	margin-bottom: 1.875rem;
	display: inline-block;
    background-color: #efefef;
    border: 1px solid #eaeaea;
}
.tabs-heading:after {
	content: '';
	display: table;
	clear: both;
}
.tabs-heading__item {
    padding: 1rem 1.25rem;
    font: 1.2em/1.05 'Roboto', sans-serif;
    color: #000;
    /* text-transform: uppercase; */
    float: left;
    position: relative;
    border-bottom: 5px solid #efefef;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tabs-heading__item:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 1px;
    height: 57px;
    background: #ddd;
}
.tabs-heading__item:first-child:before {display: none;}
.tabs-heading__item_current, .tabs-heading__item:hover {color: #222; border-bottom: 5px solid #000;}
.tabs-content__item {display: none;}
.tabs-content__item_active {display: block;}
.goods__item {
	position: relative;
	margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
	.tabs .goods__item:nth-child(4n) + div {clear: left;}
	.goods_index .goods__item:nth-child(3n) + div {clear: left;}
}
@media screen and (max-width: 991px) {
	.goods_index .goods__item:nth-child(2n) + div {clear: left;}
}
@media screen and (max-width: 767px) {
	.tabs .goods__item:nth-child(2n) + div {clear: left;}
}
.goods-inner {
	overflow: hidden;
	position: relative;
	border: 1px solid #d8d8d8;
}
.goods-inner:hover {

}
.goods__item img{
	width: 100%;
}
.goods-caption {
	position: relative;
	margin-top: 1.25rem;
	text-align: center;
}
.goods-price {
	margin-bottom: .3125rem;
	color: #000;
	font: 1.025em/1 'Roboto Bold', sans-serif;
}

.goods-title {
    font: 1.175em/1.1 'Robot', sans-serif;
    color: #000;
    margin-bottom: .625rem;
}
.goods-title:hover {color: red;}
.variant-select {margin-bottom: 1.5rem;}
.quick-view-link {
	font: .8125em/1.3 "Roboto Bold",sans-serif;
	color: #777676;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: -100%;
	padding: .75rem .9375rem;
	background: rgba(255,255,255,0.82);
	text-align: center;
	-webkit-box-shadow: rgba(0,0,0,0.16) 0 0 12px;
	box-shadow: rgba(0,0,0,0.16) 0 0 12px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
}
.goods-inner:hover .quick-view-link {left: 0;}
.home-text {
	position: relative;
}
.home-text__item {position: relative;}
.home-text-inner {
	position: relative;
	padding: 1rem 0rem;
}
.contacts {position: relative;}
.contacts__item {
	margin-top: .625rem;
	color: #252628;
	font-family: 'Roboto', sans-serif;
}
.contacts__item:hover {color: red;}
.link_contacts .fa {
	vertical-align: middle;
	padding-right: .625rem;
	font-size: 18px;
	color: red;
	width: 30px;
}
or{margin-top: 0;}
.socials {
	position: relative;
	margin-top: 1.25rem;
}
.socials_footer {
	display: inline-block;
	margin-top: 0;
}
.socials__item {
	display: inline-block;
	color: #908f8f;
	font-size: 23px;
	line-height: 29px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 5px;
	width: 55px;
	text-align: center;
}
.socials__item:first-child {margin-left: 0;}
.socials__item:hover {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	color: red;
}
.footer {
	background: #fff;
	color: #777;
	border-top:4px solid #000;
	position: relative;
	padding-top:40px;

}
.footer__top {position: relative;}
.footer-top-layout {
	text-align: right;
	padding: .8rem 0 0.2rem;
}
.footer-heading {
	font: normal 19px/20px "Roboto", sans-serif;
    color: #333333;
    margin: 0 0 23px 0;
}
.footer-heading_float {display: inline-block;}
.footer-middle {
	position: relative;
}
.footer-col {
	position: relative;
	padding-top: .625rem;
}
@media screen and (min-width: 992px) {
	.footer-col:last-child {
		border-left: 1px solid #eaeaea;
		min-height: 170px;
	}

}
.footer-list {
	position: relative;
}
.footer-list__item {
	line-height: 29px;
}
.link_footer-list {
	color: #777;
	font: .875em/17px 'Roboto', sans-serif;
	display: block;
    padding: 9px 0 12px;
    border-bottom: 1px solid #eaeaea;
}
.link_footer-list:hover {color: #000;}
.footer-contacts {position: relative;}
.footer-contacts__item {
	line-height: 23px;
	position: relative;
	color: #777;
	font-size: .75em;
	font-family: 'Roboto', sans-serif;
	vertical-align: middle;
	margin-bottom: .625rem;
}
.link_footer-contacts {
	font: 1.416666666666667em/23px 'Roboto Bold', sans-serif;
	color: #000;
	vertical-align: middle;
}
.link_footer-contacts:hover {color: red;}
.footer-contacts__item .fa {
	font-size: 20px;
	width: 25px;
	text-align: left;
	padding-right: 5px;
	color: red;
	vertical-align: middle;
}
.footer__bottom {position: relative;border-top: 1px solid #eaeaea; margin-top:20px;}
.footer-bottom-layout {
	padding: .9375rem 0 .9375rem;
}
.footer-list__item:last-child .link_footer-list{
	border-bottom: none;
}
.quantity > * {
	vertical-align: middle;
	display: inline-block!important;
}
.quantity_box {
	display: block!important;
	margin-bottom: .625rem;
	font: .875em/1.4 'Roboto Bold', sans-serif;
	color: #000;
}
.qty-btn {
	width: 34px;
	height: 34px;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 34px;
	cursor: pointer;
}
.qty-btn:hover {
	border-color: red;
	color: red;
	background: #fff;
}
.cart-count-changer, .inputboxquantity {
	width: 34px!important;
	text-align: center;
}
.quick-view-form .col-sm-5 > div {
	position: relative;
	margin-bottom: 1.5625rem;
}
/*.quick-view-form .col-sm-5 > div:last-child {margin-bottom: 0;}*/
.breadcrumbs {
	border: 1px solid #ddd;
	display: inline-block;
	position: relative;
	color: #777;
	margin-bottom: 1.25rem;
}
.breadcrumbs > * {
	display: inline-block;
	padding: .3125rem .75rem .3125rem 1rem;
	border-right: 1px solid #ddd;
	color: #333;
	font: .75em/1.4 'Roboto', sans-serif;
	margin-left: -4px;
}
.breadcrumbs a:first-child {
	font-family: 'FontAwesome';
	font-size: 16px;
	padding-top: 1px;
	padding-bottom: 2px;
}
.breadcrumbs a:hover {color: red;}
.breadcrumbs span {
	border-right: 0;
	background: #F5F5F5;
	color: #777;
}
.cats-list {
	position: relative;
}
.cats-list ul {
	display: none;
	padding-left: 15px;
}
.cats-list__item {
	position: relative;
	border-top: 1px solid #ddd;
}
.cats-list__item:first-child {border-top: 0;}
.link_cats-list {
	position: relative;
	display: block;
	padding: .3125rem .9375rem;
	color: #777;
	font-size: .875em;
}
.cats-list__item:hover > .link_cats-list, .cats-list__item_current > .link_cats-list {color: red;}
.cats-list-toggle {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
.cats-list-toggle.fa-angle-double-up:before {content: '\f102'!important;}
.aside-heading {
	font: 1.2rem/1.4 "Roboto", sans-serif;
	color: #222;
	padding: .875rem .625rem 1rem 1.25rem;
}
.aside-heading_nfst {margin-top: 1.875rem;}
.cats-list__item_current > ul, .cats-list__item_active > ul {display: block;}
#sort-block3 {
	position: relative;
	margin-bottom: 1.875rem;
}
.order-select-lbl {
	display: inline-block;
	vertical-align: middle;
	margin-right: .625rem;
	color: #252628;
	font: .875em/1.2 'Roboto Bold', sans-serif;
}
#select_order {
	max-width: 200px;
	display: inline-block;
	vertical-align: middle;
}
#paging {
	position: relative;
	text-align: center;
}
.paging {
	position: relative;
	display: inline-block;
	border: 1px solid #ccc;
}
.paging__item {
	position: relative;
	float: left;
	border-left: 1px solid #ccc;
}
.paging__item:first-child {border-left: 0;}
.link_paging {
	display: block;
	padding: .375rem .75rem;
	line-height: 1.42857;
	font-size: .875em;
}
.paging__item:hover .link_paging, .paging__item_current .link_paging {
	background: #ccc;
	color: #fff;
}
.sel-par-item {
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
}
.filter-label {
	position: relative;
	display: block;
	margin-bottom: .3125rem;
	font: .75em/1.4 'Roboto Bold', sans-serif;
	color: #777;
}
.filter-fake-checkbox {
	font: .875em/1.4 'Roboto Light', sans-serif;
	color: #777;
	display: block;
	margin-bottom: .3125rem;
	position: relative;
	padding-left: 1.5rem;
}
.filter-fake-checkbox:before {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #dddddd;
	background: #fff;
	left: 0;
	top: 2px;
	cursor: pointer;
}
.filter-fake-checkbox:after {
	content: '\f00c';
	display: none;
	position: absolute;
	text-align: center;
	width: 13px;
	height: 13px;
	line-height: 14px;
	font-size: 12px;
	background: #eeeeee;
	font-family: "FontAwesome";
	left: 1px;
	top: 3px;
	position: absolute;
}
.filter-checkbox:checked + .filter-fake-checkbox:after {display: block;}
span.small {
	font: .75em/1.4 'Roboto Light', sans-serif;
	color: #777;
}
.addedSelect {
	margin-top: 1rem;
	padding-top: .625rem;
	border-top: 1px solid #eee;
}
.product-buy {
	background: #F5F5F5;
	padding: 1rem;
}
.product-heading {
	color: #000;
	font: 1.725em/52px 'Roboto', sans-serif;
	padding: 0 1.25rem 0 0;
}

.attributes td {
	padding: 10px 20px;
	border-width: 1px 0;
	color: #777;
	font-size: .875em;
}
.attributes td.attr_type{
    width: 40%;
    background: #f5f5f5;	
}
.attributes tr{

}
.attributes td:first-child {
	color: #252628;
	font-family: 'Roboto', sans-serif;
	width: 30%;
	font-size: 12px;
}
.attributes table {
    border-collapse: inherit;
    border-spacing: 3px;
}
.attributes table{
	border-spacing: 1;
}
.callbackForm {
	background: url(/images/contact-form.png) repeat-x top left,
				url(/images/form-contact-shadow.png) no-repeat center/cover;
	padding-top: 2.5rem;
	padding-bottom: 1.25rem;
	margin-top: 1.875rem;
	-webkit-box-shadow: rgba(0,0,0,0.17) 0 5px 13px;
	box-shadow: rgba(0,0,0,0.17) 0 5px 13px;
}
.callbackForm .col-sm-4 > div {margin-bottom: 1.5625rem;}
.testimonial {
	position: relative;
}
.testimonial__item {
	position: relative;
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #ddd;
}
.testimonial__item:last-child {border-bottom: 0;}
.testimonial-content {
	padding: 1.25rem 1.25rem 1.25rem 4.125rem;
	position: relative;
	background: #F5F5F5;
	border-left: 6px solid #555;
	color: #777;
}
.testimonial-content:before {
	content: '\f101';
	color: #999;
	font-size: 48px;
	line-height: 1;
	font-family: 'FontAwesome';
	position: absolute;
	top: 10px;
	left: 22px;
}
.testimonial-title {
	text-transform: uppercase;
	font-size: .75em;
	margin-top: .625rem;
	text-align: right;
	color: #252628;
}
.testimonial-answer {
	margin-top: 1.25rem;
}
.testimonial-answer-title {
	font: .875em/1.4 'Roboto Bold', sans-serif;
	text-transform: uppercase;
	margin-bottom: .3125rem;
	color: #252628;
}
#cart-tbl td, #cart-tbl th {
	padding: .625rem 1.25rem;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
	color: #252628;
	font-size: .875em;
}
#cart-tbl th {
	background: #eee;
	text-transform: uppercase;
	font-family: 'Roboto Bold', sans-serif;
}
.td-del {
	font-size: 28px!important;
}
.al-r {text-align: right!important;}
#cart-total {
	font: 1.285714285714286em/1.4 'Roboto Bold', sans-serif;
}
.slicknav_menu {
	display:none;
}
.footer-toggle {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
@media screen and (min-width: 992px ) {
	.nav-wrap {
		float: left;
	}
	.nav {
		margin-top: 1.2rem;
	}
	#nav {
		margin-top: 0;

	}
	.header__bottom{
	background: #EFEFF0;
	}
	.nav__item {
		float: left;
		position: relative;
		padding: 0 .5375rem;
		border-right: 1px solid #c0c0c0;
	}
	.header__top .nav__item{
		border-right: none;
	}
	.header__top .nav__item a{
		font-size: 12px;
	}
	#nav .nav__item {padding: 10px 15px 10px;}
	.link_nav {
		color: #222;
		display: block;
		font: normal 14px/12px "Roboto", sans-serif;
	}
	.header__bottom .nav__item:hover > a{
		color: red;
		border-color:red;
	}
	.header__bottom .nav__item:hover .header__bottom .link_nav, .header__bottom .nav__item_current .link_nav {color: #fff;}
	.footer-toggle {display: none;}
	.nav_nav {
		margin-top: 0;
		text-align: left;
	}
	.nav_nav .nav__item {
		display: inline-block;
		float: none;
	}
	.underNav {
		position: absolute;
	    background: #fff;
	    border-top: 2px solid #ff6f2b;
	    font-size: 14px;
	    left: 50%;
	    margin: 0px 0px 0px -104px;
	    opacity: 0;
	    position: absolute;
	    top: 39px;
	    transition: all 200ms ease-in-out;
	    visibility: hidden;
	    webkit-transition: all 200ms ease-in-out;
	    width: 208px;
	    border-right: 1px solid #d8d8d8;
	    border-left: 1px solid #d8d8d8;
	    border-bottom: 1px solid #d8d8d8;
	}
.underNav:before {
    background: url(/images/dropdown-arrow.png) center top no-repeat;
    content: ' ';
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 100%;
}
	.nav__item:hover .underNav {
		margin-top: 0;
		opacity: 1;
		visibility: visible;
	}
	.underNav__item {
	border-top: 1px solid #d8d8d8;
    line-height: 15px;
    list-style: none;
    padding: 5px 0px 5px 20px;
    text-align: left;
	}
	.underNav__item:nth-child(5n) + li {clear: left;}
	.link_underNav {
		display: block;
		font: 0.975em/1.27 'Roboto', sans-serif;
		color: #222;
		margin-bottom: .325rem;
	}
	.nav-list__item {
		line-height: 1.3;
	}
	.link_nav-list {
		color: #777;
		font-size: .75em;
	}
	.link_nav-list:hover {color: #333;}
}
@media screen and (max-width: 991px) {
	.header {
		padding-bottom: 12px;
		background: none;
	}
	#header{
		position: relative!important;
	}
		.tabs-heading{
		width: 100%;
	}
	.header__top {
		padding-bottom: 6.125rem;
	}
	.header__middle {
		background: transparent;
		overflow: visible;
	}
	.header-logo {
		float: none;
		padding: 2px;
	}
	.header-logo:before, .header-logo:after {display: none;}
	.header-search {
		width: 100%;
		float: none;
		margin-top: .3125rem;
	}
	.header-search__ipt {
		height: 54px!important;
		line-height: 54px!important;
	}
	.header-search__lbl {
		line-height: 54px;
	}
	.header-phone {
		position: absolute;
		float: none;
		top: -45px;
		right: 15px;
		margin: 0;
	}
	.header-phone_schedule {
		top: -90px;
	}
	.link_header-phone, .header-phone__lbl {
		color: #252628;
	}
	.header__bottom {
		    top: 0px;
    position: relative;
	}
	#header .header__bg{
		padding-bottom: 5px;
	}
	.header__bottom.fixed {position: static;}
	.header__bottom > .container {position: relative;}
	#shop-cart {
		position: absolute;
		top: -59px;
		right: 15px;
	}
	#nav, #navNav {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	.quick-view-link {display: none;}
	.home-text__item {
		width: 100%;
		float: none;
		margin-bottom: 1.875rem;
	}
	.home-text__item:last-child {margin-bottom: 0;}
	.home-text-inner {min-height: auto;}
	.footer-col {
		float: none;
		width: 100%;
		max-width: 460px;
		margin: 0 auto 1.875rem;
	}
	.footer-heading + ul {display: none;}
	.goods-title {
		font-size: .875em;
	}
}
@media screen and (max-width: 767px) {
	.callbackForm .col-sm-8 {margin-bottom: 1.5625rem;}
	.goods-inner {min-height: 272px;}
	.page-main__row_brands {padding: 0;}
	.page-main__row_brands .cats__item {margin-bottom: 0;}
	.cats-title {
	font: 0.6em "Roboto Bold",cursive;
	text-transform: none;
	}
	.cats-caption{
		padding: 2px;
	}
}
@media screen and (max-width: 600px) {
	.tabs-heading__item {
		float: none;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}
	.tabs-heading__item:last-child {border-bottom: 0;}
	.tabs-heading__item:before {display: none;}
	h1 {margin-top: 2.5rem;}
}
@media screen and (max-width: 425px) {
	.header-search {width: 100%;}
	.header-logo {
		width: 100%;
		padding: 6px 2px 7px;
	}
	.header-logo__text {font-size: 41px;}
	#shop-cart {top: -118px;}
	.testimonial-content {
		padding-left: 1.25rem;
	}
	.testimonial-content:before {display: none;}
}
.select-vi{
	margin-bottom: 1.5rem;
	display: none;
}
.header__bg{
	padding-bottom: 20px;
	background: url(/images/tail-bg-top.png) repeat-x 0 0;
}
@media (min-width: 1430px){
	.container_w1400 {
	    	width: 1400px;
	}	
}
.cats-inner:hover .cats-caption{
	background: rgba(0, 0, 0, 0.8);
}
.photo_news img{
	width: 100%;
}
.news_name{
	padding: 20px 10px 10px 0px;
	color:#000;
}
.news_name a{
	color:#000;
	font: 1.175em/1.27 'Roboto Bold', sans-serif;
}
.goods__item .btn{
    margin: 15px 0px;
    font: 0.975em/1.42857 'Roboto', sans-serif;
}
.logo_dop{
    color: red;
    font: 1.875em/2.27 'Roboto Bold', sans-serif;
    padding-left: 8px;
}
.nav__item_current a{
	color:red;
}
#ci-top h1{
	text-align: left;
}
.order-block{
	padding:5px 0px;
}
.order-block__header{
	padding-bottom: 3px;
	font: 1em/1.27 'Roboto Bold', sans-serif;	
}
.pad-t-l {
	padding-top: 10px;
}
.block-content__img-block{
	padding-top: 15px;
	text-align: center;
}
.order-block_img{
	padding:15px 0px;
}
#cip-thumbs li{
	padding-top: 4px;
	display: inline-block;
}
.text-l h1{
	text-align: left;
}
.block_li > div{
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 50%;
    border: 1px solid #c1c1c1;
    border-left: none;
}
.block_li > div.first{
    border-left: 1px solid #c1c1c1;	
}
.ya-share2{
	display: inline-block;
    padding-left: 15px;
}
.variant_photo{
	padding-top: 5px;
}
.variant_photo img{
	max-width: 100%;
	width:100%;
}
#demoTab_variant .resp-tabs-list li{
	border:none;
	background: #eeee;
}
#demoTab_variant .resp-tab-content{
	padding:0px;
}
#demoTab_variant .resp-tab-item.resp-tab-active{
	background: red;
	color:#fff;
}
.b-goods-share-keeper{

}
.block_li_l small{
	font-size: 10px;
}
.pad_tb{
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad_tb submit{
	color:red;
}
.clean{
	 position: relative;
    top: 20px;
    font-size: 12px;

}
.cats-inner{
	margin: 0px 15px;
}
#ci-photos .slick-slide img{
	width: 100%;
}
#ci-photos .b-photo li{
	margin:0px 3px;
}

.services__item{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;

}
.services-photo{
	position: relative;	
}
.services-title{
	bottom: 0px;
    left: 0px;
    line-height: 22px;
    max-height: 176px;
    overflow: hidden;
    text-align: left;
    color:#fff;
    padding: 5px;
    position: absolute;
    /* text-decoration: underline; */
    width: 100%;
    z-index: 20;
    font-weight: 300;
    background-color: rgba(0,0,33,0.50);	
}
.services-title a{
    color:#fff;	
}
.services__item a:hover img{

	opacity: 0.8;
}
.services__item a:hover{
	color:red;	
}
.services-summary {
    border: 1px solid #ddd;
    border-top: none;
    min-height: 120px;
    padding: 12px;
    color: #000;
    font-size: 14px;
    height: 80px;
    line-height: 20px;
    margin: 0px 0px 0px;
    overflow: hidden;
    text-align: justify;
}
.neq_serv .services__item{
	float: left;
}
.services__item:nth-child(4n) + div {
    clear: left;
}
.images{
	position: relative;
}
.images.slick-slider{

}

.goods-price.goods-price_product{
    display: inline-block;
    width: 47%;
    border-right: 1px solid #000;
    margin-right: 20px;	
}
#breadcrumbs .row h1{
	text-align: left;
	padding-top: 40px;
}
.izb a{
	background: #f5f5f5;
    border: 1px solid #e1e1e1;
    color: #9ea0a1;
    font-size: 12px;
    height: 40px;
    /* line-height: 40px; */
    text-align: center;
    padding-top: 13px;
    display: block;
    transition: all 200ms ease-in-out;
    margin-bottom: 20px;
    webkit-transition: all 200ms ease-in-out;
}
.izb a{
	color:#000;
}
.izb a:hover{
	background: #e7e7e8;
    border-color: transparent;
    border-top-color: #2f3238;
    color: #4e5151;
}
.resp-tab-content .text{
	min-height: 163px;
}
.header__bottom .slicknav_nav .link_nav{
	color:#fff;	
}
.goods__item .hit {
	position: absolute;
}
.goods__item .hit img{
	max-width: none;
	width: 90px;
}

