footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 130px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  color: #fff;
  padding: 0px 15px;
  margin: 0 auto 30px auto;
  max-width: 1410px;
  width: 100%;
}
.footer a {
  color: #fff;
}
.footer .phone {
  display: block;
  margin-bottom: 35px;
}
.footer .email {
  margin-bottom: 30px;
}
.footer .privacy {
  margin-bottom: 30px;
}
.footer .footer-left {
  margin-bottom: 5px;
}
.footer .footer-menu {
  margin: 0 0 50px 0;
  padding: 0;
}
.footer .footer-menu li {
  list-style: none;
  margin-bottom: 15px;
}
.footer .footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.footer .footer-menu li a:hover {
  text-decoration: underline;
}
.footer .social a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
}
.footer .social img {
  height: 24px;
  margin-right: 15px;
}

.footer-cirlcle1 {
  background-color: #cc0329;
  --fcirlcle1-diametr: 75vw;
  width: var(--fcirlcle1-diametr);
  height: var(--fcirlcle1-diametr);
  bottom: calc(-24vw - var(--fcirlcle1-diametr) / 2);
  left: calc(3vw - var(--fcirlcle1-diametr) / 3);
  border-radius: 100vw;
  position: absolute;
  z-index: -1;
  animation-delay: 0.4s;
  animation-duration: 0.5s;
}

.footer-cirlcle2 {
  background-color: #828282;
  --fcirlcle1-diametr: 50vw;
  width: var(--fcirlcle1-diametr);
  height: var(--fcirlcle1-diametr);
  bottom: calc(-22vw - var(--fcirlcle1-diametr) / 4);
  right: calc(10vw - var(--fcirlcle1-diametr) / 4);
  border-radius: 100vw;
  position: absolute;
  z-index: -1;
  animation-delay: 0.4s;
  animation-duration: 0.5s;
}

.programloyalty-short {
  --fscirlcle1-diametr: 1291px;
  --fscirlcle2-diametr: 867px;
}
.programloyalty-short footer {
  min-height: auto;
  padding-bottom: 30px;
}
.programloyalty-short .footer {
  max-width: 1829px;
  margin-bottom: 0;
}
.programloyalty-short .footer .phone {
  margin-bottom: 35px;
}
.programloyalty-short .footer .footer-right-title {
  margin-bottom: 50px;
}
.programloyalty-short .footer-cirlcle1 {
  width: var(--fscirlcle1-diametr);
  height: var(--fscirlcle1-diametr);
  bottom: calc(-348px - var(--fscirlcle1-diametr) / 2);
  left: calc(-5px - var(--fscirlcle1-diametr) / 3);
}
.programloyalty-short .footer-cirlcle2 {
  width: var(--fscirlcle2-diametr);
  height: var(--fscirlcle2-diametr);
  bottom: -510px;
  right: calc(20px - var(--fscirlcle2-diametr) / 4);
}

@media (max-width: 1660px) {
  .footer-cirlcle1 {
    --fcirlcle1-diametr: 1240px;
    bottom: calc(-300px - var(--fcirlcle1-diametr) / 2);
    left: calc(-1vw - var(--fcirlcle1-diametr) / 3);
  }
  .footer-cirlcle2 {
    width: 800px;
    height: 800px;
    right: -10vw;
    bottom: -500px;
  }
}
@media (max-width: 860px) {
  .footer {
    flex-direction: column-reverse;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer .email {
    margin-bottom: 10px;
  }
  .footer .privacy {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .footer .phone {
    margin-bottom: 20px;
  }
  .footer .footer-left, .footer .footer-right {
    width: 386px;
  }
  .footer-cirlcle2 {
    width: 900px;
    height: 900px;
    right: -270px;
    bottom: -508px;
    border-radius: 1200px;
  }
}
@media (max-width: 400px) {
  .footer .footer-left, .footer .footer-right {
    width: 100%;
  }
}/*# sourceMappingURL=footer.css.map */