.genderblock{
    width: 32%;
    height:280px;
    margin: 1px;
    background-color: rgba(0, 0, 0, 0.829);
    color: rgb(255, 255, 255);
    border-radius:8px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    display: flex;
    flex-direction: column; 
    text-decoration: none;
    text-align: center;
    box-shadow: rgb(218,165, 32) 0px 1px 3px;
}
.analys-form{
    color: white;
    box-shadow: rgb(218,165, 32) 0px 1px 3px;
    background-color: rgba(0, 0, 0, 0.829);
    width: 96.1%;
    margin-left:2%;
} 
.analys_button{
  width: 100px;

}
#id_parfum_code_men,#id_parfum_code_women,#id_parfum_code_men_women,#id_city{
    width:100%;
}
#div_id_parfum_code_men,#div_id_parfum_code_women,#div_id_parfum_code_men_women,#div_id_city{
    padding-right:8px;
}
.steps_analys{
  display: flex;
  flex-wrap: wrap;
  width: 96.7%;
  margin-left:1.5%;
}
.steps{
  color: rgb(0, 0, 0);
  display: flex;
  border-radius: 10px;
  padding: 2px;
  margin-bottom:10px;
  width:50%;      
  box-shadow: rgb(218,165, 32) 0px 1px 3px;
  background-color: rgba(0, 0, 0, 0.829);
}
.wrappersd {
    width:70%;
    margin-top: 10px;
    border: transparent solid 1px;
    border-radius:5px;
    color:white;
  }
  .wrappersd h6{
    text-align: center;
  }
.p_div_bar{
  width:90%;
  padding: 10px;
  border: transparent solid 1px;
  border-bottom-color: rgba(255, 255, 255, 0.103);
  display: flex;
}
  .progress-bar {
    height: 15px;
    width: 100%;
    background-color: transparent;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  
  * + .progress-bar {
    margin-top: 2rem;
  }
  
  .bar {
    width:0%;
    height: 100%;
    background-color: rgb(118, 0, 253);
    border: transparent solid 1px;
    border-radius: 2px;
    background-size: 30px 30px;
    animation: move 2s linear infinite;
    transition: width 2s ease-out;
  }
    
  .perc {
    position: absolute;
    top: 47%;
    left: 55%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
  }
  .step_name{
    width:auto;
    justify-content:center;
    text-align:center;
    color:white;
    margin: 0;
    padding: 0;
    margin-right:2px;
    
  }
.step_name h5{
    margin-bottom:18px;
    font-size:14px;
    text-align: center;
}
.step_name h6{
  margin-top:15px;
  text-align: center;

}
@media screen and (max-width:767px) {
  .wrappersd{
      margin-left:0;
      margin-right:0;
  }
  .steps{
    width: 100%;
    margin-left:0;
    margin-right:0;
  }
}
@media screen and (max-width:530px) {
  #div_id_parfum_code_men,#div_id_parfum_code_women,#div_id_parfum_code_men_women,#div_id_city{
      width:100%;
  }
  .analys-form label{
    display: none;
  }
  .analys_button{
    margin-top: 0;
    width: 100%;  
  }
  .genderblock{
    width: 100%;
  }
}