
.easynetshop-buy{
    padding: 10px 50px !important;
  display: inline-block !important;
  background: #242424 !important;
  color: white !important;
  text-decoration: none !important;
  transition: 0.35s ease-in-out !important;
  font-weight: 700 !important;
  border-radius: 5px !important;
  border: none !important;
}
.easynetshop-buy:hover{
    background-color:#3f3234 !important; 
    border-color:#2c2022 !important; 
    color:#ffffff !important;
} 





.btnMy {
  padding: 10px 50px;
  display: inline-block;
  background: #242424;
  color: white;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  font-weight: 700;
  border-radius: 5px;
}
.btn:hover {
  background: black;
}

.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal {
  background: white;
  text-align: center;
  padding: 40px 80px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal.open .content {
  transform: translate(0, 0px);
  opacity: 1;
}
.overlay .modal .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.overlay .modal .title {
  margin-top: 0;
}
#formControl{
    text-align: left;
}
#formControl .placeholder {
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #808080;
}
 #myInput{
    border-radius: 15px; 
    border: 1px solid #242424;
    background-color: #242424;
    padding: 10px 54px;
    margin-right: 30px;
    color: white;
    
}
 #myInput:hover{
    border-radius: 15px; 
    background-color: black;
}


.header_phone ul{
padding: 0;
}

@media (max-width: 350px) {
.header_phone li { 
font-size: 11px !important;
} 
} 

.overlay {
z-index: 1;
} 

@media (max-width: 376px) {
.overlay .modal {
  padding-left:  10px;
}
}
label[for="email"]:after {
   content: " ";
}
label[for="name"]:after {
   content: " ";
    
}






.myMess{
font-size: 25px;    
    
}

#myInput2{
    border-radius: 15px; 
    border: 1px solid #242424;
    background-color: #242424;
    padding: 10px 54px;
    margin-right: 30px;
    color: white;
    
}
 #myInput2:hover{
    border-radius: 15px; 
    background-color: black;
}
@media (max-width: 426px) {

    .overlay .modal {
        padding: 40px 5px;
    }
    
    .overlay  {
        padding: 40px 0px;
    }
    #formControl .placeholder {
    width: 200px;
    }
}
    @media (max-width: 243px) {
.header_phone{
 display: none;
}
}
    .modal .leftForm{
    width: 48%;
    float: left;
    
}

.modal .rightForm{
    width: 48%;
    float: right;
    
}

@media(max-width:540px){
    
    
    .modal .leftForm{
    width: 100%;
    float: left;
    
}

.modal .rightForm{
    width: 100%;
    float: right;
    
}


    
    
}
    
    
} 

