.b-addres__location {
    position: relative;
    align-items: baseline;
    background: #0000 url(https://zl42.ru/assets/images/svg/arrow-down.svg) no-repeat right center;
    background-size: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.47;
    margin-top: -2px;
    letter-spacing: .02em;
    color: #333;
    cursor: pointer;
}

.b-addres a .active {
    color: #ff5810;
}
.b-addres .actives {
    background: #0000 url(https://zl42.ru/assets/images/svg/arrow-up-o.svg) no-repeat right center;
    background-size: 20px;
}

.modal {
   opacity: 0;
   visibility: hidden;
   width: max-content;
   max-width: 500px;
   position: absolute;
   top: 40px;
   left: 0;
   z-index: 30;
   box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
   text-align: center;
   padding: 30px;
   border-radius: 15px;
   background-color: #fff !important;
   transition: 0.7s all;
   display: flex;
    flex-direction: column;
    align-items: flex-start
}

.modal.active {
   opacity: 1;
   visibility: visible;
   transition: 0.7s all;
}

.modal_active {
   color: #ff5810 !important;
}

.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 20px;
   right: 20px;
   fill: #444;
   cursor: pointer;
}
.modal__cross:hover {
   fill: #ff5810;

}
.modal__cross::before {
    background: #0000 url(https://zl42.ru/assets/images/svg/arrow-down.svg) no-repeat right 10px center;
    border: none;
    padding: 5px 45px 5px 0px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 18px;
    font-size: 15px;
    line-height: 1.47;
    margin-top: -2px;
    letter-spacing: .02em;
    color: #ff5810;
    font-family: RalewaySemiBold;
}

.modal a,
.js-open-modal {
   padding: 5px;
   display: inline-block;
   text-decoration: none;
   margin: 10px;
   color: #333;
   font-family: RalewaySemiBold;
   font-size: 15px;
    line-height: 1.47;
    letter-spacing: .02em;
}
    .js-open-modal:hover,
    .js-open-modal:active,
    .modal a:hover,
    .modal a:active {
     color: #ff4e00 !important;
     fill:  #ff4e00;
}
.b-addres__phone2 a{
    font-family: RalewayBold;
    font-size: 18px;
    line-height: 1.33;
    color: #742327;
}


select.custom-select {
  background: #0000 url('https://zl42.ru/assets/images/svg/arrow-down.svg') no-repeat right 10px center;
  border: none;
  padding: 5px 45px 5px 0px; /* Резервируем место под стрелку */
  border-radius: 4px;
  -webkit-appearance: none; /* Стиль для Safari */
  -moz-appearance: none;    /* Стиль для Firefox */
  appearance: none;         /* Стиль для прочих браузеров */
  background-size: 18px;
  font-size: 15px;
    line-height: 1.47;
    margin-top: -2px;
    letter-spacing: .02em;
    color: #ff5810;
    font-family: RalewaySemiBold;
}

.b-addres__location_mob {
    width: fit-content;
    padding: 27px 0px 0 27px;
}


select.custom-select:focus, select.custom-select:hover, select.custom-select:active{
  color: #ff4e00;
}

option.b-addres__text {
  font-size: 15px !important;
    line-height: 1.47 !important;
    margin-top: -2px !important;
    letter-spacing: .02em !important;
    color: #333;
    font-family: RalewaySemiBold !important;
}

option:hover {
  color: #ff5810 !important;
  background: #0000 !important;
}
option:checked {
  color: #ff5810 !important;
  background: #0000 !important;
}
option {
    font-size: 15px !important;
    line-height: 1.47 !important;
    margin-top: -2px !important;
    letter-spacing: .02em !important;
    color: #333;
    font-family: RalewaySemiBold !important;
    padding: 27px 0px 0 27px;
    min-height: 1.2em;
}





@media (min-width: 1366px) {
 .b-addres__phone {
    width: 18%;
}
.b-addres__phone2 {
    width: 18%;
}
.b-addres {
    justify-content: left !important;
}
}
.b-addres__location {
    position: relative;
}


@media (min-width: 1024px) {
.b-addres__location::before {
    font-size: 15px;
    margin-right: 14px;
    color: #ff5810;
    content: '\E012';
    font-family: icons;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
.b-addres__phone2 a{
    font-size: 15px;
    line-height: 1.47;
    margin-top: -2px;
    letter-spacing: .02em;
    color: #333;
    font-family: RalewaySemiBold;
}
.b-addres__phone2 a:active, .b-addres__phone2 a:hover {
    color: #ff5810 !important;
}
.b-addres__location_mob {
    display: none;
}
}


