.main_footer {
  border-radius: 1.56rem;
  color: #fff;
  background: #212121;
  max-width: 102.35rem;
  margin: 4.9rem auto 0.45rem;
  padding: 5.7rem 0 5.4rem;
  margin-bottom: 0.45rem;
}

.footer__top__row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 3.8rem;
}

.footer__top__col {
  flex: 1;
}

.footer__menu__list a {
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 2.64286;
  color: inherit;
  text-decoration: none;
}

.footer__menu__list ul {
  list-style: none;
}

.footer__menu__title {
  font-weight: 900;
  font-size: 0.88rem;
  line-height: 1.78571;
  margin-bottom: 0.77rem;
}

.main_footer .container {
  max-width: 89rem;
}

.footer__top__logo {
  width: 9.88rem;
  font-size: 0;
}

.footer__top__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer__top__col--1 {
  width: 17.55rem;
  flex: none;
  display: flex;
  flex-direction: column;
}

.footer__menu {
  padding-top: 0.5rem;
}

.footer__menu__list a:hover {
  color: #fdd435;
}

.footer__top__col--5 {
  width: 13.5rem;
  flex: none;
}

.footer__copyright {
  margin-top: auto;
  padding-top: 3rem;
  font-size: 0.88rem;
}

.footer__top__text {
  font-size: 0.75rem;
  line-height: 2.08333;
  opacity: 0.5;
  flex: 1;
}

.footer__disclaimer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
}

.footer__disclaimer__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer__payments {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__payments img {
  height: 40px;
  width: auto;
  display: block;
  background: #fff;
  padding: 0.5rem 0.8rem;
  border-radius: 0.4rem;
  box-sizing: content-box;
}

.footer__payments img[src*="blik"] {
  height: 56px;
  padding: 0 0.4rem;
}

.footer__top__reviews {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.footer__top__reviews a {
  display: block;
  line-height: 0;
}

.footer__top__reviews img {
  width: 10.5rem;
  height: auto;
  display: block;
}

@media screen and (max-width: 750px) {
  .footer__disclaimer__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__top__reviews img {
    width: 9rem;
  }
}

.footer__bottom__text {
  font-size: 0.75rem;
  line-height: 2.08333;
  opacity: 0.5;
  max-width: 69rem;
}

.footer__top {
  border-bottom: 1px solid #373737;
  padding-bottom: 2rem;
}

.footer__bottom {
  padding-top: 1.7rem;
}

@media screen and (max-width: 1400px) {
  .main_footer {
    margin: 4.9rem 20px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .footer__top__col--1 {
    width: 100%;
    justify-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .main_footer {
    padding: 50px 0 24px;
    border-radius: 16px;
    margin: 64px 5px 5px;
  }

  .footer__top__logo {
    width: 132px;
  }

  .footer__copyright {
    position: static;
    font-size: 11.75px;
  }

  .footer__top__col--5 {
    width: 150px;
  }
}

@media screen and (max-width: 750px) {
  .footer__top__col {
    width: calc(50% - 10px);
    flex: none;
    max-width: 180px;
  }

  .footer__top__row {
    gap: 24px 20px;
    justify-content: center;
    margin-bottom: 44px;
  }

  .footer__top__col--1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer__menu__list a {
    font-size: 12px;
    line-height: 1.45;
    opacity: 0.5;
  }
  .footer__menu__list a:hover {
    opacity: 1;
  }

  .footer__menu__list ul {
    display: flex;
    flex-direction: column;
    gap: 8.5px;
  }

  .footer__menu__title {
    font-size: 14px;
  }

  .footer__top__col--2,
  .footer__top__col--4 {
    margin-left: 70px;
  }
}

@media screen and (max-width: 550px) {
  .footer__top__col--2,
  .footer__top__col--4 {
    margin-left: 0;
    max-width: 100%;
  }

  .footer__top__col--1 {
    align-items: flex-start;
  }

  .footer__bottom__text {
    font-size: 11px;
    line-height: 1.75;
  }

  .footer__bottom {
    padding-top: 16px;
  }

  .footer__top__text {
    font-size: 11px;
    line-height: 1.75;
  }

  .footer__top {
    padding-bottom: 16px;
  }
}
