﻿.promo-alt {
    background: #f4f4f4 url(../../img/pattern.svg) center center repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 20px 25px;
    color: #000;
    position: relative;
    text-align: center;
}

    .promo-alt span {
        font-size: 16px;
    }

    .promo-alt .score strong {
        font-size: 25px
    }

    .promo-alt .address-button {
        text-align: center;
        margin-top: 20px;
    }

.modal {
    top:40px;
    z-index: 2147483647;
}

.hyperlink:hover {
    cursor: pointer;
}

.filter_type .active {
    color: #e54750;
}

.logo_normal {
    display: none;
}
header {
    z-index: 999;
}