body{
    font-family: Arial;
    font-size: 14px;
    background: #ffffff;
    counter-reset: motive-counter;
}
a{
    color: #428bca;
}
/* h2, .h2 {
	font-size: 12px;
} */
h5{
    font-weight: bold;
}
label{
    font-weight: normal;
    font-size: 12px;
}
.close,
.close:hover,
.close:focus{
    opacity: 1;
	}

input[type="text"],
input[type="email"],
input[type="password"]{
    height: 27px;
    padding: 0px 5px;
    line-height: 27px;
    font-size: 12px;
    color: #576169;
    border: 1px solid #9d9d9d;
    margin-right: 5px;
    border-radius: 0px;
}
.btn{
    font-size: 13px;
}
textarea, textarea.form-control{
    padding: 3px 5px;
    font-size: 12px;
    color: #576169;
    border: 1px solid #9d9d9d;
    border-radius: 0px;
}
.registerForm input[type="text"],
.registerForm input[type="password"],
.registerForm textarea,
.registerForm select{
    color: #585858;
    font-style: italic;
    font-size: 12px;
    font-family: Arial;
}
.error_block{
    color: #ed0b12;
}
.error_flag{
    display: none;
}

#add_to_cart{
    position: fixed;
    width: 300px;
    height: 120px;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -150px;
    background: #03335a;
    color: #ffffff;
    text-align: justify;
    padding: 0px 20px;
}
#add_to_cart h3{
    text-align: center;
    font-size: 20px;
    margin: 20px 0 30px;
}
#add_to_cart a{
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
}
#add_to_cart span{
    width: 100%;
    display: inline-block;
}


header{
    color: #ffffff;
    margin-bottom: 20px;
}
header a{
    color: #ffffff;
}
.line1{
    background: #03335a;
    height: 40px;
    line-height: 34px;
}
.line2{
    background: url('img/line2.jpg') no-repeat center center #225378;
    height: 117px;
    padding-top: 32px;
}
.line3{
    background: #1695a3;
    height: 55px;
}

.authNav ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.authNav ul li{
    margin: 0 35px 0 0;
    display: inline-block;
}
.authNav ul li a{
    line-height: 17px;
    text-decoration: none;
    display: block;
}
.authNav ul li a:before{
    display: inline-block;
    content: "";
    background: url('img/authLink.png') no-repeat;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-right: 5px;
}

.pay-system{ display: flex; align-items: center; margin-top: 100px; }
.pay-system img{ height: 16px; margin-left: 12px; }

@media (max-width: 365px) {
	.authNav ul li a:before {
		display: none;
	}
}

.authNav ul li a:hover{
    color: #eb7f00;
    text-decoration: none;
}
.authNav ul li a:hover:before{
    background-position: -17px 0px;
}

.statText{
    font-weight: bold;
}
.statText span{
    color: #eb7f00;
}

.dropdownBlock{
    border-left: 1px solid #214969;
    border-right: 1px solid #214969;

    background-image: -webkit-linear-gradient(left, color-stop(#124268 0%), color-stop(#03335a 100%));
    background-image: -webkit-linear-gradient(top, #124268 0%, #03335a 100%);
    background-image:         linear-gradient(to bottom, #124268 0%, #03335a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff124268', endColorstr='#ff03335a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    padding: 0 20px;
}
.dropdownBlock label{

}
.cpt_currency_selection{
    text-align: left;
    padding: 0px;
}

.motivation{
    border: 3px solid #1695a3;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin-top: -9px;
    padding-top: 7px;
    padding-bottom: 10px;
}
.motivation a{
    display: block;
}
.motivation a:hover{
    color: #ffffff;
    text-decoration: none;
}
.motivation span{
    color: #eb7f00;
    display: block;
}

.phoneBlock{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.phoneBlock span{
    color: #eb7f00;
}
.emailBlock{
    font-size: 18px;
    font-style: italic;
}
.emailBlock a{
    color: #ffffff;
    text-decoration: underline;
}
.emailBlock a:hover{
    text-decoration: none;
}

.workDays{
    background: url('img/workDays.png') no-repeat;
    padding-top: 20px;
    margin-top: 2px;
    width: 220px;
    display: inline-block;
    text-align: left;
}
.workDays span{
    font-size: 14px;
    font-style: italic;
    color: #eb7f00;
    white-space: nowrap;
    display: inline-block;
    margin-top: 2px;
}
.workDays span:first-child{
    color: #ffffff;
    margin-right: 9px;
}


.motiveHeader{
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    color: #eb7f00;
    border-bottom: 3px solid #d3d7db;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 100px;
}
.motiveHeader span{
    position: absolute;
    bottom: -12px;
    left: 0px;
    width: 100%;
    display: block;
    font-size: 24px;
    color: #000000;
}
.motiveHeader span b{
    display: inline-block;
    background: #fff;
    padding: 0 25px;
}
.motiveItem{
    counter-increment: motive-counter;
}
.motiveItem h4:after{
    content: counter(motive-counter);
    position: absolute;
    top: 0px;
    font-size: 80px;
    font-weight: bold;
    line-height: 86px;
    color: #d3d7db;
}
.motiveItem h4{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 100px;
    position: relative;
}
.motiveItem h4 span{
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
    color: #959595;
}
.motiveItem h4 span a{
    color: #03335a;
    text-decoration: underline;
}
.motiveItem h4 span a:hover{
    color: #428bca;
    text-decoration: none;
}
.motive1 h4{
    background-image: url("img/motive1.png");
}
.motive2 h4{
    background-image: url("img/motive2.png");
}
.motive3 h4{
    background-image: url("img/motive3.png");
}
.motive4 h4{
    background-image: url("img/motive4.png");
}
.motive5 h4{
    background-image: url("img/motive5.png");
}
.motive6 h4{
    background-image: url("img/motive6.png");
}
.motive7 h4{
    background-image: url("img/motive7.png");
}
.motive8 h4{
    background-image: url("img/motive8.png");
}
.motive9 h4{
    background-image: url("img/motive9.png");
}
.motive10 h4{
    background-image: url("img/motive10.png");
}
.motive11 h4{
    background-image: url("img/motive11.png");
}
.motive12 h4{
    background-image: url("img/motive12.png");
}
.motive2,
.motive4,
.motive6,
.motive8,
.motive10,
.motive12{
    margin-top: 133px;
}

.motive3,
.motive5,
.motive7,
.motive9,
.motive11{
    margin-top: -39px;
}
.motive1 h4:after,
.motive3 h4:after,
.motive5 h4:after,
.motive7 h4:after,
.motive9 h4:after,
.motive11 h4:after{
    right: 40px;
}
.motive2 h4:after,
.motive4 h4:after,
.motive6 h4:after,
.motive8 h4:after,
.motive10 h4:after,
.motive12 h4:after{
    left: 40px;
}

.motives{
    margin: 30px 0 0 0;
}
.motives > div{
    display: inline-block;
	/*
    width: 115px;
	*/
    width: calc(100% / 6 - 5px);	
    vertical-align: top;
    padding-top: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}
.motives .m6{
    background: url("img/motive6.png") no-repeat center top;
    background-size: 42px 42px;
}
.motives .m3{
    background: url("img/motive3.png") no-repeat center top;
    background-size: 42px 42px;
}
.motives .m2{
    background: url("img/motive2.png") no-repeat center top;
    background-size: 42px 42px;
}
.motives .m4{
    background: url("img/motive4.png") no-repeat center top;
    background-size: 42px 42px;
}
.motives .m13{
    background: url("img/motive13.png") no-repeat center top;
    background-size: 42px 42px;
}
.motives .m14{
    background: url("img/motive13.png") no-repeat center top;
    background-size: 42px 42px;
}
.motives > div.fin{
    content: "";
    display: inline-block;
    width: 100%;
    padding: 0px;
    height: 20px;
}


#mainNav .cpt_divisions_navigation{
    padding: 0px;
}
#mainNav,
#footerNav2{
    height: 55px;
}
#mainNav ul,
#footerNav2 ul{
    margin: 0px;
    padding: 0px;
    text-align: justify;
    list-style: none;
}
#mainNav ul:after,
#footerNav2 ul:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 0px;
}
#mainNav ul > li,
#footerNav2 ul > li{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    line-height: 55px;
    float: none;
}
#mainNav ul > li > a,
#footerNav2 ul > li > a{
    font-size: 14px;
    color: #ffffff;
}
#mainNav ul > li > a:before,
#footerNav2 ul > li > a:before{
    content: "";
    display: inline-block;
    vertical-align: baseline;
    background: url('img/menuSprite.png') no-repeat;
    position: relative;
    margin-right: 3px;
}
#mainNav ul > li.menuItem-main > a:before,
#footerNav2 ul > li.menuItem-main > a:before{
    width: 15px;
    height: 13px;
    background-position: 0 -3px;
}
#mainNav ul > li.menuItem-main > a:hover:before,
#footerNav2 ul > li.menuItem-main > a:hover:before{
    background-position: 0 -20px;
}
#mainNav ul > li.menuItem-price > a:before,
#footerNav2 ul > li.menuItem-price > a:before{
    width: 12px;
    height: 15px;
    background-position: -15px -1px;
}
#mainNav ul > li.menuItem-price > a:hover:before,
#footerNav2 ul > li.menuItem-price > a:hover:before{
    background-position: -15px -18px;
}
#mainNav ul > li.menuItem-soft > a:before,
#footerNav2 ul > li.menuItem-soft > a:before{
    width: 16px;
    height: 17px;
    background-position: -26px 0px;
    top: 3px;
}
#mainNav ul > li.menuItem-soft > a:hover:before,
#footerNav2 ul > li.menuItem-soft > a:hover:before{
    background-position: -26px -17px;
}
#mainNav ul > li.menuItem-payment > a:before,
#footerNav2 ul > li.menuItem-payment > a:before{
    width: 17px;
    height: 14px;
    background-position: -42px -2px;
    top: 2px;
}
#mainNav ul > li.menuItem-payment > a:hover:before,
#footerNav2 ul > li.menuItem-payment > a:hover:before{
    background-position: -42px -19px;
}
#mainNav ul > li.menuItem-forum > a:before,
#footerNav2 ul > li.menuItem-forum > a:before{
    width: 13px;
    height: 13px;
    background-position: -72px -3px;
    top: 2px;
}
#mainNav ul > li.menuItem-forum > a:hover:before,
#footerNav2 ul > li.menuItem-forum > a:hover:before{
    background-position: -72px -20px;
}
#mainNav ul > li.menuItem-contacts > a:before,
#footerNav2 ul > li.menuItem-contacts > a:before{
    width: 11px;
    height: 13px;
    background-position: -84px -3px;
    top: 1px;
}
#mainNav ul > li.menuItem-contacts > a:hover:before,
#footerNav2 ul > li.menuItem-contacts > a:hover:before{
    background-position: -84px -20px;
}
#mainNav ul > li.menuItem-sale > a:before,
#footerNav2 ul > li.menuItem-sale > a:before{
    width: 12px;
    height: 13px;
    background-position: -111px -4px;
    top: 1px;
}
#mainNav ul > li.menuItem-sale > a:hover:before,
#footerNav2 ul > li.menuItem-sale > a:hover:before{
    background-position: -111px -21px;
}
#mainNav ul > li.menuItem-blog > a:before,
#footerNav2 ul > li.menuItem-blog > a:before{
    width: 15px;
    height: 14px;
    background-position: -95px -3px;
    top: 1px;
}
#mainNav ul > li.menuItem-blog > a:hover:before,
#footerNav2 ul > li.menuItem-blog > a:hover:before{
    background-position: -95px -20px;
}
#mainNav ul > li.menuItem-vacancies > a:before,
#footerNav2 ul > li.menuItem-vacancies > a:before{
    width: 13px;
    height: 14px;
    background-position: -59px -2px;
    top: 1px;
}
#mainNav ul > li.menuItem-vacancies > a:hover:before,
#footerNav2 ul > li.menuItem-vacancies > a:hover:before{
    background-position: -59px -19px;
}

#mainNav ul > li > a:hover,
#footerNav2 ul > li > a:hover{
    color: #f3ffe2;
    text-decoration: none;
}



#catalogNav .cpt_category_tree{
    padding: 0px;
}
#catalogNav .cpt_category_tree .bullet{
    display: none;
}
#catalogNav .cpt_category_tree .tab{
    float: left;
    display: block;
    width: 25px;
    height: 34px;
}
#catalogNav{
    border-radius: 3px;
    background: #255e88;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
             box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    margin-bottom: 20px;
}
#catalogNav .navbar-collapse{
    max-height: none;
}
#catalogNav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#catalogNav .cpt_category_tree ul li{
    padding: 0px;
}
#catalogNav ul > li {
    border-bottom: 1px solid #19496e;
    border-top: 1px solid #366890;
    position: relative;
}
#catalogNav ul > li:first-child{
    border-top: none;
}
#catalogNav ul > li:last-child{
    border-bottom: none;
}
#catalogNav ul > li > a{
    color: #ffffff;
    display: block;
    padding: 7px 10px 7px 30px;
}
#catalogNav ul > li > a:before{
    background: url('img/catalogArr.png') no-repeat 0px 0px;
    content: "";
    display: inline-block;
    width: 21px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -4px;
}
#catalogNav ul > li > a:hover{
    background-image: -webkit-linear-gradient(left, color-stop(#427caa 0%), color-stop(#265f89 100%));
    background-image: -webkit-linear-gradient(top, #427caa 0%, #265f89 100%);
    background-image:         linear-gradient(to bottom, #427caa 0%, #265f89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff427caa', endColorstr='#ff265f89', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    text-decoration: none;
}
#catalogNav ul > li.active > a:before{
    background-position: 0px -91px;
}
#catalogNav ul > li.parent{

}
#catalogNav ul > li.parent_current{

}
#catalogNav ul > li.child{
   clear: both;
   font-size: 12px;
}
#catalogNav ul > li.child a{

}
#catalogNav ul > li.child a:before{
    background: none;
}
#catalogNav ul > li.child_current{
   clear: both;
   font-size: 12px;
}
#catalogNav ul > li.child_current a{
    font-weight: bold;
    text-decoration: underline;

}
#catalogNav ul > li.child_current a:before{
    background: none;
}


#cat_path td{
    background: #f0f0f0;
    font-size: 14px;
    padding: 5px 7px;
}
#cat_path a{
    /*color: #000000; */
    text-decoration: underline;
}
#cat_path a:hover{
    text-decoration: none;
}


.page-header{
    font-size: 20px;
    border-bottom: 3px solid #d3d7db;
    margin-top: 10px;
}

.subscribeBlock{
    background: url('img/subscribeBg.png') no-repeat;
    padding: 10px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
             box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    border-radius: 3px;
    margin-bottom: 10px;
}
.subscribeBlock h3{
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
}
.subscribeBlock input[type="text"] {
    height: 27px;
    padding: 0px 5px;
    line-height: 27px;
    font-size: 12px;
    color: #576169;
    border: 1px solid #9d9d9d;
    margin-right: 5px;
}
.subscribeButton{
    background: #9f4f0f;
    color: #ffffff;
    font-size: 14px;
    height: 27px;
    padding: 0px 8px;
}
.subscribeButton:hover{
    color: #ffffff;
}

.rssLink{
    color: #576169;
    line-height: 21px;
}
.rssLink:before{
    background: url('img/rss.png') no-repeat;
    width: 22px;
    height: 22px;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
}
.rssLink:hover{
    color: #576169;
}


.searchBlock{
    background: #e8eef3;
    border: 1px solid #b0c1ce;
    padding: 15px 5px;
    margin-bottom: 25px;
}
.searchBlock .cpt_product_search form{
    padding: 0px;
}
.searchField{
    margin-bottom: 10px;
}
.searchButton,
.searchBlock .cpt_product_search input[type="submit"],
.add2cart_handler{
    background-image: -webkit-linear-gradient(left, color-stop(#0866ae 0%), color-stop(#06365c 100%));
    background-image: -webkit-linear-gradient(top, #0866ae 0%, #06365c 100%);
    background-image:         linear-gradient(to bottom, #0866ae 0%, #06365c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0866ae', endColorstr='#ff06365c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    color: #ffffff;
    height: 27px;
    line-height: 27px;
    padding: 0px 10px;
    border-radius: 3px;
    border: none;
}
.searchButton:hover,.searchButton:focus,
.searchBlock .cpt_product_search input[type="submit"]:hover,.searchBlock .cpt_product_search input[type="submit"]:focus,
.add2cart_handler:hover,.add2cart_handler:focus{
    color: #ffffff;
}
.search-note{
    color: #3c607b;
    font-size: 12px;
}
.search-note a{
    color: #3c607b;
    text-decoration: underline;
}
.search-note a:hover{
    text-decoration: none;
}
.product_info_buy .order_btn{
    font-style: normal;
    font-size: 13px;
    padding: 0 5px;
    margin: 0px;
    vertical-align: middle;
	}

#mainCarousel{
    /*height: 240px;*/
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
}
#mainCarousel .carousel-indicators{
    margin-bottom: 0px;
}
#mainCarousel .carousel-indicators li{
    border: none;
    background: #e8eef3;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: 0px;
}
#mainCarousel .carousel-indicators li.active{
    background: #225378;
}
#mainCarousel .carousel-inner{
    /*height: 238px;*/
}
#mainCarousel .carousel-inner .item{

}
#mainCarousel .carousel-inner .item img{
    width: 100%;
}
#mainCarousel .carousel-inner .item.active a:hover img{
	opacity: 0.8;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) inset;
}
#mainCarousel .carousel-inner .item.active{

}
#mainCarousel .carousel-inner .item .carousel-caption{

}
#mainCarousel .carousel-control{
    background: url('img/carouselArrow.png') no-repeat;
    width: 17px;
    height: 33px;
    top: 50%;
    margin-top: -16px;
}
#mainCarousel .carousel-control.left{
    background-position: 0px 0px;
    left: 10px;
}
#mainCarousel .carousel-control.right{
    background-position: -17px 0px;
    right: 10px;
}

.half-banner{

}
.half-banner a{
	display: block;
}
.half-banner a:hover img{

	opacity: 0.8;
	/*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);*/
}
.half-banner img{
    border: 1px solid #e3e3e3;
    width: 100%;
}


.headerLine{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    margin: 40px 0px 30px;
}
.headerLine span{
    background: #ffffff;
    position: relative;
    padding: 0px 40px;
}
.headerLine:before{
    border-top: 1px solid #e3e3e3;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    margin-top: -1px;
}

.thumbnail{
    background: #ffffff;
    position: relative;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 40px;
    height: 220px;
    -webkit-box-shadow: none;
             box-shadow: none;
}
.product-img{
    position: relative;
    border: 1px solid #e3e3e3;
    height: 162px;
}
.thumbnail img{
    width: 160px;
    height: 160px;
}
.thumbnail .product-img img{
    display:block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .product-img img{
    width: 100%;
    height: 100%;
}
.thumbnail .producters{
    /* overflow: hidden; */
    display: none;
    background: rgba(0, 143, 160, 0.75);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 160px;
    z-index: 3;
    padding: 15px 10px;
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, .26);
             box-shadow: 0 0px 7px rgba(0, 0, 0, .26);
}
.thumbnail .product-img:hover .producters{
    display: block;
}
.thumbnail .producters ul{
    list-style: none;
    padding: 0px;
}
.thumbnail .producters ul li{
    color: #eb7f00;
    font-size: 12px;
    text-transform: uppercase;
    margin: 3px 0px;
}
.thumbnail .producters ul li a{
    color: #ffffff;
    text-decoration: underline;
}
.thumbnail .producters ul li a:hover{
    text-decoration: none;
}
.thumbnail .caption{
    padding: 9px 0px;
}
.thumbnail .caption a{
    color: #576169;
	text-decoration: underline;
}
.thumbnail .caption a:hover{
    color: #576169;
	text-decoration: none;
}


.bannerLine{
    background: url('img/bannerLine.jpg') no-repeat center 0 #225378;
    color: #ffffff;
    text-align: center;
    height: 160px;
    margin: 30px 0px 40px;
}
.bannerLine h2{
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0px 10px;
}
.bannerLine h2 span{
    font-size: 40px;
    color: #ed8403;
}
.bannerLine h4{
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}


.content h1{
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 20px;
}
.content h4{
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 30px;
}
p{
    margin: 0px 0px 25px;
}


.forum_recent_topics{
    background: #f8fafb;
    padding: 20px 15px 5px;
    margin-bottom: 30px;
}
.forum_recent_topics h3{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 25px;
}
.forum_recent_topics ul{
    padding: 0px;
    list-style: none;
}
.forum_recent_topics ul li{
    margin-bottom: 25px;
}
.forum_recent_topics ul li a{
    font-weight: bold;
    color: #000000;

}
.forum_recent_topics .posted_last_date{
    color: #576169;
    margin-bottom: 5px;
}
.forum_recent_topics .posted_last_date:before{
    background: url('img/forum-date.png') no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 5px;
    margin-right: 7px;
}


.news_header{

}
.news_header h3{
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    margin: 0px 0px 25px;
}
.news_header h3 span{
    background: #ffffff;
    position: relative;
    padding: 0px 20px 0px 0px;
}
.news_header h3:before{
    border-top: 1px solid #e3e3e3;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    margin-top: -1px;
}
.cpt_news_short_list{

}
.cpt_news_short_list .news_date{
    color: #576169;
    margin-bottom: 5px;
}
.cpt_news_short_list .news_date:before{
    background: url('img/news-date.png') no-repeat;
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 5px;
    height: 11px;
    margin-right: 7px;
}
.cpt_news_short_list .news_title{
    font-weight: bold;
    margin-bottom: 25px;
}
.cpt_news_short_list .news_title a{
    color: #000000;
}
.cpt_news_short_list .news_title a:hover{
    color: #255e88;
    text-decoration: none;
}
.news_viewall1{
    margin-bottom: 20px;
}


#brandsCarousel{
    border: 1px solid #e3e3e3;
    margin-top: 50px;
}
#brandsCarousel .carousel-control{
    background: url('img/sliderControl.png');
    width: 12px;
    height: 23px;
    z-index: 2;
}
#brandsCarousel .carousel-control.left{
    background-position: 0px 0px;
    left: 40px;
}
#brandsCarousel .carousel-control.right{
    background-position: -12px 0px;
    right: 40px;
}
#brandsCarousel h1,
#brandsCarousel h2{
    display: inline-block;
    position: absolute;
    /* top: -12px; */
    top: 148px;
    left: 50%;
    margin: 0px;
    margin-left: -130px;
    padding: 0px;
    width: 260px;
    background: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
#brandsCarousel .slider-wrapper{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 160px;
}
#brandsCarousel .slider-inner{
    position: absolute;
    height: 160px;
    padding-top: 30px;
    white-space: nowrap;
}
#brandsCarousel .item{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 30px;
}
#brandsCarousel .item.active{

}
#brandsCarousel .item img{

}


footer{
    margin-top: 65px;
    background: #e8eef3;
}
footer .footerLine{
    background: #1695a3;
    margin-top: 30px;
}
footer .copyrights{
    background: #ffffff;
}
footer > .container{
    padding-top: 20px;
    border-top: 5px solid #255e88;
}

#footerNav{

}
#footerNav > ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: justify;
}
#footerNav > ul:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 0px;
}
#footerNav > ul > li{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}
#footerNav > ul > li > a{
    color: #010000;
}
#footerNav > ul ul {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px;
}
#footerNav > ul ul > li{
    margin-top: 15px;
    font-size: 14px;
}
#footerNav > ul ul > li > a{
    color: #576169;
}

.copyrights{
    padding-top: 20px;
}
.copyrights .copy{
    color: #576169;
}
.copyrights .seo{
    margin: 10px 0;
    font-size: 10px;
    line-height: 15px;
    color: #a4a8ab;
}

.borderRow{
    height: 2px;
    background: #d3d7db;
    margin: 30px 0px;
}

.cat_sections_list{
    list-style: none;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 40px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
.cat_sections_list li{
    font-size: 12px;
}
.cat_sections_list li div{
    color: #ed8302;
    display: inline-block;
    padding: 2px 5px;
}
.cat_sections_list li a{
    color: #2a638e;
    text-decoration: underline;
}
.cat_sections_list li a:hover{
    text-decoration: none;
}
.cat_sections_list li.active div{
    background: #075694;
    color: #ffffff;
}
.cat_sections_list li.active a{
    color: #ffffff;
}

#cat_product_sort{
    font-size: 12px;
    color: #576169;
}
#cat_product_sort a{
    color: #428bca;
    text-decoration: underline;
}
#cat_product_sort a:hover{
    text-decoration: none;
}


#cat_navigator{
    font-size: 12px;
}
#cat_navigator a{
    color: #428bca;
}
#cat_navigator .faq{
    background: #eb7f00;
    color: #ffffff;
    padding: 2px 6px;
}
#cat_navigator .faq b{
    font-weight: normal;
}

.productList{
    margin-top: 20px;
}
.productItem{
    margin-bottom: 14px;
}
.productItem.viewtable {
    margin-bottom: 0px;
}
.productItem .prdbrief_thumbnail{

}
.productItem .prdbrief_name{

}
.productItem .prdbrief_options{

}
.productItem .prdbrief_price{
    display: inline-block;
}
.viewtable .prdbrief_price{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	margin-left: 10px;
/* 	justify-content: center; */
}

.productItem .prdbrief_price strong{

}
.productItem .prdbrief_price sub{

}


.prd_catnumber{
    font-size: 12px;
    font-weight: bold;
}
.prdbrief_meta{
    padding-bottom: 20px;
}
.prdbrief_meta .prdbrief_price{
    background: url('img/priceIcon.png') no-repeat left 15px;
    padding: 10px 0px 10px 25px;
}
.prdbrief_meta .prdbrief_price > strong:first-child{
    display: block;
	font-size: 24px;
}
.prdbrief_meta .price_label{
    font-size: 12px;
    line-height: 36px;
    border-bottom: 1px solid #e3e3e3;
    color: #b9b9b9;
}
.prdbrief_meta .prdbrief_price strong{
    font-size: 36px;
    font-weight: bold;
    color: #eb7f00;
}
.prdbrief_item .prdbrief_price strong{
    font-size: 22px;
}
.prdbrief_meta .prdbrief_price strong b{
    font-size: 14px;
}
.prdbrief_meta .prdbrief_price .convertable,
.prdbrief_meta .prdbrief_price .convertable b{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
}
.prdbrief_meta .prdbrief_price .asymp{
    color: #000000;
    vertical-align: middle;
}
.prdbrief_meta .prdbrief_price small{
    font-size: 10px;
    color: #576169;
}
.product_addToCart{
    padding-top: 20px;
}
.product_info_description .prdbrief_price{
    padding-top: 13px;
    background-position: 0 30px;
}
.prdbrief_meta .product_addToCart .prdbrief_add2cart{
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.prdbrief_meta .prdbrief_add2cart{
    margin-top: 5px;
}
.viewtable .prdbrief_meta .prdbrief_add2cart{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
}

.prdbrief_meta .prdbrief_add2cart button,
.btn-red{
    border: none;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0px 18px 0px 12px;
    border-radius: 3px;
    background: #ED0B12; /* Old browsers */
    background: -moz-linear-gradient(top,  #ED0B12 0%, #910A0A 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED0B12), color-stop(100%,#910A0A)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ED0B12 0%,#910A0A 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ED0B12 0%,#910A0A 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ED0B12 0%,#910A0A 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ED0B12 0%,#910A0A 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED0B12', endColorstr='#910A0A',GradientType=0 ); /* IE6-9 */
    position: relative;
}
.btn-red:hover{
    color: #ffffff;
    background: #f79d0e; /* Old browsers */
    background: -moz-linear-gradient(top,  #f79d0e 0%, #f08b06 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79d0e), color-stop(100%,#f08b06)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f79d0e 0%,#f08b06 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f79d0e 0%,#f08b06 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f79d0e 0%,#f08b06 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f79d0e 0%,#f08b06 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79d0e', endColorstr='#f08b06',GradientType=0 ); /* IE6-9 */

}
.prdbrief_meta .prdbrief_add2cart button:before{
    content: url(./img/addToCart.png);
    margin-right: 10px;
    vertical-align: middle;
}
.prdbrief_meta .prdbrief_add2cart button:hover{
	background-image: url('./img/addToCartHover.png');

    background: #f79d0e; /* Old browsers */
    background: -moz-linear-gradient(top,  #f79d0e 0%, #f08b06 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79d0e), color-stop(100%,#f08b06)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f79d0e 0%,#f08b06 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f79d0e 0%,#f08b06 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f79d0e 0%,#f08b06 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f79d0e 0%,#f08b06 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79d0e', endColorstr='#f08b06',GradientType=0 ); /* IE6-9 */

}
.add2cart_fast {
    border-bottom: 1px dashed #428bca;
}
.add2cart_fast:hover{
    text-decoration: none;
    color: #428bca;
    border-bottom-color: transparent;
}


.prdbrief_item{
    margin-top: 3px;
    border: 1px solid #e3e3e3;
}
.prdbrief_item .prdbrief_thumbnail{
    padding: 10px;
    margin-right: 0px;
    border-right: 1px solid #e3e3e3;
}
.prdbrief_item .prdbrief_thumbnail img{
    /*width: 100%;*/
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.prdbrief_item .prdbrief_name {
    margin-top: 5px;
    font-size: 16px;
}
.prdbrief_item .prdbrief_name a{
    color: #428bca;
    font-weight: bold;
    text-decoration: underline;
}
.prdbrief_item .prdbrief_name a:hover{
    text-decoration: none;
}

.prdbrief_info{
    border-left: 1px solid #e3e3e3;
    margin-left: -1px;
    padding-left: 25px;
    padding-bottom: 15px;
}

.prdbrief_brief_description{
    color: #576169;
    font-size: 12px;
/* 	text-align: justify; */
}
.prdbrief_brief_description p{
    margin: 15px 0px 0px;
}

.cpt_product_name h1{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 15px;
    margin: 20px 0px 0px;
}
.cpt_product_name h1 span{
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.product_meta{

}
.product_info_code{
    padding-right: 5px;
	font-weight: bold;
}
.product_info_code > div{
    background: #f0f0f0;
    border-top: 1px solid #000;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    color: #576169;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
}
.product_info_price {
    padding: 0;
    font-size: 13px;
}
.product_info_price > div{
    background: #f0f0f0;
    border-top: 1px solid #000;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}
.product_info_price .cpt_product_price{
    display: inline-block;
    color: #eb7f00;
    font-weight: bold;
}
.product_info_buy{
    padding-left: 5px;
}
.product_info_buy > div{
    background: #f0f0f0;
    border-top: 1px solid #000;
    font-size: 12px;
    font-style: italic;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.product_info_images{
    padding-top: 40px;
    padding-right: 5px;
}
.product_info_images .cpt_product_images{
    border: 1px solid #e3e3e3;
    padding: 10px;
    width: 100%;
}
.product_info_images #img-current_picture{
    /*width: 100%;*/
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

.product_thumbnails{
    margin: 10px 0px 0px;
    width: 243px;
}
.product_thumbnails > div{
    margin-right: 5px;
    padding: 0px;
}
.product_thumbnails > div a{
    border: 1px solid #e3e3e3;
    padding: 5px;
    display: block;
}
.product_thumbnails > div img{
    width: 100%;
}
.product_info_description{
    padding-top: 5px;
    padding-left: 30px;
}
.product_info_description .cpt_product_description{
    background: #f0f0f0;
    border: 1px solid #e3e3e3;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #576169;
}
.product_info_description .cpt_product_description h1{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
}
.product_info_description .cpt_product_description h2{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 0px 0px 15px;
    color: #000000;
}
.product_info_description .cpt_product_description h3{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: bold;
}
.product_info_description .cpt_product_description h4{
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
}
.product_info_description .cpt_product_description p{
    margin-bottom: 15px;
}
.product_quest_form {

}
.product_quest_form .cpt_product_details_request{
    font-size: 12px;
}
.product_quest_form .cpt_product_details_request h2{
    font-size: 20px;
    margin-top: 0px;
}
.product_quest_form .cpt_product_details_request p{
    font-size: 12px;
    margin-bottom: 10px;
}
.product_quest_form .cpt_product_details_request .form{
    background: #e8eef3;
    padding: 15px 10px 1px;

}


.cpt_product_description{
    margin-bottom: 15px;
}
.cpt_product_description h1{
    font-size: 20px;
    font-weight: normal;
}
.cpt_product_description h2{
    font-size: 16px;
    font-weight: bold;
}
.cpt_product_description h3{
    font-size: 14px;
    font-weight: bold;
}
.cpt_product_description h4{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #000000;
}
.cpt_product_description h4:after{
    position: absolute;
    left: 0px;
    top: 50%;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    z-index: -1;
}
.cpt_product_description h4 span{
    display: inline-block;
    background: #ffffff;
    padding-right: 15px;
}
.cpt_product_description{
    color: #576169;
}

.btn-default{
    font-size: 14px;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background-image:         linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .44);
             box-shadow: 0px 1px 2px rgba(0, 0, 0, .44);
}
.btn-default:hover{

}

.inline-blocks{
    display: inline-block;
}
.currency_selection{
    color: #000000;
}

#inputCaptcha{
    height: 40px;
    font-size: 24px;
}

.asymp{
    font-size: 20px;
    vertical-align: top;
    margin: 0px 5px;
}

.body-page-404{
    background: #fbfbfb;
}
.body-page-404 #errorPage{
    width: 100%;
    min-height: 100%;
    background: url('img/404.jpg') no-repeat center 45px;
    /* padding-top: 50px; */
    font-size: 14px;
    font-family: Arial;
    line-height: 24px;
}
#errorPage a{
    color: #eb7f00;
    text-decoration: underline;
}
#errorPage a:hover{
    text-decoration: none;
}
#errorPage h1{
    margin: 80px 0px 30px;
    font: bold 30px Arial;
    line-height: 36px;

}
#errorPage p{
    margin-bottom: 50px;
}
#errorPage .cpt_product_search{

}
#errorPage .cpt_product_search input[type="submit"]{
    height: 27px;
}
#errorPage .menuWicons{
    margin-top: 40px;
    padding: 0px;
    list-style: none;
}
#errorPage .menuWicons li{
    padding-left: 25px;
    margin-bottom: 5px;
}
#errorPage .menuWicons li.main{
    background: url('img/menuWicons-main.png') no-repeat left center;
}
#errorPage .menuWicons li.forum{
    background: url('img/menuWicons-forum.png') no-repeat left center;
}
#errorPage .menuWicons li.services{
    background: url('img/menuWicons-services.png') no-repeat left center;
}
#errorPage .menuWicons li a{
    color: #000000;
    text-decoration: none;
}
#errorPage .menuWicons li a:hover{
    text-decoration: underline;
}

#errorPage .footer{
    color: #576169;
    font-size: 12px;
    margin-top: 160px;
}
#errorPage .footer .specialist{

}
#errorPage .footer .contacts{

}
#errorPage .footer .contacts .email{
    background: url('img/contacts-email.png') no-repeat left center;
    padding-left: 25px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
#errorPage .footer .contacts .email a{
    color: #576169;
    text-decoration: none;
}
#errorPage .footer .contacts .email a:hover{
    text-decoration: underline;
}
#errorPage .footer .contacts .phone{
    background: url('img/contacts-phone.png') no-repeat left center;
    padding-left: 25px;
    display: inline-block;
    vertical-align: top;
}

#errorPage .cpt_product_search form {
  margin-bottom: 1em;
}


.product_qty{
    width: 46px;
    height: 38px !important;
    vertical-align: top;
    border: 1px solid #e4e4e4 !important;
    border-radius: 3px !important;
    font-size: 16px;
    font-style: italic;
}


#cart_title{
    padding: 10px 0px;
    margin: 0 20px 20px;
    border-bottom: 3px solid #d3d7db;
}
#cart_title h2{
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin: 0px;
}
#cart_title a{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #255e88;
    text-decoration: none;
    background: url('img/back-link.png') no-repeat left center;
    padding-left: 12px;
}
#cart_body{
    margin: 0 0px;
}
#cart_body table{

}
#cart_body table tr{
    border-top: 1px solid #a0a9b7;
    border-bottom: 1px solid #a0a9b7;
    border-collapse: collapse;
}
#cart_body table thead{
    background: #d7dbe0;
}
#cart_body table thead th{
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    padding: 15px 10px;
    border-left: 1px solid #a0a9b7;
}
#cart_body table thead th:first-child{
    border-left-color: transparent;
}
#cart_body table thead th.text-center{
    text-align: center;
}
#cart_body table tbody{

}
#cart_body table tbody tr{

}
#cart_body table tbody td{
    border-left: 1px solid #a0a9b7;
    padding: 15px 10px;
}
#cart_body table tbody td:first-child{
    border-left-color: transparent;
}
.cart_order_info{
    background: #d7dbe0;
    padding: 15px;
    margin-top: 5px;
}
.cart_order_info .shipping_info{
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    color: #576169;
}
.cart_order_info .shipping_info a{
    color: #000000;
    text-decoration: underline;
}
.cart_order_info .shipping_info a:hover{
    text-decoration: none;
}
.cart_order_info .cart_total{
    line-height: 30px;
}
.cart_order_info .cart_total .rub{
    color: #576169;
}
.recalc_btn{
    background-image: -webkit-linear-gradient(left, color-stop(#7d7e7a 0%), color-stop(#5a5c5b 100%));
    background-image: -webkit-linear-gradient(top, #7d7e7a 0%, #5a5c5b 100%);
    background-image:         linear-gradient(to bottom, #7d7e7a 0%, #5a5c5b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7d7e7a', endColorstr='#ff5a5c5b', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    color: #ffffff;
    height: 27px;
    line-height: 27px;
    padding: 0px 10px;
    border-radius: 3px;
    border: none;
    margin: 10px 0 0;
}
.recalc_btn:hover{
    color: #ffffff;
}
.order_btn{
    background-image: -webkit-linear-gradient(left, color-stop(#0866ae 0%), color-stop(#06365c 100%));
    background-image: -webkit-linear-gradient(top, #0866ae 0%, #06365c 100%);
    background-image:         linear-gradient(to bottom, #0866ae 0%, #06365c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0866ae', endColorstr='#ff06365c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    color: #ffffff;
    height: 27px;
    line-height: 27px;
    padding: 0px 10px;
    border-radius: 3px;
    border: none;
    margin: 10px 0 0;
}
.order_btn:hover{
    color: #ffffff;
}

.min-width-100{
    min-width: 100px;
}
.shcart_link{
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}
.shcart_link:before{
    background: url('img/cart-icon.png') no-repeat;
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 20px;
    height: 17px;
    margin-right: 10px;
}
.shcart_link a,
.shcart_link a:hover{
    color: #ffffff;
}
#shpcrtgc{
    display: inline-block;
    vertical-align: top;
    color: #eb7f00;
    margin-left: 5px;
    line-height: 40px;
}
#shpcrtca{
    display: none;
}

#tbl-checkout-progress{
    width: 100%;
}

.feedbackBg{
    background: url('img/feedbackBg.jpg') no-repeat center top;
}
.feedbackBg form{
    width: 447px;
    margin: 0 auto;
    display: block;
}
.feedbackBg .common_wrapper{
    padding: 185px 80px 112px;
}
.feedbackBg .common_wrapper h2{
    margin: 0px 0px 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.feedbackBg .confirmationCode{
    width: 150px;
    background: none;
    border: none;
    border-bottom: 1px solid #000000;
    line-height: 40px;
    height: 40px;
    margin-left: 28px;
}
.feedbackBg .btn-default{
    background: #1695a3;
    color: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    text-shadow: none;
}

@media (max-width: 767px) {
    .statText{
        display: none;
    }
    .motivation{
        display: none;
    }
    h1{
        font-size: 20px;
    }
    .line1{
        height: auto;
    }
    .line2{
		padding-bottom: 8px;
		padding-top: 8px;
	    height: auto;	
    }	
    .line3{
        height: auto;
	    display: none;	
    }
    .product-img{
		height: 170px;
    }
    .product-img img{
		height: auto!important;
		width: auto!important;
		max-width: 100%!important;
		max-height: 100%!important;
		display: block!important;
		margin: 0 auto!important;
    }
	
    .cpt_root_categories .thumbnail .product-img img{
        width: auto;
        height: auto;
    }
    .thumbnail .producters{
        min-height: 100%;
    }
    .thumbnail{
        margin-bottom: 10px;
        height: auto;
    }
    #mainCarousel .carousel-indicators{
        display: none;
    }
    #mainNav, #footerNav2{
        height: auto;
    }
    #mainNav ul > li, #footerNav2 ul > li{
        display: block;
        line-height: 45px;
    }
    #footerNav > ul > li{
        font-size: 14px;
        margin-bottom: 25px;
    }
    #footerNav > ul ul > li{
        font-size: 12px;
    }
    #mainNav ul > li > a, #footerNav2 ul > li > a{
        font-size: 13px;
    }
    .authNav ul li{
        margin-right: 3px;
        font-size: 12px;
    }
    #logo img{
        max-width: 100%;
    }
    .phoneBlock{
		font-size: 14px;
		margin: 0px 4px 0px 0px;
		display: inline-block;
	    line-height: 14px;	
    }
	.emailBlock {
		font-size: 14px;
		font-style: italic;
		line-height: 14px;
		margin-bottom: 4px;
	}
    .workDays{
		/*
        margin-top: 20px;
        float: left;
		*/
		display: none;
    }
    .workDays:after{
        content: "";
        display: block;
        clear: both;
    }
    .workDays span{
        font-size: 12px;
    }
    .workDays span:first-child{
        margin-right: 44px;
    }
    .content h1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .content h4{
        font-size: 18px;
    }
    .forum_recent_topics h3{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .news_header h3{
        font-size: 16px;
    }
    .half-banner{
        margin-bottom: 15px;
    }
    .headerLine{
        font-size: 16px;
    }
    .headerLine span{
        padding: 0 2px;
    }
    .bannerLine{
        display: none;
    }
    .prdbrief_meta .text-right{
        text-align: left;
    }
    .prd_catnumber{
        border-bottom: 1px solid #e3e3e3;
    }
    .prdbrief_meta .prdbrief_price strong{
        font-size: 16px;
    }
    .cat_sections_list li div{
        font-size: 12px;
    }
    .prdbrief_meta > div{
        height: auto;
    }
    .price_label{
        display: block;
    }
    .prdbrief_meta .prdbrief_price{
        border: none;
    }
	.prdbrief_meta .prdbrief_price small{
		font-size: 12px;
	}
    .prdbrief_meta .prdbrief_price:first-child{
        margin: 0px;
    }
    .prdbrief_meta .prdbrief_price > strong:first-child{
        display: inline-block;
    }
    .prdbrief_meta .prdbrief_add2cart input{
        background-position: left center;
        text-indent: 0;
        width: auto;
        background-image: -webkit-linear-gradient(left, color-stop(#0866ae 0%), color-stop(#06365c 100%));
        background-image: -webkit-linear-gradient(top, #0866ae 0%, #06365c 100%);
        background-image:         linear-gradient(to bottom, #0866ae 0%, #06365c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0866ae', endColorstr='#ff06365c', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        color: #ffffff;
        height: 37px;
        line-height: 37px;
        padding: 0px 20px;
        border-radius: 3px;
        border: none;
    }
    .prdbrief_meta .prdbrief_price{
        display: inline-block;

    }
    .prdbrief_meta .prdbrief_add2cart{
        display: inline-block;
        margin-left: 15px;
    }
    .prdbrief_meta .prdbrief_add2cart button{
        font-size: 14px;
        line-height: 28px;
        height: 28px;
    }
    .prdbrief_item .prdbrief_name{
        font-size: 14px;
    }
    .product_info_code{
        white-space: normal;
        padding: 0 10px;
    }
    .product_info_price{
        padding: 0 10px;
        text-align: left;
    }
    .product_info_price > div{
        height: auto;
        min-height: 45px;
    }
    .product_info_buy{
        padding: 0 10px;
    }
    .prdbrief_meta > div:last-child{
        padding: 0 10px;
    }
	.copyrights .seo{
		font-size: 12px;
		opacity: 0.7;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .statText{
        display: none;
    }
    .motivation{
        display: none;
    }
    .product-img{
        height: 95px;
    }
    .thumbnail .producters{
        min-height: 95px;
    }
    .thumbnail{
        margin-bottom: 10px;
    }
    #footerNav > ul > li{
        font-size: 14px;
    }
    #footerNav > ul ul > li{
        font-size: 12px;
    }
    #mainNav ul > li > a, #footerNav2 ul > li > a{
        font-size: 14px;
    }
    .authNav ul li{
        margin-right: 25px;
        font-size: 12px;
    }
    #logo img{
        width: 100%;
    }
    .phoneBlock{
        font-size: 22px;
    }
    .workDays span{
        font-size: 12px;
    }
    .workDays span:first-child{
        margin-right: 44px;
    }
    .content h1{
        font-size: 27px;
        margin-bottom: 15px;
    }
    .forum_recent_topics h3{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .news_header h3{
        font-size: 16px;
    }
    .prdbrief_meta{
    }
    .prdbrief_meta .text-right{
        text-align: left;
    }
    .prd_catnumber{
        border-bottom: 1px solid #e3e3e3;
    }
    .prdbrief_meta .prdbrief_price{
        display: inline-block;

    }
    .prdbrief_meta .prdbrief_add2cart{
        display: inline-block;
        margin-left: 15px;
    }
    .prdbrief_meta .prdbrief_add2cart button{
        font-size: 14px;
        line-height: 28px;
        height: 28px;
    }
    .prdbrief_meta .prdbrief_price strong{
        font-size: 12px;
    }
    .prdbrief_meta .prdbrief_price > strong:first-child{
        display: inline-block;
    }
    .product_info_code > div{
        height: 90px;
        white-space: normal;
    }
    .product_info_price > div{
        height: 90px;
    }
    .product_info_buy > div{
        height: 90px;
    }
    .shcart_link{
        font-size: 12px;
    }
    #shpcrtgc{
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-img{
        height: 129px;
    }
    .thumbnail .producters{
        min-height: 129px;
    }
    .prdbrief_meta .prdbrief_price strong,
    .prdbrief_meta .prdbrief_price strong b{
        font-size: 12px;
    }
    .product_info_price {
        font-size: 12px;
        white-space: nowrap;
    }
    .asymp{
        font-size: 14px;
        white-space: nowrap;
    }
    .product_info_code > div{
        font-size: 12px;
    }
    #logo img{
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {

}
@media (min-width: 1600px) {

}


.searchBlock {
max-width:100%;
box-sizing:border-box;
}

.ya-site-form form {
margin:5px 15px;
}

.ya-site-form form input {
padding:5px;
margin:1px !important;
}

.ya-site-form form input[type=search] {
width:90%;
}

@media (max-width:768px) {
.ya-site-form form input[type=search] {
width:70%;
}
}

.ya-site-form form input[type=submit] {
background:#1695a3;
color:#fff;
border:none;
padding:6px 10px;
font-size:15px !important;
}

.search-note {
margin:4px 15px;
}

.search-link:hover {
cursor:pointer;
}

.goog-te-gadget-simple {
    background-color: #03335a !important;
    border-left: 1px solid #03335a !important;
    border-top: 1px solid #03335a !important;
    border-bottom: 1px solid #03335a !important;
    border-right: 1px solid #03335a !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
}

#checkout-contact-form {
  display: block;
  margin-top: 30px;
  padding: 20px;
  border:5px dashed #ccc;

}

.checkout input, .checkout select {
  padding: 3px;
  border-radius:5px;
  font-size: 14px;
  border:1px solid #ccc;
}

.checkout input {
  padding: 7px;
}

.checkout .wa-field.wa-field-firstname, .checkout .wa-field.wa-field-lastname,
.checkout .wa-field.wa-field-phone, .checkout .wa-field.wa-field-email {
  display: inline-block;
  color: #555;
}

.checkout .wa-value .field {
  display: inline-block;
  margin-top: 5px;
}

.checkout .field span {
  display: block;
color: #24465f;
}

.wa-field > .wa-name {
  color: #24465f;
}

.wa-field.wa-field-address.wa-field-address-shipping .wa-name {
  font-style: normal;
  font-size: 1.5em;
  color: #555;
}

.checkout .checkout-step input.large {
  margin-top: 25px;
  background: #255e88;
  color: #fff;
  border:none;
  padding: 7px 16px;
}

.searchBlock {
max-width:100%;
box-sizing:border-box;
}

.search-form form {
margin:5px 15px;
}

.search-form form input {
padding:5px;
margin:1px !important;
}

.search-form form input[type=search] {
width:90%;
}

@media (max-width:768px) {
.search-form form input[type=search] {
width:70%;
}
}

.search-form form button[type=submit] {
background:#1695a3;
color:#fff;
border:none;
padding:6px 10px;
font-size:15px !important;
}

.search-note {
margin:10px 0px 4px;
}


.search-link:hover {
cursor:pointer;
}

.selected  a{
	font-weight: bold;
}

table.pf_short{empty-cells:hide;max-height:50px;overflow:hidden;color:#576169;font-size:12px;display:block;}
table.pf_full{font-size:14px;display:block;}
table.pf_full td{width:300px;}

/*--- main page ---*/
.m_left_menu {
	float:left;
}

.m_right_catalog {
    float: right;
}

/*--- left category menu ---*/
.left_nav_menu {
	
}

.left_nav_menu .o_cat{
    display: none;
    background: none;
    border: none;
    margin: 0 auto;
    color: #fff;
    padding: 8px 0;
    text-decoration: underline;	
	position: relative;
    outline: none;	
}
.left_nav_menu .o_cat:before{
    background: url(img/catalogArr.png) no-repeat 0px 0px;
    content: "";
    display: inline-block;
    width: 21px;
    height: 11px;
    position: absolute;
    top: 59%;
    left: -17px;
    margin-top: -4px;
}

	.mobile_cart {
		display: none;
	}

@media (max-width:767px) {
	.cpt_custom_html {
		display: none;
	}
	
	.left_nav_menu .o_cat{
		display: block;
	}	
	
	.left_nav_menu ul{
		display:none;
	}	
	
	.m_left_menu {
		float:left;
		width: 100%;	
	}

	.m_right_catalog {
		float: right;
		width: 100%;
	}
	
	.search-note {
		display: none;
	}
	
	.search-form form {
		margin: 0;
	}
	
	.searchBlock {
		padding: 5px 5px;
		margin-bottom: 15px;
	}
	
	.search-form form button[type=submit] {
		width: 70px;
	}

	.search-form form input[type=search] {
		width: calc(100% - 80px);
	}
	
	.prdbrief_meta .prdbrief_price .convertable {
		display: block;
	}
	
	.product_addToCart {
		padding-top: 14px;
	}
	
	.prdbrief_meta .product_addToCart .prdbrief_add2cart {
	    line-height: 38px;
	}
	
	.motives > div {
		display: inline-block;
		width: 32%;
		margin-bottom: 20px;
	}	
	
	#google_translate_element {
		display: none;
	}
	
	.cart_block {
		display: none;
	}
		
	.mobile_cart {
		display: block;
	}
	
	.mobile_cart .cart_link{
		display: inline-block;
	}
	
	.mobile_cart .cart_link:before {
		background: url(img/cart-icon.png) no-repeat;
		content: "";
		display: inline-block;
		vertical-align: text-bottom;
		width: 20px;
		height: 17px;
		margin-right: 10px;
	}
	
	.mobile_cart .cart_link a{
		display: inline-block;
		font-size: 14px;
		text-decoration: underline;
		color: #fff;	
	}
	
	.mobile_cart .cart_link a:hover{
		text-decoration: none;
	}	
	
	.mobile_cart .cart_link a:before{
		content: "";
		display: none;
	}
	
	.mobile_cart .cart_total{
		font-size: 14px;
		vertical-align: baseline!important;
	}	
}

@media (max-width:395px) {
	.mobile_cart .cart_link:before {
		display: none;
	}
}

@media (max-width:540px) {
	.motives > div {
		width: 49%;
	}	
    .prdbrief_meta .product_addToCart .prdbrief_add2cart {
        width: calc(100% - 150px);
    }
    .product_info_description .prdbrief_meta .prdbrief_add2cart button[type="submit"] {
        width: 100%;
    }
}

@media (max-width:330px) {
    .product-img{
		height: 120px;
    }
}

.main_blog_preview {
	
}

.main_blog_preview h3{
	
}

.main_blog_preview h3:before{
    background: url(img/forum-date.png) no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 5px;
    margin-right: 7px;
}

.main_blog_preview h3>a{
	font-weight: bold;
    color: #000000;
    font-size: 14px;
    text-transform: none;
}

.main_blog_preview .credentials {
    color: #576169;
    margin-bottom: 5px;
}

.main_blog_preview .credentials a{
    color: #428bca;
}


/*--- product tabs ---*/
.product_tabs {
    margin: 20px 0 0 0;
}

.product_tabs .tab_line{
    margin: 0 0 0px 0;
    background: #e8eef3;
    border: 1px solid #b0c1ce;
	width : -moz-fit-content; 
	width: -webkit-fit-content; 
	width: fit-content	
}

.product_tabs .tab_line .tab_item{
    display: inline-block;
    background: #e8eef3;
    padding: 12px 20px;
    cursor: pointer;
}

.product_tabs .tab_line .tab_item_active{
    background: #255e88;
    color: #fff;
}

.product_tabs .tab_block{
    display: none;
    border: 1px solid #e3e3e3;
    padding: 10px 15px;
}

@media (max-width: 460px) {
	.product_tabs .tab_line {
		width: 100%;
	}
	
	.product_tabs .tab_line .tab_item {
		width: 49%;
		text-align: center;
	}
}

/*--- bye one click form ---*/
/*.quickorder-form {
    background: #e8eef3!important;
    border: 1px solid #b0c1ce;
    padding: 15px 15px;
	border-radius: 0!important;	
}*/

.quickorder-form--error {
    border: 1px solid #ce4a34;
}

.quickorder-form--ok {
    border: 1px solid #27a900;
}

.quickorder-form--ok>.quickorder-form-content>p>strong {
    display: none;
}

.quickorder-form--ok>.quickorder-form-head>i {
    display: block;
    text-align: center;
    color: #27a900;
}

.quickorder-form--ok>.quickorder-form-content>p>span {
    display: block;
    text-align: center;
}

.quickorder-form-head {
    background: none!important;
    color: #000!important;
    font-weight: bold!important;
    text-transform: uppercase;
    padding: 0 0!important;
}

.quickorder-form-head i{
    font-family: inherit;
    font-style: normal;
}

.quickorder-form-content {
	padding: 0;
}

.quickorder-form-footer {
    background: none!important;
    padding: 0!important;
}

.quickorder-form-content {
	padding: 0!important
}

.quickorder760 [data-quickorder-submit-button] {
    background: #1695a3!important;
    border-radius: 0!important;
}

.quickorder-product {
	padding: 0!important;
    position: relative;	
}

.quickorder-product .quickorder-cell:nth-child(1) {
	display: none!important;
}

.quickorder-product .quickorder-cell:nth-child(2) {
    float: left;
    width: 160px!important;
    text-align: left!important;
    padding: 0;
}

.quickorder-product .quickorder-cell:nth-child(3) {
    position: absolute;
    top: -3px;
    left: 180px!important;
    text-align: left!important;
}

.quickorder-form a {
    color: #3c607b;
    font-size: 12px;
    text-decoration: underline!important;
}

.quickorder-form a:hover {
    text-decoration: none!important;
}


.quickorder600 [data-quickorder-layout1] .quickorder-field-name, .quickorder600 [data-quickorder-layout1] .quickorder-field-value, .quickorder600 [data-quickorder-layout1] .quickorder-name, .quickorder600 [data-quickorder-layout1] .quickorder-value {
	color:#000;
}

.quickorder-required .quickorder-field-name:after {
	color:#f00;
}

input[type=button].quickorder-quantity-volume {
	font-weight: bold;
}

.quickorder760 .quickorder-price {
    color: #000;
    font-weight: bold;

}

.quickorder760 .quickorder-price:after {
	content: " с НДС";
}

/*--- auth page ---*/
.auth_title {
    font-size: 20px!important;
    font-weight: 400!important;
    border-bottom: 1px solid #d3d7db;
    padding-bottom: 5px;
}

.auth_block {
    background: #e8eef3;
    border: 1px solid #b0c1ce;
    padding: 15px 25px;
    margin-bottom: 25px;
}

.wa-auth-adapters {
	
}

.wa-auth-adapters ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.wa-auth-adapters li{
    display: inline-block;
    margin: 0 10px 0 0;
}

.wa-auth-adapters li>img{
	
}

.wa-auth-adapters p{
    color: #3c607b;
    font-size: 12px;
}

.auth_block  .wa-login-form-wrapper .wa-field .wa-name {
	color: #3c607b;
    font-size: 12px;
}

.auth_block .wa-login-form-wrapper input[type="text"], .auth_block .wa-login-form-wrapper input[type="email"], .auth_block .wa-login-form-wrapper input[type="password"] {
    padding: 16px 10px;
    border: 1px solid #a9a9a9;
    width: 100%;
}

.auth_block .wa-login-form-wrapper .wa-login-form-fields .wa-login-forgotpassword-url {
    color: #3c607b;
    text-decoration: underline;
    margin: 10px 0 0 0;
}

.auth_block .wa-login-form-wrapper .wa-field .wa-value label {
    color: #3c607b;
    font-size: 12px;
}

.auth_block .wa-buttons-wrapper input {
    background: #1695a3;
    color: #fff;
    border: none;
    padding: 6px 10px;
    font-size: 15px !important;
}

.wa-login-form-wrapper .wa-login-form-actions .wa-signup-url {
    color: #3c607b;
}

.wa-login-form-wrapper .wa-login-form-actions .wa-signup-url a{
    color: #3c607b;
    text-decoration: underline;
    margin: 10px 0 0 0;
}

/*--- category filter ---*/
.category_filter_block {
    border-radius: 3px;
    background: #e8eef3!important;
    border: 1px solid #b0c1ce!important;
    margin-bottom: 20px;
    width: 100%!important;
}

.category_filter_block .filter_item {
    margin: 0 0 0px 0;
    padding-bottom: 10px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #d7dce0;
}

.category_filter_block .filter_item.pa-range_wrapper {
    border: none;
}

.category_filter_block .filter_item:first-child {
	border-top: none;
}

.category_filter_block .pa-range_wrapper + .filter_item {
    border-top: none;
}

.category_filter_block .filter_item .f_name{
    color: #3c607b;
    font-size: 14px;
    font-weight: 600;	
}

.category_filter_block .filter_item .f_sign{
    color: #000;
    margin: 0 0 0 5px;	
    font-weight: 400;	
}

.category_filter_block .filter_item .input_field{
    text-align: left;
    padding: 5px 15px 5px 30px;
    height: 30px;
    line-height: 30px;
    width: 100%;	
}

.category_filter_block .filter_item .inp_min{
	float:left;
	width: calc(50% - 10px);
}

.category_filter_block .filter_item .inp_max{
	float:right;
	width: calc(50% - 10px);
}

.category_filter_block .filter_item .inp_wrapper {
	position: relative;
}

.category_filter_block .filter_item .inp_wrapper .inp_lbl{
    position: absolute;
    left: 7px;
    top: 4px;
}
/*checkbox*/
.category_filter_block .filter_item .checkbox_wrapper {
	display: block;
}

.category_filter_block .filter_item .checkbox_wrapper .c_input {
	display: none;
}

.category_filter_block .filter_item .checkbox_wrapper .c_label {
    display: inline-block;
    margin: 0 10px 0 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.8;
}

.category_filter_block .filter_item .checkbox_wrapper .c_input:checked + .c_label {
    font-weight: 700;
    color: #eb7f00;
    letter-spacing: -0.5px;
}

/*range slider*/
.category_filter_block .filter_item .price_slider {	
	margin: 15px 0 0 0;	
	padding: 10px 0;
}

.category_filter_block .filter_item .noUi-target {
	margin: 20px 7px 10px 7px;
	height: 2px;
	background: #e1e1e1;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #d7dce0;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	width: calc(100% - 16px);
}

.category_filter_block .filter_item .noUi-base {
	
}

.category_filter_block .filter_item .noUi-origin {	
	top: -8px;
}

.category_filter_block .filter_item .noUi-horizontal .noUi-handle {
	width: 18px;
	height: 18px;
	border-radius: 0;
	background: #255e88;
	box-shadow: inset 0px 0px 0px 2px #fff;
	border: 1px solid #b0c1ce;
	left: -8px;
	top: 0px;
	cursor: pointer;
}

.category_filter_block .filter_item .noUi-horizontal .noUi-handle:before,
.category_filter_block .filter_item .noUi-horizontal .noUi-handle:after {
	display: none;
}

.category_filter_block .filter_item .noUi-connect {
	height: 2px;
	background: #e1e1e1;
	border-top: 1px solid #255e88;
	border-bottom: 1px solid #255e88;
	height: 1px;
	top: -1px;
}

.category_filter_block .btn_block {
	
}

.category_filter_block .filter_btn {
    background: #1695a3;
    color: #fff;
    border: none;
    padding: 6px 10px;
    font-size: 15px !important;
    margin-top: 15px;
    display: block;
    width: 100%;
    text-align: center;
}

.category_filter_block .reset_btn {
    background: none;
    border: 1px solid #1695a3;
    color: #1695a3;
    padding: 6px 10px;
    font-size: 15px !important;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.category_filter_block .reset_btn:hover {
    background: #1695a3;
    color: #fff;
	text-decoration: none;
}

.category_filter_block form{
	
}

.category_filter_block p{
	color: #3c607b;
}

.category_filter_block input[type="text"] {
	
}

/*--- header blog forum links ---*/
	.header_mobile_link {
		display: none;
		margin: 10px 0 0 0;
	}

@media (max-width: 767px) {
	.header_mobile_link {
		display: block;
	}
	
	.header_mobile_link .blog_link{
		/* margin: 0 10px 0 0; */
	}
	
	.header_mobile_link .blog_link:before{
		content: "";
		display: inline-block;
		vertical-align: baseline;
		background: url(img/menuSprite.png) no-repeat;
		position: relative;
		margin-right: 3px;
		width: 15px;
		height: 14px;
		background-position: -95px -3px;
		top: 1px;
		transform: scale(0.75);
	}

	.header_mobile_link .forum_link{
		/* margin: 0 10px 0 0; */
	}
	
	.header_mobile_link .forum_link:before{
		content: "";
		display: inline-block;
		vertical-align: baseline;
		/* background: url(img/menuSprite.png) no-repeat; */
		position: relative;
		margin-right: 3px;
		width: 13px;
		height: 13px;
		background-position: -72px -3px;
		top: 2px;
	}

	.header_mobile_link .vacancies_link{
		/* margin: 0 10px 0 0; */
	}
	
	.header_mobile_link .vacancies_link:before{
		content: "";
		display: inline-block;
		vertical-align: baseline;
		/* background: url(img/menuSprite.png) no-repeat; */
		position: relative;
		margin-right: 3px;
		width: 13px;
		height: 13px;
		background-position: -72px -3px;
		top: 2px;
	}
	
	.header_mobile_link .contacts_link{
		
	}
	
	.header_mobile_link .contacts_link:before{
		content: "";
		display: inline-block;
		vertical-align: baseline;
		/* background: url(img/menuSprite.png) no-repeat; */
		position: relative;
		margin-right: 3px;
		width: 13px;
		height: 13px;
		background-position: -72px -3px;
		top: 2px;
	}
}

/*---auth profile block ---*/
.auth_profile_block {
    background: #e8eef3;
    border: 1px solid #b0c1ce;
    padding: 15px 15px;
    margin: 40px 0 0 0;
}

.auth_profile_block .block_name {
	font-size: 20px!important;
    font-weight: 400!important;
    border-bottom: 1px solid #d3d7db;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0px 0px 20px;
}

.auth_profile_block .acc_text {
    color: #3c607b;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.auth_profile_block .auth_list {
	
}

.auth_profile_block .auth_list li{
	
}

.auth_profile_block .auth_list img{
	
}

/*--- my profile block ---*/
.my_profile_block {
    background: #e8eef3;
    border: 1px solid #b0c1ce;
    padding: 15px 15px;
    margin: 40px 0 0 0;
}

.my_profile_block .block_name {
    font-size: 20px!important;
    font-weight: 400!important;
    border-bottom: 1px solid #d3d7db;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0px 0px 20px;
}

.my_profile_block .field_line {
    margin: 0 0 6px 0;
}

.my_profile_block .field_line p{
	margin: 0;
}

.my_profile_block .field_line .f_name{
    font-weight: 700;
}

.my_profile_block .field_line .f_value{
	
}

.my_profile_block .field_line .f_value a {
	
}

.my_profile_block .sbm_btn {
    background: #1695a3;
    color: #fff;
    border: none;
    padding: 6px 10px;
    font-size: 15px;
    margin: 15px 0 0 0;
}

/*--- contact --*/

.contact_title h1{
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid #d3d7db;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin: 0px 0px 20px;
}
.contact_inform p {
	color: #3c607b;
	font-size: 12px;
	margin: 0px 0 10px;
}
.contact_all_information {
	background: #e8eef3;
	border: 1px solid #b0c1ce;
	margin-bottom: 25px;
}
.contact_all_information .contact_inform {  
	padding: 0 15px;
	margin-top: 15px;
}
.contact_left_block {
	display:block;
	float:left;
	width:50%;
}
.contact_right_block {
	display:block;
	float:left;
	width:50%;
}

.driving_directions h2, .company_details h3, .employees_title h3{
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid #d3d7db;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin: 0px 0px 20px;
}
.contact_map {
    display: block;
    float: left;
    width: 100%;
    height: 280px;
    border: 1px solid #e3e3e3;
	margin-bottom: 10px;
}
.contact_img {
    display: block;
    float: left;
    width: 45%;
    height: 280px;
    margin-left: 5%;
    background:url(/wa-data/public/shop/img/skhema-proezda-na-sklad-zipstor.ru.jpg);
    background-size: contain;
    border: 1px solid #e3e3e3;
	margin-bottom: 10px;
}

.contact_img img{
	width:100%
}
.contact_inform a {
	text-decoration:underline;
}
.driving_directions {
	margin-bottom:25px;
}
.details_inform a {
	text-decoration:underline;
}
.details_inform p {
	color: #3c607b;
	font-size: 12px;
	margin: 0px 0 10px;
}
.employees_block {
	background: #e8eef3;
	border: 1px solid #b0c1ce;
	margin-bottom: 25px;
}
.employees_block p {
	color: #3c607b;
	font-size: 12px;
	margin: 0px 0 10px;
}
.employees_left {
	display: block;
	float: left;
	width: 50%;
	padding: 10px 0;
	margin-left: 15px;
}
.employees_right {
	display: block;
	float: left;
	width: 45%;
	padding: 10px 0;	
}

@media (max-width: 1014px){ 
	.contact_left_block {
		float:none;
		width:100%;
	}
	.contact_right_block {
		float:none;
		width:100%;
	}
	.employees_left {
		float: none;
		width: 100%;
	}
	.employees_right {
		float: none;
		width: 100%;		
		margin-left: 15px;
	}
}
@media (max-width: 1014px){ 
	.contact_img {
		float: none;
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
	}
	.contact_map {
		float: none;
		width: 100%;
	}
}

/*--- pop up cart window ---*/
.category_btn_bye {
	cursor: pointer;
    border: none;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0px 18px 0px 12px;
    border-radius: 3px;
    background: #ED0B12;
    background: -moz-linear-gradient(top, #ED0B12 0%, #910A0A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED0B12), color-stop(100%,#910A0A));
    background: -webkit-linear-gradient(top, #ED0B12 0%,#910A0A 100%);
    background: -o-linear-gradient(top, #ED0B12 0%,#910A0A 100%);
    background: -ms-linear-gradient(top, #ED0B12 0%,#910A0A 100%);
    background: linear-gradient(to bottom, #ED0B12 0%,#910A0A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED0B12', endColorstr='#910A0A',GradientType=0 );
    position: relative;	
    display: inline-block;
    line-height: 36px;	
}

.category_btn_bye:hover {
    background-image: url(./img/addToCartHover.png);
    background: #f79d0e;
    background: -moz-linear-gradient(top, #f79d0e 0%, #f08b06 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79d0e), color-stop(100%,#f08b06));
    background: -webkit-linear-gradient(top, #f79d0e 0%,#f08b06 100%);
    background: -o-linear-gradient(top, #f79d0e 0%,#f08b06 100%);
    background: -ms-linear-gradient(top, #f79d0e 0%,#f08b06 100%);
    background: linear-gradient(to bottom, #f79d0e 0%,#f08b06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79d0e', endColorstr='#f08b06',GradientType=0 );
}

.category_btn_bye:before {
    content: url(./img/addToCart.png);
    margin-right: 10px;
    vertical-align: middle;
}

.pop_up_backgorund {
	display: none; 
	background: #000000aa;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pop_up_backgorund_active {
	display: block;
}

.pop_up_cart_window {
	/* background: #e8eef3; */
	/* border: 1px solid #b0c1ce; */
	border-radius: 4px;
	background: #e8eef3;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
	padding: 15px;
	position: absolute;
	width: 250px;
	height: 230px;
    left: calc(50% - 125px);
	top: calc(50% - 130px);
}

.pop_up_cart_window .total_block {
	margin: 0 0 30px 0;
}

.pop_up_cart_window .total_block p{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 0 4px 0;
	border-bottom: 1px solid #b3b3b3;
	padding: 0 0 10px 0;
}

.pop_up_cart_window .total_block span{
	font-size: 16px;
	color: #555;
}

.pop_up_cart_window .btn_back {
cursor: pointer;
    border: none;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0px 18px 0px 12px;
    border-radius: 3px;
    background: #ED0B12;
    background: linear-gradient(to bottom, #0b3ced 0%,#0a4091 100%);
    position: relative;
    display: block;
    line-height: 40px;
    width: 220px;
    text-align: center;
    margin: 0 auto 10px auto;
}

.pop_up_cart_window .btn_back:hover {
    background: linear-gradient(to bottom, #f79d0e 0%,#f08b06 100%);
}

.pop_up_cart_window .btn_cart {
cursor: pointer;
    border: none;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0px 18px 0px 12px;
    border-radius: 3px;
    background: #ED0B12;
    background: -moz-linear-gradient(top, #ED0B12 0%, #910A0A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED0B12), color-stop(100%,#910A0A));
    background: -webkit-linear-gradient(top, #ED0B12 0%,#910A0A 100%);
    background: -o-linear-gradient(top, #ED0B12 0%,#910A0A 100%);
    background: -ms-linear-gradient(top, #ED0B12 0%,#910A0A 100%);
    background: linear-gradient(to bottom, #ED0B12 0%,#910A0A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED0B12', endColorstr='#910A0A',GradientType=0 );
    position: relative;
    display: block;
    line-height: 40px;
    width: 220px;
    text-align: center;
    margin: 0 auto;
}

.pop_up_cart_window .btn_cart:hover {
    background-image: url(./img/addToCartHover.png);
    background: #f79d0e;
    background: -moz-linear-gradient(top, #f79d0e 0%, #f08b06 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79d0e), color-stop(100%,#f08b06));
    background: -webkit-linear-gradient(top, #f79d0e 0%,#f08b06 100%);
    background: -o-linear-gradient(top, #f79d0e 0%,#f08b06 100%);
    background: -ms-linear-gradient(top, #f79d0e 0%,#f08b06 100%);
    background: linear-gradient(to bottom, #f79d0e 0%,#f08b06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79d0e', endColorstr='#f08b06',GradientType=0 );
}

.pop_up_cart_window .btn_cart:before {
    content: url(./img/addToCart.png);
    margin-right: 10px;
    vertical-align: middle;
}


/*--- ovelay header ---*/
.line1 {
    background: #03335a;
    height: 40px;
    line-height: 34px;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.line2 {
    background: url(img/line2.jpg) no-repeat center center #225378;
    height: 157px;
    padding-top: 72px;
}

@media (max-width: 767px) {
	.line2 {	
		padding-top: 42px;
	}
}

/*--- product quanity btn ---*/
.product_qunity_block {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.product_qunity_block .qnt_btn{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #e8eef3;
}

.product_qunity_block .qnt_btn:hover{
    background: #eee;
}

.product_qunity_block .qnt_input{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    height: 30px!important;
}

/*--- justify product ---*/
.justify_product_block {
    text-align: justify;
    position: relative;
    font-size: 1px;
    line-height: 0px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.justify_product_block:before {
    content: '';
    display: block;
    width: 100%;
}

.justify_product_block:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}

.justify_product_block .inside_block{
	width: auto;
    display: inline-block;
	float:none;
	vertical-align: middle;
    font-size: 14px;
    line-height: normal;	
}

/*--- product stock ---*/
.product_strock_block {
    margin: 0 0 25px 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0 20px 0;
}

.product_strock_block .b_title{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0px 0px 5px 0px;
    color: #eb7f00;
}

.product_strock_block .stock_item{
    margin: 0 0 0 0;
}

.product_strock_block .stock_item .scount{
    color: #666666;
    font-size: 14px;
}

.product_strock_block .stock_item .sc{
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}

.product_strock_block .stock_item .s_green{
    background: #16a342;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;	
}

.product_strock_block .stock_item .s_red {
    background: #c90a0e;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;	
}

/*--- bye one click btn ---*/
.bye_one_click_btn {
    font-family: Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    background: #e8eef3;
    border: 1px solid #b0c1ce;
    padding: 15px 15px;
    margin: 10px auto;
    cursor: pointer;
    line-height: 1.5;	
}

.bye_one_click_btn_hide {
	display: none;
}

.quickorder-form {
	/*display: none;*/
}

.quickorder-form-activate {
    display: block!important;
}

/*--- product adventage ---*/
.product_adventage_block {
	margin: 20px;
}

@media (max-width: 510px) {
  .product_adventage_block {
    display: none;
  }
}

.product_adventage_block .adv_item{
	margin: 0 0 10px 0;
}

.product_adventage_block .adv_item .adv_img_{
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.product_adventage_block .adv_item .adv_text{
	display: inline-block;
	vertical-align: middle;
}

@media (max-width:1045px) {
	.product_adventage_block .adv_item .adv_img_ {
		display: block;
		margin: 0 auto;
	}
	
	.product_adventage_block .adv_item .adv_text {
		display: block;
		text-align: center;
	}
}

@media (max-width:767px) {
	.product_adventage_block .adv_item {
		margin: 0 0 20px 0;
		display: inline-block;
		vertical-align: middle;
	}
	
	.product_adventage_block {
		text-align: center;
	}
}

.share{
    padding: 0 20px;
    width: 100%!important;
    display: block;
}

/*main page form*/
.cpt_news_short_list div {
    padding: 0!important;
    width: 100%!important;
    display: block;
}

.cpt_news_short_list .grecaptcha-badge {
	width: 256px!important;
}

.wa-subscribe-form {
    width: 100%;
    display: block;
    background: #f8fafb;
    padding: 20px 15px 5px;
    margin-bottom: 30px;
    position: relative;
}

.wa-subscribe-form .wa-field{

}

.wa-subscribe-form .wa-field:nth-child(1) input{
    margin: 0 0 10px 0!important;
    width: 100%!important;
}

.wa-subscribe-form .wa-field:nth-child(5) input{
    background: #1695a3;
    color: #fff;
    border: none;
    height: 30px;
    width: 100%;
    margin: 0 0 10px 0!important;
}

.wa-subscribe-form .wa-field label{
    float: none!important;
    font-size: 20px!important;
    font-weight: bold;
    margin: 0px 0px 5px;
    color: #000!important;
    width: 100%!important;
}

.wa-subscribe-form .wa-field .wa-value{
    margin: 0!important;
    padding: 0!important;
}

.wa-subscribe-form .wa-field .wa-value input{
	margin: 0!important;
}

.wa-subscribe-form .wa-fill {
	margin-top: 0!important;
}

.wa-subscribe-form .wa-submit {
    background: #1695a3;
    color: #fff;
    border: none;
    padding: 6px 10px;
    font-size: 15px !important;
    margin: 0 0 10px 0;
	width: 100%;
}


/* vacancy_block */

.vacancies_block h1, .vacancies_block h2{
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #d3d7db;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0px 0px 20px;
	padding-left: 10px;
}

.vacance_inform {
	padding: 0 10px 10px;
}

.vacancies_block p {
    margin: 0;
	color:#3c607b;
    font-size: 13px;
}

.vacancies_block ul {
    color: #3c607b;
    list-style: square;
	margin: 0;
    padding-left: 25px;
	font-size: 13px;
}

.short_about a{
	font-size: 13px;
}

.short_about {
    background: #e8eef3;
    border: 1px solid #b0c1ce;
    margin-bottom: 25px;
}

.company_vacancies {
    border: 1px solid #e3e3e3;
}

.short_about_inform {
    padding: 10px 15px;
}

.worker_block {
	padding: 0 15px 10px;
    border-bottom: 1px solid #ececec;
}

.worker_block  h3, .worker_block_last h3{
	color: #3c607b;
    font-size: 18px;
    font-weight: 600;
	padding-left: 10px;
}

.worker_block_last {
	padding: 0 15px;
	margin-bottom:15px;
}


/* vacancy_separately */

.vacancy_separately {
    margin-top: 15px;
}

.vacancy_separately  h1{
	font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #d3d7db;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0px 0px 20px;
	padding-left: 10px;
}

.vacancy_separately h2 {
	color: #3c607b;
    font-size: 18px;
    font-weight: 600;
	padding-left: 10px;
}
.vacancy_separately h3 {
    color: #3c607b;
    font-size: 18px;
    font-weight: 600;
	padding-left: 10px;
}

.vacancy_separately p {
    margin: 0;
	color:#3c607b;
    font-size: 13px;
	padding: 0 10px 0px;
}

.vacancy_separately ul {
    color: #3c607b;
    list-style: square;
	margin: 0;
    padding-left: 25px;
	font-size: 13px;
}

/* delivery_block  */

.delivery_block a, .company_contact a {
    text-decoration: underline;
}

.delivery_block  a:hover, .company_contact a:hover {
    text-decoration: none;
}

.vacancies_block a, .vacancy_separately a {
	text-decoration: underline;
}

.vacancies_block a:hover, .vacancy_separately a:hover {
	text-decoration: none;
}

.delivery_block {
	
}

.delivery_block .d_inform h2, .delivery_block h1{
	font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #d3d7db;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0px 0px 20px;
	padding-left: 10px;
}

.d_inform {
	/* padding: 0 10px 10px; */
	padding: 20px 10px 10px;
}

.delivery_block ul {
    color: #3c607b;
    list-style: square;
	margin: 0;
    padding-left: 25px;
	font-size: 13px;
}

.delivery_block p {
    margin: 0;
	color:#3c607b;
    font-size: 13px;
}

.delivery_block .note_block {
	background: #e8eef3;
    border: 1px solid #b0c1ce;
    margin: 10px 0;
}

.delivery_block .note_text {
	padding: 10px 15px;
}

.delivery_block .b_delivery {
    background: #1695a3;
    color: #fff;
    border: none;
    height: 30px;
    width: 200px;
    margin: 0 0 10px 0!important;
}

.delivery_block .d_paragraph {
	padding-top:6px;
}

/* software  */

.software_block h1, .software_block h2{
	font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #d3d7db;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0px 0px 20px;
	padding-left: 10px;
	margin-top:25px;
}

.software_block .button_back {
	text-align:center;
	margin-bottom:20px;
}

.software_block p{
	margin: 0;
	color:#3c607b;
    font-size: 13px;
}

.software_block a {
	text-decoration: underline;
}
.software_block a:hover {
    text-decoration: none;
}

.software_block h3 {
    color: #3c607b;
    font-size: 18px;
    font-weight: 600;
	padding-left: 10px;
}

.block_program_inform {
    background: #e8eef3;
    border: 1px solid #b0c1ce;
    margin-bottom: 10px;
}

.program_inform {
    padding: 10px 15px;
}

.software_block ul {
    color: #3c607b;
    list-style: none;
	margin: 0;
    padding-left: 25px;
}

.software_block .last_block_inform {
	margin-bottom:15px;
}

/* about_block */

.short_info_about {
	    background: #e8eef3;
    border: 1px solid #b0c1ce;
    margin-bottom: 10px;
}

.info_about {
    padding: 10px 15px;
}

.about_company p {
	margin: 0;
	color:#3c607b;
    font-size: 13px;
}

.about_company .note_text{
	padding: 0 10px 10px;
}
.about_company a {
	text-decoration: underline;
}
.about_company a:hover {
    text-decoration: none;
}

.about_company h2 {
    color: #3c607b;
    font-size: 18px;
    font-weight: 600;
	padding-left: 10px;
}

.about_company h3{
	font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #d3d7db;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0px 0px 20px;
	padding-left: 10px;
	margin-top:25px;
}

.about_company ul {
    color: #3c607b;
    list-style: square;
	margin: 0;
    padding-left: 25px;
	font-size: 13px;
}

.about_company .ap_text_end {
	margin-top:15px;
}

/* information_pages */

.information_page {
	
}

.information_page h1, .inform_language_page h1{
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #d3d7db;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0px 0px 20px;
    padding-left: 10px;

}

.information_page .icons_style, .inform_language_page .icons_style{
	display:inline-block
}

.inform_language_page h1 {
	margin-top:20px;
}

.information_page .img_flag, .inform_language_page  .img_flag{
    display: inline-block;
    margin-left: 15px;
    width: 30px;
}

.information_text {
	padding: 0 10px 10px;
}

.information_text p {
    margin: 0;
    color: #3c607b;
    font-size: 13px;
}

.information_text a {
    text-decoration: underline;
}

.information_page .driving_directions {
	margin-top:15px;
}

.information_list {
	margin: 10px 0;
}

.information_text .list_first {
    color: #3c607b;
	font-weight:600;
    margin: 0;
    padding-left: 25px;
    font-size: 13px;
}

.information_text .list_second {
    color: #3c607b;
	font-weight:400;
    font-size: 13px;
}

.information_text ul {
    color: #3c607b;
    list-style: square;
    margin: 0;
    padding-left: 25px;
    font-size: 13px;
	padding-bottom: 5px;
}

.btn_information{
    background: #1695a3;
    color: #fff;
    border: none;
    height: 30px;
    width: 200px;
    margin: 0 0 10px 0!important;
}

.information_text .inf_p {
	padding: 3px 0px 3px 10px;
	
}

.information_text  span {
	font-weight:600;
}

.documents_company {
	margin-bottom:20px;
}

.heal_block {
	
}

/* CART_PAGE */

.cart_item {
	margin: 10px 0;
    border: 1px solid #a0a9b7;
    padding: 10px 5px;
}

.cart_item img{
	display: block;
    width: 100%;
    height: 100%;
    max-width: 110px;
    margin: 0 auto;
    padding: 6px;
}

.cart_title, .cart_article {
    display: block;
    text-align: center;
    margin:10px 5px;
}

.cart_item .quanity {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto 15px auto;
    float: none;
    position: relative;
}

.cart_item .quanity input {
    width: calc(100% - 64px)!important;
    max-width: unset!important;
    padding: 0;
    height: 32px;
    margin-left: 32px;
    border: 1px solid #ebebeb;
    border-right: none;
    border-radius: 4px;
    text-align: center!important;
}
.cart_item .quanity .rs-inc {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0px;
    position: absolute;
    background: #e8eef3;
    border: 1px solid #e8eef3;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    font-weight: 100;
    cursor: pointer;
}

.cart_item .quanity .rs-dec {
    width: 32px;
    height: 32px;
    top: 0;
    left: 0px;
    position: absolute;
    background: #e8eef3;
    border: 1px solid #e8eef3;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    font-weight: 100;
    cursor: pointer;
}
   
.cart_price {
	display: block;
    text-align: center;
    margin: 0 0 15px 0;
	font-weight:600;
	font-size: 16px;
}

.cart_item .delete {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    cursor: pointer;
    color: #000;
}

.cart_item .delete img {
    width: 30px;
    margin: 0 11px 0 -7px;
    display: inline-block;
}

.cart_item .cart_title a {
    color: #3c607b;
    font-size: 16px;
    font-weight: 600;
}

.grecaptcha-badge {
    display: none!important;
}

/*--- CATEGORY DESCRIPTION FULLSCREEN IMG ---*/
.category-description img {
	max-width: 100%;
	cursor: pointer;
}

.pop_up_img_section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9999;
	background: #00000070;
}

.pop_up_img_block_wrapper {
	display: table;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
}

.pop_up_img_block {
	display: table-cell;
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}

.pop_up_img_block .close_btn {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 6px;
	right: 6px;
	transform:rotateZ(45deg);
	cursor: pointer;
}

.pop_up_img_block .close_btn:before {
    content: "";
    width: 18px;
    height: 2px;
    left: 0;
    top: 8px;
    position: absolute;
    background: #333;
}

.pop_up_img_block .close_btn:after {
    content: "";
    width: 2px;
    height: 18px;
    left: 8px;
    top: 0;
    position: absolute;
    background: #333;
}

.pop_up_img_block .img_wrap {
	display: inline-block;
	padding: 26px;
	position: relative;
	background: #f0f0f0;
	border-radius: 3px;
}

.pop_up_img_block img {
	max-width: 100%;
    max-height: 85vh;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.pop_up_img_block_wrapper {
		padding: 0;
	}
	
	.pop_up_img_block .img_wrap {
		background: #fff;
	}
}

/*--- FAST SEARCH ---*/
.fast_search_block {
    background: #e8eef3;
    border: 1px solid #b0c1ce;
    border-bottom: none;
    padding: 15px 20px;
    margin-bottom: 0px;
}

.fast_search_block .block_title {
	
	}

.fast_search_block .search_wrapper {

}

.fast_search_block select{
    width: 100%;
    max-width: 400px;
    display: block;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    outline: none!important;
    border: 1px solid #a9a9a9;	
	cursor: pointer;
}

.fast_search_block input{
    width: 100%;
    max-width: 400px;
    display: block;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    outline: none!important;
    border: 1px solid #a9a9a9;	
}

.fast_search_block textarea{
    width: 100%;
    max-width: 400px;
    display: block;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    outline: none!important;
    border: 1px solid #a9a9a9;	
}

.fast_search_block option{
	cursor: pointer;
}

.fast_search_block .search_wrapper .search_btn {
    cursor: pointer;
    background: #1695a3;
    color: #fff;
    border: none;
    padding: 6px 0px;
    font-size: 15px;
    width: 120px;
    text-align: center;
    outline: none;
}

.fast_search_block .u_info {
    font-size: 14px;
    font-weight: 700;
    margin: 40px 0 10px 0;
}


.fast_search_block input[type="submit"] {
    background: #1695a3;
    color: #fff;
    border: none;
}

.fast_search_block input[type="submit"]:hover {
	opacity: 0.9;
}

.fast_search_block .wa-error-msg {
    color: #ff0000;
    font-size: 12px;
    font-weight: 700;
    margin: 0px 0 15px 0;
    display: block;
    font-style: italic;
    padding: 0 0 0;
}

/*--- BLOG SHARE ---*/
.share__wrapper {
    display: grid;
    grid-template-columns: 1fr 200px;
    grid-gap: 40px;
}

.blog__share {
	
}

.blog__share>div {
    width: 100%!important;
}

.blog__share .wa-subscribe-form {
    display: grid;
    grid-template-columns: 1fr 150px;
    align-items: end;
    grid-gap: 20px;
    margin: 0;	
}

.blog__share .wa-subscribe-form .wa-field:nth-child(1) {
	
}

.blog__share .wa-subscribe-form .wa-field:nth-child(1) label {
    max-width: unset!important;
}

.blog__share .wa-subscribe-form .wa-field:nth-child(1) input {
    height: 30px;
}

.blog__share .wa-subscribe-form .wa-field:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

.blog__share .wa-subscribe-form .wa-field:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 3;
}

@media (max-width: 767px) {
	.share__wrapper {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
}


@media (max-width: 460px) {
	.blog__share .wa-subscribe-form {
	    grid-template-columns: 1fr;
	    grid-gap: 10px;	
	}
	
	.blog__share .wa-subscribe-form .wa-field:nth-child(5) {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	
	.blog__share .wa-subscribe-form .wa-field:nth-child(4) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 3;
		grid-row-end: 4;
	}
}


.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	max-height: 80px;
	overflow-x: hidden;
	overflow-y: auto;
}

/*--- PRODUCT BRAND ---*/
.product-brand {
    margin: 5px 0 10px 0;
}

.product-brand span {
	font-weight: 600;
}

.product-brand a {
	
}

/*--- BRAND PAGE ---*/
.brand-page-caption {
    display: grid;
    grid-template-columns: auto 120px;
	grid-gap: 30px;
    margin: 0 0 30px 0;
}

.brand-page-caption h1 {
	margin: 0;
}

.brand-page-caption__image {
	
}

.brand-page-caption__image img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: auto;
}

.brand-page__subdir {
	
}

.brand-page__subdir ul {
	column-count: 4;
}

.brand-page__subdir li {
	
}

.brand-page__subdir-item {
    color: #2a638e;
    text-decoration: underline;
    display: block;
}

.brand-page__subdir-item:hover {
	text-decoration: none;
}

/*--- PRODUCT MANUAL ---*/
.product-manual__list {
	
}

.product-manual__list-item {
	display: block;
	padding: 10px 0 0 20px;
	font-size: 13px;
	background-image: url(img/arrow_bdown.gif);
	background-repeat: no-repeat;
	background-position: 0px 16px;
	margin: 0 0 10px 0;
}

.product-manual__list-item + .product-manual__list-item {
    border-top: 1px solid #eee;
}

.product-manual__list-item a {
	color: #232332;
}

.product-manual__list-item strong {
    margin: 0 0 0 4px;
    color: #255e88;
}

.product-manual__list-item p {
    margin: 6px 0 0 0;
    color: #444;
}

.sert-block .sert-item{ width:25%; display:inline-block; min-width:210px } 
.sert-block .sert-item img{ width:90% } Подробнее: https://zipstore.ru/auxpage_o_kompanii/


/*sort catalog*/
.sort_header{height:29px;position:relative;zoom:1;/*display:none;*/opacity:1;}
.sort_header.view_block{border-bottom:1px solid #e5e5e5;}
.sort_header .sort_display{float:right;font-size:0;}
.sort_header .sort_filter{float:left;}
.sort_header .sort_filter a{display:inline-block;text-decoration:none;color:#a5a3a3;margin:0px 20px 0px 0px;}
.sort_header .sort_filter a:last-child{margin-right:0px;}
.sort_header .sort_filter a .icon{content:"";display:none;background:url('./img/sort_icons.png')  -42px 3px no-repeat;width:15px;height:13px;vertical-align:top;margin:0px 3px 0px 0px;}
.sort_header .sort_filter a.SHOWS .icon{background-position:-20px -77px;}
.sort_header .sort_filter a.SHOWS:hover .icon,.sort_header .sort_filter a.SHOWS.current .icon{background-position:-2px -77px;}
.sort_header .sort_filter a.NAME .icon{background-position:-20px -95px;}
.sort_header .sort_filter a.NAME:hover .icon,.sort_header .sort_filter a.NAME.current .icon{background-position:-2px -95px;}
.sort_header .sort_filter a.PRICE .icon{background-position:-20px -114px;}
.sort_header .sort_filter a.PRICE:hover .icon,.sort_header .sort_filter a.PRICE.current.icon{background-position:-2px -114px;}
.sort_header .sort_filter a.QUANTITY .icon{background-position:-21px -134px;}
.sort_header .sort_filter a.QUANTITY:hover .icon,.sort_header .sort_filter a.QUANTITY.current.icon{background-position:-2px -134px;}
.sort_header .sort_filter a span{font-size:12px;line-height:13px;}
.sort_header .sort_filter a i.arr{display:inline-block;height:20px;width:18px;}
.sort_header .sort_filter a i.arr:after{content:"\f106";position:absolute;top: 1px;left: 5px;}
.sort_header .sort_filter a > span{vertical-align:top;float:left;}
.sort_header .sort_filter a i.arr{/*background:none;background:url('./img/sort_icons.png')  -42px 3px no-repeat;*/position:relative;}
.sort_header .sort_filter a:hover i.arr{background-position:-25px 3px;}
.sort_header .sort_filter a.current.desc:hover i.arr, .sort_header .sort_filter a.current.desc i.arr{background-position:5px 3px;}
.sort_header .sort_filter a.desc i.arr:after{content:"\f107";}
.sort_header .sort_filter a.current:hover i.arr, .sort_header .sort_filter a.current i.arr{background-position:-23px 3px;}

.sort_display a.sort_btn , .sort_display a.sort_btn i{display:inline-block;height:13px;width:13px;line-height:20px;}
.sort_display a.sort_btn {margin:0px 0px 0px 15px;}
.sort_display a.sort_btn  i{background:url('./img/sort_icons.png') 0 0 no-repeat;}
.sort_display a.block i{background-position:-1px -41px;}
.sort_display a.block.current i, .sort_display a.block:hover i{background-position:-1px -23px;}
.sort_display a.list i{background-position:-19px -41px;}
.sort_display a.list.current i, .sort_display a.list:hover i {background-position:-19px -23px;}
.sort_display a.table i{background-position:-37px -41px;}
.sort_display a.table.current i, .sort_display a.table:hover i{background-position:-37px -23px;}