

/* Start:/local/templates/agymn/components/bitrix/news.detail/events/style.css?17876703601926*/
.news-detail__block:not(:last-child) {
    margin-bottom: 30px;
}
.news-detail__img img {
    max-width: 100%;
    max-height: 500px;
}
.news-detail_detail img {
    margin-top: 24px;
    margin-bottom: 12px;
}
.share-social-buttons {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30 px;
}
.share-social-buttons .ya-share2__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.share-social-buttons .ya-share2__item {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.share-social-buttons .ya-share2__item:hover {
    opacity: 1;
}
.share-social-buttons .ya-share2__list > li {
    margin-right: 15px;
}
.share-social-buttons a {
    text-decoration: none;
}
.share-social-buttons .ya-share2__icon {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
}
.share-social-buttons .ya-share2__title {
    display: none;
}
.share-social-buttons .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url("/local/templates/agymn/components/bitrix/news.detail/events/images/vk.svg") no-repeat;
    background-position: center top;
}

.share-social-buttons .ya-share2__item_service_facebook .ya-share2__icon {
    background: url("/local/templates/agymn/components/bitrix/news.detail/events/images/fb.svg") no-repeat;
    background-position: center top;
}

.share-social-buttons .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background: url("/local/templates/agymn/components/bitrix/news.detail/events/images/ok.svg") no-repeat;
    background-position: center top;
}

.share-social-buttons .ya-share2__item_service_twitter .ya-share2__icon {
    background: url("/local/templates/agymn/components/bitrix/news.detail/events/images/tr.svg") no-repeat;
    background-position: center top;
}

.share-social-buttons .ya-share2__item_service_telegram .ya-share2__icon {
    background: url("/local/templates/agymn/components/bitrix/news.detail/events/images/tg.svg") no-repeat;
    background-position: center top;
}

/* End */


/* Start:/local/templates/agymn/components/dev/news.events/news_recommend/style.css?178767036010013*/
div.news-list {
    word-wrap: break-word;
}
div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}
.news-date-time {
    color: #486daa;
}

ul.last-news_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.last-news_list {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.last-news_list > li {
    min-height: 440px; /*500*/
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    filter: drop-shadow(2px 2px 20px rgba(0, 55, 96, 0.1));
}

.last-news_list .article {
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.last-news_list article.hover:hover {
    -webkit-transform: scale(1.015) translateZ(0);
    -moz-transform: scale(1.015) translateZ(0);
    -ms-transform: scale(1.015) translateZ(0);
    -o-transform: scale(1.015) translateZ(0);
    transform: scale(1.015) translateZ(0);
    box-shadow: 0 0 20px rgb(0 44 73 / 10%);
    z-index: 11;
}

.last-news_list > li .article:not(.event) {
    min-height: inherit;
    height: 100%;
}

.article.image-bg {
    width: 100%;
    height: inherit;
    min-height: inherit;
    padding: 32px;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.article.image-bg:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: "";
    pointer-events: none;
}

.article__image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.article__image > a {
    display: block;
    line-height: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.article.image-bg .article__image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.last-news_list .article .lazy-preview-wrp {
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

article img,
article .category,
article .article_title,
article a,
article .category_title,
article .month,
article .day,
article .year,
article .opinion__text,
article .opinion__name,
article .media__count {
    position: relative;
    z-index: 2;
    color: unset;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    -moz-transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    filter: blur(0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.article__image img.lazy {
    opacity: 0;
}

.last-news_list .article .lazy-preview-wrp img {
    filter: blur(20px);
    backface-visibility: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    z-index: 0;
}

.last-news_list .article.image-bg .article__image img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 1;
}

.last-news_list .article__image img.loaded,
.last-news_list .article__image img.lazy {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.last-news_list article .category {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #eff9fe;
    padding-bottom: 7px !important;
}

.last-news_list .article .category {
    padding: 30px 15px;
    color: #b9b9b9;
    z-index: 3;
}

.last-news_list .article.image-bg .category {
    width: max-content;
    padding: 0px;
    color: #fff;
}

.last-news_list article .category .date {
    text-align: center;
    padding-right: 20px;
}

.last-news_list article .category .date {
    font-size: 14px !important;
}

.last-news_list article .category .date .month {
    position: relative;
    top: 5px;
}

.last-news_list .article .category .day {
    text-decoration: none;
}

.last-news_list article .category .date .day {
    font-size: 30px;
    line-height: 1em;
}

.last-news_list .article .category .day a {
    text-decoration: none;
    color: #69717c;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.last-news_list .article.image-bg .category .day a {
    color: #ffffff;
}

.last-news_list article .category .date .year {
    position: relative;
    top: -4px;
}

.last-news_list .article .category .category_title {
    position: relative;
    opacity: 0.99;
    z-index: 3;
}

.last-news_list .article .category .category_title a {
    color: #69717c;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.last-news_list .article.image-bg .category .category_title a {
    color: #ffffff;
}
.last-news_list .article .category .category_title a {
    text-transform: initial !important;
}

.last-news_list .article .article_title {
    color: #000000;
    line-height: 1.25em;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
}

.last-news_list .article.image-bg .article_title a {
    color: #fff;
}

.last-news_list .article.image-bg .article_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15em;
    color: #fff;
    padding: 0;
    position: absolute;
    bottom: 30px;
    width: calc(100% - 50px);
}

.last-news_list article .article_title a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.last-news_list article:not(.image-bg).hover:hover .article_title a {
    color: #00aeef;
}
.last-news_list .article .article_title a {
    color: #000;
}

.last-news_list .article.image-bg .category .category_title a {
    color: #ffffff;
}
.last-news_list .article .category .category_title a {
    text-transform: initial !important;
}
.last-news_list .article .category .category_title a {
    color: #69717c;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.news__blocks a.full {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.last-news_list article .article_title.long-string {
    font-size: 18px;
    padding-top: 16px;
}

@media (min-width: 901px) and (max-width: 1199px) {
    .last-news_list {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-auto-columns: unset;
        grid-template-areas: unset;
    }
    .last-news_list > li {
        grid-area: unset !important;
    }
}
@media (max-width: 991px) {
    .last-news_list .article.image-bg .article_title {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .last-news_list {
        grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
        grid-auto-columns: unset;
        grid-template-areas: unset;
    }
    .last-news_list > li {
        grid-area: unset !important;
        min-height: 350px;
    }
    .last-news_list article .article_title {
        font-size: 18px;
        line-height: 1.4em;
    }
}
@media (max-width: 550px) {
    .article.image-bg {
        height: 180px;
    }
    .article__image {
        height: 180px;
    }
    .last-news_list .article.image-bg .article_title {
        font-size: 18px;
        line-height: 1.25em;
    }
    .last-news_list article .article_title a {
        font-size: 14px;
        line-height: 20px;
    }
    .last-news_list > li {
        grid-area: unset !important;
        min-height: 250px;
    }
}

/* End */
/* /local/templates/agymn/components/bitrix/news.detail/events/style.css?17876703601926 */
/* /local/templates/agymn/components/dev/news.events/news_recommend/style.css?178767036010013 */
