

/* Start:/local/templates/agymn/components/bitrix/news.detail/news/style.css?17876703607162*/
.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;
}
.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/news/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/news/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/news/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/news/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/news/images/tg.svg") no-repeat;
    background-position: center top;
}




ul.unstyled {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .detail-container .article-detail_text img {
      padding: 15px 15px;
      max-width: 100%;
      height: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  button.unstyled {
      border: 0;
      background: transparent;
      padding: 0;
      margin: 0;
      cursor: pointer;
    }

.opinions-list__container.swiper-container {
    overflow: visible;
}

.news-page-slider img {
    margin: 0 !important;
}

.swiper-container__detail-wrp {
    height: 500px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-column-gap: 15px;
}
.swiper-lazy {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.swiper-lazy-loaded {
    opacity: 1;
}
.swiper-container__detail-wrp .swiper-lazy-preloader {
    -webkit-animation: unset;
    -o-animation: unset;
    animation: unset;
}

.swiper-container__detail-wrp .swiper-lazy-preloader:after {
    display: none;
    content: unset;
}

.swiper-container__detail-wrp .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}

.swiper-container__detail {
    height: inherit;
    overflow: hidden;
}

.article-detail_text .news-page-slider .swiper-container__detail img {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -o-object-fit: cover;
    margin: 0 !important;
}

.swiper-container__detail img.fit-contain {
    object-fit: contain !important;
    -o-object-fit: contain !important;
}

.swiper-container__detail-thumbs-wrp {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: inherit;
}

.swiper-container__detail-thumbs-wrp .swiper-wrapper {
    height: unset;
}

.swiper-container__detail-thumbs-wrp .swiper-slide {
    margin-bottom: 15px;
}

.swiper-container__detail-thumbs-wrp .swiper-slide img {
    opacity: 0.3;
    -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;
    margin: 0 !important;
    padding: 0 !important;
}

.swiper-container__detail-thumbs-wrp .swiper-slide:hover {
    cursor: pointer;
}

.swiper-container__detail-thumbs-wrp .swiper-slide:hover img {
    opacity: 1;
}

.swiper-container__detail-thumbs-wrp .swiper-slide-thumb-active img {
    opacity: 1;
}

.swiper-container__detail-thumbs-wrp .navigation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.swiper-container__detail-thumbs-wrp .navigation button {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: url("/local/templates/agymn/components/bitrix/news.detail/news/images/swiper-up.svg") center no-repeat;
    left: 50%;
    transform: translateX(-50%);
    opacity: .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;
}

.swiper-container__detail-thumbs-wrp .navigation button:hover {
    opacity: 1;
    cursor: pointer;
}

.swiper-container__detail-thumbs-wrp .navigation button.swiper-button-disabled {
    cursor: default;
    opacity: 0;
}

.swiper-container__detail-thumbs-wrp .navigation button.swiper-thumbs-button-next {
    top: unset;
    bottom: 0;
    background: url("/local/templates/agymn/components/bitrix/news.detail/news/images/swiper-down.svg") center no-repeat;
}

.swiper-container__detail-thumbs {
    overflow: hidden;
    height: 100%;
}

.swiper-container__detail-thumbs .swiper-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.swiper-container__detail-thumbs .swiper-wrapper .swiper-slide {
    max-width: 100px;
    height: calc(20% - 12px);
    max-height: calc(20% - 12px);
    min-width: 100%;
}

.swiper-container__detail-thumbs img {
    width: 100% !important;
    height: 100% !important;
    -webkit-object-fit: cover;
    object-fit: cover !important;
    -o-object-fit: cover;
}
@media (max-width: 767px) {
    .swiper-container__detail {
        height: 400px;
    }
    .swiper-container__detail-wrp {
        height: unset;
        display: block;
        grid-template-columns: unset;
        grid-column-gap: unset;
        width: 100%;
    }
    .swiper-container__detail-thumbs .swiper-wrapper {
        flex-direction: row;
    }
    .swiper-container__detail-thumbs-wrp .swiper-container__detail-thumbs .swiper-slide {
        margin-bottom: 0;
        margin-right: 15px;
        max-height: unset;
        height: 100px;
        width: calc(20% - 12px);
        max-width: calc(20% - 12px);
        min-width: 5%;
    }
    .swiper-container__detail-thumbs-wrp .swiper-container__detail-thumbs .swiper-slide:last-child {
        margin-right: 0px;
    }
    .swiper-container__detail-thumbs-wrp {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .swiper-container__detail-thumbs img {
        object-fit: cover;
        -o-object-fit: cover;
    }
    .swiper-container__detail-thumbs-wrp .navigation {
        display: none;
    }
}
/* 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/news/style.css?17876703607162 */
/* /local/templates/agymn/components/dev/news.events/news_recommend/style.css?178767036010013 */
