@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=latin-ext');


body{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}

div{
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.top_line_1{
	background: #4a4a4a;
	color: #d1d1d1;
	width: 100%;
	height: 50px;
	text-align: center;
	position: fixed;
	z-index: 150;
}

div.main_menu{
	float: right;
	/* width: 50%; */
}

div.top_line_1 div.main_menu a{
	color: #d1d1d1;
	text-decoration: none;
}

div.main_menu ul.sub_0{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.main_menu ul.sub_0 li{
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}
div.main_menu ul.sub_0 li a{
	padding-top: 16px;
	padding-bottom: 16px;
	display: block;
    text-transform: uppercase;
}
div.main_menu ul.sub_0 li a.active,
div.main_menu ul.sub_0 li a:hover{
	color: #fff;
}

a.c2a_meeting{
	float: right;
	display: block;
	background: #de0717;
	color: #fff;
	padding: 8px;
	padding-left: 39px;
	padding-right: 16px;
	border-radius: 4px;
	margin-top: 8px;
	text-decoration: none;
	margin-left: 50px;
	margin-right: 50px;
	background-image: url('icon-man-button.svg');
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: 12px center;
}

div.c2a_telephone{
	float: right;
	color: #fff;
	padding-left: 40px;
	margin-left: 16px;
	background-image: url('icon-header-phone-w.svg');
	background-repeat: no-repeat;
	background-size: auto 44%;
	background-position: 8px center;
	padding-top: 16px;
    padding-bottom: 16px;
}


ul#menu_lang{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

ul#menu_lang li{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}

ul#menu_lang li a{
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #d1d1d1;
	text-decoration: none;
}
ul#menu_lang li a:hover{
	color: #fff;
}

div.top_line_2{
	background: #fff;
	width: 100%;
	height: 90px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
	padding-top: 0.1px;
	text-align: center;
	z-index: 140;
	/*position: fixed;*/
	top: 50px;
}

div.top_line_1_c,
div.top_line_2_c{
	margin: auto;
	width: 85%;
	text-align: left;
	height: 100%;
}

a.main_logo{
	display: block;
	float: left;
	width: 240px;
	height: 50px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-size: 70% auto;
	background-position: center center;
	padding-top: 32px;
}

div.main_product_menu{
	height: 100%;
	float: right;
}

div.main_product_menu ul.sub_0{
	list-style: none;
	padding: 0px;
	margin: 0px;
	top: 50%;
	position: relative;
}

div.main_product_menu ul.sub_0 li{
	float: left;
	margin-left: 16px;
	margin-right: 16px;
	text-transform: uppercase;
}
div.main_product_menu ul.sub_0 li:first-child{
	margin-left: 0px;
}
div.main_product_menu ul.sub_0 li:last-child{
	margin-right: 0px;
}

div.main_product_menu ul.sub_0 li a{
	color: #000000;
	text-decoration: none;
}
div.main_product_menu ul.sub_0 li a:hover,
div.main_product_menu ul.sub_0 li a.active{
	color: #ed1b24;
}

/*div.spacer_before_content{
	height: 140px;
}*/

div.main_slider{
	height: 600px;
	max-height: 70vh;
	min-height: 70vh;
	z-index: 10;
}

div.sliderbx_container.slider_hp,
div.bx-viewport,
div.bx-wrapper,
ul#sliderbx_data_1 li,
ul#sliderbx_data_2 li,
ul#sliderbx_data_3 li,
div.sliderbx_data_li_container{
	height: 100% !important;
	width: 100% !important;
}

ul#sliderbx_data_1,
ul#sliderbx_data_2,
ul#sliderbx_data_3{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

ul#sliderbx_data_1 li,
ul#sliderbx_data_2 li,
ul#sliderbx_data_3 li{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div.slider_item_c_table{
	width: 100%;
	height: 100%;
	display: table;
}
div.slider_item_c_row{
	width: 100%;
	height: 100%;
	display: table-row;
}
div.slider_item_c_cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

div.slider_heading{
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	background: #ed1b24;
	color: #fff;
	padding: 0.8%;
	padding-right: 6%;
	padding-left: 11%;
	width: 44%;
	width: 55%;
	font-size: 40px;
	text-align: left;
	left: -25px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
}
div.slider_heading_c{
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
}

div.slider_line_1,
div.slider_line_2,
div.slider_link{
	background: #fff;
	width: auto;
	padding: 0.3%;
	padding-right: 2.8%;
	padding-left: 11%;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	left: -25px;
	font-size: 18px;
	float: left;
	margin-top: 0.8%;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
}
div.slider_line_1_c,
div.slider_line_2_c,
div.slider_link_c{
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
}

div.slider_line_2,
div.slider_link{
	margin-top: 0.4%;
	clear: left;
}

div.slider_link a{
	color: #ed1b24;
	text-decoration: none;
}
div.slider_link a:hover{
	text-decoration: underline;
}

div.slider_link a:after{
	display: inline-block;
	content: " ";
	width: 12px;
	height: 12px;
	margin-left: 4px;
	background-image: url('icon-sipka-buton.svg');
	background-repeat: no-repeat;
	background-position: center center;
}


div#bx-pager-1,
div#bx-pager-2,
div#bx-pager-3{
	z-index: 51;
	top: -90px;
	margin-bottom: -90px;
	float: right;
	right: 15%;
}

div#bx-pager-1 a,
div#bx-pager-2 a,
div#bx-pager-3 a{
	font-size: 0px;
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin-right: 8px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
}
div#bx-pager-1 a.active,
div#bx-pager-2 a.active,
div#bx-pager-3 a.active{
	background: #ed1b24;
}

div.arrow_after_slider_w{
	height: 18px;
	width: 100%;
	top: -18px;
	z-index: 101;
	background-image: url('sipka-v-bilem-poli-bg.svg');
	background-repeat: no-repeat;
	background-size: 120% auto;
	background-position: center top;
}
div.arrow_after_slider_w.arrow_footer{background-image: url('sipka-v-skorobilem-poli-bg-th.svg');top: 18px;margin-top: -18px;}

div.arrow_after_slider_left{
	float: left;
	width: 49%;
	background-color: #fff;
	left: 0.2%;
	height: 18px;
}
div.arrow_after_slider_left.arrow_footer{background-color: #fff;}

div.arrow_after_slider_right{
	float: right;
	width: 49%;
	right: 0.2%;
	background-color: #fff;
	height: 18px;
}
div.arrow_after_slider_right.arrow_footer{background-color: #fff;}

div.arrow_after_slider_center{
	float: left;
	width: 2%;
	background-color: transparent;
	background-image: url('sipka-v-bilem-poli.svg');
	background-repeat: repeat-x;
	background-size: 100% auto;
	background-position: top center;
	height: 18px;
	text-align: center;
}
div.arrow_after_slider_center.arrow_footer{background-image: url('sipka-ve-skoro-bilem-poli-th.svg');background-position: bottom;}

div.arrow_after_slider_arrow_scroll{
	width: 25px;
	height: 15px;
	background-image: url('sipka-scroll.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 95% auto;
	margin: auto;
	top: -26px;
	cursor: pointer;
}
div.arrow_after_slider_arrow_scroll.arrow_footer{background-image: url('sipka-scroll-to-the-top.svg');top: 26px;}


div.block_complete_solution{
	width: 100%;
	text-align: center;
	padding-top: 4%;
	padding-bottom: 5%;
	background: #fff;
}

div.block_complete_solution_c,
div.block_offer_of_machines_c{
	margin: auto;
	width: 96%;
}

h1.section_heading,
h2.section_heading{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 35px;
}
h2.section_heading.white{
	color: #fff;
}

div.txt_block_1_w{
	margin: auto;
	width: 60%;
}
div.txt_block_1{
	line-height: 206%;
	font-size: 16px;
}

div.complete_solution_presentation{
	width: 100%;
	height: 360px;
	background-image: url('stroj.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left center;
	margin-top: 60px;
}

div.point_of_interest_1_c{
	/* display: none; */
	background-color: rgba(255,255,255,0.92);
	width: 400%;
	height: auto;
	border: 1px solid #ccc;
	top: 60px;
	left: 60px;
	padding: 16px;
	cursor: initial;
	border-radius: 2px;
}
div.point_of_interest_1_c a{
	color: #ed1b24;
	text-decoration: none;
}
div.point_of_interest_1_c a:hover{
	color: #ed1b24;
	text-decoration: underline;
}

div.point_of_interest_1_c h3{
	font-weight: normal;
}

div.point_of_interest_1{
	position: relative;
	left: 35%;
	top: 22%;
	width: 60px;
	height: 60px;
	background-image: url('point-of-interest.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 95% auto;
	cursor: pointer;
}
div.point_of_interest_1.two{
	left: 65%;
	top: 13%;
}

div.link_complete_solution_show_more_w{
	padding-top: 0px;
}

.page_id_1 div.link_complete_solution_show_more_w{
	padding-top: 20px;
}

a.link_complete_solution_show_more,
a.frontpage_more, 
div.articles_small_more a{
	display: block;
	margin: auto;
	padding: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	border: 1px solid #ed1b24;
	border-radius: 2px;
	width: 250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	background-color: #ed1b24;
	background-repeat: no-repeat;
	background-size: auto 35%;
	background-position: 16px center;
	background-image: url('icon-sipka-buton-white.svg');
}
a.link_complete_solution_show_more:hover,
a.frontpage_more:hover,
div.articles_small_more a:hover{
	color: #ed1b24;
	border: 1px solid #ed1b24;
	background-color: #fff;
	background-image: url('icon-sipka-buton-red.svg');
	
}

div.block_offer_of_machines{
	text-align: center;
	background: #f4f4f4;
	padding-top: 4%;
	padding-bottom: 5%;
}

div.grid_offer_of_machines{
	width: 76%;
	margin: auto;
	padding-top: 4%;
}
.block_offer_of_machines.frontpage div.grid_offer_of_machines{
  width: 100%;
}

div.item_offer_of_machines{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
div.item_offer_of_machines:nth-child(3n){
	margin-right: 0px;
}

a.item_offer_of_machines_c{
	display: block;
	width: 100%;
	height: 100%;
	height: auto;
	/* border: 1px solid red; */
	text-decoration: none;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.item_offer_of_machines_c:hover{
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.3);
}

a.item_offer_of_machines_c h3{
	color: #fff;
	background: #ed1b24;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 22px;
	min-height: 60px;
	display: table;
	/*border-collapse: collapse; */
	width: 100%;
	width: calc(100% + 1px);
  font-weight: 500;
}

div.item_references h3{
	background: #626262;
}

a.item_offer_of_machines_c h3 div.product_card_header_tab_cell{
	display: table-cell;
	display: flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	padding-right: 2%;
	padding-left: 2%;
	width: 100%;
}

a.item_offer_of_machines_c h3 div.product_card_header_tab_row{
	display: table-row;
	height: 100%;
}

div.item_offer_of_machines_img_w{
	width: 100%;
	min-height: 200px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div.item_offer_of_machines_img_w:before{
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 56.25%; /* 9 / (16 / 100) */
	visibility: hidden;
}

div.item_offer_of_machines_img_w img{
	display: none;
}

div.item_offer_of_machines_short_description{
	color: #000;
	margin: 2% auto;
	padding-left: 4%;
	padding-right: 4%;
/*	padding-top: 2%;
	padding-bottom: 2%;*/
	font-size: 16px;
	line-height: 206%;
	text-align: left;
}

div.item_offer_of_machines_show_more{
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 2%;
	padding-bottom: 4%;
}

div.item_offer_of_machines_show_more{
	text-decoration: underline;
	color: #000000;
	font-size: 16px;
	text-align: right;
}

div.item_offer_of_machines_show_more span:after,
div.articles_small_link a:after{
	content: "";
	display: inline-block;
	position: absolute;
	height: 16px;
	vertical-align: middle;
	width: 16px;
	background-image: url('icon-sipka-buton-black.svg');
	background-repeat: no-repeat;
	background-position: center 70%;
	background-size: auto 65%;
	/* outline: 1px solid red; */
}

div.block_our_realizations{
	background-color: #cad2d4;
	width: 100%;
	height: auto;
	padding-top: 4%;
	padding-bottom: 5%;
	text-align: center;
}

div.block_our_realizations_c{
	width: 96%;
	margin: auto;
}

#map_wrapper{
    height: 600px;
}

#map_canvas{
    width: 100%;
    height: 100%;
}

div.block_c2a_main{
	width: 100%;
	text-align: center;
	padding-top: 4%;
	padding-bottom: 5%;
}

div.block_c2a_main_c{
	width: 70%;
	margin: auto;
}

div.block_c2a_main_item{
	float: left;
	width: 33.3333%;
}

div.block_c2a_main_item_icon{
	background-position: center center;
	background-size: 55% auto;
	background-repeat: no-repeat;
	width: 16%;
	height: 60px;
	margin: auto;
}

div.block_c2a_main_item_icon.find_sales{
	background-image: url('symbol-najit-obchodnika.svg');
	background-size: 35% auto;
}
div.block_c2a_main_item_icon.telephone{
	background-image: url('symbol-telefon.svg');
}
div.block_c2a_main_item_icon.envelope{
	background-image: url('symbol-obalka.svg');
}

div.block_c2a_main_link_w{
	padding-top: 32px;
}

div.block_news{
	width: 100%;
	text-align: center;
	height: auto;
	padding-top: 4%;
	padding-bottom: 5%;
	background-image: url('bg-references.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

div.articles_small_container{
	margin: auto;
	width: 80%;
}

div.articles_small_item{
	float: left;
	width: 31.3333%;
	margin-left: 1%;
	margin-right: 1%;
	background: #fff;
	padding: 25px;
	border-radius: 2px;
	text-align: left;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
}

div.articles_small_more{
	clear: both;
	padding-top: 4%;
}

div.articles_small_item h3{
	margin-top: 0px;
	font-size: 22px;
}
div.articles_small_item h3 a{
	color: #000;
	text-decoration: none;
}

div.articles_small_link{
	text-align: right;
	padding-top: 16px;
}

div.articles_small_link a{
	color: #000;
}

div.articles_small_text{
	line-height: 156%;
	font-size: 16px;
}

div.block_about_company{
	background-color: #fff;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
}

div.block_about_company_c{
	margin: auto;
}

div.inner_block_why_us{
	margin-top: 4.5%;
	padding-top: 2%;
	border-top: 1px solid #ccc;
	width: 100%;
}

div.reason{
	float: left;
	width: 21%;
	margin-left: 2%;
	margin-right: 2%;
}

div.reason_ring{
	width: 100%;
	height: auto;
	border-radius: 100%;
	background-color: #9b9b9b;
}
div.reason_ring:before{
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%; /* 9 / (16 / 100) */ /*|||||||||||       1 / (1 / 100) */
	visibility: hidden;
}

div.footer{
	background-color: #626262;
	padding-top: 0.1px;
	color: #fff;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
}

div.footer a{
	color: #fff;
}

div.footer_c{
	margin: auto;
	width: 80%;
}

div.footer_c_wrapper {
	display: flex;
	justify-content: space-between;
}

div.footer_col_20{
	float: left;
	width: 33.333333%;
	text-align: left;
}

div.footer_col_20 .footer_middle_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

div.footer_col_20 .footer_middle_wrapper div.footer_col_float_left {
	width: 100%;
}

div.footer_col_33{
	display: flex;
	justify-content: space-between;
	/*float: left;*/
	width: 80%;
	margin: auto 10%;
	text-align: left;
}
div.footer_col_40{
	float: left;
	width: 33.333333%;
	text-align: left;
}

div.footer_col_40 .footer_col_float_right.gmap {
	margin-left: 50%;
}

div.footer_col_40 h2 {
	margin-left: 50%;
}

div.footer_menu_1 ul,
div.footer_menu_2 ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 206%;
}

div.footer_line_vert_full{
	border-bottom: 1px solid #cad2d4;
	padding-top: 2%;
	margin-bottom: 2%;
}

#footer_menu{
	margin: 0;
    list-style: none;
}

div.footer_c h2{
	font-weight: normal;
}

span.footer_icon_contact{
	background-image: url(footer-icon-address.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 16px;
    width: 25px;
    height: 19px;
}
span.footer_icon_contact.phone {
    background-image: url(footer-icon-telephone.svg);
}
span.footer_icon_contact.mail {
    background-image: url(footer-icon-envelope.svg);
    background-size: auto 80%;
}

div.social_icons{
	text-align: center;
}

a.footer_link_social{
	display: inline-block;
	margin-right: 1%;
	width: 36px;
	height: 36px;
	background-image: url('icon-fb.svg');
	background-repeat: no-repeat;
	background-size: 98% auto;
	background-position: center center;
}
a.footer_link_social.in{
	background-image: url('icon-linked.svg');
}
a.footer_link_social.yt{
	background-image: url('icon-yt.svg');
}

div.footer_newsletter #form_ffcf1_1{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #cad2d4;
}

div.footer_newsletter div.cform_item.cform_item_type_submit{
	float: right;
	width: 48px;
	height: 32px;
	top: -33px;
	right: 1px;
}
div.footer_newsletter div.cform_item.cform_item_type_submit div.cform_form_submit{
	width: 100%;
	height: 100%;
}
div.footer_newsletter input.form_submit{
	font-size: 0px;
	background-image: url('sipka-newsletter.svg');
	background-size: auto 85%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

div.footer_col_float_left{
	float: left;
	width: 50%;
}

div.footer_col_float_right.gmap{
	/*float: right;*/
	width: 50%;
}

div.footer_col_float_right.gmap iframe{
	width: 100%;
	height: 100%;
}

/* span.footer_icon_contact{
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-right: 16px;
} */

h1.subpage_h1_heading{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
}

div.block_subpage_header{
	height: 200px;
	background-image: url('bg-block_subpage_header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 2.5%;
	overflow: hidden;
}

div.js_subpage_category_txt_more{
	display: none;
}

div.grid_offer_of_machines.subpage_category{
	padding-top: 0px;
}

div.item_offer_of_machines_show_more.subpage_category{
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #cecece;
	text-align: left;
	/*padding-left: 35%;*/
	padding-bottom: 4%;
	padding-top: 4%;
	text-decoration: none;
	background-image: url('product-list-arrow-more.svg');
	background-repeat: no-repeat;
	background-position: 80% center;
	background-size: auto 30%;
}

div.item_offer_of_machines_show_more.subpage_category span{
	text-align: center;
	font-weight: bold;
}

div.item_offer_of_machines_show_more.subpage_category span:after{
	display: none;
}

.item_offer_of_machines_short_description {
	height: 10em;
	overflow: hidden;
}

.item_offer_of_machines_short_description .item_offer_of_machines_short_description {
	height: 100%;
}

div.breadcrumbs{
	font-size: 14px;
	padding-bottom: 1%;
}

div.breadcrumbs a{
	color: #000;
	text-decoration: none;
}

div.block_product_detail{
	width: 100%;
	padding-top: 4%;
	padding-bottom: 4%;
}

div.block_product_detail_c{
	margin: auto;
	width: 80%;
}

div.block_product_detail_left_column{
	width: 15%;
	float: left;
	float: right;
}
div.block_product_detail_right_column{
	width: 78%;
	float: right;
}

a.button_calculation_demand{
	width: 100%;
	padding-left: 30%;
}

a.link_product_pdf_download{
	display: block;
	padding-top: 6%;
	padding-bottom: 6%;
	padding-left: 20%;
	padding-right: 20%;
	color: #000;
	background-image: url('icon-pdf-product-list.svg');
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: auto 50%;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
div.product_description{
	padding-top: 4%;
	padding-bottom: 5%;
}

div.block_product_detail_c h2.section_heading{
	font-weight: bold;
}

div.parent_page_link div#submenu_parent_name_div a{
	color: #000;
	text-decoration: none;
	font-size: 22px;
}

div.parent_page_link ul{
	display: none;
}

div.main_product_photo{
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	margin-bottom: 2%;
}

div.main_product_photo a{
	display: block;
	height: 100%;
	width: 100%;
	top: 0px;
	position: absolute;
}

div.sizing_product_1{
	width: 100%;
	padding-bottom: 56.25%; /* 9 / (16 / 100) */
	visibility: hidden;
}

div.product_photos_video_tabs{
	border-bottom: 1px solid #000;
	margin-bottom: 1%;
}

div.product_tab{
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 4px solid #fff;
	float: left;
	width: 15%;
	padding: 1%;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	display: table;
}
div.product_tab:hover,
div.product_tab.active{
	border-bottom: 4px solid #000;
	font-weight: bold;
}

div.product_tab_row{
	display: table-row;
	height: 100%;
}
div.product_tab_row,
div.product_tab_c{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

img.product_tab_content_photo{
	display: none;
}

div.product_tab_content_photo_w{
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	width: 13%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	border: 1px solid #fff;
}
div.product_tab_content_photo_w:hover{
	border: 1px solid #000;
}

div.product_tab_content_photo_w.video{
	
}
div.product_tab_content_photo_w.video:after{
	content: "";
	border-left: 20px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	top: 30%;
	left: 45%;
	z-index: 10;
}


div.product_tab_content_photo_w a{
	display: block;
	height: 100%;
	width: 100%;
	top: 0px;
	position: absolute;
	z-index: 15;
}

div.product_description div.product_tab{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0px solid #000;
	background-color: #fff;
	color: #000;
	width: 20%;
	margin-right: 1%;
}
div.product_description div.product_tab a{
  color: #000;
  text-decoration: none;
}
div.product_description div.product_tab:hover,
div.product_description div.product_tab.active{
	border-bottom: 0px solid #000;
	color: #fff;
	background-color: #000;
}
div.product_description div.product_tab:hover a,
div.product_description div.product_tab.active a{
  color: #fff;
}

div.product_description.references_filter div.product_tab{
	width: 11.625%;
	margin-right: 1%;
}
div.product_description.references_filter div.product_tab:nth-child(8n){
	margin-right: 0px;
}


div.product_description div.product_tab:hover:after,
div.product_description div.product_tab.active:after{
	content: "";
	display: block;
	width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
	position: absolute;
	left: 42%;
	bottom: -8px;
	z-index: -5;
}

div.product_description div.product_tab_content h2{
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 1%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1%;
}

div.product_description div.product_tab_content h3{
	margin-top: 3%;
}

div.product_description div.product_tab_content p{
	line-height: 175%;
}

div.product_description table{
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-collapse: collapse;
	margin-top: 2%;
}

div.product_description table td{
	padding: 0.8%;
}
div.product_description table tr{
	border-bottom: 1px solid #9b9b9b;
}
div.product_description table tr:last-child{
	border-bottom: 0px solid #fff;
}
div.product_description table tr:nth-child(odd){
	background-color: #e8e8e8;
}
div.product_description table tr:nth-child(even){
	background-color: #fff;
}

div.product_tab_content{
	display: none;
}
div.product_tab_content.active{
	display: block;
}

div.references_pager{
	padding-top: 5%;
	padding-bottom: 1%;
	text-align: center;
}

a.references_pager_item{
	display: inline-block;
	margin-right: 2%;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #c9d1d3;
	font-weight: bold;
	color: #000;
	padding: 0.5%;
	text-decoration: none;
}
a.references_pager_item:hover{
	background-color: #a9afb0;
}

a.references_pager_item:last-child{
	margin-right: 0px;
}

div.block_subpage_simple{
	width: 100%;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 4%;
}

div.block_subpage_simple_c{
	width: 80%;
	text-align: left;
	margin: auto;
}

div.subpage_simple_left_col{
	width: 18%;
	float: left;
}
div.subpage_simple_left_col.no_submenu{
	display: none;
}

div.subpage_simple_right_col{
	width: 78%;
	float: right;
}
div.subpage_simple_right_col.no_submenu{
	width: 100%;
}

div.subpage_simple_submenu{
	width: 100%;
}

div.subpage_simple_submenu ul.sub_0{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.subpage_simple_submenu ul.sub_1{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.subpage_simple_submenu ul.sub_0 li{
	
}
div.subpage_simple_submenu ul.sub_0 li:last-child{
	
}
div.subpage_simple_submenu ul.sub_0 li.open{

}

div.subpage_simple_submenu ul.sub_0 li a{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 6%;
	padding-bottom: 6%;
	padding-left: 12%;
	padding-right: 6%;
	background-color: #626262;
	color: #fff;
	text-decoration: none;
	background-image: url('icon-sipka-buton-white.svg');
	background-repeat: no-repeat;
	background-position: 6% center;
	background-size: auto 25%;
	border-bottom: 1px solid #fff;
}
div.subpage_simple_submenu ul.sub_0 li a:hover,
div.subpage_simple_submenu ul.sub_0 li a.active{
	background-color: #de0718;
}

div.subpage_simple_submenu ul.sub_1 li a{
	padding-left: 24%;
	background-color: #4f4d4d;
	background-position: 12% center;
}

div.subpage_simple_text_of_page{
	line-height: 206%;
}

div.subpage_simple_text_of_page p:first-child{
	padding-top: 0px;
	margin-top: 0px;
}

div.subpage_simple_text_of_page h3{
	font-weight: normal;
	font-size: 28px;
}
div.subpage_simple_text_of_page h3:first-child{
	margin-top: 0px;
}

div.subpage_simple_text_of_page h4{
	font-weight: normal;
	font-size: 24px;
}

div.subpage_simple_text_of_page ul{
	padding-left: 20px;
}

div.subpage_subcategory{
	text-align: center;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 4%;
}

div.subpage_subcategory_c{
	margin: auto;
	width: 80%;
	text-align: left;
}

div.subpage_subcategory_cols_w{
	padding-top: 3%;
}

div.subpage_subcategory_main_text{
	line-height: 206%;
}

div.subpage_subcategory_right_col_product_grid div.item_offer_of_machines.item_machine_detailed{
	width: 49%;
}
div.subpage_subcategory_right_col_product_grid div.item_offer_of_machines.item_machine_detailed:nth-child(2n){
	margin-right: 0px;
}
div.subpage_subcategory_right_col_product_grid div.item_offer_of_machines.item_machine_detailed:nth-child(3n){
	margin-right: 2%;
}

div.subpage_simple_left_col.subpage_subcategory_left_col h3:first-child{
	margin-top: 0px;
}

h3.model_selection{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 6%;
	padding-bottom: 6%;
}

h3.type_selection{
	color: #626262;
}

div.item_offer_of_machines.item_machine_detailed h3{
	background: #626262;
	text-align: center;
}

h3.type_selection{
	cursor: pointer;
}

div.subpage_subcategory_select_type{
	float: right;
	margin-left: 0.5em;
	width: 24px;
	height: 24px;
	background-color: #9b9b9b;
	background-image: url('icon-arrow-down.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% auto;
	cursor: pointer;
}
div.subpage_subcategory_select_type.open{
	background-image: url('icon-arrow-up.svg');
}

div.subpage_subcategory_select_type_item{
	width: 100%;
	height: 3em;
	padding-left: 5%;
	padding-right: 5%;
	cursor: pointer;
	display: table;
}
div.subpage_subcategory_select_type_item_c{
	display: table-cell;
	vertical-align: middle;
}
div.subpage_subcategory_select_type_item:hover{
	background: #f4f4f4;
}

div.subpage_subcategory_select_type_items{
	padding-bottom: 6%;
	display: none;
}

div.subpage_subcategory_select_type_item_typename{
	font-weight: bold;
	display: inline-block;
}

div.subpage_subcategory_select_type_item_checkbox{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 0.5em;
	border-radius: 2px;
	border: 1px solid #989898;
	background-color: #fff;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15);
}
div.subpage_subcategory_select_type_item_checkbox:hover,
div.subpage_subcategory_select_type_item_checkbox.active,
div.subpage_subcategory_select_type_item:hover div.subpage_subcategory_select_type_item_checkbox{
	border-color: #de0717;
	background-color: #de0717;
	background-image: url('icon-checkbox.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 60%;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
}

div.articles_list_title a{
	color: #000;
}

div.articles_list_item{
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

div.articles_list_link a{
	color: #000;
}

div.articles_list_item:last-child{
	border-bottom: 0px;
}



/*.group:before,
.group:after{
    content: " ";
    display: table;
}

.group:after{
    clear: both;
}

.group{
    *zoom: 1;
}*/

.technical:before,
.technical:after{
    content: " ";
    display: table;
}

.technical:after{
    clear: both;
}

.technical{
    *zoom: 1;
}

.technical_item{
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 20px;
}

div.popup_bg{
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 999;
}

div.popup_w{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

div.popup_t{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 1001;
}

div.popup_c{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

div.popup_block{
	background-color: #fff;
	border-radius: 4px;
	margin: auto;
	width: 50%;
	max-width: 30em;
}
div.popup_block_inner{
	padding: 8%;
	padding-top: 2%;
	padding-bottom: 6%;
}

div.popup_block_inner .cform_container .cform_item {
	margin: 1em auto;
}

div.popup_block_inner .cform_container .cform_item .cform_text {
	margin-bottom: 0.5em;
}

div.popup_block_inner .cform_container .cform_item .cform_form {
	height: 1.5em;
}

div.popup_block_inner .cform_container .cform_item .cform_form.cform_form_type_textarea {
	height: 6em;
}

div.popup_block_inner .cform_container .cform_item .cform_form input.form.form_text, div.popup_block_inner .cform_container .cform_item .cform_form textarea.form.form_textarea {
	height: 100%;
}

div.popup_close{
	float: right;
	right: -16px;
	top: -16px;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background-color: #000;
	background-image: url('cancel-icon.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 45%;
	cursor: pointer;
}

.cform_item.cform_item_type_submit .cform_form_submit {
	display: flex;
	justify-content: center;
}

.cform_item.cform_item_type_submit .cform_form_submit input.form_submit {
	display: block;
    background: #de0717;
    color: #fff;
    padding: 8px 65px;
    border-radius: 4px;
    border: none;
    margin-top: 8px;
    text-decoration: none;
    margin-left: 50px;
    margin-right: 50px;
}

.cform_item.cform_item_type_submit .cform_form_submit input.form_submit:hover {
	box-shadow: 5px 2px 16px 0 rgba(0,0,0,0.2), 0 2px 20px 0 rgba(0,0,0,0.19);
}


















div.clear_both{
	clear: both;
}




div.mobile_menu{
	display: none;
}
div.mobile_menu_open{
	display: none;
}


.contact_text, .contact_map{
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

.contact_map iframe{
    width: 100%;
}

.item_offer_of_machines_show_more{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*.item_offer_of_machines a, .item_offer_of_machines{
    padding-bottom: 30px;
}*/

.vyhody_hp{
    text-align: left;
}

.list_vyhody{
    line-height: 30px;
    padding-left: 20px;
}

.hidden_text{
    display: none;
}

.footer_contacts_list h3{
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}

input.form.form_text, textarea.form.form_textarea {
	width: 100%;
}



@media only screen and (max-width: 1520px){
	div.main_product_menu ul.sub_0 li{
		margin-right: 6px;
		margin-left: 6px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 1366px){
	div.main_product_menu ul.sub_0 li{
		text-transform: initial;
	}
}
@media only screen and (max-width: 1366px){
	div.main_product_menu ul.sub_0 li{
		font-size: 14px;
	}
}

@media only screen and (min-width: 1000px) {
	.item_offer_of_machines.item_machine_detailed h3 {
		display: inline-grid;
		height: 11vw;
    	max-height: 6.8rem;
	}

	h3 .product_card_header_tab_cell {
		overflow: hidden;
		text-overflow: ellipsis;
		height: 100%;
	}
}

@media only screen and (max-width: 1000px){
    
    .c2a_telephone{
        display: none;
    }
    
    .arrow_after_slider_left,
    .arrow_after_slider_right,
    .arrow_after_slider_w{
        display: none;
    }
    
    #footer_menu{
        padding: 0 !important;
    }
    
    a.main_logo{
        width: 200px !important;
        background-size: auto 100%;
        height: 100%;
        padding-top: 0;
        background-position: left center;
        margin-left: 7.5% !important;
    }
    
    ul#menu_lang{
        width: 100px !important;
    }
    
    a.c2a_meeting{
        max-width: 100% !important;
    }
    
    div.top_line_2_c{
        width: 100%;
    }
    
    div.top_line_2_c{
        float: left;
    }
    
    .contact_text, .contact_map{
        width: 100%;
    }
    
	div.slider_heading{
		width: 90%;
	}
	div.item_offer_of_machines{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 5%;
	}
	div.item_offer_of_machines:last-child{
		margin-bottom: 0px;
	}
	div.link_complete_solution_show_more_w{
		padding-top: 20%;
		padding-bottom: 20%;
	}
	div.top_line_1{
		position: initial;
	}
	div.top_line_2{
		position: initial;
	}
	div.reason{
		width: 50%;
		display: inline-block;
		float: none;
	}
	div.articles_small_item{
		width: 96%;
		margin-bottom: 20%;
	}
	div.articles_small_more{
		padding-bottom: 20%;
	}
	div.block_c2a_main_item{
		width: 100%;
		margin-bottom: 20%;
	}
	/*div.block_c2a_main_item_icon.find_sales,
	div.block_c2a_main_item_icon.telephone,
	div.block_c2a_main_item_icon.envelope{
		background-size: 65% auto;
	}*/
	div.block_c2a_main_item_icon.telephone, div.block_c2a_main_item_icon.envelope{
		background-size: 50% auto;
	}
	/*div.block_c2a_main_item_icon.envelope{
		background-size: 85% auto;
	}*/

	div.footer_c_wrapper {
		display: block;
	}

	div.footer_col_20{
		width: 100%;
		width: 50%;
		height: 15em;
		text-align: center;
	}

	div.footer_col_40 h2 {
		margin: 0;
	}

	div.footer_col_40{
		width: 100%;
		text-align: center;
		/*padding-top: 20%;*/
	}

	div.footer_col_40 .footer_col_float_right.gmap {
		height: 50vw;
		margin: 0;
	}

	div.footer_col_33{
		width: 80%;
		text-align: center;
	}
	div.footer_menu_1,
	div.footer_menu_2{
		text-align: center;
	}
	div.footer_col_20 h2{
		text-align: center;
	}
	
	div.footer_col_float_left{
		width: 100%;
		float: none;
	}
	div.footer_col_float_right.gmap{
		width: 100%;
		float: none;
		padding: 5% 0;
	}
	
	
	div.arrow_after_slider_left{
		width: 45%;
	}
	div.arrow_after_slider_right{
		width: 45%;
	}
	div.arrow_after_slider_center{
		width: 10%;
	}
	
	div.footer{
		padding-top: 20%;
	}
	
	
	div.txt_block_1_w{
		padding-bottom: 20%;
		width: 80%;
	}
	div.block_about_company_c div.txt_block_1_w{
		padding-bottom: 0%;
	}
	
	ul#menu_lang{
		width: 50%;
		float: left;
		text-align: center;
	}
	ul#menu_lang li{
		float: none;
		display: inline-block;
	}
	
	a.c2a_meeting{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
		max-width: 50%;
		padding-right: 8px;
		margin-top: 6px;
		font-size: 15px;
	}
	
	div.main_menu{
		display: none;
	}
	div.main_product_menu{
		display: none;
	}
	
	div.top_line_2_c{
		text-align: center;
	}
	
	a.main_logo{
		float: left;
		margin: auto;
		width: 50%;
        background-size: 40% auto;
        
	}
	
	div.spacer_before_content{
		display: none;
	}
	
	div.popup_block{
		width: 80%;
	}
	
	div.mobile_menu{
		background-color: #4a4a4a;
		padding-top: 5%;
		padding-bottom: 5%;
		padding-left: 5%;
		padding-right: 5%;
	}
	div.mobile_menu ul.sub_0.menu{
		padding: 0px;
		margin: 0px;
		list-style: none;
		width: 100%;
		background-color: #fff;
		padding: 5%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 4px;
	}
	
	div.mobile_menu ul.sub_0.menu > li{
		width: 100%;
	}
	
	div.mobile_menu ul.sub_0.menu > li a{
		display: block;
		padding-top: 5%;
		padding-bottom: 5%;
		color: #000;
		font-size: 18px;
		font-weight: normal;
	}
	div.mobile_menu ul.sub_0.menu > li > a{
		font-weight: bold;
	}
	
	div.mobile_menu_open{
		display: block;
		float: right;
		width: 48px;
		height: 48px;
		margin-right: 7.5%;
		margin-top: 20px;
		background-image: url('icon-menu.svg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 90%;
		cursor: pointer;
	}
	
	h1.subpage_h1_heading{
		font-size: 28px;
	}
	
	div.block_subpage_header div.slider_heading{
		left: -35px;
		padding-top: 3%;
		padding-bottom: 3%;
	}
	
	div.block_subpage_header{
		height: 220px;
	}
	
	div.subpage_simple_left_col{
		width: 100%;
		float: none;
	}
	
	div.subpage_simple_right_col{
		width: 100%;
		float: none;
	}
	
	div.subpage_subcategory_right_col_product_grid div.item_offer_of_machines.item_machine_detailed{
		width: 100%;
	}
	
	div.subpage_subcategory_right_col_product_grid{
		padding-top: 2em;
	}
	
	div.block_product_detail_left_column{
		float: none;
		width: 100%;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	
	div.block_product_detail_right_column{
		float: none;
		width: 100%;
	}
	
	div.product_tab{
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	
	div.product_tab_content_photo_w{
		width: 18.5%;
	}
	
	div.product_tab_content{
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	div.product_photos_video_w{
		padding-top: 1em;
	}
	
	div.product_tab_content_photo_w.video:after{
		border-left: 10px solid #fff;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		top: 25%;
	}
	
	div.product_description div.product_tab{
		font-size: 16px;
		min-height: 60px;
	}
	
	div.product_description div.product_tab:hover:after, div.product_description div.product_tab.active:after{
		left: 35%;
	}
	
	div.grid_offer_of_machines{
		width: 80%;
	}
	
	div.block_offer_of_machines{
		padding-top: 4em;
	}

	.item_offer_of_machines.item_machine_detailed {
		height: auto!important;
	}

	a.item_offer_of_machines_c {
		height: auto;
	}

	/*.item_offer_of_machines_short_description {
		height: auto;
		overflow: unset;
	}*/

	.item_offer_of_machines a, .item_offer_of_machines {
		padding-bottom: 0;
	}
	
}

@media only screen and (max-width: 1160px) {
	.top_line_1 .top_line_1_c {
		width: 95% !important;
	}

	.main_menu {
		overflow: hidden;
	}

	ul#menu {
		overflow: hidden;
	}

	ul#menu li a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1000px) and (orientation: landscape){
	div.mobile_menu_open{
		margin-top: 20px;
	}
	div.c2a_telephone{
		float: left;
		margin-left: 0px;
	}
}

@media only screen and (max-width: 600px) {
	div.block_c2a_main_item_icon.find_sales {
		background-size: 60% auto;
	}
	div.block_c2a_main_item_icon.telephone, div.block_c2a_main_item_icon.envelope{
		background-size: 80% auto;
	}
}

@media only screen and (max-width: 450px) {

	div.footer_c_wrapper {
		display: flex;
		flex-direction: column;
	}

	div.footer_col_20 {
		width: 100%;
	}

	div.footer_col_40 .footer_col_float_right.gmap {
		height: 90vw;
	}
}

.footer .footer_menu_2 {
	text-transform: uppercase;
}

#menu_57_li, #menu_58_li, #menu_59_li {
	display: none;
}

#contact_site_form {
	display: inline-block;
	float: left;
}

#contact_site_form div.block_c2a_main_link_w {
	padding: 0;
}












































