*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	/*line-height: 1.5;*/
	font-family: 'DINPro-Regular', sans-serif;
	overflow-x: hidden;
	margin: 0;
}
p{
	margin: 0;
}
a{
	text-decoration: none;
	color: inherit;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul li,
ol li{
	list-style: none;
}
ul, ol{
	margin: 0;
	padding-left: 0;
}
button{
	font: inherit;
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: normal;
}
.hidden {
	display: none;
}
.container{
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	width: 100%;
	max-width: 1170px;
}
.wrapper{
	overflow: hidden;
}
.flex_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

/*header_block*/
.header {
	padding-top: 30px;
	padding-bottom: 150px;
	background: url('/storage/img/header_back.jpg')no-repeat center/cover;
}
.logo_bl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.logo_text {
	padding-left: 15px;
	border-left: 1px solid rgb(255, 255, 255, 0.5);
	margin-left: 20px;
}
.logo_text p {
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	font-family: 'DINPro-Regular', sans-serif;
}
.header_info_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_info_block li {
	color: #fff;
	position: relative;
	margin-right: 28px;
	padding-left: 45px;
}
.header_info_block li.phone_block {
	width: 100%;
	max-width: 190px;
}
.header_info_block li.email_block {
	width: 100%;
	max-width: 161px;
	padding-left: 50px;
}
.header_info_block li:last-child {
    margin-right: 0;
    padding-left: 0;
    max-width: 170px;
}
.header_info_block li.phone_block::before {
	content: '';
	position: absolute;
	width: 32px;
	height: 36px;
	background: url('/storage/img/phone_icon.png')no-repeat;
	left: 0;
	top: 4px;
}
.header_info_block li.email_block::before {
	content: '';
	position: absolute;
	width: 36px;
	height: 26px;
	background: url('/storage/img/mail_icon.png')no-repeat;
	left: 0;
	top: 9px;
}
.header_info_block ul li a {
	color: #fff;
}
.header_info_block ul li a.phone,
.header_info_block ul li a.email {
	font-size: 18px;
	line-height: 21px;
	font-family: 'DINPro-Bold', sans-serif;
}
span.at {
	font-family: 'roboto', sans-serif;
}
.header_info_block ul li p {
	font-size: 12px;
	line-height: 21px;
	font-family: 'DINPro-Regular', sans-serif;
}
.header_info_block ul li a.choice_city {
	position: relative;
	padding-left: 15px;
	font-size: 13px;
	line-height: 21px;
	text-decoration: underline;
	font-family: 'DINPro-Regular', sans-serif;
	cursor: pointer;
}
a.choice_city.active::before {
	transform: rotate(0deg);
}
a.choice_city::before {
	transform: rotate(180deg);
}
a.choice_city::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	background: url('/storage/img/choice_city_icon.png')no-repeat;
	left: 0;
	top: 9px;
	transition: transform 0.5s;
}
.is_parent_menu::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	background: url('/storage/img/choice_city_icon.png')no-repeat;
	right: -15px;
	top: 9px;
	transition: transform 0.5s;
}
.is_parent_menu.show_submenu::after{
	transform: rotate(180deg);
}
.hidden_list {
	position: absolute;
	width: 143px;
	right: 0;
	/* top: 45px; */
	padding: 5px 15px;
	/* display: none; */
	background: #e94e1b;
	z-index: 3;
}
.hidden_list a::before {
	display: none;
}
.hidden_list li {
	padding-left: 0;
	cursor:pointer;
}
.hidden_list li a {
	font-size: 13px;
	line-height: 21px;
	text-decoration: underline;
	font-family: 'DINPro-Regular', sans-serif;
}
.btn {
	display: inline-block;
	padding: 8px 23px;
	background: #e94e1b;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	font-family: 'DINPro-Bold', sans-serif;
	transition: background 0.3s;
}
.btn:hover,
.btn:active {
	background: #ce4619;
}
.top_header_bl {
	margin-bottom: 29px;
}
.main_nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.main_nav ul li {
    position: relative;
    display: inline-block;
}
.main_nav ul li a {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'DINPro-Regular', sans-serif;
    color: #ededed;
    padding-bottom: 15px;
    border-bottom: 1px solid transparent;
}
.main_nav ul li a::before {
	content: "";
	width: 0px;
	height: 2px;
	position: absolute;
	bottom: 2px;
	left: 50%;
	background: #fff;
	transition: all 0.6s;
	opacity: 0;
}
.main_nav ul li a:hover::before {
	width: 100%;
	left: 0;
	background: #fff;
	opacity: 1;
}
.main_nav ul li a.active {
	color: #fff;
	opacity: 1;
}
.main_nav ul li a.active::before,
.main_nav ul li a:hover {
	width: 100%;
	left: 0;
	color: #fff;
	opacity: 1;
}
.top_header_block {
	margin-bottom: 110px;
}
.header_text_block {
	color: #fff;
}
.header_glav_text h1 {
	font-size: 72px;
	line-height: 82px;
	font-family: 'DINPro-Bold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 38px;
}
.header_glav_text p {
	font-size: 18px;
	line-height: 30px;
	font-family: 'DINPro-Regular', sans-serif;
}
.header_glav_text {
	width: 100%;
	max-width: 845px;
	margin-bottom: 110px;
}
.header_two_text {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.header_two_text .btn {
	font-size: 18px;
	padding: 17px 60px;
}
.years_info {
	text-align: right;
	margin-top: 3px;
}
.years_info p {
	position: relative;
	padding-left: 90px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 14px;
	font-family: 'DINPro-Regular', sans-serif;
}
.years_info p::before {
	content: '';
	position: absolute;
	width: 78px;
	height: 2px;
	background: #e94e1b;
	left: 5px;
	top: 52%;
}
.years_info b {
	font-size: 60px;
	line-height: 30px;
	font-family: 'DINPro-Bold', sans-serif;
}
/*header_block*/

/*hot_galvanized_block*/
.hot_galvanized {
	padding-top: 78px;
	padding-bottom: 227px;
	background: #fff;
}
h2.all_text_glav, h1.all_text_glav {
	position: relative;
	padding-top: 29px;
	font-size: 36px;
	line-height: 48px;
	font-family: 'DINPro-Bold', sans-serif;
	color: #080808;
	margin-bottom: 47px;
	text-transform: uppercase;
}
h2.all_text_glav::before, h1.all_text_glav::before {
	content: '';
	position: absolute;
	width: 38px;
	height: 2px;
	background: #e94e1b;
	left: 0;
	top: 0;
}
.hot_galvanized_text_block {
	width: 100%;
	max-width: 680px;
	margin-bottom: 60px;
}
p.all_text_block {
	font-size: 18px;
	line-height: 30px;
	color: #323232;
	margin-bottom: 40px;
	font-family: 'DINPro-Regular', sans-serif;
}
.btn_arrow_go {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'DINPro-Bold', sans-serif;
	text-transform: uppercase;
	color: #212121;
	padding-right: 45px;
}
.btn_arrow_go::before {
	content: '';
	position: absolute;
	width: 31px;
	height: 18px;
	background: url('/storage/img/arrow_knob.png')no-repeat;
	right: 0;
	top: 6px;
	transition: all .33s linear;
}
.btn_arrow_go:hover::before {
	right: -15px;
}
.btn_arrow_go.active::before {
	transform: rotate(180deg);
}
.hot_galvanized_tabs_block {
	margin-bottom: 54px;
}
.hot_galvanized_tabs_bl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 59px;
}
.item_hot_galvanized_tabs_slider_bl {
	width: 100%;
	max-width: 680px;
}
.item_hot_galvanized_tabs_list_bl {
    width: 100%;
    max-width: 425px;
    margin-top: 12px;
}
.item_hot_galvanized_tabs_list_bl b {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #080808;
    font-family: 'DINPro-Bold', sans-serif;
    margin-bottom: 25px;
    margin-left: 101px;
}
.item_hot_galvanized_tabs_list_bl ul li {
	position: relative;
}
.item_hot_galvanized_tabs_list_bl ul li a {
    position: relative;
    font-size: 18px;
    line-height: 36px;
    color: #323232;
    padding-left: 101px;
}
.item_hot_galvanized_tabs_list_bl ul li a.active {
	color: #e94e1b;
}
.item_hot_galvanized_tabs_list_bl ul li a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 1px;
    background: #e94e1b;
    left: -11px;
    top: 12px;
    transition: all .33s linear;
    z-index: 3;
    opacity: 0;
}
.item_hot_galvanized_tabs_list_bl ul li a.active::before {
	width: 101px;
	left: -11px;
	color: #e94e1b;
	opacity: 1;

}
.glav_info_content_slider {
	/* display: none; */
	position: relative;
}
.glav_info_content_slider p{
	white-space: break-spaces;
}
/*#tab1 {
	display: block;
}*/

.advantages_galvanized_block h2.all_text_glav::before {
	display: none;
}
.advantages_galvanized_block h2.all_text_glav {
	margin-bottom: 59px;
}
.advantages_galvanized_bl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_advantages_galvanized {
	width: 100%;
	max-width: 260px;
	text-align: left;
}
.item_advantages_galvanized span {
	display: block;
	position: relative;
	padding-top: 20px;
	font-size: 60px;
	line-height: 48px;
	font-family: 'DINPro-Regular', sans-serif;
	color: #080808;
	margin-bottom: 54px;
}
.item_advantages_galvanized span::before {
	content: '';
	position: absolute;
	width: 26px;
	height: 2px;
	background: #e94e1b;
	left: 3px;
	top: 0;
}
.item_advantages_galvanized b {
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-family: 'DINPro-Bold', sans-serif;
	color: #080808;
	margin-bottom: 13px;
}
.item_advantages_galvanized p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'DINPro-Regular', sans-serif;
	color: #323232;
}
/*hot_galvanized_block*/

/*catalog_block*/
.catalog {
    padding-top: 25px;
    padding-bottom: 253px;
    background: url('/storage/img/catalog_back.jpg')no-repeat center/cover;
}
.galvanizing_metal_structures_block {
    padding: 60px 45px 13px 45px;
    background: #e94e1b;
    margin-top: -171px;
    margin-bottom: 108px;
}
.form_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form_text {
	width: 100%;
	max-width: 280px;
	color: #fff;
}
.form_text b {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: 'DINPro-Bold', sans-serif;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.form_text p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'DINPro-Regular', sans-serif;
}
.form_bl {
    width: 100%;
    max-width: 680px;
    margin-top: 22px;
}
.form_bl ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form_bl ul li {
    width: 47%;
    margin-bottom: 41px;
}
.form_block label {
	display: block;
	outline: none;
	position: relative;
	width: 100%;
}
.form_block input, .form_block label {
	height: 35px;
}
.form_block input {
    width: 100%;
    outline: none;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'DINPro-Regular', sans-serif;
    background: transparent;
    border-bottom: 1px solid #000;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: border-bottom 0.5s;
}
.form_block input:focus {
	border-bottom: 1px solid #fff;
}
.form_block input:focus + .label-text,
.form_block input:valid + .label-text {
	transform: translateY(-55px);
	color: #fff;
}
.label-text {
	cursor: text;
	font-size: 18px;
	line-height: 24px;
	font-family: 'DINPro-Regular', sans-serif;
	transform: translateY(-30px);
	transition: all 0.5s;
	color: #fff;
	outline: none;
}
.check {
    width: 100%;
    margin-top: 13px;
}
.check label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
}
.checkbox, .radio {
	display: none;
}
.checkbox-custom, .radio-custom {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
	margin-top: 1px;
}
.checkbox-custom, .radio-custom, .label {
	display: inline-block;
}
.label {
    width: 89%;
    font-size: 14px;
    line-height: 21px;
    font-family: 'DINPro-Regular', sans-serif;
    color: #fff;
    margin-left: 10px;
    text-align: left;
}
.label a {
	text-decoration: underline;
	color: #fff;
}
.label a:hover {
	text-decoration: none;
}
.checkbox:checked + .checkbox-custom::before, .radio:checked + .radio-custom::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	background: #fff;
	border-radius: 50%;
}
.form_block button {
	width: 100%;
	font-size: 18px;
	padding: 17px 23px;
	background: #121212;
}
.form_block button:hover,
.form_block button:active {
	background: #2c2c2c;
}
.catalog_products_block h2.all_text_glav {
	color: #fff;
}
.catalog_products_block p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'DINPro-Regular', sans-serif;
    margin-bottom: 88px;
}
.catalog_products_bl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_catalog_products {
    width: 100%;
    max-width: 358px;
    background: #fff;
    overflow: hidden;

}
.item_catalog_products_icon {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 358px;
    height: 231px;
}
.photobox{
	display: inline-block;
	width: 100%;
}
.photobox__previewbox{
	position: relative;
	overflow: hidden;
}
.photobox__preview{
	display: block;
	max-width: 100%;
}
.photobox__previewbox:before{
	content: "";
}
.photobox_type .photobox__previewbox:before{
	width: 0;
	height: 0;
	padding: 25%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%) scale(0);
	transition: all .55s linear;
}
.item_catalog_products:hover .photobox_type .photobox__previewbox:before {
	transform: translate(-50%, -50%) scale(4);
	background: rgba(238,78, 27, 0.9);
}
.item_catalog_products:hover .photobox__label {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.photobox_type:hover .photobox__previewbox:before{
	transform: translate(-50%, -50%) scale(4);
	background: rgba(238,78, 27, 0.9);
}
.photobox_type .photobox__label{
	width: 95%;
	text-align: center;
	transform: translate(-200%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
}
.photobox_type:hover .photobox__label{
	opacity: 1;
	transform: translate(-50%, -50%);
}
.photobox_type .photobox__preview{
	transition: transform 0.55s cubic-bezier(0.71, 0.05, 0.29, 0.9);
}
.prev_photo{
	max-height: 195px;
}
.photobox_type:hover .photobox__preview {
    transform: scale(1.5);
}
.photobox__label a {
	display: inline-block;
	position: relative;
    font-size: 16px;
    line-height: 30px;
    font-family: 'DINPro-Bold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding-right: 40px;
}
.photobox__label a::before {
	content: '';
	position: absolute;
	width: 31px;
	height: 18px;
	background: url('/storage/img/photobox__label_icon.png')no-repeat;
	right: 0px;
	top: 6px;
	transition: all .33s linear;
}
.photobox__label a:hover::before {
    right: -15px;
}
.item_catalog_products_text_bl {
    padding: 40px 35px 35px 35px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.item_catalog_products_text_bl b {
    display: block;
    position: relative;
    /*padding-left: 113px;*/
    font-size: 18px;
    line-height: 24px;
    padding-top: 4px;
    min-height: 69px;
    color: #2c2c2c;
    font-family: 'DINPro-Regular', sans-serif;
}
.item_catalog_products_text_bl_new b{
	display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
}
/*
.item_catalog_products_text_bl b::before {
	content: '';
	position: absolute;
	width: 80px;
	height: 69px;
	background: url(../img/item_catalog_products_text_bl_icon.png)no-repeat;
	left: 0px;
	top: 0;
}
.item_catalog_products_text_bl.item_catalog_products_text_bl2 b::before {
	background: url(../img/item_catalog_products_text_bl_icon2.png)no-repeat;
}
.item_catalog_products_text_bl.item_catalog_products_text_bl3 b::before {
	width: 81px;
	height: 77px;
	background: url(../img/item_catalog_products_text_bl_icon3.png)no-repeat;
}
*/
.item_catalog_products_text_bl.item_catalog_products_text_bl3 {
	padding: 30px 35px 38px 35px;
}
/*catalog_block*/

/*company_block*/
.company {
    padding-top: 25px;
    padding-bottom: 58px;
    background: url('/storage/img/company_back.jpg')no-repeat center/cover;
}
.free_consultation_block {
    padding: 60px 45px 13px 45px;
    background: #fff;
    margin-top: -182px;
    margin-bottom: 79px;
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.08);
}
.free_consultation_block .form_text {
    color: #0d0d0d;
    margin-top: -16px;
}
.free_consultation_block .form_text b {
	font-size: 36px;
	line-height: 48px;
}
.free_consultation_block .label-text,
.free_consultation_block .form_block input {
	color: #0f0f0f;
}
.free_consultation_block .form_block input:focus + .label-text,
.free_consultation_block .form_block input:valid + .label-text {
	color: #0f0f0f;
}
.free_consultation_block .form_block input:focus {
	border-bottom: 1px solid #e94e1b;
}
.free_consultation_block .label {
	color: #545454;
}
.free_consultation_block .label a {
	color: #171717;
}
.free_consultation_block .checkbox-custom, .free_consultation_block .radio-custom {
	border: 1px solid #ef7a54;
}
.free_consultation_block .checkbox:checked + .checkbox-custom::before, .free_consultation_block .radio:checked + .radio-custom::before {
	background: #ef7a54;
}
.free_consultation_block .form_block button {
	background: #e94e1b;
}
.free_consultation_block .form_block button:hover {
	background: #ce4619;
}
.company_block h2.all_text_glav {
    margin-bottom: 59px;
}
.info_years_company_bl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.item_info_years_company {
    width: 100%;
    max-width: 555px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.item_info_years_company b {
    display: block;
    font-size: 72px;
    line-height: 48px;
    color: #e94e1b;
    font-family: 'DINPro-Light', sans-serif;
    margin-right: 30px;
}
.item_info_years_company span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'DINPro-Regular', sans-serif;
    margin-top: -10px;
}
.history_block {
    padding: 45px 45px 40px 45px;
    background: #fff;
    margin-bottom: 85px;
}
.history_block b {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #080808;
    font-family: 'DINPro-Bold', sans-serif;
    margin-bottom: 32px;
}
.history_block p.all_text_block {
    color: #000;
    margin-bottom: 32px;
}
.company_good_bl {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-left: -20px;
}
.item_company_good {
	width: 100%;
	max-width: 240px;
}
.icon_cg {
    width: 96px;
    height: 96px;
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.item_company_good b {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #080808;
    font-family: 'DINPro-Bold', sans-serif;
    margin-bottom: 13px;
}
.item_company_good p {
	font-size: 16px;
	line-height: 24px;
	color: #323232;
	font-family: 'DINPro-Regular', sans-serif;
}
/*company_block*/

/*useful_info_block*/
.useful_info {
    padding-top: 81px;
    padding-bottom: 110px;
    background: #fff;
}
.useful_info_block h2.all_text_glav {
    margin-bottom: 55px;
}
.useful_info_slider {
	padding-bottom: 72px;
}
.item_slide {
	width: 100%;
	max-width: 360px;
	position: relative;
	overflow: hidden;
	transition: all .55s linear;
}
.item_slide:hover .item_slide_text b {
	border-bottom: 1px solid #080808;
}
.item_slide:hover .photobox_type .photobox__previewbox:before {
	transform: translate(-50%, -50%) scale(4);
	background: rgba(238,78, 27, 0.9);
}
.item_slide:hover .photobox__label {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.item_slide_text {
	text-align: left;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullet {
    width: 35px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: #cdcdcd;
    opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #e94e1b!important;
}
.item_slide .photobox {
	margin-bottom: 30px;
}
.item_slide_text b {
	font-size: 18px;
	line-height: 24px;
	color: #080808;
	font-family: 'DINPro-Bold', sans-serif;
	border-bottom: 1px solid transparent;
	transition: all .55s linear;
}
.item_slide_text p {
	font-size: 16px;
	line-height: 24px;
	color: #323232;
	font-family: 'DINPro-Regular', sans-serif;
	margin-top: 15px;
}
/*useful_info_block*/

/*map_block*/
.contacts {
    position: relative;
}
#map {
    border: 0;
    width: 100%;
    height: 695px;
}
.contacts .container {
	height: auto;
}
.communications {
    position: absolute;
    left: 18px;
    bottom: 112px;
    background: #fff;
    width: 100%;
    max-width: 540px;
    z-index: 3;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
}
.content_comm {
    padding: 40px 40px 50px 40px;
}
.content_comm h2.all_text_glav {
    padding-top: 0;
    margin-bottom: 28px;
}
.content_comm h2.all_text_glav::before {
	display: none;
}
.communications_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.communications_list li {
    width: 38%;
    position: relative;
    color: #191919;
    margin-bottom: 27px;
}
.communications_list li b {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'DINPro-Bold', sans-serif;
    margin-bottom: 10px;
}
.communications_list li p {
	font-size: 16px;
	line-height: 24px;
	color: #191919;
	font-family: 'DINPro-Regular', sans-serif;
}
.communications_list li p.communications_list_phone,
.communications_list li p.communications_list_mail {
	font-size: 18px;
	line-height: 18px;
}
.communications_list li p.communications_list_mail {
	display: inline-block;
	border-bottom: 1px solid #191919;
}
.content_comm .btn {
	font-size: 18px;
	padding: 18px 35px;
}
/*map_block*/

/*footer_block*/
.footer {
    padding-top: 79px;
    padding-bottom: 83px;
    background: #1b1b1b;
    color: #fff;
}
.footer_bl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_footer {
	width: 100%;
	max-width: 260px;
	font-size: 13px;
	line-height: 21px;
	font-family: 'DINPro-Regular', sans-serif;
	color: #fff;
}
.item_footer.item_footer1 p {
	margin-bottom: 25px;
}
.studio {
	position: relative;
	padding-left: 45px;
}
.studio a {
	font-size: 13px;
	line-height: 21px;
	font-family: 'DINPro-Regular', sans-serif;
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all .33s;
}
.studio::before {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	background: url('/storage/img/studio_icon.png')no-repeat;
	left: 0;
	top: 4px;
}
.studio a:hover {
	border-bottom: 1px solid transparent;
}
.item_footer.item_footer1 .logo {
    margin-bottom: 40px;
}
.item_footer.item_footer2 {
    max-width: 358px;
    margin-top: -10px;
}
.item_footer.item_footer2 ul li a {
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'DINPro-Regular', sans-serif;
	color: #fff;
	border-bottom: 1px solid transparent;
	transition: all .33s;
}
.item_footer.item_footer2 ul li a:hover {
	border-bottom: 1px solid #fff;
}
.item_footer.item_footer3 .header_info_list {
    display: block;
}
.item_footer.item_footer3 .header_info_block li.phone_block {
	margin-bottom: 27px;
	margin-right: 0;
}
.item_footer.item_footer3 .header_info_block li.email_block {
    margin-bottom: 34px;
    margin-right: 0;
}
.item_footer.item_footer3 .header_info_block li:last-child {
	max-width: 100%;
}
.item_footer.item_footer3 .header_info_block ul li a.btn {
	padding: 8px 35px;
}
/*footer_block*/

.pop_call_back {
    width: 780px;
    padding: 55px 50px 10px 50px;
    background: #fff;
}
.pop_call_back .form_text {
    color: #0d0d0d;
    margin-top: -16px;
    max-width: 100%;
}
.pop_call_back .form_text p {
	color: #0d0d0d;
}
.pop_call_back .form_text b {
	font-size: 36px;
	line-height: 48px;
}
.pop_call_back .label-text, .pop_call_back .form_block input {
	color: #0f0f0f;
}
.pop_call_back .label-text, .pop_call_back .form_block input {
	color: #0f0f0f;
}
.pop_call_back .checkbox-custom, .pop_call_back .radio-custom {
	border: 1px solid #ef7a54;
}
.pop_call_back .checkbox:checked + .checkbox-custom::before, .pop_call_back .radio:checked + .radio-custom::before {
	background: #ef7a54;
}
.pop_call_back .label {
	color: #545454;
}
.pop_call_back .label a {
	color: #171717;
}
.pop_call_back .form_block button {
	background: #e94e1b;
}
.pop_call_back .form_block input:focus {
	border-bottom: 1px solid #e94e1b;
}
.pop_call_back .form_block input:focus + .label-text, .pop_call_back .form_block input:valid + .label-text {
	color: #0f0f0f;
}
.fancybox-close-small {
	position: absolute;
	top: 20px;
	right: 25px;
	width: 18px;
	height: 17px;
	padding: 0;
	outline: none;
	margin: 0;
	border: 0;
	border-radius: 0;
	z-index: 10;
	cursor: pointer;
	background-image: url('/storage/img/close_pop.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
	transition: background-image .33s;
}
.fancybox-close-small:hover,
.fancybox-close-small:active {
	background-image: url('/storage/img/close_pop_hover.png');
}
.swiper-pagination.swiper-pagination_tabs.swiper-pagination-clickable.swiper-pagination-bullets {
	bottom: 20px;
}
.menuToggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 99999999;
    margin-bottom: 0;
    transition: background 0.3s;
    display: none;
}
.menuToggle span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #e94e1b;
    font-size: 0;
    transition: background-color 0.55s;
}
.menuToggle span::before, .menuToggle span::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e94e1b;
    content: "";
    transition: transform 0.55s;
}
.menuToggle span::before {
    transform: translateY(-375%);
}
.menuToggle span::after {
    transform: translateY(375%);
}
.menuToggle.active span {
    background-color: transparent;
}
.menuToggle.active span::before {
    transform: translateY(0) rotate(135deg);
}
.menuToggle.active span::after {
    transform: translateY(0) rotate(225deg);
}
body.tablet_scroll {
    overflow: hidden;
}
.main_nav .header_info_block {
	display: none;
}
.fancybox-container {
    z-index: 9999999999999999;
}
.banner--clone {
	display: none;
}

/*useful_information_page*/
.header.header_two {
    padding-top: 22px;
    padding-bottom: 14px;
}
.header.header_two .top_header_bl {
    margin-bottom: 35px;
}
.header.header_two .top_header_block {
	margin-bottom: 0;
}
.header.header_two  .header_text_block {
	display: none;
}
.header.header_two .main_nav ul li a::before {
	background: #e94e1b;
}
.usefull_breadcrumb{
	padding-top: 52px;
}
.useful_information {
    padding-bottom: 10px;
}
.breadcrumbs {
    padding-bottom: 7px;
}
ul.list_breadcrumbs {
	/*display: flex;*/
}
.breadcrumbs_bl ul.list_breadcrumbs li {
	padding-right: 3px;
	display: inline-block;
}
.breadcrumbs_bl ul.list_breadcrumbs li a {
	font-size: 14px;
	line-height: 14px;
	font-family: 'DINPro-Regular', sans-serif;
	color: #e94e1b;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	transition: border-bottom .33s;
}
.breadcrumbs_bl ul.list_breadcrumbs li a:hover {
	border-bottom: 1px solid #e94e1b;
}
.breadcrumbs_bl ul.list_breadcrumbs li span {
	color: #282828;
	font-size: 14px;
}
.breadcrumbs_bl ul.list_breadcrumbs li a.active_breadcrumbs {
	color: #282828;
	margin-left: 2px;
}
.breadcrumbs_bl ul.list_breadcrumbs li a.active_breadcrumbs:hover {
	border-bottom: 1px solid transparent;
}
h2.all_text_glav.all_text_glav_two, h1.all_text_glav.all_text_glav_two {
    padding-top: 0;
    margin-bottom: 43px;
}
h2.all_text_glav.all_text_glav_two::before, h1.all_text_glav.all_text_glav_two::before {
	display: none;
}
.useful_information_bl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.useful_information_bl .item_slide {
    margin-bottom: 51px;
}
.free_consultation_block.free_consultation_block_two {
    margin-top: 0;
    box-shadow: 0px 0px 19px 7px rgba(0,0,0,0.08);
}
.footer.footer_two {
	margin-top: -143px;
	padding-top: 133px;
}
/*useful_information_page*/

/*product_catalog_block*/
.product_catalog {
    padding-bottom: 25px;
    background: #eaeaea;
}
.catalog_products_text_block {
    padding: 45px 45px 20px 45px;
    background: #fff;
    margin-bottom: 50px;
}
.product_catalog_block h2.all_text_glav, .product_catalog_block h1.all_text_glav {
    margin-bottom: 50px;
}
.catalog_products_text_block p.all_text_block {
    margin-bottom: 30px;
}
b.dop_headline_text_all {
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #080808;
	font-family: 'DINPro-Bold', sans-serif;
	margin-bottom: 32px;
}
.product_catalog .catalog_products_bl {
	margin-bottom: 50px;
}
footer.footer.footer_two.footer_product_catalog {
	margin-top: -159px;
}
/*product_catalog_block*/

/*catalog_category_block*/
.catalog_category {
    padding-bottom: 25px;
    background: #eaeaea;
}
.catalog_category_block h2.all_text_glav.all_text_glav_two {
    margin-bottom: 51px;
}
.item_catalog_products_text_bl.item_catalog_category_text_bl b {
    display: inline;
    padding-left: 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    font-family: 'DINPro-Regular', sans-serif;
    color: #2c2c2c;
    transition: border-bottom .33s;
}
.item_catalog_category_text {
	min-height: 135px;
}
.item_catalog_category:hover .item_catalog_category_text b {
	border-bottom: 1px solid #2c2c2c;
}
.item_catalog_products_text_bl.item_catalog_category_text_bl b::before {
	display: none;
}
.item_catalog_products_text_bl.item_catalog_category_text_bl p {
	font-size: 15px;
	line-height: 24px;
	color: #919191;
	font-family: 'DINPro-Regular', sans-serif;
}
.catalog_products_bl.catalog_category_bl {
    /*justify-content: flex-start;*/
    margin-bottom: 20px;
}
.catalog_products_bl.catalog_category_bl .item_catalog_products {
	margin-bottom: 30px;
}
.catalog_products_bl.catalog_category_bl .item_catalog_products:empty {
    height: 0;
    border: none;
    background: none;
}
.item_catalog_products_text_bl.item_catalog_category_text_bl {
	padding: 22px 30px 25px 35px;
}
/*catalog_category_block*/

/*catalog_category_anticorrosion*/
.catalog_category_anticorrosion {
    padding-bottom: 25px;
    background: #eaeaea;
}
.breadcrumb_section{
	padding-top: 52px;
    padding-bottom: 0px;
    background: #eaeaea;
}
.catalog_category_anticorrosion_bl .item_catalog_products_icon {
	width: 100%;
	max-width: 358px;
	height: 231px;
}
.catalog_category_anticorrosion_bl .item_catalog_products {
    margin-bottom: 24px;
}

.catalog_category_anticorrosion_bl .item_catalog_products:empty {
	height: 0;
	background: none;
}

.catalog_category_anticorrosion_block h2.all_text_glav, .catalog_category_anticorrosion_block h1.all_text_glav {
    margin-bottom: 50px;
}
.catalog_category_anticorrosion_bl .item_catalog_products_text_bl b {
    display: block;
    font-size: 18px;
    line-height: 21px;
    min-height: auto;
    color: #2c2c2c;
    font-family: 'DINPro-Regular', sans-serif;
    margin-bottom: 5px;
}
.catalog_category_anticorrosion_bl .item_catalog_products_text_bl p {
	font-size: 15px;
	line-height: 24px;
	color: #919191;
	font-family: 'DINPro-Regular', sans-serif;
}
.catalog_category_anticorrosion_bl .item_catalog_products_icon img {
	width: 100%;
	max-width: 358px;
	height: 231px;
}
.catalog_category_anticorrosion_list {
	text-align: left;
}
.catalog_category_anticorrosion_list li {
    position: relative;
    padding-left: 43px;
    font-size: 18px;
    line-height: 36px;
    color: #080808;
}
.catalog_category_anticorrosion_list li::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background: #e94e1b;
    left: 2px;
    top: 19px;
}
.catalog_products_bl.catalog_category_anticorrosion_bl {
	margin-bottom: 20px;
}
.catalog_products_text_block.catalog_category_anticorrosion_text_block p.all_text_block {
	margin-bottom: 15px;
}
.catalog_products_text_block.catalog_category_anticorrosion_text_block {
	margin-bottom: 62px;
	padding: 45px 45px 50px 45px;
}
/*catalog_category_anticorrosion*/

/*catalog_category_protective_deco_block*/
.catalog_category_protective_deco {
    padding-top: 52px;
    padding-bottom: 25px;
    background: #eaeaea;
}
.catalog_category_protective_deco_bl .item_catalog_products {
	margin-bottom: 24px;
}
.catalog_category_protective_deco_bl .item_catalog_products_icon {
    width: 100%;
    max-width: 358px;
    height: 231px;
}
.catalog_category_protective_deco_block h2.all_text_glav {
    margin-bottom: 50px;
}
.catalog_category_protective_deco_bl .item_catalog_products_text_bl.item_catalog_category_text_bl b {
    font-size: 18px;
}
.catalog_category_protective_deco_bl .item_catalog_products_text_bl.item_catalog_category_text_bl {
    padding: 24px 30px 29px 35px;
    min-height: 93px;
}
.catalog_products_bl.catalog_category_protective_deco_bl {
    margin-bottom: 28px;
}
/*catalog_category_protective_deco_block*/

/*card_barrier_block*/
.card_barrier {
    padding-top: 52px;
    padding-bottom: 25px;
    background: #eaeaea;
}
.card_barrier_bl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.item_card_barrier {
	width: 100%;
	max-width: 552px;
}
#card_slider_button_prev,
#card_slider_button_next {
	width: 48px;
	height: 48px;
	background-color: #eaeaea;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	margin-top: -22px;
	transition: all .33s;
}
#card_slider_button_prev:hover,
#card_slider_button_next:hover {
	background-color: #e94e1b;
}
#card_slider_button_prev {
	background-image: url('/storage/img/card_slider_button_prev_icon.png');
	left: 0;
}
#card_slider_button_next {
	background-image: url('/storage/img/card_slider_button_next_icon.png');
	right: 0;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}
.item_card_barrier_info_block {
    background: #fff;
    padding: 25px 35px 35px 35px;
}
.item_card_barrier_info_block b {
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #080808;
    font-weight: 400;
    font-family: 'DINPro-Regular', sans-serif;
    margin-bottom: 43px;
}
.card_choice {
    margin-left: 3px;
    margin-bottom: 44px;
}
.card_choice p {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #929292;
    font-family: 'DINPro-Regular', sans-serif;
    margin-bottom: 17px;
}
.card_choice ul {
	margin-bottom: 20px;
}
.card_choice ul li {
	color: #080808;
}
.card_choice .check {
    width: 100%;
    margin-top: 0;
}
.card_choice .checkbox-custom, .card_choice .radio-custom {
    width: 24px;
    height: 24px;
    border: 1px solid #e6e6e6;
    position: relative;
    border-radius: 0;
    margin-top: 1px;
}
.card_choice .checkbox:checked + .checkbox-custom::before, .card_choice .radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 18px;
    top: -2px;
    right: 0px;
    bottom: 0px;
    left: 5px;
    background: url('/storage/img/card_choice_checkbox_icon.png');
    border-radius: 0;
}
.card_choice .label {
    width: 89%;
    font-size: 16px;
    line-height: 36px;
    font-family: 'DINPro-Regular', sans-serif;
    color: #080808;
    margin-left: 18px;
    text-align: left;
}
.card_choice .check label {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	height: auto;
	align-items: center;
}
.item_card_barrier_info_block_knob_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_card_barrier_info_block_knob_block .btn {
    width: 219px;
    font-size: 16px;
    padding: 11px 23px;
}
.item_card_barrier_info_block_knob_block .knob .btn.btn2 {
	background: transparent;
	transition: all .33s;
	border: 1px solid #e94e1b;
	color: #1b1b1b;
}
.item_card_barrier_info_block_knob_block .btn.btn2:hover, .item_card_barrier_info_block_knob_block .btn.btn2:active {
	background: #ce4619;
	color: #fff;
}
.card_info_specifications {
    padding: 47px 45px 41px 45px;
    background: #fff;
    margin-bottom: 29px;
}
.card_info_specifications b {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #080808;
    font-family: 'DINPro-Regular', sans-serif;
    margin-bottom: 21px;
}
.table_card {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 16px;
    line-height: 33px;
    font-family: 'DINPro-Regular', sans-serif;
}
.table_card tr {
    line-height: 33px;
    border-bottom: 1px dashed #e6e6e6;
}
.table_card td {
    width: 52%;
    color: #282828;
    vertical-align: top;
}
.table_card td.specifications_one {
	color: #5b5b5b;
}
.table_card tr:last-child {
	border-bottom: none;
}
.card_text_block b.dop_headline_text_all {
    font-size: 24px;
    font-family: 'DINPro-Regular', sans-serif;
    margin-bottom: 19px;
}
.card_text_block p.all_text_block {
    font-size: 16px;
    line-height: 24px;
}
.catalog_products_text_block.card_text_block {
	padding: 40px 42px 15px 42px;
	margin-bottom: 60px;
}
/*card_barrier_block*/

/*card_protection_block*/
.card_protection {
	padding-bottom: 25px;
	background: #eaeaea;
}
.item_card_barrier.item_card_barrier_info_block.item_card_protection_info_block b {
	margin-bottom: 0;
}
.item_card_barrier.item_card_barrier_info_block.item_card_protection_info_block p {
	font-size: 24px;
	line-height: 36px;
	color: #e94e1b;
	font-family: 'DINPro-Bold', sans-serif;
	margin-bottom: 15px;
}
.item_card_barrier.item_card_barrier_info_block.item_card_protection_info_block .card_protection_info_description_blok b {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'DINPro-Regular', sans-serif;
    color: #929292;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.card_protection_info_description_blok {
    margin-bottom: 65px;
}
.item_card_barrier.item_card_barrier_info_block.item_card_protection_info_block .card_protection_info_description_blok p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'DINPro-Regular', sans-serif;
	color: #080808;
}
.item_card_barrier.item_card_barrier_info_block.item_card_protection_info_block {
	padding: 25px 40px 40px 40px;
}
.card_protection_application_block {
	padding: 37px 43px;
	background: #fff;
	color: #080808;
	margin-bottom: 30px;
	font-family: 'DINPro-Regular', sans-serif;
}
.card_protection_application_block b {
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}
.card_protection_application_block p {
	font-size: 16px;
	line-height: 24px;
}
.card_protection_info_specifications p,
.card_info_specifications p {
	font-size: 16px;
	line-height: 24px;
	color: #929292;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.card_info_specifications.card_protection_info_specifications {
	padding: 35px 45px 41px 45px;
}
.card_info_specifications.card_protection_info_specifications .table_card td {
	line-height: 29px;
}
.card_info_specifications.card_protection_info_specifications2 {
	padding: 40px 45px 33px 45px;
}
.card_protection_text_block ul {
    text-align: left;
    margin-bottom: 15px;
}
.card_protection_text_block ul li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 36px;
    color: #080808;
}
.card_protection_text_block ul li::before {
	content: '';
	position: absolute;
	width: 28px;
	height: 2px;
	background: #e94e1b;
	left: 2px;
	top: 19px;
}
.catalog_products_text_block.card_text_block.card_protection_text_block p.all_text_block {
	margin-bottom: 16px;
}
.dop_block_card_text {
	margin-bottom: 28px;
}
.catalog_products_text_block.card_text_block.card_protection_text_block {
	padding: 40px 30px 22px 42px;
	margin-bottom: 30px;
}
td.specifications_one.specifications_one_big {
	text-transform: uppercase;
}
.card_info_specifications.card_protection_info_specifications3 {
	padding: 35px 45px 32px 45px;
}
.catalog_products_text_block.card_text_block.card_protection_text_block b.dop_headline_text_all {
	font-weight: 400;
}
.catalog_products_text_block.card_text_block.card_protection_text_block.card_protection_dop_text_block p.all_text_block {
	margin-bottom: 27px;
}
.catalog_products_text_block.card_text_block.card_protection_text_block.card_protection_dop_text_block {
	padding: 40px 30px 50px 42px;
	margin-bottom: 63px;
}
/*card_protection_block*/

/*useful_information_article_block*/
.useful_information_article {
	padding-bottom: 25px;
	background: #eaeaea;
}
.useful_information_article_block .icon {
	margin-bottom: 40px;
}
.useful_information_article_list {
    text-align: left;
    margin-bottom: 20px;
}
.useful_information_article_list li {
    position: relative;
    padding-left: 43px;
    font-size: 18px;
    line-height: 36px;
    color: #080808;
}
.useful_information_article_list li::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background: #e94e1b;
    left: 2px;
    top: 19px;
}
.useful_information_article_text_block h2.all_text_glav.all_text_glav_two, .useful_information_article_text_block h1.all_text_glav.all_text_glav_two {
	margin-bottom: 35px;
}
.useful_information_article_text_block {
	margin-bottom: 45px;
}
.catalog_products_text_block.useful_information_article_text_block {
    margin-bottom: 56px;
    padding: 45px 45px 25px 45px;
}
.useful_information_article_block h2.all_text_glav.all_text_glav_two {
	margin-bottom: 55px;
}
.useful_information_article_bl span {
	margin-bottom: 35px;
}
.useful_information_article_block {
	margin-bottom: 64px;
}
.catalog_products_text_block.useful_information_article_text_block b.dop_headline_text_all {
	margin-bottom: 30px;
}
.catalog_products_text_block.useful_information_article_text_block.useful_information_article_text_block2 {
    margin-bottom: 70px;
    padding: 45px 45px 3px 45px;
}
/*useful_information_article_block*/

/*about_company_block*/
.about_company {
	padding-bottom: 25px;
	background: #eaeaea;
}
.useful_information_article_list {
    text-align: left;
    margin-bottom: 20px;
}
.useful_information_article_list li {
    position: relative;
    padding-left: 43px;
    font-size: 18px;
    line-height: 36px;
    color: #080808;
}
.useful_information_article_list li::before {
	content: '';
	position: absolute;
	width: 28px;
	height: 2px;
	background: #e94e1b;
	left: 2px;
	top: 19px;
}
.about_company_text_direction b.dop_headline_text_all {
	font-size: 21px;
	margin-bottom: 46px;
}
.limited_answer {
    padding: 25px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'DINPro-Bold', sans-serif;
    text-align: center;
    border: 2px solid #e94e1b;
    margin-bottom: 30px;
}
.about_company_text_block h2.all_text_glav.all_text_glav_two, .about_company_text_block h1.all_text_glav.all_text_glav_two {
    margin-bottom: 68px;
}
.about_company .info_years_company_bl {
    margin-bottom: 62px;
}
.about_company_text_direction {
    margin-top: 70px;
}
.catalog_products_text_block.about_company_text_block {
    padding: 45px 45px 38px 45px;
    margin-bottom: 30px;
}
.catalog_products_text_block.about_company_text_block.about_company_text_block2 {
    padding: 45px 45px 11px 45px;
    margin-bottom: 63px;
}
.about_company .company_good_bl {
	margin-bottom: 57px;
}
footer.footer.footer_two.footer_about_company {
	margin-top: -158px;
}
/*about_company_block*/


/*photo_gallery_block*/
.photo_gallery {
/*	padding-top: 52px;*/
	padding-bottom: 25px;
	background: #eaeaea;
}
ul.list_photo_gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 53px;
}
ul.list_photo_gallery li a {
    font-size: 18px;
    line-height: 36px;
    color: #323232;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}
ul.list_photo_gallery li a.active {
	border-bottom: 2px solid #e94e1b;
}
.photo_gallery_bl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_photo_gallery {
    width: 100%;
    max-width: 358px;
    height: 195px;
    overflow: hidden;
    margin-bottom: 27px;
}
.item_photo_gallery .photobox__label {
	background: url('/storage/img/plus_icon.png');
    width: 66px;
    height: 66px;
    opacity: 0;
    transform: translate(-200%, -50%);
}
#tab_photo_gallery_all {
    display: block;
}
.all_photo_gallery {
    display: none;
    margin-bottom: 62px;
}
.photo_gallery h2.all_text_glav, .photo_gallery h1.all_text_glav {
    margin-bottom: 25px;
}
footer.footer.footer_two.footer_photo_gallery {
	margin-top: -159px;
}
/*photo_gallery_block*/

/*contact_block*/
.contact {
	padding-bottom: 25px;
	background: #eaeaea;
}
.contact_bl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.item_contact {
	width: 100%;
	max-width: 552px;
}
.item_contact_all_adress_block {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.item_list_office {
    width: 100%;
    max-width: 190px;
    min-height: 411px;
    padding: 40px 0;
    background: #fff;
}
.list_office li {
	position: relative;
}
.list_office li a {
	position: relative;
	font-size: 18px;
	line-height: 36px;
	color: #323232;
	padding-left: 46px;
}
.list_office li a.active {
	color: #e94e1b;
}
.list_office li a::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 1px;
	background: #e94e1b;
	left: -5px;
	top: 12px;
	transition: all .33s linear;
	z-index: 3;
	opacity: 0;
}
.list_office li a.active::before {
	width: 36px;
	left: 0px;
	color: #e94e1b;
	opacity: 1;
}
#tab_office1 {
	display: block;
}
.all_office_info {
	display: none;
}
.all_adress_office_block {
    padding: 41px 40px 41px 47px;
    width: 100%;
    min-height: 411px;
    max-width: 358px;
    background: url('/storage/img/all_adress_office_block_back.jpg');
}
.all_office_info ul li b {
	display: block;
	font-weight: 400;
	color: #a9a9a9;
}
.all_office_info ul li {
	font-size: 16px;
	line-height: 36px;
	color: #282828;
	font-family: 'DINPro-Regular', sans-serif;
}
.item_contact #map {
	height: 515px;
}
.table_contact_requisites {
    padding: 35px 45px 41px 50px;
    background: #fff;
    margin-bottom: 75px;
}
.table_contact_requisites b {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #080808;
	font-family: 'DINPro-Regular', sans-serif;
	margin-bottom: 21px;
}
.table_contact {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 16px;
    line-height: 33px;
    font-family: 'DINPro-Regular', sans-serif;
}
.table_contact tr {
	border-bottom: 1px dashed #e6e6e6;
}
.table_contact td {
    width: 60%;
    color: #282828;
    vertical-align: top;
}
.table_contact tr:last-child {
    border-bottom: 1px dashed transparent;
}
.contact_glav_text_block h2.all_text_glav, .contact_glav_text_block h1.all_text_glav {
	margin-bottom: 25px;
}
/*contact_block*/

/*hotdip_galvanizing_block*/
.hotdip_galvanizing {
	padding-bottom: 25px;
	background: #eaeaea;
}
.hotdip_galvanizing_text_block b.dop_headline_text_all {
    position: relative;
    padding-bottom: 32px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 34px;
}
.hotdip_galvanizing_text_block b.dop_headline_text_all::before {
	content: '';
	position: absolute;
	width: 38px;
	height: 2px;
	background: #e94e1b;
	left: 0;
	bottom: 0;
}
.hotdip_galvanizing_text_block p.all_text_block {
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    margin-bottom: 24px;
}
.areas_use_bl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_areas_use {
    width: 100%;
    max-width: 358px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.item_areas_use_text_bl {
    padding: 20px 35px 28px 35px;
    text-align: left;
}
.item_areas_use_text_bl b {
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    color: #2c2c2c;
    font-family: 'DINPro-Regular', sans-serif;
}
.item_areas_use_text_bl a {
	display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    color: #2c2c2c;
    font-family: 'DINPro-Regular', sans-serif;
}
.hotdip_galvanizing_glav_text_block {
    margin-bottom: 31px;
}
.catalog_products_text_block.hotdip_galvanizing_text_block {
    padding: 40px 45px 20px 45px;
    margin-bottom: 30px;
}
.hotdip_galvanizing_tabs_block {
    padding: 50px 45px 55px 45px;
    background: #fff;
    margin-bottom: 20px;
}
.hotdip_galvanizing_tabs_block .item_hot_galvanized_tabs_list_bl {
    width: 100%;
    max-width: 365px;
    margin-top: 13px;
}
.hotdip_galvanizing_tabs_block .hot_galvanized_tabs_block,
.hotdip_galvanizing_tabs_block .hot_galvanized_tabs_bl {
    margin-bottom: 0;
}
.hotdip_galvanizing .advantages_galvanized_block {
	margin-bottom: 73px;
}
.free_consultation_block.calculate_cost_block {
	margin-top: 0;
	margin-bottom: 55px;
}
.areas_use_block h2.all_text_glav.all_text_glav_two {
	margin-bottom: 52px;
}
.areas_use_block {
    margin-bottom: 25px;
}
.hotdip_galvanizing_gallery_block {
    margin-bottom: 76px;
}
#hotdip_galvanizing_gallery {
    padding-bottom: 40px;
}
.slider_hotdip_galvanizing_mini_bl {
	width: 100%;
	max-width: 552px;
}
.item_hotdip_galvanizing_gallery {
	display: flex;
	justify-content: space-between;
}
.picture_hotdip_galvanizing {
    width: 100%;
    max-width: 552px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.picture_hotdip_galvanizing .icon {
	margin-bottom: 20px;
	max-width: 48%;
}
.slider_hotdip_galvanizing_mini  {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.slider_hotdip_galvanizing_mini_button_prev, .slider_hotdip_galvanizing_mini_button_next {
    width: 48px;
    height: 48px;
    background-color: rgb(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: -22px;
    transition: all .33s;
}
.slider_hotdip_galvanizing_mini_button_prev {
	background-image: url('/storage/img/card_slider_button_prev_icon.png');
	left: 0;
}
.slider_hotdip_galvanizing_mini_button_next {
    background-image: url('/storage/img/card_slider_button_next_icon.png');
    right: 0;
}
.hotdip_galvanizing_gallery_pagination {
    text-align: center;
    position: absolute;
    bottom: -4px;
}
.picture_hotdip_galvanizing .photobox__label {
	background: url('/storage/img/plus_icon.png');
	width: 66px;
	height: 66px;
	opacity: 0;
	transform: translate(-200%, -50%);
}
.hotdip_galvanizing_ouradvantages_bl .item_company_good .icon_cg {
	width: 100px;
	height: 100px;
}
.hotdip_galvanizing_ouradvantages_block h2.all_text_glav.all_text_glav_two {
	margin-bottom: 63px;
}
.hotdip_galvanizing_ouradvantages_block {
	margin-bottom: 53px;
}
ul.accordion li a {
    position: relative;
    padding: 22px 60px 23px 41px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    display: block;
    font-size: 21px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.5s;
}
.accord-content {
    padding: 21px 60px 25px 40px;
    background: #fff;
    /* display: none; */
    border-bottom: 1px solid #eaeaea;
}
.accordion a::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    right: 28px;
    top: 15px;
    transition: all 0.5s;
    background-color: #dadada;
    border-radius: 50%;
    background-image: url('/storage/img/question_answer_icon.png');
    background-position: center;
    background-repeat: no-repeat;
}
.accord-header.active {
	color: #e94e1b;
}
.accord-header.active::after {
	background-color: #e94e1b;
}
.accord-content p {
	font-size: 16px;
	line-height: 24px;
}
.hotdip_galvanizing_questions_block {
    margin-bottom: 74px;
}
.hotdip_galvanizing_questions_block h2.all_text_glav.all_text_glav_two {
	margin-bottom: 40px;
}
footer.footer.footer_two.footer_hotdip_galvanizing {
    margin-top: -159px;
}
/*hotdip_galvanizing_block*/
.photobox__previewbox img{
	width: 100%;
}

.header_info_block ul li a.phone{
	display: none;
}
.header_info_block ul li a.phone.active{
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

.header_info_block ul li a.phone.footer_phone.active{
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

.region{
	display: inline;
}
.region.active{
	display: none;
}
.contacts.hidden{
	display: none !important;
}
.contacts.active{
	display: inline !important;
}
.no_photo{
	max-width: 100%;
	max-height: 468px;
}
.no_photo_small{
	max-width: 100%;
	max-height: 194px;
}
.swal-modal {
  background-color: #fff;
  border: none;
  border-radius: 0px;
}
.swal-button{
 	border: none;
 	border-radius: 0px;
}
.swal-button--cancel {
  background-color: #e94e1b;
  color: #fff;
}
.swal-button--cancel:hover {
  background-color: #fff;
  color: #e94e1b;
}
.catalog_header{
	width: 50px;
}
.my_block{
	margin-bottom: 63px !important;
}
.region{
	cursor: pointer;
}
.img_category_block{
	display: inline-block;
	width: 40%;
	float: left;
}
.main_nav ul .sub_menu{
		display: block;
    position: absolute;
    margin-top: 14px;
    width: 360px;
    padding: 20px;
    background: rgb(0, 0, 0, 0.7);
    z-index: 999;
}
.main_nav ul .sub_menu li{
    width: 100%;
    margin: 15px auto;
}
.main_nav ul li .sub_menu li a{
	color: #e94e1b;
	border-bottom: none;
}
.main_nav ul li .sub_menu li a::before{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    background: #fff;
    transition: all 0.6s;
    opacity: 1;
}
.other-text {
	/* display: none; */
}
p.choice_city{
	display: inline-block;
}
.item_hot_galvanized_tabs_slider_bl img{
	height: 395px;
}
.tab_wrap{
	background: rgb(0,0,0,0.5);
    width: 100%;
    height: 40%;
    bottom: 0;
    z-index: 1;
    color: #fff;
    padding: 35px;
    position: absolute;
}
.tab_wrap p{
    line-height: 22px;
}
.hotdip_galvanizing .hotdip_galvanizing_ouradvantages_block .all_text_glav.all_text_glav_two{
	margin-top: 63px;
}
.hotdip_galvanizing .hotdip_galvanizing_gallery_block .all_text_glav.all_text_glav_two{
	margin-bottom: 63px;
}
.swiper-pagination.swiper-pagination_tabs.swiper-pagination-clickable.swiper-pagination-bullets{
	bottom: -20px;
}
.block_404{
	text-align: center;
	font-size: 24px;
	color: #1b1b1b;
}
.image_404{
	max-width: 600px;
    max-height: 300px;
    border-radius: 200px;
    border: 1px solid #c1c1c1;
    overflow: hidden;
    margin: 0 auto;
    background-image: url('/storage/img/404.jpg');
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
}
.orange_404{
	font-size: 148px;
	font-weight: bold;
	color: #e94e1b;
    margin: 100px auto;
}
.text_404 span{
	display: block;
}
.section_404{
	padding-bottom: 227px;
	background: #eaeaea;
}
.small_text_404{
	font-size: 16px;
	margin: 20px auto;
}
.section_404 a{
	color: #e94e1b;
}

