

/* Start:/local/templates/runordie/components/bitrix/news.detail/event/style.css?17339264543394*/
.news-page__content img {
    max-width: 100%;
    margin-bottom: 1.4em;
}

.news-page__content h2,
.news-page__content.h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 900;
}

@media (max-width: 1240px) {
    .news-page__content h2,
    .news-page__content.h2 {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media (max-width: 991.92px) {
    .news-page__content h2,
    .news-page__content.h2 {
        font-size: 28px;
        line-height: 1.3;
    }
}

@media (max-width: 767.92px) {
    .news-page__content h2,
    .news-page__content.h2 {
        font-size: 24px;
        line-height: 1.3;
    }
}

.news-page__content h3,
.news-page__content .h3 {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
}

@media (max-width: 1240px) {
    .news-page__content h3,
    .news-page__content .h3 {
        font-size: 26px;
        line-height: 1.1;
    }
}

@media (max-width: 991.92px) {
    .news-page__content h3,
    .news-page__content .h3 {
        font-size: 22px;
        line-height: 1.1;
    }
}

@media (max-width: 767.92px) {
    .news-page__content h3,
    .news-page__content .h3 {
        font-size: 20px;
        line-height: 1.1;
    }
}

.news-page .container {
    position: relative;
    z-index: 2;
}

.news-page__title {
    font-size: 36px;
    line-height: 40px;
}

@media (max-width: 767.92px) {
    .news-page__title {
        font-size: 28px;
        line-height: 32px;
    }
}

.news-page__title-block {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f6f4f1;
}

.event-props__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.event-props {
    margin-top: 40px;
}

.event-props__list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.event-props__item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);
    margin: 10px;
}

.event-props__item span:first-child {
    font-weight: 600;
    margin-bottom: 6px;
}

.event-props__item a,
.event-props__calendar-item a {
    display: inline-block;
    text-decoration: underline;
    font-weight: 600;
}

.event-props__item a:hover,
.event-props__calendar-item a:hover {
    text-decoration: none;
}

.event-props {
    padding: 20px 0;
    margin: 20px 0;
    border-bottom: 1px solid #f6f4f1;
    border-top: 1px solid #f6f4f1;
}

.event-props__calendar-item {
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .event-props__item {
        width: 100%;
        margin: 0 0 10px;
    }

    .event-props__list {
        margin: 0;
    }
}

.news-navigation {
    display: flex;
    margin-top: 20px;
    font-weight: 500;
}

.news-prev,
.news-next {
    width: calc(50% - 20px);
    font-weight: 500;
    text-decoration: underline;
}
.news-prev{
    margin-right: auto;
}

.news-next{
    margin-left: auto;
}
.news-prev:hover,
.news-next:hover {
    text-decoration: none;
}
.news-page__content img{
    max-width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .news-navigation {
        flex-wrap: wrap;
    }

    .news-prev,
    .news-next {
        width: 100%;
        margin: 10px 0;
    }
}
/* End */
/* /local/templates/runordie/components/bitrix/news.detail/event/style.css?17339264543394 */
