@font-face {
	font-family: "IBM Plex Sans";  
	src: url("fonts/IBMPlexSans/IBMPlexSans-Regular.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal;
 }
 
@font-face {
	font-family: "IBM Plex Sans";  
	src: url("fonts/IBMPlexSans/IBMPlexSans-Bold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: bold;
 }
 
@font-face {
	font-family: "PT Sans";  
	src: url("fonts/PTSans/PTSans-Regular.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal;
 }
 
@font-face {
	font-family: "PT Sans";  
	src: url("fonts/PTSans/PTSans-Bold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: bold;
 }

@font-face {
	font-family: "Play";  
	src: url("fonts/Play/Play-bold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: bold;
 }

#dzin_form > div{
	padding: 20px;
	background: white;
	border-radius: 5px;
	position: relative;
}

#success_popup_close{
    position: absolute;
    margin-top: -40px;
    margin-right: -350px;
    cursor: pointer;
    z-index: 0;
}

#dzin_form{
	text-align: center;
}

body #dzin_form button{
	background-color: #0B3340;
}

body  #souz-main{
	font-size: 18px;
}

.klients  .slick-prev, .klients .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 27px);}
 .header-logo a img,.footer-first img{max-width:100%;width:300px;}
 .footer-first img{filter:grayscale(1),  opacity(0.5)}
.main-menu  ul, .main-menu  ul li{position:relative}
.main-menu  ul.main-podmenu{width:250px;}
.main-menu  ul.main-podmenu ul{left:50px;} 

body  #souz-main .header-menu .main-menu .main-podmenu li a {
   
    line-height: 18px;
}
body #souz-main .header-menu .main-menu .main-podmenu li a {
  
    border-bottom: 0px solid #dadada;
 
}
body #souz-main .header-menu li:nth-of-type(2) ul li {
    width: 100%;
}

body #souz-main .header-menu .has-podmenu:nth-of-type(2) li:nth-of-type(1) ul li {
    width: 50%;
}

body #souz-main .header-menu .has-podmenu:nth-of-type(2) li:nth-of-type(1) ul {
    width: 550px;
}

.services-page .bx_catalog_text .bx_catalog_text_ul li {
    float: left;
    margin: 0 ;
    list-style: none;
}

#souz-main .company-page.services-page  .company-page-right h2 {
  font-size: 18px;
    margin-top: 0px;margin-bottom: 15px;width:100%;
}
#souz-main .company-page.services-page  .company-page-right li{
width:100%;
}
 
 #souz-main .klients .news-block a img {width:auto;}
#souz-main .klients .slick-slide {padding: 0 15px;
    height: auto;}
#souz-main #main-slider{background-image1:url(https://grovercorp.com/wp-content/uploads/2019/10/Stainless_Steel_iStock-185071482.jpg) !important;
   background-image: var(--mainbg) !important;}
:root {
  --mainbg: #296DEC;
}

:root {
  --mainbg:linear-gradient(90deg, #d9dfe1, #ffffff, #d2d9db);;
 // --mainbg:url(https://grovercorp.com/wp-content/uploads/2019/10/Stainless_Steel_iStock-185071482.jpg);;
}
body #souz-main footer, body  .zakaz-right, body #souz-main .slick-prev, body  #souz-main .slick-next {background-image:var( --mainbg);}
body #souz-main footer, body  .zakaz-right, body #souz-main .slick-prev, body  #souz-main .slick-next {background-image:var( --mainbg);}
body .zakaz-right .inputtext, body .zakaz-right textarea {
    background: none;

	border: 1px solid #cbcfce;}

.bx_catalog_line{
	display: none;
}

#checkZ{
	margin-left: 0;
	font-size: 14px;
	color: #0B3340;
}

#checkZ a{
	text-decoration: underline;
}

#souz-main #dzin_form{
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
	display: none;
	z-index: 1000000;
	align-items: center;
}

#souz-main #gozakaz{
	border-radius: 3px;
    margin-left: 3px;
    padding: 8px 10px 11px 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
	height: 40px;
	color: #333;
	background:var(--mainbg);
	margin-left: 20px;
	cursor: pointer;
}

#bx-panel{
	z-index: 10000000000 !important;
}

#dzin_form form{
    border-radius: 5px;
    padding: 20px 10px;
    text-align: center;
	max-width: 400px;
	background: white !important;
	margin: 0 auto;
	display: flex;
	box-shadow: 0 0 50px rgb(0 0 0 / 50%);
	flex-direction: column;
	position: relative;
}

#dzin_form form #dzin_close{
	position: absolute;
	right: -20px;
	cursor: pointer;
	top: 0;
}

#dzin_form form img{
	height: 48px;
	margin: 0 auto;
	object-fit: contain;
}

#dzin_form form h3{
    font-size: 24px;
    line-height: 38px;
	margin: 20px 0;
}

#dzin_form form .inputtext{
    border: 1px solid #0B3340;
    border-radius: 5px;
    color: #0B3340;
    margin: 9px;
    min-width: 217px;
    padding: 15px;
    min-width: 60%;
    font-size: 15px;
}

#dzin_form .checkbox{
	margin: 10px;
}

#dzin_form #checkZ{
    float: right;
    margin-left: 10px;
    top: 3px;
    position: relative;
}

#dzin_form button{
	color: #fff;
    background-color: var(--mainbg);
    outline: none;
    border: none;
    border-radius: 3px;
    margin-left: 3px;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 140px;
	margin: 0 auto;
	cursor: pointer;
}

#dzin_form button:active{
	background-color: #22a1d7;
}


#dzin_form label{
	margin-left: 0;
	font-size: 14px;
	color: #0B3340;
}

#dzin_form label a{
	text-decoration: underline;
}

#dzin_form form .inputtext::placeholder{
	color: #0B3340;
} 

#overlay{
	display: none;
    z-index: 100000;
    position: fixed;
    background-color: #fff;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.geography-map div.gsvg.newg{width: 94px;
    padding-right: 10px;
    border-right: 2px solid #296DEC;
    margin-right: 10px;
    display: flex;
    align-items: center;}
 
 #souz-main .company {
    background: #fff;
    z-index: 7;
    position: relative;
}
 .read-more--button.news{    border: 1px solid #DADADA;padding: 20px 16px;}
  #souz-main .geography-map a{
    position: absolute;height:auto;    width: auto;
    right: 0px;background: #296DEC;color:#fff;padding: 15px 30px 15px;
}
  #souz-main .geography-map a:hover{
 
   background: #0B3340;color:#fff;
}
  #souz-main .geography-map a:after{display:none;}

.map-level-2{display:none;}
.sitemap{color:#fff;width:calc(100% - 300px)} 
#souz-main  .sitemap a{color:#fff;}
#souz-main  .sitemap a:hover{color:#7D949B;}
#souz-main  .sitemap li{    list-style-type: none;float:left;width:33%;text-transform:uppercase;box-sizing:border-box;margin: 10px 0;}
#souz-main  .sitemap li:first-child {width:34%}
#souz-main  .sitemap li li:first-child  {width:100%}
#souz-main  .sitemap li li{  width:100%;text-transform:none;padding-right:50px;margin: 2px 0;}
#souz-main  .sitemap li ul{margin-bottom:10px;padding-top: 5px;}
#souz-main  .sitemap li:first-child li{width;text-transform:none;}
#souz-main #main-slider .container .main-slider--element {
   
    position: relative;
}
 .company-left .production-element {
    padding: 20px 20px 20px 20px;
    border: 1px solid #c1c1c1;
    margin: 30px 0;
}
#souz-main a.b-sitemap {
    float: left;
    margin: 11px 0 15px;
    color: #fff;
    border-bottom: 1px dashed #fff;
}
body #souz-main footer .footer-content .footer-top1{transition:all 1s;display:none;width:100% !important;margin-top: 30px;}
body #souz-main footer .footer-content .footer-top{display:flex}
#souz-main footer .footer-content .footer-top.share_hide{display:flex;animation:textt 1s;height:auto;}
@keyframes textt {

from { left: 4px;}

to {left: -40px;}

}
.footer-content .main-menu li{   
   border-right: 1px dotted #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0 20px;}
    .footer-content .main-menu li:nth-child(6){   
   border-right: 0px dotted #fff;
}
   #souz-main  .footer-content .main-menu li#show_search{display:none;}
  .openblock{display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;}
    .footer-content .main-menu{    min-width: 700px;      margin: 16px 0 10px;}
    .footer-top{display:none;}
    .footer-content .main-menu ul{display: flex;
    justify-content: space-between;}

 
 
 .stickytop{position:fixed;top:0px;    width: 100%;background:#fff}
 #souz-main .production-element--content .read-more--button:hover:after , #souz-main .production-element--content .read-more--button:after {
    display:none;
}

 body .geography-map h2{margin:-100px 0 100px !important;margin-top: -160px;}
  .main-slider--element img.dim { 
   position: absolute;
  animation: move3 10s infinite linear;
  filter: blur(5px) brightness(1.3);
}
 .main-slider--element img.g1 { position: absolute;
    position: absolute;transform: translateZ(0); 
    top: 0;
      -webkit-transform: scale(1); // !!! NEW LINE !!!
    -moz-transform: scale(1); // !!! LINE !!!
    -o-transform: scale(1); // !!! LINE !!!
    -ms-transform: scale(1); // !!! LINE !!!
    transform: scale(1)
    right: 0;
     offset-path:url(https://new.globaldrive-parts.ru/moskva/company/payment-and-delivery/images/fon.svg);
  animation: move1 10s infinite linear;
}
 .main-slider--element img.g2 { position: absolute;
    position: absolute;transform: translateZ(0); 
    top: 0;
      -webkit-transform: scale(1); // !!! NEW LINE !!!
    -moz-transform: scale(1); // !!! LINE !!!
    -o-transform: scale(1); // !!! LINE !!!
    -ms-transform: scale(1); // !!! LINE !!!
    transform: scale(1)
    right: 0;
     offset-path:url(https://new.globaldrive-parts.ru/moskva/company/payment-and-delivery/images/fon.svg);
  animation: move2 10s infinite linear;
}
 .main-slider--element img.g4{ position: absolute;
    position: absolute;transform: translateZ(0); 
    top: 0;
      -webkit-transform: scale(1); // !!! NEW LINE !!!
    -moz-transform: scale(1); // !!! LINE !!!
    -o-transform: scale(1); // !!! LINE !!!
    -ms-transform: scale(1); // !!! LINE !!!
    transform: scale(1)
    right: 0;
     offset-path:url(https://new.globaldrive-parts.ru/moskva/company/payment-and-delivery/images/fon.svg);
  animation: move4 10s infinite linear;
}
#souz-main #main-slider .container .main-slider--left{
    z-index: 1;
	margin-right: 60px;
}
 header{
    position: relative;
    z-index: 50000;
}
.company .company-left .production-element a{background: #296DEC;}
 #souz-main .company .company-left .production-element a:hover{background: #0B3340;}
 #souz-main .company .company-left .production-element a{color:#fff;width: 270px;    padding: 15px 15px 15px;text-align:center;margin-top:20px;display:block;transition: all 0.5s;}
@keyframes move1 {
from {
     right: -50px;
 top:550px;
 transform: rotate(-0deg);opacity:1;
  }
 45%{
     right: -50px;
      top: 0px;
      transform: rotate(0deg);opacity:1;
  }
    55%{
     right: -50px;
      top: 0px;
      transform: rotate(0deg);
      opacity:0;
  }
  100%{
     right: -950px;
      top: 0px;
      transform: rotate(0deg);opacity:0;
  }
  

  
}
@keyframes move2 {
from {
     right: -50px;
 top:550px;
 transform: rotate(-0deg);opacity:0;
  }
 45%{
     right: -50px;
      top: 0px;
      transform: rotate(0deg);opacity:0;
  }
  46%{
     right: -50px;
      top: 0px;
      transform: rotate(0deg);opacity:1;
  }
  54%{
     right: -50px;
      top: 0px;
      transform: rotate(0deg);opacity:1;
  }
    55%{
     right: -50px;
      top: 0px;
      transform: rotate(0deg);opacity:0;
  }
  100%{
     right: -950px;
      top: 0px;
      transform: rotate(0deg);opacity:0;
  }
  

  
}

@keyframes move4 {
from {
     right: -50px;
 top:550px;
 transform: rotate(-0deg);opacity:0;
  }
 45%{
     right: -50px;
      top: 0px;
      transform: rotate(0deg);opacity:0;
  }
    55%{
     right: -50px;
      top: 0px;
      transform: rotate(0deg);opacity:1;
  }
  100%{
     right: -950px;
      top: 0px;
      transform: rotate(0deg);opacity:1;
  }
  

  
}
@keyframes move3 {
from {
     right: 200px;
 top:650px;
 transform: rotate(180deg);opacity:1;
  }
  45%{
     right: 200px;
      top: 100px;
      transform: rotate(180deg);opacity:1;
  }

  55%{
     right: 330px;
      top: 80px;
      transform: rotate(230deg);opacity:0.5;
  }
  to {
     right:-580px;
      top:80px;
      transform: rotate(230deg);opacity:1;
  }
}

#souz-main body #main-slider .slick-prev{
	left: calc((100% - 1170px)/2 + 10px) !important;
}

#souz-main body #main-slider .slick-next{
	left: calc((100% - 1170px)/2 - 60px !important);
}


#souz-main #main-slider .container .main-slider--text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 30px;
	margin-bottom: 0;

}

#souz-main .souz-red-button{
    z-index: 30000;
}
.geoorden{position:absolute;right:0px;top:80px;}
.geography-map .second-border-plane{position: absolute;
    bottom: -30px;
    left: calc(50% - 60px);}
.geography-map {
  
    position: relative;
}
*{
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.header-logo.slogan{    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #296DEC;
    margin: 0;
}
.header-logo--text img{float:left;display:block;} 
#souz-main  .header-menu.two{height: 75px;}
body{
	font-family: IBM Plex Sans;
}

#souz-main .bx-breadcrumb-item:first-of-type{
	position: relative;
	top: -3px;
}

#souz-main .autorise-header{
	display: none;
	position: absolute;
}


#souz-main .mobile-main-menu li{
	background: #fbfbfb;
}

#souz-main .container{
	max-width: 1170px;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding-bottom: 10px;
}

#souz-main .container:before, #souz-main .container:after{
	display: none;
}

#souz-main a{
	text-decoration: none;
	color: currentColor;
}

#souz-main h2, #souz-main h1{
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	color: #0B3340;
	margin-top: 75px;
	border-left: 10px solid #dadfe3;
	padding-left: 16px;
	height: 40px;
	text-transform: uppercase;
}

#souz-main h3{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0B3340;
}

#souz-main #auth-enter{
	cursor: pointer;
}


#souz-main .souz-red-button{
	padding: 16px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	width: 160px;
	background: #2C343E;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.5s;
	border-radius: 7px;
	font-family: PT SANS;
	margin-left: 0;
	margin-top: 30px;
}

#souz-main .souz-red-button:hover{
	background: #0B3340;
}

#souz-main .read-more--button{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #286CE8;
	text-transform: uppercase;
	transition: color 0.5s;
}

#souz-main .read-more--button:hover{
	color: #FF395D;
}

#souz-main .read-more--button:hover:after{
	background: url('images/arrow-right-hover.svg') no-repeat bottom;
}

#souz-main .read-more--button:after{
	content:'';
	background: url('images/arrow-right.svg') no-repeat bottom;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	top: -2px;
	padding-left: 8px;
	transition: all 0.5s;
}

#souz-main #main-slider .slick-prev, #souz-main #main-slider .slick-next{
	background: rgba(255, 255, 255, 0.64);
	border-radius: 7px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
	border: none;
}

#souz-main #main-slider .slick-prev:hover:before, #souz-main #main-slider .slick-next:hover:before{
	border-color: #296DEC;
}

#souz-main .slick-prev, #souz-main  .slick-next{
	position: absolute;
	width: 56px;
	height: 56px;
	background: #FEFEFE;
	border: 0px solid #DADADA;
	box-sizing: border-box;
	border-radius: 1px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
	z-index: 10;
	transition: all 0.5s;
}

#souz-main .slick-prev:hover, #souz-main  .slick-next:hover{
	border: 1px solid #286CE8;
	background: #286CE8;
}

#souz-main .slick-prev:before{
	content:'';
	border: solid #0B3340;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
	transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	position: relative;
	right: 2px;
	opacity: 1;
	transition: all 0.5s;
}

#souz-main .slick-next:before{
	content:'';
	border: solid #0B3340;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
	transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
	position: relative;
	left: 2px;
	opacity: 1;
	transition: all 0.5s;
}

#souz-main .slick-prev:hover:before, #souz-main .slick-next:hover:before{
	border: solid white;
	border-width: 0 3px 3px 0;
}

#souz-main .slick-dots{
	margin-top: 24px;
	bottom: -50px;
}

#souz-main .slick-dots li button:before{
	content: '';
	width: 24px;
	height: 6px;
	background: #7D949B;
	border-radius: 1px;
	opacity: 1;
}

#souz-main .slick-dots .slick-active button:before{
	content: '';
	width: 24px;
	height: 6px;
	background: #286CE8;
	border-radius: 1px;
}

#souz-main .slick-dots li{
	margin: 0 8px;
}


/*header-top*/
#souz-main .header-enter a {
    display: flex;
    justify-items: center;
    align-items: center;
    text-decoration: none;
    color: currentColor;
}
#souz-main .header-top{
	display: flex;
	justify-content: space-between;	
	height: 48px;
	background: #f2f2f2;
}

#souz-main .header-top--left > div, #souz-main .header-top--center > div, #souz-main .header-top--right > div {
	display: flex;
	justify-content: space-between;
}	

#souz-main .header-top .container{
	display: flex;
	justify-content: space-between;
	padding-bottom: 0;
}

#souz-main .header-top--center,#souz-main .header-top--right {
	display: flex;
}	

#souz-main .top-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #0B3340;
	margin-right: 32px
}

#souz-main .top-text--red{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	text-transform: uppercase;
	color: #296DEC;
	margin-left: 12px
}

#souz-main .header-lang .top-icon{
	z-index: 1;
	position: relative;
}

#souz-main .top-icon{
	width: 22px;
	height: 100%;
	margin-right: 8px;
}

#souz-main .lang-change{
	display: flex;
	flex-direction: column;
    position: absolute;
    margin-top: 35px;
    margin-left: 30px;
	background: white;
	z-index: 1000;
	display: none;
}

#souz-main .lang-change a{
	padding: 5px;
	border: 1px solid #0B3340;;
	transition: color 0.5s;
	font-weight: bold;
	font-size: 14px;
	color: #0B3340;
}

#souz-main #changelang{
	display: none;
}

#souz-main #changelang_m:checked ~ .lang-change{
	display: flex;
}

#souz-main .main-menu--mobile .lang-change{
	margin-top: 25px;
	margin-left: 0;
}

#souz-main #changelang:checked ~ .lang-change{
	display: flex;
}

#souz-main .lang-change a:hover{
	color: #296DEC;
	border: 1px solid black;
}

#souz-main .lang-change a:last-of-type{
	border-top: none;
}

#souz-main .header-adress .top-icon{
	background: url('images/icon-pin.png') no-repeat center;
}

#souz-main .header-email .top-icon{
	background: url('images/icon-email.png') no-repeat center;
}

#souz-main .header-phone .top-icon{
	background: url('images/icon-phone.png') no-repeat center;
}

#souz-main .header-lang .top-icon{
	background: url('images/icon-dropdown.png') no-repeat center;
	cursor: pointer;
}

#souz-main .header-enter .icon-profile{
	background: url('images/icon-profile.png') no-repeat center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-left: 8px;
}


/*header-menu*/
#souz-main header{
	
	background: #FBFBFB;
}

#souz-main .header-menu{
	display: flex;
	justify-content: space-between;
	height: 128px;
}

#souz-main .header-menu li:first-of-type ul li{
	float: left;
	width: 270px;
}

#souz-main .header-menu li:first-of-type ul li:nth-of-type(2n-1){
	clear: both;
}
#souz-main .header-menu li:nth-of-type(2) ul li{
	float: left;
	width: 270px;
}

#souz-main .header-menu li:nth-of-type(2) ul li ul li{
	float: left;border-right: 0px solid #dadada;
	width: 100%;margin-bottom: 0px;
}
#souz-main .header-menu li:nth-of-type(2) ul li ul li a{
	border-bottom: 0px solid #dadada !important;
}
#souz-main .header-menu li:nth-of-type(2) ul li ul {display:block;}
#souz-main .header-menu li:nth-of-type(2) ul li:nth-of-type(2n-1){
	clear: both;
}
#souz-main .header-menu li a:hover{
	color: #296DEC;
}

#souz-main .header-menu .container{
	display: flex;
	justify-content: space-between;
}

#souz-main .header-menu .header-logo{
	display: flex;
	padding: 12px 0;
	flex-direction: column;
	justify-content: center;
}

#souz-main .header-menu .header-logo a{
	display: block;
}

#souz-main .header-menu .header-logo .header-logo--text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 12px;
}

#souz-main .header-menu .header-logo .header-logo--text p{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #0B3340;
	margin: 0;
}

#souz-main .header-menu .main-menu{
		display: flex;
		flex-direction: column;
		justify-content: center;
}

#souz-main .header-menu .main-menu ul{
		display: flex;
		justify-content: space-between;
		list-style-type: none;
}

#souz-main .header-menu .main-menu ul li{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #667578;
}

#souz-main .header-menu .main-menu a{
	padding: 30px 30px;
	transition: color 0.5s;
	font-family: PT Sans;
	color: #2A2A2A;
}

#souz-main .header-menu .main-menu a:last-of-type{
	padding-right: 0;
}

#souz-main .header-menu .main-menu .main-podmenu{
	display: none;
	position: absolute;
	    flex-direction: row;
	border: 1px solid #dadada;
	z-index: 1000;
	background: #fbfbfb;
}

#souz-main .header-menu .main-menu ul li:hover > .main-podmenu{
	display: block;
}

#souz-main .header-menu .main-menu .main-podmenu:hover{
	display: block;
}

#souz-main .header-menu .main-menu .main-podmenu li a{
	display: block;
	padding: 8px 12px;
	border-bottom: 1px solid #dadada;    font-size: 12px;
}

#souz-main .header-menu .main-menu .has-podmenu svg{
	margin-left: 8px;
	position: relative;
	top: -2px;
}


/*mobile-menu*/

#souz-main .mobile-main-menu{
	display: none;
}

#souz-main .mobile-main-menu .main-menu--mobile{
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	background: #fbfbfb;
	z-index: 1000;
	display: none;
	box-shadow: 0px 2px 8px rgba(11, 51, 64, 0.16);
}

#souz-main .mobile-main-menu input:checked ~ .main-menu--mobile{
	display: block;
}

#souz-main .mobile-main-menu .close-icon {
    position: relative;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
		display: none;
}

#souz-main .mobile-main-menu input{
	display: none;
}

#souz-main .mobile-main-menu label{
		height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#souz-main .mobile-main-menu input:checked ~ label .close-icon{
	display: block;
	cursor: pointer;
}

#souz-main .mobile-main-menu input:checked ~ label .container-icon{
	display: none;
}

#souz-main .mobile-main-menu .close-icon:before, .close-icon:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #296DEC;
}

#souz-main .mobile-main-menu .close-icon:before {
    transform: rotate(45deg);
}

#souz-main .mobile-main-menu .close-icon:after {
    transform: rotate(-45deg);
}

#souz-main .container-icon{
    cursor: pointer;
    display: none;
}

#souz-main .bar1, #souz-main .bar2, #souz-main .bar3 {
    width: 30px;
    height: 3px;
    background-color: #0B3340;
    margin: 6px 0;
    transition: 0.4s;
}

#souz-main .mobile-main-menu li{
	border-top: 1px solid #dadada;
}

#souz-main .mobile-main-menu li label{
	 position: absolute;
	 right: 0;
	 margin-top: -40px;
	 width: 50px;
	 height: 40px;
	 cursor: pointer;
}

#souz-main .mobile-main-menu li label:hover:after{
  border-left: 5px solid #296DEC; 	
}

#souz-main .mobile-main-menu li label:after{
	  content: ''; 
    border: 5px solid transparent;
    border-left: 5px solid #667578; 
		margin: 0 auto;
		transition: color 0.5s;
}

#souz-main .mobile-main-menu .red-arrow-label{
	display: none;
}

#souz-main .mobile-main-menu .red-arrow-label img{
	position: relative;
	top: 25px;
}

#souz-main .mobile-secondlvl-menu:checked ~ .red-arrow-label{
	display: block;
}

#souz-main .mobile-main-menu li label:nth-of-type(2n){
color: #296dec;
    font-weight: 900;
    left: 10px;
    top: 47px;
    z-index: 10001;
    padding: 0 10px;
}

#souz-main .main-podmenu--mobile li{
	float: none !important;
	clear: none !important;
	width: 100% !important;
}

#souz-main .mobile-main-menu li label:nth-of-type(2n):after{
	display: none;
}

#souz-main .mobile-main-menu li a{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0B3340;
	padding: 8px 20px;
	width: calc(100% - 40px);
	display: block
}

#souz-main .mobile-main-menu .mobile-menu{
	border-bottom: 1px solid #dadada;
}

#souz-main .top-mobile-menu{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 20px;
}

#souz-main .top-mobile-menu .header-lang{
	margin-top: 30px;
}

#souz-main .top-mobile-menu .top-text--red{
	text-align: left;
	margin-left: 0;
}

#souz-main .top-mobile-menu > div{
	display: flex;
	margin-bottom: 14px;
}

#souz-main .top-mobile-menu .top-icon{
	height: 22px;
}

#souz-main .main-podmenu--mobile{
	position: absolute;
  z-index: 10000;
  background: white;
  width: calc(100vw - 17px);
  height: 100vh;
  top: 0;

}

#souz-main .main-podmenu--mobile{
	display: none;
}

#souz-main .mobile-main-menu li .mobile-secondlvl-menu:checked ~ .main-podmenu--mobile{
	display: block;
}

#souz-main .main-podmenu--mobile h4{width: 100%;
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #296DEC;
  padding: 12px 0;
	padding-left: 50px;
  text-transform: uppercase;
	border-bottom: 1px solid #bbbbbb;
}

#souz-main .main-podmenu--mobile li{
	border: none;
}

#souz-main .mobile-main-menu .mobile-searchbar{
	display: block;
	width: calc(100% - 20px);
  padding: 14px 0;
	background: #FEFEFE;
	border: 1px solid #DADADA;
	box-sizing: border-box;
	border-radius: 1px;
	padding-left: 40px;
	margin-bottom: 10px;
}
.one{background:#f3f3f3;}
.two{ 
    box-shadow: 0px 2px 8px rgb(11 51 64 / 16%);
}
#souz-main .mobile-main-menu .mobile-searchbar::placeholder{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #0B3340;
	opacity: 1;
	position: relative;
}

#souz-main .mobile-main-menu .mobile-searchbar--submit{
    position: absolute;
    background: none;
    border: none;
    margin-top: 13px;
    margin-left: 10px;
		cursor: pointer;
}

#souz-main .header-phone .top-text{
	margin-right: 0;
}

/*slider*/

#souz-main #main-slider .slick-track{
	width: 100%;
	display: flex;
	justify-content: center;
}

#souz-main #main-slider .slick-slide{
	float: none;
}

#souz-main #main-slider .slick-dots{
	bottom: 30px;
}

#souz-main #main-slider .slick-prev, #souz-main #main-slider .slick-next{
	top: 73%;
	left: calc((100% - 1170px)/2 + 80px)
}

#souz-main #main-slider .slick-prev{
	left: calc((100% - 1170px)/2 + 10px)
}

#souz-main #main-slider{
	background-position: right;
	background-size: cover !important;
	clear: both;
	border-bottom: 12px solid var(--mainbg);;
}

#souz-main #main-slider .container{
	justify-content: space-between;
}

#souz-main #main-slider .container .main-slider--element{
	display: flex;
	justify-content: space-between;
}

#souz-main #main-slider .container .main-slider--left{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#souz-main #main-slider .container .main-slider--header{	
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	color: #2056cd;
}

#souz-main #main-slider .container .main-slider--text{
	margin-top: 30px;
	margin-bottom: 55px;
}

#souz-main #main-slider .container .main-slider--text p{
	font-family: PT SANS;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	color: #2A2A2A;
	margin: 0;
}

#souz-main #main-slider img{
	max-width: 400px;
	object-fit: contain;
}


/*first-block*/

#souz-main .production  .slick-prev, #souz-main .production  .slick-next{
	top: -30px;
}

#souz-main .production .slick-prev{
	left: calc(100% - 196px);
}

#souz-main .production .slick-next{
	right: 70px;
}

#souz-main	.production .production-header{
	display: flex;
	justify-content: space-between;
}

#souz-main	.production .production-element--content h3{
	font-size: 24px;
 	line-height: 24px;
	margin: 0 auto;
	color: #2A2A2A;
	width: fit-content;
	border-bottom: 2px solid #2a2a2a;
	padding-bottom: 15px;
}

#souz-main	.production .production-buttons{
		display: flex;
		flex-direction: column;
		margin-top: 60px;
		z-index: 10;
}

#souz-main	.production .production-buttons .production-button{
	width: 48px;
	height: 48px;
	background: #FEFEFE;
	box-shadow: 0px 0px 8px rgba(11, 51, 64, 0.24);
	margin-bottom: 4px;
	cursor: pointer;
}

#souz-main	.production .production-buttons .production-button--first{
	background:url('images/icon-first.svg') no-repeat center;
}

#souz-main	.production .production-buttons .production-button--second{
	background:url('images/icon-second.svg') no-repeat center;
}

#souz-main	.production .production-buttons .production-button--third{
	background:url('images/icon-third.svg') no-repeat center;
}

#souz-main	.production .production-buttons .production-button--fourth{
	background:url('images/icon-fourth.svg') no-repeat center;
}

#souz-main	.production .production-content{
	display: flex;
	justify-content: space-between;
}

#souz-main	.production .production-element{
	width: calc(1170 / 2 - 80px) !important;
    display: flex;
    flex-direction: column;
    justify-content: end;
	border: 1px solid #e3e7e8ж
	margin-top: 50px;
	height: auto !important;
	margin-left: 70px;
}

#souz-main .production .slick-list{
	position: relative;
	right: 70px;
}

#souz-main	.production .production-element:last-of-type{
	margin-right: 0;
}

#souz-main .production-element--content{
	transition: all 0.5s;
}

#souz-main .production-element--box:hover > .production-element--content{
	background: #286CE8;
}

#souz-main .production-element--box:hover > .production-element--content .production-element--text{
	color: white !important;
}

#souz-main .production-element--box:hover > .production-element--content h3{
	color: white !important;
	border-color: white;
}

#souz-main	.production .production-element--content{
	background: #FEFEFE;
	box-sizing: border-box;
	border-radius: 1px;
	padding: 24px;
	padding-bottom: 0;
}

#souz-main .production .production-element--img{
	display: flex;
	justify-content: center;
	position: relative;
	width: 60%;
	margin: 0 auto;
	height: 300px;
}

#souz-main .production .production-element--img img{
	width: 100%;
	padding-top: 40px;
}

#souz-main .production-element--text{
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #2a2a2a; 
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 50px;
}

#souz-main .production .production-button:hover{
	background: #0b3240;
}

#souz-main .production .production-button img{
	margin-top: 8px;
	margin-left: 8px;
	visibility: hidden
}

#souz-main .production .production-button:nth-of-type(2) img{
	margin-top: 13px;
	margin-left: 10px;
	visibility: hidden
}


#souz-main .production .production-button:hover > img{
	visibility: visible;
}

#souz-main .production .production-element--content .read-more--button{
	width: calc(100% + 48px);
	display: block;
	padding: 32px 0;
	left: -24px;
	position: relative;
	background: var(--mainbg);
	color: #333;
	text-align: center;
}
#souz-main .production .production-element--content .read-more--button path{
	stroke: #333;
}

#souz-main .production .production-element--content .read-more--button svg{
	margin-left: 12px;
	position: relative;
	top: 2px;
}

/*second-block*/

#souz-main .company{

	padding-top: 120px;
}

#souz-main .company h2{
	margin-top: 0;
}

#souz-main .company .company-left--button{
	background: #FEFEFE;
	border: 1px solid #DADADA;
	box-sizing: border-box;
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	padding: 36px 24px;
	display: block;
	margin-top: -1px;
	width: 400px;
	text-transform: uppercase;
	transition: color 0.5s;
	position: relative;
	padding-bottom: 32px;
}

#souz-main .company .company-left--button:after{
	content:'';
	background: url('images/arrow-right-blue.svg') no-repeat center;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	padding-left: 12px;
	right: 20px;
	top: 32px;
	transition: all 0.5s;
}

#souz-main .company .company-content{
	display: flex;
	justify-content:space-between;
	margin-top: 55px;
}

#souz-main .company .company-left--button:hover{
	color: white;
	background: #286CE8;
}

#souz-main .company .company-left--button:hover:after{
	content:'';
	background: url('images/arrow-right.svg') no-repeat center;
	background-color: white;
}

#souz-main .company .company-right{
	width: 100%;
}

#souz-main .company .company-right img{
	max-height: calc(100% + 2px);
	max-width: 100%;
	height: calc(100% + 2px);
	object-fit: cover;
	position: relative;
	top: -2px;
}

#souz-main .company .company-right .company-video--block{
	display: flex;
	justify-content: space-between;
	background: rgba(254, 254, 254, 0.8);
	border: 1px solid #DADADA;
	box-sizing: border-box;
	border-radius: 1px;
	padding: 32px 24px;
	position: relative;
	position: absolute;
   width: calc(100% - 440px);
   max-width: 690px;

}

#souz-main .company .company-right .company-video--block h4{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0B3340;
	display: flex;
  justify-content: center;
  flex-direction: column;
}

#souz-main .company .company-right .company-video--block .souz-red-button{
	width: 200px;
}
	
	
/*third-block*/

#souz-main .career .career-content{
	border-top: 1px dashed #667578;
	border-bottom: 1px dashed #667578;
	box-sizing: border-box;
	border-radius: 1px;
	margin-top: 70px;
	padding: 160px 32px 60px 0;
	display: flex;
	justify-content: space-between;
}

#souz-main .career .career-left h2{
	margin-top: 0;
	margin-bottom: 0;
}	

#souz-main .career .career-left h4{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-transform:uppercase;
	line-height: 24px;
	color: #0B3340;
	padding-top: 24px;
	padding-left: 16px;
	margin: 0;
}

#souz-main .career .career-left h4 span{

	font-style:italic;
	text-transform:none;
}
#souz-main .career .first-border-plane{
	position: relative;
	left: calc(50% - 100px);
	top: 107px;
}

#souz-main .career .second-border-plane{
	position: relative;
	left: calc(50% - 100px);
	bottom: 32px;
}

#souz-main .career .career-right{
	display: flex;
	flex-direction: column;
	justify-content: end;    margin-top: 30px;
}
.career-left{
    margin-top: -60px;
}
#souz-main .career .career-right img{
	position: absolute;
	margin-top: -45px;
	margin-left: -190px;
}

#souz-main .career .career-right a{
	border: 1px solid #DADADA;
	box-sizing: border-box;
	border-radius: 1px;
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #296DEC;
	padding: 20px 16px;
	padding-top: 10px;
	z-index: 10;
	text-align: center;
	transition: 0.5s;
}

#souz-main .career .career-right a:hover{
	color: #0B3340;
}

#souz-main .career .career-right a:hover:after{
		background: url('images/arrow-right-hover.svg') no-repeat bottom;
}

#souz-main .career .career-right a:after{
	content:'';
	background: url('images/arrow-right.svg') no-repeat bottom;
	top: 8px;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	padding-left: 12px;
	transition: all 0.5s;
}


/*fourth-block*/

#souz-main .news  .slick-prev, #souz-main .news  .slick-next{
	top: calc(100% + 15px);
}

#souz-main .news .slick-prev{
	left: calc(100% - 156px);
}

#souz-main .news .slick-next{
	right: 30px;
}

#souz-main .news .news-content{
	display: flex;
	justify-content: space-between;
}

#souz-main .news h2{
	margin-bottom: 55px;
}

#souz-main .news-block{
	display: flex;
	flex-direction: column;
	width: calc(33.3333% - 20px);
	padding-right: 30px;
	padding-bottom: 60px;
}

#souz-main .news-block .image-href{
	display: contents;

	border-bottom: 0;
    width: 100%;
    display: block;
    position: relative;
  
	transition: opacity 0.5s;
}

#souz-main .news-block a img{
	transition: opacity 0.5s;
	max-height: 358px;
    max-width: calc(100%);
	object-fit: cover;
	width: calc(100% );
	margin: 0 auto;
	position: relative;
	tight: 1px;
}

#souz-main .news-block p{
	margin: 0;
}

#souz-main .news-block:last-of-type{
	margin-right: 0;
}

#souz-main .news-block .news-block-bottom{
	padding: 24px 16px;

	border-top: 0;
	box-sizing: border-box;
	border-radius: 1px;
	transition: opacity 0.5s;
}

#souz-main .news-block .news-block-bottom .news-date{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #ACACAC;
	margin-bottom: 12px;
}

#souz-main .news-block .news-block-bottom .news-text{
	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #0B3340;
}

#souz-main .news-block-only-text{	
	padding: 20px 16px;
	border: none;
	box-sizing: border-box;
	border-radius: 1px;
	opacity: 0;
	position: absolute;
  width: calc(25% - 30px);
	transition: all 0.5s;
	box-shadow: 0px 16px 16px rgba(11, 51, 64, 0.16);
	padding-right: 30px;
	background: white;
	max-height: 400px;
}

#souz-main .news-block-only-text .news-text{	
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #0B3340;
	margin-bottom: 10px;
}

#souz-main .news-block-only-text .news-text p{
	max-height: 300px;
	overflow: hidden;
}

#souz-main .news-block-only-text .read-more--button{
	margin-top: 30px;
	display: block !important;
}

#souz-main .news-block:hover > .news-block-bottom{
	opacity: 0;
}

#souz-main .news-block:hover > .image-href{
	opacity: 0;
}

#souz-main .news-block:hover > .news-block-only-text{
	opacity: 1;
}


/*footer*/

#souz-main .footer-menu h4:nth-of-type(2){
	margin-top: 30px;
}

#souz-main footer{
	margin-top: 200px;
	padding-top: 100px;
	padding-bottom: 70px;
	background: #EFEFEF;
}

#souz-main footer .footer-content{
	justify-content:space-between;
	margin-bottom: 90px;
}

#souz-main footer .footer-content .footer-top{

	justify-content: space-between;
}

#souz-main footer .footer-content .footer-bottom{
	display: flex;
	justify-content: space-between;
}

#souz-main footer h4{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #2A2A2A;
	letter-spacing: 2px;
}

#souz-main footer p{
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #2A2A2A;
	margin-top: 16px;
}

#souz-main footer .footer-content hr{
	width: 270px;
}

#souz-main footer hr{
	background: #fff;
	height: 1px;
	border: none;
	margin: 32px 0;
}

#souz-main footer .footer-bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.geography-map{
	background: url('/local/templates/webstyling/images/geography-map.png') no-repeat center;
	background-size: contain;

	border-bottom: 1px dashed #667578;
}

 .geography-map .geography1,.geography-map .geography2 , .geography-map .geography3{
	display: flex;
	justify-content: center;
	    margin-bottom: 10px;
}

 .geography-map .geography1 div,.geography-map .geography2  div, .geography-map .geography3 div{
width:50%;padding-left:30px;
}
 .geography-map .geography1 > div{
	display: flex;
}

  .geography-map .geography1 div.geography-text,.geography-map .geography2  div.geography-text, .geography-map .geography3 div.geography-text{
width:calc(100% - 100px);padding-left:30px;
}
 .geography-map div.gsvg{width:100px;    padding-left:0;}


.geography-map .geography2 > div{
	display: flex;
}




.geography-map .geography3 > div{
	display: flex;
}

.geography-map img{
	margin-top: 0;
	margin-bottom: 0 !important;

	max-width: 120px;
	object-fit: contain;
}

 .geography-map p{
	margin: 0  !important;

}

 .geography-map h3{
	margin: 0;
}

 .geography-map .geography-text{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

#souz-main footer .footer-bottom--first{
	display: flex;
	justify-content: space-between;
	max-width: 280px;
}
.clients{
    height: 170px;
}

.clients .slick-prev,.clients .slick-next {
  
    top: 40%;}
    
 .clients   .slick-prev {
    left: 0;
}
 .clients   .slick-next {
    right: 0;
}
#souz-main footer .footer-bottom--first .footer-logo--text{
  display: flex;
  flex-direction: column;
  justify-content: center;
	margin-left: 16px;
	letter-spacing: 2px;

}

#souz-main footer .footer-bottom p{
	margin: 0;
}

#souz-main footer .footer-bottom--first p{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#souz-main footer .footer-bottom--second{
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#souz-main footer .footer-bottom--second p:first-of-type{
	margin-bottom: 6px;
}

#souz-main footer p span{
	color: #7D949B;
}

#souz-main footer .footer-bottom--second p, #souz-main footer .footer-bottom--third p{
	
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}

#souz-main footer .footer-bottom--third{
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#souz-main footer .footer-bottom--third p{
	margin-top: 0;
}

#souz-main footer .footer-bottom--third .footer-email{
	margin-top: 6px;
}

#souz-main footer .footer-bottom--third .footer-email p{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
}

#souz-main footer .footer-first{
	display: flex;
	flex-direction: column;
	justify-content: left;
}

#souz-main footer .footer-second{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#souz-main footer .footer-third{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#souz-main footer .footer-fourth{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#souz-main footer .footer-bottom--fourth a{
	margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#souz-main footer .footer-bottom--fourth a:last-of-type{
	margin-right: 0;
}

#souz-main footer .footer-fourth a:last-of-type{
	margin-right: 0;
}

#souz-main footer .footer-bottom--fourth{
	display: flex;
	justify-content: space-between;
}

#souz-main footer .basement{
	display: flex;
	justify-content: space-between;
    align-items: center;
}

#souz-main footer .basement p{
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #2A2A2A;
	margin-top: 0;
}

#souz-main footer .basement a{
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #2A2A2A;
}

#souz-main footer .basement .basement-right{
	max-width: 570px;
}

/*autorisation*/

#souz-main .autorise{
	background: #878d8f;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	left: 0;
	z-index: 900;
	position: fixed;
	font-family: IBM Plex Sans;
	bottom: 0;
}

#souz-main .autorisation{
	max-width: 570px;
	margin: 0 auto;
	background: #ffffff;
	padding: 48px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 400px;
	position: relative;
	top: calc(45vh - 200px);
	
}

#souz-main .autorise p{
	padding-bottom: 12px;
	margin-top: 30px;
}

#souz-main .autorisation .top-auto{
	display: flex;
	justify-content: space-between;
}

#souz-main .autorisation .top-auto img{
	width: 24px;
	height: 24px;
	cursor: pointer;
}


#souz-main .autorisation h3{
	margin: 0;
}

#souz-main .input-text{
	border: 1px solid #DADADA;
	box-sizing: border-box;
	border-radius: 1px;
	width: 100%;
	height: 56px;
	outline: none;
	padding-left: 10px;
}

#souz-main .autorisation .password{
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}

#souz-main .autorisation input{
	position: relative;
	top: 2px;
}

#souz-main .autorisation label{
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #434D4F;
	margin-left: 16px;
}

#souz-main .red-span{
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	color: #296DEC;
	transition: all 0.5s;
}

#souz-main .red-span:hover{
	color: #0B3340;
}

#souz-main .autorisation .block-button{
	display: flex;
	justify-content: space-between;
}

#souz-main .autorisation .white-button{
	border: 1px solid #296DEC;
	box-sizing: border-box;
	border-radius: 1px;
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #296DEC;
	padding: 16px 0;
	width: calc(50% - 15px);
	display: block;
	transition: all 0.5s;
}

#souz-main .autorisation .white-button:hover{
	border: 1px solid #0B3340;
	color: #0B3340;
}

#souz-main .red-button{
	border: 1px solid #296DEC;
	box-sizing: border-box;
	border-radius: 1px;
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	background: #296DEC;
	padding: 16px 0;
	width: calc(50% - 15px);
	display: block;
	transition: all 0.5s;
}

#souz-main .red-button:hover{
	border: 1px solid #0B3340;
	background: #0B3340;	
}

#souz-main .close {
position: absolute;
right: 32px;
top: 64px;
width: 32px;
height: 32px;
cursor: pointer;
}
#souz-main .close:hover .close:before, .close:after{
background-color: #296DEC
}
#souz-main .close:before, .close:after {
position: absolute;
left: 15px;
content: ' ';
height: 18px;
width: 2px;
background-color: #ACACAC;
transition: color 0.5s;
}
#souz-main .close:before {
transform: rotate(45deg);
}
#souz-main .close:after {
transform: rotate(-45deg);
}

#souz-main #auto-close{
	display: none;
}

#souz-main #auto-close:checked ~ .autorise{
	display: none;
}

/*Cookies*/

#souz-main .cookies{
	z-index: 5000;
	width: 100%;
background: #FCFCFC;
box-shadow: 0px -2px 8px rgba(11, 51, 64, 0.16);
position: fixed;
bottom: 0;
}

#souz-main .cookies p{
	margin-bottom: 16px;
}

#souz-main .cookies p{
	color: #0B3340;
	font-weight: bold;	
}
#souz-main .cookies .souz-red-button{
	width: 170px;
	padding: 8px 0;
	margin-right: 24px;
	border: none;
	cursor: pointer;
}

#souz-main .cookies .souz-red-button:last-of-type{
	background: white;
	color: #296DEC;
	border: 1px solid #296DEC;
	display: none;
}
#souz-main .cookies .souz-red-button:hover:last-of-type{
	color: #0B3340;
	border: 1px solid #0B3340;
}


#souz-main .cookies .container{
	padding: 24px 20px 80px 20px;
}

/*popupw*/

#souz-main .popupw-fade {
	display: none;
}
#souz-main .popupw-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}

#souz-main .popupw-close {
	border-radius:10px;
	position: absolute;
	background:#fff;color:black;
	top: 10px;
	right: 10px;padding:5px; 
}

#souz-main .popupw-close .close {
    position: relative;
    right: 2px;
    top: 2px;
    width: 28px;
    height: 28px;
    opacity: 1;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

#souz-main .popupw-close .close:before, #souz-main .popupw-close .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #296DEC;
}

#souz-main .popupw .arrosw {
    height: 40px;
    background: #fff;
    width: 100%;
}

#souz-main .popupw .arrosw div {
    background: #fff;
    width: 50%;
    text-align: center;
    padding: 10px 0px;
    cursor: pointer;
}

#souz-main .popupw .arrosw .arroswl {
    float: left;
}

#souz-main .popupw .arrosw .arroswr {
    float: right;
}

#souz-main .popupw .arrow {
    border: solid #296DEC;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
	width: 0;
	height: 0;
	top: 5px;
    position: relative;
}

#souz-main .popupw .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#souz-main .popupw .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#souz-main .popupw{
    position: fixed;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    padding: 0px;
    width: 600px;
    max-width: 90%;
    margin-left: -25%;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}

#souz-main .popupw img {
    width: 100%;
    max-height: calc(100vh - 50px);
    object-fit: cover;
}

#souz-main .header-lang .typeselect{
	outline: none;
	border: none !important;
	background: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	text-transform: uppercase;
	color: #296DEC;
	font-weight: bold;
	padding-right: 20px;
	z-index: 2;
	cursor: pointer;
}

#souz-main .header-lang .typeselect option{
	text-align: center;
}

#souz-main select::-ms-expand {
  display: none; 
}

#souz-main .feedback-form{
	margin: 0 auto;
	padding: 0 20px;
	background: #FCFCFC;
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	color: #434D4F;
	font-size: 14px;
	line-height: 16px;
	height: 100vh;
    min-height: 100%;
    z-index: 900;
    position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
}

#souz-main .feedback-form p{
	padding: 15px 0;
}

#souz-main .feedback-form-header{
	max-wdith: 1440px;
	width: 100%;
	margin: 0 auto;
	margin-top: 100px !important;
}


#souz-main .feedback-form-content{
	display: flex;
	justify-content: space-between;
}
#souz-main .feedback-form form{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 450px);
	padding-right: 30px;
	border-right: 1px solid #dadada;
}

#souz-main .feedback-form > div{
	display: flex;
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
} 

#souz-main .feedback-form .left-form{
	width: calc(50% - 15px);
	float: left;
	margin-right: 30px;
}

#souz-main .feedback-form .input-box{
	margin-top: 24px;
	margin-bottom: 12px;
}

#souz-main .feedback-form button{
	margin-top: 32px;
	width: 270px;
	max-width: 100%;
}

#souz-main .feedback-form .input-textarea{
	height: 155px;
}

#souz-main .feedback-form .right-form{
	width: calc(50% - 15px);
	float: left;
}

#souz-main .feedback-form .g-recaptcha{
	margin-top: 24px;
}

#souz-main .feedback-form .form-contacts{
	padding-left: 30px;
	position: relative;
	top: -60px;
	border-left: 1px solid #dadada;
	right: 1px;
}

#souz-main .feedback-form .form-contacts h3{
	margin: 0;
	padding: 0;
}

#souz-main .feedback-form .not-checked{
	color: #acacac;
}

#souz-main .feedback-form .form-contacts p{
	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #667578;
}

#souz-main .feedback-form .form-contacts-buttons{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 60px;
}

#souz-main .feedback-form .form-contacts-buttons > div{
	display: flex;
	cursor: pointer;
	margin-top: 30px;
}

#souz-main .feedback-form .form-contacts-buttons > div h4{
	transition: color 0.5s;
}

#souz-main .feedback-form .form-contacts-buttons > div:hover h4{
	color: #0B3340;
}

#souz-main .feedback-form .form-contacts-buttons > div img{
	position: relative;
	bottom: 5px;
	margin-right: 20px;
}

#souz-main .feedback-form .close{
	position: absolute;
	display: block;
	left: calc(100% - 20vw); 
}

#souz-main .slick-slide .news-block-only-text{
	width: calc(1080px/3 - 10px);
}

#souz-main .bx-authform-description-container{
	clear: both;
}

#souz-main .bx-breadcrumb .bx-breadcrumb-item:last-of-type{
	position: absolute;
	bottom: 10px !important;
}

#souz-main .changepass input[type="text"], #souz-main .changepass input[type="password"]{
	margin: 10px 0px !important;
    max-width: 100% !important;
    display: block !important;
    height: 56px !important;
    line-height: 56px !important;
    padding: 10px !important;
    border: 1px solid #DADADA !important;
    box-sizing: border-box !important;
    border-radius: 1px !important;
	background: #ffffff  !important;
}

#souz-main .bx-authform-link-container{
	float: left;
	width: 50%;
}

.changepass input[type="submit"] {
    margin-Top: 20px;
    padding: 1px 30px;
    display: block;
    width: 270px;
    border: 1px solid #296DEC;
    box-Sizing: border-box;
    border-radius: 1px;
    font-Family: IBM Plex Sans;
    font-Style: normal;
    font-Weight: bold;
    font-Size: 14px;
    text-Align: center;
    float: left;
    margin-right: 20px;
    background: #296DEC;
    color: #fff;
    text-transform: uppercase;
	margin: 10px 0px;
    max-width: 100%;
	line-height: 56px;
	cursor: pointer;
	transition: all 0.5s;
}

.changepass input[type="submit"]:hover {
    color: #296DEC;
    background: #fff;
}

#souz-main img{
	object-fit: contain;
}

#souz-main footer .footer-bottom--first svg{
	width: 80px;
	height: 80px;
}

#souz-main .header-search{
	padding: 0px 0;
	height: 60px;
	display: none;
	border: 0px solid #DADADA;
	background:#fff;
	filter: drop-shadow(2px 4px 6px #08000020);
}
#souz-main .header-search form{
    position: relative;
}
#souz-main .header-search svg{
    position: absolute;
    top: 5px;
    right: 5px;
}
#souz-main .header-search .container{
	margin: 0 auto;
}

#souz-main .header-search .container form{
	display: flex;
	justify-content: center;
	width: 100%;
	
}


#souz-main .header-search .header-search--submit{
	background: none;
	border: none;
	cursor: pointer;
	margin-left: 20px;
	font-weight: bold;
	color: #296DEC;;
	transition: color 0.5s;
	float: left;
	    padding-top: 18px;
}

#souz-main .header-search .header-search--submit:hover{
	color: #296DEC;
}

#souz-main .search_header{
    display: block;
    width: calc(100% - 100px);
    padding: 18px 0;
    
    	border: 0px solid #DADADA;
    box-sizing: border-box;
    border-radius: 1px;
	padding-left: 20px;
	outline: none;
	float: left;
}

#souz-main .header-search .searchbar--submit{
	background: none;
	border: none;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

#souz-main .header-search .cancelsearch{
	float: left;
	margin-left: 20px;
	cursor: pointer;
}

#souz-main #show_search{
	cursor: pointer;
	color: #0B3340;
	display: flex;
}

#souz-main #show_search img{
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-left: 20px;
	position: relative;
}

#souz-main .header-menu .main-menu ul li:last-of-type{
	top: 0;
}

#souz-main .header-search .searchspan{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	color: #296DEC;
	cursor: pointer;
}

#souz-main .product-item-big-card .production-element{
	width: 585px;
}

#souz-main .product-item-big-card{
	display: flex;
    flex-direction: column;
    justify-content: end;
}

#souz-main div.modern-page-navigation{
	max-width: 1170px;
	margin: 0 auto;
	margin-bottom: 120px;
}

#souz-main .success-message{
	font-size: 16px;
	font-weight: bold;
	color: #7ef542;
	margin: 10px 0;
}

#souz-main  #auth-submit{
	cursor: pointer;
}

#souz-main #show_search svg{
	margin: 4px 5px 0 20px;
}

#souz-main .timetable p{
	margin: 0;
}

#souz-main .bx_sitemap .bx_sitemap_li_title{
	margin: 0;
}

#souz-main .bx_sitemap li{
	margin: 8px 0 !important;
}

#souz-main .clients img{
	margin: 0 auto;
}


#souz-main .header-top--left{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#souz-main header .header-top svg{
	margin-right: 8px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#souz-main header .header-top img{
	margin-right: 8px;
	object-fit: contain;
	height: 100%;
	width: 24px;
}

#souz-main .footer-content{
	display: flex;
}

#souz-main .map-block{
	margin-top: 100px;
} 

#souz-main .map-block .container{
	position: relative;
}

#souz-main .map-block .map-form{
	position: absolute;
	top: 0;
	background: #286CE8;
	padding: 96px;
	padding-bottom: 48px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: start;
	font-family: 'PT SANS';
	max-width: 600px;
	height: 700px;
}

#souz-main .map-block .map-form form{
	display: flex;
	flex-direction: column;
}

#souz-main .map-block .map-form h4{
	font-weight: 400;
	font-size: 32px;
	line-height: 48px;
}

#souz-main .map-block .map-form p{
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #F4F6FC;
	margin-bottom: 30px;
}

#souz-main .map-block .map-form .input{
	border: 1.5px solid rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	background: transparent;
	padding: 18px 0 18px 32px;
	outline: none;
	margin: 8px 0;
}

#souz-main .map-block .map-form .input::placeholder{
	color: #F4F6FC;
	opacity: 0.5;
}

#souz-main .map-block .map-form form button{
	background: #FFFFFF;
	border-radius: 41px;
	width: 100%;
	color: #1B1C2B;
	padding: 16px 0;
	display: block;
	margin-top: 30px;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	border: none;
}

#souz-main .map-block .map-form .map-form-button{
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	margin-top: 30px;
}

#souz-main .map-block .map-form .map-form-button svg{
	margin-left: 10px;
}

#souz-main .header-menu .main-menu ul{
	margin-bottom: 0;
}

#souz-main .header-menu .container{
	padding-bottom: 0;
}

#souz-main .footer-menu p:first-of-type{
	margin-top: 40px;
}

#souz-main footer .footer-second{
	margin-top: 27px;
}

#souz-main .news .container{
	position: relative;
}

#souz-main .all-news{
	position: absolute;
	right: 45px;
	top: 0;
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #000000;
}

#souz-main .all-news span{
	text-decoration: underline;
}

#souz-main .all-news span:after{
	content:'';
	border: solid #000000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
	transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	position: relative;
	left: 2px;
	opacity: 1;
	transition: all 0.5s;
}

#souz-main .production .container{
	max-width: 1230px;
	position: relative;
	right: -30px;
}

.left-menu h3{
	display: none !important;
}


@media all and (max-width: 1170px){
	#souz-main .production .container{right: 0;}
	#souz-main .production .production-element{margin-left: 0; width: calc(100vw - 87px);}
	#souz-main .production .slick-list{right: 0;}
	#souz-main .all-news{right: 20px;}
	.main-slider--element img.dim,#souz-main .main-slider--element img:last-of-type {
    left:auto;
}
	#souz-main #main-slider .container .main-slider--left{margin-right: 0;}
	#souz-main #main-slider .container .main-slider--text{margin-left: 0;}
	
#souz-main .mobile-main-menu input:checked ~ .main-menu--mobile {

    min-height: 520px;
}
#souz-main .cookies .container {
    padding: 22px 20px 20px 20px;
}
	#souz-main .header-menu .header-logo a{display: flex; flex-direction: column; justify-content: center;}
	
	#souz-main .footer-content .main-menu{min-width: inherit;}
	#souz-main .openblock{flex-direction: column;}
	#souz-main a.b-sitemap{display: none;}
	#souz-main .footer-content .main-menu ul{flex-direction: column;}
	#souz-main .footer-content .main-menu li{border-right: 0; padding: 10px 0 !important;}

	#souz-main .geography-map img{margin-right: 20px;}

	#souz-main .company .company-right{max-width: 100%;}
	#souz-main .company .company-right .company-video--block{margin-top: -90px;}
	#souz-main .main-slider--element img:last-of-type{width: 100%;  margin: 0 auto; max-width: 764px;}
	#souz-main .header-top--center{display: none;}
	#souz-main .header-top--right{display: none;}

	#souz-main .news-content .news-block{margin-bottom: 0;}
	#souz-main .career-content{padding-right: 0;}
	#souz-main .company .company-left .production-element a{width: calc(100% - 30px);}
	#souz-main footer .footer-content .footer-bottom{margin-top: 0;}
	#souz-main .header-menu{height: 128px;}
	#souz-main .header-menu .header-logo svg{width: 90px; height: 90px;}
	#souz-main footer .footer-content .footer-bottom > div{margin-bottom: 30px;}
	#souz-main footer .footer-bottom--fourth a{display: inherit;}
	#souz-main footer .footer-content .footer-bottom{flex-direction: column;}
	#souz-main .header-top{display: none;}
	#souz-main .header-menu .main-menu{display: none;}
	#souz-main .company .company-left--button{width: 100%;}
	#souz-main .company .company-content{flex-direction: column;}
	#souz-main .company .company-right .company-video--block{width: calc(100% - 40px); max-width: none;}
	#souz-main .career .career-content{display: inherit;}
	#souz-main .career .career-right img{position: inherit; margin: 0; padding: 15px 0;}
	#souz-main .career .first-border-plane{left: calc(50% - 64px);}
	#souz-main .career .second-border-plane{left: calc(50% - 64px);}
	#souz-main footer{padding: 40px 0;}
	#souz-main footer .footer-menu{display: none;}
	#souz-main footer .footer-content{flex-direction: column-reverse; display: flex;}
	#souz-main footer .footer-bottom--first{justify-content: start; margin-top: 0;}
	#souz-main footer .footer-content > div{padding: 15px 0;}
	#souz-main footer .footer-bottom--fourth{justify-content: left;}
	#souz-main footer .basement{flex-direction: column;}
	#souz-main footer .basement > div{padding: 8px 0;}
	#souz-main footer hr{display: none;}
	#souz-main footer .footer-fourth{flex-direction: column; width: 100%;}
	#souz-main footer .footer-fourth > div{margin-bottom: 24px;}
	#souz-main .footer-first, #souz-main .footer-second, #souz-main .footer-third{display: none !important;}
	#souz-main footer .footer-content{margin-bottom: 0;}
	#souz-main #main-slider .container .main-slider--element{flex-direction: column;}
	#souz-main .production .production-element{padding-right: 0;}
	#souz-main .production .slick-prev{left: calc(100% - 126px);}
	#souz-main .production .slick-next{right: 0;}
	#souz-main .container-icon{display: block;}
	#souz-main .company{ padding-top: 150px}
	#souz-main #main-slider .container .main-slider--header{position: inherit;}
	#souz-main #main-slider .container .main-slider--element{padding-top: 30px;}
	#souz-main .main-slider--left .souz-red-button {
        width: 100%;
    }
	#souz-main h2, #souz-main h1{margin-top: 80px;}
	#souz-main footer{margin-top: 150px;}
	#souz-main .mobile-main-menu{display: block;}
	#souz-main .feedback-form-content{flex-direction: column;}
	#souz-main .feedback-form .left-form{width: 100%;}
	#souz-main .feedback-form .right-form{width: 100%;}
	#souz-main .feedback-form-header{margin-top: 40px !important;}
	#souz-main .slick-slide .news-block-only-text{width: calc(50vw - 75px);}
	#souz-main .product-item-big-card .production-element{width: 100%;}
	#souz-main .production .production-element--box{display: flex; flex-direction: column; justify-content: start;}
	#souz-main .close { top: 32px; left: calc(100% - 18vw);}
	#souz-main .production .production-content{flex-direction: column;}
	#souz-main .production .production-element{width: 100%;}
	#souz-main .production .production-element:nth-of-type(2n){margin-left: 0;}
	#souz-main #main-slider img{margin-top: 40px;}
	#souz-main .company .company-right img{width: 100%; margin-bottom: 50px; top: 0; height: 100%;}
	#souz-main .map-block .map-form{max-width: 100%; width: 100%; position: relative; margin-top: 60px; height: auto;}
}



@media all and (max-width: 770px){
	#souz-main .news-block{padding-right: 0;}
	#souz-main .slick-slide .news-block-only-text{width: calc(100vw - 118px)}
}


@media all and (max-width: 700px){
	#souz-main .geography-map .geography-text {
    width: calc(100% - 100px) !important;}
	.geography-map .geography1 div.gsvg, .geography-map .geography2 div.gsvg, .geography-map .geography3 div.gsvg {
	
    width: 100px !important;
    padding-left: 0px;
    margin-bottom:10px
}

		.geography-map .geography1 div, .geography-map .geography2 div, .geography-map .geography3 div {
width:100% !important;padding-left:0px;
}

	

	.geography-map .geography1, .geography-map .geography2, .geography-map .geography3 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    flex-direction: column;
}
	#souz-main .production-element--text{padding: 0 10px;}
	#souz-main .map-block .map-form{padding: 48px;}
}


@media all and (max-width: 550px){
	
	
	#souz-main #main-slider .container > img{position: inherit;}
	#souz-main #main-slider .container .main-slider--header{color: #0B3340; font-size: 40px; line-height: 40px;}
	#souz-main #main-slider .container .main-slider--text p{font-size: 28px; line-height: 30px;}
	#souz-main #main-slider .container{flex-direction: column;}
	#souz-main .main-slider--left .souz-red-button{width: 100%;}
	#souz-main .production .production-buttons{visibility: hidden;}
	#souz-main .production .production-element{width: 100%;}
	#souz-main h2, #souz-main h1{font-size: 32px;}
	#souz-main .company .company-right .company-video--block{width: 100%; position: relative; margin-top: 0;}
	#souz-main .career .career-left h4{font-size: 20px; line-height: 20px;  padding-top: 10px;}
	#souz-main #main-slider .container .main-slider--element{padding-bottom: 20px;}
	#souz-main #main-slider .slick-dots{bottom: 60px;}
	#souz-main .slick-dots .slick-active button:before{width: 20px; height: 5px;}
	#souz-main .slick-dots li button:before{width: 20px; height: 5px;}
	#souz-main .slick-dots li{margin: 0 6px;}
	#souz-main h2, #souz-main h1{margin-top: 50px;}
	#souz-main .company{padding-top: 100px;}
	#souz-main .career .career-content{margin-top: 50px;}
	#souz-main .career .first-border-plane{top: 87px;}
	#souz-main footer{margin-top: 100px;}
	#souz-main .feedback-form form{width: 100%;}
	#souz-main .feedback-form .form-contacts{display: none;}
	#souz-main .slick-slide .news-block-only-text{width: calc(100vw - 86px);}
	#souz-main .close {left: 0; right: 15px;}
	#souz-main .header-menu .header-logo .header-logo--text p{font-size: 14px; line-height: 15px;}
	#souz-main .map-block .map-form{padding: 30px;}
	#souz-main .production .production-element {
  
    margin-top: 10px;}
    #souz-main .news h2 {
    margin-bottom: 20px;
}
body #souz-main .klients h2 {
    margin-top: 25px;
}
}

@media all and (max-width: 550px){
	#souz-main .header-menu .header-logo .header-logo--text p{font-size: 14px;}
	#souz-main .header-menu .header-logo .header-logo--text p{font-size: 18px; line-height: 19px;}
	#souz-main #main-slider .container .main-slider--header{color: #0B3340; font-size: 32px; line-height: 32px;}
	#souz-main #main-slider .container .main-slider--text p{font-size: 22px; line-height: 30px;}
	#souz-main h2, #souz-main h1{font-size: 26px;}
	#souz-main h3{font-size: 18px;}
	#souz-main .production .production-element--text{font-size: 18px line-height: 24px;}
	#souz-main .production .production-element--img{width: 80%;}
	#souz-main .company .company-right .company-video--block{flex-direction: column;}
	#souz-main .company .company-right .company-video--block h4{font-size: 20px; line-height: 20px; margin-bottom: 16px;}
	#souz-main .company .company-right .company-video--block .souz-red-button{width: 100%;}
	#souz-main .career .career-left h4{font-size: 16px; line-height: 16px;  padding-top: 0;}
	#souz-main footer .footer-fourth > div{margin-bottom: 12px;}
	#souz-main footer .footer-bottom--third .footer-email p{font-size: 14px; line-height: 14px;}
	#souz-main footer .footer-bottom--second p, #souz-main footer .footer-bottom--third p{font-size: 17px; line-height: 17px;}
	#souz-main .production .slick-slide img{width: 100%;}
	#souz-main .souz-red-button{font-size: 12px; line-height: 12px; padding: 14px 0;}
	#souz-main .company{padding-top: 30px;}
	#souz-main .company .company-content{margin-top: 20px;}
	#souz-main .career .career-content{margin-top: 0;}
	#souz-main .career .first-border-plane{top: 37px;}
	#souz-main	.production .production-element--content h3{font-size: 18px;}
	#souz-main .feedback-form-header{margin-top: 30px !important;}
	#souz-main .feedback-form > div{height: 0;}
	#souz-main .header-menu .header-logo img{height: 50px;}
	#souz-main .geography-map .geography-text{justify-content: start; font-size: 12px;}

	.geography-map{    margin-top: 30px;margin-bottom:60px;}
}

@media all and (max-width: 370px){
	#souz-main .header-menu{height: 90px;}
	#souz-main .geography-map img, #souz-main .geography-map svg {width: 40px; height: 40px; margin-right: 10px;}
	#souz-main .header-logo.slogan{font-size: 14px; line-height: 15px; display: flex; flex-direction: column; justify-content: center; margin-right: 10px;}
	#souz-main .header-menu .header-logo svg{width: 50px; height: 50px;}
	#souz-main .header-menu .header-logo .header-logo--text p{font-size: 12px; line-height: 14px;}
	#souz-main #main-slider .container .main-slider--header{color: #0B3340; font-size: 24px; line-height: 24px;}
	#souz-main #main-slider .container .main-slider--text p{font-size: 18px; line-height: 22px;}
	#souz-main h2, #souz-main h1{font-size: 20px; padding-left: 8px;}
	#souz-main h3{font-size: 14px;}
	#souz-main .production .production-element--content{padding-top: 90px;}
	#souz-main .production .production-element--text{margin-top: 20px; margin-bottom: 12px;font-size: 14px; line-height: 20px;}
	#souz-main .read-more--button{font-size: 12px; line-height: 12px;}
	#souz-main .company .company-right .company-video--block h4{font-size: 14px; line-height: 14px;}
	#souz-main .company .company-left--button{font-size: 12px; line-height: 12px;}
	#souz-main .career .career-left h4{font-size: 14px; line-height: 14px; padding-left: 8px;}
	#souz-main footer .basement p{font-size: 12px;}
	#souz-main footer .basement a{font-size: 12px;}
	#souz-main footer .footer-bottom--fourth a{margin-right: 0;}
	#souz-main footer .footer-bottom--third .footer-email p{font-size: 12px; line-height: 12px;}
	#souz-main footer .footer-bottom--second p, #souz-main footer .footer-bottom--third p{font-size: 14px; line-height: 14px;}
	#souz-main footer .footer-bottom--first p{font-size: 12px; line-height: 16px;}
	#souz-main #main-slider .container .main-slider--element{ padding-bottom: 60px;}
	#souz-main #main-slider .slick-dots{bottom: 30px;}
	#souz-main .slick-dots .slick-active button:before{width: 16px; height: 4px;}
	#souz-main .slick-dots li button:before{width: 16px; height: 4px;}
	#souz-main .slick-dots li{margin: 0 4px;}
	#souz-main h2, #souz-main h1{margin-top: 40px;}
	#souz-main .company{padding-top: 40px;}
	#souz-main footer{margin-top: 80px;}
	#souz-main	.production .production-element--content h3{font-size: 14px;}
}

















#block-for-slider{
	float: right !important;
    width: 585px;
    margin: 0 auto;
    font-size: 100%;
    vertical-align: top;
}

#viewport{
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
}


.zagslide{
	top: 27px;
    position: absolute;
    left: 70px;
    font-size: 25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
    padding: 8px;
    text-align: left;
    max-width: 390px;
}
.map-block #viewport{margin-left:-59px}
#slidewrapper{
	position: relative;
    width: calc(100% * 4);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    -o-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    transition-timing-function: cubic-bezier(.67,.01,.23,1);
    list-style: disc;
}

.slide {
    width: calc(100%/4);
    list-style: none;
    display: inline;
    float: left;
}

.slide-img {
    width: 100%;
}

#prev-btn-otr, #next-btn-otr {
    position: absolute;
    width: 50px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 25px;
    font-family: "FontAwesome";
    font-size: 36px;
    color: #fff;
}

#prev-btn-otr {
    right: 70px;
	cursor: pointer;
}

#prev-btn-otr svg{
	transform:rotate(180deg);
	top: -4px; 
	position: relative;
}

#next-btn-otr {
    right: 20px;
	cursor: pointer;
}

#next-btn-otr svg {
	top: 8px; 
	position: relative;
}

.hidden-xs{
	position: absolute !important;
	top: 0;
	left: 0;
	padding: 0 !important;
}

#souz-main .map-block{
	position: relative;
	margin-top: 0;
	margin-bottom: 400px;
}

.zakaz-right{
float: right;
    width: 50%;
    width: 585px;
    height: 566px;
    padding: 0px 30px;
    border-top: 1px solid #d4dbe3;
    border-right: 1px solid #d4dbe3;
    border-bottom: 1px solid #d4dbe3;
    border-radius: 0px;
    background-color: #e7e9eb;
    text-align: center;
}
.map-block .slide {
    width: calc(100% / 4);
    list-style: none;
    display: inline;
    float: left;
    height: 568px !important;
}
.zakaz-right h2{
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
	border-left: 0 !important;
	padding: 0;
	margin-bottom: 30px;
}

.zakaz-right .inputtext{
	background: #e7e9eb;
    color: #1b3c68;
    border-radius: 0px;
    border: 1px solid #777;
    color: #1b3c68;
    margin: 0px;
    min-width: 217px;
    padding: 5px 15px;
    width: calc(50% - 15px);
    font-size: 15px;
	float: left;
	margin-bottom: 10px;
}

.zakaz-right .inputtext:nth-of-type(2n){
	margin-left: 30px;
}

.zakaz-right .captcha_word{
	margin-left: 0 !important;
	float: right;
	clear: both;
}

.zakaz-right .captcha_image{
	float: right;
	width: calc(50% - 15px);
}
.zakaz-right .captcha_text{
	float: right;
	clear: both;
	width: calc(50% - 15px);
}

.zakaz-right textarea{
   background: #e7e9eb;
    border: 1px solid #777;
    color: #1b3c68;
    width: calc(50% - 15px);
    min-width: 217px;
    margin-left: 30px;
    margin-bottom: 10px;
    float: left;
    padding: 8px;
}

.zakaz-right textarea::placeholder{
	color: #1b3c68;
} 

.zakaz-right .inputtext::placeholder{
	color: #1b3c68;
} 

.zakaz-right .inputfile{
	position: relative;
    top: -85px;
    width: calc(50% - 15px);
}

.zakaz-right input[type="submit"]{
	display: block;
	clear: both;
	color: #333;
     background: var(--mainbg);
    -webkit-appearance: button;
    cursor: pointer;
border-radius: 3px;
    margin-left: 3px;
    padding: 12px 10px 11px 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 150px;
}

.zakaz-right input[type="submit"]:active{
    background-color: #22a1d7;
}

.company-page table td{
	padding: 10px;
}

#souz-main .header-menu .main-menu ul li:hover > .main-podmenu {
    display: flex;
	flex-wrap: wrap;
}

#souz-main .header-menu li:nth-of-type(2) ul li {

	    width: calc(50% - 2px);}

#souz-main header{
	z-index: 500;
}

#souz-main .press-page-news--element-content img {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#souz-main footer{
	padding: 30px 0;
}

#souz-main footer h4{
	margin-top: 0;
}

#souz-main footer .footer-content{
	margin-bottom: 0;
}

#souz-main footer hr{
	background: #bbbbbb;
}

#souz-main footer .footer_map{
	margin-top: 20px;
	height: 250px;
}

#souz-main .header-menu .main-menu ul li:hover > .main-podmenu{
	justify-content: start;
	max-width: 812px;
}

#souz-main .header_form{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
}

#souz-main .header_form_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#souz-main .header_form_box form{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#souz-main .header_form_box .header_form_content{
	padding: 40px;
	background-image: var(--mainbg);
	position: relative;
}

#souz-main .header_form_box .header_form_content h2{
	margin-top: 0;
	padding: 0;
	border: none;
	margin-bottom: 20px;
}

#header_form_close{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

#header_form_close svg{
	width: 16px;
	height: 16px;
	fill: #0B3340;
}

#header_open_form{
	cursor: pointer;
}

#souz-main .header_form_box form input{
    background: #e7e9eb;
    color: #1b3c68;
    border-radius: 0px;
    border: 1px solid #777;
    color: #1b3c68;
    margin: 0px;
    min-width: 217px;
    padding: 5px 15px;
    width: calc(50% - 15px);
    font-size: 15px;
    float: left;
    margin-bottom: 10px;
	background: none;
    border: 1px solid #cbcfce;
	width: 100%;
}

#souz-main .header_form_box form textarea{
    background: #e7e9eb;
    border: 1px solid #777;
    color: #1b3c68;
    width: calc(50% - 15px);
    min-width: 217px;
    margin-left: 30px;
    margin-bottom: 10px;
    float: left;
    padding: 8px;
	background: none;
    border: 1px solid #cbcfce;
	margin-left: 0;
	width: 100%;
}

#souz-main .header_form_box form .inputfile{
	padding: 0;
	border: none;
}

#souz-main .header_form_box form input[type="submit"] {
    display: block;
    clear: both;
    color: #333;
    background: var(--mainbg);
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 3px;
    padding: 12px 10px 11px 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#souz-main .news-block{
	padding-bottom: 0;
}

#souz-main .map-block{
	margin-top: 65px;
}

.zakaz-right .inputfile{
	top: -60px;
	margin-left: -30px;
}

.career-right .product-item-image-wrapper{
	padding-top: 0;
}

#souz-main footer .footer-second{
	margin-top: 0;
}

#souz-main footer .footer_map{
	margin-top: 0;
}

#souz-main footer{
	margin-top: 225px;
}

#souz-main .klients h2{
	margin-top: 135px;    margin-bottom: 55px;
}

#souz-main .klients .news-content{
	width: calc(100% + 20px);
    left: -15px;
}

#souz-main .news .news-content{
	width: calc(100% + 20px);
}

#souz-main .all-news{
	right: 0;
}

#block-for-slider{
	width: 575px;
}

.zakaz-right{
    position: relative;
    left: -10px;
}

#souz-main footer .container{
	max-width: 1160px;
	position: relative;
	left: -5px;
}

#souz-main .alliance-table td, #souz-main .alliance-table th{
    padding: 10px;
}

.service-item-images span, .services-item-images span{
	width: 314px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-item-images span i, .services-item-images span i{
	width: 75px;
	height: 75px;
	display: block;
}


#souz-main .technological .container{
	width: 100%;
}

#souz-main .company-partner img{
	width: 200px;
	height: 200px;
}

.pull-right {
    float: left !important;
}

#souz-main .section_form_block.map-block{
	margin-bottom: 700px;
}

.section_form_block .zakaz-right .inputfile{
	margin-left: 0;
}

.section_form_block #viewport{
	margin-left: 0;
}

#souz-main .section_form_block h2{
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #0B3340;
    margin-top: 75px;
    border-left: 10px solid #dadfe3;
    padding-left: 16px;
    height: 40px;
    text-transform: uppercase;
	width: 100%;
}

.zakaz-right input[type="submit"]{
	border: 2px solid black;
}

.footer-first a img{
	height: 75px;
}

#scroll-top{
	background: #2C343E;
	position: fixed;
	bottom: 20px;
	right:20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	display: none;
}

.scroll-top__arrow{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
}

.scroll-top__arrow:before{
    content: '';
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: relative;
}

.alliance-table{
   border-collapse: collapse;
   border: 1px solid #e7e7e7;
	font-size: 18px;
}

.alliance-table tr, .alliance-table td{
   border: 1px solid #e7e7e7;
}

.table-small-text, .table-small-text td, .table-small-text tr, .table-small-text span{
	width: 100%;
	font-size: 14px !Important;
	line-height: 17px!important;
}

#souz-main .alliance-table-small td, #souz-main .alliance-table-small th{
	padding: 3px;
	font-size: 16px;
}


@media all and (max-width: 1300px){
	#map-block .container, #map-block .zakaz-right {
    max-width: 100%;left:auto;
    width: 100%;}
    #map-block .zakaz-right {box-sizing: border-box;}
    #map-block .container{padding:20px;box-sizing: border-box;}
	.map-block .hidden-xs{display:none}}
	
	
#souz-main .slick-track{display: flex;}	
#souz-main .news .slick-track{  height: 100%;}	
.news-bord{display: flex;
    height: 100%;
    border: 1px solid #dadada;
    flex-direction: column;
    justify-content: space-evenly;}
  .news  .news-bord{justify-content: flex-start;}

	#souz-main  .slick-slide {
    flex: 0 0 auto;}

@media all and (max-width: 780px){
	#souz-main .section_form_block.map-block{margin-bottom: 60px;}
}
@media all and (max-width: 770px){
	#souz-main #main-slider {
    padding: 20px;}
    #souz-main #main-slider img {
        max-widt:100%;
    }
	#souz-main footer {
    margin-top: 100px;
}
	.zakaz-right .inputfile {
    top:auto;
}
	#map-block  .zakaz-right input[type="submit"] {margin-top:50px;}
	#map-block  .zakaz-right{height:auto;padding-bottom:30px;}
	#map-block .zakaz-right h2{font-size: 20px;margin-top: 40px;margin-bottom: 10px;}
	
	#map-block  .zakaz-right .inputtext,#map-block  .zakaz-right textarea {width:100%;margin-left:0}
	#souz-main .news .news-content {    width: calc(100%);}
}

#souz-main .company-page-right p, #souz-main .company-page-right ul{
	font-size: 18px !Important;
}

body #souz-main footer {
    background: #f2f2f2;
}