

/* Start:/bitrix/templates/aspro-lite/components/bitrix/menu/bottom/style.css?17373065082502*/
.bottom-menu .wrap .title {
    font-weight: normal;
    font-size: 0.9375rem;
}
.footer__title {
    color: #333;
    color: var(--white_text_black);
    margin: -3px 0 25px 0;
}
.footer--color-dark .footer__title {
    color: #fff;
}
.footer__main-part-inner {
    padding: 80px 0 80px;
}
.bottom-menu .item-link .item-link-arrow {
    display: none;
}
.bottom-menu .item-link-arrow * {
    fill: var(--fill_dark_light);
}
.footer--color-dark .item-link-arrow * {
    fill: #fff;
}
.bottom-menu .wrap .title a:not(:hover) {
    color: #dadada;
}
.bottom-menu .items > .wrap .item-link {
    margin: 10px 0;
}
.bottom-menu .wrap .item-link:first-of-type {
    margin-top: 0;
}
.bottom-menu .wrap .item-link:last-of-type {
    margin-bottom: 0;
}
.footer--color-light .bottom-menu .wrap .item a:not(:hover) {
    color: #666;
    color: var(--d6t9_dark_light);
}
.footer--color-dark .wrap_menu_compact_mobile .item:hover .title a,
.footer--color-dark .wrap_menu_compact_mobile .item.active .title a {
  color: #fff !important;
}
@media (max-width: 1200px) {
    .footer__subscribe, 
    .footer__social  {
      margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .bottom-menu .items > .wrap {
        margin: 19px 0 0px 0;
        height: auto !important;
    }
    .wrap_menu_compact_mobile {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .footer__main-part-inner {
        padding: 24px 0 16px;
        flex-direction: column;
        border: none;
    }
    .footer__title {
        margin: 20px 0 12px 0;
    }
}
@media (max-width: 767px) {
    .bottom-menu .items {
        padding: 0px;
    }
    .footer__title {
        margin: 0px 0 17px 0;
    }
    .bottom-menu .item-link.items-child .item-link-arrow {
        display: block;
    }
    .footer .footer__main-part-menu {
        flex-direction: column;
    }
    .bottom-menu .item-link-arrow {
        margin-left: 8px;
    }
    .bottom-menu .item-link svg {
        transition: transform 0.3s ease;
    }
    .bottom-menu .item-link.opened svg {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .footer--color-dark .bottom-menu .items-child:hover .item-link-arrow * {
        fill: #999 !important;
    }
    .footer--color-light .bottom-menu .items-child:hover .item-link-arrow * {
        fill: #000 !important;
        fill: var(--fill_dark_lite_hover) !important;
    }
    .bottom-menu .wrap .item-link:last-of-type {
        margin-bottom: 16px;
    }
}

/* End */


/* Start:/bitrix/components/aspro/marketing.popup.lite/templates/.default/style.css?17373064205816*/
.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 {padding: 0 32px 32px;line-height: calc(1em + 7px);}
.marketing-popup.popup-text-info--has-img .popup-text-info__title{padding: 35px 32px 26px;}
.marketing-popup.popup-text-info--has-img .popup-text-info__btn{margin-top: 27px;}
.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 {
    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-lite/css/bottom-icons-panel.css?17614412022866*/
.bottom-icons-panel {
  position: fixed;
  position: sticky;
  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: 992;
  padding-bottom: env(safe-area-inset-bottom, 22px);
  order: 9999;
  margin-top: auto;
  /* top: calc(100dvh - 67px); */
  overflow-x: auto;
  overflow-y: auto;
}
.bottom-icons-panel__content {
  display: flex; /*justify-content: space-between;*/
  width: 100%;
  /* overflow-x: auto;
  overflow-y: auto; */
  /* -webkit-overflow-scrolling: auto; */
  /* -webkit-overflow-scrolling: touch; */
  padding-bottom: 5px;
  transform: translateZ(0);
  /* padding-bottom: env(safe-area-inset-bottom, 22px); */
}
.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,
.bottom-icons-panel__content-link--active svg use {
  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; */
  align-items: flex-end;
  display: flex;
  height: 20px;
  margin: 0px;
  position: relative;
}

.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; */
  top: 0;
  bottom: auto;
  right: 0;
}

@media (min-width: 992px) {
  .bottom-icons-panel {
    display: none;
  }
}
@media (max-width: 991px) {
  html {
    --bottom-panel_height: 61px;
  }
}

/* End */
/* /bitrix/templates/aspro-lite/components/bitrix/menu/bottom/style.css?17373065082502 */
/* /bitrix/components/aspro/marketing.popup.lite/templates/.default/style.css?17373064205816 */
/* /bitrix/templates/aspro-lite/css/bottom-icons-panel.css?17614412022866 */
