.footer {
  padding: 6rem 0 3.4rem;
  background-color: #F5F5F5;
  color: #444444; }
  @media (max-width: 575px) {
    .footer {
      padding: 30px 0 16px; } }
  .footer__top {
    border-top: 1px solid #C4C4C4;
    padding: 6rem 0 5.3rem;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 8rem;
    position: relative; }
    @media (max-width: 1023px) {
      .footer__top {
        grid-template-columns: 100%;
        gap: 30px; } }
    @media (max-width: 575px) {
      .footer__top {
        padding-top: 0;
        padding-bottom: 20px;
        border-top: none; } }
  .footer__left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem; }
    .footer__left > [id^="bx_incl_area"] {
      width: 33.33%; }
      .footer__left > [id^="bx_incl_area"] > .footer-nav {
        width: auto; }
    @media (max-width: 1023px) {
      .footer__left {
        justify-content: flex-start;
        gap: 60px; } }
    @media (max-width: 575px) {
      .footer__left {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
        border-top: none; } }
  .footer__right {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    @media (max-width: 575px) {
      .footer__right {
        gap: 40px; } }
    .footer__right .contacts-list__title {
      color: #121219; }
  .footer__icons {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end; }
    @media (max-width: 1023px) {
      .footer__icons {
        position: static;
        max-width: none;
        align-items: flex-start; } }
    @media (max-width: 575px) {
      .footer__icons {
        justify-content: flex-start;
        flex-direction: row;
        gap: 16px;
        align-items: center; } }
    .footer__icons-title {
      order: 2;
      margin-top: .6rem;
      color: #8B8B8B;
      font-size: 10px;
      max-width: 400px;
      line-height: 1.3; }
      @media (min-width: 1024px) {
        .footer__icons-title {
          max-width: 40rem;
          font-size: 1.2rem; } }
    .footer__icons-list {
      display: flex;
      align-items: center;
      gap: 2rem; }
    .footer__icons .lazy-img-wrap {
      width: 5rem;
      height: 5rem; }
      @media (max-width: 1023px) {
        .footer__icons .lazy-img-wrap {
          width: 30px;
          height: 30px; } }
      .footer__icons .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .footer__mid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 4rem;
    padding-bottom: 3.6rem;
    border-bottom: 1px solid #C4C4C4; }
    @media (max-width: 767px) {
      .footer__mid {
        grid-template-columns: 100%; } }
  .footer__payment {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .footer__payment {
        justify-content: center; } }
    .footer__payment > [id^="bx_incl_area"] {
      display: flex; }
  .footer__subs {
    margin-top: 3.6rem;
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.6rem;
    padding-bottom: 1.6rem; }
    @media (max-width: 1023px) {
      .footer__subs {
        grid-template-columns: 1fr;
        padding-bottom: 24px; }
        .footer__subs .index-subscribe {
          padding-top: 3.6rem;
          border-top: 1px solid #C4C4C4; } }
  .footer__social {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .footer__social {
        margin-bottom: 4rem; }
        .footer__social:before {
          content: '';
          position: absolute;
          bottom: 0;
          top: 0;
          margin: auto 0;
          height: 1px;
          width: 100%;
          background-color: #C4C4C4; } }
    @media (max-width: 767px) {
      .footer__social {
        border-top: 1px solid #C4C4C4;
        border-bottom: 1px solid #C4C4C4;
        padding: 20px 0; } }
    .footer__social-inner {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      gap: 1rem;
      padding: 0 5.5rem;
      position: relative;
      z-index: 2;
      background-color: #F5F5F5; }
    .footer__social-item {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 5rem;
      height: 5rem;
      border: 1px solid #C4C4C4;
      fill: #C4C4C4;
      transition: all ease .3s; }
      @media (max-width: 1023px) {
        .footer__social-item {
          width: 40px;
          height: 40px; } }
      .footer__social-item:before {
        content: '';
        position: absolute;
        left: 1px;
        right: 1px;
        bottom: 1px;
        top: 1px;
        pointer-events: none;
        border: 1px solid transparent;
        transition: all ease .3s; }
      @media (min-width: 1024px) {
        .footer__social-item {
          cursor: pointer; }
          .footer__social-item:hover {
            fill: #8B8B8B;
            border-color: #8B8B8B; }
            .footer__social-item:hover:before {
              border-color: #8B8B8B; } }
      .footer__social-item:active {
        fill: #444444;
        border-color: #444444;
        transform: translateY(1px); }
        .footer__social-item:active:before {
          border-color: #444444; }
  .footer__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 767px) {
      .footer__bottom {
        grid-template-columns: 100%;
        gap: 6px;
        justify-items: center; } }
    @media (max-width: 1023px) {
      .footer__bottom {
        font-size: 14px; } }
  .footer__sitemap {
    text-align: center; }
    @media (max-width: 767px) {
      .footer__sitemap {
        order: -1; } }
  .footer__dev {
    margin-left: auto; }
    @media (max-width: 767px) {
      .footer__dev {
        margin-left: 0; } }
  .footer .footer-nav.active .footer-nav__title:after {
    height: 0px; }
  .footer .footer-nav.active .footer-nav__title:before {
    background: #FFC422; }
  .footer .footer-nav__title {
    font-weight: 600;
    margin-bottom: 3rem;
    color: #121219; }
    @media (max-width: 575px) {
      .footer .footer-nav__title {
        margin-bottom: 0px;
        padding: 8px 0px;
        padding-left: 25px;
        border-bottom: 1px solid #bdbdbd;
        position: relative; }
        .footer .footer-nav__title:before {
          position: absolute;
          content: "";
          width: 10px;
          height: 1px;
          background-color: #000;
          left: 6px;
          top: 50%; }
        .footer .footer-nav__title:after {
          position: absolute;
          content: "";
          width: 1px;
          height: 9px;
          background-color: #000;
          left: 10px;
          top: calc(50% - 4px);
          transition: all 0.3s ease; } }

.back-to-top {
  background-color: #FFC422;
  position: fixed;
  right: 40px;
  bottom: 65px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color ease .3s;
  opacity: 0;
  visibility: hidden;
  transform: rotate(180deg);
  fill: #fff; }
  @media (max-width: 767px) {
    .back-to-top {
      width: 40px;
      height: 40px;
      right: 20px; } }
  .back-to-top.active {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 768px) {
    .back-to-top:hover {
      cursor: pointer;
      background-color: #FFF0B8; } }

.cookie-notification {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10160;
  padding: 3rem;
  background-color: white;
  box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.25);
  max-width: 820px;
  margin-right: auto; }

@media (max-width: 575px) {
  .cookie-notification {
    padding: 16px 10px; } }

.cookie-notification__inner {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media (max-width: 575px) {
    .cookie-notification__inner {
      gap: 10px; } }

.cookie-notification__title {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "PlayfairDisplay", Arial, Verdana, sans-serif; }
  .cookie-notification__title a {
    color: #0D2DFF; }

.cookie-notification__control {
  display: flex;
  justify-content: center; }
