

/* Start:/bitrix/components/aspro/catalog.section.list.allcorp3/templates/.default/style.css?174528620110179*/
/* item */
.sections-list__item {
  position: relative;
}
.sections-list__item--big-padding {
  padding: 34px 40px 40px;
}
.sections-list__item.sections-list__item--has-bg {
  cursor: pointer;
  padding: 0;
}
.sections-list__item--has-bg {
  overflow: hidden;
}
@media (max-width: 600px) {
  .sections-list__item.flexbox--direction-row-reverse,
  .sections-list__item.flexbox--direction-row {
    flex-direction: column;
  }
  .sections-list__item.maxwidth-theme,
  .sections-list__item-text-wrapper .maxwidth-theme {
    padding-left: 0;
    padding-right: 0;
  }
}

/* additional text */
.sections-list__item-additional-text-wrapper {
  padding: 19px 0 18px 24px;
}
.sections-list__item--has-bg .sections-list__item-additional-text-wrapper {
  position: absolute;
  bottom: 23px;
  left: 33px;
  right: 33px;
  z-index: 1;
  padding: 0;
}
.grid-list--items-3 .sections-list__item--has-bg .sections-list__item-additional-text-wrapper {
  bottom: 28px;
}
.sections-list__item--has-bg:hover .sections-list__item-additional-text-wrapper {
  opacity: 0;
}

/* text */
.sections-list__item--has-additional-text .sections-list__item-text-wrapper {
  opacity: 0;
  visibility: hidden;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 4px 4px 2px 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 0;
  max-height: 100%;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 100%;
  z-index: 1;
}
.sections-list__item--has-additional-text .sections-list__item-text-top-part {
  overflow-y: auto;
  max-height: 100%;
}
.sections-list__item--has-additional-text
  .sections-list__item-text-wrapper
  .sections-list__item-text-top-part:not(.mCustomScrollbar) {
  visibility: hidden;
}
.sections-list__item--has-additional-text .sections-list__item-text-top-part .mCSB_container {
  padding: 20px 32px 0 24px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sections-list__item--has-bg .sections-list__item-text-top-part .mCSB_container {
  padding: 35px 32px 0 32px;
}
.sections-list__item--has-additional-text:hover .sections-list__item-text-wrapper {
  opacity: 1;
  visibility: visible;
}
.sections-list__item--has-bg .sections-list__item-text-wrapper .dark_link {
  color: #fff;
  /* color: var(--white_text_black_reverse); */
}
.sections-list__item--has-bg .sections-list__item-text-wrapper .dark_link.color_light--opacity:hover {
  opacity: 1;
}
.sections-list__item:not(.sections-list__item--has-additional-text) .sections-list__item-text-wrapper > *,
.sections-list__item--has-additional-text .sections-list__item-text-top-part .mCSB_container > * {
  cursor: initial;
}
.sections-list__item--has-additional-text
  .sections-list__item-text-wrapper
  .sections-list__item-text-top-part
  .mCSB_container
  > div:last-of-type {
  margin-bottom: 21px;
}
.sections-list__item--has-bg
  .sections-list__item-text-wrapper
  .sections-list__item-text-top-part
  .mCSB_container
  > div:last-of-type {
  margin-bottom: 28px;
}
.sections-list .shadow-target {
  background-color: #fff;
  background-color: var(--card_bg_black);
  position: absolute;
  left: 0;
  right: 0;
  transition: bottom 0.2s ease-in-out;
}
.sections-list .shadow-parent-all:not(.sections-list__item-without-image) .shadow-target {
  bottom: -10px;
}
.sections-list .shadow-parent-all:hover .shadow-target {
  bottom: 0;
}
.sections-list__item-additional-text-top-part {
  height: 100%;
}
.sections-list--img-srl .sections-list__item-text-top-part {
  word-break: break-word;
}
@media (min-width: 601px) {
}
@media (max-width: 600px) {
  .bx-ie .sections-list__item-text-wrapper {
    flex-basis: auto;
  }
}

/* image */
.sections-list__item-image-wrapper {
  position: relative;
}
.sections-list--img-srl .sections-list__item-image-wrapper .sections-list__item-link {
  width: 140px;
  height: 140px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 6px 0 0 32px;
}
.sections-list--img-srl .sections-list__item-image-wrapper--LEFT .sections-list__item-link {
  margin-right: 32px;
  margin-left: 0;
}
.sections-list--img-srl
  .grid-list--items-2
  .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS)
  .sections-list__item-link,
.sections-list--img-srl
  .grid-list--items-2-wide
  .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS)
  .sections-list__item-link {
  height: 110px;
  width: 110px;
}
.sections-list--img-srl
  .grid-list--items-3
  .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS)
  .sections-list__item-link,
.sections-list--img-srl
  .grid-list--items-3-wide
  .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS)
  .sections-list__item-link {
  height: 90px;
  width: 90px;
}
.sections-list--img-srl .sections-list__item-image-wrapper--ICONS .sections-list__item-link {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sections-list--img-srl .sections-list__item-image-wrapper--ICONS a svg {
  max-width: 100%;
  max-height: 100%;
}
.sections-list--img-srl .sections-list__item-image-wrapper--BIG_PICTURES .sections-list__item-link {
  width: 300px;
  height: 200px;
}
.sections-list--img-srl .sections-list__item-image-wrapper--PICTURES .sections-list__item-link {
  width: 120px;
  height: 120px;
}
.sections-list__item-image-wrapper--TOP {
  padding-top: 67%;
}
.sections-list__item-image-wrapper--BG {
  padding-top: 67%;
  width: 100%;
}
.sections-list__item-image-wrapper--BG:after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 51%;
  bottom: 0%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.sections-list__item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 601px) {
  .sections-list--img-srl .grid-list--items-1 .sections-list__item-image-wrapper .sections-list__item-link {
    margin-left: 48px;
    margin-right: 0;
  }
  .sections-list--img-srl .grid-list--items-1 .sections-list__item-image-wrapper--LEFT .sections-list__item-link {
    margin-right: 48px;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .sections-list--img-srl .sections-list__item-image-wrapper .sections-list__item-link {
    margin: 0 0 33px 0;
  }
  .sections-list--img-srl .grid-list--items-1 .sections-list__item--big-padding {
    padding: 40px;
  }
  .mobile-scrolled .sections-list__item-image-wrapper--BG {
    padding-top: 150%;
  }
  .mobile-scrolled .sections-list__item-image-wrapper--BG:after {
    top: 40%;
  }
  .sections-list--img-srl
    .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ROUND_PICTURES)
    .sections-list__item-image {
    border-radius: 4px;
  }
}
@media (max-width: 424px) {
  .sections-list--img-srl .sections-list__item-image-wrapper--BIG_PICTURES .sections-list__item-link {
    max-width: 300px;
    padding-top: 67%;
    width: 100%;
    height: auto;
  }
}

/* items products count */
.sections-list__item-products-count {
  margin: 3px 0 0 0;
}
.sections-list--img-srl .grid-list--items-1 .sections-list__item-products-count {
  margin-top: 8px;
}

/* title */
.sections-list__item-title {
  position: relative;
}
.sections-list__item-link--absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
@media (min-width: 601px) {
  .sections-list--img-srl .sections-list__item-title {
    padding-right: 54px;
  }
}
@media (max-width: 600px) {
  .sections-list--img-srl .sections-list__item--compact .sections-list__item-title {
    font-size: 1.6em;
    line-height: calc(1em + 7px);
  }
}

/* preview text */
.sections-list__item-preview-wrapper {
  margin: 14px 0 0 0;
}
.sections-list--img-srl .grid-list--items-1 .sections-list__item-preview-wrapper {
  margin-top: 20px;
}
/*.sections-list__item:not(.sections-list__item--has-additional-text) .sections-list__item-preview{max-height:110px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-moz-box;-moz-box-orient:vertical;-moz-line-clamp:5;}*/

/* section childs */
.sections-list__item-childs {
  margin: 12px 0 7px 0;
}
.sections-list--img-srl .grid-list--items-1 .sections-list__item-childs {
  margin-top: 20px;
}
.sections-list__item-childs > ul {
  margin: 0;
}
.sections-list__item-childs > ul > li {
  display: inline;
  line-height: calc(1em + 10px);
} /*25px*/
.sections-list__item-childs-item-separator {
  color: #ccc;
  margin: 0 7px 0 4px;
}
.sections-list__item--has-bg .sections-list__item-childs-item-separator {
  color: #fff;
}

/* arrow */
@media (min-width: 601px) {
  .sections-list--img-srl .sections-list__item-image-wrapper .arrow-all {
    display: none;
  }
}
@media (max-width: 600px) {
  .sections-list--img-srl .sections-list__item-text-top-part .arrow-all {
    display: none;
  }
}

/*compact*/
.sections-list__item--compact {
  padding: 22px 23px;
}
.sections-list__item--compact .sections-list__item-title {
  padding-right: 0px;
}
.sections-list__item--compact .sections-list__item-image-wrapper .sections-list__item-link {
  margin: 1px 24px 0px 0px;
}
.sections-list__item--compact
  .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS)
  .sections-list__item-link {
  width: 50px;
  height: 50px;
}
.sections-list__item--compact
  .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS)
  + .sections-list__item-text-wrapper {
  padding-top: 5px;
}
.sections-list__item--compact .sections-list__item-products-count {
  margin: 0px;
}

/* End */


/* Start:/bitrix/components/aspro/marketing.popup.allcorp3/templates/.default/style.css?17452862015926*/
.popup.dyn_mp_jqm_frame{max-width: 810px;width: auto;}
.marketing-popup{min-height: 300px;min-width: 250px;}
.marketing-popup:not(.popup-text-info--has-img){max-width: 580px;}

.marketing-popup .popup-text-info__title{padding:55px 60px 33px 60px;}
.marketing-popup .popup-text-info__text{padding:0px 60px 60px;}
.marketing-popup .popup-text-info__btn{margin: 39px -5px 0;}
.marketing-popup .popup-text-info__btn .btn{margin: 5px;}
.marketing-popup.popup-text-info--has-img .popup-text-info__picture{position: absolute;top:0px;bottom: 0px;left: 0px;/*max-width: 340px;max-height: 700px;*/border-radius: 3px 0px 0px 3px;overflow: hidden;}
.marketing-popup.popup-text-info--has-img .popup-text-info__picture > div{display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.marketing-popup.popup-text-info--has-img .popup-text-info__text{line-height: 1.571em;}

.marketing-popup.popup-text-info--has-img .popup-text-info__text {padding: 0 50px 50px;}
.marketing-popup.popup-text-info--has-img .popup-text-info__title{padding: 45px 50px 19px;}
.marketing-popup.popup-text-info--has-img .popup-text-info__btn{margin-top:29px;}
.marketing-popup.popup-text-info--has-img .popup-text-info__btn .btn{margin-bottom:0;}

/* TEXT */
.dyn_mp_jqm_frame.TEXT {
	box-shadow: 0px 5px 20px 0px #0000001f;
}
.dyn_mp_jqm_frame.TEXT .popup-text-info {
	padding: 32px 35px 30px 35px;
	min-height: auto;
}
.dyn_mp_jqm_frame.TEXT .popup-text-info__title {
	font-size: 1em;
	padding: 0;
    padding-bottom: 11px;
}
.dyn_mp_jqm_frame.TEXT .popup-text-info__text {
    font-size: 0.8667em;
    line-height: 1.54em;
    padding: 0;
}
.dyn_mp_jqm_frame.TEXT .jqmClose {
	/* padding: 8px; */
	right: 0px;
    top: 0px;
	width: 36px;
    height: 36px;
}
.dyn_mp_jqm_frame.TEXT .jqmClose i,
.dyn_mp_jqm_frame.TEXT .jqmClose i svg {
	width: 10px;
    height: 10px;
}
.dyn_mp_jqm_frame.TEXT .popup-text-info__btn {
	font-size: 15px;
    letter-spacing: 0.8px;
}

/* BOTTOM_LEFT */
.dyn_mp_jqm_frame.TEXT.BOTTOM_LEFT {
    bottom: 20px;
    left: 20px;
    max-width: 410px;
}
.dyn_mp_jqm_frame.TEXT.BOTTOM_LEFT .popup-text-info__btn {
	margin-top: 19px;
}

/* BOTTOM_RIGHT */
.dyn_mp_jqm_frame.TEXT.BOTTOM_RIGHT {
    bottom: 20px;
    right: 20px;
    max-width: 410px;
}
.dyn_mp_jqm_frame.TEXT.BOTTOM_RIGHT .popup-text-info__btn {
	margin-top: 19px;
}

/* BOTTOM_CENTER */
.dyn_mp_jqm_frame.TEXT.BOTTOM_CENTER {
    bottom: 20px;
    left: 50%;
    width: calc(100% - 60px);
    transform: translateX(-50%);
}
.dyn_mp_jqm_frame.TEXT.BOTTOM_CENTER .popup-text-info {
	display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    padding: 21px 40px 20px 26px;
}
.dyn_mp_jqm_frame.TEXT.BOTTOM_CENTER .popup-text-info__btn {
	margin-top: 0px;
    margin-left: 30px;
}

/* WEB_FORM */
.marketing-popup.with_web_form  .form .form_footer{margin-bottom: 0;}
.popup .marketing-popup.with_web_form  .form .form_footer{padding-bottom: 50px;}
.popup .marketing-popup.with_web_form.popup-text-info--has-img  .form .form_body,
.popup .marketing-popup.with_web_form.popup-text-info--has-img .form .form_head,
.popup .marketing-popup.with_web_form.popup-text-info--has-img .form .form_footer{padding-left: 50px;}
.marketing-popup.with_web_form.popup-text-info--has-img .popup-text-info__picture{max-width: unset;}
/* .marketing-popup.with_web_form .popup-text-info__webform{max-height: 700px;} */
.marketing-popup.with_web_form .popup-text-info__webform .close.jqmClose{display: none;}
/* .dyn_mp_jqm_frame.jqmWindow.WEBFORM{max-height: 650px;}  */
.popup.dyn_mp_jqm_frame.WEBFORM .mCSB_container{margin-bottom: 0;}
.popup.dyn_mp_jqm_frame.MAIN .mCSB_container{margin-bottom: 0;}

@media (min-width: 1200px){
	.popup.dyn_mp_jqm_frame.WEBFORM {max-width: 850px;}
	.popup.dyn_mp_jqm_frame.MAIN {max-width: 850px;}
	body .marketing-popup.with_web_form.popup-text-info--has-img{min-width: 850px;}
}
@media (min-width: 768px){
	.marketing-popup.popup-text-info--has-img .popup-text-info__picture{width: 45%;}
	.marketing-popup.popup-text-info--has-img .popup-text-info__title,
	.marketing-popup.popup-text-info--has-img .popup-text-info__text{margin-left: 330px;margin-left: 45%;}
	.marketing-popup.popup-text-info--has-img .popup-text-info__webform{margin-left: 330px;margin-left: 45%;}
	.dyn_mp_jqm_frame.MAIN .marketing-popup,
	.dyn_mp_jqm_frame.WEBFORM .marketing-popup{min-width: 700px;}
	.marketing-popup.with_web_form.popup-text-info--has-img{min-width: 767px;}
	
}
@media (max-width: 767px){
	.marketing-popup .popup-text-info__title, .marketing-popup .popup-text-info__text{padding-left: 30px;padding-right: 30px;}
	.dyn_mp_jqm_frame.TEXT {
		bottom: 0px !important;
	    right: 0px !important;
	    left: 0 !important;
	    max-width: none !important;
	    border-radius: 0 !important;
	    width: 100% !important;
	    transform: none !important;
		min-height: unset !important;
		top: auto !important;
	}
	.dyn_mp_jqm_frame.TEXT .popup-text-info {
		padding: 22px 26px 20px 26px;
	}
	.dyn_mp_jqm_frame.TEXT.BOTTOM_CENTER .popup-text-info {
	    flex-direction: column;
	    align-items: baseline;
	}
	.dyn_mp_jqm_frame.TEXT.BOTTOM_CENTER .popup-text-info__btn {
		margin-top: 19px;
		margin-left: -5px;
    	margin-right: -5px;
	}
	.marketing-popup.with_web_form.popup-text-info--has-img .popup-text-info__picture{display: none;}
}
@media (min-width: 551px) and (max-width: 767px){
	.marketing-popup.popup-text-info--has-img .popup-text-info__picture{width: 35%;}
	body .marketing-popup.popup-text-info--has-img .popup-text-info__title, body .marketing-popup.popup-text-info--has-img .popup-text-info__text{margin-left: 35%;}
}
@media (max-width: 550px){
	.marketing-popup.popup-text-info--has-img .popup-text-info__picture{display: none;}
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/css/bottom-icons-panel.css?17452861912281*/
.bottom-icons-panel {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0px;
  background: #fff;
  background: var(--card_bg_black);
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
  z-index: 997;
  padding-bottom: calc(env(safe-area-inset-bottom) - 22px);
}
.bottom-icons-panel__content {
  display: flex; /* justify-content: space-between; */
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: auto;
}
.bottom-icons-panel .bottom-icons-panel__content-link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  min-width: 75px;
  max-width: 200px;
  height: 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0px 3px 2px;
}
.bottom-icons-panel__content-link--active .bottom-icons-panel__content-text {
  color: #9e9e9e;
  color: var(--theme-base-color);
}
.bottom-icons-panel__content-link--active svg path {
  fill: #9e9e9e;
  fill: var(--theme-base-color);
}
.bottom-icons-panel__content-text {
  align-self: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottom-icons-panel__content-link--display--block {
  display: block;
}
.bottom-icons-panel__content-link--with-counter{
  gap: 5px 0;
}
.bottom-icons-panel__content-picture-wrapper {
  position: relative;
}
.bottom-icons-panel__content-picture-wrapper--mb-3 {
  margin-bottom: 2px;
  margin-top: 4px;
}

.bottom-icons-panel__content::-webkit-scrollbar {
  -webkit-appearance: none;
}

.bottom-icons-panel__content::-webkit-scrollbar:vertical {
  width: 6px;
}

.bottom-icons-panel__content::-webkit-scrollbar:horizontal {
  height: 6px;
}

.bottom-icons-panel__content::-webkit-scrollbar-thumb {
  background-color: rgba(153, 153, 153, 1);
  background: var(--gray_bg_black);
  border-radius: 10px;
  border: 2px solid #ffffff;
  border-color: var(--black_bg_black);
}

.bottom-icons-panel__content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
  background: none;
}

.bottom-icons-panel .header-cart__count,
.bottom-icons-panel .icon-count {
  top: auto;
  bottom: 0;
}

@media (min-width: 992px) {
  .bottom-icons-panel {
    display: none;
  }
}
@media (max-width: 991px) {
  .bottom-icons-panel_y .footer {
    padding-bottom: 62px;
  }
}

/* End */
/* /bitrix/components/aspro/catalog.section.list.allcorp3/templates/.default/style.css?174528620110179 */
/* /bitrix/components/aspro/marketing.popup.allcorp3/templates/.default/style.css?17452862015926 */
/* /bitrix/templates/aspro-allcorp3/css/bottom-icons-panel.css?17452861912281 */
