#main-footer {
    background: initial;
}

#main-footer strong {
    color: inherit;
}

.footer__bottom {
    padding-top: 68px;
    background-color: #2f2f2f;
    line-height: 2.4rem;
    z-index:0;
}

.footer__bottom .region {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__bottom,
.footer__bottom .navigation-menu__link,
.footer__bottom .navigation-menu__link a{
    color: #ffffff;
}

.footer__bottom .navigation-menu__link:hover,
.footer__bottom .navigation-menu__link:hover a{
    color: #95c11f;
}

.footer__bottom h2 {
    font-family: 'ThirstyRoughRegOne', sans-serif;
    font-size: 2.4rem;
    line-height: 1.4rem;
    color: #6d6d6d;
}

#footer-menu .navigation-menu{
    justify-content: center;
}

#footer-menu .navigation-menu__link {
    font-size: 1.1rem;
    line-height: 3rem;
    z-index:2;
}

#footer-menu .navigation-menu__link:not(:last-child) {
    margin-right: 0;
}

#footer-menu .navigation-menu__link:not(:last-child):after {
    content: '-';
    color: #ffffff;
    padding: 0 10px;
}

.row-footer {
    justify-content: space-between;
    padding-bottom: 20px;
}

.region-footer-bottom-right div {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .footer__bottom div[id^="block-"] {
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    .footer__bottom .region {
        align-items: initial;
    }

    .footer__bottom {
        position: relative;
        overflow: hidden;
        background: url("../../img/map.png") no-repeat center top #2f2f2f;
        background-size: auto 330px;
    }

    .footer__bottom:before {
        content: '';
        position: absolute;
        top: 0;
        left: 47%;
        right: 0;
        bottom: 0;
        background: rgba(36, 36, 36, 0.5);
        transform-origin: 100% 100%;
        transform: skewX(166deg);
    }
}

@media (min-width: 992px) {
    .row-footer {
        width: 910px;
        margin: 0 auto;
    }
}
