/* Hollywool footer skin: scoped to the existing Aspro footer-v5 markup. */
#footer .footer-v5.hw-footer-ready {
  --light: var(--OFF_toggle);
  --dark: var(--ON_toggle);
  --hw-footer-bg: color-mix(in srgb, var(--white_text_black) 90%, var(--theme-base-color));
  --hw-footer-surface: color-mix(in srgb, var(--basic_text_black) 84%, var(--theme-base-color));
  --hw-footer-surface-hover: color-mix(in srgb, var(--light_basic_text_black) 78%, var(--theme-base-color));
  --hw-footer-border: color-mix(in srgb, var(--stroke_black) 46%, var(--theme-base-color));
  --hw-footer-text: var(--black_bg_black);
  --hw-footer-muted: color-mix(in srgb, var(--black_bg_black) 58%, var(--stroke_black));
  --hw-footer-accent: color-mix(in srgb, var(--theme-base-color) 58%, var(--black_bg_black));
  --hw-footer-focus: color-mix(in srgb, var(--theme-base-color) 58%, var(--black_bg_black));
  --hw-footer-radius: 8px;
  --hw-footer-gap: 14px;
  background: var(--hw-footer-bg);
  color: var(--hw-footer-text);
}

#footer .footer-v5.hw-footer-ready,
#footer .footer-v5.hw-footer-ready * {
  box-sizing: border-box;
}

#footer .footer-v5.hw-footer-ready .footer-inner,
#footer .footer-v5.hw-footer-ready .maxwidth-theme {
  background: transparent;
}

#footer .footer-v5.hw-footer-ready .footer_top {
  padding: 38px 0 28px;
}

#footer .footer-v5.hw-footer-ready .footer_top .maxwidth-theme,
#footer .footer-v5.hw-footer-ready .footer_bottom .maxwidth-theme {
  padding-left: 56px;
  padding-right: 56px;
}

#footer .footer-v5.hw-footer-ready .footer_top .row {
  display: grid;
  grid-template-columns: minmax(330px, 1.2fr) minmax(230px, 0.9fr) minmax(270px, 1fr) minmax(250px, 0.95fr);
  align-items: start;
  gap: 36px;
  margin: 0;
}

#footer .footer-v5.hw-footer-ready .footer_top .row::before,
#footer .footer-v5.hw-footer-ready .footer_top .row::after {
  display: none;
}

#footer .footer-v5.hw-footer-ready .footer_top .row > .hw-footer-section {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
}

#footer .footer-v5.hw-footer-ready .hw-footer-section--links {
  order: 1;
}

#footer .footer-v5.hw-footer-ready .hw-footer-section--contacts {
  order: 2;
}

#footer .footer-v5.hw-footer-ready .hw-footer-section--messengers {
  order: 3;
}

#footer .footer-v5.hw-footer-ready .hw-footer-section--address {
  order: 4;
}

#footer .footer-v5.hw-footer-ready .hw-footer-section--updates {
  order: 5;
}

#footer .footer-v5.hw-footer-ready .hw-footer-section__button {
  display: none;
}

#footer .footer-v5.hw-footer-ready .hw-footer-mobile-only,
#footer .footer-v5.hw-footer-ready .hw-footer-mobile-subscribe,
#footer .footer-v5.hw-footer-ready .hw-footer-mobile-legal,
#footer .footer-v5.hw-footer-ready .hw-footer-mobile-social {
  display: none;
}

#footer .footer-v5.hw-footer-ready .hw-footer-section__panel {
  display: block;
}

#footer .footer-v5.hw-footer-ready .hw-footer-section__panel[hidden] {
  display: none !important;
}

#footer .footer-v5.hw-footer-ready .hw-footer-section__title,
#footer .footer-v5.hw-footer-ready .footer-title-white {
  margin: 0 0 14px;
  color: var(--hw-footer-text);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

#footer .footer-v5.hw-footer-ready .first_bottom_menu .bottom-menu {
  margin: 0;
}

#footer .footer-v5.hw-footer-ready .bottom-menu .items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

#footer .footer-v5.hw-footer-ready .bottom-menu .item {
  margin: 0;
  padding: 0;
}

#footer .footer-v5.hw-footer-ready .bottom-menu .item[hidden] {
  display: none !important;
}

#footer .footer-v5.hw-footer-ready .bottom-menu .item .title {
  margin: 0;
}

#footer .footer-v5.hw-footer-ready .bottom-menu .item .title a,
#footer .footer-v5.hw-footer-ready .phone.blocks .phone a,
#footer .footer-v5.hw-footer-ready .email.blocks a,
#footer .footer-v5.hw-footer-ready .footer-icon-link,
#footer .footer-v5.hw-footer-ready .confidentiality a,
#footer .footer-v5.hw-footer-ready .subscribe_button .btn {
  color: var(--hw-footer-text);
  text-decoration: none;
}

#footer .footer-v5.hw-footer-ready .bottom-menu .item .title a {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--hw-footer-border);
  border-radius: var(--hw-footer-radius);
  background: var(--hw-footer-surface);
  padding: 9px 13px;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white_text_black) 12%, transparent);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#footer .footer-v5.hw-footer-ready .bottom-menu .item .title a::before {
  display: none;
}

#footer .footer-v5.hw-footer-ready .hw-footer-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  color: var(--hw-footer-accent);
}

#footer .footer-v5.hw-footer-ready .bottom-menu .item .title a:hover,
#footer .footer-v5.hw-footer-ready .bottom-menu .item .title a:focus-visible,
#footer .footer-v5.hw-footer-ready .footer-icon-link:hover,
#footer .footer-v5.hw-footer-ready .footer-icon-link:focus-visible,
#footer .footer-v5.hw-footer-ready .subscribe_button .btn:hover,
#footer .footer-v5.hw-footer-ready .subscribe_button .btn:focus-visible,
#footer .footer-v5.hw-footer-ready .confidentiality a:hover,
#footer .footer-v5.hw-footer-ready .confidentiality a:focus-visible {
  background: var(--hw-footer-surface-hover);
  border-color: var(--hw-footer-accent);
  color: var(--hw-footer-text);
  outline: 2px solid var(--hw-footer-focus);
  outline-offset: 2px;
}

#footer .footer-v5.hw-footer-ready .social-block {
  margin-top: 20px;
}

#footer .footer-v5.hw-footer-ready .social-icons,
#footer .footer-v5.hw-footer-ready .social-icons ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
}

#footer .footer-v5.hw-footer-ready .social-icons li {
  margin: 0;
  padding: 0;
}

#footer .footer-v5.hw-footer-ready .social-icons li::before {
  display: none;
}

#footer .footer-v5.hw-footer-ready .social-icons li a {
  --hw-social-sprite: url("/bitrix/templates/aspro_max/images/svg/social.svg?v=1");
  --hw-social-position: -1px -377px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hw-footer-border);
  border-radius: 50%;
  background-color: var(--hw-footer-surface);
  background-image: none !important;
  font-size: 0;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white_text_black) 10%, transparent);
}

#footer .footer-v5.hw-footer-ready .social-icons li a::before {
  content: "";
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  display: block;
  background-image: var(--hw-social-sprite);
  background-repeat: no-repeat;
  background-position: var(--hw-social-position);
  filter: grayscale(1) contrast(0.95) brightness(1.65);
}

#footer .footer-v5.hw-footer-ready .social-icons li.vk a {
  --hw-social-position: -1px -377px;
}

#footer .footer-v5.hw-footer-ready .social-icons li.telegram a {
  --hw-social-position: -330px -518px;
}

#footer .footer-v5.hw-footer-ready .social-icons li.ytb a {
  --hw-social-position: -95px -518px;
}

#footer .footer-v5.hw-footer-ready .social-icons li.viber a {
  --hw-social-position: -330px -377px;
}

#footer .footer-v5.hw-footer-ready .social-icons li.zen a {
  --hw-social-position: -471px -518px;
}

#footer .footer-v5.hw-footer-ready .social-icons li.pinterest a {
  --hw-social-position: -189px -377px;
}

#footer .footer-v5.hw-footer-ready .social-icons li a:hover,
#footer .footer-v5.hw-footer-ready .social-icons li a:focus-visible {
  background-color: var(--hw-footer-surface-hover);
  border-color: var(--hw-footer-accent);
  outline: 2px solid var(--hw-footer-focus);
  outline-offset: 2px;
}

#footer .footer-v5.hw-footer-ready .contact-block .info > .row,
#footer .footer-v5.hw-footer-ready .hw-footer-address-col .col-md-12,
#footer .footer-v5.hw-footer-ready .hw-footer-address-col .col-sm-12 {
  margin: 0;
}

#footer .footer-v5.hw-footer-ready .contact-block .info > .row,
#footer .footer-v5.hw-footer-ready .hw-footer-section--contacts .hw-footer-section__panel > .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 100%;
}

#footer .footer-v5.hw-footer-ready .contact-block .col-md-12,
#footer .footer-v5.hw-footer-ready .contact-block .col-sm-12,
#footer .footer-v5.hw-footer-ready .hw-footer-address-col .col-md-12,
#footer .footer-v5.hw-footer-ready .hw-footer-address-col .col-sm-12 {
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: static;
}

#footer .footer-v5.hw-footer-ready .phone.blocks,
#footer .footer-v5.hw-footer-ready .email.blocks,
#footer .footer-v5.hw-footer-ready .address.blocks,
#footer .footer-v5.hw-footer-ready .footer-messengers-white,
#footer .footer-v5.hw-footer-ready .subscribe_button,
#footer .footer-v5.hw-footer-ready .confidentiality {
  border: 1px solid var(--hw-footer-border);
  border-radius: var(--hw-footer-radius);
  background: var(--hw-footer-surface);
  padding: 14px;
  color: var(--hw-footer-text);
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white_text_black) 10%, transparent);
  display: block;
  width: 100%;
  max-width: 100%;
}

#footer .footer-v5.hw-footer-ready .phone.blocks,
#footer .footer-v5.hw-footer-ready .email.blocks > a {
  display: flex;
  align-items: center;
  gap: 12px;
}

#footer .footer-v5.hw-footer-ready .phone.blocks,
#footer .footer-v5.hw-footer-ready .email.blocks {
  margin-bottom: 8px;
}

#footer .footer-v5.hw-footer-ready .email.blocks {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

#footer .footer-v5.hw-footer-ready .email.blocks > a {
  border: 1px solid var(--hw-footer-border);
  border-radius: var(--hw-footer-radius);
  background: var(--hw-footer-surface);
  padding: 14px;
  color: var(--hw-footer-text);
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white_text_black) 10%, transparent);
}

#footer .footer-v5.hw-footer-ready .phone.with_dropdown,
#footer .footer-v5.hw-footer-ready .phone.blocks .phone,
#footer .footer-v5.hw-footer-ready .email.blocks > a {
  display: flex;
  align-items: center;
  min-height: 26px;
  gap: 10px;
  width: 100%;
}

#footer .footer-v5.hw-footer-ready .email.blocks > a {
  margin-bottom: 12px;
}

#footer .footer-v5.hw-footer-ready .phone.blocks .svg,
#footer .footer-v5.hw-footer-ready .email.blocks > .svg,
#footer .footer-v5.hw-footer-ready .address.blocks > .svg {
  display: none !important;
}

#footer .footer-v5.hw-footer-ready .hw-footer-card-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: var(--hw-footer-accent);
}

#footer .footer-v5.hw-footer-ready .address.blocks {
  position: relative;
  padding-left: 48px;
  font-size: 0.98rem;
  line-height: 1.55;
}

#footer .footer-v5.hw-footer-ready .address.blocks .hw-footer-card-icon {
  position: absolute;
  left: 14px;
  top: 18px;
}

#footer .footer-v5.hw-footer-ready .address.blocks p {
  margin: 8px 0 0;
}

#footer .footer-v5.hw-footer-ready .email.blocks br,
#footer .footer-v5.hw-footer-ready .address.blocks p:empty {
  display: none;
}

#footer .footer-v5.hw-footer-ready .footer-messengers-white {
  margin-top: 12px;
  border: 1px solid var(--hw-footer-border);
  border-radius: var(--hw-footer-radius);
  background: var(--hw-footer-surface);
  padding: 14px;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white_text_black) 10%, transparent);
}

#footer .footer-v5.hw-footer-ready .footer-links-white {
  display: grid;
  gap: 8px;
}

#footer .footer-v5.hw-footer-ready .footer-icon-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--hw-footer-border);
  border-radius: var(--hw-footer-radius);
  background: var(--hw-footer-surface);
  padding: 9px 12px;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white_text_black) 10%, transparent);
}

#footer .footer-v5.hw-footer-ready .footer-icon-circle {
  display: none;
}

#footer .footer-v5.hw-footer-ready .footer-icon-link::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--hw-footer-accent);
}

#footer .footer-v5.hw-footer-ready .footer-link-text {
  color: var(--hw-footer-text);
}

#footer .footer-v5.hw-footer-ready .footer-link-text strong {
  color: inherit;
  font-weight: 600;
  margin-left: 4px;
}

#footer .footer-v5.hw-footer-ready .footer-messengers-white .footer-link-text {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
}

#footer .footer-v5.hw-footer-ready .subscribe_button {
  margin-bottom: 12px;
}

#footer .footer-v5.hw-footer-ready .subscribe_button .btn {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--hw-footer-border);
  border-radius: var(--hw-footer-radius);
  background: var(--hw-footer-surface);
  padding: 11px 14px;
  font-size: 0.98rem;
  line-height: 1.25;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white_text_black) 10%, transparent);
}

#footer .footer-v5.hw-footer-ready .confidentiality {
  display: grid;
  gap: 12px;
}

#footer .footer-v5.hw-footer-ready .confidentiality iframe {
  max-width: 100%;
  border-radius: var(--hw-footer-radius);
}

#footer .footer-v5.hw-footer-ready .svg path,
#footer .footer-v5.hw-footer-ready .svg use {
  fill: currentColor;
}

#footer .footer-v5.hw-footer-ready .svg {
  color: var(--hw-footer-accent);
}

#footer .footer-v5.hw-footer-ready .footer_bottom {
  border-top: 1px solid var(--hw-footer-border);
  background: transparent;
}

#footer .footer-v5.hw-footer-ready .footer-bottom__items-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 28px;
}

#footer .footer-v5.hw-footer-ready .footer-bottom__item.copy {
  color: var(--hw-footer-muted);
  font-size: 0.98rem;
}

#footer .footer-v5.hw-footer-ready .footer-bottom__item.pays {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

#footer .footer-v5.hw-footer-ready .footer-bottom__item.pays i {
  opacity: 0.75;
}

body#main .amo-button-holder,
body#main #social_iframe,
body#main #footer .footer-v5.hw-footer-ready li.whats,
body#main #footer .footer-v5.hw-footer-ready a[href*="wa.me"],
body#main #footer .footer-v5.hw-footer-ready a[href*="whatsapp" i],
body#main #footer .footer-v5.hw-footer-ready [class*="whatsapp" i] {
  display: none !important;
}

html.hw-footer-in-view .amo-button-holder,
html.hw-footer-in-view #social_iframe,
html.hw-footer-in-view jdiv#jvLabelWrap,
html.hw-footer-in-view jdiv#jcont,
html.hw-footer-in-view jdiv[class*="__jivoMobileButton"],
html.hw-footer-in-view .bottom-icons-panel,
html.hw-footer-in-view #scrollToTop {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

@media (max-width: 1199px) {
  #footer .footer-v5.hw-footer-ready .footer_top .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #footer .footer-v5.hw-footer-ready {
    padding: 14px 14px 92px;
  }

  #footer .footer-v5.hw-footer-ready .footer-inner {
    border: 1px solid var(--hw-footer-border);
    border-radius: 18px;
    background: var(--hw-footer-bg);
    overflow: hidden;
    box-shadow: 0 18px 55px color-mix(in srgb, var(--ON_toggle) 18%, transparent);
  }

  #footer .footer-v5.hw-footer-ready .footer_top {
    padding: 18px 0 12px;
  }

  #footer .footer-v5.hw-footer-ready .footer_top .maxwidth-theme,
  #footer .footer-v5.hw-footer-ready .footer_bottom .maxwidth-theme {
    padding-left: 16px;
    padding-right: 16px;
  }

  #footer .footer-v5.hw-footer-ready .footer_top .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-mobile-only {
    display: block;
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-mobile-subscribe {
    display: block;
    margin: 0 0 14px;
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-mobile-legal {
    display: block;
    margin: 14px 0 0;
    padding-top: 14px;
    border-top: 1px solid var(--hw-footer-border);
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-mobile-social {
    display: block;
    margin: 16px 0 0;
    padding-top: 16px;
    border-top: 1px solid var(--hw-footer-border);
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-section {
    border: 1px solid var(--hw-footer-border);
    border-radius: var(--hw-footer-radius);
    background: var(--hw-footer-surface);
    overflow: hidden;
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--white_text_black) 10%, transparent);
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-section[hidden] {
    display: none !important;
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-section__button {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border: 0;
    background: transparent;
    color: var(--hw-footer-text);
    padding: 14px;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-section__button .hw-footer-icon {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
    margin-right: 2px;
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-section__button::after {
    content: "";
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    margin-left: auto;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-section.is-open .hw-footer-section__button::after {
    transform: rotate(225deg);
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-section__button:focus-visible {
    outline: 2px solid var(--hw-footer-focus);
    outline-offset: -3px;
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-section__panel {
    padding: 0 14px 14px;
  }

  #footer .footer-v5.hw-footer-ready .hw-footer-section__title {
    display: none;
  }

  #footer .footer-v5.hw-footer-ready .bottom-menu .items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #footer .footer-v5.hw-footer-ready .bottom-menu .item .title a {
    min-height: 46px;
    padding: 8px 10px;
    font-size: 0.94rem;
    font-weight: 400;
    text-transform: none;
  }

  #footer .footer-v5.hw-footer-ready .bottom-menu .item .title a .hw-footer-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  #footer .footer-v5.hw-footer-ready .social-block {
    margin-top: 0;
  }

  #footer .footer-v5.hw-footer-ready .social-icons ul,
  #footer .footer-v5.hw-footer-ready .footer-bottom__item.pays {
    justify-content: center;
  }

  #footer .footer-v5.hw-footer-ready .footer-bottom__items-wrapper {
    flex-direction: column-reverse;
    gap: 18px;
    padding: 18px 0 24px;
    text-align: center;
  }
}

@media (max-width: 340px) {
  #footer .footer-v5.hw-footer-ready .bottom-menu .items {
    grid-template-columns: 1fr;
  }
}
