

/* Start:/local/templates/market/components/bitrix/system.pagenavigation/visual_1/style.css?17513847624649*/

/* region new style page navigation --------------------------------------------------------------------------*/

.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: 0px;
}

.bx_pagination_bottom .fa-angle-left {
    margin-right: 0px;
}

.bx_pagination_bottom {
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.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(/local/templates/market/components/bitrix/system.pagenavigation/visual_1/images/select_arrow.png) 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: 0.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: 0px 20px;*/
    padding: 0;
    background-color: transparent;
}
.bx_pagination_page span {
    font-weight: bold;
}
.bx_pagination_page li, .nav-text {
    background-color: #fff;
    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(0.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: #fff;
    cursor: default;
}
.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 */


/* Start:/bitrix/components/krayt/krayt.articles/templates/articles/bitrix/news.list/news/style.css?17513845554192*/
/* Новости */
.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(0px, 0);
	}
	50%{
		transform: translate(5px, 0);
	}
	100%{
		transform: translate(0px, 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_header_title:hover{

}
.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: bold;
	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: bold;
	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 */
/* /local/templates/market/components/bitrix/system.pagenavigation/visual_1/style.css?17513847624649 */
/* /bitrix/components/krayt/krayt.articles/templates/articles/bitrix/news.list/news/style.css?17513845554192 */
