.yellow-background {
    background: rgba(255, 255, 0) !important;
}

.background-yellow {
    background-color: rgba(255, 255, 0) !important;
}

.color-yellow {
    color: rgba(255, 255, 0) !important;
}

.background-black {
    background-color: rgba(0, 0, 0) !important;
}

.color-black {
    color: rgba(0, 0, 0) !important;
}

.box-shadow-black {
    box-shadow: inset 0 -1px 0 0 rgb(0, 0, 0) !important;
}

.border-color-black {
    border-color: rgb(0, 0, 0) !important;
}

.border-top-black {
    border-top: 1px solid black;
}

.border-bottom-black {
    border-bottom: 1px solid black;
}

.border-black {
    border-bottom: 5px solid black;
}

.opacity-50 {
    opacity: .5;
}

#contacts-map {
    height: 680px;
    width: 1320px;
}

.mini-map-inner {
    height: 281px
}

#map .spinner,
#product-section .spinner {
    margin: 20px auto;
}

.info-card img {
    max-width: 100%;
}