
.select__expand:checked ~ ul .select__input:checked+.select__label {
  margin-top:0px;
}

@media screen and (max-width: 767px){
  .select {
    max-width:40%;
  }
}


@media screen and (min-width: 768px){
  .select {
    max-width:200px;
  }
  .select__expand:checked ~ ul .select__input:checked+.select__label {
    margin-top:0px;
  }
}