

/* Start:/bitrix/components/krayt/krayt.articles/templates/articles/bitrix/news.list/news/style.min.css?17427687404654*/
.articles-wrapper {
    margin-bottom: 60px
}

.articles-wrapper .title_box h1 {
    margin-bottom: 40px
}

.section_news {
    padding-top: 73px;
    padding-bottom: 40px;
    background-color: #fff
}

.section_news h2 {
    margin-bottom: 30px !important
}

.blocks_news .block_section_link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px
}

.blocks_news .block_section_link .article_link {
    font-size: 14px;
    color: var(--main_color)
}

.article_link i {
    margin-left: 6px;
    position: relative;
    transition: transform .3s
}

.article_link:hover i {
    animation: arrow_move 1s infinite
}

.article_link:hover {
    color: var(--main_color_hover)
}

@keyframes arrow_move {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(5px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

.block_news .block_news_header_img {
    width: 100%;
    height: 280px;
    display: block;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.block_news .block_news_header_img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: .3s ease-out
}

@media(hover:hover) {
    .block_news .block_news_header_img:hover img {
        transform: scale(1.05)
    }
}

.block_news_header_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: var(--main-txt);
    margin-top: 16px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.2s
}

.block_news_body {
    min-height: 120px;
    color: var(--main-txt);
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    margin-bottom: 38px
}

.block_news_footer .block_news_footer_link {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: var(--main-txt)
}

.block_news_footer .block_news_footer_link span {
    margin-right: 3px
}

.block_news_footer .block_news_footer_link:hover {
    color: var(--main_color)
}

.block_news_footer .block_news_footer_link:hover svg {
    animation: arrow_move 1s ease infinite
}

.block_news_footer .block_news_footer_link:hover path {
    stroke: var(--main_color)
}

.article_information {
    padding-top: 10px;
    padding-left: 60px
}

.article_information_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--main_font_color);
    margin-bottom: 24px
}

.article_information_text {
    font-size: 14px;
    line-height: 22px;
    color: var(--main_font_color);
    margin-bottom: 60px
}

.article_wrap_detali .block_news .block_news_wrapper {
    /*background-color: #fff;*/
    height: 100%;
    display: flex;
    flex-direction: column
}

.article_wrap_detali {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 90px
}

.block_news_footer {
    margin-top: auto
}

.articles-wrapper .bx_pagination_bottom {
    margin-bottom: 0;
    padding-top: 40px
}

.articles-wrapper .bx_pagination_page {
    justify-content: center
}

@media (max-width:1350px) {
    .article_wrap_detali {
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 60px
    }

    .block_news .block_news_header_img {
        height: 240px
    }
}

@media (max-width:1160px) {
    .block_news .block_news_header_img {
        height: 220px
    }
}

@media (max-width:1080px) {
    .article_wrap_detali {
        grid-template-columns: repeat(2, 1fr)
    }

    .block_news .block_news_header_img {
        height: 280px
    }
}

@media (max-width:992px) {
    .block_news .block_news_header_img {
        height: auto;
        max-height: 250px
    }

    .articles-wrapper {
        margin-bottom: 40px
    }

    .articles-wrapper .title_box h1 {
        font-size: 26px;
        margin-bottom: 24px
    }
}

@media (max-width:768px) {
    .block_news_header_title {
        font-size: 16px
    }
}

@media (max-width:576px) {
    .article_wrap_detali {
        grid-template-columns: 1fr;
        grid-gap: 30px
    }

    .block_news .block_news_header_img {
        max-height: 300px
    }

    .block_news_header_title {
        font-size: 16px;
        margin-top: 12px
    }

    .articles-wrapper .title_box h1 {
        font-size: 20px
    }

    .articles-wrapper {
        margin-bottom: 25px
    }

    .articles-wrapper .bx_pagination_bottom {
        padding-top: 24px
    }
}
/* End */


/* Start:/local/templates/market/components/bitrix/system.pagenavigation/visual_1/style.min.css?17425875898074*/
.bx_pagination_bottom * {
    vertical-align: middle
}

.bx_pagination_bottom .fa {
    font-size: 15px;
    position: relative;
    top: -1px
}

.bx_pagination_bottom .fa-angle-right {
    margin-left: 0
}

.bx_pagination_bottom .fa-angle-left {
    margin-right: 0
}

.bx_pagination_bottom {
    font-size: 12px
}

.bx_pagination_bottom .bx_pagination_section_two {
    text-align: center
}

.bx_pagination_bottom .bx_pagination_select_container {
    display: inline-block
}

.bx_pagination_bottom .bx_pagination_select_container select {
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(data:image/png;base64,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) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none
}

.bx_pagination_bottom .bx_pagination_page {
    white-space: nowrap;
    font-size: 12px
}

.bx_pagination_bottom .bx_pagination_page ul {
    display: inline-block;
    margin: 0
}

.bx_pagination_bottom .bx_pagination_page li,
.bx_pagination_bottom .bx_pagination_page .nav-text {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    margin-right: 10px
}

.bx_pagination_bottom .bx_pagination_page .nav-text:last-child {
    margin-right: 0
}

.bx_pagination_bottom .bx_pagination_page .nav-text {
    font-size: 12px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.bx_pagination_bottom .bx_pagination_page .nav-text.disabled svg {
    opacity: .3
}

.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:hover {
    background-color: transparent !important;
    transform: scale(1) !important
}

.bx_pagination_bottom .bx_pagination_page .nav-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.bx_pagination_bottom .bx_pagination_page li a,
.bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page .nav-text a {
    color: var(--main_text_black);
    text-align: center;
    text-decoration: none
}

.bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1
}

.bx_pagination_bottom .bx_pagination_page li.bx_active {
    border: 2px solid var(--main_color);
    border-radius: 6px
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
    display: block
}

.bx_pagination_bottom .bx_wsnw {
    white-space: nowrap
}

.bx_pagination_page_list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.bx_pagination_page {
    display: flex;
    align-items: center;
    padding: 0;
    background-color: transparent
}

.bx_pagination_page span {
    font-weight: 700
}

.bx_pagination_page li,
.nav-text {
    background-color: #252525;
    cursor: pointer;
    transition: 0.2s all linear
}

.bx_pagination_page li:hover,
.nav-text:hover {
    background-color: var(--main_bg_gray);
    transition: 0.2s all linear
}

.bx_pagination_page li:active,
.nav-text:active {
    transform: scale(.95);
    transition: 0.2s all linear
}

.bx_pagination_bottom .bx_pagination_page li.bx_active:hover,
.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:hover {
    background-color: #121212;
    cursor: default;
    color: #000
}

.bx_pagination_bottom .bx_pagination_page li.bx_active:active,
.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:active {
    transform: scale(1)
}

.bx_pagination_page {
    position: relative;
    justify-content: flex-start
}

.promo-list+.row .bx_pagination_page,
.brands_wrapper+.row .bx_pagination_page {
    justify-content: center
}

@media (max-width:530px) {
    .bx_pagination_page {
        justify-content: center
    }

    .bx_pagination_bottom .bx_pagination_page li,
    .bx_pagination_bottom .bx_pagination_page .nav-text {
        width: 28px;
        height: 28px;
        margin-right: 4px
    }
}
/* End */
/* /bitrix/components/krayt/krayt.articles/templates/articles/bitrix/news.list/news/style.min.css?17427687404654 */
/* /local/templates/market/components/bitrix/system.pagenavigation/visual_1/style.min.css?17425875898074 */
