.news--index .news-card-info{
height: 100%;
padding: 10px;
}
.news--index .button.button--secondary{
    padding: 10px 30px;
}
.news-card img{
    min-height: -webkit-fill-available;
}

/*Скрытие пункта меню на мобильном разрешении*/
/*@media (max-width: 768px) {
    .menu-item[data-class="mobile-only-contact"] {
        display: none;
    }
}*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
.form-success {
    color: #000;
}
.cookie-notification {
    font-family: 'Nunito Sans', sans-serif;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ebebeb;
    padding: 24px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    margin: 1.5%;
}
.cookie__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #353632;
}
.cookie__info {
    line-height: 140%;
    display: flex;
    gap: 24px;
    color: #878784;
    font-size: 18px;
}
.cookie__buttons {
    display: flex;
    gap: 12px;
}
.cookie-notification a {
    color: #353632;
    text-decoration: none;
}
.cookie__button {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    border-radius: 60px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
	align-self:start;
}
.cookie-notification .accept {
    background-color: #353632;
    color: white;
}
.cookie-notification .decline {
    background-color: #fff;
    color: #000;
}
@media (max-width: 1024px) {
    .cookie__info {
        flex-direction: column;
    }
}