@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

	/* COOKIES     */
    .cookies-messages-inside {
        width: 100%;
    }
        .cookies-messages-inside .col-close {
            padding-right: 10px;
        }
        .cookies-messages-inside .col-message {
            width: 90%;
        }

    /* NEWSLETTERS     */
    .newsletter-form .title {
        font-size: 27px;
        margin-right: 30px;
    }
        .newsletter-form .title span {
        }
    .newsletter-form .field {
        width: 240px;
    }
        .newsletter-form .field input {
            width: 240px;
        }

}