.el {
    display: none;
}

.el_map {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.el.active {
    display: block;
}

.el_map.active {
    visibility: visible;
    height: auto;
    overflow: inherit;
}

.tab_container .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.tab_container .tabs li {
    padding: 10px 5px;
    cursor: pointer;
    text-align: center;
}

.tab_container .tabs li.active {
    background: #8ABC3E;
    color: white;
}

section.content_page.no_margin_bottom {
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .tab_container .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tab_container .tabs li {
        margin-bottom: 10px;
    }
}

#apteka_realty img {
    width: calc(100% - 1px);
    margin: 1rem 0 1rem 0;
}
