

/* Start:/local/templates/blog/css/slick.css?17180878791961*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    padding: 0 10px;
}


.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-list {
    margin: 0 -10px;
}
/* End */


/* Start:/local/templates/blog/css/slick-theme.css?17180878793217*/
@charset 'UTF-8';
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 60px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.4);
    z-index: 100;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: rgba(255, 255, 255, 0.6);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background: url('/local/templates/blog/css/imgs/left-arrow-slider.png');
    width: 14px;
    height: 24px;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -1px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background: url('/local/templates/blog/css/imgs/right-arrow-slider.png');
    width: 14px;
    height: 24px;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/blog/components/bitrix/news/journal/bitrix/news.detail/.default/style.css?17605160703146*/
.article-container .btn-center {
    display: block;
    margin: 16px auto 0;
    width: fit-content;
}

.article .article-title {
    margin-bottom: 36px;
}
.article-description {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.article-creator {
    display: flex;
    align-items: center;
}
.article-description .article-section {
    margin-right: 30px;
}
.article-creator-photo {
    display: flex;
}
.article-creator-photo img {
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.article-creator-photo img + img {
    margin-left: -17px;
}
.article-creator-about {
    font-size: 13.5px;
    line-height: 1.2;
    margin-left: 16px;
}
.article-creator-about span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    white-space: nowrap;
}
.article-creator-enum {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    order: -1;
    margin-bottom: 30px;
    width: 100%;
}
.article-tn-intro {
    padding: 24px 0;
}
.article-container + .article-container .article-mask {
    display: none;
}
.article-container + .article-container {
    margin-top: -30px;
}
.article-container + .article-container:after {
    display: none;
}
.article-container + .article-container:before {
    border-radius: 15px;
    height: 100%;
}
@media screen and (max-width: 470px) {
    .article-description {
        flex-flow: row wrap;
    }
    .article-creator,
    .article-description .article-section {
        margin-bottom: 15px;
    }
    .article-creator-enum {
        gap: 0px;
    }
    .article-creator-enum .article-creator {
        margin-bottom: 10px;
        width: 100%;
    }
}

progress {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    color: #F00;
    z-index: 10;
}

progress::-webkit-progress-bar {
    background: transparent;
    border-radius: 5px;
}

progress::-webkit-progress-value {
    background: #F00;
    border-radius: 5px;
}

progress::-moz-progress-bar {
    background: #F00;
    border-radius: 5px;
}

.progress-container {
    width: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    display: block;
}

.progress-bar {
    background: #F00;
    width: 0%;
    display: block;
    height: inherit;
}

.prev-next-elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

.prev-next-elements .prev,
.prev-next-elements .next {
    position: relative;
    font-size: 18px;
    border-bottom: unset;
    color: #F00;
}

@media (max-width: 600px) {
    .prev-next-elements .prev,
    .prev-next-elements .next {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .prev-next-elements .prev::before,
    .prev-next-elements .next::after {
        font-size: 16px;
        text-decoration: none !important;
    }
}
/* End */


/* Start:/local/templates/blog/components/bitrix/system.pagenavigation/pagination/style.css?1633592867124*/
.pagenation {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}
.pagenation .button {
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/blog/components/bitrix/news.list/other.item/style.css?17605228071217*/
.catalog-col {
    border-radius: 25px;
}

.article-other .article-author-info{
    display: none;
}

.article-other .catalog-col.-small .catalog-item-text {
    padding-bottom: 0;
}

.article-other .article-time {
    font-size: 14px;
}

.article-other .article-other-carousel .owl-stage {
    height: auto !important;
}

.article-other .catalog-item {
    min-height: 350px;
}

.article-other .catalog-item-section {
    font-size: 13px;
    padding: 6px 10px;
    margin-bottom: 15px;
}

.article-other .catalog-item-date {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.article-other .catalog-col.-small .catalog-item-title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.article-other .catalog-col.-small .catalog-item-content {
    padding: 20px;
}

.article-other .catalog-col.-small .catalog-item-section {
    top: 20px;
    left: 20px;
}

.article-other .article-time svg {
    height: 20px;
    width: 20px;
}

.article-other .catalog-item-title a {
    -webkit-line-clamp: 3;
}

.article-other .catalog-col.-small .catalog-item picture img {
    object-fit: cover;
}

.article-other .catalog-item.-shadow .catalog-item-content::before {
    opacity: .5;
}
/* End */
/* /local/templates/blog/css/slick.css?17180878791961 */
/* /local/templates/blog/css/slick-theme.css?17180878793217 */
/* /local/templates/blog/components/bitrix/news/journal/bitrix/news.detail/.default/style.css?17605160703146 */
/* /local/templates/blog/components/bitrix/system.pagenavigation/pagination/style.css?1633592867124 */
/* /local/templates/blog/components/bitrix/news.list/other.item/style.css?17605228071217 */
