html
{
	overflow-y: scroll;
}
body
{
	background: #fff url('/images/bg_body.gif') top left repeat;
	color: #222222;
	font-family: Arial;
	font-size: 12px;
	padding:0;
	margin:0;
}

.external
{
	margin: 0 auto;
	width: 1006px;
	border-left: 1px solid #E0E4E9;
	border-right: 1px solid #E0E4E9;
	border-bottom: 1px solid #E0E4E9;
	background: #ffffff url('/images/bg_layout.gif') bottom left repeat-x;
}
.external_print
{
	margin: 0 auto;
	width: 640px;
	border-left: 1px solid #E0E4E9;
	border-right: 1px solid #E0E4E9;
	border-bottom: 1px solid #E0E4E9;
	background: #ffffff url('/images/bg_layout.gif') bottom left repeat-x;
}

.external_
{
	background-color: #ffffff;
	padding: 12px 8px 8px 8px;
}

h1
{	
	color: #222222;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}
h2
{	
	color: #323232;
	font-size: 14px;
	font-weight: bold;
}

p				
{
	font-family: Arial;
	color: #222222;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
}
b
{
	font-weight: bold;
	color: #222222;
}
a
{
	color: #222222;
}
li
{
	font-family: Arial;
	color: #222222;
	font-size: 12px;
	list-style-type: square; 
	padding: 1px;
	line-height: 16px;
}
td
{
	font-size: 12px;
}
.y td
{
	background-color: #eef0f3;
	color: #323232;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	padding: 3px 3px 3px 12px;
}
.x td
{
	background-color: #ffffff;
	color: #323232;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	padding: 3px 3px 3px 12px;
}
.z td
{
	background-color: #9ea0a4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	padding: 7px;
}
.z1 td
{
	background-color: #d3d6da;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	padding: 3px 3px 3px 7px;
}

.logo
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	float:left;

}

.logo_img{
	margin-right: 10px;
}

.logo_title {
	padding-left: 10px;
	font-size: 24px;
	font-weight: 700;
}
/*
.logo_img_border
{
	border: 1px solid #E0E4E9;
	padding: 1px;
}*/
.logo_header
{
	color: #22287F;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	margin: 2px 0px 0px 68px;
	width: 300px;
}
.logo_header_toprint
{
	color: #22287F;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	margin: 2px 0px 0px 68px;
	width: 300px;
}

.logo_slogan
{
	color: #555555;
	font-size: 15px;
	line-height: 18px;
	padding: 0px;
	margin: 1px 0px 0px 68px;
	width: 200px;
}
.logo_contact
{
	display: flex;
	flex-direction: column;
	float: right;
	text-align: right;
	color: #222222;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 30px 0 0;
}

.logo_contact a {
	text-decoration: none;
}

.logo_contact-page {
	color: #222222;
	font-size: 16px;
	font-weight: 700;
}

.logo_contact_print
{
	float: right;
	width: 250px;
	text-align: right;
	color: #222222;
	font-size: 13px;
}
.top_menu
{
	clear: both;
	padding: 12px 0px 18px 0px;
}

.menu_img {
	position: relative;
}

.menu_img img:first-child {
	position: absolute;
	top: 0px;
	left: 0px;
}

.menu,a.menu:visited,a.menu:active,a.menu:link,a.menu:hover 

{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	padding: 6px 15px 10px 15px;
	color:	#222222;
	font-weight: bold;
	text-decoration: none;
}
.menu_active,a.menu_active:visited,a.menu_active:active,a.menu_active:link,a.menu_active:hover 
{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	padding: 6px 18px 10px 15px;
	color: #22287F;
	font-weight: bold;
}
.menu_bg
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: url('/images/top_menu_c.gif') top left repeat-x;
	height:38px;

}
.img_border
{
	border: 1px solid #c1c1c1;
}
.path,a.path:visited,a.path:active,a.path:link,a.path:hover 
{
	font-family: Arial;
	color: #222222;
	font-size: 12px;
}
.path_arr
{
	font-family: Arial;
	color: #222222;
	font-size: 18px;
}

.vitrina_full
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border:1px solid #C0C0C0;
	border-radius: 10px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 47%, rgba(223,222,222,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(223,222,222,1)));
	background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 47%, rgba(223,222,222,1) 100%);
	background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 47%, rgba(223,222,222,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 47%, rgba(223,222,222,1) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 47%, rgba(223,222,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#dfdede', GradientType=0 );
	margin-bottom: 20px;

}
#vitrina img
{
	display: block;
	margin: 6px;
}
.vitrina_logo
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width:290px;
	height:296px;
	float: left;
}
.vitrina_logo a
{
	text-decoration: none;
	font-size: 20px;
	display: block;
	margin: 20px;
}
.vitrina_l
{
	float: left;
	background: url('/images/vitrina_l.gif') bottom left no-repeat;
	height: 298px;
	width:7px;
}
.vitrina_c
{
	float: left;
	background: url('/images/vitrina_c.gif') bottom left repeat-x;
	height: 298px;
	width: 975px;
}
.vitrina_r
{
	float: left;
	background: url('/images/vitrina_r.gif') bottom left no-repeat;
	height: 298px;
	width: 7px;
}
.vitrina_bomag
{
	height: 55px;
	width: 230px;
}
.vitrina_komatsu
{
	height: 55px;
	width: 260px;
}
.vitrina_kramer
{
	height: 55px;
	width: 260px;
}
.vitrina_huyndai
{
	height: 55px;
	width: 260px;
}
.vitrina_special_head
{
	width: 250px;
	margin: 10px 7px;
}
.vitrina_special_gold
{
	background-color: #fae92a;
	padding: 5px 10px;
	letter-spacing: 3px;
	font-size: 18px;
}
.vitrina_special
{
	width: 250px;
	margin: 15px 0px 0px 7px;
}
.main_bomag_l
{
	float: left;
	background: url('/images/main_bomag_l.jpg') bottom left no-repeat;
	height: 130px;
	width: 20px;
}
.main_bomag_c
{
	float: left;
	background: url('/images/main_bomag_c.jpg') bottom left repeat-x;
	height: 130px;
	width: 949px;
}
.main_bomag_r
{
	float: left;
	background: url('/images/main_bomag_r.jpg') bottom left no-repeat;
	height: 130px;
	width: 20px;
}
.main_bomag_div
{
	float: left; 
	padding-top: 15px;
	padding-right: 8px;
	text-align: center;
}
.main_bomag
{
	clear: both;
	padding: 15px 0px;
	height: 130px;
}
.partners
{

	border: 1px solid #ffffff;
	font-size: 20px;
	padding: 10px 15px 20px;
}
.partners>a, .partners>div
{
	display: block;
	margin: 0 0 30px;

}

.partners>div
{
	margin: 2px 0 30px;

}
.podval
{
	padding-top: 15px;
	border: 0px solid red;
	height: 44px;
}
.podval_l
{
	float: left;
	background: url('/images/podval_bg_l.gif') bottom left no-repeat;
	height: 44px;
	width: 15px;
}
.podval_c
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	background: url('/images/podval_bg_c.gif') bottom left repeat-x;
	height: 44px;
	width: 959px;
}
.podval_c_print
{
	float: left;
	background: url('/images/podval_bg_c.gif') bottom left repeat-x;
	height: 44px;
	width: 590px;
}

.podval_r
{
	float:left;
	background: url('/images/podval_bg_r.gif') bottom left no-repeat;
	height:44px;
	width:15px;
}
.podval_ntc, .podval_webmechanica
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.podval_ntc img, .podval_webmechanica img{
	display: block;
	margin: 0 5px 0 0;
}


.shop_header,a.shop_header:visited,a.shop_header:active,a.shop_header:link,a.shop_header:hover 
{
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/* ����� ���� */
.catalog_activ, .catalog
{
	list-style: none;
	margin: 0;
	padding-top: 5px;
	height: 25px;
	display: block;
}

.catalog_activ_text,a.catalog_activ_text:visited,a.catalog_activ_text:active,a.catalog_activ_text:link,a.catalog_activ_text:hover 
{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: 000000;
}
.catalog_text,a.catalog_text:visited,a.catalog_text:active,a.catalog_text:link,a.catalog_text:hover 
{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.prod
{
	list-style: none;
	margin: 5px 0px 5px 10px;
	display: block;

}
.prod_activ
{
	/*background: url('/images/left_menu_activ.gif') top left no-repeat;*/
	list-style: none;
	display: block;
	margin: 5px 0px 5px 10px;
}
.prod_activ_text,a.prod_activ_text:visited,a.prod_activ_text:active,a.prod_activ_text:link,a.prod_activ_text:hover 
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.prod_text,a.prod_text:visited,a.prod_text:active,a.prod_text:link,a.prod_text:hover 
{
	font-size: 14px;
	color: #000000;
	font-weight: none;
	text-decoration: underline;
}
.sub_prod
{
	list-style: none;
	margin: 0;
	margin: 5px 0px 5px 20px;
}
.sub_prod_activ
{
	list-style: none;
	margin: 0;
	margin: 5px 0px 5px 0px;
}
.sub_prod_activ_text,a.sub_prod_activ_text:visited,a.sub_prod_activ_text:active,a.sub_prod_activ_text:link,a.sub_prod_activ_text:hover 
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.sub_prod_text,a.sub_prod_text:visited,a.sub_prod_text:active,a.sub_prod_text:link,a.sub_prod_text:hover 
{
	font-size: 12px;
	color: #000000;
	font-weight: none;
	text-decoration: underline;
}

.left_menu_red_t
{
	background: url('/images/left_menu_red_t.jpg') top left no-repeat;
	width: 170px;
	height: 8px;
}
.left_menu_red_c
{
	background-color: #d3151f;
	width: 140px;
	padding-left: 20px;
	padding-right: 10px;
}
.left_menu_red_b
{
	background: url('/images/left_menu_red_b.jpg') top left no-repeat;
	width: 170px;
	height: 8px;
}
/* end ����� ���� */

.content_bg_top
{
	height: 10px;	
	width: 797px;
	background: url('/images/content_bg_top.gif') top left no-repeat;
}
.content_bg_bottom
{
	height: 25px;	
	background:  url('/images/content_bg_bottom.gif') top left no-repeat;
}
.content_bg_center
{
	width: 795px;
	border-right: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	/*background:  url('/images/content_bg_center.gif') repeat-x bottom left;*/
	padding-top: 20px;

}
a.pages:visited,a.pages:active,a.pages:link,a.pages:hover 
{
	color: #22287F;
	font-size: 14px;
}
address
{
	font-weight: none;
	color: #222222;
	font-size: 12px;
	font-style: normal;
}
.textfield
{
	font-size: 12px;
	color: #222222;
	border: 1px solid #222222;
	padding-right: 0px; 
	padding-left: 0px; 
	padding-top: 0px;
	padding-bottom: 0px;
}

.textfield_name
{
	font-size: 12px;
	color: #222222;
}
.contentpath
{
	clear: both;
	padding: 15px;
}
img.imges_border
{
	background-color: #e3e1e1;
	padding: 10px;
	border: 1px solid #efefef;

}
.news_header
{
	font-size: 15px;
	font-weight: bold;
}
/* ������������ �� ��������� �������� ��� ��������� � �������*/
.photo_gallery
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
}
.photo_gallery div
{

	padding:  0px; 
	margin-top: 0px; 
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	text-align: center; 
	//overflow: hidden; //overflow-x: auto; //overflow-y: auto; 
	border: none;
}

a.photo_gallery, .photo_gallery a
{
	display: block;
	text-decoration: none;
}
.photo_gallery img
{
	display: block;}
/* end ������������ �� ��������� �������� ��� ��������� � �������*/

ul.ul
{
	display:block;
	position:relative;
	padding:0;
	margin: 0;
}
ul.ul li
{
	position: relative;
	list-style: none;
	padding-left: 10px;
	line-height: 1.3;
	font-style: italic;
}
ul.ul li:before
{
	position:absolute;
	content:"-";
	display:inline-block;
	width:30px;
	left:0px;
}

.photo_gallery:after
{
	content:'';
	display: block;
	clear:both;
}

.logo .ul
{
	margin-left:20px;

}
.button
{
	text-decoration: none;
	background: #f1ab00;
	padding: 10px;
	display: block;
	max-width: 220px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin: 25px auto 25px;

}
.contacts{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width:  calc(100% - 190px);
	float: left;
	margin: 0 40px 0 30px;
	height: 86px;
}

.contacts div{
	text-align: center;
	min-width: 160px;
	line-height: 1.3;
}

.contacts div .phone{
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
}

.cookie-notification {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 30;
	color: #fff;
	line-height: 1.4;
	display: none;
}

.cookie-notification .external{
	position: relative;
	padding: 30px 0 20px;
	background: none;
}

.cookie-notification__body {
	color: #fff;
	position: relative;
	z-index: 4;
	margin: 0 28px;
}

.cookie-notification:after {
	content: '';
	display: block;
	position: absolute;
	background: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	bottom: 0px;

}

.cookie-notification_close {
	position: absolute;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	top: 15px;
	right: 26px;
	z-index: 4;
	cursor: pointer;
}
.cookie-notification_close:before {
	content: '';
	height: 4px;
	width: 20px;
	position: absolute;
	background-color: #dc291e;
	border-radius: 2px;
	transform: rotate(45deg);
}
.cookie-notification_close:after {
	content: '';
	height: 4px;
	width: 20px;
	position: absolute;
	background-color: #dc291e;
	border-radius: 2px;
	transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
	.cookie-notification__body {
		margin: 0 8px;
	}
	.cookie-notification_close {
		right: 0px;
	}
}
