.select-style {
    width: 210px;
    height: 34px;
    border-radius: 2px;
    overflow: hidden;
    background: rgba(181, 194, 210, 0.171) url(../images/arrows-select.svg)
      no-repeat 95% 50%;
  }
  .select-style select {
    padding: 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.045em;
    color: #474747;
    opacity: 0.5;
    cursor: pointer;
  }
  .select-style select:focus {
    outline: none;
    background: #bfe0ff;
  }
  