﻿.cookieaccepter-section
{
    background-color: #ffffff;/*#393939;*/
    bottom: 0px;
    box-shadow: 0px 10px 80px rgba(0,0,0,0.08);
    color: #4e4d54;
    left: 0px;
    position: fixed;
    right: 0px;
    z-index: 1000;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 41px;
    padding-left: 80px;  
    display: block; 
    margin: 0;
}

.cookieaccepter-section::before, .cookieaccepter-section::after,
.cookieaccepter-body::before, .cookieaccepter-body::after,
.cookieaccepter-body p::before, .cookieaccepter-body p::after,
.cookie_eu_consented_ok::before, .cookie_eu_consented_ok::after,
.cookieaccepter-body a::before, .cookieaccepter-body a::after {
    box-sizing: inherit;
}

@media (max-width: 767px)
{
    .cookieaccepter-body
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -ms-flex-align: flex-start;
        align-items: flex-start; 
    }

        .cookieaccepter-body p
        {
            margin-bottom: 16px;
            font-size: 1.38em;
            font-weight: 200;
            line-height: 1.78em;
            color: #4e4d54;
        }

    .cookie_eu_consented_ok
    {
        align-items: center;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        justify-content: center;        
        outline: none;
        padding: 6px 12px;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        background-color: #337ab7;
        color: #ffffff;
        border: 1px solid #2e6da4;
        font-size: 14px;
        line-height: 1.4285;
        letter-spacing: 0.87px;
        text-transform: uppercase;
        font-weight: 500;
        min-width: 150px !important;
        width: auto;
    }
}

@media screen and (min-width:768px)
{
    .cookieaccepter-body a
    {
        margin-left: 7px;
    }

    .cookieaccepter-body
    {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;        
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: flex-start;
    }

        .cookieaccepter-body p
        {
            margin-bottom: 0;
            font-size: 1.2em;
            font-weight: 200;
            line-height: 1.4em;
            color: #4e4d54;
        }

    .cookie_eu_consented_ok
    {
        margin-left: 41px;
        align-items: center;    
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;    
        display: flex;   
        justify-content: center;       
        outline: none;       
        text-align: center;
        text-decoration: none;                   
        letter-spacing: 0.87px;
        text-transform: uppercase;        
        min-width: 150px !important;
        width: auto;
        overflow:visible;
    }
}

.cookieaccepter-body a
{
    background-color: transparent;    
    margin-left: 2px;
    position: relative;    
}

.footer-legal
{
    padding-top: 12px;
    font-size: 12px;  
    line-height: 18px;      
    font-weight: 400;    
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #4e4d54;
    display: flex;
}   

.footer-legal .legal-link
{
    text-decoration: none;   
}

.footer-legal .fooret-legal-sep
{
    width: 1px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #4e4d54;
    box-sizing: border-box;
    color: #4e4d54;
}