input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.selectIcon {
  position: relative;
}
.selectIcon::before {
  content:'вз';
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  right: -15px;
}
@media screen and (max-width: 768px) {
.scDescription #area1 {
  display: block!important;
}
}