@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
.form_desc.form_14.color_666 {
	display: none;
}
.upside_zh_block {
	width: 100%;
	font-family: "Rubik", sans-serif;
}
.inside_zh_block {
	max-width: 1500px;
	margin: 0 auto;
}
.upside_zh_block h2 {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.25;
	margin: 40px 0 40px 0;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.header_zh {
	margin: 28px 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.header_zh_menublock {
	width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
 border-radius: 20px; /* Закругления */
  background: linear-gradient(104deg,
  rgba(188, 228, 250, 0.04) 50.6%,
  rgba(188, 228, 250, 0.2) 50.6%,
  #E84E0F 50.7%);
  position: relative;
    height: 88px;
}
.header_zh_menublock:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px; /* Закругления на границе */
  padding: 1px; /* Толщина границы */
  background: linear-gradient(104deg, #BCE4FA 50.68%, #E84E0F 50.68%); /* Градиент границы */
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0); /* Маска для границ */
  -webkit-mask-composite: xor; /* Обрезка по содержимому */
  mask-composite: exclude; /* Обрезка для остальных браузеров */
  z-index: -1; /* Расположить под основным элементом */
}
.header_zh_left {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;	
}
.header_zh_menu ul {
	display: flex;
	margin: 0 26px 0 0;
    flex-wrap: nowrap;
}
.header_zh_menu > ul > li {
	margin: 0 0 0 0;

}
.header_zh_menu ul ul {
	display: none;
}
.header_zh_menu > ul > li {
	position: relative;
}
.header_zh_menu ul ul {
    position: absolute;
    top: 40px;
    flex-direction: column;
    background: white;
    z-index: 10;
    margin: 0;
    min-width: 165px;
    border-radius: 20px;
    padding: 10px 0 10px 0;
    box-shadow: 0px 0px 5px 0px #bce3f9;
}
.header_zh_menu ul ul li {
	margin-bottom: 0px;
}
.header_zh_menu ul ul a {
	padding: 7px 25px;
    text-wrap: nowrap;
    display: block;
    font-size: 0.9em;
}
.header_zh_menu > ul > li:hover ul {
	display: block;
}
.header_zh_menu > ul > li > a {
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	text-align: left;
	color: white;
	text-wrap: nowrap;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	display: inline-block;
    padding: 10px 24px;
}
.header_zh_menu ul li:before {
	display: none;
}
.header_zh_madeblock {
	margin-right: 20px;
}
.header_zh_logoblock {
	margin-right: 32px;
	margin-left: 28px;
}

.header_zh_logotext {
	color: #B7B7B7;
	font-size: 16px;
	font-family: "Onest", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	text-wrap: nowrap;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}










/**/

.mainslider_zh_block {
	margin: 28px 0 80px 0;
	height: 880px;
	position: relative;
}
.mainslide_zh_imgback img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainslide_zh_imgback {
	width: 100%;
	height: 880px;
	background: red;
	clip-path: polygon(
        0% 0%,  
        100% 0%, 
        100% 90.5%, 
        88.8% 90.5%,
        88.8% 100%, 
        22.5% 100%,
        22.5% 90.5%, 
        0% 90.5% 
    );
}
.polygon {
    width: 100%;
    height: 880px;
    position: relative;
    overflow: hidden;
    background: red;
    clip-path: url(#roundedPolygon);
}

.polygon img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainslide_zh_btnblock {

font-size: 18px;
font-weight: 400;
line-height: 1.25;
position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    width: 317px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #e84e0f;
    color: white;

text-transform: uppercase;
}
.mainslide_zh_navblock {
	display: flex;
    grid-gap: 12px;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.mainslide_zh_navblock  div {
	cursor: pointer;
}
.mainslide_zh_text {
	position: absolute;
	left: 40px;
	bottom: 183px;
	max-width:398px;
	height:100%;
	bottom:0px;
}
.mainslide_zh_text.mainslide_zh_text0 img {
	position:absolute;
	bottom:160px;
	bottom: 90px;
    left: -20px;
}
.mainslide_zh_text.mainslide_zh_text0 .mainslide_zh_preview {
	position:absolute;
	top:20px;
	background:#fff;
	padding:28px 32px;
	border-radius: 20px;
	width:590px;
	box-sizing: content-box;
	left:-20px;
}
.mainslide_zh_preview {
font-size: 26px;
font-weight: 500;
line-height: 1.20;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
max-width: 608px;
width: 100%;
color: #222428;

color: #E84E0F;
font-weight:400;
}
.mainslide_zh_text > img {
	margin-bottom: 28px;
	margin-bottom:12px;
}
.mainslide_zh_text .or_zh_1 {
font-size: 26px;
font-weight: 500;
line-height: 1.25;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #E84E0F;
font-weight:400;
}

.mainslide_zh_block {
	height: 880px;
	position: relative;
}
.mainslide_zh_upblock, .mainslide_zh_bottomblock {
	position: absolute;
	top: 0;
	left: 0;
}
.mainslide_zh_adaptive {
	display: none;
}
/**/
.maintizers_zh_block {
	margin: 50px 0;
}
.maintizers_zh_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
.maintizers_zh_element {
	border-radius: 20px;
	background: #BCE4FA;
	position: relative;
	text-align: center;
}
.maintizers_zh_element:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: url(/c2024/t-back.png);
	background-size: cover;
}
.maintizers_zh_element img {
	margin: 24px 0;
	max-width:100%;
}
.maintizers_zh_name {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	padding: 0 20px;
	height: 47px;
	margin-bottom: 24px;
	width: 100%;
	background: white;
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	text-align: center;
	color: #222428;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}




/**/
.mainabout_zh_back {
   	background: linear-gradient(291.25deg, #BCE4FA 38.21%, #FFFFFF 38.24%);
    position: relative;
    margin-bottom: 80px;
}
.mainabout_zh_back:before {
	content: "";
	position: absolute;
	background: url(/c2024/a-back.png);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.mainabout_zh_text {
	position: relative;
}
.mainabout_zh_text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	text-align: left;
	margin: 0 0 20px 0;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
	font-family: "Rubik", sans-serif;
}
.mainabout_zh_text p b {
	font-family: "Arial", sans-serif;
	font-weight: 400;
	color:#e84e0f;
}
.mainabout_zh_content {
	display: grid;
	grid-template-columns: 1fr 762px;
	grid-gap: 28px;
	margin: 0 0 40px 0;
}
.mainabout_zh_picturevideo {
	border-radius: 40px;
    overflow: hidden;
    display: block;
    position: relative;
}
.mainabout_zh_pictureback {
	width: 100%;
	height: 100%;
	object-position: right;
	object-fit: cover;
}
.mainabout_zh_picturebtn {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}










/**/

.mainnews_zh_block {
	margin: 0 0 80px 0;
}
.mainnews_zh_list {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.mainnews_zh_piclink {
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
	margin: 0 0 8px 0;
}
.mainnews_zh_piclink img {
	width: 100%;
}
.mainnews_zh_textink {
  position: relative;
  z-index: 1;
  display: block;
  background: white; /* Внутренний фон */
  border-radius: 20px; /* Радиус углов */
  padding: 20px; /* Внутренний отступ */
}
.mainnews_zh_textink:before {
 	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
  	padding: 1px; /* Толщина границы */
 	background: linear-gradient(161.94deg, #E84E0F 43.01%, #FFFFFF 43.03%, #FFFFFF 49.97%, #BCE4FA 49.97%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.mainnews_zh_textink .mainnews_zh_name {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 8px 0;
	line-height: 1.25;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222428;
}
.mainnews_zh_textink .mainnews_zh_name b {
	font-family: "Arial", sans-serif;
	font-weight: bold;
}
.mainnews_zh_textink .mainnews_zh_preview {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222428;
}




/**/
.footer_zh {
	background:#e84e0f;
}
.footer_zh_block {
	margin: 40px 0;
	display: flex;
	flex-wrap: nowrap;
	grid-gap: 20px;

}
.footer_zh_menublock {
    background: white;
    border-radius: 20px;
    padding-left: 18px;
    display: flex;
    width: 100%;
    border: 1px solid white;
    align-items: center;
    overflow: hidden;
}
.footer_zh_logoblock {
	margin-right: 32px;
}
.footer_zh_logotext {
	color: #B7B7B7;
	font-size: 16px;
	font-family: "Onest", sans-serif;
	text-wrap: nowrap;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.footer_zh_right {
	width: 100%;
	background: linear-gradient(104deg, #ffffff 11.68%, #E84E0F 11.85%);
    padding-right: 28px;
    height: 100%;
}
.footer_zh_menu {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
	grid-gap: 20px;
	    text-wrap: nowrap;
}
.footer_zh_menu ul {
	display: flex;
	margin: 0 0 0 0;
    flex-wrap: nowrap;
}
.footer_zh_menu ul li {
	margin: 0 0 0 0;
}
.footer_zh_menu ul li a {
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	text-align: left;
	color: white;
	text-wrap: nowrap;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	display: inline-block;
    padding: 10px 24px;
}
.footer_zh_menu ul li:before {
	display: none;
}













/**/
.mainproduct_zh_block {
	margin-bottom: 80px;
}
.mainproduct_zh_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	margin-bottom: 40px;
}
.mainproduct_zh_imglink {
	height: 200px;
		margin-bottom: 20px;
	display: block;
	position: relative;
	padding: 2px 2px 0 2px;
}
.mainproduct_zh_imglink:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #E84E0F 75%, /* Первый цвет 60% */ #BCE4FA 25% /* Второй цвет 40% */);
}
.mainproduct_zh_imglink img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    object-fit: contain;
    padding: 20px;
}
.mainproduct_zh_proplist {
	margin: 0 0 20px 0;
	width: 100%;
	padding: 0 20px;
}
.mainproduct_zh_proplist ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.mainproduct_zh_proplist ul li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #E84E0F;
}
.mainproduct_zh_proplist ul li:before {
	display: none;
}
.mainproduct_zh_proplist ul li span {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222428;
}
.mainproduct_zh_proplist ul li span + span {
	color: #E84E0F;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.section-desc_zh_block {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.25;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222428;
	margin-bottom: 28px;
}
.mainproduct_zh_orderlink {
	background: #E84E0F;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
    border-radius: 14px;
    margin: 0 20px 20px 20px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainproduct_zh_orderlink a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainproduct_zh_orderlink:hover {
	color: white;
}
.mainproduct_zh_element {
  position: relative;
  z-index: 1;
  display: block;
  background: white; /* Внутренний фон */
  border-radius: 20px; /* Радиус углов */
}
.mainproduct_zh_element:before {
 	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
	border-radius: 20px;
  	padding: 1px; /* Толщина границы */
 	background: linear-gradient(122.94deg, #E84E0F 43.01%, #FFFFFF 43.03%, #FFFFFF 49.97%, #BCE4FA 49.97%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.mainproduct_zh_namelink {
	width: 100%;
	padding: 0 20px;
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.sections-list__item-content.z-2.absolute.pb.pb--32.pi.pi--32.position-bottom.color_light.scrollbar {
	background: white;
    margin-bottom: 20px;
    padding: 14px;
}
.sections-list__name.switcher-title.font_24.fw-500.lineclamp-4.color-theme-target {
	color: black;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18.96px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/**/
.catalog_element_zh h1 {
	margin-bottom: 40px;
	font-size: 44px;
	font-weight: 500;
	line-height: 1.25;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222428;
}
.catalog_element_zh_slider {
	position: relative;
}
.catalog_element_zh_adaptive {
	display: none;
}
.catalog_element_zh_block1 {
	display: grid;
	grid-template-columns: 940px 1fr;
	grid-gap: 20px;
	margin-bottom: 40px;
	font-family: "Rubik", sans-serif !important;
}
.catalog_element_zh_navblock {
	display: flex;
    grid-gap: 12px;
    z-index: 10;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 7px;
    right: 0;
}
.catalog_element_zh_navblock  div {
	cursor: pointer;
}
.catalog_element_zh_rightblock {
	padding: 28px;
	border-radius: 20px;
	background: white;
	position: relative;
}
.catalog_element_zh_rightblock:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
    border-radius: 21px;
    padding: 2px;
    background: linear-gradient(131deg, rgba(188, 228, 250, 1) 0%, rgba(188, 228, 250, 1) 41%, rgba(255, 255, 255, 1) 41%, rgba(255, 255, 255, 1) 50%, rgba(232, 78, 15, 1) 50%, rgba(232, 78, 15, 1) 100%);
    mask-composite: exclude;
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.catalog_element_zh_left {
	overflow: hidden;
}
.catalog_element_zh_name {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 20px;
}
.catalog_element_zh_proplist {
	margin: 0 0 20px 0;
    width: 100%;
}

.catalog_element_zh_proplist ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.catalog_element_zh_proplist ul li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #E84E0F;
}
.catalog_element_zh_proplist ul li:before {
	display: none;
}
.catalog_element_zh_proplist ul li span {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222428;
}
.catalog_element_zh_proplist ul li span + span {
	color: #E84E0F;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.catalog_element_zh_previewtext {
	margin-bottom: 22px;
}
.catalog_element_zh_previewtext ul li:before {
	content: "";
    position: relative;
    left: 0px;
    top: 8px;
    background: #e84e0f;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    border-radius: 100%;
}
.catalog_element_zh_btnorder {
	background: #E84E0F;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-radius: 14px;
    margin: 0 0px 0px 0px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog_element_zh_btnorder a:hover {
	color: white;
}
.catalog_element_zh_btnorder span {
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-url-text {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #E84E0F;
}
.fill-dark-light, .fill-dark-light path, .fill-dark-light-block path {
	fill: #e84e0f;
}
.share.fill-theme-hover.hover-block.top, .share.fill-theme-hover.hover-block.bottom {
	display: none;
}
#footer {
	display: none !important;
}
.overflow_hidden {
	overflow: hidden;
}
.mainslide_zh_navblock img {
	width: 100%;
}
@media (max-width: 1500px) {
	.mainslider_zh_block {
		height: auto;
	}
	.catalog_element_zh_slider {
	/*	padding-bottom: 84px;*/
	}
	.catalog_element_zh_block1 {
		grid-template-columns: 1fr 1fr;
	}

	.mainslide_zh_adaptive img, .catalog_element_zh_adaptive img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.footer_zh_logotext {
		display: none;
	}
	.inside_zh_block {
		max-width: calc(100% - 32px);
	}
	.header_zh_menublock {
	  	background: linear-gradient(104deg, rgba(188, 228, 250, 0.04) 43.68%, #E84E0F 43.68%);
	}
	.header_zh_menublock:before {
	  background: linear-gradient(104deg, #BCE4FA 43.68%, #E84E0F 43.68%); /* Градиент границы */
	  -webkit-mask: 
	    linear-gradient(#fff 0 0) content-box, 
	    linear-gradient(#fff 0 0); /* Маска для границ */
	  -webkit-mask-composite: xor; /* Обрезка по содержимому */
	}
}
@media (max-width: 1270px) {

	.footer_zh_right {
		background: #E84E0F;
	}
	.header_zh_logotext {
		display: none;
	}
	.header_zh_menublock {
        background: linear-gradient(104deg, rgba(188, 228, 250, 0.04) 28.68%, #E84E0F 28.8%);
    }
	.header_zh_menublock:before {
        background: linear-gradient(104deg, #BCE4FA 28.68%, #E84E0F 28.68%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
    }
    .mainslide_zh_slide {
    	height: 100%;
    }
}
@media (max-width: 991px) {
		.mainslide_zh_bigsvg/*, .catalog_element_zh_bigsvg*/ {
		display: none;
	}
	.mainslide_zh_adaptive/*, .catalog_element_zh_adaptive */{
		display: block;
		height: calc(100% - 84px);
		width: 100%;
		border-radius: 20px;
		overflow: hidden;
	}
	.mainslide_zh_adaptive, .catalog_element_zh_adaptive {
		height: 300px;
	}
	.mainslide_zh_text {
		position: relative;
	    left: 0;
	    bottom: auto;
	    margin-top: 20px;
	}
	.mainslider_zh_block {
		height: auto;
	}
	.mainslide_zh_btnblock {
		position: relative;
    	margin-top: 20px;
	}
	.footer_zh_block, .footer_zh_menublock, .footer_zh_menu, .footer_zh_menu ul {
		flex-direction: column;
	}
	.footer_zh_menublock {
		padding-left: 0px;
		text-align: center;
	}
	.footer_zh_logoblock {
		margin-right: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer_zh_logotext {
		display: block;
		margin-bottom: 20px;
	}
	.footer_zh_right {
		padding-right: 0px;
		background: #E84E0F;
		padding-bottom: 20px;
	}
	.footer_zh_madeblock {
		margin-bottom: 40px;
    	text-align: center;
	}
	.catalog_element_zh_block1 {
		grid-template-columns: 1fr;
	}
	.mainabout_zh_content {
		grid-template-columns: 1fr;
	}
	.maintizers_zh_list, .mainnews_zh_list, .mainproduct_zh_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.maintizers_zh_name {
		padding: 10px 10px;
		height: auto;
	}
	.new_header {
		display: none;
	}
	.mainslide_zh_navblock, .mainslide_zh_btnblock {
		width: 49%;
	}
	.mainslide_zh_navblock {
		justify-content: end;
	}
	.mainslide_zh_text.mainslide_zh_text0 img,
	.mainslide_zh_text.mainslide_zh_text0 .mainslide_zh_preview {
		position:relative;
		bottom:0px;
		top:0px;
		left:0px;
		padding:0px;
		width:100%;
	}
	.mainslide_zh_text.mainslide_zh_text0 img {
		display:none;
	}
	.mainslide_zh_text {
		max-width:100%;
	}

}
@media (max-width: 600px) {
	.mainslide_zh_text > img {
		width: auto;
		max-height: 70px;
	}
	.mainnews_zh_list, .mainproduct_zh_list {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 480px) {
	.maintizers_zh_name {
		min-height:80px;
	}
	.maintizers_zh_element {
		display: flex;
		align-items: end;
		justify-content: center;
		flex-wrap: wrap;
	}
}


