/* Generated delivery bundle. Source declarations retain their original order. */

/* Source: layout/_footer.css */
.footer {
  position: relative;
  border-top: 1px solid #F4C47B;
  background:  #05120B;
  box-shadow: 0 -4px 24px 0 rgba(0, 0, 0, .06);
}

.footer::after {
  content: '';
  position: absolute;
  top: 40px;
  right: 0;
  width: 394px;
  height: 596px;
  background: url('../../images/footer-bg.png') center/cover no-repeat;
}

.footer__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 60px;
  padding-block: 95px 60px;
  z-index: 1;
}

.footer__brand {
  display: flex;
  flex-flow: column;
  row-gap: 30px;
  -webkit-flex: 0 0 427px;
  flex: 0 0 427px;
  max-width: 427px;
}

.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
  width: 427px;
  height: 114px;
}

.footer__text {
  color: #DBDBDB;
  font-family: var(--font-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__image-qoute {
  width: 360px;
  height: 195px;
}

.footer__image-qoute-mob {
  display: none;
  width: 202px;
  height: 50px;
}

.footer__address-wrap {
  display: flex;
  flex-flow: column;
  gap: 22px;
}

.footer__address-wrap .contact__feature-icon {
  width: 24px;
  height: 24px;
  padding: 3px;
}

.footer__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
}

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
}

.footer__nav-title {
  color: #EBB667;
  font-family: var(--font-text);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

.footer__nav-title::after {
  content: '';
  display: flex;
  height: 1px;
  width: 128px;
  margin-block: 8px 12px;
  background: url('../../images/divider.svg') center/cover no-repeat;
}

.footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}

.footer__nav-link {
  position: relative;
  color: var(--color-gold);
  font-family: var(--font-text);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.22px;
  -webkit-transition:
          color var(--transition-base),
          text-shadow var(--transition-base);
  transition:
          color var(--transition-base),
          text-shadow var(--transition-base);
}

.footer__nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--color-gold-light);
  transform: translateX(-50%);
  transition: width .3s ease;
}

.footer__nav-link:hover {
  color: var(--color-gold-light);
  text-shadow: 0 0 12px rgba(235, 182, 103, .35);
}

.footer__nav-link:hover::after {
  width: 100%;
}

.footer__contacts-wrap {
  display: flex;
  flex-flow: column;
  gap: 58px;
}

.footer__social {
  display: flex;
  flex-flow: column;
}

.footer__nav-socials {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer__social-link {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
          transform var(--transition-base),
          filter var(--transition-base);
}

.footer__social-link svg path {
  fill: var(--color-gold);
  transition:
          fill var(--transition-base);
}

.footer__social-link:hover {
  transform: translateY(-3px) scale(1.08);
  filter: drop-shadow(
          0 0 10px rgba(235, 182, 103, .5)
  );
}

.footer__social-link:hover svg path {
  fill: var(--color-gold-light);
}

.footer__social-link:active {
  transform: translateY(-1px) scale(1.03);
}

.footer__bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 14px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1;
}

.footer__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.footer__copyright {
  justify-self: start;
  color: #DBDBDB;
  font-family: var(--font-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.84px;
}

.footer__legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-self: end;
  row-gap: 6px;
}

.footer__legal-link {
  display: flex;
  align-items: center;
  color: #DBDBDB;
  font-family: var(--font-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: .84px;
}

.footer__legal-link:not(:last-child)::after {
  content: '';
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-inline: 12px;
  background: #DBDBDB;
}

.footer__technology-credit {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 12px;
  width: 507px;
  max-width: 100%;
  white-space: nowrap;
  color: var(--color-gold-light);
  font-family: var(--font-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: .42px;
  text-shadow: 0 0 5px rgba(235, 182, 103, .18);
  transition:
          color var(--transition-base),
          text-shadow var(--transition-base);
}

.footer__technology-credit::before,
.footer__technology-credit::after {
  content: '';
  flex: 1 1 auto;
  min-width: 16px;
  height: 1px;
  background: rgba(209, 155, 73, .72);
}

.footer__technology-credit:hover {
  color: #F4C47B;
  text-shadow: 0 0 7px rgba(235, 182, 103, .3);
}

.footer__technology-credit:focus-visible {
  color: #F4C47B;
  text-shadow: 0 0 7px rgba(235, 182, 103, .3);
  outline: 1px solid rgba(244, 196, 123, .85);
  outline-offset: 3px;
  border-radius: 2px;
}

@media (max-width: 1727px) {
  .footer__top {
    gap: 40px;
    padding-block: 60px 40px;
  }

  .footer__logo {
    width: 337px;
    height: 90px;
  }

  .footer__text {
    font-size: 16px;
  }

  .footer__image-qoute {
    width: 306px;
    height: 166px;
  }

  .footer__nav-title {
    font-size: 18px;
  }

  .footer__nav-list {
    gap: 18px;
  }

  .footer__nav-link {
    font-size: 18px;
  }

  .footer__contacts-wrap {
    gap: 42px;
  }

  .footer::after {
    width: 206px;
    height: 312px;
  }

  .footer .contact__detail-value {
    font-size: 18px;
  }
}

@media (max-width: 1439px) {
  .footer .contact__detail-value {
    font-size: 14px;
  }
}

@media (max-width: 1279px) {
  .footer__wrap {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    row-gap: 10px;
  }

  .footer__technology-credit {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer__legal {
    grid-column: 2;
    grid-row: 1;
  }

  .footer__copyright,
  .footer__legal-link,
  .footer__technology-credit {
    font-size: 11px;
  }
}

@media (max-width: 1023px) {
  .footer__top {
    padding-block: 56px 50px;
  }

  .footer__brand {
    flex: 0 0 192px;
    max-width: 192px;
  }

  .footer__brand {
    gap: 21px;
  }

  .footer__logo {
    width: 190px;
    height: 51px;
  }

  .footer__text {
    font-size: 12px;
  }

  .footer__image-qoute {
    width: 192px;
    height: 104px;
  }

  .footer__nav-title {
    font-size: 16px;
  }

  .footer__nav-title::after {
    margin-block: 6px 12px;
  }

  .footer__nav-list {
    gap: 20px;
  }

  .footer__nav-link {
    font-size: 14px;
  }

  .footer__copyright {
    font-size: 11px;
  }

  .footer__legal-link {
    font-size: 11px;
  }

  .footer__technology-credit {
    font-size: 11px;
  }

  .footer::after {
    width: 135px;
    height: 204px;
  }

  .footer__address-wrap {
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .footer__top {
    flex-flow: column;
    padding-block: 68px 24px;
  }

  .footer__brand {
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
    gap: 8px;
  }

  .footer__logo {
    width: 230px;
    height: 62px;
  }

  .footer__image-qoute {
    display: none;
  }

  .footer__image-qoute-mob {
    display: flex;
  }

  .footer__text {
    max-width: 246px;
    text-align: center;
  }

  .footer__nav-list {
    gap: 18px;
  }

  .footer__wrap {
    gap: 6px;
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .footer__legal {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    justify-content: center;
    max-width: 100%;
  }

  .footer__technology-credit {
    grid-column: 1;
    grid-row: 2;
  }

  .footer__copyright {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
  }

  .footer__bottom {
    padding-block: 12px;
  }

  .footer::after {
    display: none;
  }
}
