input[type=text]:focus,
textarea:focus,
select:focus {
	outline:none;
}
textarea {
	resize:none;
}
html, 
body {
	font-size: 16px;
	font-family: Arial;
	line-height: 1.3em;
	color: #282828;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
	font-size: 30px;
	color: #282828;
	font-weight: bold;
    margin-bottom: 20px;	
}
a {
	outline: none !important; /* Убираем границу вокруг ссылок  */
}
p {
	color: #282828;
	font-size: 14px;
}
@media (min-width:1400px) { 
	.container { width:1336px; }
}

.sub_item_image img,
.collection_item__image img {
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;	
}

.sub_item_image img:hover,
.collection_item__image img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.header {
	background: rgb(185,185,185);
	background: linear-gradient(0deg, rgb(185, 185, 185) 0%, rgb(133, 133, 133) 100%);
	height: 145px;
	padding: 0 20px;
}

.logo {
	margin-top: 26px;
	margin-left: 15px;
	display: block;
}

.logo_balsvamo {
	margin: 6px 9px 10px 0;
	height: 39px;
	float: right;
}

.phone {
	color: #000000;
	font-size: 14px;
	text-align: right;
	padding-top: 7px;
	padding-right: 15px;
}

.phone:before {
	content: " ";
	background: url(/img/icon-phone.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 2px;
	margin-right: 5px;	
}

.phone b { font-size: 16px; font-weight: bold; }

.search_fields {
	position: relative;
}

.search_fields input {
	height: 36px;
	border: none;
}

.search_fields input::placeholder { color: #282828; font-size: 14px; } 

.btn-search {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 19px;
	height: 19px;
	border: none;
	background: url(/img/search-btn.png);
}

.header_menu {
	text-align: right;
}

.header_menu ul { margin: 0; }

.header_menu ul li {
	display: inline-block;
	vertical-align: top;
	padding: 17px 19px;
	text-align: center;
}

.header_menu ul li:last-child {
	padding-right: 5px;
}
.header_menu a {
	font-size: 14px;
	color: #000000;
}

.navigation {
	border-top: 2px solid #e42d24;
}

.navbar-default {
	border: none;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	background: #232120;
	border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;	
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
	text-decoration: underline;
	background: #b4b4b4;
}

.content {
	margin: 20px;
}

.footer {
	margin-top: 40px;
	background: url(/img/footer-bg.png);
	min-height: 117px;
	padding: 0 20px;
}

.logo_footer { 
	margin-top: 22px; 
	margin-left: 5px;
}

.copyright {
	padding-top: 41px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}

.footer_menu {
	float: right;
	margin-top: 30px;
}

.footer_menu ul { margin: 0; }

.footer_menu ul li {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	text-align: center;
}

.footer_menu ul li:last-child {
	padding-right: 0px;
}
.footer_menu a {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.faber {
	padding: 40px 0 0 40px;
}

.faber a {
	color: #ffffff;
	font-size: 14px;
}

.faber a:before {
	content: " ";
	background: url(/img/faber.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 2px;
	margin-right: 5px;	
}

.banner {
	padding-bottom: 40px;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
	background: #e2e2e2;
	width: 13px;
	height: 13px;
	border: none;
	margin: 0;
}

.carousel-indicators li.active {
	background: #c3c3c3;
	width: 13px;
	height: 13px;
}

.block_shadow {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);	
}

.b-categories {
	padding: 25px;
	background: url(/img/razdel-bg.png) no-repeat top;	
}

.b-categories_title {
	font-size: 18px;
	font-weight: bold;
	color: #282828;
	margin-bottom: 15px;
}

.b-categories a {
	color: #282828;
	font-size: 16px;
	line-height: 36px;
}

.main_block {
	height: 451px;
	background: url(/img/bg-center.png);
	padding: 30px 30px 30px 30px;
}

.main_block h1 {
	font-weight: bold;
	color: #000000;
	font-size: 28px;
}

.center_block__content {
	font-size: 14px;
	color: #414141;
	margin-bottom: 20px;
}

.center_block__btn {
	width: 159px;
	height: 40px;
	background: #910700;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	text-transform: lowercase;
}

.center_block__btn:hover {
	color: #fff;
}

.block_news {
	margin-top: 35px;
}

.block_news__header {
	font-weight: bold;
	font-size: 23px;
	color: #282828;
	margin-bottom: 20px;	
}

.block_news_item {
	margin-bottom: 20px;
}

.block_news_item__name {
	position: relative;	
	min-height: 105px;
}

.block_news_item__name a {
	padding-top: 13px;
	padding-left: 75px;
	display: block;
	font-size: 16px;
	color: #000000;
}

.block_news_item__date {
	margin-left: 13px;
	margin-top: 16px;
	position: absolute;
	background: #910700;
	padding: 8px 5px;
	width: 49px;
	height: 54px;
	text-align: center;
	color: #fff;
}

.date_day {
	font-weight: bold;
	font-size: 28px;
}

.date_month {
	font-weight: bold;
	font-size: 16px;
}

.block_news_all {
	display: block;
	font-size: 17px;
	color: #910700;
	text-align: center;
	text-transform: lowercase;
}

.experts_list_item {
	margin-bottom: 60px;
}

.experts_list_name {
	margin-bottom: 10px;
}

.experts_list_name a {
	font-weight: bold;
	font-size: 18px;
	color: #e42d24;
}

.experts_list_namefull {
	margin-bottom: 10px;
	min-height: 87px;
}

.experts_list_namefull a {
	font-size: 14px;
	color: #282828;
}

.btn_grey {
	border: none;
	font-weight: bold;
	font-size: 17px;
	color: #fff;	
	background: #303030;
	padding: 10px 20px;
	display: inline-block;
}

.btn_grey:hover {
	color: #fff;
	text-decoration: none;
	background: #252424;
}

.kontakty_form { 
	margin-top: 60px;
}

.kontakty_ib {
	display: inline-block;
	vertical-align: bottom;
}

.kontakty_ib p {
	font-size: 15px;
	color: #7f7f7f;	
	margin-left: 40px;
	margin-bottom: 16px;	
}

.kontakty_h3 {
	font-size: 26px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.form-control {
	height: 40px;
}

textarea.kon-form-control {
	height: 95px;
}

#YMapsID { height: 420px; }

.kontakty_select {
	width: 275px;
	margin: 40px 0;
}

.breadcrumbs ul li {
	display: inline-block;
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
	color: #282828;
	font-size: 14px;
}

.breadcrumbs ul li:before {
	content: "»";
	display: inline-block;
	margin-left: 5px;
}

.breadcrumbs ul li:first-child:before {
	display: none;
}

.images-carousel__item {
	border: 1px solid #e7e7e7;
	margin-bottom: 4px;
}

.line-text {
	margin-bottom: 20px;
	font-size: 14px;
	color: #000000;
}

.line-text b {
	display: block;
}

.b-product-tabs {
	margin: 60px 0;
}
.tab-content { background: #fff; }
.tab-pane {
	padding: 20px;
	z-index: 999;
}
.tab-pane.active {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
}

.nav-tabs { border-bottom: none; }
.nav-tabs > li { margin-right: 4px; }
.nav-tabs > li > a,
.nav-tabs > li > a:hover {
	border: none;
	margin-right: 0px;	
	padding: 15px 30px;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	background: #aaaaaa;
	background: -moz-linear-gradient(top, #aaaaaa 0%, #2e2e2e 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #aaaaaa), color-stop(100%, #2e2e2e));
	background: -webkit-linear-gradient(top, #aaaaaa 0%, #2e2e2e 100%);
	background: -o-linear-gradient(top, #aaaaaa 0%, #2e2e2e 100%);
	background: -ms-linear-gradient(top, #aaaaaa 0%, #2e2e2e 100%);
	background: linear-gradient(to bottom, #aaaaaa 0%, #2e2e2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#2e2e2e', GradientType=0 );
}

.nav-tabs > li.active {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);	
}

.nav-tabs > li.active:after {
	content: " ";
	height: 20px;
	position: absolute;
	bottom: -10px;
	background: #fff;
	width: 100%;
	display: block;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	border: none;
	color: #282828;
	background: #fff;
}

.collection_item {
	display: block;
	margin-bottom: 40px;
	padding: 0 10px;	
}

.collection_item_text {
	text-align: center;
	height: 60px;
	overflow: hidden;
	margin: 10px 0;
}

.collection_item__name {
	font-size: 14px;
	color: #bb1c14;
	display: block;
	font-weight: bold;
}

.collection_item__fullname {
	font-size: 13px;
	color: #525252;
	display: block;
}

.collection_item_text a:hover {
	text-decoration: none;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	font-size: 14px;
}

.article_item {
	margin-bottom: 40px;	
}

.article_text {
	height: 68px;
	overflow: hidden;
	margin: 10px 0;
}

.article_name {
	font-size: 18px;	
	font-weight: bold;
	color: #e42d24;
	display: block;
	margin-bottom: 5px;
}

.article_namefull {
	font-size: 14px;
	color: #282828;
	display: block;
}

.block_category {
	margin: 30px 0 23px;
}

.block_category_title {
	font-weight: bold;
	color: #282828;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.sub_item_image img {
	margin: 0 auto;
}

.sub_item_name {
	font-weight: bold;
	color: #232120;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin: 10px 0 20px;
	height: 40px;
	overflow: hidden;
}

.sub_item_btn {
	margin: 0 auto;
}

.slick__arrows {
	position: relative;
}

.slick-arrow {
    display: inline-block;
    width: 36px;
    height: 44px;
    position: absolute;
    z-index: 2;
    color: transparent;
    font-size: 0;
    line-height: 0;
	background: #a6a6a6 url(/img/block_category_arrow.png) no-repeat center;
    cursor: pointer;
	top: 70px;
}

.slick-prev {
	left: -20px;
}
.slick-next {
	transform: rotate(180deg); 
	right: -20px;
}

.panel { border: none; border-radius: 0; box-shadow: none; }

.panel-default > .panel-heading {
	background: #636363;
	border-radius: 0;
}

.panel-default > .panel-heading a {
	color: #ffffff;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body { border: none; }
.panel-body { padding: 20px 0; }
.panel-default > .panel-heading a:hover,
.panel-default > .panel-heading a:focus { text-decoration: none; }

.panel-default > .panel-heading a:before {
	content: " ";
	display: inline-block;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background: url(/img/plus_minus.png) 0 -19px;
	vertical-align: top;
	margin-top: 0px;	
	margin-right: 10px;
}

.panel-default > .panel-heading a.collapsed:before {
	background: url(/img/plus_minus.png);	
}

.panel-group .panel { border-radius: 0; }

.product_right_block {
	text-align: center;
	background: #f8f8f8;
	padding: 13px 5px;
}

.prod_right_title {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	padding-top: 10px;
}

.prod_right_subtitle {
	color: #5e5e5e;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.prod_right_img img {
	margin: 0 auto;
}

.prod_right_select {
	margin: 17px 14px 26px;
}

.prod_right_line {
	border-bottom: 1px solid #fff;
	margin-bottom: 17px;
}

.downloads_item {
	background: #f1f1f1;
	margin-bottom: 30px;
}

.downloads_image {
	float: left; 
	width: 115px;
}

.downloads_holder {
	margin-left: 115px;
	padding: 15px 20px;
}

.downloads_name {
	font-weight: bold;
	color: #282828;
	font-size: 12px;
	height: 103px;
	overflow: hidden;
}

.downloads_link {
	font-weight: bold;
	color: #ba0b02;
	font-size: 12px;
	display: block;
	line-height: 30px;
}

.downloads_link:before {
	content: " ";
	display: inline-block;
	vertical-align: top;
	background: url(/img/pdf.png) no-repeat left;
	margin-right: 5px;
	width: 24px;
	height: 30px;
}

.downloads_link:hover {
	color: #ba0b02;
}

.document_header { 
	color: #282828;
	font-weight: bold;
	font-size: 22px;
	margin-top: 35px;
	margin-bottom: 15px;
}

.documents_link {
	color: #232120;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	margin-bottom: 20px;
}

.documents_link:before {
	content: " ";
	display: inline-block;
	vertical-align: top;
	background: url(/img/pdf_lg.png) no-repeat left;
	margin-right: 20px;
	width: 48px;
	height: 59px;
}

.document_holder { 
	display: inline-block;
	vertical-align: top;
}

.document_holder > div {
	color: #ba0b02;
	font-size: 14px;
	font-weight: normal;
}

.documents_link:hover {
	color: #232120;
	text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1399px) {
	.header_menu ul li { padding: 17px 10px; }	
	.product_right_block { margin-top: 32px; }	
}

@media (min-width: 768px) and (max-width: 991px) {
	.content {
		margin: 0;
	}
	.sub_item_name {
		font-size: 16px;
	}
	.center_block__btn {
		width: 132px;
		font-size: 12px;
	}
	.nav-tabs > li > a, 
	.nav-tabs > li > a:hover {
		font-size: 16px;
	}
	.copyright {
		text-align: right;
	}
	.footer_menu { margin-top: 0; }
	.faber {
		padding: 40px 0 0 25px;
	}	
	.faber a { font-size: 10px; }
	.header_menu ul li { padding: 17px 15px; }
	.navbar-nav {
		float: none;
		text-align: center;
	}
	.navbar-nav > li { float: none; display: inline-block; }
	.navbar-default .navbar-nav > li > a {
		padding-left: 20px;
		padding-right: 20px;		
	}
	.product_right_block { margin-top: 32px; }
}

@media (max-width: 767px) {
	.logo_footer { margin-left: 0px; }
	.logo_footer img { margin: 0 auto; }
	.faber {
		padding: 40px 0 0 0px;
		text-align: center;
	}	
	.copyright {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.product_middle_block { margin-top: 20px; }	
	.product_right_block { margin-top: 32px; }	

	.content {
		margin-top: 65px;
	}

	.phone {
		padding: 0px;
	}
	
	.menu_phones {
		padding: 10px 5px 0 0;
	}

	.bs-docs-nav {
		background: rgb(185,185,185);
		background: linear-gradient(0deg, rgb(185, 185, 185) 0%, rgb(133, 133, 133) 100%);
		border: none;
		position: absolute;
		top: 0;
		left: 0;
		height: 44px;
		width: 100%;
		z-index: 99;
	}	
	.navbar-default .navbar-toggle .icon-bar {
		background: #fff;
	}
	.navbar-nav {
		position: static;
	}
	.navbar { min-height: 44px; }
	.navbar-toggle {
		float: left;
		margin: 0;
		padding: 15px 15px 12px 15px;
		border: none;
		border-right: 1px solid #cfcfcf;
		border-radius: 0;
	}
	.navbar-collapse {
		border: none;
		box-shadow: none;
	}
	.navbar-nav { margin: 0 -15px; }
	.navbar-nav > li {
		border: none;
	}
	.navbar-header { 
		height: 44px;
	}
	.navbar-toggle .icon-bar {
		height: 3px;
	}
	.container > .navbar-header, 
	.container-fluid > .navbar-header, 
	.container > .navbar-collapse, 
	.container-fluid > .navbar-collapse {
		margin-right: -20px;
		margin-left: -20px;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 10px 15px 10px 43px;
		border-bottom: 1px solid #c7c7c7;		
	}
	.navbar-nav > li > a {
		border-bottom: 1px solid #c7c7c7;
		text-transform: none;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { border: none; }
	.menu_logo {
		width: 100px;
		float: left;
	}
	.logo {
		margin: 0px;
		padding-left: 7px;
		padding-top: 4px;
		height: 44px;
		border-left: 1px solid #5b5b5b;
	}
	.menu_phones,
	.menu_search {
		display: inline-block;
		vertical-align: top;
	}
	.bs-docs-nav .form-control { 
		display: none; 
		height: 42px;
		margin-top: 1px;
	}
	.bs-docs-nav .btn-search {
		position: static;
	}
	.bs-docs-nav .btn-search {
		width: 43px;
		height: 44px;
		background: url(/img/btn-search-black.png) no-repeat center;
		border-left: 1px solid #5b5b5b;
		padding: 6px 12px;
	}
	
	.menu_form_xs:hover .form-control {
		-webkit-transition: display 0.3s ease-in-out;
		-moz-transition: display 0.3s ease-in-out;
		-o-transition: display 0.3s ease-in-out;
		transition: display 0.3s ease-in-out;
	
		display: block;
	}
	.menu_form_xs:hover .btn-search {
		position: absolute;
		top: 0;
		right: 0px;
		border-left: none;		
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background: #fff;
	}
	.navbar-default .navbar-nav > li > a {
		color: #757575;
	}
	.navbar-default .dropdown > a:before {
		content: " ";
		display: inline-block;
		background: url(/img/arr_right.png);
		width: 6px;
		height: 13px;
		vertical-align: top;
		margin-top: 3px;
		margin-right: 5px;
	}
	.center_block__content {
		height: 255px;
		overflow: hidden;
	}
	.experts_list_name {
		margin-top: 15px;
	}
	.tab-content > .tab-pane {
		display: block;
		visibility: visible;
	}
	.tab-pane {
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
		-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
		margin-bottom: 20px;
	}	
}

.soput_block {
	margin: 0px 21px;
}

.soput_block_h3 {
	margin-left: 35px;
	margin-bottom: 40px;
	font: Bold 18px Arial;
	color: #303030;
	text-transform: uppercase;
}

.tab_documents {
	padding: 20px;
}