.page-block-weight{
	display: none!important;
	visibility: hidden!important;
	height: 0px !important;
}


.s_map {
   width: 100%; 
    height: auto;
    z-index: -22;
    position: absolute;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Medium.woff2') format('woff2'),
        url('OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-SemiBold.woff2') format('woff2'),
        url('OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Light.woff2') format('woff2'),
        url('OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



.cookie-politics {
    display: none;
    position: fixed;
    left: 0;        
    bottom: 0;
    width: 100%;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
    padding: 40px 45px;
    z-index: 9999;
}
.cookie-politics__inner {
    display: flex;
    align-items: center;
}
.cookie-politics__logo {
    margin-right: 20px;
}
.cookie-politics__logo svg {
    display: block;
    margin: auto;
}
.cookie-politics__text {
    color: #545454;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-grow: 1;
    margin-right: 20px;
}
.cookie-politics__text a {
    color: #5F7CED;   
    text-decoration: none;     
}
.cookie-politics__button {

}
.cookie-politics__button span {
    display: inline-block;
    border-radius: 3px;
    background: #5F7CED;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    width: 98px;
    min-width: 98px;
    text-align: center;
    padding: 12px 0px;      
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media only screen and (max-width: 768px) {
    .cookie-politics {
        padding: 15px;
    }
    .cookie-politics__logo {
        display: none;
    }
    .cookie-politics__inner {
        display: block;
        text-align: center;
    }
    .cookie-politics__text {
        margin-right: 0;
    }
    .cookie-politics__button {
        margin-top: 20px;
    }
}
