.body{
    background-color: rgb(235, 240, 240);
    
    
    
}

.header {
    
    position: sticky;
        padding-top: 50px;
        background-color: rgb(223 0 255 / 49%);
        border-radius: 20px 20px 0px 0px; 
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        box-shadow:0px 1px 8px rgb(109, 110, 110);
        
        top: 0;
        z-index: 999;
}

  
.nav {
    
    padding-bottom: 50px;
    text-align: center;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   

    
   
    
    
}
      
.nav a {
    color: #ffffff;
    text-shadow: 0px 1px 8px rgb(109, 110, 110);
    text-decoration: none;
    display: inline;
    margin-left: 40px;
    
}

.burgerBtn{
    display: none;

    
}


    
.nav a:hover {
    color: rgb(109, 110, 110);
}
.target{
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    color: #f55123;
    text-align: center;
    display: none;
    min-width: 16px;
    height: 16px;
    position: absolute;
    top: 40px;
    right: 135px;
    background: #f55123;
    padding: 2px 3px 1px;
    border-radius: 16px;
}

.basketBtn {
    margin-left: 40px;
    background-color: #ffffff;
    border-radius:5% ;
    box-shadow: 0 2px 5px rgb(109, 110, 110);
    text-decoration: none;;
    cursor: pointer;
    border-radius: 5px;



    

    
}



.basketBtn:hover{
    background-color: rgb(109, 110, 110);;
    color:aqua
}


 .searchBtn {
    position: absolute;
    width: 20px;
    margin-left:15px;
    cursor: pointer;
    
    
    
}  









.closeInput{
    display: none;
    color:red;
    border:none;
    background:none;
    cursor: pointer;
}





.searchInput{
    display: none;
}


.dropDownList{
    display: none;
}
    
   

.conteiner {
    position: relative;
    
    
    
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgb(109, 110, 110);
    background-color: #ffffff;
    
    
    
   
    
    
    
    
    
    
    

}



.preOneMouseOverHendler{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;





}



.oneMouseOverHendler{
   position: fixed;
   max-width: 960px;
   margin-left: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color:rgb(223 0 255 / 49%) ;
   border-style: inherit;
   border-radius: 5px 0px 0px 5px;
   box-shadow:0 2px 5px rgb(109, 110, 110);
  
   
   
   
   
   
   height: 20%;
   top: 50%;
   

  
   
   

   
   
   
}
.oneMouseOverHendlerContent{
    position: relative;
   
}



.pannelBackground{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-display: flex;
    justify-content: flex-end;
    
    display: none;
    
    z-index: 999;
    
  
    


}


.pannel{
   position: fixed;
   display: none;
   
    height: 100%;
  
   
   background-color: rgba(3, 1, 1, 0.7);
   width: 50%;

   justify-content: center;
   justify-self: center;
   overflow-y: auto;
      
   
   
   
   
   

}

.liPannel{
margin-bottom: 25%;
margin-top: 10%;
  
  
 
  
  
color: #ffffff;
  text-shadow:0 2px 5px  rgb(226 4 209) ;
  
  
  
  

}



.liPannel:hover {

    color: brown;
    background-color: aliceblue;
    cursor: pointer;
}
 
#cards {
    display: grid;
    grid-template-columns: 300px 300px 300px;
    gap: 15px;
    justify-items: center;
    padding: 20px 15px 20px 15px;
    
    
    
   

    
    
   
    
    

    
    
    
}

#cards img {
    width: 250px;

}

.card_block {
    border-radius: 2px;
    box-shadow: 0 2px 5px rgb(109, 110, 110);
    ;
}

.basketRender{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
    display: none;
    
    z-index: 999;
    
  
    background-color: rgba(3, 1, 1, 0.7);
    overflow-y: scroll;

   
    
    



}

.closeModal{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.basketRenderBtnClose{
    background-color: aqua;
    margin-left: 910px;
    margin-top: 10px;
    
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    text-align: center;
    cursor: pointer;
    border-radius: 5px;

}
.basketRenderBtnClose:hover{
    color: aqua;
    background-color: brown;
}

.basketRenderBox{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    background-color: #ffffff;
    

}



.basketRenderBoxElem{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

    .boxContent{
        text-align: center;
        margin-top: 10px;
    }
.sendingBtn{
    width: 100px;
    margin-left: 385px;
    margin-top: 50px;
    background-color: aqua;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
}

.sendingBtn:hover{
    color: aqua;
    background-color:rgb(109, 110, 110)

}
    
.cancellationBtn{
    background-color: aqua;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);



}

.cancellationBtn:hover{
    color: aqua;
    background-color: brown;
 
}
.inputWhoBox{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 30px;
    
}
.inputWho{

    margin-left: 330px;
    width: 350px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    background-color: #ffffff;
    height: 20px;
    
    
}
.DSIMinputWhoBox{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 30px;
}
.DSIMinputWho{

    margin-left: 330px;
    width: 350px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    background-color: #ffffff;
    height: 20px;

    
    
}

.indexBody{
    background-color: #ffffff;
}
.index_body{
    display: flex;
    justify-content: center;
    align-items: center;
    
    height: 100vh;
    margin: 0;
    background-color: rgb(235, 240, 240);
}
.formConteiner{
    width: 400px;
    height: 400px;
    border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(109, 110, 110);
    background-color: rgb(220 203 253);;
   
    
    display: flex;
    align-items: center;
    justify-content:center ;
    
    
    
}
.form{
    display: block;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    width: 200px;
    margin-left: auto;


    

}
.Login{
    margin-left: auto;
    margin-top: auto;
    box-shadow: 0 2px 5px rgb(109, 110, 110);
    background-color: #ffffff;
    border-style: hidden;
    height: 25px;
    border-radius: 10px;
    margin-right: auto;
    display: block;
}
.pass{
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    box-shadow: 0 2px 5px rgb(109, 110, 110);
    background-color: #ffffff;
    border-style: hidden;
    height: 25px;
    border-radius: 10px;
    margin-right: auto;
    display: block;

}
.formBtnConteiner{
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    
}
.formBtn{
    
    border-radius: 5px;
    margin-right: auto;
    background-color: #ffffff;
    border: 0;
    cursor: pointer;
    box-shadow: 0 2px 5px rgb(109, 110, 110);
    margin-left: auto;
    display: block;
   
    
}
.formBtn:hover{
    color: aqua;
    background-color:rgb(109, 110, 110)  

}
@media screen and ( max-width: 940px){
    
    .header{
        padding-top: 0;
        border-radius: 0;
    }
    .nav{
        padding-bottom: 4px;
    }
    
    #cards {
        display: grid;
        grid-template-columns: 300px 300px;
        gap: 15px;
        justify-content: center;
        padding: 20px 15px 20px 15px;
        
}

.closeModal {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.basketRenderBtnClose {
    background-color: aqua;
    margin-left: auto;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    max-width: 960px;
    display: block;
    margin-right: 15px;
}
.basketRenderBox {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    background-color: #ffffff;
}
.boxContent {
    text-align: center;
    margin-top: 10px;
}
.basketRenderBoxElem {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    
}
.DSIMinputWhoBox {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: block;
}
.DSIMinputWho {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    background-color: #ffffff;
    height: 20px;
    
}
.inputWhoBox {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: table;
}
.inputWho {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    background-color: #ffffff;
    height: 20px;
    width: 300px;
}
.sendingBtn {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-color: aqua;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    display: block;
}
.cancellationBtn {
    background-color: aqua;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.formConteiner{
    width: 350px;
    height: 350px;
}








}

@media screen and ( max-width: 480px){
    
    .nav{
        padding-bottom: 10px;
        
        
    }

    .nav a{
        display: none;
        
    }

    .burgerBtn{
        display: inline;
        width: 30px;
        position:absolute;
        background: none;
        margin-top: 2px;
        cursor: pointer;
        
        

        


    }
    

    .dropDownList{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
    display: none;
    
    z-index: 999;
    
  
    background-color: rgba(3, 1, 1, 0.7);
    overflow-y: scroll;

    }

    .dropDownList a{
        color: #ffffff;
        display: block;
        text-align: center;
        margin-top: 50px;
        text-shadow:0 2px 5px  rgb(226 4 209) ;
        text-decoration: none;

     
      
    }

    

    .basketBtn{
             margin-top: 5px;
             

    }

    .searchBtn{
        margin-top: 4px;

        
    }

    
  
    
    
    #cards {
        
        grid-template-columns: 300px;
        justify-content: center;

        
        
}

.closeModal {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.basketRenderBtnClose {
    background-color: aqua;
    margin-left: auto;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    max-width: 960px;
    display: block;
    margin-right: 15px;
}
.basketRenderBox {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    background-color: #ffffff;
}
.boxContent {
    text-align: center;
    margin-top: 10px;
}
.basketRenderBoxElem {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    
}
.DSIMinputWhoBox {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: block;
}
.DSIMinputWho {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    background-color: #ffffff;
    height: 20px;
    
}
.inputWhoBox {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: table;
}
.inputWho {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    background-color: #ffffff;
    height: 20px;
    width: 300px;
}
.sendingBtn {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-color: aqua;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    display: block;
}
.cancellationBtn {
    background-color: aqua;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(4, 226, 226);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.formConteiner{
    width: 300px;
    height: 300px;
}







}







    

