

/* Start:/bitrix/components/rt/news.detail/templates/.default/style.css?172311480811601*/
.photo.first {
    display: block;
    position: relative;
    float: left;
    clear: right;
    padding: 4px 20px 10px 0px;
}

.photo.first img {
    padding: 2px;
    border: 1px solid rgb(230, 230, 230);
}

@media screen and (max-width: 479px) {
    .photo.first {
        padding: 4px 0px 20px !important;

    }

    .photo.first, .photo.first img {
        padding: 0px;
        margin-right: 10px;
    }
}

.width100 {
    width: 100% !important;
}

.sliderpreview {
    overflow: hidden;
    position: relative;
}

.sliderpreview ul {
    margin: 0;
    padding: 0;
}

.sliderpreview li {
    display: inline;
    margin: 0 20px 0 0;
    list-style: none;
}

/* IE6 issues */
.sliderpreview ul {
    width: 100%;
    white-space: nowrap;
}

.controlsButtons {
    margin: 0 40px 0 40px;
}


.photo_frame {
    padding: 14px 0;
    border-top: 2px solid rgb(230, 230, 230);
    border-bottom: 2px solid rgb(230, 230, 230);
}

.alignment {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}


.sliderpreviewNoMargin {
    margin: 0px !important;
}

.controlsBtnFrame .prev-page {
    background: url(/images-new/news_detail_gallery.png) no-repeat transparent;
    background-position: 0 0;
    width: 32px;
    height: 37px;
    display: block;
    position: absolute;
    margin-top: -80px;
    left: 25px;
}

.controlsBtnFrame .next-page {
    background: url(/images-new/news_detail_gallery.png) no-repeat transparent;
    width: 32px;
    height: 37px;
    background-position: -37px 0;
    display: block;
    position: absolute;
    margin-top: -80px;
    right: 0px;
}

.pageNav {
    display: block;
    position: relative;
    text-align: center;
}

.pageNavBtn {
    background: url(/images-new/news_detail_gallery.png) 0 -110px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 5px 5px 0 0;
    display: inline-block;
}

.currentNavBtn {
    background-position: -19px -110px;
}

.sliderpreview img {
    border: 1px solid rgb(235, 235, 235);
    padding: 2px;
}

.navigation {
    padding-bottom: 20px;
}


.print_v .back2news {
    display: none;
}

.print_v .newsdata {
    display: block;
}

.print_v .photo.first {
    display: inline-block;
}

#content .print_v p {
    clear: none;
}

.print_v .share_frame {
    display: none;
}

.print_v .navigation {
    display: none;
}


.toggle_block {
    display: none;
}

.toggle_block.print_it {
    display: block;
}

#conditions {
    cursor: pointer;
}

.list_sublist ol li {
    list-style-type: none !important;
}

.list_sublist {
    counter-reset: list1;
}

.list_sublist > li {
    counter-increment: list1;
}

.list_sublist ol {
    counter-reset: list2;
}

.list_sublist ol li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}

.list_sublist ol {
    margin-left: -35px;
}

/* NEW SLIDED */
.slick-prev:before {
    content: "" !important;
}

.slick-next::before {
    content: "" !important;
}

.single-arrow {
    display: inline-block;
    background: #7700FF url(/images/single-arrows.svg) 50% 50% no-repeat;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    transition: .3s;
    min-width: 2.85714rem;
    height: 2.85714rem;
    width: 2.85714rem;
    z-index: 1;
    color: transparent !important;
    transform: translateY(-50%);
}

.single-arrow--reverse {
    transform: translateY(-50%) rotate(180deg);
}

.single-arrow:hover {
    background-color: #FF4F12;
}

.gallery {
    position: relative;
    overflow-x: hidden;
    padding-top: 8.57143rem;
    padding-left: 50px;
    padding-right: 50px;
}

.gallery--media {
    overflow: visible;
}

.gallery--media .slick-prev {
    top: auto !important;
    bottom: 0;
    left: 0 !important;
    transform: translateY(50%) rotate(180deg) !important;
}

@media (max-width: 1023px) {
    .gallery--media .slick-prev {
        display: none;
    }
}

.gallery--media .slick-next {
    top: auto !important;
    bottom: 0;
    right: 0 !important;
    transform: translateY(50%) !important;
}

@media (max-width: 1023px) {
    .gallery--media .slick-next {
        display: none;
    }
}

.gallery--media .gallery__media {
    position: static;
}

.gallery__media {
    position: relative;
}

.gallery__media--list .slick-prev {
    left: -2.14286rem !important;
}

.gallery__media--list .slick-next {
    right: -2.14286rem !important;
}

.gallery__media .slick-prev, .gallery__media .slick-next {
    position: absolute;
    top: 14.28571rem;
    transform: translate(0, -50%);
    z-index: 1;
    display: inline-block;
    background: #7B939B url(/images/single-arrows.svg) 50% 50% no-repeat !important;
    /* border-radius: 5px;*/
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.3s;
    /* min-width: 2.85714rem;*/
    height: 176px;
    width: 32px;
    color: transparent;
}

.slick-arrow {
    bottom: 95px !important;
}

.gallery__media .slick-prev:hover, .gallery__media .slick-next:hover {
    background-color: #ff4f12 !important;
}

.gallery__media .slick-prev {
    left: -5rem;
    transform: translateY(-50%) rotate(180deg);
}

.gallery__media .slick-next {
    right: -5rem;
}

.gallery__wrap {
    position: relative;
    /*overflow: scroll;*/
    width: 100%;
}

.gallery__wrap .slick-prev, .gallery__wrap .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    display: inline-block;
    background: #13407d url(/images/single-arrows.svg) 50% 50% no-repeat;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.3s;
    min-width: 2.85714rem;
    height: 2.85714rem;
    width: 2.85714rem;
    color: transparent;
}

.gallery__wrap .slick-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.gallery__wrap .slick-next {
    right: 0;
}

.gallery__wrap .slick-slide {
    height: auto;
    margin: 0 0.4rem;
}

.gallery__images {
    display: flex;
    justify-content: flex-start;
}

.gallery__image {
    height: 176px;
    /* border-radius: .35714rem;*/
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    cursor: pointer;
}

.gallery__image--auto {
    width: auto !important;
}

.gallery__image--small {
    width: 12.14286rem;
}

.gallery__image-modal {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: calc(100vh - 80px) !important;
}

@media (max-width: 768px) {
    .gallery__image-modal {
        max-width: 100% !important;
    }
}

.gallery__btn {
    position: absolute;
    top: 60%;
    right: -5rem;
}

.gallery__slider-btn {
    position: absolute;
    left: 7.57143rem;
    top: 50%;
}

.gallery__slider-btn--next {
    left: auto;
    right: 7.57143rem;
}

@media (max-width: 989px) {
    .gallery__remodal .gallery__slider-btn--next {
        right: 55px;
    }

    .gallery__remodal .gallery__slider-btn--prev {
        left: 55px;
    }

}

@media (max-width: 815px) {
    .gallery__slider-btn {
        display: none !important;
    }
}

.gallery__slider--modal .slick-slide > div {
    display: inline-block;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .gallery__slider--modal .slick-slide > div {
        display: flex;
    }
}

.gallery__slider .slick-slide {
    overflow: hidden;
}

.gallery--inner {
    padding-top: 5.71429rem;
}

.gallery--inner:first-child {
    padding-top: 0;
}

@media (max-width: 1440px) {
    .gallery {
        padding-top: 4.28571rem;
        margin-bottom: 4.28571rem;
    }
}

@media (max-width: 1279px) {
    .gallery__btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .gallery {
        padding-top: 2.14286rem;
    }
}

.remodal {
    padding: 0 !important;
}

.remodal-close {
    left: auto;
    right: 200px !important;
    top: -0.7rem !important;
    width: 2.14286rem;
    height: 2.14286rem;
    border-radius: 50%;
    z-index: 15;
}

.remodal-close:before {
    font-size: 1.5rem !important;
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    opacity: 1 !important;
}

@media (max-width: 1024px) {
    .remodal-close {
        right: 20px !important;
    }

}

@media (max-width: 768px) {
    /*.remodal-close {
      right: 20px !important;
      top: -35px !important;
    }*/
    .remodal-close {
        right: 0 !important;
        top: 0 !important;
    }

}

.remodal-wrapper {
    overflow-x: hidden !important;
    padding: 20px 10px !important;
}

.no-controls {
    padding-left: 0;
    padding-right: 0;
}

.photo-page-main .gallery.no-controls,
.photo-page-section .gallery.no-controls,
.news-detail .gallery.no-controls {
    margin-left: -0.4rem;
}

.unusable-wrapper {
    position: relative;
    z-index: 2;
}

.unusable-wrapper:after {
    display: none;
}

.gallery__remodal {
    background: transparent !important;
}

.remodal-close.remodal-news-detail {
    top: -35px !important;
    right: 0px !important;
}

.gallery__remodal .slick-initialized .slick-slide {
    display: flex;
    align-content: center;
    justify-content: center;

    height: 100% !important;
}

.gallery__remodal .slick-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .gallery__remodal .slick-slider .slick-track {
        display: block;
    }

}

.gallery__remodal.gallery__remodal--photogallery {
    max-width: 100%;
    margin: 0 !important;
}

.gallery__remodal.gallery__remodal--photogallery .remodal-close {
    top: -35px !important;
    right: 10px !important;
}

@media (max-height: 800px) {
    .gallery__remodal.gallery__remodal--photogallery .remodal-close {
        top: -35px !important;
        right: 0 !important;
    }
}

.gallery__remodal .gallery__image-modal--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .gallery__remodal .gallery__image-modal--wrapper {
        max-height: 560px !important;
    }
}

.gallery__remodal .gallery__image-modal--wrapper .gallery__image-modal {
    max-width: 100% !important;
}

@media (max-width: 480px) {
    .gallery__remodal .gallery__image-modal--wrapper .gallery__image-modal {
        max-height: calc(100vh - 60px) !important;
    }
}

.gallery__remodal .gallery__slider {
    display: flex;

    max-height: 100vh;
}

@media (max-width: 480px) {
    .gallery__remodal .gallery__slider {
        max-height: 560px !important;
    }
}

.gallery__remodal .gallery__slide {
    max-width: 100%;
    width: auto !important;
    height: 100%;
    align-items: center;
}

.gallery__remodal .gallery__slide.gallery__slide--photogallery {
    position: relative;
}

@media (max-width: 768px) {
    .gallery__remodal .gallery__slide.gallery__slide--photogallery {
        height: auto !important;
    }
}

.gallery__remodal .slick-slider .slick-list {
    max-height: 100%;
}

.gallery__remodal .slick-slider .slick-track {
    max-height: 100%;
}

.gallery__remodal .gallery__author-tooltip.gallery__author-tooltip--photogallery {
    bottom: 0;
    right: 10px;
    transform: translateX(0);
}

.gallery__image-auto {
    object-fit: contain;
    max-height: calc(100vh - 80px) !important;
}

.gallery__slide.gallery__slide--one {
    height: 100%;
}

.gallery__slider.gallery__slider--modal.gallery__slider--one {
    max-height: 100%;
}
/* End */
/* /bitrix/components/rt/news.detail/templates/.default/style.css?172311480811601 */
