@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
      url('../fonts/SFProDisplay-LightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
      url('../fonts/SFProDisplay-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'),
      url('../fonts/SFProDisplay-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-ThinItalic.woff2') format('woff2'),
      url('../fonts/SFProDisplay-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
      url('../fonts/SFProDisplay-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'),
      url('../fonts/SFProDisplay-UltralightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* 
{
  box-sizing: border-box;
}
.overlay-fix {
  
overflow: auto;
}

html, body {
  margin: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-family: 'SF Pro Display';
}

.panel {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  color: #333333;
}



a {
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 6px 10px 10px 10px;
  border-bottom-right-radius: 26px;
  z-index: 100;
  background-color: rgba(0,0,0,0.5);
  will-change: transform;
}

.header-section {
  padding: 0 15px;
  text-align: center;
  margin: 40vh auto 50vh;
}


.full-screen {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}



#panels #panels-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
}
#panels #panels-container .panel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: left;
}
.panel .full-video {
  
width: 100%;
  
height: 100%;
  
position: absolute;
  
left: 0;
  
right: 0;
  
top: 0;
  
bottom: 0;
}
.panel .full-video.right70 {
  
width: 70%;
  
right: 0;
  
left: inherit;
}
.panel .full-video.right50 {
  
width: 50%;
  
right: 0;
  
left: inherit;
}
.panel .full-video.top50 video {height: 50%;bottom: 0;transform: none;right: 0;left: 50px;}

.panel .full-video.down50 {
  
height: 50%;
  
bottom: 0;
  
top: inherit;
}
.panel .full-video video {
   position: absolute;
   z-index: 0;
   object-fit: cover;
   width: 100%;
   height: 100%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}


.social-links {
  position: fixed;
  bottom: 320px;
  left: 48px;
}
.social-links a:hover {
  opacity:0.7
}
.social-links img {
  
width: 25px;
  
display: block;
  
margin-bottom: 7px;
}
 .vertical_text_div {position: fixed;bottom: 178px;left: -70px;transform: rotate(-90deg);left: -62px;z-index: 99;}

 .vertical_text_div a{
    font-size: 18px;
    text-decoration: none;
    color: #333;
    margin-left: 24px;
    font-weight: 700;
    opacity: 0.3;
   -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vertical_text_div a:hover {
  opacity:1
}
.panels-navigation {
  position: fixed;
  left: 0;
  bottom: 71px;
  z-index: 99;
  padding-left: 140px;
}
.panels-navigation .navbtn {
  display: inline-block;
  margin-right: 30px;
}
.panels-navigation .navbtn img {
  width: 34px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.panels-navigation .navbtn#next img {
  left:0
}
.panels-navigation .navbtn#next img:hover {
  opacity:0.7;
  left: 5px;
}

.panels-navigation .navbtn#prev img {
  right:0
}
.panels-navigation .navbtn#prev img:hover {
  opacity:0.7;
  right: 5px;
}



.panels-navigation .navbtn:last-child {
margin-right: 0;
}

.top-bar {
    position: fixed;
    top: 0;
    z-index: 9999;
    padding: 20px;
    right: 0;
    left: 0;
    display: block;
}
.top-bar .contact-info {
    position: absolute;
    right: 61px;
    top: 24px;
}
.top-bar .contact-info .puls1 {
    padding: 5px;
    animation: pulse 1s infinite;
    border-radius: 50%;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
 
    
}
.top-bar .contact-info .puls2 {
    padding: 0px;
    animation: pulse2 1s infinite;
    border-radius: 50%;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}



@keyframes pulse{
      from{
 box-shadow: 0 0 0 0 rgb(174 193 137 / 10%);
      }

      to{
box-shadow: 0 0 0 8px rgb(174 193 137 / 40%);
      }
  }

@keyframes pulse2{
      from{
 box-shadow: 0 0 0 0 rgb(174 193 137 / 10%);
      }

      to{
box-shadow: 0 0 0 5px rgb(174 193 137 / 81%);
      }
  }




.top-bar .contact-info:hover .img-wrap {
  width: 150px;
  padding:2px;
}

.top-bar .contact-info:hover .puls1, .top-bar .contact-info:hover .puls2 {
 animation:none
}

.top-bar .contact-info .img-wrap {
    padding: 0;
    width: 35px;
    height: 35px;
    overflow: hidden;
    position: relative;
    background-color: rgb(174 193 137 / 81%);
    border-radius: 20px;
    display: block;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-bar .contact-info .img-wrap .text {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  top: 8px;
  left: 44px;
  color: #333333;
}
.top-bar .contact-info .img-wrap img {
    width: 35px;
    height: 35px;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-bar .logo-wrap a {
    display: inline-block;
}
.top-bar .logo-wrap img {
    width: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-bar .logo-wrap img:hover {
    opacity:0.7
}


.icon-scroll,
.icon-scroll:before {position: relative;}
.icon-scroll {
  width: 24px;
  height: 42px;
  margin-left: -17px;
  box-shadow: inset 0 0 0 1px #333333;
  border-radius: 25px;
  bottom: 15px;
}
.icon-scroll:before {
  content: '';
  width: 2px;
  height: 6px;
  background: #333333;
  margin-left: -1px;
  top: 3px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  position: absolute;
  right: 11px;
}
@-webkit-keyframes scroll {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(16px);
    }
  }
  @keyframes scroll {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(16px);
    }
  }

  .proces-line {
    position: fixed;
    width: 100%;
    bottom: 21px;
    right: 0;
    left: 140px;
    z-index: 99;
}
  .proces-line .aps-link-copy {
    position: absolute;
    left: 0;
    bottom: -15px;
    background: url(../img/adam-signet.svg) no-repeat center center;
    padding: 5px 0px 5px 0px;
    background-size: 22px;
    font-size: 10px;
}
 .proces-line .aps-link-copy a {
    color:#333
 }
.proces-line .aps-link-copy a:hover {
    color:#aec18b
 }
  .proces-line .line-wrap {
    display: flex;
}
  .proces-line .line-wrap .line {
    width: calc(100% - 350px);
    height: 1px;
    background-color: #cccccc;
    margin-top: 9px;
    position: relative;
}
.proces-line .line-wrap .line .active-line img {
  
width: 13px;
  
position: absolute;
  
right: -5px;
  
margin-left: -6px;
  
top: -6px;
}
.proces-line .line-wrap .line .active-line {
    position:absolute;
    background-color: #333;
    width: 0;
    z-index: 9;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
  .proces-line .line-wrap .scroll-text {
    position: relative;
    display: flex;
    text-align: right;
    padding-left: 20px;
}
  .proces-line .line-wrap .scroll-text .text {
    padding-right: 35px;
    font-size: 14px;
    font-weight: 700;
}

.proces-line .line-wrap .scroll-text .scroll-arrow img {
    width: 17px;
    position: absolute;
    right: 3px;
    top: -24px;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.proces-line .line-wrap .scroll-text .scroll-arrow.arrow1 img {
  top: -22px;
   animation: arrow1 1s infinite;
}
.proces-line .line-wrap .scroll-text .scroll-arrow.arrow2 img {
    top: -27px;
    animation: arrow2 0.8s infinite;
}




@keyframes arrow1{
      from{
       opacity:1
      }

      to{
      opacity:0.4
  }
}
  
  @keyframes arrow2{
      from{
       opacity:1
      }

      to{
      opacity:0.4
  }
}
  



.container {
    padding: 20px 70px 103px 140px;
    position: relative;
    z-index: 9;
    /* overflow: auto; */
    height: 100%;
    box-sizing: border-box;
}


.container .imprint-text {
    font-size: 22px;
}
.container .imprint-text p {
   margin-bottom: 34px;
}
.container .imprint-text a {
    color: #333;
}
.container .imprint-text a:hover {
    color: #aec189;
}
.container .contact-items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px;
    padding-left: 50px;
}
.container .contact-items .item-c {
    width: 33.33333%;
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0 15px;
}
.container .contact-items .item-c .title-c{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 19px;
}
.container .contact-items .item-c .c-info {
    font-size: 24px;
}
.container .contact-items .item-c .c-info a {
    color: #1A1A1A;
    display: block;
}
.container .contact-items .item-c .c-info a:hover {
    color: #aec189;
}

.container .list-item {
    display: flex;
    flex-wrap: wrap;
}
.container .list-item .item {
    width: 50%;
    flex: 0 0 auto;
    font-size: 31px;
    font-weight: 700;
}

.container .logos-text-items {
    display: flex;
    flex-wrap: wrap;
}
.container .logos-text-items .item-l {
    flex: 0 0 auto;
    width: 25%;
    text-align: center;
}
.container .logos-text-items .item-l .title-l {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.container .logos-text-items .item-l .logo-item {
    padding: 5px 5px 19px 5px;
}
.container .logos-text-items .item-l .logo-item img {
    max-width: 120px;
}

.container .line-top {
    text-align: center;
}
.container .line-top img {
    max-width: 88%;
    display: none;
}
.container .bottom-list-logos {
    display: flex;
    flex-wrap: wrap;
}
.container .bottom-list-logos .item-l {
    flex: 0 0 auto;
    width: 14.285714%;
    text-align: center;
    position: relative;
    padding-top: 77px;
}
.container .bottom-list-logos .item-l:first-child:before {
    content:'';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #96BC67;
    left: 50%;
    top: 0;
    width: 800%;
}
.container .bottom-list-logos .item-l:last-child:before {
    content:'';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    left: 50%;
    top: 0;
    width: 800%;
}

.container .bottom-list-logos .item-l:after {
  content:'';
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background-color: #96BC67;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.container .big-list-item {
  position:relative;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 15px;
}
.container .big-list-item img {
    max-width: 260px;
}

.container .big-list-item:after {
   content:'';
   position: absolute;
   bottom: 0;
   width: 1px;
   height: 30px;
   background-color: #96BC67;
   left: 0;
   right: 0;
   margin: 0 auto;
}

.container .bottom-list-logos .item-l img {
    max-width: 100%;
    padding: 0 10px;
}

.container.bg-in1 {
    background-repeat: no-repeat;
    background-position: right bottom;
}

.container .distri-aps-img img {
    position: absolute;
    top: 0;
    right: 0;
}

.container .aps-right-image50 img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    max-width: 100%;
}
.container .icon-bg img {
  
position: absolute;
  
width: 85%;
  
right: 0;
  
left: -40px;
  
bottom: 0;
  
top: 0;
  
max-width: 658px;
}
.container .height-fix {
    height: 100%;
}

.container .height-fix .height50 {
    height: 50%;
    position: relative;
}
.container .height-fix .height40 {
   height: 40%;
}
.container .height-fix .height60 {
   height: 60%;
}
.container .full-image {
  
text-align: center;
}
.container .full-image .text-b {
  font-size:26px;
  font-weight:700;
  margin-top: 35px;
}
.container .full-image img {
  max-width: 100%;
}
.container  img.mouse {
  max-width:100%;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: translateX(0px) translateY(0px);
  position: relative;
  animation: float 4s ease-in-out infinite;
}

.container .distri-aps-img img {
    position: absolute;
    right: 0;
    top: 17%;
}
@keyframes float {
	0% {
		
		transform: translatey(0px);
	}
	50% {
		
		transform: translatey(-20px);
	}
	100% {
		
		transform: translatey(0px);
	}
}








#panel-6 .container .full-image img.mouse {
  top:0
}
.vertical-center {
  
display: flex;
  
align-items: center;
  
justify-content: center;
}
.container .vertical-center-v2 {
  
  display: flex;
    
  align-items: center;
    

  }

.container .vertical-center-v2  .big-title {
  
padding-bottom: 180px;
}


.container .content-below {}
.container .content-below .icon-text-wrap {
    display: flex;
    flex-wrap: wrap;
}
.container .content-below .icon-text-wrap .item-wrap {
    text-align: center;
    flex: 0 0 auto;
    width: 16.66666%;
}
.container .content-below .icon-text-wrap .item-wrap .image {
    padding-bottom: 20px;
}
.container .content-below .icon-text-wrap .item-wrap .image img {
    max-width: 234px;
}
.container .content-below .icon-text-wrap .item-wrap .title-m {
    font-size: 36px;
    font-weight: 700;
    padding: 0 15px;
}
.container .content-below .icon-text-wrap .item-wrap .subtitle-m {
    font-size: 16px;
    font-weight: 700;
}

.container .number-list {
    height: 100%;
}
.container .number-list .list-item {
    height: 12.5%;
    display: block;
}
.container .number-list .list-item a {
    color: #000000;
}
.container .number-list .list-item .line1 {
    font-size: 35px;
    font-weight: 700;
}
.container .number-list .list-item .line2 {
    font-size: 25px;
    color: #000000;
}

.container.top-sec {
  
padding-top: 80px;
}
.container.flex-center{
  display: flex;
  align-items: center;
  
}
.container .big-title {
    padding: 20px 90px 60px 0px;
    position: relative;
}

.container .more-text {
    font-size: 28px;
    margin-top: 50px;
    max-width: 770px;
}
.container .more-text.contact-text h4 {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}
.container .more-text.contact-text h2 {
    font-size: 52px;
}
.container .more-text.contact-text p {
    font-size: 20px;
}
.container .more-text.contact-text a {
    color: #333333;
}

.container .more-text.contact-text a:hover {
  color: #aec189;
}



.container .more-text.padd-top-sm {
    margin-top: 0;
}
.container .more-text.right-pos {
  
padding-top: 5px;
}
.container .big-title.lineleft {
  
display: flex;
  
flex-wrap: wrap;
  
padding-top: 56px;
}
.container .big-title.lineleft .more-text {
    padding-left: 50px;
}
.container .big-title.lineleft .list-item {
  padding-left: 50px;
}

.container .big-title .line {
    width: 155px;
    height: 13px;
    background-color: #AEC189;
    margin-bottom: 25px;
    position: relative;
}
.container .big-title .line.color-v {
  
width: 600px;
  
height: auto;
  
background-color: transparent;
}
.container .big-title .line.color-v img {
  
}

.container .big-title .line.vertical {
  
width: 13px;
  
height: 90px;
  
margin-right: 35px;
  
margin-top: 23px;
}
.container .big-title .title.big-space-b {padding-bottom: 180px;}
.container .big-title .title h2 {
    font-size: 122px;
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
}
.container .big-title .title.sm-version h2 {
  font-size: 99px;
}
.container .big-title .title h3 {
  font-size:40px;
  margin-top: 10px;
}
.container .big-title .big-line-right {
    width: 100%;
    flex: 0 0 auto;
    text-align: right;
    margin-top: -50px;
    max-width: 100%;
}
.container .big-title .big-line-right img {
    width: 571px;
}

.container .text-right {
    padding-top: 14%;
    padding-left: 10px;
}
.container .text-right .text-wrap {}
.container .text-right .text-wrap p {
    font-size: 28px;
    letter-spacing: 0.84px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    /* overflow: auto; */
    position: relative;
    z-index: 9;
}
.flex-wrap .flex-2 {flex: 0 0 auto;width: 20%;}
.flex-wrap .flex-3 {flex: 0 0 auto;width: 30%;}
.flex-wrap .flex-4 {flex: 0 0 auto;width: 40%;}
.flex-wrap .flex-5 {flex: 0 0 auto;width: 50%;position: relative;}
.flex-wrap .flex-6 {flex: 0 0 auto;width: 60%;}
.flex-wrap .flex-7 {flex: 0 0 auto;width: 70%;}
.flex-wrap .flex-8 {flex: 0 0 auto;width: 80%;}
.flex-wrap .flex-9 {flex: 0 0 auto;width: 90%;}


@media(max-width: 1750px) {
  .container .big-title .title h2 {
    font-size: 75px;
  }
  .container .big-title .title.sm-version h2 {
     font-size: 65px;
  }
  .container .big-title .line.vertical {
    margin-top: 15px;
  }
  .container .number-list .list-item .line1 {
    
font-size: 35px;
  }
  .container .number-list .list-item .line2 {
    font-size: 20px;
  }
  .container .content-below .icon-text-wrap .item-wrap .image img {
    
max-width: 150px;
  }
  .container .content-below .icon-text-wrap .item-wrap .title-m {
    font-size: 23px;
  }
  .container .more-text {
    
font-size: 22px;
  }
  .container .icon-bg img {
    max-width: 490px;
  }
  .container .big-title .title.big-space-b {
    
padding-bottom: 50px;
  }
  .container.bg-in1 {
   background-size: 62%;
}
  .container .list-item .item {
    font-size: 20px;
    padding: 5px 5px 5px 0px;
  }
  .container .big-title.lineleft {
    padding-top: 50px;
  }
  .container.top-sec {
    padding-top: 50px;
}
  .container .full-image img {
    max-width: 75%;
}
  .container .big-list-item img {
    max-width: 220px;
  }
  .container .big-title .line {
    width: 128px;
    height: 11px;
    margin-bottom: 10px;
}
  .container .big-title .line.color-v {
    width: 400px;
  }
  .container .logos-text-items .item-l .title-l {
    font-size: 29px;
  }
  .container .logos-text-items .item-l:first-child .logos {
    display: flex;
    flex-wrap: wrap;
}
  .container .logos-text-items .item-l:first-child .logos .logo-item  {
    width: 50%;
    flex: 0 0 auto;
  }
  .container .contact-items {
    
padding-top: 25px;
  }
  .container .contact-items .item-c .title-c {
    font-size: 25px;
  }
  .container .contact-items .item-c .c-info {
    font-size: 20px;
  }
  .container .more-text.contact-text h4 {
    font-size: 25px;
  }
  .container .more-text.contact-text h2 {font-size: 35px;}
  .container .more-text.contact-text p {
      font-size: 16px;
  }
  
  .container .imprint-text {
    font-size: 16px;
  }
  .container .distri-aps-img img {
    
max-width: 800px;
  }

}




@media(max-height: 700px) {
    .container {
    height: 700px;
    padding-right: 0;
    }
  .flex-wrap {
    /* height: auto; */
  }
  .container .full-image img.mouse {
    /* transform: none !important; */
    top: 0;
  }
  #panels #panels-container .panel {
    overflow-y: auto;
  }
}

@media(max-height: 560px) {
 
}

@media(max-width: 1350px) {
  .container .distri-aps-img img {
    
max-width: 700px;
  }
  .container .full-image img.mouse {
    /* transform: none !important; */
    top: 0;
  }
  .container .big-title .title h2 {
    font-size: 55px;
  }
  .container .big-title .title.sm-version h2 {
     font-size: 45px;
  }
  .container {
    
padding-left: 64px;
  }
  .vertical_text_div {
    left: -138px;
}
  .social-links {
    left: 15px;
  }
  .proces-line {
    left: 70px;
  }
  .panels-navigation {
    padding-left: 70px;
  }
  .proces-line .line-wrap .line {
    width: calc(100% - 285px);
}
   .container .big-title .line.vertical {
    margin-top: 10px;
  }
  .container .big-title .line.color-v {
    width: 300px;
}
  
}



@media(max-width:1150px) {
  .site-content {
    padding-top:65px;
  }
  .container .distri-aps-img img {
    position:static
  }
    #panels #panels-container {
      display: block;
      width: 100% !important;
      overflow: hidden;
      height: auto;
    }
  #panels #panels-container .panel {
    height: 600px;
  }
  .container .big-title .title h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .container .big-title .line.color-v {
    width: 280px;
}
  .container .big-title .title.sm-version h2 {
    font-size: 35px;
}
  .vertical_text_div a {
    
  }
  .vertical_text_div {
  display: none;
  }
  .container {
    padding: 30px 20px !important;
  }
  .panels-navigation {
    
display: none;
  }
  .container .text-right {
    padding-top: 0;
}
  .top-bar {
    background-color: #ffffffe3;
    padding: 12px;
  }
  .top-bar .contact-info {
    right: 17px;
    top: 9px;
  }
  #panels #panels-container .panel {
    height: auto;
    min-height: 260px;
  }
  .container {
    height: auto;
    padding-right: 0;
    }
  #panels #panels-container .panel {
    
overflow: inherit;
  }
  .flex-wrap .flex-2, .flex-wrap .flex-2, .flex-wrap .flex-3, .flex-wrap .flex-4, .flex-wrap .flex-5, .flex-wrap .flex-6, .flex-wrap .flex-7, .flex-wrap .flex-8{
    width: 100%;
  }
  .social-links {
    bottom: 24px;
    z-index: 99;
  }
  .container .number-list .list-item {
    height: auto;
    margin-bottom: 20px;
  }
  .container .text-right .text-wrap p {
    font-size: 22px;
  }
  #panel-3 .container .text-right .text-wrap p {
    /* color: #ffffff; */
  }
  .container .big-title .big-line-right img {
    display: none;
  }
  .container .content-below .icon-text-wrap .item-wrap {
    
width: 50%;
    
margin-bottom: 30px;
  }
  .panel .full-video.right50 {
    position: static;
    width: 100%;
}
  .panel .full-video video {
    position: static;
    transform: none;
  }
  .container .bottom-list-logos .item-l {
    width: 50%;
  }
  .container .big-list-item {
    text-align: center;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .container .full-image img {
    max-width: 100%;
}
  .container .height-fix .height50 {
    height: auto;
  }
  .container .big-title {
    padding: 20px 0 25px 0px;
    z-index: 9;
  }
  .container .vertical-center-v2 .big-title {
    padding-bottom: 25px;
}
  .container .bottom-list-logos .item-l:nth-child(2):before {
     content:'';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    left: 50%;
    top: 0;
    width: 800%;
  }
  .container .aps-right-image50 img {
    position: static;
    height: auto;
  }
  .container .logos-text-items .item-l {
    width: 50%;
    margin-bottom: 50px;
  }
  .container .contact-items .item-c {
    width: 50%;
    padding: 0;
  }
  .container .big-title .title h3 {
    
font-size: 26px;
  }
  .container .more-text {
    margin-top: 0;
  }
  .container .big-title.lineleft .more-text {
    padding-left: 0;
  }
  .container .big-title .big-line-right {
    
margin-top: 0;
  }
   .container .number-list .list-item .line1 {
    
font-size: 25px;
  }
  .container .number-list .list-item .line2 {
    font-size: 18px;
  }
  .container .number-list {
    padding-left: 0;
  }
  .container .big-title.lineleft {
    
display: block;
  }
  .container .big-title .line.vertical {
   width: 128px;
    height: 11px;
    margin-bottom: 10px;
}
  .container .big-title.lineleft .list-item {
    padding-left: 0;
  }
  .container .contact-items {
    padding-left: 0;
  }
  .panel .full-video {
    position: static;
  }
  .panel .full-video.right70 {
    width: 100%;
  }
  .panel .full-video.right70 {
    
  }
}

@media(max-width:650px) {

.container .list-item .item {
    width: 100%;
}
   .container .logos-text-items .item-l {
    width: 100%;
    
  }
  .container .contact-items .item-c {
    width: 100%;
  }

}