.vk-btn {
	display:none !important;
}
.cookie_button {
    background-color: #040b4f;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
}
.button.cookie_accept {
    color: #ffffff;
    text-align: center;
    margin:0;
}
#cookie_notification{
    display: none;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 15px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

#cookie_notification p{
    margin: 0;
    /*font-size: 1rem;*/
    text-align: left;
}

@media (min-width: 1001px){
    #cookie_notification.show_cookie {
        font-size: 1rem;
        display: flex;
        align-items: center;
    }
}
@media (min-width: 576px) and (max-width: 1000px) {
    #cookie_notification.show_cookie{
        font-size: 10px;
        display: flex;
    }
    .cookie_accept{
        margin: 0 0 0 25px;
    }
}

@media (max-width: 575px) {
    #cookie_notification.show_cookie{
        display: block;
        text-align: left;
        margin-bottom: 70px;
    }
    .cookie_accept{
        margin: 10px 0 0 0;
    }
    #cookie_notification {
        font-size: 10px;
    }
    .cookie_button {
        text-align: center;
    }
    .button.cookie_accept {
        width: 100%;
    }
    #main_page_banner {
        height: 400px;
        overflow: hidden;
    }
    .mainpage-banner-image video, 
    .mainpage-banner-image img {
        width: auto;
    }
}