body{
  margin-top: 0;
  transition: 0.5s ease;
}
body.fixed{
  width: calc(100% - 9px);
  overflow-y: hidden;
  background-color: #F6F6F7;
}
body.fixed .header{
  width: calc(100% - 9px);

}
body::-webkit-scrollbar{
  width: 9px;
  height: 8px;
  background-color: #e7e7e7;
}
body::-webkit-scrollbar-thumb{
  background-color: #E41910;
}

body::-webkit-scrollbar-thumb:hover{
  background-color: #E41910;
}
.container-fullwidth{
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-height: 600px;
  overflow-y: hidden;
}
.container-fullwidth .intro-img{
  width: 100%;
  height: 500px;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.container-fullwidth .intro-video{
  width: 100%;
  /*height: 850px;*/
  height: 100%;
  margin-top: 100px;
}

@media screen and (max-width: 1919px) {
  .container-fullwidth .intro-video{
    /*margin-top: 50px;*/
  }
}

.container-fullwidth .container-w1520{
  position: absolute;
  display: flex;
  top: 100px;
  max-width: none;
  width: 100%;
  height: calc(100% - 100px);
  background: rgba(26,34,44,0.7);
  opacity: 0;
  transition: 1s ease;
  transition-property: opacity,height,width;
}
.container-fullwidth.active.container-w1520{
  width: 100%;
  max-width: 100%;
  padding: 0;
  transition: 1s ease;
  overflow-y: hidden;
  max-height: 800px;
}
.container-fullwidth.active .intro-img{
  width: 100%;
  height: 800px;
  background-size: 130%;
  transition: 1s ease;
}

@media (max-width: 1919px){
  .container-fullwidth.active .intro-img{
    background-size: 140%;
  }
}

@media (max-width: 1365px){
  .container-fullwidth.active .intro-img{
    background-size: 150%;
  }
}
.about-company .container-fullwidth.active.container-w1520{
  /*margin-bottom: 40px;*/
}
.about-company .container-fullwidth.active .intro-img{
  width: 100%;
  height: 650px;
  /*background-size: 100%;*/
  background-size: cover;
  background-position-y: bottom;
  transition: 1s ease;
}
.container-fullwidth.active .intro-video{
  width: 100%;
  /*height: 1080px;*/
  height: 100%;
  background-size: 130%;
  transition: 1s ease;
  transition-duration: 0.5s;

}

@media (max-width: 1919px){
  .container-fullwidth.active .intro-img{
    background-size: 140%;
  }
}

@media (max-width: 1365px){
  .container-fullwidth.active .intro-img{
    background-size: 150%;
  }
}
.container-fullwidth .container-w1520.active{
  opacity: 1;

}
.container-fullwidth.active .intro-animation__block{
  max-width: 1520px;
  width: 100%;
  display: flex;
  width: 100%;
  margin: auto;

}
.container-fullwidth.active .intro-animation__left-text svg{
  margin-bottom: 5px;
}
.container-fullwidth.active .intro-animation__left-text p{
  font-family: CoFo Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  max-width: 185px;
}
.container-fullwidth.active .intro-animation__right-text,
.business-units-anim .container-fullwidth.active .intro-animation__right-text.fix-width{
  max-width: 982px;
  font-family: CoFo Sans;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin: auto;
}
body{
  overflow-x: hidden;
}
.development-slider__wrap,.projects-slider__wrap{
  display: none;
}
.development-scroller{
  /*margin-left: 34.5%;*/
  margin-left: 28.5%;
}
.development-scroller-block{
}
.development-scroller-gallery{
  display: flex;
  width: 500px;
}
.development-scroller__item{
  width: 750px;
  margin-right: 30px;
}
.development-scroller-gallery img{
  width: 720px;
  height: 28.7vw;
  max-width: none;
}
.projects-scroller{
  margin-left: 34.5%;
}
.projects-scroller-block{
  max-width: 100%;
}
.projects-scroller-gallery{
  display: flex;
  width: 500px;
  margin-bottom: 120px;
}

.projects-scroller__item{
  margin-right: 30px;
}
.projects-scroller-gallery img{
  width: 480px;
  height: 550px;
  max-width: none;
}
@media (max-width: 1919px){
  .container-fullwidth .container-w1520{
    /*top: 5.2vw;*/
    /*height: calc(100% - 5.2vw);*/
  }

  .intro .container-fullwidth.active.container-w1520 {
    max-height: 100vh;
    margin-top: -50px;
  }

  .container-fullwidth.active .intro-animation__right-text,
  .business-units-anim .container-fullwidth.active .intro-animation__right-text.fix-width
  {
    /*font-size: 45px;*/

    font-size: calc(24px + (55 - 26) * ((100vw - 768px) / (1920 - 768)));
  }
  .container-fullwidth.active .intro-img{
    height: calc(500px + 10.4vw);
  }

  .container-fullwidth.active .intro-animation__left-text p {
    font-size: calc(21px + (34 - 21) * ((100vw - 768px) / (1920 - 768)));
  }
}

@media (max-width: 1919px){
  .container-fullwidth.active .intro-animation__left-text p {
    font-size: calc(19px + (26 - 19) * ((100vw - 768px) / (1920 - 768)));
    line-height: 130%;
  }
}

@media screen and (max-width: 1199px){
  .intro-animation__block{
    flex-wrap: wrap;
  }
  .intro-animation__left-text{
    width: 100%;
  }

  .container-fullwidth .intro-img{
    background-position-x: 90%;
    margin-top: 40px;
  }
  .intro-animation__left-text{
    margin-bottom: 70px;
  }
  .container-fullwidth.active .intro-img{
    height: 100vh;
    background-size: auto 100%;
  }

  .container-fullwidth.active .intro-animation__left-text p,.container-fullwidth.active .intro-animation__left-text svg{
    max-width: 200px;
  }
  .container-fullwidth.active .intro-animation__right-text,
  .business-units-anim .container-fullwidth.active .intro-animation__right-text.fix-width {
    font-size: 42px;
    line-height: 46px;
  }
  /*.container-fullwidth.container-w1520{
    display: none;
  };*/
  .intro-img.desc{
    display: block;
  }
  .development-slider__wrap,.projects-slider__wrap{
    display: block;
  }
  .development-scroller,.projects-scroller{
    display: none;
  }
  .development__inner{
    display: flex;
    flex-direction: column;
  }
  .about-company .container-fullwidth.active .intro-img{
    background-size: auto;
  }
}

.projects-scroller-gallery img {
  -o-object-fit: cover;
  object-fit: cover;
}
.development-scroller-gallery img {
  -o-object-fit: cover;
  object-fit: cover;
}


@media screen and (min-width: 1921px) {
  .development-main-page .development-scroller-gallery img {
    -o-object-position: 40% 50%;
    object-position: 40% 50%;
  }
}
.production .production__item .production__item-bg video {
  /*height: 100%;*/
  /*object-fit: cover;*/
}
.development__inner img {
  width: 254px;
  margin-right: 25px;
}
@media screen and (max-width: 767px){
  .header .header__login-wrap{
    display: none;
  }
  .container-fullwidth .container-w1520 {
    top: 10vw;
    height: calc(100% - 10vw);
  }
  .container-fullwidth.active .intro-animation__left-text p{
    font-size: 18px;
  }
  .container-fullwidth.active .intro-animation__left-text p, .container-fullwidth.active .intro-animation__left-text svg{
    width: 150px;
  }
  .container-fullwidth.active .intro-animation__right-text,
  .business-units-anim .container-fullwidth.active .intro-animation__right-text.fix-width{
    font-size: 26px;
    line-height: 28px;
  }
  .intro-img.desc{
    background-position-y: top;
    height: 100px;
  }
  .about-company .container-fullwidth .intro-img{
    background-position-y: 98%;
    background-position-x: 76%;
    background-size: 160%;
    height: 200px;
  }
  .about-company .container-fullwidth.active .intro-img{
    background-position-x: 50%;
  }
}