/**GLOBAL**/
@font-face {
    font-family: "Bebas_Neue_Cyrillic";
    src: url(../fonts/Bebas_Neue_Cyrillic.ttf); 
}
/* font-family: "ImpactRegular"; */
@font-face {
    font-family: "ImpactRegular";
    src: url("../fonts/Impact/ImpactRegular/ImpactRegular.eot");
    src: url("../fonts/Impact/ImpactRegular/ImpactRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Impact/ImpactRegular/ImpactRegular.woff") format("woff"),
    url("../fonts/Impact/ImpactRegular/ImpactRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

* { margin: 0; padding: 0; }
footer,
header,
nav,
section {
    display: block;
}
a:hover,
a:active {
    outline: 0;
}
ul{
    margin-left: 0;
    padding: 0;
	list-style: none;
}
ol{
    margin-left: 0;
    padding: 0;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0; 
}
p { margin: 0; padding: 0; }
button,
li:hover {
	-webkit-transition: color 0.10s ease-out 0.2s;
	-moz-transition: color 0.10s ease-out 0.2s;
	-o-transition: color 0.10s ease-out 0.2s;
	transition: color 0.10s ease-out 0.2s;
	outline: none;
	text-decoration:none;
}
a { text-decoration: none; color: inherit;  }
.clearfix:after { 
	content: ""; 
	display: block;
	 clear: both; 
	 visibility: hidden; 
	 height: 0; 
 }
 
.container { 
	width: 1024px; 
	margin: auto; 
	display: block;
    padding: 0 12px;
    position: relative;
}
.new:before{
	content: "";
	background: url("../img/new.png") no-repeat center center;
	width: 53px;
	height: 53px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}	
.hit:before{
	content: "";
	background: url("../img/hit.png") no-repeat center center;
	width: 53px;
	height: 53px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}	
	
	
	
body { 
	font: 16px/1.5em 'Cuprum', arial;
	font-weight: 400;
	width: 100%;
	background: transparent;
	width: 100%;
	
}
/**HEADER**/
header {
	/*
	background: url("../img/header-bg.png") repeat-x center top transparent;
	*/
	height: 174px;
	margin: auto;
	width: 100%;
	position: relative;
	z-index: 100;
}

.header-top-w{
    display: table;
    width: 100%;
    height: 117px;
    background: url(../img/header-top-bg.jpg);
    position: relative;
	border-top: 4px solid #cfcfcf;
}
.search-block{
	float: left;
	position: relative;
	top: 27px;
	left: 355px;
}
.search-block p{
	margin-bottom: 5px;
}

.search-block form input[type=search]{
	width: 269px;
	height: 30px;
	font: 12px "Open Sans", sans-serif;
	color: #888888;
	border: 1px solid #4169E1;
	text-indent: 10px;
	position: relative;
	transition: border-color 250ms;
	outline: none;
	float: left;
}
.search-block form input[type=search]:focus{
	border-color: #ff8810;
}
.search-block form input[type=submit]{
	width: 16px;
	height: 16px;
	/*background: url(../img/search.png) no-repeat left center;*/
	background: url(../img/ico_industrial_technology_zoom_hover.png) no-repeat;
	border: none;
	cursor: pointer;
	transition: 150ms;
	position: relative;
	left: -25px;
	padding-top: 31px;
	top: 6px;
}
.search-block form input[type=submit]:hover{
	/*background: url(../img/search.png) no-repeat right center;*/
	background: url(../img/ico_industrial_technology_zoom.png) no-repeat;
}

.search-block p{
	color: #888888;
}
.search-block p span{
	text-transform: uppercase;
	color: #4169E1;
	margin-left: 17px;
}
.cart-header{
	float: left;
	text-align: center;
	position: relative;
	padding-top: 31px;
	left: 367px;
}
.cart-header:hover a{
	text-shadow: 0 0 0;
}
.cart-header a:first-child{
	color: #ff8810;
	margin-bottom: 5px;
}
.cart-header a:last-child{
	width: 158px;
	height: 30px;
	text-align: center;
	font:  12px/27px "Open Sans", sans-serif;
	color: #333333;
	font-weight: 600;
	font-style: semi-bold;
	display: block;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	background: url(../img/ico_industrial_technology_shoping_cart.png) no-repeat 7px center #fff;
	transition: 300ms;
	text-indent: 10px;
}
.cart-header a span{
	margin-left: 3px;
}
.cart-header a:last-child:hover{
	background: url(../img/ico_industrial_technology_shoping_cart.png) no-repeat 12px center #fff;
	border-color: #4169E1;
}
.tel-header{
	float: right;
	position: relative;
	margin-top: 18px;
}
.tel-header p{
	font: 18px/28px "Open Sans", sans-serif;
	color: #333333;
}
.tel-header p span{
	font-weight: 600;
	font-style: semi-bold;
}
.tel-header p:before{
	content: "";
	background: url(../img/ico_industrial_technology_phone.png) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -9px;
	top: -1px;
}
.tel-header a{
	text-align: center;
	display: block;
	color: #4169E1;
	text-decoration: underline;
	text-indent: 14px;
	margin-top: 1px;
}
.tel-header a:hover{
	color: #ff8810;
}
.logo-header a{
	width: 289px;
	height: 189px;
	position: absolute;
	top: 12px;
	left: 8px;
	display: block;
}
/*
.logo-header a{
	width: 300px;
	height: 202px;
	background: url(../img/logo-bg.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.logo-header a:hover .logo-text{
	color: #ff8810;
	background-position: 30px center;
}
.logo-header a:hover .logo-text span{
	color: #12a0c4;
}
.logo-header p:last-child{
	font-size: 15px;
	text-align: center;
	padding-top: 5px;
}
.logo-text {
    
    text-transform: uppercase;
    color: #12A0C4;
    padding: 0px 25px;
    transition: all 350ms ease 0s;
    text-align: right;
    background: url("../img/logo.png") no-repeat scroll 26px center;
	font: 28px "ImpactRegular";
    position: relative;
    display: block;
    margin-top: 35px;
}
.logo-text span{
	color: #ff8810;
	transition: 350ms;
}
*/
.menu-header-w{
	height: 53px;
	display: table;
	width: 100%;
	background: url(../img/ten_new.png) no-repeat -200px 0px #1C3C9B;
}
.menu-header{
	float: right;
}
.menu-header>ul>li{
	float: left;
	background: url(../img/li.png) no-repeat left center;
	padding-left: 2px;
}
.menu-header>ul>li>a{
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 53px;
	padding: 0 15px;
	display: block;
	transition: background 250ms;
}
.menu-header>ul>li>a:hover{
	background: #ff8810;
}
.menu-header>ul>li:last-child{
	background: url(../img/li.png) no-repeat left center,
				url(../img/li.png) no-repeat right center;
	padding-right: 2px;
}
.content-center{
	margin-top: 40px;
}
aside{
	width: 280px;
	float: left;
}
.menu-aside {
	width: 280px;
	height: auto;
}
.menu-aside>ul{
	position: relative;
}
.menu-aside>ul>li{
	background: #4169E1;
	display: block;
	position: relative;
	margin: 5px 0;
}
.menu-aside>ul>li:first-child{
	margin-top: 0;
}
.menu-aside>ul>li>a{
	display: table-cell;
	vertical-align: middle;
	height: 39px;
	width: 280px;
	background: url(../img/a_new.png) no-repeat 10px center;
	padding-left: 25px;
	transition: all 200ms;
	color: #fff;
	font-size: 17px;
}
.menu-aside>ul>li>a:hover{
	background: url(../img/a.png) no-repeat 15px center #ff8810;
}
.menu-aside>ul>li >ul { 
	position: absolute;
	z-index: 9;
	visibility: hidden;
	transition: visibility 0s linear 0.3s,opacity 0.3s linear;
	height: auto;
	color: #000;
	opacity: 0;
	width: 100%;
	display: table;
	left: 100%;
	top: 0px;
	margin-left: 2px;
	width: 265%;
	background: #fff;
	border: 5px solid #ff8810;
}

.menu-aside>ul>li:hover >ul {
	z-index: 9;
	visibility: visible;
	transition-delay:0s;
	opacity: 1;
	height: auto;
}
.menu-aside>ul>li >ul>li{
	background: #fff;
	position: relative;
	width: auto;
	width: 33.3%;
	float: left;
}
.menu-aside>ul>li >ul>li>a{
	height: 50px;
	background: url(../img/a-1.png) no-repeat 10px center;
	padding-left: 25px;
	transition: all 200ms;
	color: #888888;
	font-size: 17px;
	/*white-space: nowrap;*/
	display: table-cell;
	padding-left: 25px;
	padding-right: 15px;
	width: 248px;
	vertical-align:middle;
}
.menu-aside>ul>li >ul>li>a:hover{
	background: url(../img/a_new.png) no-repeat 15px center;
	color: #333333;
	text-decoration: underline;
}
.menu-aside>ul>li >ul>h5{
	border-bottom: 2px solid #cfcfcf;
	display: block;
	margin: 10px 20px;
	font-weight: bold;
	font-size: 17px;
	color: #333333;
	padding-bottom: 5px;
}

.content-right {
	float: right;
	width: 724px;
}
.slider-text{
	position: absolute;
	top: 20px;
	left: 29px;
	color: #fff;
	text-transform: uppercase;
	font: 42px "Bebas_Neue_Cyrillic";
}
.slider-text span{
	font-size: 58px;
}

.wrapper-slider-1{
	margin-top: 35px;
}
.title-slider{
	text-align: center;
	font: 34px "Bebas_Neue_Cyrillic";
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 2px solid #cfcfcf;
	padding-bottom: 10px;
}
.title-tovar-main{
	text-align: left;
	color: #333333;
	text-decoration: underline;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.info-slider span{
	float: left;
	color: #888888;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: 5px;
	padding-left: 10px;
}
.button-main{
	float: right;
	width: 109px;
	height: 34px;
	display: block;
	text-align: center;
	background: #ff8810;
	color: #fff;
	line-height: 34px;
	transition: background 250ms;
}
.button-main:hover{
	background: #4169E1;
}
#h3_auto_l_slider li{
	float: left; 
	width: 212px; 
	margin-top: 5px;
	text-align: center;
	border: 1px solid #e3e3e3;
	transition: border-color 300ms;
	margin-bottom: 5px;
}

#h3_auto_l_slider li img{
	width: 210px;
	height: 210px;
	
}
#h3_auto_l_container{
	position: relative; 
	margin: auto;
	display: table;
	margin-top: 35px;
	padding-bottom: 50px;
}
#h3_auto_l_container #prev_h3_auto_l, #h3_auto_l_container #next_h3_auto_l{
	height: 31px;
	width: 17px; 
	cursor: pointer;
	position: absolute;
	top: 39%;
	transition: background 150ms;
}
#h3_auto_l_container #prev_h3_auto_l{
	left: -18px;
	background: url('../img/arrow-s.png') left top no-repeat; 
}
#h3_auto_l_container #prev_h3_auto_l:hover{
	background: url('../img/arrow-s.png') right top no-repeat; 
}
#h3_auto_l_container #next_h3_auto_l{
	right: -18px;
	background: url('../img/arrow-s.png') right bottom no-repeat;
}
#h3_auto_l_container #next_h3_auto_l:hover{
	background: url('../img/arrow-s.png') left bottom no-repeat;
}
#h3_auto_l_slider ul li:hover{
	border-color: #ff8810;
	box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
}
#h3_auto_l_slider ul li:hover .title-tovar-main{
	color: #ff8810;
}
#h3_auto_l_slider ul li:hover .info-slider span{
	color: #333333;
}
#h3_auto_l_slider ul li a{
	display: block;
	position: relative;
}
/*********************************************************************************/
.wrapper-slider-2{
	background: #f6f6f6;
	padding-top: 40px;
}
#h3_auto_2_slider li{
	float: left; 
	width: 212px; 
	margin-top: 5px;
	text-align: center;
	border: 1px solid #e3e3e3;
	transition: border-color 300ms;
	margin-bottom: 5px;
}

#h3_auto_2_slider li img{
	width: 210px;
	height: 210px;
	
}
#h3_auto_2_container{
	position: relative; 
	margin: auto;
	display: table;
	margin-top: 35px;
	padding-bottom: 50px;
}
#h3_auto_2_container #prev_h3_auto_2, #h3_auto_2_container #next_h3_auto_2{
	height: 31px;
	width: 17px; 
	cursor: pointer;
	position: absolute;
	top: 39%;
	transition: background 150ms;
}
#h3_auto_2_container #prev_h3_auto_2{
	left: -30px;
	background: url('../img/arrow-s.png') left top no-repeat; 
}
#h3_auto_2_container #prev_h3_auto_2:hover{
	background: url('../img/arrow-s.png') right top no-repeat; 
}
#h3_auto_2_container #next_h3_auto_2{
	right: -30px;
	background: url('../img/arrow-s.png') right bottom no-repeat;
}
#h3_auto_2_container #next_h3_auto_2:hover{
	background: url('../img/arrow-s.png') left bottom no-repeat;
}
#h3_auto_2_slider ul li:hover{
	border-color: #ff8810;
	box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
}
#h3_auto_2_slider ul li:hover .title-tovar-main{
	color: #ff8810;
}
#h3_auto_2_slider ul li:hover .info-slider span{
	color: #333333;
}
#h3_auto_2_slider ul li a{
	display: block;
	position: relative;
}
/*******************************************************************/
.about-main{
	margin-top: 35px;
}
.about-main-img{
	position: relative;
	display: block;
	width: 224px;
	height: 153px;
	float: left;
	margin-right: 20px;
	border: 1px solid #e3e3e3;
}
.about-main .title-slider{
	margin-bottom: 30px;
}
.about-main p{
	font: 14px/20px "Open Sans", sans-serif;
	color: #888888;
	margin-bottom: 25px;
}
/***********************************************************************/

.wrapper-slider-3{
	background: #f6f6f6;
	padding-top: 30px;
	display: table;
	margin: auto;
	width: 100%;
}
#h3_auto_3_slider li{
	float: left; 
	margin-top: 5px;
	text-align: center;
}
#h3_auto_3_slider ul li a{
	display: block;
	position: relative;
	width: 178px; 
	border: 1px solid #e3e3e3;
	transition: border-color 300ms;
	height: 120px;
}
#h3_auto_3_slider li img{
	width: 178px;
	height: 120px;
}
#h3_auto_3_container{
	position: relative; 
	margin: auto;
	display: table;
	margin-top: 35px;
	padding-bottom: 50px;
}
#h3_auto_3_container #prev_h3_auto_3, #h3_auto_3_container #next_h3_auto_3{
	height: 31px;
	width: 17px; 
	cursor: pointer;
	position: absolute;
	top: 29%;
	transition: background 150ms;
}
#h3_auto_3_container #prev_h3_auto_3{
	left: -30px;
	background: url('../img/arrow-s.png') left top no-repeat; 
}
#h3_auto_3_container #prev_h3_auto_3:hover{
	background: url('../img/arrow-s.png') right top no-repeat; 
}
#h3_auto_3_container #next_h3_auto_3{
	right: -30px;
	background: url('../img/arrow-s.png') right bottom no-repeat;
}
#h3_auto_3_container #next_h3_auto_3:hover{
	background: url('../img/arrow-s.png') left bottom no-repeat;
}
#h3_auto_3_slider ul li:hover a{
	border-color: #ff8810;
	box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
}
/*****************************************************************************/
footer{
	height: 166px;
	display: table;
	width: 100%;
	background: /*url('../img/footer-bg.png') center top no-repeat*/url('../img/ten_new.png') center top no-repeat #1C3C9B;
	border-top: 4px solid #cfcfcf;
}
.logo-footer{
	float: left;
}
.logo-footer a{
	width: 300px;
	position: relative;
	display: block;
	top: 12px;
}
.logo-footer a:hover .logo-text{
	color: #ff8810;
}
.logo-footer a:hover .logo-text span{
	color: #12a0c4;
}
.logo-footer p:last-child{
	font-size: 15px;
	text-align: center;
	color: #cfcfcf;
	padding-top: 5px;
	text-align: center;
}
.logo-footer .logo-text{
	font: 28px "ImpactRegular";
	text-transform: uppercase;
	color: #FFF;
	padding-left: 0px;
	transition: all 350ms ease 0s;
	background-position: 10px center;
	position: relative;
}
.logo-footer:hover .logo-text{
	background-position: 16px center;
}
.logo-footer .logo-text span{
	color: #fff;
	transition: 350ms;
}
.menu-footer{
	
}
.menu-footer ul{
	border-bottom: 1px solid #fff;
}
.menu-footer ul li{
	display: inline-block;
}
.menu-footer>ul>li>a{
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 72px;
	height: 72px;
	padding: 0 14px;
	display: block;
	transition: background 250ms;
}
.menu-footer>ul>li>a:hover{
	text-decoration: underline;
}
.menu-footer ul li:last-child a{
	padding-right: 0;
}
.footer-right{
	float: right;
}
.info-footer{
	float: left;
	margin-top: 25px;
}
.info-footer p{
	line-height: 20px;
	color: #fff;
}
.info-footer p:last-child{
	color: #cfcfcf;
}
.copyright{
	float: right;
	color: #cfcfcf;
	margin-top: 27px;
}
.copyright a{
	display: inline-block;
	text-decoration: underline;
	vertical-align: middle;
}
.copyright a:hover{
	text-decoration: none;
	color: #fff;
}
.copyright  p{
	display: inline-block;
}
.copyright a img{
	width: 31px;
	height: 31px;
	position: relative;
	top: 2px;
	margin-left: 5px;
}

.online-chat a{
	color: #fff;
	display: block;
	width: 164px;
	height: 42px;
	background: url('../img/chat.png') 20px center no-repeat #ff8810;
	transition: background 250ms;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	text-indent: 20px;
}
.online-chat a:hover{
	background: url('../img/chat.png') 25px center no-repeat #4169E1;
}
.online-chat{
	-webkit-transform: rotate(-90deg); /* Chrome y Safari */
	-moz-transform: rotate(-90deg); /* Firefox */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
	-o-transform: rotate(-90deg); /* Opera */
	position: fixed;
	top: 275px;
	right: -61px;
	z-index: 999;
}
/*******MODAL**********************************************************/
.modal_bg, .modal_bg_2, .modal_bg_4  {
    position: fixed;
    display: none;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}
.modal_window, .modal_window_2, .modal_window_4 {
    position: fixed;
    top: 50%;
    display: none;
    left: 50%;
    z-index: 1100;
    margin-left: -229px;
}
.modal-w  {
    width: 458px;
    height: 442px;
    position: relative;
    background: #fff;
}
.modal-w-2  {
    width: 458px;
    height: 292px;
    position: relative;
    background: #fff;
}
.modal, .modal-2, .modal-4 {
    padding: 0px 40px;
}
.title-modal {
    font-size: 20px;
    color: #333333;
    padding-bottom: 5px;
    padding-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 2px solid #cfcfcf;
	text-align: center;
}
.form-modal {
    display: table;
    margin: auto;
}
.form-modal p {
    margin-bottom: 23px;
}
.form-modal p label{
	display: block;
	color: #333333;
	margin-bottom: 5px;
}
.form-modal p:hover label{
	text-shadow: 0 0 0;
}
.form-modal input[type="text"] {
    text-indent: 15px;
    height: 39px;
    width: 372px;
    font: 14px "Open Sans", sans-serif;
    color: #888888;
	border: 1px solid #cfcfcf;
	text-shadow: 0 0 0;
	outline: none;
}

.form-modal input[type="text"]:focus{
	border-color: #4169E1;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	outline: none;
}
.form-modal textarea[type="text"] {
    padding: 15px;
    height: 50px;
    width: 342px;
    font: 14px "Open Sans", sans-serif;
    color: #888888;
	border: 1px solid #cfcfcf;
	text-shadow: 0 0 0;
	outline: none;
	resize: none;
}

.form-modal textarea[type="text"]:focus{
	border-color: #4169E1;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	outline: none;
}
.form-modal .btn-modal {
    font:  16px/34px "Cuprum";
    color: #FFF;
	border: none;
    width: 109px;
    height: 34px;
    background: #ff8810;
    cursor: pointer;
    display: table;
    margin: 21px auto auto;
    padding-bottom: 1px;
	transition: background 250ms;
}
.form-modal .btn-modal:hover{
	background: #4169E1;
}
.exit, .exit-2, .exit-4  {
    position: absolute;
    background: transparent url("../img/del-1.png") no-repeat scroll center center;
    width: 11px;
    height: 11px;
    z-index: 1001;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.exit:hover, .exit-4:hover  {
	background: url("../img/del-2.png") no-repeat center center;
}
/*****************************************************/
.modal-w-4{
	 width: 458px;
    position: relative;
    background: #fff;
}
.img-modal-cart {
	margin: auto;
	width: 110px;
	height: 110px;
	border: 1px solid #e3e3e3;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.img-modal-cart img{
	width: 108px;
	height: 108px;
}
.tovar-name-modal{
	color: #333333;
	text-align: center;
	text-shadow: 0 0 0;
	display: block;
	border-bottom: 2px solid #e3e3e3;
	padding-bottom: 20px;
}
.tovar-name-modal:hover{
	text-decoration: underline;
}
.btn-modal-4{
	display: block;
	text-align: center;
	color: #4169E1;
	text-decoration: underline;
	padding: 20px 0;
}
.btn-modal-4:hover{
	color: #ff8810;
}

/***CERTIFICATES PAGE************************************/
.breadcrumbs-w{
	margin-bottom: 20px;
}
.breadcrumbs-w ul li {
    float: left;
}
.breadcrumbs-w ul li a {
    text-decoration: underline;
    color: #4169E1;
}
.breadcrumbs-w ul li::after {
    content: "/";
    display: inline-block;
    margin: 0px 15px 2px;
	color: #1594b7;
}
.breadcrumbs-w ul li:last-child:after{
	 content: "";
}
.breadcrumbs-w ul li:last-child a {
    color: #888888;
    text-decoration: none;
    cursor: default;
}
.breadcrumbs-w ul li a:hover {
    color: #ffa850;
}
.breadcrumbs-w ul li:last-child a:hover {
    color: #888888;
}
.title-h1{
	font: 34px "Bebas_Neue_Cyrillic";
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 2px solid #cfcfcf;
}


.certificates-w{
	margin-top: 30px;
}
.certificates-w ul{
	display: table;
	width: 100%;
	margin: auto;
	text-align: center;
}
.certificates-w ul li{
	border: 1px solid #e3e3e3;
	width: 226px;
	height: 324px;
	display: inline-block;
	position: relative;
	margin: 0 10px;
	margin-bottom: 30px;
	transition: all 300ms;
}
.certificates-w ul li:hover{
	border-color: #ff8810;
	box-shadow: 0 0 6px 0 rgba(0,0,0, 0.2);
}
.certificates-w ul li a:hover {
    background: rgba(0,0,0, 0.3);
}
.certificates-w li a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
	background: transparent;
	transition: background 300ms;
}
/*****CONTACT PAGE******************************************************/
.contact{
	display: table;
	margin: auto;
	width: 100%;
	margin-bottom: 40px;
}
.contact .contact-block {
	display: table-cell;
	padding: 0px 30px;
}



.contact-block h2{
	font-size: 20px;
	font-weight: normal;
	color: #888888;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
.contact-block p{
	color: #333333;
	font: 14px/20px "Open Sans";
	text-shadow: 0 0 0;
}
.contact-block p span{
	color: #888888;
}
.contact-block a{
	color: #4169E1;
	text-decoration: underline;
	transition: color 150ms;
}
.contact-block a:hover{
	color: #ff8810;
	text-shadow: 0 0 0;
}
.cart-frame{
	border:1px solid #e3e3e3;
	height: 423px;
	margin-bottom: 40px;
}

/**CART BLOCK**/

.cart {
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 10px;
	background: #f6f6f6;
}
.cart-block{
	background: #f6f6f6;
	margin-bottom: 80px;
}
table .title-table{
	position: relative;
	text-align: center;
	height: 46px;
	line-height: 46px;
	background: #f6f6f6;
	color: #888888;
	border-bottom: 1px solid #e3e3e3;
}


.title-table th { 
	font-size: 18px;
	font-weight: normal;
	
}

.cart-singl {
	height: 150px;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}
.info-tovar-cart a { 
	line-height: 20px; 
	font-size: 16px;
	color: #333333;
	text-align: left;
	display: block;
}
.info-tovar-cart a:hover {
	color: #1594b7;
	text-decoration: underline;
}
.cart-img img { 
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	border: 1px solid #e3e3e3;
}
.cart-singl .cart-img-block { 
	text-align: center;
	padding-left: 0;
	padding-right: 0; 
	
}

.delite { 
	background: url("../img/del-1.png") no-repeat center center;
	width: 10px;
	height: 10px;
	border: none;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 0px;
 }
.delite:hover { background: url("../img/del-2.png") no-repeat center center; }

.catr-price { 
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.catr-price-singl { 
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
 .order-cart  { 
	text-align: right;
	margin-bottom: 30px;
}
.order-cart div{
	display: block;
	border-bottom: 1px solid #f2f6f6;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-right: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.order-cart div:last-child{
	display: block;
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 20px;
	height: 100px;
	position: relative;
	top: 25px;
}

.order-cart p { 
	font-size: 28px;
	line-height: 100px;
	display: inline-block;
	color: #888888;
}
 .brutto {  
	color: #333333;
	padding-left: 10px;
	font-weight: bold;
}

 
 .back-to-shopping { 
	display: inline-block;
	color: #4169E1;
	cursor: pointer;
	font-size: 20px;
	text-decoration: underline;
	margin-right: 30px;
}
.back-to-shopping:hover { 
	color: #ff8810;
}
.place-an-order {
	width: 185px;
	height: 45px;
	display: inline-block;
	line-height: 45px;
	background: #ff8810;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	transition: background 250ms;
}
.place-an-order:hover { 
	background: #4169E1;

}

.cart-img{
	height: 110px;
	border: 1px solid #f1f5f6;
	position: relative;
}
.plus-minus {
    float: none;
	width: 162px;
}
.plus-minus .minus {
	background: transparent url("../img/btn-calc_new.jpg") no-repeat scroll top left;
	cursor: pointer;
	height: 25px;
	border: medium none;
	width: 28px;
	float: left;
	position: relative;
	top: 1px;
	left: 29px;
	transition: 150ms;
}
.plus-minus .minus:hover{
	background: transparent url("../img/btn-calc_new.jpg") no-repeat scroll bottom left;
}
.plus-minus input {
    width: 100px;
    height: 25px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #888888;
    font: 14px "Open Sans",sans-serif;
	float: left;
}
.plus-minus .plus {
    width: 28px;
height: 25px;
background: transparent url("../img/btn-calc_new.jpg") no-repeat scroll top right;
border: medium none;
cursor: pointer;
float: left;
position: relative;
top: 1px;
left: -29px;
transition: 150ms;
}
.plus-minus .plus:hover {
	background: transparent url("../img/btn-calc_new.jpg") no-repeat scroll bottom right;
}
.info-tovar-cart p{
	line-height: 20px; 
	font-size: 13px;
	color: #239ac2;
	text-align: left;
	color: #aaaaaa;
}
 /**END CART*****************************************************************************************************/
 /************CART ORDER PAGE******************************************************************/

.order-block-left{
	width: 455px;
	float: left;
}
.order-block-left input{
	height: 37px;
	width: 100%;
	 text-indent: 15px;
	 border: 1px solid #e3e3e3;
	 display: block;
	 margin-bottom: 20px;
	 font: 14px "Open Sans", sans-serif;
	color: #888888;
	text-shadow: 0 0 0;
	outline: none;
	}

.order-block-left input:focus {
    border-color: #4169E1;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	outline: none;
}
.order-block-left textarea{
	resize: none;
	border: 1px solid #e3e3e3;
	font: 14px "Open Sans", sans-serif;
	color: #5f747b;
	width: 100%;
	height: 64px;
	text-indent: 15px;
	padding-top: 15px;
}
.order-block-left textarea:focus {
	border-color: #4169E1;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	outline: none;
}
.order-block-left h4{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #E3E3E3;
	text-align: center;
	padding-bottom: 5px;
}


.order-block-right{
	float: right;
	width: 455px;
}
.order-block-right div{
	margin-bottom: 50px;
}
.order-block-right input[type="radio"] {
	display:none;
}
.order-block-right input[type="radio"] + label span {
    background:url(../img/radio.png) center top no-repeat;
    cursor: pointer;
	width: 25px;
	height: 25px;
	margin: auto;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 10px;
}
.order-block-right input[type="radio"] + label{
	font: 16px/40px "Cuprum";
	cursor: pointer;
	color: #333333;
}
.order-block-right input[type="radio"] + label:hover{
	color: #4169E1;
}

.order-block-right input[type="radio"]:checked + label span {
    background:url(../img/radio-1_new.png) center bottom no-repeat;
}
.order-block-right input[type="radio"]:checked + label{
	color: #4169E1;
}
.order-block-right p label strong{
	color: #637981;
	font-weight: normal;
}
.order-block-right h4 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}


.order-block-left p label{
	display: block;
	color: #333333;
	margin-bottom: 5px;
}
.order-block-left p:hover label{
	text-shadow: 0 0 0;
}
.order-block-left p label:before{
	content:"*";
	display: inline-block;
	color: red;
	padding-right: 5px;
}
.place-an-order[type=submit]{
    width: 185px;
    height: 45px;
    background: #FF8810 none repeat scroll 0% 0%;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    font: 20px/44px "Cuprum";
    transition:  250ms ease 0s;
    border: none;
	position: relative;
	cursor: pointer;
}
.place-an-order[type=submit]:hover{
	background: #1594B7;
}

/******PODCATALOG PAGE*****/
.content-right .breadcrumbs-w {
    margin-bottom: 10px;
}
.content-right .title-h1{
	padding-bottom: 5px;
}
/*.podcatalog-w{
	margin-top: 30px;
}*/
.podcatalog-block {
	width: 228px;
	float: left;
	border: 1px solid #e3e3e3;
	position: relative;
	margin: 30px 0;
	text-align:center;
	transition: all 300ms;
}
.podcatalog-block:hover{
	border-color: #ff8810;
	box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
}
.podcatalog-block a{
	height: 100%;
	text-align: center;
}
.podcatalog-w .podcatalog-block:nth-child(3n+2){
	margin-left: 15px;
	margin-right: 15px;
}
.podcatalog-block:nth-child(3n+3):after{
	content: "";
	background: transparent url("../img/border-bot.jpg") no-repeat scroll center center;                         
	position: absolute;
	height: 1px;
	width: 719px;
	bottom: -33px;
	right: 0;
}
.podcatalog-block:last-child:after{
	content: "";
	background: none;
}
.podcatalog-block p{
	color: #333333;
	font-size: 18px;
	height: 50px;
	transition: color 150ms;
line-height: 1;
padding-bottom: 5px;
}
.podcatalog-block p:hover{
	color: #ff8810;
}
.podcatalog-img{
	width: 228px;
	height: 228px;
	position: relative;
}
.podcatalog-img img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	width: 100%;
	transition: 250ms;
}
.podcatalog-block:hover img{
	transform: scale(1.01, 1.01);
}
/******CATALOG PAGE***********************************************************/
.podcatalog-block  .title-tovar-main{
	text-align: left;
	color: #333;
	text-decoration: underline;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
	font-size: 16px;
	text-shadow: 0 0 0;
}
.podcatalog-block  .info-slider .button-main {
	font-size: 16px;
	color: #fff;
    height: 34px;
    text-align: center;
    background: #FF8810 none repeat scroll 0% 0%;
    color: #FFF;
    line-height: 34px;
    transition: all 250ms ease 0s;
}
.podcatalog-block  .info-slider .button-main:hover {
    background: #4169E1 none repeat scroll 0% 0%;
}
.sotr-tovar{
	height: 34px;
	background: #f6f6f6;
	margin-top: 30px;
}
.sotr-tovar p{
	float: left;
	color: #888888;
	line-height: 34px;
	margin: 0 15px;
}
.sotr-tovar ul li{
	display: inline-block;
	line-height: 34px;
	color: #333333;
	cursor: pointer;
	text-decoration: underline;
	transition: all 0ms;
	margin: 0 10px;
}
.sotr-tovar ul li:hover{
	color: #ff8810;
}
.arrow-bottom:after{
	content: "";
	background: url("../img/arrow-bottom.png") no-repeat scroll center center;    
	width: 5px;
	height: 11px;
	position: relative;    
	display: inline-block;
	margin-left: 5px;
	top: 2px;
}
.arrow-bottom:hover:after{
	background: url("../img/arrow-bottom-h.png") no-repeat scroll center center;    
}
.arrow-top:after{
	content: "";
	background: url("../img/arrow-top.png") no-repeat scroll center center;    
	width: 5px;
	height: 11px;
	position: relative;    
	display: inline-block;
	margin-left: 5px;
	top: 2px;
}
.arrow-top:hover:after{
	background: url("../img/arrow-top-h.png") no-repeat scroll center center;    
}


.filter{
	background: #f6f6f6;
}
.filter-block{
	margin: 0px 20px 0px;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 20px;
}
.filter-block input[type="checkbox"] {
	display:none;
}
.filter-block input[type="checkbox"] + label span {
    background:url(../img/radio.png) center top no-repeat;
    cursor: pointer;
	width: 18px;
	height: 18px;
	margin: auto;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 10px;
}
.filter-block input[type="checkbox"] + label{
	font: 14px/30px "Open Sans";
	cursor: pointer;
	color: #888888;
	
}
.filter-block input[type="checkbox"] + label:hover{
	color: #1594b7;
	cursor: pointer;
}

.filter-block input[type="checkbox"]:checked + label span {
    background:url(../img/radio-1.png) center bottom no-repeat;
}
.filter-block input[type="checkbox"]:checked + label{
	color: #1594b7;
	
}
.filter-block p label strong{
	color: #c5c5c5;
	font-weight: normal;
	margin-left: 5px;
}
.filter-block h4 {
	font-size: 19px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #333333;
	font-weight: normal;
	padding-top: 20px;
}


.order-block-left p label{
	display: block;
	color: #333333;
	margin-bottom: 5px;
}

.baner-aside{
	width: 280px;
	height:  164px;
	display: block;
	position: relative;
	background:url(../img/bg-border.jpg) center center no-repeat;
	margin-bottom: 20px;
	font: 28px "Bebas_Neue_Cyrillic";
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.baner-aside p:nth-child(1){
	color: #333333;
	font-size: 38px;
	padding-top: 10px;
}
.baner-aside p:nth-child(2){
	font-size: 28px;
	padding-top: 10px;
}
.baner-aside p:nth-child(3){
	font-size: 55px;
}


.paginator{
	display: table;
	margin: auto;
	margin-bottom: 30px;
	height: 27px;
}
.paginator ul{
	display: table-cell;
	position: relative;
}
.paginator ul li{
	display: inline-block;
}
.page-center{
	text-align: center;
	padding: 0 20px;
}
.page-center li a{
	display: block;
	text-align: center;
	color: #888888;
	width: 27px;
	height: 27px;
	transition: all 250ms;
	border: 1px solid #e3e3e3;
	line-height: 27px;
}
.page-center li{
	text-align: center;
	margin: 0 4px
}
.page-center li a:hover{
	border-color: #1594b7;
	color: #1594b7;
}
.first-prev li a, .last-next li a{
	width: 27px;
	height: 27px;
	color: #888888;
	display: block;
	text-align: center;
	transition: border-color 150ms;
	border: 1px solid #e3e3e3;
	line-height: 27px;
}
.first-prev li a:hover, .last-next li a:hover{
	border-color: #1594b7;
	color: #1594b7;
}

/**SINGL TOVAR PAGE***********************************************************************/
.tovar-block-w{
	margin-top: 30px;
}
.tovar-block{
	display: block;
	position: relative;
}
.img-tovar {
	float: left;
	margin-right: 20px;
	position: relative;
}
.bigImg-w {
	width: 370px;
	height: 370px;
	border: 1px solid #f1f5f6;
	display: block;
	position: relative;
}
.bigImg{
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}
.thumbs{ 
	width: 370px;
	overflow: hidden;
	margin-top: 15px;
	position: relative;
}
.thumbs a{
	width: 118px;
	height: 118px;
	border: 1px solid #f1f5f6;
	display: block;
	position: relative;
	margin-bottom: 10px;
	float: left;
}
.thumbs a:nth-child(3n+2){
	margin-left: 5px;
	margin-right: 5px;
}
.thumbs a:last-child{
	margin-bottom: 0;
}
.thumbs a img{
	width: 104px;
	height: 75px;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
.thumbs .img-activ:before {
	content: "";
	background: rgba(0,0,0, 0.1);
	position: absolute;
	width: 118px;
	height: 118px;
	display: block;
	z-index: 10;
}
.price-tovar{
	float: left;
}
.singl-price{
	font-size: 28px;
	font-weight: bold;
	color: #888888;
	margin-bottom: 20px;
}
.singl-price span{
	color: #333333;
}
.articl{
	font-size: 20px;
	color: #888888;
}
.articl span{
	color: #333333;
	margin-left: 5px;
}
.nalichie{
	margin-top: 15px;
	margin-bottom: 25px;
}
.nalichie p:first-child{
	color: #0da879;
	font-size: 20px;
}
.nalichie p:first-child:before{
	content: "";
	display: inline-block;
	background: url("../img/gal.png") no-repeat center center;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.nalichie p:last-child{
	color: #12a0c4;
	font-size: 20px;
}

.order-2{
	display: block;
	width: 185px;
	height: 45px;
	background: #4169E1;
	text-align: center;
	font-size: 20px;
	color: #fff;
	transition: 200ms;
	line-height: 45px;
}
.order-2:hover{
	background: #ff8810;
}
.order-1{
	display: block;
	width: 185px;
	height: 45px;
	background: #ff8810;
	text-align: center;
	font-size: 20px;
	color: #fff;
	transition: 200ms;
	line-height: 45px;
	margin-bottom: 20px;
}
.order-1:hover{
	background: #4169E1;
}
.baner-toavar-w{
	float: right;
	width:	306px;
	height: 322px;
	background: #f6f6f6;
}
.baner-toavar-w div{
	padding: 20px;
}
.baner-toavar-w  h3{
	color: #ff8810;
	text-align: center;
	font: 24px "Bebas_Neue_Cyrillic";
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 10px;
}
.baner-toavar-w p{
	font-size: 18px;
	color: #333333;
	font-style: italic;
	position: relative;
	/* height: 57px; */
	padding-left: 70px;
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
}
.baner-toavar-w div p:nth-child(2):before{
	content: "";
	display: inline-block;
	background: url("../img/icon-10.png") no-repeat center left;
	width: 57px;
	height: 57px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.baner-toavar-w div p:nth-child(3):before{
	content: "";
	/* display: inline-block; */
	background: url("../img/icon-11.png") no-repeat center left;
	width: 57px;
	height: 57px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.baner-toavar-w div p:nth-child(4):before{
	content: "";
	/* display: inline-block; */
	background: url("../img/icon-12.png") no-repeat center left;
	width: 57px;
	height: 57px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.baner-toavar-w div p:nth-child(5):before{
	content: "";
	/* display: inline-block; */
	background: url("../img/icon-13.png") no-repeat center left;
	width: 57px;
	height: 57px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.manual-w{
	margin-top: 20px;
}
.manual-w table {
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
	border: 1px solid #f6f6f6;
}
.manual-w table tr{
	height: 37px;
}
.manual-w table tr:nth-child(odd){
	background: #f6f6f6;
}
.manual-w table tr td:first-child{
	padding-left: 30px;
	width: 50%;
	font-size: 18px;
	color: #333333;
	border-right: 1px solid #fff;
}
.manual-w table tr td:last-child{
	font-size: 18px;
	color: #252525;
	width: 50%;
	padding-left: 30px;
}
.PT-SB-25{
	font: 30px "Bebas_Neue_Cyrillic";
	text-transform: uppercase;
	border-bottom: 2px solid #cfcfcf;
	padding-bottom: 10px;
	font-weight: normal;
	color: #333333;
	font-weight: normal;
}

.manual-text{
	margin-bottom: 30px;
}
.manual-text p{
	font: 14px "Open Sans", sans-serif;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 20px;
	color: #252525;
}
.manual-text p:last-child{
	margin-bottom: 0px;
	margin-top: 0px;
}





#h3_auto_4_slider li{
	float: left; 
	width: 212px; 
	margin-top: 5px;
	text-align: center;
	border: 1px solid #e3e3e3;
	transition: border-color 300ms;
	margin-bottom: 5px;
}

#h3_auto_4_slider li img{
	width: 210px;
	height: 210px;
	
}
#h3_auto_4_container{
	position: relative; 
	margin: auto;
	display: table;
	margin-top: 35px;
	padding-bottom: 50px;
}
#h3_auto_4_container #prev_h3_auto_4, #h3_auto_4_container #next_h3_auto_4{
	height: 31px;
	width: 17px; 
	cursor: pointer;
	position: absolute;
	top: 39%;
	transition: background 150ms;
}
#h3_auto_4_container #prev_h3_auto_4{
	left: -30px;
	background: url('../img/arrow-s.png') left top no-repeat; 
}
#h3_auto_4_container #prev_h3_auto_4:hover{
	background: url('../img/arrow-s.png') right top no-repeat; 
}
#h3_auto_4_container #next_h3_auto_4{
	right: -30px;
	background: url('../img/arrow-s.png') right bottom no-repeat;
}
#h3_auto_4_container #next_h3_auto_4:hover{
	background: url('../img/arrow-s.png') left bottom no-repeat;
}
#h3_auto_4_slider ul li:hover{
	border-color: #ff8810;
	box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
}
#h3_auto_4_slider ul li:hover .title-tovar-main{
	color: #ff8810;
}
#h3_auto_4_slider ul li:hover .info-slider span{
	color: #333333;
}
#h3_auto_4_slider ul li a{
	display: block;
	position: relative;
}








.comments-w{
	margin-top: 30px;
}
.comments-w .PT-SB-25{
	margin: 20px 0;
}
.comment{
	margin-bottom: 20px;
}
.comment .name-human {
	font-size: 20px;
	color: #333333;
}
.name-human span:before{
	content: "|";
	color: #cfcfcf;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 7px;
	margin-left: 5px;
}
.name-human span{
	font-size: 16px;
	color: #1594b7;
}
.comment div{
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 15px;
}
.comments-w .comment:last-child div{
	border-bottom: none;
}
.comment div>p{
	font: 14px "Open Sans", sans-serif;
	line-height: 20px;
	color: #888888;
	
	
}

.add-comments-w{
	margin-bottom: 60px;
	position: ralative;
}
.add-comments-w form {
	margin-top: 40px;
	display: block;
	position: relative;
	padding: 40px;
	padding-bottom: 20px;
	background: #f6f6f6;
}
.add-comments-w form div>p:first-child{
	float: left;
}
.add-comments-w form div>p:last-child{
	float: right;
}
.add-comments-w form label{
	display: block;
}
.add-comments-w form p input{
	height: 39px;
	width: 452px;
	text-indent: 15px;
	border: 1px solid #e3e3e3;
	display: block;
	margin-bottom: 20px;
	font: 14px "Open Sans", sans-serif;
	color: #888888;
}
.add-comments-w form p input:first-child{
	margin-bottom: 24px;
}
.add-comments-w form p input:focus{
	border-color: #4169E1;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	outline: none;
}
.add-comments-w form textarea{
	resize: none;
	font: 14px "Open Sans", sans-serif;
	color: #888888;
	width: 588px;
	height: 64px;
	padding: 15px;
	width: 912px;
	border: 1px solid #e3e3e3;
}
.add-comments-w form textarea:focus{
	border-color: #4169E1;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	outline: none;
}
.add-comments-w form input[type=submit]{
	font: 20px "Cuprum";
	color: #fff;
	border: none;
	margin-top: 15px;
	width: 185px;
	height: 45px;
	background: #4169E1; 
	cursor: pointer;
	padding-bottom: 1px;
	display: table;
	margin: auto;
	margin-top: 20px;
}
.add-comments-w form input[type=submit]:hover{
	background: #ff8810; 
}
.tovar-prew-next a{
	color: #ff8810;
}
.tovar-prew-next a:hover{
	color: #333333;
}
.tovar-prew-next{
	margin-bottom: 25px;
}
.tovar-prew-next a:first-child:before{
	content: "";
	background: url('../img/icon-20.png') center center no-repeat;
	display: inline-block;
	width: 11px;
	height: 9px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.tovar-prew-next a:first-child:hover:before{
	background: url('../img/icon-22.png') center center no-repeat;
}
.tovar-prew-next a:last-child:after{
	content: "";
	background: url('../img/icon-21.png') center center no-repeat;
	display: inline-block;
	width: 11px;
	height: 9px;
	margin-left: 5px;
	position: relative;
	top: -1px;
}
.tovar-prew-next a:last-child:hover:after{
	background: url('../img/icon-23.png') center center no-repeat;
}
.tovar-prew-next a:last-child{
	float: right;
}

/*****POST SM***************************************************************/
.post{
	border: 1px solid #e3e3e3;
	display: block;
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	margin: 30px 0;
	transition: 300ms;
}
.post:hover{
	border-color: #FF8810;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.post:hover .img-post-sm img{
	transform: scale(1.1 ,1.1)
}
.post>div{
	padding: 20px;
	position: relative;
}

.img-post-sm{
	width: 228px;
	height: 156px;
	position: relative;
	display: block;
	float: left;
	border: 1px solid #e3e3e3;
	overflow: hidden;
}
.img-post-sm img{
	width: 228px;
	height: 156px;
	z-index: -1;
	transition: 300ms;
}
.text-sm{
	float: right;
	width: 730px;
}
.text-sm h2 {
	color: #333333;
	text-decoration: underline;
	font-size: 20px;
	font-weight: normal;
	display: inline;
}
.text-sm h2:hover{
	color: #ff8810;
}
.date-sm{
	color: #4169E1;
	margin: 3px 0;
}
.post-exerpt{
	color: #888888;
	font: 14px/20px "Open Sans", sans-serif;
	height: 80px;
	overflow: hidden;
}
.readmore{
	text-decoration: underline;
	color: #4169E1;
	position: absolute;
	right: 20px;
	bottom: 10px;
	display: block;
}
.readmore:hover{
	color: #ff8810;
}

.singl-post>div{
	position: relative;
	padding-bottom: 20px;
}
.img-post-lg{
	border: 1px solid #e3e3e3;
	width: 1024px;
	height: 423px;
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.singl-post{
	margin: 30px 0;
	margin-bottom: 50px;
}
.text-lg p{
	font: 14px/20px "Open Sans", sans-serif;
	color: #888888;
	margin-bottom: 20px;
}
.text-lg blockquote {
	background: #fff3e7;
	
	border-left: 3px solid #ff8810;
}
.text-lg blockquote  p{
	color: #333333;
	padding: 20px;
	position: relative;
}
.text-lg blockquote  p:before{
	content: "";
	display: inline-block;
	background: url('../img/blc.png') center center no-repeat;
	width: 11px;
	height: 8px;
	position: absolute;
	top: 10px;
	left: 7px;
}
.text-lg ul{
	margin-bottom: 20px;
}
.text-lg ol{
	color: #888888;
	margin-top: 10px;
}
.text-lg ul li{
	list-style-type: disc;
	font: 14px/20px "Open Sans", sans-serif;
	color: #888888;
	margin-left: 15px;
}
.BNC-24 {
    font: 24px "Bebas_Neue_Cyrillic";
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #333;
}
.manual-text > ul > li{
list-style: disc;
color: #252525;
}
.manual-text > ol > li{
color: #252525;
}


.RFormError { float: right; color: #F00; font-size: 14px; }
.BCFormError { float: right; color: #F00; font-size: 14px; }
.OCFormError { float: right; color: #F00; font-size: 14px; }
.addBasketAjax { display: none; background-image: url('/bitrix/templates/instrument/img/loader_add_basket.svg'); position: fixed; top: 50%; left: 50%; height: 150px; width: 150px; z-index: 99999; background-size: contain; background-repeat: no-repeat; margin-top: -75px; margin-left: -75px; }