@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
	font-display:swap;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
	font-display:swap;
}
@font-face {
    font-family: 'georgia-bold';
    src: url('../fonts/georgia-bold.ttf');
	font-display:swap;
}

* {margin: 0;padding: 0;}
body {
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
    font-family: 'Roboto-Regular';
	font-size:14px;
    background: #f2f7f7;
}
body.active {
	overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, wrapper, content{display: block;position:relative;}
ul {list-style: none;}
a {text-decoration: none;color: #64c0d1;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
*:focus {outline:0;}
strong, h1, h2, h3, h4, h5, h6{font-family: 'Roboto-Bold';}
img{max-width:100%;vertical-align: bottom;}
button, .button{border: 0;background: none;cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0;}

.wrapper {
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.wrapper.active {
	padding-top: 162px;
}
.wraper_100{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.wraper_1200{
	width: 1170px;
	min-width: 1170px;
	max-width: 1200px;
	margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
}
h1 {
    color: #222;
    border-bottom: 1px solid #64c0d1;
    padding: 0;
    font-size: 20px;
    line-height: 46px;
    margin-bottom: 20px;
}
h2, h3 {
    color: #222;
    font-size: 18px;
    padding-bottom: 10px;
}
h4 {
    padding-bottom: 10px;
}
.nonee, #nav-toggle, #menu-toggle {display:none;}
.row:after {
    content: '';
    clear: both;
    display: block;
}
@media screen and (max-width:1199px){
	body {
		min-width: 320px;
	}
	.wrapper {
		min-width: 320px;
	}
	.wraper_1200 {
		width: 940px;
		min-width: 940px;
		max-width: 960px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width:959px){
	.wrapper {
		padding: 96px 0 30px;
	}	
	.wraper_1200 {
		width: 748px;
		min-width: 748px;
		max-width: 768px;
	}
	h1, h2 {
		font-size: 24px;
	}
}
@media screen and (max-width:767px){
	.wraper_1200 {
		width: 460px;
		min-width: 460px;
		max-width: 480px;
	}
	h1, h2 {
		padding: 5px 0;
		line-height: initial;
		font-size: 20px;
		margin-bottom: 8px;
	}
}
@media screen and (max-width:479px){
	.wraper_1200 {
		width: 300px;
		min-width: 300px;
		max-width: 320px;
	}
	h1, h2 {
		margin-bottom: 8px;
	}
}
/* Header
-----------------------------------------------------------------------------*/
.header, .head_bott {
    overflow: initial;
    float: left;
}
.head_user{
    background: #fff;
    font-size: 14px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.25);
}
.head_user_menu{
	float: left;
}
.head_user_menu li {
	float: left;
	position: relative;
}
.head_user_menu li:before {
	content: '';
	width: 1px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #ddd;
}
.head_user_menu li:first-child:before {
	display: none;
}
.head_user_menu li span, .head_user_menu li a {
    padding: 7px 15px;
    display: block;
    color: #333;
    font-size: 12px;
}
.head_user_menu li.item-158:first-child>span, .head_user_menu li.item-158:first-child>a {
    padding-left: 0;
}
.head_user_menu li.active span, .head_user_menu li span:hover, .head_user_menu li.active a, .head_user_menu li a:hover {
    color: #2ca5bb;
	text-decoration: underline;
}
.head_user_social {
    float: right;
}
.head_user_social a{
    float: left;
    margin-left: 15px;
    font-size: 22px;
}
.head_user_social a i{
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.head_user_social a .fa-youtube-square {
    color: #fe0002;
}
.head_user_social a .fa-facebook-square {
    color: #3b589e;
} 
.head_user_social a .fa-instagram {
    color: #d91c75;
}
.head_user_social a:hover i {
    color: #2ca5bb;
}
.head_top {
    padding: 15px 0 8px;
}
.head_logo {
    float: left;
    width: 310px;
    padding-right: 50px;
    margin-top: -6px;
}
.head_logo a{
    color: #333;
}
.head_logo a>span, .head_logo .custom>span{
	float: left;
    font-size: 12px;
    line-height: 14px;
}
.head_logo a span span, .head_logo .custom span span{
    display: block;
    font-family: 'Roboto-Bold';
    font-size: 35px;
    letter-spacing: 2px;
    padding: 18px 0 4px;
    line-height: 26px;
}
.head_logo img{
    width: 76px;
    float: left;
    margin-right: 5px;
}
.head_info {
    width: 640px;
    float: left;
    padding-top: 14px;
}
.head_info li{
    float: left;
    width: 33.3333%;
    position: relative;
    box-sizing: border-box;
}
.head_info li:nth-child(1){
    padding-left: 35px;
    width: 190px;
}
.head_info li:nth-child(2){
    padding-left: 20px;
}
.head_info li:nth-child(3){
    padding-left: 22px;
}
.head_info li:before{
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 26px;
    line-height: initial;
    color: #2ca5bb;
}
.head_info li:nth-child(1):before{
    content: " \f0d1";
}
.head_info li:nth-child(2):before{
    content: " \f3c5";
}
.head_info li:nth-child(3):before{
    content: " \f2a0";
    top: 6px;
}
.head_info li .content {
    overflow: hidden;
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px;
    color: #555;
}
.head_info li:nth-child(3) .content a{
    font-family: 'Roboto-Bold';
    font-size: 16px;
    letter-spacing: .4px;
    color: #555;
    display: inline-block;
}
.head_info li:nth-child(3) .content a:hover{
	color:#64c0d1;
}
.head_info li:nth-child(3) .content a img{
    width: 16px;
    float: right;
    margin: 2px 0 0 4px;
}
.head_cart {
    float: right;
    padding-top: 15px;
}
.head_cart .show_cart {
    float: left;
}
.head_cart .total_products {
    float: left;
    font-size: 12px;
    line-height: 19px;
}
.head_cart .total_products strong{
	color:#2ca5bb;
	font-weight:300;
}
.head_cart .show_cart a{
    height: 40px;
    width: 32px;
    display: inline-block;
    float: left !important;
    margin: 0 10px 0 0;
	font-size:0;
}
.head_cart .show_cart a:before {
    content: "\f07a";
    font-family: 'Font Awesome 5 Pro';
    font-size: 32px;
    color: #2ca5bb;
    line-height: initial;
}
.head_bott {
    background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.head_menu {
    float: left;
    position: initial;
}
.head_menu .moduletable {
    position: initial;
}
.head_menu ul li{
    float: left;
	position: relative;
}
.head_menu ul li.item-539{
    position: initial;
}
.head_menu .moduletable>ul>li:before{
    content: '';
    width: 1px;
    height: 14px;
    float: left;
    background: #ddd;
    margin-top: 14px;
}
.head_menu .moduletable>ul>li:first-child:before {
	display: none;
}
.head_menu .moduletable>ul>li.active:before, .head_menu .moduletable>ul>li:hover:before {
    background: #2ca5bb;
}
.head_menu ul li>span, .head_menu ul li>a{
    padding: 0px 25px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    font-family: 'Roboto-Bold';
	display:block;
    letter-spacing: 1px;
    position: relative;
}
.head_menu li.active>span, .head_menu li:hover>span, .head_menu li.active>a, .head_menu li:hover>a{
      background: #2ca5bb;
	  color: #fff;
}
.head_menu li.parent>span:after, .head_menu li.parent>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: " \f107";
    font-weight: 700;
    right: 10px;
	position: absolute;
}
.head_menu ul ul ul li.parent>span:after, .head_menu ul ul ul li.parent>a:after {
    display: none;
}
.head_menu li ul {
	display: none;
    width: 680px;
    height: 370px;
    position: absolute;
    z-index: 999;
    background: #fff;
    box-sizing: border-box;
    padding: 3px 340px 3px 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.head_menu li ul:before {
	content:'';
	right: 0;
	bottom: 0;
	display: block;
    width: 200px;
    height: 370px;
    position: absolute;
}
.head_menu li.item-499>ul:before {
    background: url(../images/glavnaya_category/ventilyatsiy.png) no-repeat right 10px bottom;
}
.head_menu li.item-537>ul:before {
    background: url(../images/glavnaya_category/konditsionery.png) no-repeat right bottom;
}
.head_menu li.item-538>ul:before {
    background: url(../images/glavnaya_category/otoplenie.png) no-repeat right bottom;
}
.head_menu li.item-539>ul:before {
    width: 100%;
    height: 100%;
    background: url(../images/head_menu_img/uslugi.jpg) no-repeat right bottom;
}
.head_menu li ul li:before {
	content:'';
	right: 0;
	bottom: 0;
    width: 340px;
    height: 370px;
    position: absolute;
	display: none;
	background: #fff;
}
.head_menu li.item-200:before {
    background: #fff url(../images/head_menu_img/200.jpg) no-repeat right 10px bottom 10px;
}
.head_menu li.item-191:before {
    background: #fff url(../images/head_menu_img/191.jpg) no-repeat right 10px bottom 10px;
    background-size: 150px;
}
.head_menu li.item-194:before {
    background: #fff url(../images/head_menu_img/194.jpg) no-repeat right bottom;
}
.head_menu li.item-171:before {
    background: #fff url(../images/head_menu_img/171.jpg) no-repeat right bottom;
}
.head_menu li.item-243:before {
    background: #fff url(../images/head_menu_img/243.jpg) no-repeat right bottom;
}
.head_menu li.item-264:before {
    background: #fff url(../images/head_menu_img/264.jpg) no-repeat right 10px bottom 10px;
}
.head_menu li.item-173:before {
    background: #fff url(../images/head_menu_img/173.jpg) no-repeat right 10px bottom;
}
.head_menu li.item-174:before {
    background: #fff url(../images/head_menu_img/174.jpg) no-repeat right 10px bottom 10px;
}
.head_menu li.item-179:before {
    background: #fff url(../images/head_menu_img/179.jpg) no-repeat right bottom;
}
.head_menu li.item-187:before {
    background: #fff url(../images/head_menu_img/187.jpg) no-repeat right 10px bottom 10px;
}
.head_menu li.item-188:before {
    background: #fff url(../images/head_menu_img/188.jpg) no-repeat right 10px bottom 10px;
}
.head_menu li.item-183:before {
    background: #fff url(../images/head_menu_img/183.jpg) no-repeat right bottom;
}
.head_menu li.item-195:before {
    background: #fff url(../images/head_menu_img/195.jpg) no-repeat right bottom;
}
.head_menu li.item-196:before {
    background: #fff url(../images/head_menu_img/196.jpg) no-repeat right bottom;
}
.head_menu li.item-197:before {
    background: #fff url(../images/head_menu_img/197.jpg) no-repeat right bottom;
}
.head_menu li.item-198:before {
    background: #fff url(../images/head_menu_img/198.jpg) no-repeat right bottom;
}
.head_menu li.item-199:before {
    background: #fff url(../images/head_menu_img/199.jpg) no-repeat right 10px bottom 10px;
}
.head_menu li.item-303:before {
    background: #fff url(../images/head_menu_img/303.jpg) no-repeat right bottom;
}
.head_menu li.item-203:before {
    background: #fff url(../images/glavnaya_category/elementy-ventilyatsionnykh-ustanovok.png) no-repeat right bottom;
}
.head_menu li.item-244:before {
    background: #fff url(../images/glavnaya_category/avtomatika-dlya-ventilyatsii.png) no-repeat right bottom;
}

.head_menu li.item-293:before {
    background: #fff url(../images/head_menu_img/proektirovanie.jpg) no-repeat right bottom;
}
.head_menu li.item-294:before {
    background: #fff url(../images/head_menu_img/montazh.jpg) no-repeat right bottom;
}
.head_menu li.item-295:before {
    background: #fff url(../images/head_menu_img/servis.jpg) no-repeat right bottom;
}
.head_menu li.item-296:before {
    background: #fff url(../images/head_menu_img/tipovye-resheniya.jpg) no-repeat right bottom;
}
.head_menu li.item-298:before {
    background: #fff url(../images/head_menu_img/konsalting.jpg) no-repeat right bottom;
}
.head_menu li ul li:hover:before {
	display: block;
}
.head_menu li ul li li:hover:before, .head_menu li ul li li:before {
	display: none;
}

.head_menu li:hover>ul {
	display: block;
}
.head_menu li ul li {
    width: 100%;
	border-top: 1px solid #2ca5bb;
	position: initial;
}
.head_menu li ul li:first-child {
	border-top: 0 solid #2ca5bb;
}
.head_menu li ul li>span, .head_menu li ul li>a {
    padding: 7px 5px;
    line-height: initial;
    font-size: 14px;
    text-transform: initial;
    color: #333;
    font-family: 'Roboto-Regular';
    display: block;
    letter-spacing: 1px;
    white-space: nowrap;
}
.head_menu li ul li:hover>span, .head_menu li ul li:hover>a {
	background: #2ca5bb;
}
.head_menu li ul li.parent>span:after, .head_menu li ul li.parent>a:after {
    content: " \f105";
}
.head_menu li ul ul{
	display: none;
    right: 0;
    top: 0;
    left: 341px;
    bottom: 0;
    padding: 3px 10px;
    width: 340px;
    box-shadow: none;
    background: transparent;
}
.head_menu li ul ul li>span, .head_menu li ul ul li>a {
    white-space: initial;
}

.head_search {
    float: right;
    padding-top: 6px;
}
.head_search .button {
    padding: 0;
    font-size: 0;
    background: #2ca5bb url(../images/icon/search.png) no-repeat center;
    height: 30px;
    width: 45px;
	float:right;
    border-radius: 0 3px 3px 0;
}
.head_search .button:hover{
	opacity: .8;
}
.head_search input#mod_virtuemart_search{
    height: 28px;
    box-shadow: none;
    font-size: 12px;
    border-radius: 3px 0 0 3px;
    float: left;
    padding: 0 15px;
    border: 1px solid #ddd;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
}
.wrapper.active .header {
    position: fixed;
    z-index: 999;
    background: #f2f7f7;
    left: 0;
    right: 0;
	top: 0;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;
}
.wrapper.active .header .head_user {
    display: none;
}
.wrapper.active .header .head_logo img {
    width: 41px;
}
.wrapper.active .header .head_logo .custom span span, .wrapper.active .header .head_logo a span span {
    padding: 0 0 4px;
}
.wrapper.active .header .head_info, .wrapper.active .header .head_cart {
    padding-top: 0;
}
@media screen and (max-width:1199px){
	.head_info {
		width: initial;
	}
	.head_info li {
		width: initial;
	}
	.head_info li:nth-child(2) {
		display: none;
	}
	.head_menu li.item-538>ul {
		left: -188px;
	}
}
@media screen and (max-width:959px){
	.header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 999;
		background: #f2f7f7;
		height: 96px;
	}
	.head_user {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		height: 28px;
	}
	.head_user_menu li:before {
		top: 10px;
	}
	.head_user_menu li:last-child:after {
		content: '';
		width: 1px;
		height: 8px;
		position: absolute;
		right: 0;
		top: 10px;
		background: #ddd;
	}
	.head_user_menu li a {
		padding: 5px 15px;
	}
	.head_user_social {
		float: left;
	}
	.head_top {
		padding: 5px 0;
	}
	.head_logo {
		width: initial;
		margin-top: 0;
	}
	.head_logo img {
		width: 50px;
	}
	.head_logo .custom span span, .head_logo .custom a span span {
		padding: 4px 0;
	}
	.head_info {
		padding-top: 6px;
	}
	.head_info li:nth-child(1) {
		display: none;
	}
	.head_cart {
		padding-top: 8px;
	}
	#nav-toggle{display:inline-block;width:35px;height:25px;position:relative;cursor:pointer;margin-top: 7px;padding-left: 44px;line-height: 24px;}
	#nav-toggle span{left:0;width:25px;top:10px;}
	#nav-toggle span,
	#nav-toggle span:before,
	#nav-toggle span:after{position:absolute;display:block;content:'';height:3px;background:#2ca5bb;}
	#nav-toggle span:before{top:-10px;width:35px;}
	#nav-toggle span:after{bottom:-10px;width:35px;}
	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{transition:all 500ms ease-in-out;}
	#nav-toggle.active span{background-color:transparent;}
	#nav-toggle.active span:before, #nav-toggle.active span:after{top:0;}
	#nav-toggle.active span:before{transform:rotate(45deg);}
	#nav-toggle.active span:after{transform:rotate(-45deg);}
	.head_menu {
		position: fixed;
		left: -100%;
		top: 96px;
		bottom: 28px;
		width: 100%;
		background: #fff;
		box-sizing: border-box;
		z-index: 999;
		padding: 0 20px;
		transition:all 500ms ease-in-out;
		border-bottom: 1px solid #e8ebeb;
		overflow: auto;
	}
	.head_menu.active {
		left: 0;
	}
	.head_search {
		float: right;
		padding: 3px 0;
	}
	.head_menu ul li {
		width: 100%;
	}
	.head_menu .moduletable>ul>li:before, .head_menu li ul:before, .head_menu li ul li:hover:before, .head_menu li ul li.parent>span:after, .head_menu li ul li.parent>a:after, .head_menu li li:hover>ul, .head_menu li:hover>ul{
		display: none;
	}
	.head_menu ul li>span, .head_menu ul li>a {
		padding: 0px 15px;
		font-size: 14px;
	}
	.head_menu li ul {
		display: none;
		width: initial;
		height: initial;
		position: relative;
		z-index: initial;
		background: transparent;
		box-sizing: border-box;
		padding: 0 15px;
		box-shadow: none;
	}
	.head_menu li.item-538 ul {
		left: initial;
	}
	.head_menu li ul li:first-child, .head_menu li ul li {
		border-top: 1px solid #e8ebeb;
	}
	.head_menu li ul li:last-child {
		border-bottom: 0;
	}
	.head_menu li ul li>span, .head_menu li ul li>a {
		padding: 7px 15px;
		white-space: initial;
	}
	.head_menu li ul li:hover ul, .head_menu li ul ul {
		display: block;
		right: initial;
		top: initial;
		left: initial;
		bottom: initial;
		padding: 0 15px;
		width: initial;
		box-shadow: none;
		background: transparent;
		position: relative;
	}
}
@media screen and (max-width:767px){
	.head_logo {
		padding-right: 26px;
	}
	.head_logo .custom span {
		font-size: 0;
		width: 108px;
	}
	.head_logo .custom a span span, .head_logo .custom span>span {
		font-size: 14px;
		text-transform: uppercase;
		padding: 15px 0 0;	
		letter-spacing: 1px;
		line-height: initial;
	}
	.head_cart .total_products {
		display: none;
	}
	.head_search {
		padding: 3px 0;
	}
	#menu-toggle {
		display: inline-block;
		width: 20px;
		height: 20px;
		position: relative;
		cursor: pointer;
		margin: 8px 20px 0 0;
		padding-left: 34px;
		line-height: 12px;
		float: left;
		font-size: 12px;
	}
	#menu-toggle span{left:0;width:25px;top:5px;}
	#menu-toggle span,
	#menu-toggle span:before,
	#menu-toggle span:after{position:absolute;display:block;content:'';height:2px;background:#2ca5bb;}
	#menu-toggle span:before{top:-8px;width:25px;}
	#menu-toggle span:after{bottom:-8px;width:25px;}
	#menu-toggle span, #menu-toggle span:before, #menu-toggle span:after{transition:all 500ms ease-in-out;}
	#menu-toggle.active span{background-color:transparent;}
	#menu-toggle.active span:before, #menu-toggle.active span:after{top:0;}
	#menu-toggle.active span:before{transform:rotate(45deg);}
	#menu-toggle.active span:after{transform:rotate(-45deg);}
	.head_user_menu {
		position: fixed;
		left: -100%;
		top: 96px;
		bottom: 28px;
		width: 100%;
		background: #fff;
		box-sizing: border-box;
		z-index: 999;
		padding: 0 20px;
		transition: all 500ms ease-in-out;
		border-bottom: 1px solid #e8ebeb;
		overflow: auto;
	}
	.head_user_menu.active {
		left: 0;
	}
	.head_user_menu ul li{
		width: 100%;
	}
	.head_user_menu ul li>span, .head_user_menu ul li>a, .head_user_menu li.item-158:first-child>a {
		padding: 0px 15px;
		font-size: 14px;
		line-height: 40px;
		text-transform: uppercase;
		color: #333;
		font-family: 'Roboto-Bold';
		display: block;
		letter-spacing: 1px;
		position: relative;
	}
	.head_user_menu li.active>span, .head_user_menu li:hover>span, .head_user_menu li.active>a, .head_user_menu li:hover>a, .head_user_menu li.item-158:first-child:hover>a {
		background: #2ca5bb;
		color: #fff;
	}
	.head_user_menu li:before, .head_user_menu li:after{
		display: none;
	}
	.head_user_social {
		float: right;
	}
}
@media screen and (max-width:479px){
	.head_logo {
		padding-right: 12px;
	}
	.head_logo .custom span {
		display: none;
	}
	.head_info li .content {
		padding: 0 0 0 5px;
	}
	.head_info li:nth-child(3) .content a img {
		display: none;
	}
	.head_search input#mod_virtuemart_search {
		width: 100px;
	}
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding-top: 10px;
    overflow: initial;
    float: left;
}
.content_top {
    padding-bottom: 10px;
}
.home_slaid {
    width: 875px;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.home_slaid .wk-slideshow-default > div .next, .home_slaid .wk-slideshow-default > div .prev, .home_slaid .wk-slideshow-default > div:hover .next, .home_slaid .wk-slideshow-default > div:hover .prev {
    top: 0;
	bottom:0;
    width: 50px;
    height: initial;
    margin-top: initial;
    background: none;
}
.home_slaid .wk-slideshow-default > div .next, .home_slaid .wk-slideshow-default > div:hover .next {
    right: 0;
}
.home_slaid .wk-slideshow-default > div .prev, .home_slaid .wk-slideshow-default > div:hover .prev {
    left: 0;
}
.home_slaid .wk-slideshow-default > div .next:after, .home_slaid .wk-slideshow-default > div .prev:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
      transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.home_slaid .wk-slideshow-default > div .prev:after{
    content: "\f053";
	left:10px;
}
.home_slaid .wk-slideshow-default > div .next:after{
    content: "\f054";
	right:10px;
}
.home_slaid .wk-slideshow-default .nav {
    margin-top: initial;
    text-align: center;
    position: absolute;
    bottom: 10px;
    z-index: 99;
    right: 18px;
}
.home_slaid .wk-slideshow-default .nav span{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background:none;
}
.home_slaid .wk-slideshow-default .nav .active span{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background:#fff;
}
.home_slaid .caption {
	display: none !important;
}
.home_form {
    width: 285px;
    float: right;
    box-sizing: border-box;
    padding: 10px 10px 12px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.home_form .webfactor_default .webfactor_predtext {
    display: block;
    padding: 5px 0 15px;
    font-size: 14px;
    color: #474646;
}
.home_form .webfactor_default .webfactor_predtext span{
    display: block;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    padding-bottom: 7px;
}
.home_form .webfactor_default form.ajaxWebfactorForm textarea, .home_form .webfactor_default form.ajaxWebfactorForm input{
    margin: 0 0 15px;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    border-radius: 3px;
    float: left;
    padding: 0 15px;
    border: 1px solid #ddd;
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
}
.home_form .webfactor_default form.ajaxWebfactorForm input{
    height: 34px;
}
.home_form .webfactor_default form.ajaxWebfactorForm textarea{
    height: 90px;
    padding: 6px 15px;
}
.home_form .webfactor_default form.ajaxWebfactorForm input#submit147 {
    letter-spacing: 1px;
    font-family: 'Roboto-Bold';
    background: #f33924;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    height: initial;
    margin: 0;
}
.home_form .webfactor_default form.ajaxWebfactorForm input#submit147:hover {
	opacity: .8;
}
.home_form .webfactor_ok {
    height: 330px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
}
.home_form .webfactor_ok p {
    width: 100%;
}
.home_form .webfactor_ok p i {
    font-size: 50px;
    margin: 20px 0;
    color: #2ca5bb;
}
@media screen and (max-width:1199px){
	.home_slaid {
		width: 650px;
	}
	.home_form .webfactor_default .webfactor_predtext {
		padding: 5px 0 10px;
	}
	.home_form .webfactor_default form.ajaxWebfactorForm textarea, .home_form .webfactor_default form.ajaxWebfactorForm input {
		margin: 0 0 5px;
	}
	.home_form .webfactor_default form.ajaxWebfactorForm textarea {
		height: 34px;
	}
	.home_form .webfactor_ok {
		height: 241px;
	}
}
@media screen and (max-width:959px){
	.home_slaid {
		width: 100%;
	}
	.home_form {
		display: none;
	}
}
@media screen and (max-width:479px){
	.home_slaid .wk-slideshow-default .nav {
		bottom: 2px;
		right: 10px;
	}
	.home_slaid .wk-slideshow-default .nav span, .home_slaid .wk-slideshow-default .nav .active span{
		width: 6px;
		height: 6px;
	}
	.home_slaid .wk-slideshow-default > div .next:after, .home_slaid .wk-slideshow-default > div .prev:after {
		font-size: 16px;
	}
}

.krochki {
    padding-bottom: 10px;
}
.krochki li {
    float: left;
    line-height: 14px;
    font-size: 13px;
	color: #333;
}
.krochki li a {
	color: #333;
}
.krochki li a:hover {
    color: #64c0d1;
}
.krochki li img {
    vertical-align: initial;
    margin-right: 3px;
}
.glavnaya_category {
    padding: 20px 20px 5px;
    background: #fff;
    overflow: hidden;
	margin-bottom: 10px;
}
.glavnaya_category .glavnaya_category_item {
    width: calc(33.333% - 10px);
    min-height: 215px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #a6cdd5;
    padding: 15px 15px 5px;
	margin-bottom: 15px;
    background-size: auto 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(100, 192, 209, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(100, 192, 209, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(100, 192, 209, 0.25);
}
.glavnaya_category .glavnaya_category_item.konditsionery {
	background: #f2f7f7 url(../images/glavnaya_category/konditsionery.png) no-repeat right bottom;
    background-size: 150px;
}
.glavnaya_category .glavnaya_category_item.ventilyatsiy {
	background: #f2f7f7 url(../images/glavnaya_category/ventilyatsiy.png) no-repeat right bottom;
    background-size: 140px;
}
.glavnaya_category .glavnaya_category_item.otoplenie {
	background: #f2f7f7 url(../images/glavnaya_category/otoplenie.png) no-repeat right bottom;
    background-size: 140px;
}
.glavnaya_category .glavnaya_category_item.fankojl {
	background: #f2f7f7 url(../images/glavnaya_category/fankojl.png) no-repeat right bottom;
    background-size: 170px;
}
.glavnaya_category .glavnaya_category_item.avtomatika-dlya-ventilyatsii {
	background: #f2f7f7 url(../images/glavnaya_category/avtomatika-dlya-ventilyatsii.png) no-repeat right bottom;
    background-size: 120px;
}
.glavnaya_category .glavnaya_category_item.teplovye-nasosy {
	background: #f2f7f7 url(../images/glavnaya_category/teplovye-nasosy.png) no-repeat right bottom;
    background-size: 120px;
}
.glavnaya_category .glavnaya_category_item.vrv-sistemy {
	background: #f2f7f7 url(../images/glavnaya_category/vrv-sistemy.png) no-repeat right bottom;
    background-size: 140px;
}
.glavnaya_category .glavnaya_category_item.elementy-ventilyatsionnykh-ustanovok {
	background: #f2f7f7 url(../images/glavnaya_category/elementy-ventilyatsionnykh-ustanovok.png) no-repeat right bottom;
    background-size: 100px;
}
.glavnaya_category .glavnaya_category_item.kotly {
	background: #f2f7f7 url(../images/glavnaya_category/kotly.png) no-repeat right bottom;
    background-size: 140px;
}
.glavnaya_category .glavnaya_category_item:nth-child(3n+2) {
    margin: 0 15px 15px;
}
.glavnaya_category .glavnaya_category_item a {
    display: table;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}
.glavnaya_category .glavnaya_category_item a:first-child {
    font-family: 'Roboto-Bold';
    font-size: 22px;
}
.glavnaya_category .glavnaya_category_item a:hover{
	color: #64c0d1;
}
@media screen and (max-width:1199px){
	.glavnaya_category {
		padding: 10px 10px 0;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.glavnaya_category .glavnaya_category_item, .glavnaya_category .glavnaya_category_item:nth-child(3n+2) {
		width: calc(50% - 5px);
		margin: 0 0 10px;
		min-height: 220px;
	}
	.glavnaya_category .glavnaya_category_item:nth-child(2n) {
		margin: 0 0 10px 10px;
	}
	.glavnaya_category .glavnaya_category_item:last-child {
		width: 100%;
	}
	.glavnaya_category .glavnaya_category_item a {
		font-size: 14px;
		line-height: initial;
	}
	.glavnaya_category .glavnaya_category_item a:first-child {
		font-size: 18px;
	}
}
@media screen and (max-width:767px){
	.glavnaya_category .glavnaya_category_item, .glavnaya_category .glavnaya_category_item:nth-child(3n+2), .glavnaya_category .glavnaya_category_item:nth-child(2n) {
		width: 100%;
		margin: 0 0 10px;
		min-height: initial;
	}
	.glavnaya_category .glavnaya_category_item.vrv-sistemy {
		background-size: auto 100px;
	}
	.glavnaya_category .glavnaya_category_item.kotly {
		background-size: auto 140px;
	}
}
@media screen and (max-width:479px){
	.glavnaya_category .glavnaya_category_item {
		padding: 10px 10px 0;
	}
	.glavnaya_category .glavnaya_category_item.konditsionery {
		background-size: 88px;
	}
	.glavnaya_category .glavnaya_category_item.ventilyatsiy {
		background: #f2f7f7 url(../images/glavnaya_category/ventilyatsiy.png) no-repeat right 4px bottom;
		background-size: 80px;
	}
	.glavnaya_category .glavnaya_category_item.otoplenie {
		background-size: 85px;
	}
	.glavnaya_category .glavnaya_category_item.fankojl {
		background-size: 103px;
	}
	.glavnaya_category .glavnaya_category_item.avtomatika-dlya-ventilyatsii {
		background: #f2f7f7 url(../images/glavnaya_category/avtomatika-dlya-ventilyatsii.png) no-repeat right 4px bottom;
		background-size: 85px;
	}
	.glavnaya_category .glavnaya_category_item.avtomatika-dlya-ventilyatsii a:last-child{
		width: 170px;
	}
	.glavnaya_category .glavnaya_category_item.teplovye-nasosy {
		background-size: 80px;
	}
	.glavnaya_category .glavnaya_category_item.teplovye-nasosy a{
		max-width: 160px;
	}
	.glavnaya_category .glavnaya_category_item.elementy-ventilyatsionnykh-ustanovok {
		background-size: 70px;
	}
	.glavnaya_category .glavnaya_category_item.elementy-ventilyatsionnykh-ustanovok a:last-child{
		width: 170px;
	}
	.glavnaya_category .glavnaya_category_item.kotly {
		background-size: 70px;
	}
}
.item-page, .item-blog {
    background: #fff;
    padding: 0 20px;
    margin-bottom: 10px;
}
.block_content div[itemprop="articleBody"] p, .category_description p{
    color: #222;
    padding-bottom: 12px;
}
.home_slug {
    padding: 10px 0 22px;
}
.home_slug figure {
    float: left;
    width: calc(20% - 8px);
    margin-left: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
}
.home_slug.sub figure {
    width: calc(25% - 15px);
    margin-left: 20px;
}
.home_slug.montazh figure {
    width: calc(50% - 10px);
    margin: 10px 0;
}
.home_slug.montazh figure:nth-child(2n) {
    margin-left: 20px;
}
.home_slug figure:first-child {
	margin-left: 0;
}
.home_slug figure:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}
.home_slug figure a {
    text-align: center;
    display: block;
    font-family: 'Roboto-Bold';
    color: #222;
    padding-bottom: 10px;
}
.home_slug figure a img {
    width: 100%;
    margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.25);
}
.home_slug.sub figure img, .home_slug.montazh figure img {
	width: 100%;
}
.home_slug figure:hover img {
	opacity: .8;
}
@media screen and (max-width:767px){
	.home_slug figure, .home_slug.sub figure {
		width: 100%;
		margin: 0 0 12px;
	}
	.home_slug.montazh figure {
		width: 100%;
		margin: 10px 0;
	}
	.home_slug figure:nth-child(2n), .home_slug.sub figure:nth-child(2n) {
		float: right;
	}
}
@media screen and (max-width:479px){
}

.block_1 {
    overflow: initial;
}
.block_1_right {
    width: 875px;
    float: right;
}
.block_1_right.default {
    width: 100%;
}
.block_1_right div[itemprop="articleBody"] {
    padding-bottom: 18px;
}
.category_description ul, .block_1_right div[itemprop="articleBody"] ul{
    padding-left: 18px;
    color: #64c0d1;
    list-style-type: square;
}
.category_description ul.content_three_ul, .block_1_right div[itemprop="articleBody"] ul.content_three_ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.category_description ul.content_three_ul li, .block_1_right div[itemprop="articleBody"] ul.content_three_ul li {
    width: 100%;
}
.block_1_right div[itemprop="articleBody"] p, .category_description p{
	margin: 0;
	padding-bottom: 12px;
}
.block_1_right div[itemprop="articleBody"] span, .block_1_right div[itemprop="articleBody"] strong, .block_1_right div[itemprop="articleBody"] b, .category_description span, .category_description strong, .category_description b{
    font-family: 'Roboto-Bold';
}
.block_1_right div[itemprop="articleBody"] p a, .category_description p a {
	color: #222;
	text-decoration: underline;
}
.block_1_right div[itemprop="articleBody"] p a:hover, .category_description p a:hover {
	text-decoration: none;
}
.item-blog .leading_wrap {
    float: left;
    width: calc(50% - 10px);
    margin: 0 0 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
}
.item-blog .leading_wrap:nth-child(2n) {
    float: right;
}
.item-blog .leading_wrap:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}
.item-blog .leading_wrap img {
	width: 100%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25);
}
.item-blog .leading_wrap:hover img {
    opacity: .8;
}
.item-blog .leading_wrap h2 {
    padding: 0;
    margin: 0;
}
.item-blog .leading_wrap h2 a {
    text-align: center;
    display: block;
    color: #222;
    padding: 10px 0;
    font-size: 14px;
}
@media screen and (max-width:1199px){
	.block_1_right {
		width: 646px;
	}
}
@media screen and (max-width:959px){
	.block_1_right {
		width: 100%;
	}
}
@media screen and (max-width:767px){
	.item-blog .leading_wrap {
		width: 100%;
		margin: 0 0 12px;
	}
}

.block_1_left {
    width: 285px;
    float: left;
    margin-bottom: 10px;
}
.left_filter {
    padding-bottom: 10px;
}
.left_filter .cf_flt_header{
    background: #2ca5bb;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    padding: 14px 12px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .6px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.left_filter .cf_flt_header .headexpand {
	float:right;
	background: none;
}
.left_filter .cf_flt_header .headexpand:before {
    font-size: 20px;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-weight: 300;
}
.left_filter .cf_flt_header .headexpand.headexpand_show:before {
    content: "\f107";
}
.left_filter .cf_flt_header .headexpand.headexpand_hide:before {
    content: "\f106";
}
.left_filter .cf_wrapper_inner {
    padding: 10px 10px 0;
}
.left_filter .cf_slider_gutter_m {
    width: 226px;
}
.left_filter .slider_bkg_img {
    width: 242px;
	margin: 11px 0 0px -8px;
}
.menu_left {
    width: 100%;
    float: left;
}
.menu_left .moduletable{
    background: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.menu_left .menu_left_title{
    background: #2ca5bb;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    padding: 14px 12px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .6px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.menu_left .menu_left_title:before {
    content: "\f036";
    font-size: 14px;
    margin-right: 15px;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-weight: 300;
}
.menu_left .menu_left_title:after {
    content: "\f107";
    font-size: 20px;
	float:right;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-weight: 300;
}
.menu_left .moduletable.active .menu_left_title:after {
    content: "\f106";
}
.menu_left ul>li{
	position:relative;
}
.menu_left ul.mod-list li:first-child {
    border-top: 1px solid #fff;
}
.menu_left ul>li>span, .menu_left ul>li>a{
    color: #222;
    font-size: 14px;
    border-top: 1px solid #ebebeb;
    padding: 12px 15px;
    display: block;
}
.menu_left ul>li:nth-child(1)>span, .menu_left ul>li:nth-child(1)>a{
    border-top: 1px solid transparent;
}
.menu_left ul li img{
	display: none;
}
.menu_left ul>li.deeper.parent{
	cursor:pointer;
}
.menu_left ul>li.deeper.parent>span:after, .menu_left ul>li.deeper.parent>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: " \f105";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}
.menu_left ul>li.current>span, .menu_left ul>li.current>a, .menu_left ul>li.active>span, .menu_left ul>li.active>a, .menu_left ul>li>span:hover, .menu_left ul>li>a:hover{
    color: #fff;
	background: #2ca5bb;
}
.menu_left ul>li>ul.nav-child{
	display:none;
    position: absolute;
    width: 285px;
    right: -285px;
    top: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.07);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.menu_left ul>li:hover>ul.nav-child{
	display:block;
}

.left_zakaz {
    width: 285px;
    float: right;
    box-sizing: border-box;
    padding: 10px 10px 12px;
	margin-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.left_zakaz .webfactor_default .webfactor_predtext {
    display: block;
    padding: 5px 0 15px;
    font-size: 14px;
    color: #474646;
}
.left_zakaz .webfactor_default .webfactor_predtext span{
    display: block;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    padding-bottom: 7px;
}
.left_zakaz .webfactor_default form.ajaxWebfactorForm textarea, .left_zakaz .webfactor_default form.ajaxWebfactorForm input{
    margin: 0 0 15px;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    border-radius: 3px;
    float: left;
    padding: 0 15px;
    border: 1px solid #ddd;
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
}
.left_zakaz .webfactor_default form.ajaxWebfactorForm input{
    height: 34px;
}
.left_zakaz .webfactor_default form.ajaxWebfactorForm textarea{
    height: 90px;
    padding: 6px 15px;
}
.left_zakaz .webfactor_default form.ajaxWebfactorForm input#submit161 {
    letter-spacing: 1px;
    font-family: 'Roboto-Bold';
    background: #f33924;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    height: initial;
    margin: 0;
}
.left_zakaz .webfactor_default form.ajaxWebfactorForm input#submit161:hover {
	opacity: .8;
}
.left_zakaz  .webfactor_ok {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
}
.left_zakaz .webfactor_ok p {
    width: 100%;
}
.left_zakaz  .webfactor_ok p i {
    font-size: 50px;
    margin: 20px 0;
    color: #2ca5bb;
}

.left_slaid {
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.left_slaid .moduletable.left_slaid {
    overflow: initial;
}
.left_slaid .left_slaid_title{
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto-Bold';
    background: #2ca5bb;
    line-height: 37px;
    padding: 0 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    letter-spacing: .6px;
}
.left_slaid_item {
    padding: 10px;
	float: left;
}
.left_slaid_item_img {
    display: block;
    text-align: center;
}
.left_slaid_item_img:hover {
	opacity: .8;
}
.left_slaid_item_title {
    color: #222;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    text-transform: uppercase;
}
.left_slaid_item_title:hover {
    color: #64c0d1;
}
.left_slaid_item .product-price {
    border-top: 1px solid #e1e1d8;
    border-bottom: 1px solid #e1e1d8;
    line-height: 30px;
    margin: 4px 0;
	overflow: hidden;
}
.left_slaid_item .product-price .price-desc {
    float: left;
}
.left_slaid_item .product-price .vm-price-value {
    color: #ff0000;
    font-size: 16px;
    font-family: 'Roboto-bold';
    line-height: 30px;
    float: right;
}
.left_slaid_button{
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    top: 6px;
    right: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.left_slaid_button.left_slaid_right {
    right: 30px;
}
.left_slaid_button:before{
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
}
.left_slaid_button.left_slaid_right:before{
    content: "\f053";
}
@media screen and (max-width:959px){
	.block_1_left {
		width: 100%;
	}
	.menu_left ul, .menu_left ul>li.deeper.parent>span:after, .menu_left ul>li.deeper.parent>a:after {
		display: none;
	}
	.menu_left .menu_left_title:after {
		content: "\f106";
	}
	.menu_left .moduletable.active .menu_left_title:after {
		content: "\f107";
	}
	.menu_left ul>li>span, .menu_left ul>li>a {
		text-transform: uppercase;
		padding: 8px 15px;
		font-size: 12px;
		font-weight: 700;
	}
	.menu_left ul>li>ul.nav-child {
		display: block;
		position: relative;
		width: 100%;
		right: initial;
		top: initial;
		z-index: initial;
		background: transparent;
		border: 0;
		box-shadow: none;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.menu_left ul ul>li>span, .menu_left ul ul>li>a {
		padding: 5px 15px;
		text-transform: initial;
		font-weight: initial;
	}
	.menu_left ul>li:nth-child(1)>span, .menu_left ul>li:nth-child(1)>a {
		border-top: 1px solid #ebebeb;
	}
	.left_zakaz {
		width: calc(50% - 5px);
	}
	.left_zakaz .webfactor_default form.ajaxWebfactorForm textarea, .left_zakaz .webfactor_default form.ajaxWebfactorForm input {
		margin: 0 0 20px;
	}
	.left_slaid {
		width: calc(50% - 5px);
	}
}
@media screen and (max-width:767px){
	.left_zakaz {
		width: 100%;
	}
	.left_zakaz .webfactor_default form.ajaxWebfactorForm textarea, .left_zakaz .webfactor_default form.ajaxWebfactorForm input {
		margin: 0 0 10px;
	}
	.left_slaid {
		width: 100%;
	}
}

.home_hits {
    overflow: hidden;
}
.home_hits .home_hits_popular {
    border-top: 2px solid #64c0d1;
}
.home_hits .home_hits_hits {
    border-top: 2px solid #752995;
}
.home_hits .home_hits_news {
    border-top: 2px solid #19b3a7;
}
.home_hits .home_hits_title{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    background: #64c0d1;
    font-family: 'Roboto-Bold';
    z-index: 2;
}
.home_hits .home_hits_hits .home_hits_title{
    background: #752995;
}
.home_hits .home_hits_news .home_hits_title{
    background: #19b3a7;
}
@media screen and (max-width:479px){
	.home_hits .home_hits_popular, .home_hits .home_hits_hits, .home_hits .home_hits_news {
		border-top: 0;
	}
	.home_hits .home_hits_title {
		position: relative;
		left: initial;
		top: initial;
	}
}

.home_manufacturer{
    padding: 30px 0;
}
.home_manufacturer_title{
    text-align: center;
    color: #333;
    font-family: 'Roboto-Bold';
    font-size: 24px;
    padding-bottom: 30px;
}
.home_manufacturer .slick-list li {
    float: left;
    margin: 0 5px;
    text-align: center;
    background: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.25);
}
.home_manufacturer li a {
    color: #333;
    font-family: 'Roboto-Bold';
    display: block;
    overflow: hidden;
    margin: 0 5px;
    padding: 10px;
}
.home_manufacturer li a:hover{
	color: #64c0d1;
}
.home_manufacturer .manufacturer_img {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.home_manufacturer .manufacturer_img img{
    max-height: 100%;
}
.home_manufacturer .slick-dots {
    display: table !important;
    margin: 0 auto;
    padding-top: 20px;
}
.home_manufacturer .slick-dots li {
	float: left;
}
.home_manufacturer .slick-dots button {
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #333;
    border-radius: 50%;
    background: #fff;
    margin: 0 2.5px;
}
.home_manufacturer .slick-dots button:hover {
    background: #64c0d1;
}
.home_manufacturer .slick-dots .slick-active button {
    background: #64c0d1;
}
@media screen and (max-width:767px){
	.home_manufacturer_title {
		font-size: 18px;
	}
}
@media screen and (max-width:479px){
	.home_manufacturer .slick-dots li {
		padding: 0 0 0 7px;
	}
	.home_manufacturer .slick-dots button {
		width: 14px;
		height: 14px;
		border: 1px solid #333;
		margin: 0;
	}
}

.categore_list h1{
    color: #222;
    font-family: 'Roboto-Bold';
    line-height: 47px;
    padding-bottom: 1px;
}
.categore_coll {
    padding: 0 10px;
    float: right;
}
.categore_coll .title {
    float: left;
    line-height: 54px;
    font-size: 12px;
    padding-right: 10px;
}
.categore_coll select{
    height: 34px;
    border: 0;
    padding: 0 10px;
    background: #f3f3f3;
    margin-top: 10px;
	cursor: pointer;
}
.categore_list .browse-view .categore_product_row.row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -4px;
    width: 100%;
}
.categore_product{
    margin-bottom: 10px;
    width: 33.333%;
}
.browse-view .row .product .spacer {
    padding: 0 0 12px;
    min-height: 299px;
    margin: 0 5px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.categore_list .horizontal-separator {
    background: transparent;
    margin: 0;
}
.categore_product .vm-product-media-container {
    height: 200px;
    margin-bottom: 0;
}
.categore_product .vm-product-media-container a{
    display: flex;
    margin: auto;
    height: 100%;
}
.categore_product .vm-product-media-container a img{
    display: flex;
    margin: auto;
}
.categore_product .vm-product-media-container a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.categore_product .spacer:hover .vm-product-media-container a:before {
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.categore_product .vm-product-media-container a div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    text-align: center;
    background: #64c0d1;
    color: #fff;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
    padding: 5px 15px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.categore_product .spacer:hover .vm-product-media-container a div{
    opacity: 1;
}
.categore_product .vm-product-descr-container-0 {
    padding: 5px 0 3px;
    margin: 0 10px;
    border-bottom: 1px solid #e1e1d8;
}
.categore_product .category_item_title a{
    color: #222;
    font-family: 'Roboto-Bold';
    font-size: 14px;
}
.categore_product .category_item_title a:hover{
    color: #64c0d1;
} 
.category_desc_opis {
    padding: 5px 0;
    margin: 0 10px;
    border-bottom: 1px solid #e1e1d8;
    font-size: 12px;
}
.categore_product .categore_praice {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
}
.categore_product .categore_praice .categore_praice_none {
    border-bottom: 1px solid #e1e1d8;
    line-height: 30px;
    color: #939292;
    font-family: 'Roboto-bold';
    text-align: center;
}
.categore_product .categore_praice .vm-price-value {
    border-bottom: 1px solid #e1e1d8;
    margin-bottom: 10px;
    overflow: hidden;
}
.categore_product .categore_praice .vm-price-value .vm-price-desc {
    float: left;
    line-height: 30px;
    color: #333;
}
.categore_product .categore_praice .vm-price-value .PricesalesPrice {
    color: #ff0000;
    font-size: 16px;
    font-family: 'Roboto-bold';
    line-height: 30px;
	float: right;
}
.categore_product .categore_praice .ask-a-question {
    background: #2ca5bb;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    color: #fff;
    padding: 8px 0 7px;
    display: block;
    margin-top: 10px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.categore_product .categore_praice .ask-a-question:before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 20px;
    top: 1px;
    line-height: 32px;
    font-size: 20px;
}
.product_top_right .addtocart-area{
    float: right;
    width: 100%;
    box-sizing: border-box;
}
.categore_product .categore_butt {
    float: right;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}
.left_slaid_item .addtocart-area span.addtocart-button, .product_top_right .addtocart-area .addtocart-bar, .product_top_right .addtocart-area span.addtocart-button, .categore_product .categore_butt span.addtocart-button {
    float: left;
}
.left_slaid_item .addtocart-area span.quantity-controls, .product_top_right .addtocart-area span.quantity-controls, .categore_product .categore_butt span.quantity-controls {
    float: left;
    margin: 1px 3px 0;
}
.left_slaid_item .addtocart-area button.addtocart-button, .product_top_right .addtocart-area button.addtocart-button, .categore_product .categore_butt button.addtocart-button{
    background: #2ca5bb;
    font-size: 0;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    float: right;
    color: #fff;
    width: 32px;
    position: relative;
    margin-top: 1px;
}
.left_slaid_item .addtocart-area button.addtocart-button:before, .product_top_right .addtocart-area button.addtocart-button:before, .categore_product .categore_butt button.addtocart-button:before {
    content: '\f07a';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 4px;
    top: 0px;
    line-height: 31px;
    font-size: 18px;
}
.left_slaid_item .addtocart-area input.addtocart-button:hover, .product_top_right .addtocart-area input.addtocart-button:hover, .categore_product .categore_butt input.addtocart-button:hover{
	opacity: .9;
	color:#fff;
}
.left_slaid_item .addtocart-area input.quantity-plus, .left_slaid_item .addtocart-area input.quantity-minus, .left_slaid_item .addtocart-area input.quantity-controls, .product_top_right .addtocart-area input.quantity-plus, .product_top_right .addtocart-area input.quantity-minus, .product_top_right .addtocart-area input.quantity-controls, .categore_product .categore_butt span.quantity-controls input.quantity-plus, .categore_product .categore_butt span.quantity-controls input.quantity-minus, .categore_product .categore_butt span.quantity-controls input.quantity-controls {
    display: block;
    margin: 0 0 1px;
}
.left_slaid_item .addtocart-area input.quantity-plus, .left_slaid_item .addtocart-area input.quantity-minus, .product_top_right .addtocart-area input.quantity-plus, .product_top_right .addtocart-area input.quantity-minus, .categore_product .categore_butt input.quantity-plus, .categore_product .categore_butt input.quantity-minus {
    height: 15px;
    border: none;
    width: 15px;
    cursor: pointer;
}
.left_slaid_item .addtocart-area .quantity-plus, .product_top_right .addtocart-area .quantity-plus, .categore_product .categore_butt .quantity-plus {
    background: url(../images/quantity-controls.png) repeat-x;
}
.left_slaid_item .addtocart-area .quantity-minus, .product_top_right .addtocart-area .quantity-minus, .categore_product .categore_butt .quantity-minus {
    background: url(../images/quantity-controls.png) repeat-x;
    background-position: 15px 0;
}
.left_slaid_item span.quantity-box, .product_top_right span.quantity-box, .categore_product span.quantity-box {
    float: left;
}
.left_slaid_item .quantity-input, .product_top_right .quantity-input, .categore_product .quantity-box .quantity-input, .cart-summary .quantity-input{
    height: 32px;
    width: 32px;
    font-family: 'Roboto-Bold';
    padding: 0;
    border: 0;
    margin-bottom: 0;
    background: #f3f3f3;
    text-align: center;
}
.quick_order_open {
    float: right;
    margin: 1px 0 0 3px;
    box-sizing: border-box;
    border: 1px solid #2ca5bb;
    line-height: 28px;
    height: 30px;
    font-family: 'Roboto-Bold';
    padding: 0 10px;
    cursor: pointer;
    color: #035a6a;
}
.quick_order_open:hover {
    background: #2ca5bb;
    color: #fff;
}
.categore_list .vm-pagination {
    float: initial;
    width: 100%;
    overflow: hidden;
    margin: 20px 0 30px;
    padding: 10px 0;
    background: #eee;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.categore_list .vm-pagination .vm-page-counter {
    display: none;
}
.categore_list .vm-pagination ul {
    display: table;
    margin: 0 auto;
}
.categore_list .vm-pagination ul li {
    display: block;
    float: left;
}
.categore_list .vm-pagination ul li .pagenav {
    padding: 6px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    background-color: transparent;
    color: #000;
    display: block;
}
.categore_list .vm-pagination ul li span.pagenav {
    background-color: #2ca5bb;
	color:#fff;
}
.categore_list .vm-pagination ul li a.pagenav:hover{
    background-color: #fff;
}
.categore_list div.ias_trigger {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
}
.categore_list div.ias_trigger a {
    border: 0;
    background: #64c0d1;
    border-radius: 0;
    display: inline-block;
    padding: 0 35px;
    box-shadow: 0 -2px 1px #0aa7c3 inset;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-family: 'Roboto-Bold';
    text-shadow: none;
    line-height: 40px;
}
.categore_list div.ias_trigger a:hover{
    background: #4ed4ec;
    box-shadow: 0 0 1px #0aa7c3 inset;
    transition: all 0.3s ease-in-out;
}
.category-view.categore_child {
    padding: 0 4px;
}
.categore_list .categore_child a {
    background: #fff;
    height: 150px;
	padding: 10px 0;
    width: 282.3px;
    float: left;
    text-align: center;
	margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.categore_list .categore_child a:nth-child(3n+2) {
	margin: 0 10px 10px;
}
.categore_list .categore_child a span{
    color: #333;
    font-family: 'Roboto-Bold';
	display: block;
	padding-bottom: 10px;
    min-height: 36px;
}
.categore_list .categore_child a img{
    max-height: 100px;
}
.category_description {
    width: calc(100% - 8px);
    padding: 20px 20px 10px;
    margin: 0 4px 10px;
    box-sizing: border-box;
    background: #fff;
	overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
@media screen and (max-width:1199px){
	.categore_list .browse-view .categore_product_row.row {
		margin: 0;
	}
	.categore_product {
		width: 50%;
	}
	div.ias_trigger {
		margin: 5px 0 15px;
	}
	.category-view.categore_child {
		padding: 0 4px;
	}
	.categore_list .categore_child a, .categore_list .categore_child a:nth-child(3n+2) {
		width: calc(50% - 5px);
		margin: 0 0 10px;
	}
	.categore_list .categore_child a:nth-child(2n) {
		float: right;
	}
	.categore_list .vm-pagination ul li.pagination-prev, .categore_list .vm-pagination ul li.pagination-start, .categore_list .vm-pagination ul li.pagination-end, .categore_list .vm-pagination ul li.pagination-next {
		display: none;
	}
}
@media screen and (max-width:767px){
	.categore_list h1 {
		line-height: initial;
	}
	.categore_product {
		width: 100%;
	}
}
@media screen and (max-width:479px){
	.categore_list .categore_child a, .categore_list .categore_child a:nth-child(3n+2) {
		width: 100%;
	}
	.categore_list .vm-pagination ul li {
		display: none;
		float: left;
		width: 100%;
		text-align: center;
	}
	.categore_list .vm-pagination ul li.pagination-prev, .categore_list .vm-pagination ul li.pagination-start, .categore_list .vm-pagination ul li.pagination-end, .categore_list .vm-pagination ul li.pagination-next {
		display: block;
	}
}
.categore_zakaz {
    width: 100%;
    height: 260px;
    margin-bottom: 30px;
	background: url(../images/bg.png) no-repeat;
	background-size: 100%
}
.categore_zakaz .webfactor_default {
    float: right;
    width: 290px;
    margin-right: 10px;
}
.categore_zakaz .webfactor_static_form.webfactor_default {
    display: flex;
	height: 260px;
}
.categore_zakaz .webfactor_default form{
    padding: 15px;
    margin: auto;
    background: rgba(0,0,0,0.6);
    width: 100%;
}
.categore_zakaz .webfactor_default form input[type="text"], .categore_zakaz .webfactor_default form input[type="tel"] {
    padding: 10px;
    height: 40px;
    margin-bottom: 15px;
    background: #fff;
    border: 0;
    border-radius: 4px;
}
.categore_zakaz .webfactor_default form input[type="submit"]{
    background: #64c0d1;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    float: right;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}
.categore_zakaz .webfactor_default form input[type="submit"]:hover{
	opacity: .8;
}
.categore_zakaz .webfactor_default form.ajaxWebfactorForm label.error {
    margin-top: -15px;
    margin-bottom: 10px;
}
.webfactor_default .webfactor_predtext {
    display: none;
}

div#fancybox-content h4 {
    color: #222;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    text-align: center;
    padding: 15px 0 10px;
}
.pop_wrap {
    overflow: hidden;
    display: table;
    margin: auto;
}
.pop_wrap a {
    color: #fff;
    font-size: 12px;
    padding: 8px 0;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    float: left;
    display: block;
    margin-top: 10px;
    background: #64c0d1;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.pop_wrap a:hover{
	opacity: .8;
}

.product_top {
    background: #fff;
    padding: 20px 0;
    margin-bottom: 2px
}
.product_top_left {
    padding-left: 20px;
    width: 350px;
    float: left;
}
.product_top_left .main-image{
    border: 1px solid #f2f7f7;
    padding: 15px;
}
.product_top_left .additional-images {
    margin: 10px -5px 0;
}
.product_top_left .additional-images .floatleft {
    border: 1px solid #f2f7f7;
    width: calc(25% - 12px);
    height: 78px;
    display: flex;
    margin: 0 5px;
    border-radius: 4px;
    overflow: hidden;
}
.product_top_left .additional-images img {
    margin: auto;
    width: 80%;
    display: flex;
    height: auto;
}
.product_top_left .additional-images img:hover{
	opacity: .7;
}
.product_top_right {
    width: 465px;
    float: right;
    padding-right: 20px;
}
.product_top_right h1{
    font-size: 16px;
    line-height: 1;
    padding-bottom: 15px;
}
.product_top_right .product-price {
    text-align: left;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}
.product_top_right .product-price span.PricesalesPrice {
    color: #ff0000;
    font-size: 16px;
    font-family: 'Roboto-Bold';
}
.product_top_right .product-price span.vm-price-desc {
    color: #333;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    float: left;
    width: 45px;
}
.product_top_right .categore_praice_none {
    color: #939292;
    font-family: 'Roboto-bold';
}
.product_top_right .ask-a-question {
    background: #2ca5bb;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    color: #fff;
    padding: 8px 0 7px;
    display: block;
    margin-top: 10px;
    width: 264px;
    line-height: initial;
    position: relative;
    box-sizing: border-box;
}
.product_top_right .ask-a-question:before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 20px;
    top: 1px;
    line-height: 32px;
    font-size: 20px;
}
.product_top_right .product-short-description {
    color: #666;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    float: left;
}
.product_top_right .position_ontop {
    width: 100%;
    overflow: hidden;
}
.product_top_right .position_ontop span.vm-cmv-label {
    display: block;
    font-family: 'Roboto-Bold';
    padding-bottom: 2px;
}
.product_top_right .position_ontop span.product-fields-title {
    line-height: 24px;
}
.product_top_right .position_ontop select{
    min-width: initial;
    width: 200px;
    height: 40px;
    background: #d8d7d7 url(../images/select_bott.png) no-repeat center right 15px;
    border: 0;
    font-size: 14px;
    color: #555555;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.product_top_right .position_ontop label {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
@media screen and (max-width:1199px){
	.product_top_left {
		width: 290px;
	}
	.product_top_right {
		width: 300px;
	}
}
@media screen and (max-width:959px){
	.product_top_right {
		width: 400px;
	}
}
@media screen and (max-width:767px){
	.product_top_left, .product_top_right {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.product_top_right h1 {
		font-size: 16px;
		line-height: 1;
		padding: 15px 0;
	}
}
@media screen and (max-width:479px){
	.product_top {
		padding: 10px 0;
	}
	.product_top_left, .product_top_right {
		padding: 0 10px;
	}
}
.product_nav {
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    width: 100%;
    float: left;
}
.product_nav ul li {
    float: left;
    padding-right: 30px;
}
.product_nav ul li a{
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    color: #222;
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid transparent;
	margin-bottom:-1px;
}
.product_nav ul li a:hover, .product_nav ul li a.active{
    color: #64c0d1;
    border-bottom: 1px solid #64c0d1;
}
.product_nav ul li a.active{
	cursor: default;
}
.product_bottom {
    width: calc(100% - 40px);
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}
.product_bottom .product_nav_text{
	display:none;
}
.product_bottom .product_nav_text.active{
	display:block;
}
.product_bottom .product_nav_text p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
    color: #333;
}
.product_bottom .product_nav_text p span{font-family: 'Roboto-Bold';}
.product_bottom .product_nav_text ul{
    list-style-type: disc;
    color: #64c0d1;
    padding-left: 16px;
}
.product_bottom .product_nav_text ul li{
    color: #333;
    padding-bottom: 12px;
}
.product_bottom .product_nav_text h2, .product_bottom .product_nav_text h3, .product_bottom .product_nav_text h4, .product_bottom .product_nav_text h5{
    padding-bottom: 12px;
}
@media screen and (max-width:767px){
	.product_bottom .product_nav_text h2, .product_bottom .product_nav_text h3, .product_bottom .product_nav_text h4, .product_bottom .product_nav_text h5 {
		padding-bottom: 5px;
	}
}
@media screen and (max-width:479px){
	.product_bottom {
		width: calc(100% - 20px);
		padding: 10px;
		margin-bottom: 10px;
	}
}
/* article_zakaz */
.article_zakaz{
    width: 100%;
    height: 250px;
    padding-bottom: 30px;
    background: url(../images/bg_form.jpg) no-repeat;
    background-size: auto 249px;
}
.article_zakaz .webfactor_static_form.webfactor_default {
    float: right;
    width: 268px;
    margin-right: 10px;
    display: flex;
    height: 250px;
}
.article_zakaz .webfactor_default form.ajaxWebfactorForm {
    padding: 14px 15px;
    margin: auto;
    background: rgba(0,0,0,0.6);
    width: 100%;
}
.article_zakaz .webfactor_default form input[type="text"], .article_zakaz .webfactor_default form input[type="tel"], .article_zakaz .webfactor_default form input[type="email"] {
    padding: 0 10px;
    height: 30px;
    background: #fff;
    border: 0;
    border-radius: 4px;
	margin-bottom: 6px;
}
.article_zakaz .webfactor_default form textarea{
    padding: 8px 10px 0;
    height: 30px;
    margin: 0 0 6px;
    background: #fff;
    border: 0;
    border-radius: 4px;
}
.article_zakaz .webfactor_default form input[type="submit"] {
    background: #64c0d1;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    float: right;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}
.article_zakaz .webfactor_default form input[type="submit"]:hover{
	opacity: .8;
}
@media screen and (max-width:1199px){
.article_zakaz {
    width: 100%;
    height: initial;
    padding-bottom: 30px;
    background: transparent;
    overflow: hidden;
}
.article_zakaz .webfactor_static_form.webfactor_default {
    width: 100%;
    margin-right: 0;
    display: block;
    height: initial;
}
.article_zakaz .webfactor_default .webfactor_predtext {
    display: block;
    padding: 0;
}
.article_zakaz .webfactor_default .webfactor_predtext img{
    display: block;
}
.article_zakaz .webfactor_default form.ajaxWebfactorForm {
    padding: 15px;
    margin: auto;
    background: rgba(0,0,0,0.8);
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.article_zakaz .webfactor_default form input[type="text"], .article_zakaz .webfactor_default form input[type="tel"], .article_zakaz .webfactor_default form input[type="email"] {
    height: 40px;
    margin-bottom: 10px;
}
.article_zakaz .webfactor_default form textarea {
    padding: 8px 10px 0;
    height: 60px;
}
}



/* cart */
#bypv_cart div.cart_block {
    margin: 0 0 10px 0;
}
#bypv_cart #bypv_cart_product_list h2{
    padding: 0;
    color: #454545;
}
#bypv_cart fieldset.clean {
    border: 1px solid #e8e3e3;
}
#bypv_cart div.cart_block > fieldset {
    padding: 0;
}
#bypv_cart table.summary_table {
    border: 0;
}
#bypv_cart #bypv_cart_product_list #cart_product_table thead {
    background: #222;
}
#bypv_cart #bypv_cart_product_list #cart_product_table thead th{
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    font-weight: 300;
    background: transparent;
}
#bypv_cart #bypv_cart_product_list #cart_product_table tr.product, #bypv_cart #bypv_cart_product_list #cart_product_table tr.product td{
    border-bottom: 1px solid #e8e3e3;
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.name {
    padding: 10px;
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.name .product_name a{
    color: #222;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    margin-left: 10px;
    display: block;
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.name .product_name a:hover{
    color: #64c0d1;
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.name span.custom_fields {
    font-size: 12px;
    color: #222;
    padding-left: 10px;
    display: block;
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.quantity input.bypv_quantity{
    height: 38px;
    width: 38px;
    text-align: center;
    font-weight: 700;
    padding: 1px;
    background: #fff;
    border: solid #CAC9C9 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #777;
    float: left;
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.quantity input.image_button{
    height: 18px;
    width: 19px;
    border: solid #CAC9C9 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.quantity .bypv_quantity_controls {
    float: left;
    padding-left: 2px;
    display: block;
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.quantity input.bypv_quantity_plus{
    background: #fff url(../images/arrow_top.png) no-repeat center top 4px;
    background-size: 13px;
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.quantity input.bypv_quantity_minus{
    background: #fff url(../images/arrow_bott.png) no-repeat center top 5px;
    background-size: 13px;
}
#bypv_cart #bypv_cart_product_list #cart_product_table tfoot .total td.total_incl_tax{
	color: #ff0000;
}
#bypv_cart div.bypv_product_quantity {
    display: table;
    margin: 0 auto;
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.discount, #bypv_cart #bypv_cart_product_list #cart_product_table .product td.total_incl_tax{
    color: #222;
    font-size: 14px;
    padding-right: 5px;
    font-family: 'Roboto-Bold';
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.total_incl_tax{
    color: #64c0d1;
    font-size: 14px;
    font-family: 'Roboto-Bold';
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.drop {
    padding: 10px;
}
#bypv_cart #bypv_cart_product_list #cart_product_table .product td.drop .bypv_product_remove{
    background: url(../images/delete.png) no-repeat center top;
    background-size: 100%;
    border: 0;
    width: 16px;
    height: 20px;
    margin: 0 10px 0 20px;
}
#bypv_cart #bypv_cart_product_list #cart_product_table tfoot td{
    color: #222;
    font-size: 14px;
    padding: 7px 10px;
    font-family: 'Roboto-Bold';
}
#bypv_cart #bypv_cart_product_list #cart_product_table tfoot .total td.label, #bypv_cart #bypv_cart_product_list #cart_product_table tfoot .subtotal td.label, #bypv_cart #bypv_cart_product_list #cart_product_table tfoot td label{
     font-family: 'Roboto-Regular';
	 font-weight: initial;
}
#bypv_cart #bypv_cart_product_list #cart_product_table tfoot td.total_incl_tax{
    color: #64c0d1;
    font-size: 14px;
    font-family: 'Roboto-Bold';
}
#bypv_cart #bypv_cart_product_list #cart_product_table tfoot tr, #bypv_cart #bypv_cart_product_list #cart_product_table tfoot .total td{
    border-top: solid #e8e3e3 1px;
}
#bypv_cart #bypv_cart_product_list #cart_product_table tfoot tr.subtotal{
    border-top: solid #e8e3e3 0;
    display: none;
}
#bypv_cart table.summary_table tfoot tr.total td {
    background-color: transparent;
    border: 0;
    font-family: 'Roboto-Bold';
}
#bypv_cart div#cart_customer, #bypv_cart div#bypv_cart_fields{
    width: 100%;
    margin-bottom: 10px;
}
#bypv_cart #cart_customer .address_block {
    width: 100%;
    margin: 0;
}
#bypv_cart #cart_customer h2, #bypv_cart #bypv_cart_fields h2{
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    font-weight: 300;
    background: #222;
    line-height: initial;
    margin: 0;
}
#bypv_cart #cart_customer fieldset fieldset.clean {
    border: 0;
}
#bypv_cart #cart_customer .delimiter_billto_group, #bypv_cart #cart_customer .none_group {
    padding: 20px 20px 10px;
}
#bypv_cart #cart_customer table {
    width: 100%;
}
#bypv_cart #cart_customer td.label {
    color: #222;
    font-size: 14px;
}
#bypv_cart #cart_customer input{
    font-size: 14px;
    padding: 12px 10px;
    background: rgba(66, 68, 67, 0.3);
    color: #000;
    border-radius: 4px;
    border: 2px solid transparent;
    border-bottom: 2px solid #7a8188;
    margin-bottom: 10px;
}
#bypv_cart #cart_customer input:focus{
    border: 2px solid #64c0d1;
}
#bypv_cart div#bypv_cart_fields table textarea{
    font-size: 14px;
    padding: 12px 10px;
    background: rgba(66, 68, 67, 0.3);
    color: #000;
    height: 100px;
    margin-top: 14px;
    border-radius: 4px;
    border: 2px solid transparent;
    border-bottom: 2px solid #7a8188;
    margin-bottom: 10px;
}
#bypv_cart div#bypv_cart_fields table textarea:focus{
    border: 2px solid #64c0d1;
}
#bypv_cart div#cart_panel{
    width: 100%;
}
#bypv_cart div#cart_panel div.cart_block {
    margin: 0;
}
#bypv_cart #cart_panel h2{
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    font-weight: 300;
    background: #222;
    line-height: initial;
    margin: 0;
}
#bypv_cart #cart_panel fieldset.clean {
    border: 0;
}
#bypv_cart #cart_panel fieldset fieldset.clean {
    padding: 20px;
    border: 0;
}
#bypv_cart #cart_panel ul.clean > li {
    color: #222;
    font-size: 14px;
}
#bypv_cart #cart_panel #bypv_cart_payments, #bypv_cart #cart_panel #bypv_cart_shipments {
    border: 1px solid #e8e3e3;
}
#bypv_cart #cart_panel #bypv_cart_shipments, #bypv_cart #cart_panel #bypv_cart_payments {
    margin-bottom: 10px;
}
#bypv_cart #cart_buttons{
    margin: 0;
    padding: 30px 0 50px;
}
#bypv_cart #cart_buttons fieldset.clean {
    border: 0;
}
#bypv_cart #cart_buttons input.text_button{
    background-color: #20ce36;
    font-family: 'Roboto-Bold';
    padding: 3px 0 0;
    font-size: 16px;
    height: initial;
    line-height: 45px;
    margin-top: 6px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 5px;
    width: 300px;
    color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
#bypv_cart #cart_buttons input.text_button:hover{
    border-bottom: 3px solid #0da520;
}
#bypv_cart div.cart_toolbar {
    display: none;
}
#bypv_cart div#bypv_cart_fields table td.label {
    width: 40%;
}
.bypv_cart_payments_info, .bypv_cart_shipments_info {
    display: none;
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}
.stranapoluchetalya_field, .email_field, .indexpoluchetalye_field, .adressng_field, .Adresotdeleniaperevozchika_field{
	display: none;
}
.vm-order-done .post_payment_payment_name, .vm-order-done .post_payment_order_number, .vm-order-done .post_payment_order_total{
    color: #222;
    font-size: 16px;
    padding: 7px 0;
    font-family: 'Roboto-Bold';
}
.vm-order-done .post_payment_payment_name .post_payment_payment_name_title, .vm-order-done .post_payment_order_number .post_payment_order_number_title, .vm-order-done .post_payment_order_total .post_payment_order_total_title{
    font-family: 'Roboto-Regular';
}
.vm-order-done .post_payment_order_total{
    color: #64c0d1;
}
.vm-order-done .post_payment_order_total .post_payment_order_total_title{
    color: #222;
    font-family: 'Roboto-Regular';
}
.vm-order-done .vm-button-correct{
    display: inline-block;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border: 0;
    font-family: 'Roboto-Bold';
    padding: 3px 0 0;
    font-size: 16px;
    line-height: 45px;
    width: 300px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    background-color: #64c0d1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    letter-spacing: initial;
    text-decoration: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	margin-top:20px;
}
.vm-order-done .vm-button-correct:hover{
    border: 0 solid transparent;
    border-bottom: 3px solid #ea3f09;
    background-color: rgb(44, 165, 187);
    border-color: rgb(10, 134, 156);
}
.order_zakaz table{
      width: 100%;
}
.order_zakaz table th, .order_zakaz table td{
    color: #222;
	font-size:14px;
	padding:10px;
    border: 1px solid #e8e3e3;
}
.order_zakaz table th, .order_zakaz table td.orders-key, .order_zakaz table td strong{
    font-family: 'Roboto-Bold';
}
.order_zakaz table a{
    color: #222;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}
.order_zakaz table a:hover{
    color: #e5322d;
}
.order_zakaz .line-through {
    color: gray;
    font-size: 14px;
}
.order_zakaz #ui-tabs ul#tabs {
    padding: 16px 0 0;
}
.order_zakaz #ui-tabs ul#tabs li{
    float: left;
    text-align: center;
    border: 2px solid #222;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 30px;
    background: transparent;
    font-family: 'Roboto-Bold';
    color: #222;
    line-height: 30px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.order_zakaz #ui-tabs ul#tabs li:hover, .order_zakaz #ui-tabs ul#tabs li.current{
    background: #222;
    color: #fff;
}
.order_zakaz #ui-tabs .tabs {
    padding: 20px 0;
}
.product_nav_text table {
    width: 100%;
    border: 1px solid #f1f1f1;
}
.product_nav_text table th, .product_nav_text table td {
    border: 1px solid #f1f1f1;
    padding: 10px;
}
.product_nav_text table tr th, .product_nav_text table tr td:nth-child(1){
    font-family: 'Roboto-Bold';
}
.zakaz_bott{
    height: 266px;
	background-position: center top;
	background-repeat: no-repeat;
}
.zakaz_bott p {
    font-family: 'Roboto-Bold';
    color: #fff;
    font-size: 20px;
    padding: 110px 0 24px 400px;
    text-transform: uppercase;
}
.zakaz_bott p span {
	display: block;
}
.zakaz_bott ul {
    padding-left: 400px;
}
.zakaz_bott ul li {
	float: left;
	padding-right: 20px;
}
.zakaz_bott ul li a {
    height: 45px;
    line-height: 45px;
    display: block;
    border: 1px solid;
    border-radius: 25px;
    color: #fff;
    letter-spacing: .5px;
    position: relative;
    padding: 0 24px 0 52px;
    box-sizing: border-box;
}
.zakaz_bott ul li a i {
    font-size: 24px;
    position: absolute;
    left: 16px;
    line-height: 45px;
}
@media screen and (max-width:1199px){
	.zakaz_bott p {
		padding: 98px 0 24px 300px;
	}
	.zakaz_bott ul {
		padding-left: 300px;
	}
}
@media screen and (max-width:959px){
	.zakaz_bott {
		height: 166px;
		background-size: auto 166px;
	}
	.zakaz_bott p {
		font-size: 20px;
		padding: 56px 0 10px;
		text-align: center;
		text-transform: initial;
	}
	.zakaz_bott ul {
		padding-left: 0;
		display: table;
		margin: auto;
	}
	.zakaz_bott ul li {
		padding: 0 10px;
	}
	.zakaz_bott ul li a {
		height: 32px;
		line-height: 32px;
	}
	.zakaz_bott ul li a i {
		font-size: 18px;
		line-height: 32px;
	}
}
@media screen and (max-width:767px){
	.zakaz_bott {
		height: initial;
		padding-bottom: 15px;
		background: #108edb !important;
	}
	.zakaz_bott p {
		font-size: 16px;
		padding: 10px 50px;
		letter-spacing: .5px;
	}
	.zakaz_bott ul li {
		padding: 0 5px;
	}
	.zakaz_bott ul li a {
		padding: 0 13px 0 36px;
		font-size: 12px;
	}
	.zakaz_bott ul li a i {
		left: 10px;
	}
}
@media screen and (max-width:479px){
	.zakaz_bott p {
		padding: 10px 0;
	}
	.zakaz_bott ul li a {
		padding: 0 18px;
		font-size: 0;
		text-align: center;
	}
	.zakaz_bott ul li a i {
		left: initial;
		position: relative;
	}
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: #333;
}
.foot_top {
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 20px;
}
.foot_left {
    float: left;
    width: 300px;
    color: #e7e6e6;
}
.foot_logo{
    color: #e7e6e6;
    font-size: 12px;
    display: inline-block;
    line-height: 14px;
}
.foot_logo img {
    width: 64px;
    margin-right: 5px;
    float: left;
}
.foot_logo span {
    margin-top: 10px;
	float: left;
}
.foot_logo span span{
    display: block;
    float: none;
    font-family: 'Roboto-Bold';
    font-size: 35px;
    letter-spacing: 2px;
    color: #4cb3c5;
    line-height: 28px;
    margin-top: 0;
    padding-bottom: 4px;
}
.foot_info {
    line-height: 26px;
    padding: 15px 0 5px;
    width: 100%;
    float: left;
}
.foot_info li {
    padding-bottom: 6px;
}
.foot_info li:before {
    font-family: 'Font Awesome 5 Pro';
    color: #64c0d1;
    float: left;
    font-size: 18px;
    width: 24px;
    text-align: center;
    margin-right: 5px;
}
.foot_info li.foot_add:before {
    content: "\f3c5";
}
.foot_info li.foot_tel:before {
    content: "\f095";
}
.foot_info li.foot_mail:before {
    content: "\f0e0";
}
.foot_app li {
    float: left;
    padding-right: 12px;
}
.foot_app li a {
    font-size: 30px;
}
.foot_app li a .fa-youtube-square {
    color: #fe0002;
}
.foot_app li a .fa-facebook-square {
    color: #3b589e;
} 
.foot_app li a .fa-instagram {
    color: #d91c75;
}
.foot_app li a:hover i{
	color:#e7e6e6;
}
.foot_menu {
    float: left;
    padding-left: 100px;
}
.foot_menu_title {
    font-family: 'Roboto-Bold';
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.foot_menu img{
	display: none;
}
.foot_menu span, .foot_menu a {
    color: #e7e6e6;
    padding: 5px 0;
    display: inline-block;
}
.foot_menu .active span, .foot_menu span:hover, .foot_menu .active a, .foot_menu a:hover {
    color: #06a6c4;
}
.foot_bott{
    color: #e7e6e6;
    padding: 10px 0;
    font-size: 12px;
    background: #262525;
    text-align: center;
}
@media screen and (max-width:1199px){
	.foot_menu {
		padding-left: 80px;
	}
}
@media screen and (max-width:959px){
	.foot_menu#foot_menu_2{
		display: none;
	}
}
@media screen and (max-width:767px){
	.foot_menu {
		display: none;
	}
	.foot_left {
		width: 100%;
	}
	.foot_logo {
		display: table;
		margin: 0 auto;
	}
	.foot_info {
		width: initial;
		float: none;
		display: table;
		margin: auto;
		text-align: center;
	}
	.foot_info li:before {
		float: initial;
		margin-right: 8px;
	}
	.foot_app {
		display: table;
		margin: auto;
	}
	.foot_app li {
		padding: 0 6px;
	}
}

.quick_order {
    display: none;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(119, 119, 119, .7);
}
.quick_order.active {
    display: flex;
}
.quick_order>.webfactor_default {
    margin: auto;
}
.quick_order .webfactor_static_form {
    box-sizing: border-box;
    padding: 6px 20px 20px;
    background: #fff;
    max-width: 380px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.quick_order .webfactor_default .webfactor_predtext {
    display: block;
    font-family: 'Roboto-Bold';
    font-size: 18px;
	color: #333;
}
.quick_order .webfactor_default .webfactor_predtext span{
    display: block;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    text-transform: uppercase;
}
.quick_order .quick_order_clos {
    color: #333;
    font-size: 0;
    position: absolute;
    top: -25px;
    right: -18px;
    cursor: pointer;
}
.quick_order .quick_order_clos:hover {
    color: #ff0000;
}
.quick_order .quick_order_clos:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    content: "\f00d";
}
.quick_order .webfactor_default input[type="tel"], .quick_order .webfactor_default input[type="text"]{
    margin: 0 0 15px;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
}
.quick_order .webfactor_default form.ajaxWebfactorForm textarea {
    margin: 0 0 15px;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
}
.quick_order .webfactor_default input[type="submit"] {
    letter-spacing: 1px;
    font-family: 'Roboto-Bold';
    background: #f33924;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    height: initial;
    margin: 0;
}
.quick_order .webfactor_default input[type="submit"]:hover {
    opacity: .8;
}
.quick_order .webfactor_ok {
    height: 330px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
}
.quick_order .webfactor_ok p {
    width: 100%;
}
.quick_order .webfactor_ok p i {
    font-size: 50px;
    margin: 20px 0;
    color: #2ca5bb;
}
.vm-pagination-bottom {display:block !important;}