@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500&display=swap');

*,*::before,*::after{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
html {
    font-family: 'Roboto', sans-serif;
  
}
.container {
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.copyright {
    font-size: 1.1rem;

    margin-right: 5px;
}

.container_web_page{
    background-color: #292925;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
}

.navigation_open_select {
    display: flex;
}

.navigation_open_select {
    height: 90px;
    position: absolute;
    transform: translateY(-300px);
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 5;
    width: 100vw;
    box-shadow: 1px 1px 24px 1px rgba(0,0,0,.5);
    color: white;
    background-color:#292925;
    transition:  transform .7s ease-in-out;
}
.navigation_open_select.open_nav_bar__mobile {
    transition:  transform .7s ease-in-out;
    transform: translateY(0px);
}
.one_box_open_select_nav {
    display: flex;
flex-direction: column;
height: 90px;
width: 100vw;
justify-content: center;
align-items: center;
align-content: center;

}
.select {
    color: #DB0000;
}
#close_nav {
    color: white;
    font-size: 2.0rem;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}
.a_share__nav {
    font-weight:300;
    font-size: 1.5rem;
    transition: all .6s;
    cursor: pointer;

}


.hamburger_nav_button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: relative;
   
    
    height: 60px;
    width: 100vw;
    color: white;

}
#hamb_click{
    margin-right: 10px;
    margin-bottom: 10px;

    font-size: 1.5rem;
}
.content_section__page{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;


}
.hamburger_logo {
    background-image: url('./img/small_logo.png');
    background-size:100%;
    height: 50px;
    background-repeat: no-repeat;
    
    width: 265px;
}

.footer_web__link {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 0.8rem;
    font-weight: 300;
    color: white;
    box-shadow: 1px 1px 24px rgba(0,0,0,0.7);
}
.home_page .kontakt{

    display: flex;
    transition: opacity .8s;
    justify-content:center;
    align-items: center;
    align-content: space-between;
    flex-direction: column;
    width: 100vw;
}

.box_text_contact__details {
    display: flex;
    /* box-shadow: 1px 1px 24px 1px rgba(0,0,0,0.5); */
    flex-direction: column;

    align-items: center;
    font-size: 0.8rem;


   

    color: white;
    position: relative;
}
.span_text_contact__details {
    margin-left: 10px;
    color:#DB0000;
    text-shadow:  1px 3px 3px rgba(0,0,0,2);
    font-size: 2rem;
    font-weight: 300;
 
    
    
    }
    .ndh_map_boox h1 {
        font-weight: 300;
   
        text-shadow:  1px 3px 3px rgba(0,0,0,2);
        font-size: 1.1rem;
      

    }
    .ndh_map_boox {
      
        color: white;
        font-weight: 300;
        text-align: center;
    }
   .box_small_contact_details {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    
    align-content: center;
   }
   .box_small_contact_details h2 {
    opacity: 0.7;
    text-shadow:  1px 3px 3px rgba(0,0,0,2);
   }
   .small_box_contact__details, .box_text_contact_number__details, .box_text_contact_secondnumber__details {
    text-align: center;
    margin-top: 15px;
 
    font-size: 1.3rem;
    width: 100vw;
   }
   
   .box_text_contact_secondnumber__details h2, .box_text_contact_number__details h2 {
    opacity: 0.7;
    text-shadow:  1px 3px 3px rgba(0,0,0,2);
   }
  
.kontakt {
    display: none;
   padding-bottom: 5px;
}

.map {
    width: 250px;
    height:190px;
    margin-top: 10px;
    border-radius: 15px;
    text-align: right;
   border-radius: 15px solid white;
   box-shadow: 1px 1px 24px rgba(0,0,0,0.8);
}
.dator_info, .laptop_info, .console_info, .phone_info {
    text-align: center;
    flex-direction: column;
    display:none;
    align-items: center;
    align-content: center;
}
.phone_info {
    display: flex;
}
ul {
    margin-top: 10px;
 



}
.dator_min__info{
    margin-bottom:15px;
}
li {
margin-top: 15px;
font-weight: 300;
padding: 8px;
font-size: 1.1rem;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);
list-style: none;
}

.open__window{
background-color: white;

position: absolute;
z-index: 3;
display: none;
width: auto;
height: auto;
padding-bottom:50px;
justify-content: center;

overflow: hidden;
}



.header_info {
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 4px rgba(31,31,31,0.3);
    align-items: center;
    position: relative;
    
    height: 70px;
    align-content: center;
    width: 100vw;
}
#window_close {
    color: black;
    font-size: 1.5rem;
    position: absolute;
    right: 5%;

    margin-left: 10px;
}
.text_box {
    color: white;
    text-shadow:  1px 3px 3px rgba(0,0,0,2);
    text-align: center;
    font-size: 4.8vw;
}
h1 {
    margin-top: 10px;
    font-size: 9.8vw;
    
    
}
.shadowtext {
    text-shadow:  1px 3px 3px rgba(0,0,0,2);
}
h2 {
    font-weight: 300;
    text-shadow:  1px 3px 3px rgba(0,0,0,2);


}
.second_h2 {
    font-size: 8.8vw;
text-shadow:  1px 3px 3px rgba(0,0,0,2);
margin-top: 15px;
color: #DB0000;

}
.onesmall_box {
    display: flex;
    margin-top: 20px;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    width: 100vw;
}

.boxy_reparki__kolka {

    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    
   

}
.box2 {
    height: 90px;
    width: 90px;
    cursor: pointer;
    border: solid 4px #292925;
    border-radius: 50%;
    overflow: hidden;
    background-color: white;
    position: relative;
    transition: transform .7s;
    cursor: pointer;
    transition: transform .6s ease-in-out;
}
.box2:hover {
    transform: scale(1.1);
}
.dator {
    text-align: center;
    font-size: 4.8vw;
    font-weight: 300;
    text-shadow:  1px 3px 3px rgba(0,0,0,2);
    color: #DB0000;
}
.img_comp::before, .img_laptop::before, .img_console::before, .img_phone::before{
    content:'';
    background-image: url('./img/computer\ \(2\).png');
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;

    z-index: 1;
    left: 0%;
    bottom:0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.img_laptop::before{
    content:'';
    background-image: url('./img/laptop\ \(1\).png');
    background-size: 75%;
}

.img_console::before{
    content:'';
    background-image: url('./img/konsolka.png');
    background-size: 75%;
}

.img_phone::before {
    content:'';
    background-image: url('./img/phone.png');
    background-size: 75%;
}


.contact_deatils__nav {
    display: flex;
    justify-content: space-evenly;
    height: 50px;
    box-shadow: 0 6px 12px 1px rgba(0,0,0,0.3);
   
    align-items: center;
}
.header_box{
    display: flex;

    align-items: center;
    opacity: 0.6;

}
.header_box .fas {
    margin-right: 5px;

}
.small_text__box{
    font-size: 14px;
    color: white;
   
    font-weight: 300;
}
.big_text__box{
    font-size: 16px;
 
    font-weight:300;
    color: white;
    
}
.fas {
    color: white;

    font-size: 11px;
}


.contat_foot {

  
    position:relative;
    margin-top: 25px;


 }
 .right_foot {
     text-align: center;
     color: #868686;
     opacity: 1;
    
     font-size: 5.5vw;
 }
 .right_foot_number {
 color: white;
 font-size: 9.5vw;
 font-weight: 500;
 cursor: pointer;
 }
 .numberphoneclick {
     cursor:pointer;
 }


 .icon_tele {
    background-image: url('./img/teleicon.png');
    background-size: 100%;
    height:25px;


    width: 25px;
    animation: anim .5s infinite alternate;
}
.flexik_na__numer {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
@keyframes anim {
    from {
        transform: rotate(44deg);
    }
    to {
        transform: rotate(55deg);
    }
}




@media only screen and (max-width: 480px) { 
 
  
  
  

 

   
  

    .emailhide {
        display: none;
    }

  }
  @media only screen and (min-width: 370px) {
    .container, .container_web_page {
       height: unset;
    }
  }


  @media only screen and (min-width: 430px) { 

    .map {
        width: 310px;
        height:280px;
    }
   
  
   
    .box2 {

        height: 110px;
        width: 110px;
    }

 .dator {
    font-size: 1.23rem;
 }
 
  .icon_tele {
height: 30px;
width: 30px;
  }

  li {
    font-size: 1.5rem;
  }

 


 
 
  


  }

  
 

  @media only screen and (min-width: 500px) { 

    .small_box_contact__details h1, .box_small_contact_details h1, .span_text_contact__details, .box_text_contact_number__details h1, .box_text_contact_secondnumber__details h1 {
        font-size: 2.4rem;
      
     }
     .box_small_contact_details h2, .box_text_contact_number__details h2, .box_text_contact_secondnumber__details h2  {
       
        font-size: 2.4rem;
     }
     .ndh_map_boox h1 {
        font-size: 1.7rem;
       
     
      
     }
     .map {
        height: 240px;
        width: 280px;
     }
}
 

  @media only screen and (min-width: 600px) { 
    .flexik_kontakt {
        display: flex;
        justify-content: space-between;
       }
       .box_location {
        width: 50vw;
    
       }
       .kontakt {
        overflow: hidden;
        margin: 25px;
       }
    .box_small_contact_details h2, .span_text_contact__details, .box_text_contact_number__details h2, .box_text_contact_secondnumber__details h2 {
        font-size: 2.2rem;
     }
    
     .open__window {
        height: auto;
     }
     .dator_min__info{
        font-size: 1.7rem;
     }
     
    
     .small_box_contact__details h1, .box_small_contact_details h1, .span_text_contact__details, .box_text_contact_number__details h1, .box_text_contact_secondnumber__details h1 {
        font-size: 2.2rem;
     }
     .contact_deatils__nav, .footer_web__link{
        height: 100px;
      
     }
     .box1 {
        margin-top: 10px;
        margin-bottom:10px;
     }
     .box2 {

        height: 120px;
        width: 120px;
    }
    .header_box p, .header_box .fas, .big_text__box{
        font-size:1.3rem;
    }
    #hamb_click {
        font-size: 2rem;
    }
    .hamburger_nav_button{
        height: 100px;
    }
    .hamburger_logo{
        height: 100px;
        width: 530px;
      
    }
   
     .flex_raz{
        margin-top: 30px;
        margin-bottom: 30px;
     }
     .ndh_map_boox h1 {
        font-size: 1.4rem;
     }
    .second_h2{
        font-size: 1.8rem;
     
      }
    h1, .right_foot, .right_foot_number {
        font-size: 2.8rem;
      }
      h2 {
        font-size: 2.3rem
      }
   
    .map {
        width: 320px;
        height:320px;
        margin-bottom: 10px;
       
    }
    .boxy_reparki__kolka {
        flex-direction: row;
   
        margin-top: 0;

    }
    .onesmall_box {
        width: fit-content;
    
    }
    .box_for_box2 {
        margin-right: 15px;
        margin-left: 15px;
  
        display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         align-content: center;
    
    }
   
    .contat_foot {
        margin: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    
    }

    .footer_web__link, .copyright{
        font-size: 1.5rem;
      }

  }




  @media only screen and (max-height: 650px) { 
    .content_section__page, .container_web_page, .container {
        height: unset;
    }
    .open__window, .phone_info{
        height: 580px;
        border-radius: 12px;
        width: 650px;
    }

    #window_close{
        right: 10%;
    }
    
    }

   
  
  @media only screen and (min-width: 600px) { 
   
    .a_share__nav {
        font-size: 1.9rem;
        margin-left: 20px;
        margin-right: 20px;
    }
 
   .ndh_map_boox h1 {
    font-size: 1.4rem;
    margin:0;
    text-align: center;
 }
 .box_text_contact__details{
  align-items: flex-start;
  margin-left: 35px;
  
 }
 .small_box_contact__details {
    width:fit-content;
 }
 .ndh_map_boox{
    margin:0;
 }
    .box_small_contact_details h2, .span_text_contact__details, .box_text_contact_number__details h2, .box_text_contact_secondnumber__details h2 {
        font-size: 2.2rem;
        text-align: left;
     }
     
    
     .small_box_contact__details h1, .box_small_contact_details h1, .span_text_contact__details, .box_text_contact_number__details h1, .box_text_contact_secondnumber__details h1 {
        font-size: 2.2rem;
        text-align: left;
     }
     
     .ndh_map_boox h1 {
        font-size: 1.4rem;
     }
    .second_h2{
        font-size: 3.8rem;
       
      }
    h1, .right_foot, .right_foot_number {
        font-size: 2.3rem;
        margin-top: 15px;
      }
      .right_foot_number{
        font-size: 3.4rem;
      }
      .icon_tele {
        margin-top: 10px;
        height: 40px;
        width:40px;
      }
       h1 {
        font-size: 4.5rem;
      }
      h2 {
        font-size: 2.8rem
      }
    
    .map {
        width: 310px;
        height:310px;
    }
    .boxy_reparki__kolka {
        flex-direction: row;
     
        margin-top: 0;

    }
    .onesmall_box {
        width: fit-content;
    
    }
  
    .contat_foot {
        margin: 0;
     
    
    }

  }
  .na800width {
display: none;
  }

  .big_text__box{
    text-decoration: none;
  }
 
  @media only screen and (min-width: 800px) {
    .na800width {
        width:320px;
        text-align: right;
        margin-right: 100px;
        display: flex;
        justify-content: flex-end;
      }
     
     
    
     #hamb_click {
        display: none;
     }
}
@media only screen and (min-width: 900px) {
 .container, .container_web_page {
    height: 100vh;
 }
}

@media only screen and (max-width: 279px) {
@media only screen and (max-height: 820px) {
.content_section__page, .container_web_page, .container {
    height: unset;
}

}
  @media only screen and (min-width:1100px) { 
.contact_deatils__nav {
    justify-content: space-around;
}
.box_location {
    width: 40vw;
}


.ndh_map_boox h1 {
    font-size: 2rem;
    margin-top: 20px;
}
.box_small_contact_details, .box_text_contact_number__details h2, .box_text_contact_secondnumber__details h2 {
    margin-top: 17px;
}
  }

}

  @media only screen and (min-width: 1275px) { 
  .flexikna1000{
    display: flex;
    position: relative;
    overflow: hidden;
 
  
  }
 
  .content_section__page {
    margin:0;
}

  .one_box__for__details{
    width: 100vw;
    display:flex;
    justify-content: flex-end;
    box-shadow: 0 6px 12px 1px rgba(0,0,0,0.3);



  }

  .contact_deatils__nav {
    align-self: flex-end;
    width: 100vw;
    box-shadow: none;
    justify-content:space-between;
   margin-left: 100px;
   margin-right: 100px;
   }
  
  .small_box_contact__details h1, .box_small_contact_details h1, .span_text_contact__details, .box_text_contact_number__details h1, .box_text_contact_secondnumber__details h1 {
    font-size: 3.1rem;
    text-align: left;
 }
 .box_small_contact_details h2, .box_text_contact_number__details h2, .box_text_contact_secondnumber__details h2  {
    margin-top: 10px;
    font-size: 3.2rem;
 }
 .box_small_contact_details{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
 }

 .span_text_contact__details {
    margin-top: 10px;
 }
 .ndh_map_boox h1 {
    font-size: 1.7rem;
    text-align: center;
    margin:0;
    width: 500px;
  
   
 }
 .map {
    height: 450px;
    box-shadow: none;
    width: 500px;
 }
  .box_location {
    width: 40vw;
  }
  .open__window {
    width: 30vw;
    height: auto;
    padding-bottom:50px;
    
    border-radius: 30px;
  }
  #window_close{
    right: 40%;
    transition: transform .6s ease-in-out;
    cursor: pointer;

  }
  #window_close:hover {
    transform: scale(1.29);

  }
  .contat_foot {
    width: 570px;
   
  }
  .contat_foot h2 {
    font-size: 2.0rem;
    text-align: right;
  }
  h1, .right_foot, .right_foot_number {
    font-size: 3.9rem;
  }
  h2 {
    font-size: 2.7rem
  }
  .home_page {
    width: 100vw;

}
.content_section__page {
      overflow: hidden;

  }
  .flex_raz {
    width: 50vw;
    display: flex;
    margin-right: 100px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    position: relative;
    
  }
  .flex_raz::before {
    content:'';
    position: absolute;
    background-image: url('./img/Pngtreblue simple technology chip texture_5651740.png');
    background-size: 100%;
    height: 100%;
    width: 100%;
    opacity: 0.02;
    filter: hue-rotate(170deg);
}
  .boxy_reparki__kolka {
   align-items: flex-end;
    justify-content:unset;
    margin:0;
 
  }
 .box_for_box2 {
    margin:0;
  
    margin-left: 30px;
 }
  .onesmall_box {
    margin:0;
  }
  .hero_bg{
    width: 50vw;
    height: 80vh;
    background-image: url('./img/pc-5737958.jpg');
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
  }
  .hero_bg::before {
    content: '';
    position: absolute;
    left:0;
    top:0;
    background-color: rgba(0,0,0,0.4);
    box-shadow: 5px 0px 3px rgba(0,0,0,.2);
    height: 100%;
    width: 100%;
  }
  .text_box {
    text-align: right;
    width: 540px;
    margin-left: 60px;

  }
  .flexik_na__numer{
    justify-content: flex-end;
  }
  .icon_tele {
    height: 40px;
    width: 40px;
  }
}

@media only screen and (min-width: 1575px)  {
    .map {
        height: 400px;
        width: 600px;
        box-shadow: 1px 1px 24px rgba(0,0,0,0.8);
    }

   

    .contact_deatils__nav .small_text__box, .contact_deatils__nav .fas, .contact_deatils__nav .big_text__box {
        font-size: 1.5rem;
    }
    .flexik_na__numer h2 {
        font-size: 3rem;
      }
    .dator {
        font-size: 1.3rem;
    }
    
    .ndh_map_boox h1 {
        font-size: 3rem;
    }
    .second_h2 {
margin:0;
margin-top: 5px;
font-size: 3.1rem;
    }
    .contat_foot {
        margin:0;
    }
    .ndh_map_boox{
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 30px;
        flex-direction: column;
    }
}

@media only screen and (min-width: 1905px)  {
  
    .contat_foot, .text_box, .boxy_reparki__kolka {
      
        margin:0;
    }
    
    
   
 
   .box2  {
    background-position: center;
    height: 180px;
    margin:0;
    width: 180px;

   }
 
    .boxy_reparki__kolka{
       justify-content: space-between;
      

   }
  
   .box_for_box2 {
    margin:0;
    margin-left:30px;
   }
   .dator {
    font-size: 1.6rem;
   }
   .text_box .second_h2 {
font-size: 3rem;
   }
    .flexik_na__numer h2 {
        font-size: 3rem;
      }
      .icon_tele {
        height: 45px;
        width: 45px;
      }

}