

/* Start:/local/templates/skazka/components/bitrix/system.pagenavigation/news/style.css?17454897181825*/
.news-page-navigation {
    text-align: center;
}
.news-page-navigation *{
    font-family: "Roboto", sans-serif;
}
.news-page-navigation a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    color: #000;
    margin-right: 5px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
    padding: 4px 0;
    margin-bottom: 5px;
}
.news-page-navigation a:hover,
.news-page-navigation a:active,
.news-page-navigation a:focus {
    border: 1px solid #C22A3E;
}
.news-page-current {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #C22A3E;
    border: 1px solid #C22A3E;
    border-radius: 4px;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    padding: 4px 0;
    margin-bottom: 5px;
}
.news-page-dots {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    color: #000;
    margin-right: 5px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    padding: 4px 0;
    margin-bottom: 5px;
}
a.news-page-previous svg,
a.news-page-next svg{
   vertical-align: middle;
}
.news-page-arrow-disabled {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    color: #000;
    margin-right: 5px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    padding: 4px 0;
    opacity: 50%;
    margin-bottom: 5px;
}
/* End */


/* Start:/local/templates/skazka/components/bitrix/news/news/bitrix/news.list/.default/style.css?17454915332166*/
.news-grid *{
    font-family: "Roboto", sans-serif;
}
h1 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #3E3E3E;
    margin: 0 0 20px 0;
}
.news-iblock-desc {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}
.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 35px 0 35px 0;

}
.news-item {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.news-item img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.news-name-link{
    display: block;
    text-decoration: none;
    color: #3E3E3E;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
.news-preview-date {
    display: grid;
    grid-template-columns: 4fr 1.5fr;
    gap: 10px;
    margin-bottom: 10px;
}
.news-preview-text {
    color: #303030;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.16px
}
.news-date {
    text-align: right;
}
.news-date span {
    background-color: #EFEFEF;
    border-radius: 4px;
    padding: 5px 13px;
    text-align: center;
    font-size: 10px;
    line-height: 26px;
    font-weight: 500;
}
.news-detail-link {
    display: block;
    background-color: #C22A3E;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 6px;
}
div.footer {
    margin-top: 0;
}
.only-mobile-650 {
    display: none;
}

@media (max-width: 1024px) {
    .news-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 650px) {
    .news-preview-date {
        grid-template-columns: 1fr;
    }
    .news-preview-date .news-date {
        display: none;
    }
    .news-date {
        text-align: left;
        margin-bottom: 10px;
    }
    .only-mobile-650 {
        display: block;
    }
}
@media (max-width: 550px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/skazka/components/bitrix/system.pagenavigation/news/style.css?17454897181825 */
/* /local/templates/skazka/components/bitrix/news/news/bitrix/news.list/.default/style.css?17454915332166 */
