

/* Start:/local/templates/skazka/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17454921472481*/
.news-detail * {
    font-family: "Roboto", sans-serif;
}
.news-detail {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px 38px;
    margin-bottom: 110px;
}
.news-detail-column:nth-child(1){
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
.news-detail-column:nth-child(1) img{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 10px;
}
.news-detail h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 24px;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #28364D;
    margin-bottom: 30px;
}
.news-detail_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #303030;
}
.news-other-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 16px;
    letter-spacing: -0.16px;
    color: #303030;
    margin-bottom: 20px;
}
.news-other-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.news-other-item img{
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
}
.news-other-item_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #28364D;
    margin-bottom: 10px;
}
.news-other-date-more {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.news-other-date span{
    color: #000;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    padding: 5px 10px;
    background-color: #EFEFEF;
    border-radius: 4px;
}
.news-other-more{
    text-align: right;
}
.news-other-more a {
    background-color: #C22A3E;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 26px;
    padding: 5px 10px;
    text-decoration: none;
}
div.footer {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .news-detail {
        gap: 40px 20px;

    }
    .news-other-title {
        font-size: 20px;
        line-height: 16px;
    }
    .news-detail-column:nth-child(1){
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .news-detail {
        grid-template-columns: 1fr;
    }
    .news-other-item {
        display: inline-block;
        max-width: 320px;
    }
    .news-detail h1 {
        font-size: 26px;
        line-height: 28px;
    }
    .news-other-date {
        order: 2;
        text-align: right;
    }
    .news-other-more {
        order: 1;
        text-align: left;
    }
}
/* End */
/* /local/templates/skazka/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17454921472481 */
