@charset "utf-8";

.footer {
  position: relative;
  background: #1D1D1D;
  color: #F4F4F4;
}
.c3177::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/20251006115953120184.png') center / cover no-repeat;
  pointer-events: none;
}

.footer__top {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  padding: 86px 20px;
  margin-inline: auto;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .footer__top {
    padding: 86px 90px;
    max-width: 750px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__top {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1077px;
    padding: 86px 125px;
  }
}

.footer__top-item {
  padding: 37px 50px 32px 20px;
  border-radius: 7px;
  background: #A2841F;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer__top-item {
    padding: 37px 70px 32px 43px;
  }
}

.footer__top-item:nth-of-type(2) {
  background: #A2261F;
}
.footer__top-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/20251006115953120184.png') center / cover no-repeat;
  pointer-events: none;
}
.footer__top-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 8px;
  height: 13px;
  background: url('../images/footer-arrow.svg') center / contain no-repeat;
}

.footer__top-title {
  display: flex;
  gap: 6px;
  align-items: center;
  padding-bottom: 22px !important;
  border-bottom: 1px solid #FFFFFF;
}
.footer__top-title::before {
  content: "";
  width: 31px;
  height: 19px;
  background: url('../images/hands.svg') center / contain no-repeat;
}
.footer__top-item:nth-of-type(2) .footer__top-title::before {
  width: 24px;
  height: 18px;
  background: url('../images/icon-mail-white.svg') center / contain no-repeat;
}

.footer__bottom {
  padding-top: 97px;
  display: flex;
  gap: 40px;
  flex-direction: column-reverse;
      max-width: 90%;
    margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    flex-direction: row;
    align-items: start;
    gap: 42px;
    justify-content: space-between;

  }
}
@media screen and (min-width: 1366px) {
  .footer__bottom {
    max-width: 1165px;
  }
}

.footer__logo {
  aspect-ratio: 93/95;
  width: 93px;
  height: auto;
  flex-shrink: 0;
}
.footer__logo:hover {
  opacity: 0.8;
}

.footer__bottom-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  max-width: 400px;
  white-space: nowrap;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .footer__bottom-links {
    grid-template-columns: repeat(3, 1fr);
    max-width: 807px;
    gap: 40px 65px;
  }
}
@media screen and (min-width: 1366px) {
  .footer__bottom-links {
    grid-template-columns: repeat(4, 1fr);
    gap: 54px 0;
  }
}

.c2471 {
  width: fit-content;
}

.footer__bottom-link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.footer__bottom-link p {
  width: fit-content;
  color: #F4F4F4;
  position: relative;
  display: inline-block;
}
.footer__bottom-link p::after {
  background-color: #F4F4F4;
  bottom: 0px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all .3s;
  width: 100%;
}
.footer__bottom-link p:hover::after {
  bottom: -4px;
  opacity: 1;
}

.footer__btn {
  padding: 12px 30px;
  border-radius: 20px;
  width: 165px;
  height: auto;
  background: #C42A1B;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 1366px) {
  .footer__btn {
  margin-left: 9px;
  }
}

.footer__btn::before {
  content: "";
  background: url('../images/icon-mail-white.svg') center / contain no-repeat;
  width: 14px;
  height: 10px;
}
.footer__btn p{
  color: #F4F4F4;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.footer__btn:hover {
  opacity: 0.7;
}

.footer__copyright {
  font-size: 14px;
  line-height: calc(17 / 14);
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: left;
  width: 90%;
  margin: 124px 98px 0 40px !important;
}
@media screen and (min-width: 1300px) {
  .footer__copyright {
    margin: 324px 98px 0 98px !important;
  }
}