

/* Start:/local/templates/market/components/krayt/krayt.brands/brands_costum/bitrix/news.list/brands/style.css?17513847624837*/
.brands_box .text_box {
	margin-bottom: 30px;
}

.brands_wrapper .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.brands_wrapper .brand_item_wrapper {
	position: relative;
}

.brand_item_name {
	font-size: 18px;
	text-align: left;
	padding: 15px 0;
}

.brands_wrapper .brand_item_name a {
	display: block;
	height: auto;
}

.brands_wrapper .brand_item .brand_item_image {
	text-align: center;
	/*height: 140px;*/
	max-width: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #fff;
	display: flex;
	justify-content: center;
	border: 1px solid var(--border-bottom-gray);
	border-radius: 8px;
	align-items: center;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0){
	.brands_wrapper .brand_item:hover .brand_item_image {
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		border: 1px solid var(--main_text_black);
	}
}
.brands_wrapper .brand_item .brand_item_image img {
	width: 100%;
	height: 60px;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	object-fit: contain;
}

.brands_container_alphabet .all{
	height: 32px;
}
.brands_container_alphabet .all a {
	height: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 11px;
	transition: 0.2s all linear;
	border: 2px solid transparent;
	border-radius: 3px;
}

.brands_container_alphabet .all a:hover {
	color: var(--main_text_black);
	transition: 0.2s all linear;
	background-color: var(--main_bg_gray);
}
.brands_container_alphabet .all a:active {
	transform: scale(0.95);
	transition: 0.2s all linear;
}
.brands_container_alphabet .all.active a{
	border: 2px solid var(--main_color);
	pointer-events: none;
}
.brands_container .brands_wrapper .brand_item .brand_item_name:hover a {
	color: var(--main_color);
}
.brands_container_alphabet{
	display: flex;
	align-items: start;
	margin-bottom: 40px;
	background: #fff;
}
.alphabet_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.alphabet_list .popular {
	width: auto;
}
.alphabet_list li{
	background-color: #fff;
	width: 32px;
	height: 32px;
	margin-right: 14px;
}

.alphabet_list li:last-child a{
	background-color: #fff;
	text-transform: none;
}
.alphabet_list li a{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;

	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 11px;
	transition: 0.2s all linear;
	border: 2px solid transparent;
	border-radius: 3px;
}
.alphabet_list li.popular a {
	border-radius: 6px;
	padding: 0 19px;
}
.alphabet_list li a:hover {
	color: var(--main_text_black);
	transition: 0.2s all linear;
	background-color: var(--main_bg_gray);
}
.alphabet_list li a:active {
	transform: scale(0.95);
	transition: 0.2s all linear;
}
.alphabet_list li.active a{
	border: 2px solid var(--main_color);
	pointer-events: none;
}
.alphabet_list li:first-child a{
	text-transform: none;
}
.alphabet_list li:first-child a::before {
	display: none;
}
.alphabet_title{
	color: var(--main_color);
	margin-right: 30px;
	font-size: 16px;
}
.brands_container_alphabet .a-z{
	text-transform: uppercase;
	margin-left: 30px;
}

.brands_wrapper.row{
	margin-left: -10px;
	margin-right: -10px;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video{
	position: relative!important;
}
.embed-responsive-16by9::before{
	content: none!important;
}

.brand_item_text{
	font-size: 23x;
}

.brands_box{
	margin-bottom: 0px;
}
.brands_wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(6, 1fr);
}
.brands_container{
	margin-bottom: 60px;
}
.brands_container .bx_pagination_bottom{
	margin-bottom: 0;
	padding-top: 40px;
}
.all_brands.brands_container::after {
	display: none;
}
@media (max-width: 1350px) {
	.brands_wrapper {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (max-width: 992px) {
	.brands_wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
	.alphabet_list li{
		margin-right: 9px;
		margin-bottom: 4px;
	}
	.brands_container{
		margin-bottom: 40px;
	}
}
@media (max-width: 768px) {
	.brands_wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
	.brands_wrapper .brand_item, .brands_wrapper .brand_item .brand_item_image {
		height: 100px;
	}
	.alphabet_list li.popular a {
		padding: 0 11px;
	}
}
@media (max-width: 576px) {
	.brands_wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 16px;
		grid-column-gap: 16px;
	}
	.brands_container_alphabet{
		margin-bottom: 24px;
	}
	.brands_container{
		margin-bottom: 25px;
	}
	.brands_container .bx_pagination_bottom{
		padding-top: 24px;
	}
}
/* End */


/* 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 */
/* /local/templates/market/components/krayt/krayt.brands/brands_costum/bitrix/news.list/brands/style.css?17513847624837 */
/* /local/templates/market/components/bitrix/system.pagenavigation/visual_1/style.css?17513847624649 */
