landzs{
	display:block;
	background-color:#ffffff;
}
landzs p{
	margin:0px;
padding: 0 0 20px 0;
}
landzs picture{
	display: contents;
}
landzs, landzs div{
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
}
/* burger-button start*/
landzs .burger-button {
    display: block;
    width: 24px;
    height: 22px;
    padding: 0;
    margin: 0 0 0 10px;
    position: relative;
    z-index: 50;
    cursor: pointer;
    transition: all .4s;
    box-sizing: border-box;
	background:none;
}
landzs .burger-button span {
    position: absolute;
    height: 2px;
    border-radius: 4px;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
	background: var(--color-primary);
}
landzs .burger-button span:nth-of-type(1) {
    width: 100%;
    top: 0;
    left: 0;
}
landzs .burger-button span:nth-of-type(2) {
    width: 100%;
    top: 10px;
    right: 0;
}
landzs  .burger-button span:nth-of-type(3) {
    width: 100%;
    top: 20px;
    left: 0;
}



/* burger-button finish*/



landzs .zs-container{
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 20px 0px 20px;
}
landzs .zs-blocktitle{
font-weight: 700;
font-style: normal;
font-size: 36px;
padding: 0;
margin: 0;
padding: 0 0 40px 0;
text-align:center;
}
landzs .zs-blocktitle{
color: var(--color-primary);
}

/* promo v1 start */
landzs.zs-promov1 .zs-container{
	display: flex;
	flex-direction: row;
}
 
landzs.zs-promov1 .zs-left{
	width:70%;
	margin:0 25px 0 0;
	background-color:red;

}
landzs.zs-promov1 .zs-right{
	width:30%;
	margin:0 0 0 25px;
}

/* promo v1 finish */

/* gallery v1 start */

landzs.zs-galleryv1 .zs-first{
	text-align:center;
}

landzs.zs-galleryv1 .zs-galleryin{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

landzs.zs-galleryv1 .zs-galleryin,
landzs.zs-galleryv3 .zs-galleryin,
landzs.zs-galleryv4 .zs-galleryin{
	padding: 0 0 40px 0;
	margin: 0 auto;
}




landzs.zs-galleryv1 .zs-galleryin .zs-galleryin_item{
	box-sizing: border-box;
	width:290px;
	padding: 10px;
	margin:10px;
	background-color:#ffffff;
}

landzs.zs-galleryv1 .zs-galleryin .zs-galleryin_item .zs-image-place {
max-height: 205px;
display: block;
position: relative;
overflow: hidden;
}

landzs.zs-galleryv1 .zs-galleryin .zs-galleryin_item .zs-image-place .zs-image{
object-position: top;
object-fit: cover;
width:100%;
}

landzs.zs-galleryv1 .zs-galleryin .zs-galleryin_item .zs-label {
	font-size:18px;
	text-align:center;
	color: var(--color-primary);
}

landzs.zs-galleryv1 .zs-galleryin .zs-galleryin_item .zs-description {
	font-size:14px;
	text-align:center;
}
/* gallery v1 finish */


landzs.zs-promov2 .zs-content{
	text-align:center;
}

landzs.zs-promov2 .zs-content .zs-utp{
	color: var(--color-primary);
	font-size: 36px;
	line-height: 1.2;
	font-weight:bold; 
}

landzs.zs-promov2 .zs-content .zs-dobivka{
	color: #fff;
	font-size: 18px;

}





/* footer v1 start */

landzs .zs-footer-v1 {
		background: var(--color-third);
		border-top: 5px solid var(--color-primary);
}
landzs .zs-footer-v1 .zs-container {
    padding: 40px 20px 60px 20px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;

}
landzs .zs-footer-v1 a.tel svg.icon{width:23px;height:23px;}
landzs .zs-footer-v1 p.address svg.icon{width:16px;height:22px;}
landzs .zs-footer-v1 a.mail svg.icon{width:19px;height:15px;}

landzs .zs-footer-v1 .footer-1 {
width:370px;
text-align:left;
}

landzs .b-footer__social_hoverable {
width:100%;
padding:0;
margin:0;
position:relative;
display: flex;
flex-wrap: wrap
}

landzs .b-footer__social_hoverable a {
width:30px;
height:30px;
padding:0;
margin:0 5px 0 0;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
-khtml-border-radius:100%;
position:relative;
}

landzs .b-footer__social_hoverable a::after {
content:'';
width:28px;
height:28px;
padding:0;
margin:0;
position:absolute;
top:1px;
left:1px;
z-index:-1;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
-khtml-border-radius:100%;
}

landzs .b-footer__social_hoverable a:not([class]) {
text-decoration:none;
}

landzs .b-footer__social_hoverable a svg {
width:30px;
height:30px;
padding:0;
margin:0;
display:block;
}

landzs .zs-footer-v1 .b-footer__social_hoverable a:last-child{
	margin-bottom:40px;
}

landzs .zs-footer-v1 .footer-1 a.tel {
font-size:18px;
line-height:28px;
padding:0 0 0 35px;
margin:0;
position:relative;
display:inline-block;
}

landzs .zs-footer-v1 .footer-1 .address {
font-size:14px;
line-height:20px;
padding:0 0 0 35px;
margin:10px 0 0 0;
position:relative;
display:inline-block;
}

landzs .zs-footer-v1 .footer-1 a.mail {
font-size:14px;
line-height:20px;
padding:0 0 0 35px;
margin:10px 0 0 0;
position:relative;
display:inline-block;
}

landzs .zs-footer-v1 .footer-1 a.tel:hover,
landzs .zs-footer-v1 .footer-1 a.mail:hover,
landzs .zs-footer-v1 .footer-1 .address a:hover,
landzs .zs-footer-v1 .footer-1 a.address:hover {
opacity:0.5;
}

landzs .zs-footer-v1 .footer-1 svg {
position:absolute;
top:3px;
left:0;
z-index:auto;
}

landzs .b-footer__social_hoverable svg {
position:absolute;
top:0;
left:0;
z-index:auto;
}

landzs .zs-footer-v1 .footer-1 .address svg {
left:3px;
}

landzs .zs-footer-v1 .footer-1 a.mail svg {
left:2px;
}

landzs .zs-footer-v1 .footer-2 {
display: inline-block;
}

landzs .zs-footer-v1 .footer-2 a {
width:110px;
height:40px;
padding:0;
margin:0 5px;
display: inline-block;
}

landzs .zs-footer-v1 .footer-2 a:hover {
opacity:0.5;
}

landzs .zs-footer-v1 .footer-3 {
text-align:left;
display: flex;
}

landzs .zs-footer-v1 .footer-3 svg {
position:absolute;
top:0;
left:0;
z-index:auto;
}

landzs .zs-footer-v1 .footer-3 a.logo {
font-size:14px;
line-height:20px;
padding:0 0 0 55px;
margin:0;
position:relative;
}

landzs .zs-footer-v1 .footer-3 a.logo:hover {
opacity:0.5;
}
		landzs .zs-footer-v1 a.tel svg.icon,
		landzs .zs-footer-v1 p.address svg.icon,
		landzs .zs-footer-v1 a.mail svg.icon{
fill:var(--color-primary);
}
		
landzs .b-footer__social_hoverable svg:not(:hover) path {
fill: var(--color-primary);/*цвет по умолчанию*/
}
		
landzs .b-footer__social_hoverable svg:not(:hover) path[data-alt-color] {
fill: var(--color-primary);/*доп. для тиктока*/
}

landzs .b-footer__social_hoverable a:hover::after {
background:#ffffff;
}
		

landzs .zs-footer-v1 .footer-1 a.tel,
landzs .zs-footer-v1 .footer-1 .address,
landzs .zs-footer-v1 .footer-1 .address a,
landzs .zs-footer-v1 .footer-1 a.mail {
color:var(--menu-color);
}

     

  

@media all and (max-width: 1020px) {
landzs .zs-footer-v1 .zs-container {
flex-direction: column;
}
			
landzs .zs-footer-v1 .footer-1 {
width:100%;
text-align:left;
display: flex;
flex-direction: column;
}
landzs .zs-footer-v1 .footer-1 .zs-contacts {
width:100%;
text-align:left;
display: flex;
flex-direction: column;
}
				
				
landzs .zs-footer-v1 .footer-2{
order: 0;
}

landzs .b-footer__social_hoverable a {
width:30px;
height:30px;
padding:0;
margin:10px 0 0 10px;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
-khtml-border-radius:100%;
position:relative;
}

landzs .zs-footer-v1 .footer-1 a.tel {
font-size:14px;
line-height:28px;
padding:0 0 0 25px;
margin:0;
position:relative;
display:inline-block;
}

landzs .zs-footer-v1 .footer-1 .address {
font-size:14px;
line-height:20px;
padding:0 0 0 25px;
margin:10px 0 0 0;
position:relative;
display:inline-block;
}

landzs .zs-footer-v1 .footer-1 a.mail {
font-size:14px;
line-height:20px;
padding:0 0 0 25px;
margin:10px 0 0 0;
position:relative;
display:inline-block;
}

landzs .zs-footer-v1 .footer-1 a.tel svg,
landzs .zs-footer-v1 .footer-1 .address svg,
landzs .zs-footer-v1 .footer-1 a.mail svg {
zoom:0.8;
}

landzs .zs-footer-v1 .footer-1 .address svg {
top:1px;
left:3px;
}

landzs .zs-footer-v1 .footer-1 a.mail svg {
top:5px;
left:2px;
}

landzs .zs-footer-v1 .footer-2 {
width:110px;
padding:0;
margin:30px 0 0 0;
display:inline-block;
}

landzs .zs-footer-v1 .footer-2 a {
width:110px;
height:40px;
padding:0;
margin:10px 0 0 0;
}
}
 /* footer v1 finish */  
 
/* zasaytami logo start */

landzs .zs-footer-v1 .footer-3 svg:not(:hover) path[data-alt-color-1] { /*плащь*/
fill: var(--color-primary);
}

landzs .zs-footer-v1 .footer-3 svg:not(:hover) path[data-alt-color-2],
landzs .zs-footer-v1 .footer-3 svg:not(:hover) path[data-alt-color-3] { /*голова+тело*/
fill: #ffffff;
}

landzs .zs-footer-v1 .footer-3 svg:not(:hover) path[data-alt-color-4] { /*рубашка*/
fill: #676868;
}

landzs .zs-footer-v1 .footer-3 svg:not(:hover) polygon[data-alt-color-5],
landzs .zs-footer-v1 .footer-3 svg:not(:hover) polygon[data-alt-color-6] { /*галстук*/
fill: var(--color-primary);
}

landzs .zs-footer-v1 .footer-3 a.logo {
color:var(--menu-color);
}
/* zasaytami logo finish */

/* header v1 start */

landzs .zs-header-v1{
	text-align:left;
	color: var(--header-text-color);
}
landzs .zs-header-v1 a{
	color: var(--header-text-color);
}


landzs .zs-header-v1 .header-v1{
display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
landzs .zs-header-v1 .zs-container{
	padding-top: 15px;
	padding-bottom:10px;
}
landzs .zs-header-v1 .header-v1 .logo-place{
	max-height: 75px;
}
landzs .zs-header-v1 .header-v1 .logo-place a.logo {
text-align:left;
font-size:24px;
line-height:30px;
padding:0;
margin:0;
}





landzs .zs-header-v1 .header-v1 .logo-place a.logo span {
padding:0 0 0 40px;
margin:0;
display:inline-block;
}
@media all and (max-width: 1020px) {
landzs .zs-header-v1 .header-v1 .logo-place a.logo{
font-size: 24px;
line-height: 30px;
padding: 0;
margin: 0;
}
landzs .zs-header-v1 .header-v1 .logo-place a.logo span {
padding: 0;
margin: 0;
display: inline-block;
}
}
@media all and (max-width: 720px) {
landzs .zs-header-v1 .header-v1 .logo-place a.logo{
font-size: 15px;
line-height: 20px;
}
}


landzs .zs-header-v1 .header-v1 .logo-place a.logo img.rootlogo {
    max-height: 75px;
    max-width: 270px;
}
landzs .zs-header-v1 .header-v1 .header-1 {
margin:0 15px 0 15px;
}

landzs .zs-header-v1 .header-v1 .header-2 {
margin:0 15px 0 15px;
}

landzs .zs-header-v1 .header-v1 .header-3 {
margin-left: 15px;
}
landzs .zs-header-v1 .header-v1 a.tel {
font-size:18px;
line-height:28px;
padding:0 0 0 35px;
margin:0;
position:relative;
display:inline-block;
white-space: nowrap
}

landzs .zs-header-v1 .header-v1 .address {
max-width:340px;
font-size:14px;
line-height:20px;
padding:0 0 0 30px;
margin:0 0 10px 0;
position:relative;
display:block;
}

landzs .zs-header-v1 .header-v1 .address a span {
font-size:14px;
line-height:14px;
display:inline-block;
}

landzs .zs-header-v1 .header-v1 a.mail {
font-size:14px;
line-height:20px;
padding:0 0 0 30px;
margin:0;
position:relative;
display:inline-block;
}
landzs .zs-header-v1 .header-v1 a.tel:hover,
landzs .zs-header-v1 .header-v1 a.mail:hover,
landzs .zs-header-v1 .header-v1 .address a:hover,
landzs .zs-header-v1 .header-v1 a.address:hover {
opacity:0.5;
}
landzs .zs-header-v1 .header-v1 svg {
position:absolute;
top:3px;
left:0;
z-index:auto;
}
landzs .zs-header-v1 .header-v1 a.tel svg.icon{width:23px; height:23px;}
landzs .zs-header-v1 .header-v1 p.address svg.icon{width:16px; height:22px;}
landzs .zs-header-v1 .header-v1 a.mail svg.icon{width:19px; height:15px;}
landzs .zs-header-v1 .header-v1 a.basket svg.icon{width:24px; height:23px;}

landzs .zs-header-v1 .header-v1 .button {
text-align:center;
font-size:14px;
line-height:24px;
width:160px;
height:24px;
padding:0;
margin:5px 0 0 35px;
outline:none;
cursor:pointer;
-webkit-appearance: none;
-moz-appearance:none;
border:none;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
-khtml-border-radius:0;
display:block;
}
landzs .zs-header-v1 .header-v1 svg.icon{
    fill: var(--color-primary);
}
landzs .zs-header-v1 .header-v1 .b-footer__social_hoverable a{
	margin: 0 5px 10px 0;
}
@media all and (max-width: 1020px) {
	landzs .zs-header-v1 .header-v1 .header-2{
		display:none;
	}
}

@media all and (max-width: 720px) {
	landzs .zs-header-v1 .header-v1 .header-3{
		display:none;
	}

	landzs .zs-header-v1 .header-v1 .header-1{
		    margin: 0 20px;
	}
	landzs .zs-header-v1 .header-v1 .logo-place a.logo img.rootlogo {
    max-height: 45px;
    max-width: 100px;
	}
	
	landzs .zs-header-v1 .header-v1 .menu-button {
            min-width:24px;
            height:22px;
            padding:0;
            position:relative;
            z-index:50;
            cursor:pointer;
            transition:all .4s;
			margin:0px;
			display:block;
			
			
        }

        landzs .zs-header-v1 .header-v1 .menu-button span {
            display:inline-block;
            transition:all .4s;
            box-sizing:border-box;
        }

        landzs .zs-header-v1 .header-v1 .menu-button span {
            position:absolute;
            height:2px;
            border-radius:4px;
        }

        landzs .zs-header-v1 .header-v1 .menu-button span:nth-of-type(1) {
            width:100%;
            top:0;
            left:0;
        }

        landzs .zs-header-v1 .header-v1 .menu-button span:nth-of-type(2) {
            width:100%;
            top:10px;
            right:0;
        }

        landzs .zs-header-v1 .header-v1 .menu-button span:nth-of-type(3) {
            width:100%;
            top:20px;
            left:0;
        }

        /* menu-button animation */

       landzs .zs-header-v1 .header-v1  .menu-button.active-1 span:nth-of-type(1) {
            width:30px;
            top:-10px;
            -webkit-transform: translatey(20px) rotate(-45deg);
            transform: translatey(20px) rotate(-45deg);
        }

        landzs .zs-header-v1 .header-v1 .menu-button.active-1 span:nth-of-type(2) {
            width:30px;
            right:50%;
            opacity:0;
            -webkit-animation: active-menu-bar01 .4s forwards;
            animation: active-menu-bar01 .4s forwards;
        }

        @-webkit-keyframes active-menu-bar01 {
            100% { height: 0; }
        }

        @keyframes active-menu-bar01 {
            100% { height: 0; }
        }

        landzs .zs-header-v1 .header-v1 .menu-button.active-1 span:nth-of-type(3) {
            width:30px;
            top:30px;
            -webkit-transform : translatey(-20px) rotate(45deg);
            transform : translatey(-20px) rotate(45deg);
        }
				
	landzs .zs-header-v1 .header-v1 .menu-button span {
    background: var(--color-primary);
}
}
@media all and (max-width: 1020px) {
landzs .zs-header-v1 .header-v1 .menu-button {
			margin:0 0 0 10px;
			min-width:24px;
        }
}
/* header v1 finish */





/* advantages v1 start */

landzs.zs-advantagesv1 .zs-content{
	text-align:center;
}

landzs.zs-advantagesv1 .zs-advantages{
display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
	counter-reset: list;
	
}

landzs.zs-advantagesv1 .zs-advantages .zs-advantages_item{
box-sizing: border-box;
width: 195px;
padding: 10px;
margin: 10px;
text-align:center;
}



landzs.zs-advantagesv1 .zs-advantages .zs-advantages_item:before{
	counter-increment: list;
	content: counter(list);
	font-size: 56px;
	width: 100px;
	height: 100px;
	background-color: var(--color-primary);
	border-radius: 50%;
	display:block;
	color: #fff;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
/* advantages v1 finish */



/* promo v1 start */

landzs.zs-promov1{
	text-align:center;
}
landzs.zs-promov1 .zs-first{
	min-height: 100vh;
	text-align:center;
}
landzs.zs-promov1 .zs-container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 50px 0;
margin:0 auto;
}
landzs.zs-promov1 .zs-contentfirst{
margin-bottom: 65px;	
}
landzs.zs-promov1 .zs-utp{
margin-bottom: 40px;
color: #fff;
font-size: 52px;
line-height:1.2;
font-weight:bold;
}
landzs.zs-promov1  .zs-dobivka{
max-width: 560px;
color: #fff;
margin-left: auto;
margin-right: auto;
font-size: 24px;
}
landzs.zs-promov1 .zs-icons{
    display: flex;
    justify-content: space-evenly;
    width: 600px;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
}
landzs.zs-promov1 .zs-icons .zs-icons_item{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 180px;
}
landzs.zs-promov1 .zs-icons .zs-icons_item .zs-icon-place{
display: flex;
height: 50px;
   align-items: center;

}

landzs.zs-promov1 .zs-icons .zs-icons_item .zs-icon-place .zs-icon{

}


landzs.zs-promov1 .zs-icons .zs-icons_item .zs-label{
	color: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
	display: inline-block;
	font-size: 20px;
}

/* promo v1 end */

/*zs-partnersv1*/
landzs.zs-partnersv1 .zs-container {
	padding-bottom: 110px;
}
landzs.zs-partnersv1 .zs-descriptionheader {
	text-align: center;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	line-height: 1.5;
}
landzs.zs-partnersv1 .zs-galleryin {
	margin-top: 60px;
	text-align: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
landzs.zs-partnersv1 .zs-galleryin_item {
	width: 20%;
	padding: 20px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin: 0;
}
landzs.zs-partnersv1 .zs-image {
	mix-blend-mode: multiply;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
/*end zs-partnersv1*/

/*zs-templatemax*/
landzs.zs-templatemax .zs-container {
	padding-top: 130px;
	padding-bottom: 130px;
}
landzs.zs-templatemax .zsconactsv3,
landzs.zs-templatemax .zsconactsv4 {
	text-align: center;
}
landzs.zs-templatemax .zsconactsv3 .b-footer__social_hoverable,
landzs.zs-templatemax .zsconactsv4 .b-footer__social_hoverable {
	justify-content: center;
}
landzs.zs-templatemax .zsconactsv4  {
	background-color: #fff;
	padding: 80px 85px 85px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}
landzs.zs-templatemax .zsconactsv4 .zsphone,
landzs.zs-templatemax .zsconactsv4 .zsemail {
	font-size: 20px;
	line-height: 1.55;
}
landzs.zs-templatemax .zsconactsv3 .zssocialicons,
landzs.zs-templatemax .zsconactsv4 .zssocialicons {
	margin-top: 40px;
}
landzs.zs-templatemax .zsconactsv3 .b-footer__social_hoverable a,
landzs.zs-templatemax .zsconactsv4 .b-footer__social_hoverable a {
	margin: 5px;
}
landzs.zs-templatemax .zsconactsv3 .zsphone a,
landzs.zs-templatemax .zsconactsv3 .zsemail a {
	font-size: 26px;
	line-height: 1.5;
}
landzs.zs-templatemax .zsconactsv3 .zsemail:nth-child(3) {
	margin-top: 35px;
	font-size: 18px;
	line-height: 1.55;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
landzs.zs-templatemax .zsconactsv3 .b-footer__social_hoverable a,
landzs.zs-templatemax .zsconactsv3 .b-footer__social_hoverable svg {
	width: 48px;
	height: 48px;
}
landzs.zs-templatemax .zsconactsv3 .zssocialicons {
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}
/*end zs-templatemax*/
landzs.zs-advantagesv1 .zs-container,
landzs.zs-advantagesv2 .zs-container,
landzs.zs-advantagesv3 .zs-container,
landzs.zs-advantagesv4 .zs-container,
landzs.zs-advantagesv41 .zs-container,
landzs.zs-advantagesv5 .zs-container,
landzs.zs-teamv1 .zs-container,
landzs.zs-teamv2 .zs-container,
landzs.zs-articlesv1 .zs-container,
landzs.zs-articlesv2 .zs-container,
landzs.zs-articlesv3 .zs-container,
landzs.zs-articlesv4 .zs-container{
padding-top: 60px;
}



landzs.zs-galleryv1 .zs-descriptionheader,
landzs.zs-galleryv2 .zs-descriptionheader,
landzs.zs-galleryv3 .zs-descriptionheader,
landzs.zs-galleryv4 .zs-descriptionheader,
landzs.zs-advantagesv1 .zs-descriptionheader,
landzs.zs-advantagesv2 .zs-descriptionheader,
landzs.zs-advantagesv21 .zs-descriptionheader,
landzs.zs-advantagesv3 .zs-descriptionheader,
landzs.zs-advantagesv4 .zs-descriptionheader,
landzs.zs-advantagesv5 .zs-descriptionheader,
landzs.zs-articlesv1 .zs-descriptionheader,
landzs.zs-articlesv2 .zs-descriptionheader,
landzs.zs-articlesv3 .zs-descriptionheader,
landzs.zs-articlesv4 .zs-descriptionheader,
landzs.zs-teamv1 .zs-descriptionheader,
landzs.zs-teamv2 .zs-descriptionheader {
	text-align: center;
	margin: 0 auto 40px auto;
	font-size: 24px;
	line-height: 1.3;
}

landzs.zs-teamv1 .zs-descbottom,
landzs.zs-teamv2 .zs-descbottom,
landzs.zs-articlesv1 .zs-descbottom,
landzs.zs-articlesv2 .zs-descbottom,
landzs.zs-articlesv3 .zs-descbottom,
landzs.zs-articlesv4 .zs-descbottom{
	text-align: center;
	margin: 40px auto;
	font-size: 24px;
	line-height: 1.5;
}
/*zs-teamv2*/
landzs.zs-teamv2 .zs-workers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
landzs.zs-teamv2 .zs-workers_item {
	box-sizing: border-box;
	text-align: center;
	width: 33.333%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 60px;
}
landzs.zs-teamv2 .zs-image-place {
	width: 200px;
	height: 200px;
	max-width: 100%;
	border-radius: 50%;
	overflow: hidden;
	font-size: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	line-height:0;
}

landzs.zs-teamv2 .zs-image-place img {
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

landzs.zs-teamv2 .zs-name {
	font-size: 22px;
	line-height: 1.35;
	font-weight: 700;
	margin-bottom: 0;
	color: #000000;
}
landzs.zs-teamv2 .zs-position {
	font-size: 14px;
	line-height: 1.55;
	color: #7a7a7a;
	margin-top: 0;
}
landzs.zs-teamv2 .zs-workerstab {
	margin-top: 80px;
	margin-bottom: -60px;
}
landzs.zs-teamv2 .zs-desc {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	line-height: 1.55;
}
landzs.zs-teamv2  .zs-more {
	margin-top: 20px;
	margin-bottom: 0;
}




/*end zs-teamv2*/

/*zs-teamv1*/
landzs.zs-teamv1 .zs-workers_item {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	min-height: 380px;
	padding-top: 20px;
	text-align: center;
	padding-left: 400px;
	margin-bottom: 60px;
}
landzs.zs-teamv1 .zs-workers_item:last-child {
	margin-bottom: 0;
}
landzs.zs-teamv1 .zs-image-place {
	width: 360px;
	height: 380px;
	position: absolute;
	left: 0; top: 0;
}
landzs.zs-teamv1 .zs-image-place img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
landzs.zs-teamv1 .zs-name,
landzs.zs-teamv1 .zs-position,
landzs.zs-teamv1 .zs-desc {
	width: 100%;
}
landzs.zs-teamv1 .zs-more {
	margin: 20px auto 0;
}
landzs.zs-teamv1 .zs-workerstab {
	margin-top: 80px;
}
landzs.zs-teamv1 .zs-name {
	margin-top: 0;
	font-size: 24px;
	line-height: 1.35;
	margin-bottom: 4px;
	font-weight: 700;
	color: #000000;
}
landzs.zs-teamv1  .zs-position {
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 18px;
}
landzs.zs-teamv1 .zs-desc {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.55;
}
/*end zs-teamv1*/

/*zs-articlesv4*/
landzs.zs-articlesv4 .zs-articlestab {
	padding-left: 40px;
	padding-right: 40px;
}
landzs.zs-articlesv4 .zs-articles {
	display: flex;
	flex-wrap: wrap;
	margin-top: 90px;
	margin-bottom: -30px;
}
landzs.zs-articlesv4 .zs-articles_item {
	width: 31.03%;
	margin-right: 3.45%;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	padding-bottom: 99px;
	position: relative;
}
landzs.zs-articlesv4 .zs-articles_item:nth-child(3n) {
	margin-right: 0;
}
landzs.zs-articlesv4 .zs-image-place {
	position: relative;
	padding-bottom: 83.333333333333%;
}
landzs.zs-galleryv2 .zs-image,
landzs.zs-articlesv3 .zs-image-place .zs-image,
landzs.zs-articlesv4 .zs-image-place .zs-image {
	position: absolute;
	width: 100%;
	left: 0; top: 0;
	height: 100%;
	object-fit: cover;
}
landzs.zs-articlesv4 .zs-more {
	position: absolute;
	bottom: 30px;
	left: 0;
	margin: 27px 30px 0;
}
landzs.zs-articlesv4 .zs-label {
	padding: 27px 30px 0;
	margin: 0;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	color: #000000;
}
landzs.zs-articlesv4 .zs-desc {
	padding: 8px 30px 0;
	font-size: 14px;
	line-height: 1.55;
}
/*end zs-articlesv4*/

/*zs-articlesv3*/

landzs.zs-articlesv3 .zs-articles {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
landzs.zs-articlesv3 .zs-articles_item {
	position: relative;
	margin-bottom: -1px;
	min-height: 437px;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.6);
	padding: 30px calc(40px + 50%) 30px 40px;
	transition: all, 0.3s;
}
landzs.zs-articlesv3 .zs-articles_item:hover {
	background: #ffffff;
}
landzs.zs-articlesv3 .zs-image-place {
	position: absolute;
	width: 50%;
	top: -1px;
	right: -1px;
	bottom: -1px;
}
landzs.zs-articlesv3 .zs-label {
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 36px;
	line-height: 1.23;
	font-weight: 700;
	color: #000000;
}
landzs.zs-articlesv3 .zs-desc {
	margin: 0;
	font-size: 18px;
	line-height: 1.55;
	color: #4b4b4b;
}
landzs.zs-articlesv3 .zs-more {
	margin: 30px 0 0;
}
/*end zs-articlesv3*/

/*zs-galleryv2*/
landzs.zs-galleryv2 .zs-first {
	text-align: center;
}
landzs.zs-galleryv2 .zs-blocktitle{
	padding-top: 60px;
}

landzs.zs-galleryv2 .zs-galleryin {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
landzs.zs-galleryv2 .zs-descbottom{
	margin: 40px auto 0 auto;
}
landzs.zs-galleryv2 .zs-more {
	margin: 0 0 40px 0;
}
landzs.zs-galleryv2 .zs-galleryin_item {
	width: 25%;
}
landzs.zs-galleryv2 .zs-galleryin_item a {
	cursor: zoom-in;
}
landzs.zs-galleryv2 .zs-image-place {
	position: relative;
	transition: all, 0.3s;
}
landzs.zs-galleryv2 .zs-image-place {
	padding-top: 75.16%;
	height: auto;
}
landzs.zs-galleryv2 .zs-image-place:hover {
	z-index: 5;
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	box-shadow: 0 2px 20px 2px rgb(0, 0, 0, 0.45);
}
/*end zs-galleryv2*/

/*zs-articlesv2*/

landzs.zs-articlesv2 .zs-articles_item {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	box-sizing: border-box;
	position: relative;
	min-height: 480px;
	padding-right: 51.72%;
}
landzs.zs-articlesv2 .zs-articles_item:last-child {
	margin-bottom: 0;
}
landzs.zs-articlesv2 .zs-image-place {
	position: absolute;
	width: 48.27%;
	right: 1.72%;
	top: 0;
}
landzs.zs-articlesv2 .zs-label {
	font-size: 52px;
	line-height: 1.23;
	margin: 0 0 34px;
	font-weight: 700;
	color: #000000;
}
landzs.zs-articlesv2 .zs-labeldesc {
	margin: 0 0 34px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.45;
}
landzs.zs-articlesv2 .zs-desc {
	margin: 0;
	font-size: 18px;
	line-height: 1.55;
} 
landzs.zs-articlesv2 .zs-more { 
	margin: 30px 0 0;
}


/*end zs-articlesv2*/

/*zs-advantagesv5*/

landzs.zs-advantagesv5 .zs-advantages {
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
landzs.zs-advantagesv5 .zs-advantages_item {
	width: 22.8%;
	margin-right: 2.93%;
	margin-bottom: 50px;
}
landzs.zs-advantagesv5 .zs-advantages_item:last-child,
landzs.zs-advantagesv5 .zs-advantages_item:nth-child(4n) {
	margin-right: 0;
}
landzs.zs-advantagesv5 .zs-value {
	margin: 0;
	padding-top: 8px;
	margin-right: 20px;
	font-size: 32px;
	line-height: 1.17;
	color: #000000;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 3px solid #000000;
}
landzs.zs-advantagesv5 .zs-label {
	margin: 18px 0 0;
	font-size: 18px;
	line-height: 1.55;
}
landzs.zs-advantagesv5 .zs-content {
	text-align: center;
}

/*end zs-advantagesv5*/
landzs.zs-galleryv1 .zs-more,
landzs.zs-galleryv3 .zs-more,
landzs.zs-galleryv4 .zs-more,
landzs.zs-advantagesv1 .zs-more,
landzs.zs-advantagesv2 .zs-more,
landzs.zs-advantagesv21 .zs-more,
landzs.zs-advantagesv3 .zs-more,
landzs.zs-advantagesv4 .zs-more,
landzs.zs-advantagesv5 .zs-more{
margin: 0 auto 40px auto;
}

landzs.zs-galleryv1 .zs-descfooter,
landzs.zs-galleryv2 .zs-descfooter,
landzs.zs-galleryv3 .zs-descfooter,
landzs.zs-galleryv4 .zs-descfooter,
landzs.zs-advantagesv1 .zs-descfooter,
landzs.zs-advantagesv2 .zs-descfooter,
landzs.zs-advantagesv21 .zs-descfooter,
landzs.zs-advantagesv3 .zs-descfooter,
landzs.zs-advantagesv4 .zs-descfooter,
landzs.zs-advantagesv5 .zs-descfooter{
padding:0 0 40px 0;
margin: 0 auto;
text-align: center;
font-size: 24px;
line-height: 1.3;
}



/*zs-articlesv1*/
landzs.zs-articlesv1 .zs-more {
	margin: 30px 0 0;
}
landzs.zs-articlesv1 .zs-label {
	font-size: 26px;
	line-height: 1.23;
	font-weight: 700;
	margin: 0 0 24px;
	color: #000000;
}
landzs.zs-articlesv1 .zs-desc {
	margin: 0;
	font-size: 18px;
	line-height: 1.55;
}
landzs.zs-articlesv1 .zs-articles {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
landzs.zs-articlesv1 .zs-articles_item {
	min-height: 340px;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 52%;
	position: relative;
	margin-bottom: 120px;
}
landzs.zs-articlesv1 .zs-articles_item:last-child {
	margin-bottom: 0;
}
landzs.zs-articlesv1 .zs-articles_item .zs-image-place {
	width: 47.91%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}
landzs.zs-articlesv1 .zs-articles_item:nth-child(2n) {
	padding-left: 52%;
	padding-right: 0;
}
landzs.zs-articlesv1 .zs-articles_item:nth-child(2n) .zs-image-place {
	right: auto;
	left: 0;
}
landzs.zs-articlesv1 .zs-articlestab {
	margin-top: 80px;
}
/*end zs-articlesv1*/

/*zs-advantagesv4*/
landzs.zs-advantagesv4 {
	text-align: center;
}
landzs.zs-advantagesv4 .zs-advantages {
	max-width: 1160px;
	display: flex;
	flex-wrap: wrap;
}
landzs.zs-advantagesv4 .zs-advantages_item {
	width: 31.03%;
	margin-right: 3.45%;
	margin-bottom: 45px;
}
landzs.zs-advantagesv4 .zs-advantages_item:nth-child(3n) {
	margin-right: 0;
}

landzs.zs-advantagesv4 .zs-label {
	font-size: 30px;
	line-height: 1.17;
	color: #000;
	font-weight: 700;
	margin: 0 0 25px;
}
landzs.zs-advantagesv4 .zs-desc2 {
	max-width: 320px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.55;
}
landzs.zs-advantagesv4 .zs-icon-place {
	display: block;
	border-radius: 50%;
	margin: 0 auto 35px;
	background: #ffffff;
	width: 100px;
	height: 100px;
	position: relative;
}
landzs.zs-advantagesv3 .zs-icon-place .zs-icon,
landzs.zs-advantagesv4 .zs-icon-place .zs-icon {
	max-width: 50%;
	max-height: 50%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
}
/*end zs-advantagesv4*/

/*zs-advantagesv3*/
landzs.zs-advantagesv2,
landzs.zs-advantagesv3 {
	text-align: center;
}
landzs.zs-advantagesv21 {
	text-align: center;
}
landzs.zs-advantagesv1 .zs-advantages,
landzs.zs-advantagesv2 .zs-advantages,
landzs.zs-advantagesv21 .zs-advantages,
landzs.zs-advantagesv3 .zs-advantages, 
landzs.zs-advantagesv4 .zs-advantages, 
landzs.zs-advantagesv5 .zs-advantages {
	padding: 0 0 40px 0;
	margin: 0 auto;
}
landzs.zs-advantagesv2 .zs-advantages,
landzs.zs-advantagesv21 .zs-advantages,
landzs.zs-advantagesv3 .zs-advantages {
	max-width: 760px;
}


landzs.zs-advantagesv21 .zs-advantages {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

landzs.zs-advantagesv3 .zs-advantages_item {
	position: relative;
	text-align: left;
	padding-left: 95px;
	margin-bottom: 65px;
}
landzs.zs-advantagesv3 .zs-advantages_item:last-child {
	margin-bottom: 0;
}
landzs.zs-advantagesv3 .zs-icon-place {
	background: #f6f6f6;
	position: absolute;
	left: 0; top: 0;
	border-radius: 50%;
	width: 65px;
	height: 65px;
}
landzs.zs-advantagesv3 .zs-icon-place .zs-icon {
	max-width: 55%;
	max-height: 55%;
}
landzs.zs-advantagesv2 .zs-label,
landzs.zs-advantagesv3 .zs-label {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	color: #000000;
	margin: 0 0 14px;
}
landzs.zs-advantagesv21 .zs-label {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	color: #000000;
	margin: 0 0 14px;
}

landzs.zs-advantagesv2 .zs-desc2,
landzs.zs-advantagesv3 .zs-desc2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.55;
}
landzs.zs-advantagesv21 .zs-desc2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.55;
}



/*end zs-advantagesv3*/

/*zs-advantagesv2*/
landzs.zs-advantagesv2 .zs-advantages_item {
	padding-left: 90px;
	position: relative;
	text-align: left;
	margin-bottom: 55px;
}
landzs.zs-advantagesv2 .zs-advantages {
	counter-reset: section;
}
landzs.zs-advantagesv2 .zs-advantages_item:after {
	counter-increment: section;
	content: counter(section);
	color: var(--color-primary);
	border: 2px solid var(--color-primary);
	position: absolute;
	left: 0; top: 0;
	font-size: 20px;
	font-weight: 700;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	box-sizing: border-box;
	line-height: 44px;
	text-align: center;
}
landzs.zs-advantagesv2 .zs-advantages_item:last-child {
	margin-bottom: 0;
}
/*end zs-advantagesv2*/



/*zs-advantagesv21*/
landzs.zs-advantagesv21 .zs-advantages_item {
	padding: 0 20px 0 90px;
	position: relative;
	text-align: left;
	margin-bottom: 55px;
	max-width: 50%;
	width: 50%;
	box-sizing: border-box;
}
landzs.zs-advantagesv21 .zs-advantages {
	counter-reset: section;
}
landzs.zs-advantagesv21 .zs-advantages_item:after {
	counter-increment: section;
	content: counter(section);
	color: var(--color-primary);
	border: 2px solid var(--color-primary);
	position: absolute;
	left: 0; top: 0;
	font-size: 20px;
	font-weight: 700;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	box-sizing: border-box;
	line-height: 44px;
	text-align: center;
}
landzs.zs-advantagesv21 .zs-advantages_item:last-child {
	margin-bottom: 0;
}
/*end zs-advantagesv21*/








/*zs-textv1*/
landzs.zs-textv1 .zs-container {
	padding-top: 120px;
	padding-bottom: 120px;
}
landzs.zs-textv1 {
	text-align: center;
}
landzs.zs-textv1 .zs-text {
	max-width: 880px;
	border: 5px solid var(--color-primary);
	font-size: 30px;
	color: var(--color-primary);
	line-height: 50px;
	font-weight: 700;
	box-sizing: border-box;
	margin: 80px auto 0;
	padding: 60px;
	text-align: left;
}
landzs.zs-textv1 .zs-text p {
	margin-top: 0;
	margin-bottom: 0;
}
landzs.zs-textv1 .zs-more {
	margin: 80px 0 0;
}
/*end zs-textv1*/

/*zs-faqv2*/
landzs.zs-faqv1,
landzs.zs-faqv2 {
	text-align: center;
}
landzs.zs-faqv1 .zs-container,
landzs.zs-faqv2 .zs-container {
	padding-top: 90px;
	padding-bottom: 90px;
}
landzs.zs-faqv1 .zs-questions,
landzs.zs-faqv2 .zs-questions {
	margin: 60px auto;
	max-width: 760px;
	text-align: left;
}
landzs.zs-faqv1 .zs-more,
landzs.zs-faqv2 .zs-more {
	margin: 0;
}
landzs.zs-faqv2 .zs-question {
	margin: 0 0 30px;
	background: #222;
	padding: 28px 40px 27px;
	border-radius: 40px;
	position: relative;
	z-index: 2;
	font-size: 16px;
	line-height: 1.55;
	color: #ffffff;
}
landzs.zs-faqv2 .zs-answer {
	padding: 28px 40px 27px;
	border-radius: 40px;
	position: relative;
	z-index: 2;
	background: #eee;
	font-size: 16px;
	line-height: 1.55;
}
landzs.zs-faqv2 .zs-questions_item {
	margin-bottom: 30px;
}
/*end zs-faqv2*/

/*zs-faqv1*/
landzs.zs-faqv1 {
	text-align: center;
}

landzs.zs-faqv1 .zs-questions_item {
	background-color: #fff;
	margin-bottom: 2px;
}
landzs.zs-faqv1 .zs-questions_item:last-child {
	margin-bottom: 0;
}
landzs.zs-faqv1 .zs-question {
	margin: 0;
	padding: 25px 30px;
	cursor: pointer;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 700;
	color: #000;
	position: relative;
}
landzs.zs-faqv1 .zs-question:after,
landzs.zs-faqv1 .zs-question:before {
	content: '';
	transition: all, 0.3s;
	position: absolute;
	top: 0; bottom: 0;
	margin: auto;
	background: #787878;
}
landzs.zs-faqv1 .zs-questions_item.opened .zs-question:after,
landzs.zs-faqv1 .zs-questions_item.opened .zs-question:before {
	transform: rotate(45deg);
}
landzs.zs-faqv1 .zs-question:after {
	width: 2px;
	height: 24px;
	right: 37px;
}
landzs.zs-faqv1 .zs-question:before {
	width: 24px;
	right: 26px;
	height: 2px;
}
landzs.zs-faqv1 .zs-answer {
	display: none;
	padding: 0 30px 30px;
	font-size: 16px;
	line-height: 1.55;
}
landzs.zs-faqv1 .zs-answer p {
	margin: 0;
}
/*end zs-faqv1*/

/*zs-menuv1*/
landzs .zs-menuv1 .zs-container{
	padding: 0px;
}
landzs .zs-menuv1{
   background: var(--color-secondary);
}
.zs-menuv1 ul{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}

.zs-menuv1 ul li{
    position: relative;
    display: inline-block;
}
.zs-menuv1 li a {
    text-align: center;
    font-size: 17px;
    line-height: 43px;
    padding: 0 20px;
    margin: 0;
    display: block;
}
.zs-menuv1 li a, .zs-menuv1 li ul li a {
    color: var(--menu-color);
}

.zs-menuv1 li ul, .zs-menuv1 li:hover, .zs-menuv1 li a.active-page  {
    background: var(--color-primary);
}

.zs-menuv1 li:hover a, .zs-menuv1 li a.active-page {
    color: var(--menu-color-active);
}
.zs-menuv1 li ul li a.active-page {
    color: var(--color-primary);
    background: #ffffff;
}
.zs-menuv1 .dropdown-toggle.more-items{
	display:none;
}

.zs-menuv1 li ul {
    width: 220px;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    top: 43px;
    left: 0;
    display: none;
    z-index: 20;
}
.zs-menuv1 li ul li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}


.zs-menuv1 li ul, .zs-menuv1 li:hover, .zs-menuv1 li a.active-page {
    background: var(--color-primary);
}
landzs.zs-template .zs-menuv1 li:hover a.parent:after, landzs.zs-template .zs-menuv1 li a.active-page.parent:after{
	border-bottom-color: var(--menu-color-active);
    border-right-color: var(--menu-color-active);
}

.zs-menuv1 li:hover ul {
    display: block;
}
.zs-menuv1 li ul li a {
    text-align: left;
    font-size: 17px;
    line-height: 21px;
    padding: 10px 20px;
    margin: 0;
    display: block;
}
.zs-menuv1 li ul li a:hover {
    color: var(--color-primary);
    background: #ffffff;
}

.zs-menuv1 li.mobile{
	display: flex;
	align-content: center;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
}
@media all and (min-width: 420px) {
.zs-menuv1 li.mobile{
    display:none;
}
}
.zs-menuv1 li.mobile .word{
	color: var(--menu-color);
	font-size:24px;
}
.zs-menuv1 li.mobile:hover{
	background:none;
}

/*end zs-menuv1*/


/*zs-menuv2*/
landzs .zs-menuv2 .zs-container{
	padding: 0px;
}
landzs .zs-menuv2{
   background: var(--color-secondary);
}
landzs.zs-promov4  .zs-menuv2 .zs-container, landzs.zs-promov41 .zs-container, landzs.zs-promov41  .zs-menuv2 .zs-container, landzs.zs-promov41 .zs-container{
   padding-top:0px;
}

.zs-menuv2 ul{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}

.zs-menuv2 ul li{
    position: relative;
    display: inline-block;
}
.zs-menuv2 li a {
    text-align: center;
    font-size: 17px;
    line-height: 43px;
    padding: 0 20px;
    margin: 0;
    display: block;
}
.zs-menuv2 li a, .zs-menuv2 li ul li a {
    color: var(--menu-color);
}

.zs-menuv2 li ul, .zs-menuv2 li:hover, .zs-menuv2 li a.active-page  {
    background: var(--color-primary);
}

.zs-menuv2 li:hover a, .zs-menuv2 li a.active-page {
    color: var(--menu-color-active);
}
.zs-menuv2 li ul li a.active-page {
    color: var(--color-primary);
    background: #ffffff;
}
.zs-menuv2 .dropdown-toggle.more-items{
	display:none;
}

.zs-menuv2 li ul {
    width: 220px;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    top: 43px;
    left: 0;
    display: none;
    z-index: 20;
}
.zs-menuv2 li ul li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}


.zs-menuv2 li ul, .zs-menuv2 li:hover, .zs-menuv2 li a.active-page {
    background: var(--color-primary);
}
.zs-menuv2 li:hover ul {
    display: block;
}
.zs-menuv2 li ul li a {
    text-align: left;
    font-size: 17px;
    line-height: 21px;
    padding: 10px 20px;
    margin: 0;
    display: block;
}
.zs-menuv2 li ul li a:hover {
    color: var(--color-primary);
    background: #ffffff;
}

.zs-menuv2 li.mobile{
	display: flex;
	align-content: center;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
}
@media all and (max-width: 1020px) {
.zs-menuv2{
    display:none;
}
}


/*end zs-menuv2*/






/*zs-promov3*/
landzs.zs-promov3 .zs-first {
	overflow: hidden;
	height: 100vh;
	position: relative;
}
landzs.zs-promov3 .zs-left{
	max-width: 1280px;
	width: 100%;
	left: 0;
	right: 0;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 80px 20px;
	position: absolute;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
landzs.zs-promov3 .zs-utp {
	max-width: 660px;
	margin: 0;
	font-size: 52px;
	line-height: 1.23;
	color: #ffffff;
	font-weight: 700;
}
landzs.zs-promov3 .zs-dobivka {
	color: #fff;
	padding: 40px 0 54px;
	max-width: 660px;
	margin: 0;
	font-size: 22px;
	line-height: 1.55;
}
landzs.zs-promov3 .zs-dobivka p {
	margin: 0;
}
landzs.zs-promov3 .zs-more {
	margin: 0;
	max-width: 200px;
}
landzs.zs-promov3 .zs-right {
	height: 100%;
	position: absolute;
	width: 60%;
	box-sizing: border-box;
	top: 0; right: 0;
}
landzs.zs-promov3 .zs-rightcontent {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
landzs.zs-articlesv1 .zs-image-place .zs-image {
	position: absolute;
	width: 100%;
	left: 0; top: 0;
	height: 100%;
	object-fit: cover;
}
/*end zs-promov3*/


/*start zs-promov4*/
landzs.zs-promov4 .zs-container, landzs.zs-promov41 .zs-container{
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 40px 20px 0 20px;
    align-content: flex-start;
}
landzs.zs-promov4 .zs-container .zs-left, landzs.zs-promov41 .zs-container .zs-left{
	width:50%;
}
landzs.zs-promov4 .zs-container .zs-right, landzs.zs-promov41 .zs-container .zs-right{
	width:50%;
}
@media all and (max-width: 480px) {
	landzs.zs-promov4 .zs-container, landzs.zs-promov41 .zs-container {
			display: flex;
		flex-direction: column;
	}
	landzs.zs-promov4 .zs-container .zs-left, landzs .zs-promov41 .zs-container .zs-left {
		width:100%;
	}
	landzs.zs-promov4 .zs-container .zs-right, landzs .zs-promov41 .zs-container .zs-right {
		width:100%;
	}
}

landzs.zs-promov4  .zs-left .zs-utp, landzs.zs-promov41  .zs-left .zs-utp{
	font-size:64px;
	line-height:1.2;
	color: var(--color-primary);
	margin:0 0 25px 0;
}
landzs.zs-promov4  .zs-left .zs-dobivka, landzs.zs-promov41  .zs-left .zs-dobivka{
	margin:0 0 25px 0;
}
landzs.zs-promov4  .zs-left .zs-dobivka p, landzs.zs-promov41  .zs-left .zs-dobivka p{
	font-size:16px;
	line-height:1.5;
}
landzs.zs-promov4  .zs-left .zs-more, landzs.zs-promov41  .zs-left .zs-more {
	margin: 25px 0 50px 0;
}
landzs.zs-promov41 .zs-right .zs-imegelabel{
	
}
/*finish zs-promov4*/


/*start quick contacks обычно используются в формах*/
.zs-quickcontactstemplate{
	display:flex;
}
.zs-quickcontactstemplate a{
	display:flex;
}
.zs-quickcontactstemplate .text{
	font-size:16px;
	line-height:1.5;
	margin: 10px 0;
}
.zs-quickcontactstemplate a svg{
	width:30px;
	height:30px;
}
/*finish quick contacks */


landzs.zs-captureformv2 .zs-container{
	display:flex;
	flex-direction: row;
}
landzs.zs-captureformv2 .zs-container .zs-left{
	
}
landzs.zs-captureformv2 .zs-container .zs-right{
	width:420px;
}

/*openVideo*/
landzs a.openVideo {
	display: block;
	min-height: 100%;
	position: relative;
}
landzs a.openVideo:after {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	width: 54px;
	height: 54px;
	background: url('../images/icon-play.svg') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 10;
	pointer-events: none;
}
/*end openVideo*/

/*zs-galleryv3*/

landzs.zs-galleryv3 .zs-first{
	text-align:center;
}

landzs.zs-galleryv3 .zs-galleryin_item {
	font-size: 0;
	max-width: 745px;
	margin: 0 auto 30px;
}
landzs.zs-galleryv3 .zs-galleryin_item:last-child {
	margin-bottom: 0;
}
landzs.zs-galleryv3 .zs-galleryin {
}
landzs.zs-galleryv3 a.openVideo:after {
	background: url('../images/icon-video-play.svg') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 79px;
	height: 57px;
}
/*end zs-galleryv3*/

/*zs-faqv3*/
landzs.zs-faqv3 .zs-container {
	padding-top: 90px;
	padding-bottom: 90px;
}
landzs.zs-faqv3 .zs-content {
	max-width: 830px;
	margin: 0 auto 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
landzs.zs-faqv3 .zs-content > * {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
landzs.zs-faqv3 .zs-left {
	text-align: center;
	color: #676868;
	width: 26.86%;
}
landzs.zs-faqv3 .zs-right {
	width: 60.24%;
}
landzs.zs-faqv3 .zs-photo-place {
	max-width: 211px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
landzs.zs-articlesv4 .zs-image-place .openVideo,
landzs.zs-galleryv2 .zs-image-place .openVideo,
landzs.zs-faqv3 .zs-photo-place .openVideo {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}
landzs.zs-faqv3 .zs-photo-place img {
	object-position: top;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	object-fit: cover;
}
landzs.zs-faqv3 .zs-photo-place:after {
	content: '';
	display: block;
	padding-top: 100%;
}
landzs.zs-faqv3 .zs-photolabel {
	margin-bottom: 0;
	margin-top: 34px;
	font-size: 14px;
	line-height: 150%;
}
landzs.zs-faqv3 .zs-name {
	font-size: 24px;
	line-height: 150%;
	margin: 5px 0 0;
}
landzs.zs-faqv3 .zs-more {
	width: 100%;
	font-size: 14px;
	line-height: 150%;
	font-weight: 400;
	color: #ffffff;
	box-sizing: border-box;
	margin: 33px 0 0;
	display: inline-block;
}
landzs.zs-faqv3 .zs-blocktitle {
	font-weight: normal;
	font-size: 36px;
	line-height: 110%;
	color: #676868;
	margin-bottom: 30px;
}
landzs.zs-faqv3 .zs-position {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 0;
	margin-top: 0;
}
landzs.zs-faqv3 .zs-questions_item {
	padding-left: 28px;
	margin-bottom: 17px;
}
landzs.zs-faqv3 .zs-questions_item:last-child {
	margin-bottom: 0;
}
landzs.zs-faqv3 .zs-questions {
	padding-top: 6px;
}
landzs.zs-faqv3 .zs-question {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	line-height:1.5;
	display: inline;
	position: relative;
	border-bottom: 1px dashed var(--color-primary);
	cursor: pointer;
	color: var(--color-primary);
	padding: 0 0 0 0;
}
landzs.zs-faqv3 .zs-questions_item.opened .zs-question,
landzs.zs-faqv3 .zs-question:hover {
	border-bottom-color: transparent;
}
landzs.zs-faqv3 .zs-question:after {
	content: "\f059";
	font-family: 'font awesome 5 free', sans-serif;
    font-weight: 400;
    position: absolute;
    font-size: 30px;
    width: 29px;
    height: 29px;
    left: -40px;
    top: -5px;
}
landzs.zs-faqv3 .zs-answer {
	display: none;
	font-size: 16px;
	line-height: 150%;
	color: #676868;
}
landzs.zs-faqv3 .zs-answer p {
	margin: 5px 0;
}
/*end zs-faqv3*/

/*zs-captureformv1*/
landzs.zs-captureformv1 .zs-blocktitle,
landzs.zs-captureformv2 .zs-blocktitle {
	font-weight: normal;
	font-size: 64px;
	line-height: 110%;
	color: #676868;
	margin-bottom: 29px;
}
landzs.zs-captureformv1 .zs-container {
	padding-top: 133px;
	padding-bottom: 80px;
}
landzs.zs-captureformv1 .zs-description,
landzs.zs-captureformv2 .zs-description {
	font-size: 24px;
	line-height: 110%;
	color: #676868;
}
landzs.zs-captureformv1 .zs-description {
	text-align: center;
}
landzs.zs-captureformv1 .zs-formtemplate {
	max-width: 1054px;
	margin: 0 auto 0;
}
landzs.zs-captureformv1 input,
landzs.zs-captureformv2 textarea,
landzs.zs-captureformv2 input {
	padding: 0 12px;
	border: 1px solid #c4c4c4;
	box-sizing: border-box;
	height: 42px;
	font-size: 14px;
	line-height: 150%;
}
landzs.zs-captureformv1 input::placeholder,
landzs.zs-captureformv2 textarea::placeholder,
landzs.zs-captureformv2 input::placeholder {
	color: #c4c4c4;
	opacity: 1;
}
landzs.zs-captureformv1 input:-ms-input-placeholder,
landzs.zs-captureformv2 textarea:-ms-input-placeholder,
landzs.zs-captureformv2 input:-ms-input-placeholder {
	color: #c4c4c4;
}
landzs.zs-captureformv1 .submit input,
landzs.zs-captureformv2 .submit input {
	height: 42px;
	border: none;
	color: #ffffff;
	background: var(--color-primary);
		cursor:pointer;
}
landzs.zs-captureformv2 textarea {
	resize: none;
	height: 92px;
}
landzs.zs-captureformv1 .feedback-fields {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
landzs.zs-captureformv1 .feedback-fields > * {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
landzs.zs-captureformv1 .feedback-fields > div:not(.contacts-form__btn) {
	width: 25.14%;
}
landzs.zs-captureformv1 .feedback-fields .contacts-form__btn {
	width: 18.69%;
}
landzs.zs-captureformv1 .zs-formconatainer {
	padding-top: 36px;
}
landzs.zs-captureformv1 .zs-legacy-confirm,
landzs.zs-captureformv2 .zs-legacy-confirm {
	font-size: 12px;
	line-height: 150%;
	margin-top: 12px;
	color: #676868;
}
landzs.zs-captureformv1 .zs-legacy-confirm a,
landzs.zs-captureformv2 .zs-legacy-confirm a {
	color: #009ec5;
}
landzs.zs-captureformv1 .zs-legacy-confirm a:hover,
landzs.zs-captureformv2 .zs-legacy-confirm a:hover {
	text-decoration: underline;
}
landzs.zs-captureformv1 .zs-quickcontactsconatainer {
	text-align: center;
}
landzs.zs-captureformv1 .zs-quickcontactstemplate {
	justify-content: center;
}
landzs.zs-captureformv1 .zs-quickcontactstemplate *,
landzs.zs-captureformv2 .zs-quickcontactstemplate * {
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 16px;
	line-height: 150%;
	color: #676868;
}
landzs.zs-captureformv1 .zs-quickcontactstemplate .tel,
landzs.zs-captureformv2 .zs-quickcontactstemplate .tel {
	line-height: 22px;
}
landzs.zs-captureformv2 .zs-quickcontactstemplate .icon svg,
landzs.zs-captureformv2 .zs-quickcontactstemplate .icon svg,
landzs.zs-captureformv1 .zs-quickcontactstemplate .icon svg,
landzs.zs-captureformv1 .zs-quickcontactstemplate .icon svg {
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 9px;
	top: 3px;
}
landzs.zs-captureformv2 .zs-quickcontactsconatainer,
landzs.zs-captureformv1 .zs-quickcontactsconatainer {
	padding-top: 24px;
}
landzs.zs-captureformv2 .zs-quickcontactsconatainer .zs-text,
landzs.zs-captureformv1 .zs-quickcontactsconatainer .zs-text {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 10px;
	color: #676868;
}
landzs.zs-captureformv2 .zs-quickcontactstemplate a,
landzs.zs-captureformv1 .zs-quickcontactstemplate a {
	margin-right: 35px;
}
landzs.zs-captureformv2 .zs-quickcontactstemplate a:last-child,
landzs.zs-captureformv1 .zs-quickcontactstemplate a:last-child {
	margin-right: 0;
}
landzs.zs-captureformv2 .zs-quickcontactstemplate .tel,
landzs.zs-captureformv1 .zs-quickcontactstemplate .tel {
	font-weight: 700;
}
landzs.zs-captureformv2 .zs-quickcontactstemplate .tel .icon,
landzs.zs-captureformv1 .zs-quickcontactstemplate .tel .icon {
	width: 22px;
	height: 22px;
	margin-right: 6px;
	top: 0;
	fill: var(--color-primary);
}
landzs.zs-captureformv2 .zs-blocktitle {
	text-align: left;
}
landzs.zs-captureformv2 .zs-quickcontactsconatainer {
	padding-top: 16px;
}
landzs.zs-captureformv2 .zs-container {
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1170px;
}
landzs.zs-captureformv2 .zs-blocktitle {
	max-width: 530px;
}
landzs.zs-captureformv2 .zs-container .zs-left {
	position: relative;
	top: -27px;
	width: 54.7%;
}
landzs.zs-captureformv2 .feedback-fields > div:not(.contacts-form__btn) {
	margin-bottom: 14px;
}
landzs.zs-captureformv2 textarea {
	padding: 9px 12px;
}
landzs.zs-captureformv2 .contacts-form__btn {
	margin-top: 16px;
	max-width: 197px;
}
landzs.zs-captureformv2 .zs-container {
	padding-top: 126px;
	padding-bottom: 72px;
}
/*end zs-captureformv1*/

/*zs-template*/
landzs.zs-template .zs-menuv1 li a {

}
landzs.zs-template .zs-menuv1 ul li {
	margin-right: 10px;
}
landzs.zs-template .zs-menuv1 li a.parent:after {
	content: '';
	position: relative;
	top: -4px;
	right: -4px;
	margin-left: 6px;
	margin-right: 2px;
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border: 2px solid transparent;
	border-bottom-color: var(--menu-color);
	border-right-color: var(--menu-color);
}

landzs.zs-template .zs-menuv1 li ul {
	width: 240px;
	padding: 12px 0 17px;
}
landzs.zs-template .zs-menuv1 li ul a {
	padding: 5px 24px 4px;
	font-size: 18px;
	line-height: 150%;
}
landzs.zs-template .zs-menuv1 ul {
	flex-wrap: nowrap;
}
landzs.zs-template .zs-menuv1 li:nth-last-child(2) {
	margin-right: 0;
}
landzs.zs-template .zs-menuv1 .dropdown-toggle.more-items {
	font-size: 26px;
	padding-bottom: 15px;
	line-height: 28px;
}
landzs.zs-template .zs-menuv1 .menu-else {
	left: auto;
	right: 0;
}
landzs.zs-template .zs-menuv1 .menu-else li {
	display: block !important;
}
landzs.zs-template .zs-menuv1 .menu-else li:last-child {
	display: none !important;
}
landzs.zs-template .zs-menuv1 .menu-else li ul {
	display: none;
}
/*zs-template*/

/*zs-promov4*/
landzs.zs-promov4,
landzs.zs-promov41 {
	background: url('../images/zs-promov4-bg.png') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

landzs.zs-promov4 .zs-rightcontent,
landzs.zs-promov41 .zs-rightcontent {
	font-size: 0;
}
landzs.zs-promov4 .zs-left .zs-utp,
landzs.zs-promov41 .zs-left .zs-utp {
	background: #ffffff;
	display: inline;
	font-size: 64px;
	line-height:1.2;
	box-shadow: -15px 0 0 0 #ffffff, 25px 0 0 0 #ffffff, 25px -7px 0 0 #ffffff, -15px -7px 0 0 #ffffff, 25px 7px 0 0 #ffffff, -15px 7px 0 0 #ffffff;
	line-height: 110%;
	color: #676868;
}
landzs.zs-promov4 .zs-left .zs-utp span,
landzs.zs-promov41 .zs-left .zs-utp span {
	position: relative;
	z-index: 10;
}
landzs.zs-promov4 .zs-container .zs-left,
landzs.zs-promov41 .zs-container .zs-left {
	max-width: 520px;
}
landzs.zs-promov4 .zs-container .zs-right,
landzs.zs-promov41 .zs-container .zs-right {
	max-width: 448px;
	margin-left: 78px;
}
landzs.zs-promov4 .zs-left .zs-dobivka p, landzs.zs-promov41 .zs-left .zs-dobivka p {
	font-size: 16px;
	line-height: 150%;
	max-width: 468px;
	color: #676868;
	margin-top: 34px;
	margin-bottom: 0;
}
landzs.zs-promov4 .zs-left, landzs.zs-promov41 .zs-left {
	padding-bottom: 72px;
}
landzs.zs-promov4 .zs-left .zs-more, landzs.zs-promov41 .zs-left .zs-more {
	margin-top: 7px;
	margin-bottom: 0;
}
landzs.zs-promov4 .zs-container .zs-left, landzs.zs-promov41 .zs-container .zs-left {
	position: relative;
	z-index: 10;
}
landzs.zs-promov4 .zs-header-v1 .header-v1 .header-3 {
	width: 400px;
}
landzs.zs-promov4 .zs-header-v1 .header-v1 .header-3 .socialicons {
	max-width: 190px;
	margin-left: auto;
}
landzs.zs-promov4 .zs-rightcontent .zs-containerimageandlabel,
landzs.zs-promov41 .zs-rightcontent .zs-containerimageandlabel {
	max-width: 392px;
	margin-bottom: 111px;
	margin-left: 35px;
	position: relative;
}
landzs.zs-promov4 .zs-rightcontent .zs-imegelabel,
landzs.zs-promov41 .zs-rightcontent .zs-imegelabel {
	bottom: -74px;
	right: 7px;
	position: absolute;
	background: #ffffff;
	width: 356px;
	padding: 16px 20px 17px;
	box-sizing: border-box;
	text-align: center;
	color: #676868;
}
landzs.zs-promov4 .zs-rightcontent .zs-imegelabel .zs-name,
landzs.zs-promov41 .zs-rightcontent .zs-imegelabel .zs-name {
	font-size: 24px;
	line-height: 150%;
	margin: 0;
}
landzs.zs-promov4 .zs-rightcontent .zs-imegelabel .zs-position,
landzs.zs-promov41 .zs-rightcontent .zs-imegelabel .zs-position {
	font-size: 16px;
	line-height: 150%;
	margin: -5px 0 0;
}
/*end zs-promov4*/











































@media all and (max-width: 1200px) {
	landzs.zs-promov4 .zs-header-v1 .header-v1 .header-3 {
		width: auto;
	}
	landzs.zs-promov4 .zs-header-v1 .header-v1 .header-3 .socialicons {
		max-width: inherit;
	}
	landzs.zs-partnersv1 .zs-galleryin_item {
		padding: 10px;
	}
	landzs.zs-articlesv4 .zs-label {
		font-size: 18px;
	}
	landzs.zs-articlesv3 .zs-desc {
		font-size: 16px;
	}
	landzs.zs-articlesv3 .zs-label {
		font-size: 32px;
	}
	landzs.zs-articlesv3 .zs-articles_item {
		min-height: 300px;
	}
	landzs .zs-container {
		max-width: 960px;
	}
	landzs.zs-faqv1 .zs-questions, landzs.zs-faqv2 .zs-questions {
		max-width: 620px;
	}
	landzs.zs-faqv1 .zs-question {
		font-size: 22px;
	}
	landzs.zs-faqv2 .zs-answer,
	landzs.zs-faqv2 .zs-question,
	landzs.zs-faqv1 .zs-answer {
		font-size: 16px;
	}
	landzs.zs-textv1 .zs-text {
		font-size: 28px;
		padding: 40px;
	}
	landzs.zs-advantagesv2 .zs-label, landzs.zs-advantagesv3 .zs-label {
		font-size: 18px;
	}
	landzs.zs-advantagesv2 .zs-desc2, landzs.zs-advantagesv3 .zs-desc2 {
		font-size: 16px;
	}
	
	landzs.zs-advantagesv21 .zs-label {
		font-size: 18px;
	}
	landzs.zs-advantagesv21 .zs-desc2 {
		font-size: 16px;
	}
	
	landzs.zs-advantagesv4 .zs-label {
		font-size: 28px;
	}
	landzs.zs-articlesv1 .zs-articles {
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
	landzs.zs-articlesv1 .zs-label {
		font-size: 24px;
	}
	landzs.zs-advantagesv5 .zs-label,
	landzs.zs-articlesv1 .zs-desc {
		font-size: 16px;
	}
	landzs.zs-articlesv1 .zs-articles_item {
		padding-right: 50%;
		min-height: 280px;
	}
	landzs.zs-articlesv1 .zs-articles_item:nth-child(2n) {
		padding-left: 50%;
	}
	landzs.zs-advantagesv5 .zs-value {
		font-size: 30px;
	}
	landzs.zs-articlesv2 .zs-label {
		font-size: 48px;
	}
	landzs.zs-articlesv2 .zs-labeldesc {
		font-size: 26px;
	}
	landzs.zs-articlesv2 .zs-desc {
		font-size: 16px;
	}
	landzs.zs-promov3 .zs-left {
		max-width: 1000px;
	}
	landzs.zs-promov3 .zs-utp {
		max-width: 540px;
		font-size: 48px;
		line-height:1.2;
	}
	landzs.zs-promov3 .zs-dobivka {
		font-size: 20px;
		max-width: 540px;
	}
	landzs.zs-teamv1 .zs-name {
		font-size: 22px;
	}
	landzs.zs-teamv1 .zs-position {
		font-size: 14px;
	}
	landzs.zs-teamv1 .zs-desc {
		font-size: 16px;
	}
	landzs.zs-promov1 .zs-first {
		height: auto;
	}
	landzs.zs-promov1 .zs-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	landzs.zs-promov1 .zs-utp {
		font-size: 44px;
		line-height:1.2;
	}
	landzs.zs-template .zs-menuv1 li:nth-last-child(2) {
		margin-right: 0;
	}
	landzs.zs-template .zs-menuv1 li a {
		padding-left: 12px;
		padding-right: 12px;
	}
	landzs.zs-template .zs-menuv1 li a.parent:after {
		right: -2px;
		margin-right: 2px;
		margin-left: 6px;
	}
	landzs.zs-template .zs-menuv1 .dropdown-toggle.more-items {
		display: block;
	}
	landzs.zs-template .zs-menuv1 .dropdown-toggle.more-items:hover + .menu-else {
		display: block;
	}
	landzs.zs-template .zs-menuv1 .zs-container > ul > li > a {
		white-space: nowrap;
	}
	landzs.zs-promov4 .zs-container .zs-left,
	landzs.zs-promov41 .zs-container .zs-left {
		width: 72%;
	}
	landzs.zs-promov4 .zs-container .zs-right, landzs.zs-promov41 .zs-container .zs-right {
		margin-left: -20px;
		max-width: 386px;
	}
	landzs.zs-promov4 .zs-left, landzs.zs-promov41 .zs-left {
		padding-bottom: 37px;
	}
	landzs.zs-promov4 .zs-container, landzs.zs-promov41 .zs-container {
		padding-top: 35px;
	}
	landzs.zs-promov4 .zs-rightcontent .zs-imegelabel .zs-name,
	landzs.zs-promov41 .zs-rightcontent .zs-imegelabel .zs-name {
		font-size: 20px;
	}
	landzs.zs-promov4 .zs-rightcontent .zs-imegelabel,
	landzs.zs-promov41 .zs-rightcontent .zs-imegelabel {
		max-width: 326px;
		right: 0;
	}
	landzs.zs-promov4 .zs-rightcontent .zs-imegelabel .zs-position,
	landzs.zs-promov41 .zs-rightcontent .zs-imegelabel .zs-position {
		margin-top: 0;
	}
}

@media all and (max-width: 1100px) {
	landzs.zs-promov4 .zs-container, landzs.zs-promov41 .zs-container {
		max-width: 880px;
	}
}

@media all and (max-width: 940px) {
	landzs.zs-promov4 .zs-container, landzs.zs-promov41 .zs-container {
		max-width: 676px;
	}
	landzs.zs-promov4 .zs-container .zs-right, landzs.zs-promov41 .zs-container .zs-right {
		margin-left: -54px;
		position: relative;
		left: 20px;
	}
	landzs.zs-promov4 .zs-container .zs-left, landzs.zs-promov41 .zs-container .zs-left {
		max-width: 384px;
	}
	landzs.zs-promov4 .zs-container .zs-rightimage-place,
	landzs.zs-promov41 .zs-container .zs-rightimage-place {
		width: 386px;
	}
	landzs.zs-promov4 .zs-left .zs-utp, landzs.zs-promov41 .zs-left .zs-utp {
		font-size: 48px;
		line-height:1.2;
		line-height: 110%;
	}
	landzs.zs-promov4 .zs-left .zs-dobivka p, landzs.zs-promov41 .zs-left .zs-dobivka p {
		margin-top: 27px;
		max-width: 372px;
	}
	landzs.zs-promov4 .zs-left .zs-utp,
	landzs.zs-promov41 .zs-left .zs-utp {
		box-shadow: -15px 0 0 0 #ffffff, 35px 0 0 0 #ffffff, 35px -7px 0 0 #ffffff, -15px -7px 0 0 #ffffff, 35px 7px 0 0 #ffffff, -15px 7px 0 0 #ffffff;
	}
	landzs.zs-promov4 .zs-left, landzs.zs-promov41 .zs-left {
		padding-bottom: 32px;
	}
	landzs.zs-promov4 .zs-left .zs-more, landzs.zs-promov41 .zs-left .zs-more {
		margin-top: 2px;
	}
	landzs.zs-promov4 .zs-rightcontent .zs-imegelabel, landzs.zs-promov41 .zs-rightcontent .zs-imegelabel {
		max-width: 300px;
	}
	landzs.zs-promov4 .zs-rightcontent .zs-imegelabel .zs-name, landzs.zs-promov41 .zs-rightcontent .zs-imegelabel .zs-name {
		font-size: 18px;
	}
}

@media all and (max-width: 960px) {
	landzs.zs-faqv3 .zs-name {
		font-size: 18px;
		line-height: 150%;
	}
	landzs.zs-advantagesv5 .zs-container,
	landzs.zs-articlesv2 .zs-container {
		padding-top: 0;
		padding-bottom: 0;
	}

	
	
	
	
	landzs .zs-blocktitle {
		margin-bottom: 20px;
	}
	landzs.zs-galleryv2 .zs-blocktitle{
		padding-top: 30px;
	}
	landzs.zs-galleryv21 .zs-blocktitle{
		padding-top: 30px;
	}
	
	landzs.zs-advantagesv2 .zs-description, landzs.zs-advantagesv3 .zs-description, landzs.zs-advantagesv4 .zs-description, landzs.zs-articlesv1 .zs-descriptionheader, landzs.zs-advantagesv5 .zs-desc, landzs.zs-articlesv4 .zs-descriptionheader, landzs.zs-teamv1 .zs-descriptionheader, landzs.zs-teamv2 .zs-descriptionheader, landzs.zs-partnersv1 .zs-descriptionheader {
		font-size: 20px;
	}
	landzs.zs-advantagesv21 .zs-description {
		font-size: 20px;
	}
	
	
	landzs.zs-partnersv1 .zs-galleryin {
		margin-top: 20px;
	}
	landzs.zs-partnersv1 .zs-galleryin_item {
		width: 33.333%;
	}
	landzs.zs-teamv2 .zs-workerstab {
		margin-top: 45px;
		margin-bottom: -45px;
	}
	landzs.zs-teamv2 .zs-workers_item {
		margin-bottom: 45px;
		width: 50%;
	}
	landzs.zs-teamv2 .zs-name {
		font-size: 20px;
	}
	landzs.zs-articlesv4 .zs-articlestab {
		padding-left: 0;
		padding-right: 0;
	}
	landzs.zs-articlesv4 .zs-articles_item:nth-child(3n),
	landzs.zs-articlesv4 .zs-articles_item {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	landzs.zs-articlesv4 .zs-articles_item:nth-child(2n) {
		margin-right: 0;
	}
	landzs.zs-articlesv4 .zs-articles {
		margin-top: 60px;
	}
	landzs.zs-articlesv3 .zs-articles {
		margin-left: -20px;
		margin-right: -20px;
	}
	landzs.zs-advantagesv2 .zs-advantages_item {
		padding-left: 65px;
	}
	
	landzs.zs-advantagesv21 .zs-advantages {
		margin-top: 45px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		
	}
	landzs.zs-advantagesv21 .zs-advantages_item {
		padding-left: 65px;
		    max-width: 100%;
			width: 100%;
	}
	

	landzs.zs-advantagesv4 .zs-advantages_item {
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	landzs.zs-advantagesv5 .zs-advantages_item:nth-child(4n),
	landzs.zs-advantagesv5 .zs-advantages_item {
		width: 30%;
		margin-right: 5%;
	}
	landzs.zs-advantagesv5 .zs-advantages_item:nth-child(3n) {
		margin-right: 0;
	}
	landzs.zs-advantagesv5 .zs-value {
		margin-right: 0;
	}
	landzs.zs-advantagesv5 .zs-advantages {
		margin-top: 45px;
		margin-bottom: 0;
	}
	landzs.zs-advantagesv5 .zs-advantages_item {
		margin-bottom: 20px;
	}
	landzs.zs-advantagesv5 .zs-advantages_item:last-child {
		margin-bottom: 0;
	}
	landzs.zs-advantagesv5 .zs-more {
		margin-top: 40px;
	}
	landzs.zs-partnersv1 .zs-galleryin,
	landzs.zs-teamv1 .zs-workers,
	landzs.zs-teamv2 .zs-workers,
	landzs.zs-articlesv4 .zs-articles {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	landzs.zs-templatemax .zsconactsv4 {
		max-width: 620px;
	}
	landzs.zs-partnersv1 .zs-galleryin {
		max-width: 640px;
	}
	landzs.zs-articlesv2 .zs-image-place {
		margin-top: 60px;
	}
	landzs.zs-promov3 .zs-left {
		position: static;
		max-width: 640px;
	}
	landzs.zs-promov3 .zs-first {
		height: auto;
		display: block;
	}
	landzs.zs-promov3 .zs-right {
		position: relative;
		width: 100%;
		height: 270px;
	}
	landzs.zs-promov3 .zs-utp,
	landzs.zs-promov3 .zs-dobivka {
		max-width: inherit;
	}
	landzs.zs-promov3 .zs-left {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	landzs.zs-teamv1 .zs-image-place {
		width: 220px;
		height: 232px;
	}
	landzs.zs-teamv1 .zs-workers_item {
		min-height: 232px;
		padding-top: 0;
		padding-left: 260px;
	}
	landzs.zs-teamv1 .zs-workerstab {
		margin-top: 60px;
	}
	landzs.zs-teamv1 .zs-workers_item {
		margin-bottom: 75px;
	}
	landzs.zs-articlesv2 .zs-label {
		font-size: 30px;
	}
	landzs.zs-articlesv2 .zs-labeldesc {
		font-size: 22px;
	}
	landzs.zs-captureformv1 .zs-blocktitle,
	landzs.zs-captureformv2 .zs-blocktitle {
		font-size: 52px;
	}
	landzs.zs-captureformv1 .feedback-fields > div:not(.contacts-form__btn) {
		width: 22%;
	}
	landzs.zs-captureformv1 .feedback-fields .contacts-form__btn {
		width: 27%;
	}
	landzs.zs-captureformv2 .zs-container .zs-right {
		width: 320px;
	}
	landzs.zs-captureformv2 .zs-container .zs-left {
		width: 57%;
	}
}

@media all and (max-width: 850px) {
	landzs.zs-captureformv2 .zs-container .zs-right {
		width: 240px;
	}
	landzs.zs-captureformv2 .zs-container .zs-left {
		width: 70%;
		padding-right: 10px;
	}
	landzs.zs-captureformv2 .zs-blocktitle {
		font-size: 40px;
	}
	landzs.zs-captureformv2 .zs-quickcontactstemplate a {
		margin-right: 15px;
	}
}

@media all and (max-width: 680px) {
	landzs.zs-captureformv1 .zs-blocktitle,
	landzs.zs-captureformv2 .zs-blocktitle {
		font-size: 18px;
		line-height: 110%;
	}
	landzs .zs-blocktitle {
		font-size: 30px;
	}
	landzs.zs-templatemax .zsconactsv4 .zsphone,
	landzs.zs-templatemax .zsconactsv4 .zsemail {
		font-size: 16px;
		line-height: 1.45;
	}
	landzs.zs-templatemax .zsconactsv4 .zssocialicons {
		margin-top: 20px;
	}
	landzs.zs-templatemax .zsconactsv4 {
		padding: 30px 20px 35px;
	}
	landzs.zs-articlesv4 .zs-label {
		font-size: 16px;
	}
	landzs.zs-faqv2 .zs-question {
		margin-bottom: 20px;
		padding: 16px 20px 15px;
		border-radius: 20px;
	}
	landzs.zs-faqv2 .zs-answer {
		padding: 16px 20px 15px;
		border-radius: 20px;
	}
	landzs.zs-faqv2 .zs-questions_item {
		margin-bottom: 50px;
	}
	landzs.zs-textv1 .zs-text {
		margin-top: 40px;
		font-size: 24px;
		padding: 20px;
	}
	landzs.zs-textv1 .zs-more {
		margin-top: 40px;
	}
	landzs.zs-advantagesv3 .zs-advantages_item {
		padding-left: 70px;
	}
	landzs.zs-advantagesv2 .zs-label, landzs.zs-advantagesv3 .zs-label {
		font-size: 16px;
	}
	landzs.zs-advantagesv21 .zs-label {
		font-size: 16px;
	}
	
	
	landzs.zs-advantagesv2 .zs-advantages_item:after {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 36px;
	}
	landzs.zs-advantagesv21 .zs-advantages_item:after {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 36px;
	}
	
	
	landzs.zs-advantagesv3 .zs-advantages_item,
	landzs.zs-advantagesv2 .zs-advantages_item {
		margin-bottom: 40px;
	}
	landzs.zs-advantagesv21 .zs-advantages_item {
		margin-bottom: 40px;
	}
	
	
	landzs.zs-advantagesv2 .zs-more, landzs.zs-advantagesv3 .zs-more {
		margin-top: 50px;
	}
	landzs.zs-advantagesv21 .zs-more {
		margin-top: 50px;
	}
	
	
	landzs.zs-advantagesv3 .zs-icon-place {
		width: 50px;
		height: 50px;
	}
	landzs.zs-advantagesv5 .zs-advantages_item:nth-child(3n),
	landzs.zs-advantagesv5 .zs-advantages_item:nth-child(4n),
	landzs.zs-advantagesv5 .zs-advantages_item {
		width: 48%;
		margin-right: 4%;
	}
	landzs.zs-advantagesv5 .zs-advantages_item:nth-child(2n) {
		margin-right: 0;
	}
	landzs.zs-faqv3 .zs-right {
		width: 100%;
	}
	landzs.zs-faqv3 .zs-left {
		width: 100%;
		order: 2;
	}
	landzs.zs-faqv3 .zs-container {
		padding-left: 17px;
		padding-right: 17px;
	}
	landzs.zs-faqv3 .zs-blocktitle {
		font-size: 18px;
		line-height: 110%;
		font-weight: 400;
	}
	landzs.zs-faqv3 .zs-container {
		padding-top: 46px;
		padding-bottom: 40px;
	}
	landzs.zs-faqv3 .zs-question {
		line-height: 150%;
	}
	landzs.zs-faqv3 .zs-questions {
		padding-top: 0;
		margin-top: -9px;
	}
	landzs.zs-faqv3 .zs-questions_item {
		margin-bottom: 21px;
	}
	landzs.zs-faqv3 .zs-left {
		margin-top: 34px;
		position: relative;
	}
	landzs.zs-faqv3 .zs-photo-place {
		max-width: 86px;
		position: absolute;
		left: 0; top: 0;
		width: 100%;
	}
	landzs.zs-faqv3 .zs-photolabel,
	landzs.zs-faqv3 .zs-name,
	landzs.zs-faqv3 .zs-position {
		text-align: left;
		padding-left: 102px;
	}
	landzs.zs-faqv3 .zs-photolabel {
		margin-top: 0;
	}
	landzs.zs-faqv3 .zs-name {
		margin-top: 11px;
	}
	landzs.zs-faqv3 .zs-position {
		font-size: 14px;
		margin-top: 0;
	}
	landzs.zs-faqv3 .zs-more {
		margin-top: 43px;
	}
	landzs.zs-captureformv1 .feedback-fields .contacts-form__btn,
	landzs.zs-captureformv1 .feedback-fields > div:not(.contacts-form__btn) {
		width: 100%;
	}
	landzs.zs-captureformv1 .feedback-fields > div:not(.contacts-form__btn) {
		margin-bottom: 10px;
	}
	landzs.zs-captureformv1 .feedback-fields .contacts-form__btn {
		margin-top: 9px;
	}
	landzs.zs-captureformv2 .zs-container,
	landzs.zs-captureformv1 .zs-container {
		padding-left: 17px;
		padding-right: 17px;
	}
	landzs.zs-captureformv2 .zs-container,
	landzs.zs-captureformv1 .zs-container {
		padding-top: 45px;
		padding-bottom: 70px;
	}
	landzs.zs-captureformv1 .zs-description,
	landzs.zs-captureformv2 .zs-description {
		font-size: 14px;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
		line-height: 150%;
	}
	landzs.zs-captureformv1 .zs-blocktitle,
	landzs.zs-captureformv2 .zs-blocktitle {
		margin-bottom: 10px;
	}
	landzs.zs-captureformv2 .zs-formconatainer,
	landzs.zs-captureformv1 .zs-formconatainer {
		padding-top: 6px;
	}
	landzs.zs-captureformv2 .zs-quickcontactsconatainer .zs-text,
	landzs.zs-captureformv1 .zs-quickcontactsconatainer .zs-text {
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	landzs.zs-captureformv2 .zs-quickcontactsconatainer,
	landzs.zs-captureformv1 .zs-quickcontactsconatainer {
		padding-top: 4px;
	}
	landzs.zs-captureformv2 .zs-quickcontactstemplate a,
	landzs.zs-captureformv1 .zs-quickcontactstemplate a {
		width: 100%;
		margin-right: 0;
		justify-content: center;
	}
	landzs.zs-captureformv2 .zs-quickcontactsconatainer .zs-text,
	landzs.zs-captureformv1 .zs-quickcontactsconatainer .zs-text {
		margin-bottom: 22px;
	}
	landzs.zs-captureformv1 .zs-quickcontactstemplate .tel,
	landzs.zs-captureformv2 .zs-quickcontactstemplate .tel {
		margin-top: 10px;
	}
	landzs.zs-captureformv2 .zs-quickcontactstemplate,
	landzs.zs-captureformv1 .zs-quickcontactstemplate {
		flex-wrap: wrap;
	}
	landzs.zs-captureformv2 .zs-container .zs-right {
		width: 100%;
	}
	landzs.zs-captureformv2 .zs-container .zs-left {
		text-align: center;
		width: 100%;
		top: 0;
		padding-right: 0;
		position: static;
	}
	landzs.zs-captureformv2 .zs-container {
		position: relative;
		padding-bottom: 260px;
	}
	landzs.zs-captureformv2 .feedback-fields > div:not(.contacts-form__btn) {
		margin-bottom: 10px;
	}
	landzs.zs-captureformv2 .zs-blocktitle {
		text-align: center;
		max-width: inherit;
	}
	landzs.zs-captureformv2 textarea {
		height: 97px;
	}
	landzs.zs-captureformv2 .contacts-form__btn {
		max-width: inherit;
	}
	landzs.zs-captureformv2 .zs-container {
		flex-wrap: wrap;
	}
	landzs.zs-captureformv2 .zs-quickcontactsconatainer {
		position: absolute;
		bottom: 54px;
		left: 0;
		right: 0;
	}
	landzs.zs-promov4 .zs-container .zs-left, landzs.zs-promov41 .zs-container .zs-left {
		width: 100%;
	}
	landzs.zs-promov4 .zs-container, landzs.zs-promov41 .zs-container {
		max-width: 380px;
		flex-wrap: wrap;
	}
	landzs.zs-promov4 .zs-container .zs-right, landzs.zs-promov41 .zs-container .zs-right {
		margin-left: 0;
		left: 0;
		max-width: 350px;
		width: 100%;
	}
	landzs.zs-promov4 .zs-left, landzs.zs-promov41 .zs-left {
		padding-bottom: 22px;
	}
	landzs.zs-promov4 .zs-container .zs-rightimage-place,
	landzs.zs-promov41 .zs-container .zs-rightimage-place {
		width: 100%;
	}
}

@media all and (max-width: 640px) {
	landzs.zs-articlesv3 .zs-articles_item {
		padding: 0;
	}
	landzs.zs-articlesv3 .zs-label {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 7px;
		padding: 20px 20px 0;
	}
	landzs.zs-articlesv3 .zs-desc {
		padding: 0 20px 40px;
		line-height: 1.45;
	}
	landzs.zs-articlesv3 .zs-more {
		margin: -30px 20px 40px;
	}
	landzs.zs-articlesv3 .zs-image-place {
		position: relative;
		width: auto;
		padding-top: 74.93%;
		top: 0; bottom: 0; left: 0; right: 0;
	}
	landzs.zs-faqv1 .zs-question {
		padding: 20px;
		font-size: 20px;
	}
	landzs.zs-faqv1 .zs-answer {
		padding: 0 20px 20px;
	}
	landzs.zs-faqv1 .zs-questions, landzs.zs-faqv2 .zs-questions {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	landzs.zs-galleryv2 .zs-galleryin_item {
		width: 50%;
	}
	landzs.zs-galleryv2 .zs-more{
		margin-top: 40px;
	}
	landzs.zs-advantagesv4 .zs-label {
		font-size: 24px;
	}
	landzs.zs-advantagesv4 .zs-desc2 {
		max-width: inherit;
	}
	landzs.zs-articlesv1 .zs-label {
		font-size: 22px;
	}
	landzs.zs-advantagesv5 .zs-value {
		font-size: 26px;
	}
	landzs.zs-promov3 .zs-utp {
		font-size: 30px;
		line-height:1.2;
	}
	landzs.zs-promov3 .zs-dobivka {
		padding-top: 30px;
		padding-bottom: 45px;
		font-size: 18px;
		line-height: 1.45;
	}
	landzs.zs-teamv1 .zs-name {
		font-size: 20px;
	}
	landzs.zs-promov1 .zs-utp {
		font-size: 34px;
		line-height:1.2;
	}
	landzs.zs-promov1 .zs-dobivka {
		font-size: 18px;
		line-height: 1.5;
	}
	landzs.zs-promov1 .zs-icons {
		width: 100%;
	}
	landzs.zs-promov1 .zs-contentfirst {
		margin-bottom: 45px;
	}
	landzs.zs-articlesv2 .zs-articles_item {
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	landzs.zs-articlesv2 .zs-image-place {
		position: static;
		width: 100%;
	}
	landzs.zs-articlesv1 .zs-articles_item {
		padding: 0 !important;
		min-height: inherit;
		display: flex;
		margin-bottom: 75px;
		flex-wrap: wrap;
	}
	landzs.zs-articlesv1 .zs-articles_item > * {
		width: 100%;
	}
	landzs.zs-articlesv1 .zs-more {
		width: auto;
	}
	landzs.zs-articlesv1 .zs-label {
		margin-bottom: 15px;
		order: 2;
	}
	landzs.zs-articlesv1 .zs-desc {
		order: 3;
	}
	landzs.zs-articlesv1 .zs-more {
		order: 4;
	}
	landzs.zs-articlesv1 .zs-articles_item .zs-image-place {
		position: relative;
		height: auto;
		padding-bottom: 73.913%;
		width: 100%;
		margin-bottom: 30px;
	}
	landzs.zs-articlesv1 .zs-articlestab {
		margin-top: 45px;
	}
	landzs.zs-articlesv3 .zs-image-place .openVideo,
	landzs.zs-articlesv1 .zs-articles_item .zs-image-place .openVideo {
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
	}
}

@media all and (max-width: 480px) {
	landzs .zs-header-v1 .header-v1{
		align-items: center;
	}
	landzs.zs-promov1 .zs-container{
		    padding: 25px 20px;
	}
	landzs .zs-header-v1 .header-v1 .header-1 .back-call-button{
		display:none;
	}
	landzs.zs-teamv2 .zs-workers_item {
		width: 100%;
	}
	landzs.zs-teamv2 .zs-name {
		font-size: 18px;
	}
	landzs.zs-articlesv4 .zs-articles_item:nth-child(3n),
	landzs.zs-articlesv4 .zs-articles_item {
		width: 100%;
		margin-right: 0;
	}
	landzs.zs-teamv1 .zs-image-place {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	landzs.zs-teamv1 .zs-workers_item {
		padding-left: 0;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
	landzs.zs-advantagesv5 .zs-advantages_item:nth-child(3n),
	landzs.zs-advantagesv5 .zs-advantages_item:nth-child(4n),
	landzs.zs-advantagesv5 .zs-advantages_item {
		width: 100%;
		margin-right: 0;
	}
	landzs.zs-articlesv4 .zs-articles_item {
		padding-bottom: 30px;
	}
	landzs.zs-articlesv4 .zs-more {
		position: static;
	}
}

@media all and (max-width: 460px) {
	landzs.zs-promov4 .zs-container, landzs.zs-promov41 .zs-container {
		padding-left: 17px;
		padding-right: 17px;
	}
	landzs.zs-promov4 .zs-container .zs-left, landzs.zs-promov41 .zs-container .zs-left {
		padding-left: 17px;
		box-sizing: border-box;
		padding-right: 10px;
	}
	landzs.zs-promov4 .zs-left .zs-dobivka p, landzs.zs-promov41 .zs-left .zs-dobivka p {
		font-size: 14px;
		line-height: 150%;
	}
	landzs.zs-promov4 .zs-left, landzs.zs-promov41 .zs-left {
		padding-bottom: 36px;
	}
	landzs.zs-promov4 .zs-left .zs-more, landzs.zs-promov41 .zs-left .zs-more {
		margin-left: -17px;
		margin-right: -10px;
		display: block;
	}
	landzs.zs-promov4 .zs-left .zs-utp, landzs.zs-promov41 .zs-left .zs-utp {
		font-size: 34px;
		line-height: 1.1;
		box-shadow: -15px 0 0 0 #ffffff, 10px 0 0 0 #ffffff, 10px -7px 0 0 #ffffff, -15px -7px 0 0 #ffffff, 10px 7px 0 0 #ffffff, -15px 7px 0 0 #ffffff;
	}
	landzs.zs-promov4 .zs-container .zs-right, landzs.zs-promov41 .zs-container .zs-right {
		max-width: inherit;
	}
	landzs.zs-promov4 .zs-rightcontent .zs-containerimageandlabel, landzs.zs-promov41 .zs-rightcontent .zs-containerimageandlabel {
		margin-left: auto;
		margin-right: auto;
	}
	landzs.zs-promov4 .zs-rightcontent .zs-imegelabel, landzs.zs-promov41 .zs-rightcontent .zs-imegelabel {
		max-width: inherit;
		width: 100%;
	}
}

@media all and (max-width: 440px) {
	landzs.zs-partnersv1 .zs-galleryin_item {
		width: 50%;
	}
}

@media all and (max-width: 420px) {
	landzs.zs-template .zs-menuv1 ul li:not(.mobile) {
		display: none;
	}
	landzs.zs-template .zs-menuv1 li.mobile .word {
		font-size: 24px;
		line-height: 150%;
	}
	landzs.zs-template .burger-button {
		margin-left: 12px;
		top: 1px;
		width: 19px;
		height: 12px;
	}
	landzs.zs-template .zs-menuv1 li.mobile {
		padding-top: 11px;
		padding-bottom: 13px;
	}
	landzs.zs-template .zs-menuv1 li.mobile .word {
	}
	landzs.zs-template .burger-button span:nth-of-type(2) {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	landzs.zs-template .burger-button span:nth-of-type(3) {
		bottom: 0;
		top: auto;
	}
}

landzs.zs-galleryv4 .zs-galleryin{
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
landzs.zs-galleryv4 .zs-first {
    text-align: center;
}
landzs.zs-galleryv4 .zs-galleryin .zs-galleryin_item{
	width: 33%;
}
@media (max-width: 640px){
landzs.zs-galleryv4 .zs-galleryin .zs-galleryin_item {
    width: 50%;
}
}

landzs.zs-galleryv4 .zs-galleryin .zs-galleryin_item .zs-image-place{
	padding-top: 75.16%;
    height: auto;
	position: relative;
	transition: all, 0.3s;
}
landzs.zs-galleryv4 .zs-galleryin .zs-galleryin_item .zs-image-place:hover {
	z-index: 5;
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	box-shadow: 0 2px 20px 2px rgb(0, 0, 0, 0.45);
}

landzs.zs-galleryv4 .zs-galleryin .zs-galleryin_item .zs-image-place .zs-image{
position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}









