

/* Start:/local/templates/aspro_max/components/bitrix/news.list/front_tizers/style.min.css?17218326122242*/
.item-views.tizers{padding:3px 0 23px}.item-views.tizers.top{padding-top:9px}.item-views.tizers .item-wrapper>.item{padding-bottom:32px}.item-views.tizers .item-wrapper>.item .image{margin-bottom:10px;max-height:50px;flex-shrink:0;align-self:normal}.item-views.tizers .item-wrapper>.item .image img{max-width:100%;max-height:100%}.item-views.tizers:not(.top) .item-wrapper>.item .image{margin-top:6px;max-width:40px}.item-views.tizers .items.small-block>.row,.item-views.tizers .items.tops>.row{align-items:start}.item-views.tizers .items.small-block .image{width:32px;height:32px}.item-views.tizers .items.small-block .image img,.item-views.tizers .items.small-block .image svg{max-width:100%;max-height:32px}@media (min-width:601px){.item-views.tizers .item-wrapper>.item .pull-left+.inner-text{padding-left:26px}.item-views.tizers .item-wrapper>.item .pull-right+.inner-text{padding-right:26px}.item-views.tizers .small-block .item-wrapper>.item .pull-left+.inner-text{padding-left:20px}}@media (max-width:600px){.item-views.tizers:not(.top) .item-wrapper>.item .image{float:none!important}.item-views.tizers .items.small-block .item .image+.inner-text,.item-views.tizers .items.tops .item .image+.inner-text{padding-left:20px}body .wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.tizers{padding-bottom:3px}.item-views.tizers .mobile-list .item-wrapper{width:100%;text-align:left;padding-left:30px;padding-right:30px}.item-views.tizers .mobile-list .item-wrapper>.item .image{width:40px;height:40px;margin:6px 18px 0 0}.item-views.tizers .mobile-list .item-wrapper>.item{text-align:left;display:-ms-flexbox;display:flex}.item-views.tizers .mobile-list .item-wrapper>.item .inner-text .value{line-height:1.538em}.item-views.tizers .mobile-list .item .title{margin-bottom:5px}.item-views.tizers .mobile-list .item-wrapper>.item{padding-bottom:18px}.item-views.tizers .mobile-list.row{padding-bottom:18px}.item-views.tizers .mobile-list .item-wrapper>.item .image+.inner-text{padding-left:0}.tizers.left .flexbox:not(.mobile-list) .item.flexbox--row{flex-direction:column;align-items:flex-start}.tizers.left .flexbox:not(.mobile-list) .item.flexbox--row .inner-text{padding-left:0;word-break:break-word}}
/* End */


/* Start:/local/templates/aspro_max/components/aspro/wrapper.block.max/front_sections_only/style.min.css?17218326132239*/
@media (max-width:600px){.content_wrapper_block.front_sections_only .sections_wrapper .list .row .item:not(.section_item){padding:30px 10px 25px}.content_wrapper_block.front_sections_only .sections_wrapper .list .row:not(.margin0){margin:-13px -8px -8px}.content_wrapper_block.front_sections_only .sections_wrapper .list .row:not(.margin0)>div{padding:8px}.content_wrapper_block.front_sections_only .sections_wrapper .list .row:not(.margin0) .item:not(.section_item){border-radius:3px}.content_wrapper_block.front_sections_only .sections_wrapper .list .item:not(.section_item) .img{margin-bottom:14px}.content_wrapper_block.front_sections_only .catalog_section_list .section_item_inner{display:flex}.content_wrapper_block.front_sections_only .catalog_section_list .item.section_item .section_info{padding-left:0}.content_wrapper_block.front_sections_only .catalog_section_list .item.bordered .img{width:40px;height:40px;line-height:38px;flex-shrink:0;margin:6px 19px 0 0}.content_wrapper_block.front_sections_only .catalog_section_list .section_item{padding:18px 24px}.content_wrapper_block.front_sections_only .catalog_section_list .section_item li.sect{padding-bottom:0}.content_wrapper_block.front_sections_only .catalog_section_list .section_item li.name{margin-bottom:7px}#main .sections_wrapper .items .row.margin0{margin-left:1px!important;margin-right:-1px!important}#main .sections_wrapper.compact .items .row{margin-top:-5px}#main .sections_wrapper.compact .items .row>div{width:100%;padding:0;margin-top:-1px}#main .sections_wrapper.compact .item{display:flex;align-items:center;padding:19px;background-color:#fff;background-color:var(--card_bg_black);border:1px solid #ececec;border-color:var(--stroke_black);border-radius:0}#main .sections_wrapper.compact .item .img{width:40px;height:40px;line-height:38px;flex-shrink:0;margin:0 19px 0 0}#main .sections_wrapper.compact .item .name{text-align:left;margin-bottom:0}#main .sections_wrapper.compact .item .name span.font_md{font-size:.933em;line-height:1.501em}#main .sections_wrapper.compact .item li.sect{display:none}#main .sections_wrapper.compact .item .section_info{display:flex;align-items:center}#main .sections_wrapper.compact .item .section_info.onhover{display:none}}
/* End */


/* Start:/local/templates/aspro_max/css/animation/animation_ext.css?17218326124934*/
.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 */
/* /local/templates/aspro_max/components/bitrix/news.list/front_tizers/style.min.css?17218326122242 */
/* /local/templates/aspro_max/components/aspro/wrapper.block.max/front_sections_only/style.min.css?17218326132239 */
/* /local/templates/aspro_max/css/animation/animation_ext.css?17218326124934 */
