.main--news-date {font: 15px/25px Montserrat,Arial,sans-serif;font-size: .867em;line-height: 1.692em;color: #999;padding:20px 20px 10px 20px}
.main--news {display: flex;gap:30px;margin-bottom: 50px}
.main--news-item {width: calc(33.33333% - 20px); height: auto;display: flex;flex-direction: column;}
.main--news-box.maxwidth-theme {margin-bottom: 190px;}
.main--news-title {font-family: Montserrat,Arial,sans-serif;font-weight: 700;line-height: 1.126em;font-size: 24px;color: var(--white_text_black);margin-bottom: 30px; text-align: center;}
.main--news-image {height: 200px;margin: 10px 0;overflow: hidden;width: 100%; text-align: center;}
.main--news-image img{object-fit: cover;object-position: center;transition: .4s}
/*.main--news-item:hover img{transform: scale(1.03)}*/
.main--news-name {color: var(--fill_dark_light);text-decoration: underline;text-decoration-color: var(--light,transparent) var(--dark,#fff);text-underline-offset: 3px;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s;padding: 0 20px;margin: auto 0 20px 0}
.main--news-name:hover {color: #333;color: var(--fill_dark_lite_ccc);}

.main--news-all.btn {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.94;
}
.main--news-all__wrapper {
    text-align: center;
}
@media all and (max-width: 767px) {
    .main--news-item {width: calc(50% - 15px)}
}

@media all and (max-width: 550px) {
    .main--news-item {width: 100%}
}
@media screen and (max-width: 1179px) and (min-width: 768px) {
    .main--news {
        gap: 0;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        /* bottom: 60px; */
        position: static;
        bottom: 40px;
    }
    .main--news-box.maxwidth-theme {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 767px) {
    .main--news {
        gap: 0;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 60px;
    }
    .main--news-box.maxwidth-theme {
        margin-bottom: 60px;
    }
    .main--news-box.maxwidth-theme {
        padding: 0 20px;
    }
    .main--news-item {
        height: auto;
    }
}
