.footer-contact {
  background-color: #f7f7f7;
  padding: 48px 0 56px;
}

.footer-contact__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-contact__info {
  position: relative;
}
.footer-contact__info .c-desc {
  color: #505050;
  margin-top: 20px;
}

.footer-contact__imgs {
  height: 170px;
  margin-left: auto;
  margin-top: 20px;
  max-width: 280px;
  position: relative;
  width: 100%;
}

.footer-contact__img {
  border-radius: 5px;
  overflow: hidden;
  pointer-events: visible;
  position: absolute;
}
.footer-contact__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.footer-contact__img--large {
  height: 72%;
  right: 0;
  top: 0;
  width: 70%;
}
.footer-contact__img--small {
  bottom: 0;
  height: 50%;
  left: 8%;
  width: 46%;
}

.footer-contact-mail {
  background-color: #fae0e0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 482px;
  padding: 28px 20px 36px;
  padding: 40px 32px 48px;
  position: relative;
  transition: background-color 0.3s ease;
  width: 100%;
}
.footer-contact-mail:hover {
  background-color: #ef2c2a;
  opacity: 1;
}
.footer-contact-mail:hover .footer-contact-mail__bg {
  -webkit-text-stroke-color: #333333;
  opacity: 0.3;
}
.footer-contact-mail:hover .footer-contact-mail__en,
.footer-contact-mail:hover .footer-contact-mail__title {
  color: #ffffff;
}
.footer-contact-mail:hover .footer-contact-mail__icon img {
  transform: translateX(4px);
}

.footer-contact-mail__bg {
  -webkit-text-stroke: 1px rgba(239, 44, 42, 0.28);
  bottom: 4px;
  color: transparent;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 0.9830348133rem + 4.3390514632vw, 4.6875rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -8px;
  transition: -webkit-text-stroke-color 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
  z-index: 0;
}

.footer-contact-mail__head {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  position: relative;
  z-index: 1;
}

.footer-contact-mail__en {
  color: #ef2c2a;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.footer-contact-mail__title {
  color: #ef2c2a;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(32 / 26);
  transition: color 0.3s ease;
}

.footer-contact-mail__btn {
  align-items: center;
  background-color: #ffffff;
  border-radius: 45px;
  display: flex;
  height: 52px;
  margin-inline: auto;
  margin-top: 24px;
  max-width: 309px;
  padding-left: 20px;
  padding-right: 6px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.footer-contact-mail__btn > p {
  color: #ef2c2a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.footer-contact-mail__icon {
  align-items: center;
  background-color: #ef2c2a;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 36px;
  justify-content: center;
  margin-left: auto;
  overflow: hidden;
  width: 36px;
}
.footer-contact-mail__icon img {
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
  width: 12px;
}

.footer {
  background-color: #3a3a3a;
  padding: 40px 0 28px;
}

.footer__inner {
  display: flex;
  flex-direction: column;
}

.footer__contents {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer-info {
  flex-shrink: 0;
}

.footer-logo {
  background-color: #ffffff;
  border-radius: 6px;
  display: block;
  height: 53px;
  overflow: hidden;
  padding: 6px 8px;
  width: 90px;
}
.footer-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.footer-info__address {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: calc(26 / 14);
  margin-top: 20px;
}

a.footer-info__mail {
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: calc(26 / 14);
  margin-top: 8px;
  word-break: break-all;
}

.footer-nuv {
  display: grid;
  gap: 12px 16px;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  max-width: 280px;
  text-align: right;
  width: 100%;
}

.footer-nuv__item > p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.42px;
  line-height: 20px;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 60px;
}

.footer__copy {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: calc(21 / 11);
  text-align: center;
  width: 100%;
}

.pagetop {
  display: block;
  height: 64px;
  margin-left: auto;
  width: 64px;
}
.pagetop img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-contact {
    padding: 80px 0 100px;
  }
  .footer-contact__body {
    align-items: flex-end;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
  .footer-contact__info {
    flex: 1;
    max-width: 482px;
    min-width: 0;
  }
  .footer-contact__imgs {
    height: 190px;
    max-width: 320px;
  }
  .footer-contact-mail {
    flex-shrink: 0;
    min-width: 350px;
    padding: 40px 32px 48px;
    width: 46%;
  }
  .footer-contact-mail__head {
    gap: 8px 20px;
  }
  .footer-contact-mail__en {
    font-size: 16px;
  }
  .footer-contact-mail__title {
    font-size: 26px;
  }
  .footer-contact-mail__btn {
    height: 70px;
    margin-inline: 0;
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 8px;
  }
  .footer-contact-mail__btn > p {
    font-size: 16px;
  }
  .footer-contact-mail__icon {
    height: 51px;
    width: 51px;
  }
  .footer-contact-mail__icon img {
    height: 17px;
    width: 16px;
  }
  .footer__contents {
    align-items: flex-start;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
  .footer-nuv {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
    justify-content: flex-end;
    margin-top: 12px;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 80px 0 37px;
  }
  .footer-logo {
    height: 64px;
    padding: 8px 9px 7px 10px;
    width: 109px;
  }
  .footer-info__address {
    font-size: 14px;
    margin-top: 25px;
  }
  a.footer-info__mail {
    font-size: 14px;
    margin-top: 10px;
  }
  .footer-nuv__item > p {
    font-size: 14px;
  }
  .footer__bottom {
    margin-top: auto;
    padding-top: 80px;
  }
  .footer__copy {
    grid-column: 2;
    width: auto;
  }
  .pagetop {
    height: 88px;
    width: 88px;
  }
}
@media (min-width: 1366px) {
  .footer-contact {
    padding: 80px 0 115px;
  }
  .footer-contact__body {
    align-items: flex-start;
  }
  .footer-contact__info {
    flex: none;
    min-height: 366px;
    width: 630px;
  }
  .footer-contact__info .c-desc {
    margin-top: 38px;
    max-width: 340px;
  }
  .footer-contact__imgs {
    height: auto;
    inset: 0;
    margin: 0;
    max-width: none;
    pointer-events: none;
    position: absolute;
  }
  .footer-contact__img--large {
    height: 138px;
    left: 364px;
    right: auto;
    top: 120px;
    width: 201px;
  }
  .footer-contact__img--small {
    bottom: auto;
    height: 91px;
    left: 198px;
    top: 270px;
    width: 130px;
  }
  .footer-contact-mail {
    margin-top: 56px;
    min-height: 256px;
    overflow: visible;
    padding: 49px 46px 0;
    width: 482px;
  }
  .footer-contact-mail__bg {
    bottom: -35px;
    font-size: 75px;
    left: -94px;
    right: auto;
  }
  .footer-contact-mail__btn {
    margin-top: 48px;
  }
  .footer {
    padding: 115px 0 37px;
  }
  .footer__inner {
    min-height: 542px;
  }
  .footer-nuv {
    flex-wrap: nowrap;
    gap: 40px;
    margin-top: 23px;
  }
  .pagetop {
    height: 102px;
    width: 102px;
  }
}