

/* Start:/local/templates/tools/components/bitrix/system.pagenavigation/visual_1/style.css?17089554583681*/

/* 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_pg_section {
}

.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/tools/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;
    padding: 0 2px;
}

.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin: 0 2px;
}

.bx_pagination_bottom .bx_pagination_page .nav-text {
    font-size: 12px;
    margin-left: 0;
}

.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 .disabled {
    opacity: .3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
}

.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_link_color);
    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: 1px solid var(--main_color);
    background-color: #FFFAEC
}
.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;
  background-color: transparent;
}
.bx_pagination_page span {
    font-weight: bold;
}
.bx_pagination_page li, .nav-text {
    background-color: #fff;
    border: solid 1px #dfdfdf;
}
.bx_pagination_page li:hover, .nav-text:hover {
    background-color: #f5f5f5;
}
.bx_pagination_page a path {
    transition: all .3s ease;
}
.bx_pagination_page .nav-text.disabled {
    border: solid 1px #696969;
}
.bx_pagination_page a:active:hover path {
    stroke: #fff;
}

.bx_pagination_page{
    position: relative;
    justify-content: center;
}

/* End */


/* Start:/local/templates/tools/components/bitrix/news/brands/bitrix/news.list/brands/style.css?17089554583897*/
.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:hover .brand_item_image {
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.brands_wrapper .brand_item .brand_item_image {
	text-align: center;
	height: 120px;
	max-width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #fff;
	display: flex;
	justify-content: center;
	border: 1px solid #DFDFDF;
	align-items: center;
}

.brands_wrapper .brand_item .brand_item_image img {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	object-fit: contain;
}

.brands_wrapper .brand_item:hover .brand_item_image img {
	filter: none;
	opacity: 1;
}
.brands_container_alphabet .all {
	margin-left: 15px;
}
.brands_container_alphabet .all a {
	color: #202020;
	font-size: 14px;
}
.brands_container_alphabet .all a:hover {
	color: var(--main_color);
}
.brands_container .brands_wrapper .brand_item .brand_item_name:hover a {
	color: var(--main_color);
}
.brands_container_alphabet{
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	border: 1px solid #dfdfdf;
	background: #fff;
}
.alphabet_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.alphabet_list .popular {
	width: auto;
}
.alphabet_list li{
	background-color: #fff;
	width: 39px;
	height: 30px;
}
.alphabet_list li.active a{
	color: var(--main_color);
}

.alphabet_list li:last-child a{
	background-color: #fff;
	text-transform: none;
}
.alphabet_list li a{
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--main-txt);
	position: relative;
	padding: 0 20px;
}
.alphabet_list li.popular a {
	padding-left: 0;
}
.alphabet_list li a:hover {
	color: var(--main_color);
}
.alphabet_list li a::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 50%;
	background: #DFDFDF;
}

.alphabet_list li:last-child a::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 50%;
	background: #DFDFDF;
}

.alphabet_list li a:active{
	box-shadow: 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: 40px;
}

.brands_box{
	margin-bottom: 0px;
}
.brands_wrapper {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(6, 1fr);
}
.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);
	}
}
@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;
	}
}
@media (max-width: 576px) {
	.brands_wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* End */
/* /local/templates/tools/components/bitrix/system.pagenavigation/visual_1/style.css?17089554583681 */
/* /local/templates/tools/components/bitrix/news/brands/bitrix/news.list/brands/style.css?17089554583897 */
