.Icon:before {
    display: inline-block;
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.Icon--cookie:before {
    content: "\EA4A";
}

.PrivacyCookie {
    background: #020c41;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 25px 60px;
    position: fixed;
    width: 100%;
    z-index: 400;
    display: none;
}

.PrivacyCookie-wrapper {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1000px;
}

.PrivacyCookie-icon {
    color: #fff;
}

.PrivacyCookie-icon .Icon--cookie {
    color: #fff;
    font-size: 50px;
    display: block;
    height: 50px;
}

.PrivacyCookie-info {
    color: #fff;
    font-size: 12px;
    max-width: 700px;
}

.PrivacyCookie-info p {
    padding: 0 32px;
    font-family: Garnett-Regular, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 16px;	
    margin: 0;
}
.PrivacyCookie-info a {
    color: #689dfa;
}

.PrivacyCookie-button {
    font-family: Garnett-Semibold, sans-serif;
    border: 1px solid hsla(0, 0%, 100%, .6);
    background: transparent;
    border-radius: 4px;
    color: #fff;
    height: 40px;
    padding: 0 12px;
    width: 150px;
    cursor: pointer
}
.PrivacyCookie-button:hover {
    background-color: #e6006b;
    border: 1px solid #e6006b;
    color: #f2f2f0;
}

@media (max-width: 1024px) {
    .PrivacyCookie-icon {
        display: none;
    }
    .PrivacyCookie-info p{
        padding: 0 32px 0 0;
    }
}

@media (max-width: 768px) {
    .PrivacyCookie {
        padding: 20px;
    }
}

@media (max-width: 679px) {
    .PrivacyCookie-wrapper {
        display: block;
    }
    .PrivacyCookie-info p {
        padding: 0 0 20px 0;
    }
}
