#accessories__button--form {padding-left: 20px; padding-right: 20px; text-transform: uppercase; white-space: nowrap; font-size: 14px; font-weight: bold;  max-width: 300px; margin: 20px 0 20px 0 !important}
#zaiavka .city-modal__content {
  /*overflow-y: scroll;*/
  overflow-x: hidden;
  max-height: 700px;
}
.no__scroll {overflow-y: hidden !important;}
.zapc-item-garant__btn {
    display: block;
    max-width: 300px;
    min-width: 208px;
        background: #fff;
    border: 2px solid #e9454f;
    border-radius: 11px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #e9454f;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    transition: .3s;
    margin-left: 20px;
    height: 60px;
    padding-top: 18px;
}
.zapc-item-garant__btn:hover {
    color: #fff;
    background-color: #e9454f;
}
.choose-city {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 448px){
    .choose-city {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.zapc-item-garant__btn {
    display: block;
    max-width: 300px;
    min-width: 208.73px;
    background: #fff;
    border: 2px solid #e9454f;
    border-radius: 11px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #e9454f;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    transition: .3s;
    height: 60px;
    padding-top: 18px;
    margin: 0 0 20px 0 !important;
}
}    