.pharmacies.bigcontainer .yandexmap {
    width: 100%;
}
.pharmacies.bigcontainer .yandexmap {
    height: 500px;
}
.yandexmap {
    display: block;
    width: 100px;
    height: 650px;
    margin-bottom: 2em;
}

.pharmacies.bigcontainer .topbar .col button {
    -webkit-appearance: none;
    background-color: #0090d7;
    font-size: 1em;
    border: none;
    margin-right: 6px;
    padding: 8px 24px;
    border-radius: 5px;
    color: #ffffff;
}

.pharmacies_wrap{
    display: flex;
}

.reset-view{
    border-bottom: 1px dotted #3f4655!important;
    margin-left: 7px;
    cursor: pointer;
}

.pharmaciestypes .pharmaciestypes__item label{
    font-weight: 400;
}

/*.only-map-view.active, .only-list-view.active{*/
/*    border-bottom: 2px solid #000;*/
/*}*/

@media screen and (max-width: 957px){
    .pharmacies_wrap{
        flex-direction: column;
    }
}

.apteka__list__item.hidden{
    display: none;
}