

/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog.section/catalog_block/style.css?17137970412700*/
.ajax_load .top_wrapper {
  margin-right: 1px;
}
.ajax_load .top_wrapper .catalog_block .catalog_item > div {
  padding-left: 25px;
  padding-right: 25px;
}
.ajax_load .top_wrapper .catalog_item .footer_button {
  margin-left: -25px;
  margin-right: -25px;
}

.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer {
  margin: 0px -1px 0px 0px;
  padding: 0px 1px 0px 0px;
}
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer .owl-item:hover {
  z-index: 2;
}
.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap {
  box-shadow: inset 0px 0px 0px 1px #ececec;
  box-shadow: inset 0px 0px 0px 1px var(--stroke_black);
  height: 100%;
}
.ordered-block .catalog_block_template .catalog_block .TYPE_2 .cost.prices .more-item-info > .svg {
  top: -2px;
}
.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap.TYPE_2 .footer_button {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .wrapper1 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line),
  .col-lg-5_2.custom-line {
    width: 20%;
  }
  .right_block.wide_Y .ajax_load .top_wrapper .col-lg-4:not(.custom-line),
  #main .catalog_page .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line),
  #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line) {
    width: 25%;
  }

  #main .right_block.wide_Y.catalog_page .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line),
  #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line) {
    width: 33.33%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .wrapper1.header-v28 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line) {
    width: 25%;
  }
  .wrapper1.header-v28 .controls-linecount {
    display: none;
  }
}

@media (max-width: 600px) {
  .wrapper1.front_page .compact-catalog-slider .catalog_block.items {
    width: auto;
    padding-left: 16px;
    margin: 0 -16px -20px !important;
    padding-bottom: 20px;
  }
  .wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent {
    flex-shrink: 0;
    margin: 0;
    width: 172px;
  }
  .wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent:last-of-type {
    padding-right: 16px;
    width: calc(172px + 16px);
  }

  .wrapper1.front_page .compact-catalog-slider .catalog_block.items:not(.has-bottom-nav) .bottom_nav.mobile_slider * {
    display: none;
  }

  .wrapper1.front_page .compact-catalog-slider ~ .bottom_nav:not(.mobile_slider) {
    display: none;
  }
}

/* End */


/* Start:/bitrix/templates/aspro_max/css/bonus-system.min.css?17137970861535*/
.bonus-system-block,.bonus_item_cart,.lt_cart_bonus_all{font-size:.8rem;line-height:1rem;position:relative;padding:4px 0 0 14px;width:max-content}.bonus-system-block:empty,.bonus_item_cart:empty,.lt_cart_bonus_all:empty{display:none}.bonus-system-block:after,.bonus_item_cart:after,.lt_cart_bonus_all:after{content:'';display:block;position:absolute;left:0;top:3px;bottom:0;width:11px;background:url(/bitrix/templates/aspro_max/css/../images/svg/bonus_icon.svg) center no-repeat}.catalog_item.big .bonus-system-block{color:#fff}.catalog_item.big .bonus-system-block:not(:empty):after{background:url(/bitrix/templates/aspro_max/css/../images/svg/bonus_icon_white.svg) center no-repeat}.services_buy_block .bonus-system-block{margin-left:9px}.body-info__bottom .sale_block~.bonus-system-block{margin-top:5px}.prices-services-detail .bonus-system-block{margin-left:8px}.bonus_item_cart{margin-bottom:5px}.basket_fly .items_wrap .bonus-system-block,.basket_hover_block .bonus-system-block,.lt_cart_bonus_all{margin-left:auto}#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line [id^=bonus]>span{background:var(--card_bg_black);position:relative;z-index:1}.bx-soa-section-content.lt_bonus_cont_success{background-color:var(--black_bg_black);padding-top:26px}.bonus_comment_min_max{color:var(--white_text_black)}#bonus_payment_block .bx-soa-coupon-input.lt_no_arrow:before{display:none}#bonus_payment_block #bonus_payfield_block .bx-soa-coupon-input{display:inline-block;vertical-align:baseline;overflow:visible}#bonus_payment_block #bonus_payfield_block .bx-soa-coupon-input input{margin-bottom:10px}
/* End */


/* Start:/bitrix/templates/aspro_max/css/animation/animation_ext.css?15990335454934*/
.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 */


/* Start:/bitrix/templates/aspro_max/css/left_block_main_page.css?171379710521562*/
/* WITH LEFT BLOCK MAINPAGE*/
@media (min-width: 992px) {
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_sections_only, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.front_sections_only,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.catalog_favorit, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.catalog_favorit,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_sale.without-border, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.front_sale.without-border,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_sale2.text-inside.without-border, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.front_sale2.text-inside.without-border,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_sale2.with-border.without-border, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.front_sale2.with-border.without-border,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_collection.without-border, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.front_collection.without-border,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_lookbooks, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.front_lookbooks,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.lookbooks.text-inside, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.lookbooks.text-inside,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.lookbooks.with-border, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.lookbooks.with-border,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_review, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.front_review,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.float_banners2, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.float_banners2,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_map2, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.front_map2,
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.float_banners.text-inside, .wrapper1.with_left_block .drag-block.container > div[id*='bx_incl'] > .content_wrapper_block.float_banners.text-inside,
    .wrapper1.with_left_block .drag-block.container.INSTAGRAMM .content_wrapper_block, .wrapper1.with_left_block .drag-block.container.INSTAGRAMM > div[id*='bx_incl'] > .content_wrapper_block
    {border-bottom-width: 0px;}

    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_sections_only, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_sections_only,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.catalog_favorit, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.catalog_favorit,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_sale.without-border, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_sale.without-border,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_sale2.text-inside.without-border, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_sale2.text-inside.without-border,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_sale2.with-border.without-border, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_sale2.with-border.without-border,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_collection.without-border, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_collection.without-border,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_lookbooks, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_lookbooks,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.lookbooks.text-inside, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.lookbooks.text-inside,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.lookbooks.with-border, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.lookbooks.with-border,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_review, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_review,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.float_banners2, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.float_banners2,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_map2, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_map2,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.float_banners.text-inside, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.float_banners.text-inside,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.main, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.main
    {padding-bottom: 50px;}

    .wrapper1.with_left_block .item-views.company.type2.md .text.with-benefit .buttons {right: 0;}
    .wrapper1.with_left_block .item-views.company.type2.md .text.with-benefit .title {font-size: 1em;}
    .wrapper1.with_left_block .item-views.company.type2.md .text.with-benefit {padding-left: 0;padding-right: 0;}
    .wrapper1.with_left_block .item-views.company.type2.md .item.video-block {padding-top: 30px; padding-bottom: 0;}
    
    .wrapper1.with_left_block .item-views.company.type2.md .text.with-benefit{padding-top: 32px;}

    .wrapper1.with_left_block .item-views.company.type1.lg .item .text {padding: 32px 24px 32px 0px;}
    .wrapper1.with_left_block .item-views.company.type1.lg .item.video-block {padding: 50px 0px 50px 0px;}

    .wrapper1.with_left_block .with-padding.company .item.video-block {padding-right: 0;}

    body.right_mainpage_banner .wrapper1.with_left_block.front_page .left_block .menu_top_block {padding-top: 32px;}
    body.right_mainpage_banner .wrapper1.with_left_block.front_page .wraps .wrapper_inner.front .drag-block.container.BIG_BANNER_INDEX > .maxwidth-theme {padding: 32px 0 0;}

    body.right_mainpage_banner.BIG_BANNER_INDEX_type_4 .wrapper1.with_left_block.front_page .flexslider .left .banner_title {margin-left: 50px;}
    body.right_mainpage_banner.BIG_BANNER_INDEX_type_4 .wrapper1.with_left_block.front_page .flexslider .left .banner_text {margin-left: 50px;}
    body.right_mainpage_banner.BIG_BANNER_INDEX_type_4 .wrapper1.with_left_block.front_page .flexslider .left .banner_buttons {margin-left: 50px;}

    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_sale:not(.without-border) .item-views.sales {padding-bottom: 8px;}

    .wrapper1.with_left_block .item-views.sales2.lg .item-wrapper > .item .image {height: 230px;}
    .wrapper1.with_left_block .item-views.sales2.lg .item-wrapper > .item .image span {height: 230px;}

    .wrapper1.with_left_block .item-views.sales2.sm .item-wrapper > .item {padding: 33px 24px 23px 25px;}

    .wrapper1.with_left_block .item-views.sales2.bg .item .title {font-size: 1.0667em;}
    .wrapper1.with_left_block .item-views.sales2.bg .item-wrapper > .item .inner-text {bottom: 15px;right: 20px;left: 20px;}
    .wrapper1.with_left_block .sales2 .info-sticker-block.top {top: 23px;left: 25px;}

    .wrapper1.with_left_block .content_wrapper_block.front_map3 {margin-bottom: 35px;border-bottom: none;}

    .wrapper1.with_left_block .col-m-20 {width: 25%;}   
    

    body.REVIEWS_one_item .wrapper1.with_left_block .item-views.reviews .flexslider {border: 1px solid #ececec;padding: 50px;}

    .wrapper1.with_left_block .front_sections_only .sections_wrapper .list .row:not(.margin0) > div {padding: 0 10px 20px;}
    .wrapper1.with_left_block .front_sections_only .sections_wrapper .list .row:not(.margin0) {margin: 0 -10px -20px;}

    .wrapper1.with_left_block .front_sections_only .with-text-block-wrapper > .row > div:first-of-type {display: none;}
    .wrapper1.with_left_block .front_sections_only .with-text-block-wrapper > .row > div:last-of-type {width: 100%;}
    .wrapper1.with_left_block .front_sections_only .with-text-block-wrapper > .row .items > .row > div {width: 20%;}

    .wrapper1.with_left_block .content_wrapper_block.front_tizers .title {font-size: 1em;}

    body .wrapper1.with_left_block .wrapper_inner.front .INSTAGRAMM .maxwidth-theme.wide .instagram_wrapper .instagram .items.margin0 {padding-bottom: 30px;}
    body .wrapper1.with_left_block .wrapper_inner.front .drag-block.container.INSTAGRAMM .maxwidth-theme.wide {padding-top: 50px;}

    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_sections_only .sections_wrapper {margin-bottom: 10px;}
    .wrapper1.with_left_block .drag-block.container.CATALOG_SECTIONS:hover {z-index: 1;}
    .wrapper1.with_left_block .drag-block.container.COLLECTIONS:hover {z-index: 1;}
    
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.main.without-border {border-bottom: none;}
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.main.without-border .tab_slider_wrapp {margin-bottom: 0;}

    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.catalog_favorit .hot-wrapper-items {padding-bottom: 10px;}

    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.float_banners.text-inside .item-views {padding-bottom: 0px;margin-bottom: -12px;}
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_collection.without-border .item-views {padding-bottom: 0;margin-bottom: -10px;}
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_collection.without-border .item-views.normal {margin-bottom: -22px;}
    
    .wrapper1.with_left_block.front_page .lookbooks .item-views {padding-bottom: 0;}
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_review .item-views {padding-bottom: 10px;}
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.float_banners2 .item-views {padding-bottom: 0px;margin-bottom: -12px;}
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_news .item-views.with-border {padding-bottom: 8px;} 
    .wrapper1.with_left_block .drag-block.container .content_wrapper_block.front_map2 .contacts_map_list {padding-bottom: 10px;}

    .with_left_block .drag-block.container{overflow:visible;}
}

@media (min-width: 992px) and (max-width: 1300px) {
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_sections_only, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_sections_only,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.catalog_favorit, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.catalog_favorit,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_sale.without-border, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_sale.without-border,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_sale2.text-inside.without-border, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_sale2.text-inside.without-border,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_sale2.with-border.without-border, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_sale2.with-border.without-border,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_collection.without-border, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_collection.without-border,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_lookbooks, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_lookbooks,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.lookbooks.text-inside, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.lookbooks.text-inside,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.lookbooks.with-border, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.lookbooks.with-border,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_review, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_review,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.float_banners2, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.float_banners2,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.front_map2, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.front_map2,
    .wrapper1.with_left_block .drag-block.container:last-of-type .content_wrapper_block.float_banners.text-inside, .wrapper1.with_left_block .drag-block.container:last-of-type > div[id*='bx_incl'] > .content_wrapper_block.float_banners.text-inside
    {padding-bottom: 30px;}

    .wrapper1.with_left_block .wrapper_inner.front .drag-block.container .content_wrapper_block > .maxwidth-theme,
    .wrapper1.with_left_block .wrapper_inner.front .drag-block.container > .maxwidth-theme,
    .wrapper1.with_left_block .wraps .wrapper_inner.front .drag-block.container > .grey_block > .maxwidth-theme {padding-top: 30px;}
    .wrapper1.with_left_block.front_page .left_block .menu_top_block {padding-top: 43px;}

    body.COLLECTIONS_grey_img .wrapper1.with_left_block .item-views.collection .items > div {width: 33.3%;}
    body.COLLECTIONS_grey_img_with_text .wrapper1.with_left_block .item-views.collection .items > div {width: 50%;}
    body.COLLECTIONS_normal_img .wrapper1.with_left_block .item-views.collection .items > div {width: 33.3%;}
     
    body.TIZERS_four_item_left_icon .wrapper1.with_left_block .item-views.tizers .items .row > div {width: 33.3%;}
    body.TIZERS_three_item_left_icon_with_text .wrapper1.with_left_block .item-views.tizers .items .row > div {width: 50%;}

    body.CATALOG_SECTIONS_front_sections_only2 .wrapper1.with_left_block .front_sections_only .items .row > div {width: 33.3%;}
    body.CATALOG_SECTIONS_front_sections_only4 .wrapper1.with_left_block .front_sections_only .items .row > div {width: 33.3%;}
    body.CATALOG_SECTIONS_front_sections_with_childs2 .wrapper1.with_left_block .front_sections_only .items .row > div {width: 33.3%;}

    body.NEWS_item_no_img_with_text .wrapper1.with_left_block .item-views.news2 .items .row > div {width: 50%;}

    body.FLOAT_BANNERS_type_2 .wrapper1.with_left_block .item-views.float_banners2 .items .row > div {width: 33.3%;}
    body.FLOAT_BANNERS_type_3 .wrapper1.with_left_block .item-views.float_banners2 .items .row > div {width: 33.3%;}

    .wrapper1.with_left_block .item-views.company.type2.sm > .company-block > .row.flexbox > div:first-of-type {width: 100%;}
    .wrapper1.with_left_block .item-views.company.type2.sm > .company-block > .row.flexbox > div:last-of-type {width: 100%;}
    .wrapper1.with_left_block .item-views.company.type2.sm .item.video-block .image {margin-left: 0;}
    .wrapper1.with_left_block .item-views.company.type2 .company-block>.row.flexbox{
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .wrapper1.with_left_block .item-views.company.type2.sm .item.video-block {padding-top: 30px;padding-bottom: 0px;}
    .wrapper1.with_left_block .item-views.company.type2.sm.no-img .text.with-benefit{padding-left: 0;}
    .wrapper1.with_left_block .item-views.company.type2.md .company-block>.row.flexbox{flex-direction: column-reverse;-webkit-flex-direction: column-reverse;}
    .wrapper1.with_left_block .item-views.company.type2.md .company-block > .row > div {width: 100%;}
    .wrapper1.with_left_block .item-views.company.type2.md .item.video-block .image {margin-left: 0;}
     

    .wrapper1.with_left_block .with-text-block-wrapper h3 {font-size: 1.5em;}

    
    body .wrapper1.with_left_block .item-views.float_banners2 .item.flexbox div.inner-text {padding-bottom: 300px;width: 100%;order: 1;height: auto;}
    body .wrapper1.with_left_block .item-views.float_banners2 .item.flexbox div.image {order: 2;top: auto;left: 0px;position: absolute;}
    .wrapper1.with_left_block .item-views.float_banners2 .item .lazy {padding-top: 86%;}
    .wrapper1.with_left_block .item-views.float_banners2 .row .image, .item-views.float_banners2 .row .image * {height: auto;}

    .wrapper1.with_left_block .content_wrapper_block.front_tizers .item-views.tizers {padding-bottom: 10px;}

    .wrapper1.with_left_block .INSTAGRAMM .maxwidth-theme .instagram_wrapper .instagram .row {
        padding-bottom: 0px;
        margin-bottom: -12px;
    }
    .wrapper1.with_left_block .INSTAGRAMM .maxwidth-theme .instagram_wrapper .instagram .row.margin0 {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
    body .wrapper1.with_left_block .wrapper_inner.front .INSTAGRAMM .maxwidth-theme.wide .instagram_wrapper .instagram .items.margin0 {padding-bottom: 10px;}
    body .wrapper1.with_left_block .wrapper_inner.front .drag-block.container.INSTAGRAMM .maxwidth-theme.wide {padding-top: 40px;}
    body .wrapper1.with_left_block .wrapper_inner.front .INSTAGRAMM .with-text-block-wrapper > .row > div:first-of-type {padding-bottom: 10px;}
}

@media (min-width: 992px) and (max-width: 1200px) {
    body.right_mainpage_banner.BIG_BANNER_INDEX_type_4 .wrapper1.with_left_block .top_slider_wrapp .flexslider .banner_title .head-title {font-size: 1.6em;}
    .wrapper1.with_left_block .front_brands_list .brands .item {width: 25%;}
}

@media (min-width: 768px) {
    .wrapper1.with_left_block .front_map3 .wrapper_block.title_right .block_container {height: 470px;}
    .wrapper1.with_left_block .front_map3 .wrapper_block .top_block {display: flex;flex-wrap: wrap;justify-content: space-between;}
    .wrapper1.with_left_block .front_map3 .wrapper_block .top_block h3 {font-size: 1.3334em;}
    .wrapper1.with_left_block .front_map3 .wrapper_block.title_right .block_container .block_container_inner {margin-left: 17px;margin-top: 26px;}
    .wrapper1.with_left_block .front_map3 .wrapper_block.title_right + .contacts_map_list .contacts_map {height: 470px!important;}
    .wrapper1.with_left_block .front_map3 .wrapper_block.title_right + .contacts_map_list .contacts_map .ymaps-map {height: 470px!important;}
}
@media (min-width: 1100px) {
    .wrapper1.with_left_block.front_page .reviews.item-views:not(.compact) .item {padding: 0 140px;}
    body.REVIEWS_one_item .wrapper1.with_left_block .item-views.reviews .flexslider {padding: 50px 0;}
}
@media (min-width: 1200px) {
    .wrapper1.with_left_block.front_page .reviews.item-views.compact .item .top-info .votes_block.nstar {position: relative;top: 3px;right: auto;left: 0px;float: left !important;min-width: 100%;}
    .wrapper1.with_left_block.front_page .reviews.item-views.compact .item .body-info {margin-top: 13px;}
    .wrapper1.with_left_block .front_sections_only .sections_wrapper .list.catalog_section_list .row > div {width: 50%;}
    .wrapper1.with_left_block .maxwidth-theme.wide .instagram_wrapper .instagram .row.margin0 .item {width: 25%;}
    .wrapper1.with_left_block .col-lg-20 {width: 25%;}
}

body .wrapper1.with_left_block .with_title .block_container.bordered {box-shadow: none;border-right-width: 1px;}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/catalog.section/catalog_block/style.css?17137970412700 */
/* /bitrix/templates/aspro_max/css/bonus-system.min.css?17137970861535 */
/* /bitrix/templates/aspro_max/css/animation/animation_ext.css?15990335454934 */
/* /bitrix/templates/aspro_max/css/left_block_main_page.css?171379710521562 */
