/*
 .header-topbarbox__item {
    font-size: 10px;
    font-weight: 400;
    border-left: 1px solid #3e4044;
    border-right: 1px solid #3e4044;
    text-transform: uppercase;
    float: left;
    margin-right: -1px;
    padding: 15px 30px 6px;
    line-height: 1;
    letter-spacing: .1em;
    min-height: 39px;
    color: #fff;
}*/

.b-title-page_w_bg:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba( 0, 0, 0, 0.3);
}

.sp-slide-overlay {
    position: relative;
    z-index: 10;
    background: rgba( 0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}

.main-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 760px;
    margin: 20px auto
}

.main-popup .mfp-close {
    color: #fff !important;
    opacity: 1 !important
}

/* Cookies banner */
#cookies-banner {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    padding: 20px;
    opacity: .9;
}
#cookies-banner .text {
    width: calc(100% - 170px);
}
#cookies-banner .button-wrapper {
    width: 150px;
    position: absolute;
    right: 20px;
    top: calc(50% - 23px);
}
@media (max-width: 768px){
    #cookies-banner .text{
        width: unset;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    #cookies-banner .button-wrapper{
        position: relative;
        right: inherit;
        top: inherit;
    }
}
@media (max-width: 500px){
    #cookies-banner{
        max-height: 180px;
        overflow-y: auto;
    }
}
@media (max-height: 400px){
    #cookies-banner{
        max-height: 180px;
        overflow-y: auto;
    }
}