.site-footer {
  background: linear-gradient(254.56deg, #003D75 30.47%, #005EB4 79.39%);
  padding: 76px 0 37px;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 419px;
  height: 424px;
  background-image: url("../images/drop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
  pointer-events: none;
}

.site-footer>div {
  position: relative;
  z-index: 1;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-top-left {
  width: 44.7%;
}

.footer-top-right {
  width: 55.3%;
}

.site-footer p,
.site-footer h2,
.footer-bottom * {
  color: #fff;
}

.footer-logo img {
  filter: brightness(0) invert(1);
  width: 100%;
  height: auto;
}


.footer-social,

.site-footer .custom-logo-link {
  margin-bottom: 34px;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo .custom-logo-link {
  display: inline-block;
  width: 270px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-top-right h2 {
  margin: 0 0 30px;
}

.footer_contact_description {
  margin-bottom: 30px;
}

.footer-top-right .request-link {
  margin-left: 0;
}

.site-footer .footer-bottom {
  padding-top: 100px;
}

.footer-bottom .footer-bottom-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-menu-wrapper li {
  list-style: none;
}

.footer-menu-wrapper {
  padding: 0;
}

p.footer_description {
  margin: 0;
  max-width: 320px;
}

.footer-bottom .footer-bottom-inner * {
  font-size: 14px;
  line-height: 20px;
}

.footer-bottom .footer-bottom-inner p {
  margin: 0;
}

.site-footer .request-link-icon {
  display: none;
}

.site-footer .request-link .button.primary.arrow.white {
  width: auto;
  height: auto;
  padding: 12px 24px;
}

.site-footer .request-link-icon {
  display: none;
}

.button-backtop.button-sticky-wraper a {
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 30px;
  background: #0084FF;
  border-color: #0084FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.button-backtop.button-sticky-wraper .b-button--arrow {
  transform: rotate(-90deg);
}

.button-backtop .b-button--arrow::after,
.button-backtop .b-button--arrow::before {
  background-image: url('../../image/arrow-white-hortizal.svg');
}

.button-backtop.button-sticky-wraper {
  position: relative;
  z-index: 9;
}

div#button-sticky {
  display: none;
}

@media (min-width: 1312px) {
  .site-footer::before {
    right: calc((100vw - 1312px)/2 + 30px);
  }
}


@media (max-width: 991px) {
  .footer-top-right h2 {
    font-size: 25px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .button-backtop.button-sticky-wraper a {
    bottom: 20px;
  }

  .site-footer::before {
    right: 0px;
    width: 267px;
    height: 390px;
    background-image: url('../images/drop-mb.svg');
  }

  .footer-top-right,
  .footer-top-left {
    width: 100%;
  }

  .footer-logo .custom-logo-link {
    width: 205px;
    margin-bottom: 39px;
  }

  .site-footer {
    padding: 67px 0 78px;
  }

  .footer-top-right h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
  }

  .footer-social {
    margin-bottom: 39px;
  }

  .site-footer .footer-bottom {
    padding-top: 44px;
  }

  .footer-bottom .footer-bottom-inner {
    padding: 45px 0 0;
  }

  .footer-menu-wrapper {
    margin: 0 0 10px;
  }

}