.side-bar {
    padding: 0 var(--spacing);
    word-break: break-word;
}

.side-bar .sb-ad {
    display: inline-block;
    margin: auto;
    margin-top: 32px
}

.side-bar .sb-ad img {
    width: 100%
}

.side-bar .content-menu-block {
    display: inline-block;
    text-align: left;
    max-width: 300px
}

.side-bar .content-menu-block h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    background-color: #e3a511;
    padding: 12px 4px 12px 12px;
    margin-bottom: 0
}

.side-bar .content-menu-block .tab-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #000
}

.side-bar .content-menu-block .tab-menu li {
    list-style: none;
    display: inline-block;
    padding: 8px 4px 8px 8px;
    font-size: 13px
}

.side-bar .content-menu-block .tab-menu li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.side-bar .content-menu-block .tab-menu li.active a {
    color: #e3a511
}

.tab-content ul {
    display: none;
    padding: 12px 0;
    margin: 0
}

.tab-content ul.active {
    display: block
}

.tab-content ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 8px 0
}

.tab-content ul li a {
    position: relative
}

.tab-content ul li a img {
    float: left;
    display: block;
    border-right: 10px solid #fff
}

.tab-content ul li a div {
    float: left;
    max-width: 202px;
    display: block;
    line-height: 19px;
    font-size: 11px;
    padding: 8px;
    text-transform: uppercase;
    background-color: #f2edeb;
    color: #000;
    width: auto;
    text-decoration: none
}

@media screen and (max-width:1024px) {

    .side-bar {

        padding: 0 var(--spacing);
    }

    .tab-content ul li a div {
        max-width: -1px
    }
}

@media screen and (max-width:975px) {
    .tab-content ul li a div {
        max-width: 170px
    }
}

.tab-content ul li a div h5 {
    font-size: 11px;
    display: inline-block;
    padding: 0;
    padding-right: 12px;
    margin: 0;
    font-weight: normal
}

.tab-content ul li a div:hover {
    background-color: #000;
    color: #fff
}

.tab-content ul li a .badge {
    position: absolute;
    top: 1.8em;
    right: -.8em;
    background-color: #807d7c;
    color: #fff;
    padding: 6px 10px 6px 10px
}

.tab-content ul li a .badge::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    border: 0 solid transparent;
    border-top-color: transparent;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-width: 6px 12px;
    border-width: 0.42857rem 0.85714rem;
    border-left-width: 0;
    border-top-color: #1a1717
}

.tab-content ul li a:hover span {
    background-color: #000;
    color: #fff
}

.tab-content ul li a:hover .badge {
    background-color: #e3a511
}

@media screen and (max-width:1024px) {

    .side-bar {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .side-bar .sb-ad {
        display: block;
        max-width: 300px
    }

    .side-bar .content-menu-block {
        max-width: 100%
    }

    .side-bar .content-menu-block .tab-content ul li a div.item {
        max-width: 80%;
        width: 80%;
        min-height: 38px
    }
}

@media screen and (max-width:768px) {

    .side-bar .content-menu-block .tab-content ul li a img {
        max-width: 18%
    }
}

@media screen and (max-width:576px) {

    .side-bar .content-menu-block .tab-content ul li a div.item {
        max-width: 70%;
        width: 70%;
        min-height: 38px
    }
}