.top-line {
	background-image: -moz-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(253,253,253) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(253,253,253) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(253,253,253) 100%);
	height: 50px;
}
.top-line__logo::after, .top-line__logo::before, .top-line__worktime::after, .top-line__worktime::before, .top-line__phone::after, .top-line__phone::before {
	content: '';
	background-color: rgb(217, 217, 217);
	box-shadow: 0.5px 0.866px 0px 0px rgba(255, 255, 255, 0.5);
	position: absolute;
	left: -1px;
	top: 0px;
	width: 1px;
	height: 50px;
}
.top-line__logo::before, .top-line__worktime::before, .top-line__phone::before {
	left: auto;
	right: -1px;
}
.logotype {
	display: block;
	text-indent: -9999px;
	margin: 5px auto;
	background: url(../images/sprites.png);
	background-position: -1px 0;
	max-width: 245px;
	width: 100%;
	height: 40px;
}
.top-line__tagline p {
	margin: 0;
	padding: 8px 0 0;
	font-size: 11px;
}
.top-line__worktime p, .footer__worktime p {
	color: #999;
	font-size: 11px;
	margin: 0;
	padding: 8px 0 0 40px;
	position: relative;
}
.top-line__worktime p::before, .footer__worktime p::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	background: url(../images/sprites.png);
	background-position: -466px -9px;
	width: 19px;
	height: 28px;
}
.top-line__email a, .footer__email a {
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	margin-top: 12px;
	padding-left: 35px;
}
.top-line__email a::before, .footer__email a::before {
	content: '';
	top: 2px;
	left: 0;
	background: url(../images/sprites.png);
	position: absolute;
	background-position: -415px -15px;
	width: 22px;
	height: 15px;
}
.top-line__phone, .footer__phone {
	padding-top: 3px;
}
.code {
	color: #999;
	font-size: 18px;
	padding-left: 30px;
	padding-right: 5px;
}
.phone {
	color: #515151;
	font-size: 30px;
}
.top-line__phone .code, .footer__phone .code {
	position: relative;
}
.top-line__phone .code::before, .footer__phone .code::before {
	content: '';
	position: absolute;
	background: url(../images/sprites.png);
	background-position: -319px -11px;
	width: 16px;
	height: 24px;
	top: -4px;
	left: 0;
}
.main-header {
	background: url(../images/main-page-bg.jpg) no-repeat 50% 50%;
	height: 700px;
}
.main-header__menu {
	background: rgba(255,255,255,.5);
	height: 70px;
}
.menu-trigger {
	font-size: 18px;
	margin: 22px 15px 0;
	display: inline-block;
	text-decoration: none !important;
}
.menu-trigger i {
	margin: 0 8px 0 0;
}
.menu-top > ul {
	margin: 0;
	padding: 0;
}
.menu-top > ul > li > a {
	color: #515151;
	font-size: 14px;
	height: 70px;
	display: block;
	padding: 0 15px;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: bold;
}
.menu-top > ul > li > a:hover {
	color: #4fc1e9;
	text-decoration: none;
}
.have-child {
	position: relative;
}
.have-child::after {
	content: '';
	position: absolute;
	bottom: 15px;
	left: calc(50% - 4px);
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #b4d5a2;
}
.have-child:hover::after {
	border-top-color: #4fc1e9;
}
.green-b {
	display: inline-block;
	padding: 8px 18px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	background-color: rgb(160, 212, 104);
	box-shadow: 0px 4px 0px 0px rgb(128, 180, 72);
	-moz-box-shadow: 0px 4px 0px 0px rgb(128, 180, 72);
	-webkit-box-shadow: 0px 4px 0px 0px rgb(128, 180, 72);
}
.main-header__callback .btn, .footer_callback .btn {
	margin: 11px auto 0;
}
.main-header__slogan {
	padding: 30px;
	margin-top: 30px;
	border: 5px solid rgb(255, 245, 105);
}
.title-page {
	font-size: 30px;
	color: rgb(81, 81, 81);
	line-height: 1em;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.004);
}
.title-page span {
	font-size: 20px;
}
.yellow-b {
	display: inline-block;
	padding: 12px 18px;
	font-size: 14px;
	text-align: center;
	color: #515151;
	border-radius: 3px;
	background-color: rgb(255, 245, 105);
	box-shadow: 0px 4px 0px 0px rgb(212, 204, 87);
	-webkit-box-shadow: 0px 4px 0px 0px rgb(212, 204, 87);
	-moz-box-shadow: 0px 4px 0px 0px rgb(212, 204, 87);
}
.yellow-b:hover {
	color: inherit !important;
	background-color: rgb(160,215,115);
	box-shadow: 0px 4px 0px 0px rgb(160,200,55);
	-webkit-box-shadow: 0px 4px 0px 0px rgb(160,200,55);
	-moz-box-shadow: 0px 4px 0px 0px rgb(160,200,55);
}
.main-header__content .yellow-b {
	margin-top: 15px;
}
.main-header__content .yellow-b i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
	background: url(../images/sprites.png);
	background-position: -518px -13px;
	width: 17px;
	height: 24px;
}
.article-horizontal {
	margin: 30px 0;
	text-align: center;
	position: relative;
}
.article-horizontal::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgb(25,205,125);
}
.article-horizontal span {
	background: #FFF;
	position: relative;
	font-size: 30px;
	z-index: 2;
	display: block;
	width: 33%;
	margin: 0 auto;
	color: #444;
	line-height: 0.9em;
}
.article-horizontal span::before, .article-horizontal span::after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	left: -4px;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: rgb(25,205,125);
}
.article-horizontal span::after {
	left: auto;
	right: -4px;
}
.article-horizontal span i {
	display: block;
	font-size: 17px;
	font-style: normal;
}
.main-catalog__assortment {
	margin: 20px 0;
	padding: 15px;
}
.subcats-item {
	border: 1px solid #cacaca;
	height: 420px;
	margin: 15px 0;
}
.subcats-item__name {
	display: block;
	padding: 14px 20px;
	text-align: center;
	background: #88c867;
	color: #FFF;
	font-size: 16px;
}
.subcats-item__imgwrap {
	display: block;
	margin: 10px 0;
	text-align: center;
	position: relative;
}
.subcats-item__imgwrap img {
	margin: 0 auto;
}
.ribbon {
	position: relative;
	padding: 8px 30px;
	text-align: center;
	color: #FFF;
	display: block;
}
.ribbon::before {
	content: '';
	position: absolute;
	top: -4px;
	right: -8px;
	width: 8px;
	height: 100%;
	-ms-transform: skewY(-45deg);
	-webkit-transform: skewY(-45deg);
	transform: skewY(-45deg);
}
.ribbon::after {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-left: 8px solid green;
	top: -16px;
	right: -16px;
}
.ribbon-light, .ribbon-light::before {
	background-color: #17ce7d;
}
.ribbon-dark, .ribbon-dark::before {
	background-color: #608562;
}
.ribbon-light::after {
	border-left-color: #0e794a;
}
.ribbon-dark::after {
	border-left-color: #384e39;
}
.subcats-item__imgwrap .ribbon-wrap {
	position: absolute;
	top: 60%;
	right: -1px;
}
.subcats-item__imgwrap .ribbon-wrap:nth-child(2) {
	top: calc(60% - 50px);
}
.subcats-item__quickdeck {
	padding: 5px;
}
.subcats-item__qiuckdeck__counter {
	padding: 7px 10px;
	text-align: center;
	float: right;
	color: #17ce7d;
	font-size: 30px;
	line-height: 0.8em;
}
.subcats-item__qiuckdeck__counter span {
	font-size: 12px;
	display: block;
}
.categories-block {
	margin: 15px 0;
	height: 420px;
	border: 1px solid #80b448;
	padding: 10px 20px;
}
.categories-block p {
	font-size: 13px;
	margin: 20px 0 0;
}
.main-calc {
}
.calculation-ousv {
	background: #f2f2f2;
	box-shadow: 0 5px 0 #dfdfdf;
	-webkit-box-shadow: 0 5px 0 #dfdfdf;
	-moz-box-shadow: 0 5px 0 #dfdfdf;
	padding: 20px 40px;
	margin: 40px 0;
}
.categories-block .btn {
	margin: 25px auto;
}
.result-img {
	text-align: center;
}
.numb {
	border-radius: 50%;
	background-color: rgb(104, 206, 248);
	text-align: center;
	color: #FFF;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
}
.q {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	color: #515151;
	font-weight: bold;
	width: calc(100% - 50px);
}
.param {
	margin: 10px 0;
}
.first_param {
	margin-bottom: 10px;
	padding-right: 20px;
}
#col_user {
	margin-top: 40px;
	height: 6px;
	position: relative;
	background: #e0e0e0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
}
.ui-slider-handle {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #ababab;
	box-shadow: 0 2px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.5);
	position: absolute;
	top: -11px;
	z-index: 200;
	cursor: pointer;
	background: #fff;
}
.ui-widget-header {
	background: #4fc1e9;
	height: 6px;
	left: 1px;
	top: 1px;
	position: absolute;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
}
#tcoluser {
	display: none;
}
.checkbox {
	height: 55px;
}
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.checkbox label::before, .checkbox label::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	background: url(../images/sprites.png);
	background-position: 0 -49px;
	width: 96px;
	height: 51px;
	-webkit-transition: all 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: all 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	opacity: 0;
	background-position: -104px -49px;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:checked + label::before {
	opacity: 0;
}
.checkbox input[type="checkbox"]:checked + label::after {
	opacity: 1;
}
.param .checkbox {
	margin: 15px 0;
}
.col-user__label {
	margin: 10px 0 30px;
}
.col-user__label span {
	position: relative;
}
.col-user__label span::before {
	content: '';
	height: 7px;
	width: 1px;
	background: #bababa;
	top: -7px;
	left: 18px;
	position: absolute;
}
#col_result {
	margin: 10px;
}
.result .btn {
	display: block;
	margin: 15px 0;
}
.result img {
	margin-top: 15px;
	max-height: 300px;
}
.price {
	font-size: 28px;
	text-align: center;
	display: block;
	margin: 7px auto;
}
.table-info {
	margin: 30px 0 0;
}
.table-info td {
	font-size: 11px;
}
.main-consult {
	margin-top: 15px;
	background: url(../images/feedback-form-bg.jpg) no-repeat 50% 100%;
	min-height: 465px;
}
.quickform {
	background: rgba(255,255,255,.85);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 25px;
	margin-top: 40px;
}
.main-order-work span {
	display: block;
	text-align: center;
}
.main-order-work__iteration {
	background: url(../images/sprites.png);
	width: 213px;
	height: 213px;
	margin: 12px auto;
	position: relative;
}
.main-order-work__iteration::after {
	content: '';
	background: url(../images/sprites.png);
	background-position: -276px -68px;
	width: 102px;
	height: 10px;
	position: absolute;
	top: calc(50% - 10px);
	left: 95%;
}
.main-order-work__iteration i {
	font-style: normal;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 54px;
	text-align: center;
	font-size: 48px;
	color: #fff;
	border: 5px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #7f9a38;
}
.block-1 {
	background-position: -216px -315px;
}
.block-2 {
	background-position: -2px -315px;
}
.block-3 {
	background-position: -216px -101px;
}
.block-4 {
	background-position: -2px -101px;
}
.block-4::after {
	display: none;
}
.main-text {
	margin: 75px 0 50px;
}
.important {
	margin: 25px 0 25px 20px;
	padding: 15px 10px 15px 20px;
	border-left: 3px solid #7f9a38;
	color: #7f9a38;
	font-style: italic;
}
.pluses-list {
	margin: 10px;
	padding: 30px;
	border: 2px solid #a5d274;
}
.pluses__article {
	font-size: 24px;
	text-align: center;
	display: block;
	background: #FFF;
	margin: -64px 40px 20px;
}
.pluses__name {
	text-align: center;
	margin-bottom: 30px;
	color: #7f9a38;
}
.plus {
	padding-left: 60px;
	min-height: 50px;
	margin: 15px 0;
	position: relative;
	line-height: 50px;
	font-size: 15px;
}
.plus::before {
	content: '';
	position: absolute;
	top: calc(50% - 20px);
	left: 1px;
	background: url(../images/sprites.png);
	background-position: -213px -53px;
	width: 41px;
	height: 41px;
}
.footer {
	background: #383838;
	min-height: 250px;
	padding: 20px 0;
	color: #FFF;
}
.footer .h5 {
	margin-bottom: 20px;
	display: block;
}
.footer__slogan {
	margin: 15px 0;
	font-size: 12px;
}
.footer__menu {
	margin: 15px 5px;
}
.footer__menu ul {
	padding: 0 10px;
	margin: 0;
	border-left: 1px solid rgba(255,255,255,.1);
}
.footer__menu ul li {
	list-style: none;
	margin: 10px 0;
	padding: 0 0 0 15px;
	position: relative;
}
.footer__menu ul li::before {
	width: 20px;
	content: '';
	left: -10px;
	top: calc(50% - 1px);
	height: 1px;
	background: rgba(255,255,255,.1);
	position: absolute;
}
.footer__phone .phone {
	color: #FFF;
}
.footer__worktime {
	margin: 15px 0 25px;
}
.main-header-inner-pages .main-header__menu {
	background: #A0D468;
}
.main-header-inner-pages .main-header__menu div > ul > li > a {
	color: #FFF;
}
.main-header-inner-pages .have-child::after {
	border-top-color: #56792B;
}
.breadcrumb {
	font-size: 11px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid #e8e8e8;
	margin: 15px 15px 0;
	padding: 10px 20px;
	background: #fafafa;
}
.pagination {
	margin: 20px 15px;
}
.main-text-inner {
	margin: 0 0 55px;
}
.catalog-main {
	margin: 0 0 20px;
}
.categoreies-list__item {
	border: 1px solid #dfdfdf;
	margin: 15px 0;
	text-align: center;
	padding: 10px 20px 20px;
	position: relative;
	overflow: hidden;
	height: 420px;
}
.categoreies-list__item::before {
	content: '';
	position: absolute;
	height: 50px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
	z-index: 30;
}
.categoreies-list__item::after {
	content: '';
	position: absolute;
	width: 0;
	border-bottom: 6px solid #A0D468;
	left: 0px;
	display: block;
	bottom: 0px;
	-webkit-transition: width 1s ease-in-out;
	-moz-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
	z-index: 40;
}
.categoreies-list__item:hover::after {
	width: 100%;
}
.categoreies-list__name {
	font-size: 1.8em;
	color: #999;
	display: block;
	padding: 7px 0 0;
}
.categoreies-list__img img {
	min-height: 240px;
	max-height: 240px;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.categoreies-list__item:hover .categoreies-list__img img {
	max-height: 120px;
	min-height: 120px;
}
.categoreies-list__info {
	font-size: 13px;
	margin: 15px 0 0;
}
.categories-list__counter {
	position: absolute;
	top: 10px;
	left: 0;
	width: 36px;
	height: 36px;
	padding: 10px;
	text-align: center;
	color: #A0D468;
	font-size: 30px;
	line-height: 0.8em;
}
.categories-list__counter span {
	font-size: 12px;
	display: block;
}
.side-menu {
	margin-top: 20px;
}
.cd-accordion-menu {
	margin: 20px 0;
	padding: 0;
}
.cd-accordion-menu ul {
	display: none;
	margin: 0;
	padding: 0;
}
.cd-accordion-menu li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	list-style: none;
	margin: 0;
	line-height: normal;
}
.cd-accordion-menu input[type=checkbox] {
	position: absolute;
	opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
	position: relative;
	display: block;
	padding: 18px 15px 18px 40px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	font-weight: bold;
}
.cd-accordion-menu > li:first-child > label, .cd-accordion-menu > li:first-child > a {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.cd-accordion-menu > li:last-child > label, .cd-accordion-menu > li:last-child > a {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
.cd-accordion-menu label:hover, .cd-accordion-menu a:hover {
	background: #fafafa;
}
.cd-accordion-menu label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label {
	cursor: pointer;
}
.cd-accordion-menu label::before {
	background-image: url(/images/sprites.png);
	background-position: -400px -63px;
	left: 12px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul, .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
	display: block;
}
.cd-accordion-menu ul label, .cd-accordion-menu ul a {
	padding-left: 62px;
}
.cd-accordion-menu ul a {
	padding-left: 40px;
	text-decoration: none;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch .cd-accordion-menu ul a:hover {
	background: #3c3f45;
}
.cd-accordion-menu ul label::before {
	left: 36px;
}
.cd-accordion-menu ul label::after, .cd-accordion-menu ul a::after {
	left: 59px;
}
.cd-accordion-menu ul ul label, .cd-accordion-menu ul ul a {
	padding-left: 48px;
}
.cd-accordion-menu ul ul label::before {
	left: 54px;
}
.cd-accordion-menu ul ul label::after, .cd-accordion-menu ul ul a::after {
	left: 77px;
}
.cd-accordion-menu ul ul ul label, .cd-accordion-menu ul ul ul a {
	padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
	left: 72px;
}
.cd-accordion-menu ul ul ul label::after, .cd-accordion-menu ul ul ul a::after {
	left: 95px;
}
.cd-accordion-menu.animated label::before {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.products-list {
	margin-top: 30px;
}
.products-list__item {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.products-list__item:hover {
	border-color: #bababa;
}
.products-list__img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 180px;
}
.products-list__anons {
	margin: 5px 0;
	height: 58px;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	color: #8b8b8b;
}
.products-list__name {
	padding: 12px 0 6px;
}
.products-list__name a {
	color: #252a2f;
	font-weight: bold;
	font-size: 16px;
}
.price-item {
	color: #252a2f;
	font-size: 24px;
	margin: 5px 0;
}
.products-list__caption {
	margin: 10px 0;
}
.btn-compare {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ed7743;
	background: #fff;
	border: 1px solid #d5d5d5;
	margin-right: 10px;
}
.btn-compare:hover {
	background: #93c54b;
	color: #fff;
}
.btn-buy {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 7px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background: #93c54b;
	font-weight: bold;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(/images/grabbing.png) 8 8, move;
}
 / .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility:    hidden;
 -ms-backface-visibility:     hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading {
	min-height: 150px;
	background: url(/images/AjaxLoader.gif) no-repeat center center
}
.modal-backdrop {
	z-index: 1;
}

.products-item__photos {
	margin-bottom:20px;
}



.products-item__pic img {
	display: block;
	width: 100%;
	height: auto;
}

.products-item__technic {
	margin:25px 0;
}

.tab-content {
	border: 1px solid #dfd7ca;
	border-top:none;
}

.tab-pane {
	padding:20px 30px;
}

@media (max-width: 1199px) {
.logotype {
	width: 45px;
}
.top-line__tagline p {
	padding-top: 4px;
	line-height: 1.3em;
}
.top-line__email {
	text-align: center;
}
.top-line__worktime p {
	padding: 7px 5px;
	text-align: center;
}
.top-line__worktime p::before {
	display: none;
}
li.have-no-child,  li.have-child {
	padding-left: 0;
	padding-right: 0;
}
.footer__phone span {
	font-size: 18px !important;
}
}

@media (max-width: 992px) {
.top-line__logo::after {
	display: none;
}
.pluses-list {
	margin-top: 100px;
}
.footer__slogan {
	text-align: center;
	margin-bottom: 35px;
}
.main-order-work__iteration::after {
	display: none;
}
.top-line__tagline p {
	padding-top: 3px;
	line-height: 1em;
}
.main-header__slogan {
	background: #FFF;
	margin-top: 50px;
}
.article-horizontal span {
	width: 50%;
}
.q {
	min-height: 40px;
}
}

@media (max-width: 767px) {
.main-consult {
	background-position: 100% 100%;
}
.categories-block {
	height: auto;
}
.footer__menu {
	margin: 10px 0 50px;
}
.top-line__phone,  .main-header__callback {
	text-align: right;
}
.ribbon-wrap {
	display: none;
}
.top-line__phone::after,  .top-line__phone::before {
	display: none;
}
.checkbox {
	text-align: center;
}
.article-horizontal span {
	width: 75%;
}
.main-order-work__iteration ~ p {
	text-align: center;
	margin: 20px 0 40px;
}
.plus {
	line-height: 1.5em;
}
}

@media (max-width: 478px) {
.footer > * {
	text-align: center;
}
}


.modal-body img{ max-width:100%;}