﻿.top-ribbons {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
}

.language-with-img {
    max-width: 28px;
}

.top-ribbons li {
    margin-right: 16px;
}

.top-ribbons li:last-child {
    margin-right: 0px;
}

.language-with-img img {
    margin-left: 5px;
    width: 100%;
}

@media (min-width: 992px) {
    .ml-auto {
        margin-left: auto;
    }
    .mar-r {
        margin-right: 3.2rem
    }
    .mr-auto {
        margin-right: auto;
    }
    .language-with-img {
        max-width: 28px;
    }
    .language-with-img img {
        margin-left: 5px;
        width: 100%;
    }
    header .top-section {
        margin-top: 34px;
    }
}