

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/visual/style.min.css?17516343933386*/
.bx_pagination_bottom *{vertical-align:baseline}.bx_pagination_bottom{color:#8d8d8d;font-size:11px}.bx_pagination_bottom .bx_pagination_section_two{float:right;text-align:right}.bx_pagination_bottom .bx_pg_section{display:inline-block;height:30px;vertical-align:top;line-height:30px}.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:0;border:1px solid #e0e0e0;border-radius:1px;background:#fff url(/bitrix/components/bitrix/system.pagenavigation/templates/visual/images/select_arrow.png) no-repeat right center;color:#8d8d8d;font-size:11px;line-height:16px;resize:none;-webkit-appearance:none}@-moz-document url-prefix(){.bx_pagination_bottom .bx_pagination_select_container select{background:#fff!important;padding-right:5px}}.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}.bx_pagination_bottom .bx_pagination_page li{display:inline-block;min-width:22px;color:#8d8d8d;text-align:center;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a{display:block;min-width:22px;color:#8d8d8d;text-align:center;text-decoration:none;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a:hover{color:#555}.bx_pagination_bottom .bx_pagination_page li.bx_active{border-radius:3px;background:#dbecf4;box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.1)}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display:block}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right:5px}.bx_pagination_bottom .bx_wsnw{white-space:nowrap}@media(min-width:480px) and (max-width:639px){.bx_pagination_bottom .bx_pagination_select_container select{margin-right:10px}}@media(max-width:479px){.bx_pagination_bottom .bx_pagination_section_two{float:none;text-align:left}.bx_pagination_bottom .bx_pagination_select_container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:47%}.bx_pagination_bottom .bx_pagination_select_container select{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:0!important;width:90%}.bx_pagination_bottom .bx_pg_section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:left}.bx_pagination_bottom .bx_pagination_page{white-space:normal}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width:100%;height:auto;text-align:center}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display:none}.bx_pagination_bottom .bx_pg_text{display:inline-block;width:50%}.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display:none}}.bx_pagination_bottom .bx_pagination_section_one,.bx_pagination_bottom .bx_pagination_section_two,.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section,.bx_pagination_bottom .bx_pagination_page,.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_text,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */


/* Start:/local/components/catalog/brands.iblock/templates/.default/style.css?17516343702963*/

.brands-list{
	display: flex;
	flex-direction: column;
	
	margin: 0 auto;
}



.brands-section{
	background: #108AC5;
	display: flex;
	padding: 5px;
}

.bs-title-pic{
	display: flex;
    align-items: center;
    justify-content: center;
	
	width: 30px;
	height: 30px;
}

.bs-title-img{
	max-width: 100%;
	max-height: 100%;
}

.bs-title{
	padding: 7px 5px 3px 5px;
	margin: 0;
	font-weight: bold;
	font-family: 'Myriad Pro SemiCond';
	text-transform: uppercase;
	color: #ffffff;
	
	display: flex;
    align-items: center;
}

[data-bg-color-t="583"]{
	background: #FD7D1E;
}

[data-bg-color-t="584"]{
	background: #9168A8;
}


[data-bg-color-t="585"]{
	background: #4C8E8F;
}


[data-bg-color-t="586"]{
	background: #AD605E;
}


[data-bg-color-t="587"]{
	background: #6B7A92;
}


[data-bg-color-t="588"]{
	background: #AA6198;
}


[data-bg-color-t="589"]{
	background: #86814E;
}

.bs-items{
    display: flex;
	margin: 0 0 20px 0;
}

.bs-text{
	width: 400px;
	padding: 10px;
	
	border-right: 1px dashed #FFFFFF;
}

@media(max-width: 900px){
	.bs-text{
		display:none;
	}
}

.bs-pic{
	width: 100%;
	margin: 0 0 10px 0;
}

.bs-img{
	width: 100%;
}


.brands-list-wrap{
	width: calc(100% - 400px);
	padding: 10px 10px 0 10px;
}

@media(max-width: 900px){
	.brands-list-wrap{
		width: 100%;
	}
}


[data-bg-color="583"]{
	background: #FFEADB;
}

[data-bg-color="584"]{
	background: #D8CAE1;
}


[data-bg-color="585"]{
	background: #C7DCDC;
}


[data-bg-color="586"]{
	background: #E8D3D2;
}


[data-bg-color="587"]{
	background: #CFD4DC;
}


[data-bg-color="588"]{
	background: #EAD7E5;
}


[data-bg-color="589"]{
	background: #D5D3C1;
}

.bl-item{
	display: flex;
	margin: 0 0 10px 0;
}


.bl-item-logo{
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	
	padding: 10px;
	
	background: rgb(255 255 255 / 30%);
}


.bl-item-pic{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 110px;
	height: 100px;
	
	margin: auto auto 5px auto;
}

.bl-item-img{
	max-width: 100%;
	max-height: 100%;
}

.bl-item-url{
    color: #000000;
}

.bl-item-title{
	font-weight: bold;
    font-family: 'Myriad Pro SemiCond';
    text-transform: uppercase;
    color: #000000;
}



.bl-item-info{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	
	width: 100%;
	padding: 5px 15px 5px 15px;
}

.bl-item-text{
	padding: 0 0 15px 0;
	
	display: flex;
    align-items: center;
}

.bl-item-btn{
	color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    font-family: 'Myriad Pro Cond';
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
	
	margin: auto 0 0 auto;
}










/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/visual/style.min.css?17516343933386 */
/* /local/components/catalog/brands.iblock/templates/.default/style.css?17516343702963 */
