

/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/front_brands_list/style.min.css?17559425121470*/
.drag-block .front_brands_list .maxwidth-theme{padding-bottom:8px;padding-top:59px;}.drag-block .front_brands_list .no-title.maxwidth-theme{padding-bottom:8px;padding-top:69px;}.wrapper1:not(.with_left_block) .drag-block .front_brands_list .maxwidth-theme{padding-bottom:18px;padding-top:69px;}.wrapper1:not(.with_left_block) .drag-block .front_brands_list .no-title.maxwidth-theme{padding-bottom:18px;padding-top:79px;}.drag-block .front_brands_list .maxwidth-theme .ajax_load_btn{margin-bottom:42px;}.item-views.brands .list .bottom_nav{padding-bottom:32px;}.item-views.brands.brands--colored .item img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;filter:none;-webkit-filter:grayscale(0%);}.item-views.brands.brands--colored .item:hover img{opacity:.7;}@media (min-width:992px){.drag-block .front_brands_list .maxwidth-theme:not(.no-title) .col-md-2{width:20%;}}@media (max-width:600px){.drag-block .front_brands_list .maxwidth-theme{padding:44px 16px 21px;}.drag-block .front_brands_list .maxwidth-theme .item-views.brands{padding:0 7px 0;}.drag-block .front_brands_list .item-views.brands .list .item{margin-bottom:19px;}.content_wrapper_block.front_brands_list .with-text-block-wrapper{padding-top:0;margin-top:-6px;}.content_wrapper_block.front_brands_list .with-text-block-wrapper .text_before_items{line-height:20px;}.content_wrapper_block.front_brands_list .with-text-block-wrapper .btn{margin-top:6px;}}
/* End */


/* Start:/bitrix/templates/aspro_max/css/chip.css?17411643811142*/
.chip {
  --border-radius: 4px;
  
  --item-pl: 12px;
  --item-pr: 12px;
  --item-height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(136, 136, 136, 0.1);
  /* background-color: var(--darkgrey_bg_black); */
  border-radius: 8px;
  border-radius: var(--border-radius);
  height: 34px;
  height: var(--item-height);
  color: var(--white_text_black);
}
.chip__label {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: var(--item-pl);
  padding-right: var(--item-pr);
  white-space: nowrap;
}
.chip.active {
  color: #fff;
}
.chip.active:not(.chip--toggle) {
  cursor: default;
}
.chip--transparent {
  background-color: transparent;
}
.chip:hover{
  background-color: var(--light, rgba(136, 136, 136, 0.05)) var(--dark, #343434);
}
.chip__icon {
  padding-left: var(--item-pl);
  padding-right: var(--item-pr);
  border-left: 1px solid rgba(255,255,255, 0.2);
  height: 18px;
  display: flex;
  align-items: center;
  stroke: #fff;
}
.chip--sm{
  --item-pl: 10px;
  --item-pr: 10px;
  --item-height: 29px;
}
/* End */


/* Start:/bitrix/templates/aspro_max/css/skeleton.min.css?1745240564693*/
.skeleton-grid{--gap:30px;display:grid;gap:var(--gap);}.skeleton-grid--row{--repeat-row:1;grid-template-rows:repeat(var(--repeat-row),1fr);}.skeleton-grid--column{--repeat-column:1;grid-template-columns:repeat(var(--repeat-column),1fr);}.skeleton{--color-start:var(--light,#ececec) var(--dark,#3a3a3a);--color-end:var(--light,#f5f5f5) var(--dark,#2b2b2b);background:#eee;background:linear-gradient(110deg,var(--color-start) 8%,var(--color-end) 18%,var(--color-start) 33%);background-size:200% 100%;animation:1.5s skeleton-shine linear infinite;}.skeleton-item--title{width:90%;height:26px;}.skeleton-item--price{width:40%;height:30px;}@keyframes skeleton-shine{to{background-position-x:-200%}}
/* End */


/* Start:/bitrix/templates/aspro_max/components/aspro/wrapper.block.max/brands_by_group/style.min.css?17411643801471*/
.partners-popular .item-views{margin-bottom:24px}.partners-popular .item-views .group-content .tab-pane{margin-bottom:0}.partners-popular .item-views .bottom_nav{padding:0}.partners-popular .item-views .bottom_nav.animate-load-state .ajax_load_btn{margin-bottom:56px}.filter-letters{margin-bottom:32px}.js-brands{position:relative}.brand__wrapper,.skeleton-brand-row.bordered{margin-bottom:-1px}.brand__wrapper.bordered,.skeleton-brand-row.bordered{border-left-width:0;border-right-width:0}.brand__item,.skeleton-brand-row{padding:18px 0}.brand__item-letter{font-size:1.6em;font-weight:500;color:var(--white_text_black);flex-basis:100%}.brand__list{--repeat:2;display:grid;grid-template-columns:repeat(var(--repeat),1fr);gap:8px 15px}.brand__list-item{min-width:0;text-overflow:ellipsis;overflow:hidden}@media (max-width:600px){.filter-letters{margin-bottom:16px}.filter-letters .mobile-scrolled{flex-direction:row;grid-gap:8px;padding-right:var(--theme-page-width-padding)!important;padding-bottom:16px!important}#main .filter-letters .mobile-scrolled>div{width:auto;padding-right:0!important}body .partners-popular .item-views .list .item{margin-bottom:16px}.partners-popular .item-views.brands .list .bottom_nav{padding-bottom:16px}}@media (min-width:600px){.brand__item,.skeleton-brand-row{padding:38px 0}.brand__item-letter{width:11%;margin-top:5px;flex-basis:auto}}@media (min-width:768px){.brand__list{--repeat:3}}@media (min-width:992px){.brand__list{--repeat:4}}
/* End */


/* Start:/bitrix/templates/aspro_max/css/animation/animation_ext.css?17411643814934*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition{
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.animated.duration03{

-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.animated.duration04{

-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
-o-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.animated.duration05{

-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.duration06{

-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.animated.duration07{

-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.animated.duration08{

-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.duration09{

-webkit-animation-duration: 0.9s;
-moz-animation-duration: 0.9s;
-o-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.animated.duration10{

-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.delay01{

-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;}

.delay03{

-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;}


.delay05{

-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;}

.delay055{

-webkit-animation-delay: 0.55s;
-moz-animation-delay: 0.55s;
-o-animation-delay: 0.55s;
animation-delay: 0.55s;}

.delay06{

-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;}
.delay065{

-webkit-animation-delay: 0.65s;
-moz-animation-delay: 0.65s;
-o-animation-delay: 0.65s;
animation-delay: 0.65s;}

.delay07{

-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;}

.delay08{

-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;}

.delay09{

-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;}

.delay11,.delay011{

-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
animation-delay: 1.1s;}

.delay12, .delay012{

-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;}

.delay13,.delay013{

-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;}

.delay15, .delay015{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay17, .delay017{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay19, .delay019{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay21, .delay021{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

@-webkit-keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}

/* WebKit è Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/front_brands_list/style.min.css?17559425121470 */
/* /bitrix/templates/aspro_max/css/chip.css?17411643811142 */
/* /bitrix/templates/aspro_max/css/skeleton.min.css?1745240564693 */
/* /bitrix/templates/aspro_max/components/aspro/wrapper.block.max/brands_by_group/style.min.css?17411643801471 */
/* /bitrix/templates/aspro_max/css/animation/animation_ext.css?17411643814934 */
