.balloon_other_cars {
    float: left;
    height: auto;
    margin: 20px 0px 0px;
    clear: left;
    width: 100%;
    padding: 10px 40px 10px 10px;
    position: relative;
    display: block;
    background-size: auto;
    background-color: rgb(233, 238, 241);
    border-radius: 3px;
    background-image: url(/v4/assets/img/lada_finance/arrdwn.svg);
    background-position: 97% 50%;
    background-repeat: no-repeat no-repeat;
    -webkit-appearance: none;
}

.balloon_other_cars option {
    float: right;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: PragmaticaC;
    color: rgb(73, 89, 102);
    padding: 0px;
    display: block;
}

.balloon_other_base {
    margin: 10px 0px 0px;
}

.balloon_other_cars.balloon_main {
    width:45%;
}

.balloon_other_base.balloon_main {
    clear: unset;
    width: 45%;
    float: right;
    margin-top: 20px;
}

@media only screen and (max-width: 599px) {
    .balloon_other_cars.balloon_main {
        width:100%;
    }
    .balloon_other_base.balloon_main {
        width: 100%;
    }
}

@media only screen and (max-width: 369px) {
    .balloon_other_cars option {
        width: 80%;
    }
}