body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Helvetica Neue';
    
}

/* --------------------general styles-------------------- */
.header__desktop, .main{
    width: 86%;
    margin: 0 auto;
}

.flex{
    display: flex;
}

.w-100{
    width: 100%;
}

.w-48{
    width: 48%;
}

.w-35{
    width: 35%;
}

.w-31{
    width: 31%;
}

.w-24{
    width: 24%;
}

.w-13{
    width: 13%;
}

.w-35{
    width: 35%;
}

.w-65{
    width: 65%;
}
.w-25{
    width: 25%;
}

.w-0{
    width: 0%;
}

.w-54{
    width: 54%;
}

.w-85{
    width: 85%;
}

.w-13{
    width: 13%;
}


.logo__desktop, .footer__logo{
    width: 10vw;
    object-fit: cover;
}


.footer__logo{
    width: 10vw;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    align-items: center;
    
}
.logo__desktop img , .footer__logo img{
    width: 100%;
    height: 100%;
}
.center{
    margin: 0 auto;
}

.decornone{
    text-decoration: none;
}

.whitetext{
    color: #FFF;
    font-style: normal;
}

.blacktext{
    color: #000;
    font-style: normal;
}

.links {
    position: relative;
    font-size: 1vw;
    font-weight: 500;
    line-height: normal;
    /* display: inline-block; */
    cursor: pointer;
    padding-bottom: 4px;
}

.links::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.links:hover::after,
.currentLine::after {
    border-color: black; 
}

.currentLinewhite::after{
border-color: #FFF;
}

.header__desktop{
    display: flex;
    margin-top: 4vw;
}

.header__wrapper{
    flex-direction: column;
    /* height: 75px; */
    gap: 2vw;
    /* justify-content: space-between; */
}

.logo__links{
    justify-content: space-between;
    align-items: center;
}

.links__wrapper{
    justify-content: space-between;
}

.horline{
    height: 1px;
    background: rgba(0, 0, 0, 0.70);
}

.ims{
    width: 100%;
    height: 100%;
    
}

.pointer{
    cursor: pointer;
}


/* --------------------------------main----------------------------- */
.currentuserposition{
    margin-top: 60px;
    color: rgba(32, 46, 72, 0.70);
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



.infrostructure{
    justify-content: space-between;
    margin-top: 41px;
    gap: 5%;
}
.infrostructure__text{
    flex-direction: column;
    justify-content: space-around;
    width: 55%;
    
}

.head{
    color: #3B3D40;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Systopie";
}

.name{
    color: #3B3D40;
    font-size: 45px;
    font-family: "Systopie";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info{
    font-size: 24px;
    font-weight: 300;
    
    font-family: "Systopie";
}



.infrostructure__img{
    object-fit: cover;
    width: 60%;
}

.infrostructure__links__vl{
    width: 1.8px;
    height: 100%;
    background: rgba(16, 45, 74, 0.60);
}

.infrostructure__links{
    justify-content: space-between;
    align-items: center;
    line-height: normal;
    

}

.link__inf{
    align-items: center;
    gap: 25px;
    color: rgba(16, 45, 74, 0.73);
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 400;
    
}

.iconloc{
    width: 2vw;
}


.bluebackgroundInfo{
    background: linear-gradient(180deg, #A7C4DC 0%, #102D4A 100%);
}

.bluebackgroundInfo__wrapper{
    padding-top: 2vw;
    padding-bottom: 2vw;
    
   
}

.bluebackname{
    color: #FFF;
    font-family: Systopie;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.bluebackinfo{
    width: 77%;


    font-size: 0.9vw;
    font-family: "Systopie";
    font-weight: 300;
    line-height: normal;
    margin-top: 1.5vw;
    
}

.vline{
    
    border-left: 2px solid rgba(255, 255, 255, 0.60);
    /* background: rgba(255, 255, 255, 0.60); */
}

.backinf{
    flex-direction: column;
    align-items: center;
    
    
}


.imagewithtext{
    justify-content: space-between;
    gap: 4%;
}

.text{
    /* height: 75%; */
    margin: auto 0;
    /* padding-top: 97px;
    padding-bottom: 61px; */
    gap: 5%;
}

.numberOfinfo{
    color: rgba(16, 45, 74, 0.60);
    font-family: Systopie;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 54px;
    
}
/* img.d1 {
    width: 53px;
    height: 29px;
} */
.verticalline__info{
    border-left: 2px solid rgba(16, 45, 74, 0.60);
    
}

.info{
    justify-content: space-between;
    align-items: center;
    
}
.info {
    font-size: 1.3vw;
    
  }

.mw-600{
   width: 80%;

}

.imageblock{
    object-fit: cover;
    width: 45%;
    aspect-ratio: 16/14;
}

.tecnicalcharacteristicks{
    background: #F9F9F9;

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    
}

.tecnicalcharacteristicks__wrapper{
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3vw;
    padding-bottom: 3.2vw;
    margin: 0 auto;
    gap: 3vw;
}

.table{
    flex-direction: column;
    /* margin-top: 50px;
    height: 240px; */
    justify-content: space-between;
    gap: 3vw;
    
}

.row{
    justify-content: space-between;
    align-items: center;
    
}

.w-24{
    width: 24%;
}

.charhead{
    font-family: "Systopie";
    color: #3B3D40;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    
}

.charname{
    color: #3B3D40;
    font-family: "Systopie";
    font-weight: bold;
    font-size: 1.1vw;
    font-style: normal;
    line-height: normal;
    

}

.quantity{
    font-family: "Systopie";
    color: #3B3D40;
    font-size: 1.1vw;
    font-style: normal;

    line-height: normal;
    font-weight: normal;
    flex-direction: column;
    /* gap: 14px; */

}

.bigtext{
    font-family: "Systopie";
    text-align: center;
    color: #3B3D40;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    margin-top: 6vw;
    margin-bottom: 5vw;
}

.null{
    margin-bottom: 201px;
}
.icon{
    object-fit: cover;
    
    width: 5vw;
}
.icon img{
    width: 100%;
    height: 100%;
}
.iconswithtext{
    justify-content: space-between;
    padding-bottom: 7vw;
    padding-top: 8vw;
    margin: 0 auto;
}

.block{
    flex-direction: column;
    gap: 1vw;
    align-items: center;
  text-align: center;
  padding: 1vw;
}

.icontext{
    font-family: "Systopie";
    color: #000;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    width: 70%;

}
.d1{
   /* margin-bottom: -8px; */
   width: 2.3vw;
    
}
.d1 img{
    width: 100%;
    height: 100%;
}

.bigicontext{
    font-family: "Systopie";
    font-weight: bold;
}

.imagewithtext,
.tecnicalcharacteristicks,
.bigtext,
.null,
.iconswithtext {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}


.dropdown {
    position: relative;
    display: inline-block;

  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 11vw;
    
    padding: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    transform-origin: center top;
    animation: slideIn 0.3s ease-in-out;
    border-radius: 5px;
  }
  
  .dropdown-content a {
    color: black;
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
    text-decoration: none;
    display: block;
    
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
    left: -4vw;
    
    
  }

.droplink{
    position: relative;
    font-size: 0.7vw; 
    font-weight: 500;
    line-height: normal;
    display: flex;
    cursor: pointer;
    padding-bottom: 1vw;
    text-align: center;
    
}


.droplink::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 9.7vw;
    border-bottom: 0.05vw solid transparent;
    transition: border-color 0.3s ease;
}

.droplink:hover::after{
    border-color: black;
    opacity: 0.6;
}

.ft{
    font-size: 1vw;
}
  
  @keyframes slideIn {
    from {
      transform: scaleY(0);
    }
    to {
      transform: scaleY(1);
    }
  }

  @media screen and (max-width:1734px) {
    .head{
        font-size: 3vw;
    }
    .name{
        font-size: 2vw;
    }

    .info {
        font-size: 1.5vw;
    }

    .charname, .quantity{
        font-size: 19px;
    }

    .link__inf{
        font-size: 1.3vw;
    }

    
    
    .bluebackname{
        font-size: 1.5vw;
    }

    
  }

  @media screen and (max-width:1640px) {
    .head{
        font-size: 3vw;
    }
    .name{
        font-size: 2vw;
    }

    .info {
        font-size: 1.5vw;
    }

    .link__inf{
        font-size: 1.3vw;
    }

    
  }

  @media screen and (max-width:1490px) {
    

    .link__inf{
        font-size: 1.3vw;
    }
   
    
  }

@media screen and (max-width:1700px)
 {
    .imageblock{
       height: 90%;
       margin: auto 0;
      
    }
}
@media screen and (min-width:1100px) and (max-width:1300px) {
    /* .links__wrapper{
        width: 80%;
    } */
}
@media screen and (min-width:1100px) and (max-width:1260px) {
    .head{
        font-size: 3vw;
    }
    .name{
        font-size: 2vw;
    }

    .info {
        font-size: 1.5vw;
    }
    
    .link__inf {
        font-size: 1.3vw;
    }
}

@media screen and (min-width:700px) and (max-width:1100px) {
    .head{
        font-size: 3vw;
    }
    .name{
        font-size: 2vw;
    }

    .info {
        font-size: 1.5vw;
    }
    .infrostructure__links {
        width: 100%;
    }
    .link__inf {
        font-size: 1.3vw;
        gap: 10px;
    }
    
    .bluebackname {
        font-size: 1.5vw;
    }
    
    .d1 img{
        width: 5px;
        height: 5px;
    }

    .charhead{
        font-size: 24px;
    }

    .charname {
        font-size: 14px;
    }
    .quantity {
        font-size: 12px;
    }

    
    

    
    
    .footer__firstline, .footer__secondline  {
        width: 95%; 
        margin: 0 auto;
    }
    /* .ft {
        font-size: 1.1vw;
    } */
    
    /* .links__wrapper{
        gap: 5px;
    }

    .links{
        font-size: 12px;
    } */

    /* .logo__desktop img{
        width: 140px;
        height: 30px;
    } */
    /* .links__wrapper{
        width:75%;
        margin: 0 auto;
    } */

    .block{
        gap: 30px;
    }

    .null {
        display: none;
    }
    /* .footer__line{
        width: 100%;
    } */
}






  @media screen and (min-width:2000px) and (max-width:2300px) {
    
    
    /* .links{
      font-size: 24px;
    } */

    /* .linkitem, .ft, .footer__firstline {
        font-size: 24px;
    } */
  }
  @media screen and (min-width:2300px) and (max-width:2600px) {
    
    .capNewsHead{
        font-size: 38px;
        
      }
    /* .links{
      font-size: 26px;
    } */
    

    
    
    /* .linkitem, .ft, .footer__firstline {
        font-size: 28px;
    } */

    
  }

  @media screen and (min-width:2600px){
    .head{
        font-size: 3vw;
    }
    .name{
        font-size: 2vw;
    }

    .info {
        font-size: 1.5vw;
    }
    .links{
      font-size: 0.9vw;
    }

    /* .linkitem, .ft, .footer__firstline {
        font-size: 30px;
    } */
    
      
  }
  @media screen and (min-width:3300px){
    
    .head{
        font-size: 3vw;
    }
    .name{
        font-size: 2vw;
    }

    .info {
        font-size: 1.5vw;
    }

      
    
  }

