

/* Start:/bitrix/templates/jack/components//bitrix/system.pagenavigation/modern_nav/style.css?17752145181191*/
div.modern-page-navigation { 
	padding: 1rem 0;
    font-size:15px;
    display:flex;
    gap:10px;
}
div.modern-page-navigation span, div.modern-page-navigation a {
    width:34px;
    height:34px;
    display:flex;
    background:#eee;
    justify-content: center;
    align-items: center;
    color:#000;
    text-decoration:none;
}
div.modern-page-navigation span:hover, div.modern-page-navigation a:hover {
    background: #DADADA;
}
div.modern-page-navigation .modern-page-current{
    background: #B0CB1F !important;
}
.modern-page-next:before,.modern-page-previous:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(135deg);
    position: relative;
    left: -2px;
}
.modern-page-previous:before {
    transform: rotate(-45deg);
    left: 2px;
}
div.modern-page-navigation a.modern-page-dots {
    width:auto;
    background:none;
    margin: 0 -5px;
}
@media screen and (max-width: 340px) {
    div.modern-page-navigation {
        font-size: 14px;    
        gap: 7px;
    }
    div.modern-page-navigation a.modern-page-dots {       
        margin: 0 -3px;
    }
}
/* End */


/* Start:/bitrix/templates/jack/components/bitrix/news/news/bitrix/news.list/.default/style.css?17752120691449*/
.news_box {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:2rem;
    font-size:15px;
    line-height:1.2;
    margin: 1rem 0;
}
.news_box .news-date-time {color:#848484; font-size:.9rem;}
.news_box img {
    width:100%;
    max-width:100%;
    height:auto;
}
.news_box a {
   color: #000;
   text-decoration:none;
}
.news_box a:hover {
    text-decoration:underline;
}
.news_box .img {
    width: 100%;
    max-height: 210px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.news_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform ease .4s;
    transform: scale(1);
}
.news_box .news_el:hover .img img {    
    transform: scale(1.05);
}
.news_box .news_el {
    display: flex;
    gap: .5rem;
    flex-direction: column;
    justify-content: space-between;
}
.news_box .news_el .news_info{
    display: flex;
    gap: .5rem;
    flex-direction: column;
}
.news_box .news_el .title {
    font-weight:bold;
    color:#000;
    font-size:1.2rem;
}
.news_box .news_el .btn.more {
    background:#B0CB1F;
    color:#000;
    width:100px;
    text-decoration:none;
}
.news_box .news_el .btn.more:hover {
    background:#3E3E3F;
    color:#fff;
}
@media screen and (max-width: 1024px) {
    .news_box {        
        grid-template-columns: 1fr 1fr;        
    }
}
@media screen and (max-width: 600px) {
    .news_box {        
        grid-template-columns: 1fr;        
    }
}
/* End */
/* /bitrix/templates/jack/components//bitrix/system.pagenavigation/modern_nav/style.css?17752145181191 */
/* /bitrix/templates/jack/components/bitrix/news/news/bitrix/news.list/.default/style.css?17752120691449 */
