

/* Start:/local/templates/redesign_updates/components/bitrix/news.detail/brand/style.css?17582829725040*/
/* CSS Document */
.brand-page .collection-text {
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 60px;
}
.brand-page .image-caption {
    height: 240px;
    border-radius: 10px;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.brand-page .brand-logo, .brand-page .brand-preview {
    max-width: calc((100% - 900px) / 2);
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    flex-shrink: 0;
    justify-content: center;
}
.brand-page .brand-logo img {
    max-width: 100%;
    max-height: 240px;
}
.brand-page .brand-preview {
    align-items: self-start;
    height: 100%;
}
.brand-page .brand-preview img{
    width: 100%;
}
.brand-page .brand-title {
    width: 100%;
}
.brand-page .image-caption .brand-title p {
    font-size: 17px;
    max-width: unset;
}
.brand-page .image-caption .brand-title h1 {
    font-weight: bold;
    font-family: 'MuseoSansCyrl-500';
}
.brand-page .brand-info {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    height: fit-content;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}
.brand-page .brand-info .brand-info__body {
    display: flex;
    align-content: center;
}
.brand-page .brand-info .brand-info__item:not(:last-child) {
    margin-right: 170px;
}
.brand-page .brand-info .brand-info__item p {
    font-family: 'MuseoSansCyrl-500';
    margin: 0;
}
.brand-page .brand-info .brand-info__item span.brand-info__title {
    display: block;
    color: #9B9B9B;
    margin-bottom: 15px;
}
.brand-page .brand-info__tags:not(:first-child) {
    margin-top: 28px;
}
.brand-page .brand-info__tags ul {
    list-style-type: none;
    display: flex;
    gap: 8px;
}
.brand-page .brand-info__tags ul li {
    padding: 10px 16px;
    background: #f3f7f8;
    border-radius: 25px;
}
.brand-page .collection-text h2 {
    font-family: 'MuseoSansCyrl-500';
    font-weight: bold;
    margin: 0;
    margin-top: 35px;
}
.brand-page .collection-text p {
    margin: 0;
    margin-top: 35px;
}
.brand-page .collection-text ul {
    margin: 25px 0 0 0;
    display: block;
}
.brand-page .collection-text ol {
    margin: 30px 0 0 0;
    counter-reset: list-name;
    display: block;
}
.brand-page .collection-text ol li {
    display: block;
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    line-height: 1.8;
    color: #000;
}
.brand-page .collection-text ol li:before {
    counter-increment: list-name;
    content: counter(list-name);
    color: #004675;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'MuseoSansCyrl-700';
}
.brand-page .collection-text ul li {
    display: block;
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    line-height: 1.8;
    color: #000;
}
.brand-page .collection-text ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #004675;
    border-radius: 50%;
    content: '';
}
.brand-page .collection-text table {
    border: unset;
    width: 100%;
}
.brand-page .collection-text table tr td {
    border: unset;
    padding: 15px 10px;
}
.brand-page .collection-text table tr td:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.brand-page .collection-text table tr td:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.brand-page .collection-text table tr:nth-of-type(even) td {
    background: #f3f7f8;
}
.brand-slider.slick-slider .slick-list {
    overflow: visible;
}
.brand-slider .main-slider__item {
    max-height: 380px;
    min-height: unset;
    width: auto;
    margin-right: 30px;
    border-radius: 10px;
}
.brand-slider {
    width: 1215px;
    margin-bottom: 65px;
}
.brand-slider .slick-prev {
    left: 45px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    background: url(/local/templates/redesign_updates/css/../images/arrow-white.png);
    background-size: contain;
}
.brand-slider .slick-next {
    left: 95px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    background: url(/local/templates/redesign_updates/css/../images/arrow-white.png);
    background-size: contain;
}
.brand-slider-conteiner {
    position: relative;
}
.easyshadow {
    display: none;
    position: absolute;
    height: calc(100% + 20px);
    width: 300px;
    top: -10px;
    right: -60px;
    background: linear-gradient(90deg, #fff0 0%, #ffffff1c 50%, #ffffff2e 75%, #ffffff38 80%, #ffffff59 85%, #ffffff 98%, #ffffff 100%);
}
@media only screen and (max-width: 1400px){
    .brand-page .brand-preview, .brand-page .brand-logo{
        display: none;
    }
    .brand-page .brand-title{
        max-width: 900px;
    }
    .brand-page .image-caption{
        padding: 0 30px;
        justify-content: center;
    }
}
@media only screen and (max-width: 1275px){
    .brand-slider .main-slider__item{
        width: 900px;
    }
}

/* End */


/* Start:/local/templates/redesign_updates/components/bitrix/system.pagenavigation/catalog.ajax/style.css?17582829722820*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/redesign_updates/components/bitrix/catalog.section/brands/style.css?17582829723808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/redesign_updates/components/bitrix/catalog.section/brands/themes/blue/style.css?1758282972825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/redesign_updates/components/bitrix/news.detail/brand/style.css?17582829725040 */
/* /local/templates/redesign_updates/components/bitrix/system.pagenavigation/catalog.ajax/style.css?17582829722820 */
/* /local/templates/redesign_updates/components/bitrix/catalog.section/brands/style.css?17582829723808 */
/* /local/templates/redesign_updates/components/bitrix/catalog.section/brands/themes/blue/style.css?1758282972825 */
