.site-footer {
  direction: rtl;
  background: #171d52;
  color: #e8ebf7;
  text-align: right;
}

.site-footer__main {
  position: relative;
  padding: 72px 0 58px;
  overflow: hidden;
  background: linear-gradient(135deg, #171d52 0%, #202968 100%);
}

.site-footer__main::before {
  position: absolute;
  width: 360px;
  height: 360px;
  top: -210px;
  left: -130px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
}

.site-footer__grid {
  position: relative;
  row-gap: 38px;
}

.site-footer__brand {
  max-width: 510px;
}

.site-footer__logo {
  display: inline-flex;
  margin-bottom: 20px;
}

.site-footer__logo img {
  width: auto;
  height: 55px;
  object-fit: contain;
}

.site-footer__brand h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}

.site-footer__brand p {
  max-width: 470px;
  margin: 0;
  color: #cbd0e7;
  font-size: 15px;
  line-height: 2.05;
}

.site-footer__section h3 {
  position: relative;
  margin: 8px 0 24px;
  padding-bottom: 13px;
  color: #fff;
  font-size: 18px;
}

.site-footer__section h3::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: #3aae36;
}

.site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links li + li {
  margin-top: 12px;
}

.site-footer__links a {
  display: inline-flex;
  align-items: center;
  color: #dbe0f2;
  font-size: 15px;
  transition: color .2s ease, transform .2s ease;
}

.site-footer__links a::before {
  width: 6px;
  height: 6px;
  margin-left: 10px;
  content: "";
  border-radius: 50%;
  background: #3aae36;
}

.site-footer__links a:hover,
.site-footer__links a:focus {
  color: #fff;
  transform: translateX(-4px);
}

.site-footer__contact {
  margin: 0;
  color: #dbe0f2;
  font-style: normal;
}

.site-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 15px;
  color: #dbe0f2;
  font-size: 14px;
  line-height: 1.9;
}

a.site-footer__contact-item:hover,
a.site-footer__contact-item:focus {
  color: #fff;
}

.site-footer__contact-icon {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 1px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  color: #fff;
  background: rgba(58, 174, 54, .9);
}

.site-footer__bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #111640;
}

.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer__bottom p {
  margin: 0;
  color: #bfc5df;
  font-size: 13px;
}

.site-footer__credit a {
  color: #75dc70;
  font-weight: 600;
}

.site-footer a:focus-visible {
  outline: 2px solid #75dc70;
  outline-offset: 4px;
}

@media (max-width: 991px) {
  .site-footer__main {
    padding: 58px 0 46px;
  }

  .site-footer__brand {
    max-width: 650px;
  }
}

@media (max-width: 767px) {
  .site-footer__main {
    padding: 48px 0 38px;
  }

  .site-footer__grid {
    row-gap: 30px;
  }

  .site-footer__brand h2 {
    font-size: 20px;
  }

  .site-footer__section h3 {
    margin-top: 0;
    margin-bottom: 19px;
  }

  .site-footer__bottom-inner {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }
}
