body {
    background-color: white;
    color: black;  
    margin: 0 auto;
    scroll-behavior: smooth;
    font-family: 'Grenze', serif;
}

.nav-scroller {
    overflow-y: hidden;
    background-color: none;
    position: absolute;
  }
  .nav-scroller__items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  
  }
  .nav-scroller__item {
    color: #000000;
    display: flex;
    text-decoration: none;
    font-size: 2vw;
    margin-right: 2vw;
    margin-top: 1vw;
  }
  
  
  
  .nav-scroller__item_active {
    color:#C93131;
  }
  .nav-scroller__item:not(.nav-scroller__item_active):hover {
    color:#C93131;
  }
  .nav-scroller__item_active:hover {
    color:#C93131;
  }
  .nav-scroller__items::-webkit-scrollbar {
    display: none;
  }

header { 
    width: 90%;
    height: 5.5vw;
    margin: 0 auto;
}

.logo {
    position: absolute;
    width: 10%;
    height: 5.5vw;
    background-image: url("../img/logo.svg");
    background-size:cover;
    background-repeat: none;
}

.up_menu {
    position: absolute;
    width: 40%;
    height: 5.5vw;
    margin-left: 50%;
}

.first {
    margin: 0 auto;
    width: 90%;
    margin-top: 2vw;
    height: 19.5vw;
}

.anp_pic { 
    position: absolute;
    width: 20%;
    height: 19.5vw;
    background-image: url("../img/logoanim.gif");
    background-repeat: no-repeat;
    background-size: cover;
}

.anp_title {
    position: absolute;
    width: 20%;
    height: 19.5vw;
    margin-left: 25%;
}

.alter {
    margin: 0 auto;
    font-size: 4vw;
    line-height: 100%;
    color:#C93131;

}
.netw {
    margin: 0 auto;
    font-size: 4vw;
    line-height: 100%;
    color:#F8B90F;

}
.plat {
    margin: 0 auto;
    font-size: 4vw;
    line-height: 100%;
    color:#00726B;

}
.glb {
    margin: 0 auto;
    font-size: 6vw;
    line-height: 100%;
}

.anp_text {
    position: absolute;
    width: 40%;
    height: 19.5vw;
    margin-left: 50%;
}
.text_anp_1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1vw;
}

.gallery {
    margin: 0 auto;
    width: 90%;
    margin-top: 2vw;
    height: 20vw;
}

.video_all {
    position: absolute;
    width: 90%;
    height: 20vw;
}

.video_1 {
    position: absolute;
    width: 42.4%;
    height: 20vw;
    background-color: black;
    margin-left: 6%;
}

.video_2 {
    position: absolute;
    width: 42.2%;
    height: 20vw;
    background-color: rgb(0, 0, 0);
    margin-left: 51%;
}
.vi_1 {
    position: absolute;
    width: 100%;
    height: 20vw;
}

.vi_2 {
    position: absolute;
    width: 100%;
    height: 20vw;
}

.second {
    margin: 0 auto;
    width: 80%;
    margin-top: 2vw;
    height: 51vw;
    font-family: 'Roboto Slab', serif;
    font-size: 0.7vw;
    margin-left: 10%;
}

.psn {
    margin: 0 auto;
    width: 90%;
    margin-top: 2vw;
    height: 17vw;

}

.psn_e {   
    position: absolute;
    width: 10%;
    height: 9vw;
    margin-left: 10%;
    background-image: url("../img/entericon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.psn_f {
    position: absolute;
    width: 10%;
    height: 9vw;
    margin-left: 40%;
    background-image: url("../img/familyicon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.psn_w {
    position: absolute;
    width: 10%;
    height: 9vw;
    margin-left: 70%;
    background-image: url("../img/workicon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.psn_e_title {
    font-size: 2vw;
    text-align: center;
    margin-top: 9vw;
    color:#C93131;
    text-align: center;
}

.psn_f_title {
    font-size: 2vw;
    text-align: center;
    margin-top: 9vw;
    color:#F8B90F;
    text-align: center;
}

.psn_w_title {
    font-size: 2vw;
    text-align: center;
    margin-top: 9vw;
    color:#00726B;
    text-align: center;
}

.psn_e_text {
    font-family: 'Roboto Slab', serif;
    font-size: 1vw;
    width: 14vw;
    margin-left: -1.75vw;
    margin-top:0.25vw;
}

.psn_f_text {
    font-family: 'Roboto Slab', serif;
    font-size: 1vw;
    width: 11vw;
    margin-left: 0vw;
    margin-top:0.25vw;
}

.psn_w_text {
    font-family: 'Roboto Slab', serif;
    font-size: 1vw;
    width: 15vw;;
    margin-left: -2vw;
    margin-top:0.25vw;
}


.photo {
    margin: 0 auto;
    width: 90%;
    margin-top: 2vw;
    height: 40vw;
}

.contacts {
    margin: 0 auto;
    width: 90%;
    margin-top: 2vw;
    height: 23vw;

}

.contacts_all {
    width: 100%;
    height: 23vw;
    font-family: 'Roboto Slab', serif;

}

.contacts_loc {
    width: 30%;
    height: 5vw;
}

.cont_loc_img {
    width: 18%;
    height: 5vw;
    background-image: url("../img/loc.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cont_mail_img {
    width: 18%;
    height: 5vw;
    background-image: url("../img/mail.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cont_phone_img {
    width: 18%;
    height: 5vw;
    background-image: url("../img/phone.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cont_loc_text p {
    position: absolute;
    font-size: 1vw;
    margin-left: 7.5%;
    margin-top: -3.25vw;
    font-size: 1vw; 
}

.cont_mail_text p{
    position: absolute;
    font-size: 1vw;
    margin-left: 7.5%;
    margin-top: -3.25vw;
    font-size: 1vw; 
}

.cont_phone_text p{
    position: absolute;
    font-size: 1vw;    
    margin-left: 7.5%;
    margin-top: -4vw;
    font-size: 1vw; 
    
}

.contacts_mail {
    width: 30%;
    height: 5vw;
    margin-top: 1vw;
}

.contacts_phone {
    width: 30%;
    height: 5vw;
    margin-top: 1vw;
}

.tech_website {
    margin-top: 1vw;
    font-family: 'Roboto Slab', serif;
}

.tech_title {
    font-size: 1vw;
}

.legal_info_title {
    margin-top: 1vw;
    font-size: 2vw;
}


.partners {
    position: absolute;
    width: 30%;
    height: 15vw;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 63%;
    margin-top: -18vw;
}

.obj {
    position: absolute;
    background-image: url("../img/obj.svg");
    width: 13.5vw;
    height: 5vw;
    background-repeat: no-repeat;
    background-size: cover;
}

.evit {
    position: absolute;
    background-image: url("../img/evit.svg");
    width: 13.5vw;
    height: 5vw;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 16.3vw;
}

.paradox {
    position: absolute;
    background-image: url("../img/paradox.svg");
    width: 13.5vw;
    height: 5vw;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 7vw;
}

.ivia {
    position: absolute;
    background-image: url("../img/ivia.svg");
    width: 13.5vw;
    height: 5vw;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 7vw;
    margin-left: 16.3vw;
}

.est {
    position: absolute;
    width: 30%;
    height: 22.5vw;
    background-image: url("../img/est.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 30%;
    margin-top: -24vw;
}

.partners h1 {
    font-size: 2vw;
    margin-top: -5vw;
    margin-left: 10vw;
}











.slider__container {
    padding-left: 0;
    padding-right: 0;
  }

  .slider__items {
    counter-reset: slide;
  }

  .slider__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    counter-increment: slide;
    height: 29.4vw;
    position: relative;
  }

  .slider__item::before {
    position: absolute;
    top: 1vw;
    right: 1vw;
    color: #fff;
    font-style: italic;
    font-size: 1vw;
    font-weight: bold;
    display: block;
  }

  .all_photo_1 {
    margin-left: 5.5vw;
}

.all_photo_2 {
    margin-left: 5.5vw;
}

.photo_1 {
  position: absolute;
  background-image: url("../img/vas_1.png");
  width: 20%;
  height: 29.35vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo_2 {
  position: absolute;
  background-image: url("../img/krepico.png");
  width: 20%;
  height: 29.35vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20vw;
}

.photo_3 {
  position: absolute;
  background-image: url("../img/andreev.png");
  width: 20%;
  height: 29.35vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 40vw;
}

.photo_4 {
  position: absolute;
  background-image: url("../img/krav.png");
  width: 20%;
  height: 29.35vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 60vw;
}




.all_photo_2 {
    margin-left: 5vw;
}

.photo_5 {
  position: absolute;
  background-image: url("../img/anton.png");
  width: 20%;
  height: 29.35vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo_6 {
  position: absolute;
  background-image: url("../img/kliman.png");
  width: 20%;
  height: 29.35vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20vw;
}

.photo_7 {
  position: absolute;
  background-image: url("../img/ian.png");
  width: 20%;
  height: 29.35vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 40vw;
}

.photo_8 {
  position: absolute;
  background-image: url("../img/lila.png");
  width: 20%;
  height: 29.35vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 60vw;
}


@media only screen and (max-width: 900px) {
    .second{
        height: 70vw;
    }
  }