footer {
  position: relative;
  background-color: #EFF5F5;
}
footer .shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  max-width: 40%;
  width: max-content;
}
footer .footer-text-content {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}
footer .footer-text-content.dark-text-content {
  background-color: #1d2a3b;
  color: #fff;
}
footer .footer-text-content.dark-text-content .butn_wh_border::after {
  background-color: #fff;
}
footer .footer-text-content .info h6 {
  font-size: 21px;
  padding-bottom: 10px;
}
footer .footer-text-content .info h2 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.4;
}
footer .footer-links {
  position: relative;
  z-index: 10;
  padding: 100px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
footer .footer-links .sub-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 50px;
}
footer .footer-links .text {
  font-size: 15px;
  line-height: 1.7;
  font-weight: normal;
}
footer .footer-links .logo-info .foot-logo {
  margin-bottom: 30px;
}
footer .footer-links .logo-info .foot-logo .logo {
  width: 140px;
}
footer .footer-links .logo-info .social-icons {
  margin-top: 40px;
}
footer .footer-links .logo-info .social-icons a {
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #1d2a3b;
  -webkit-margin-end: 14px;
          margin-inline-end: 14px;
}
footer .footer-links .links .links-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-links .links .links-cont li {
  width: 33%;
  margin-bottom: 15px;
}
footer .footer-links .foot-contact {
  position: relative;
  z-index: 5;
}
footer .footer-links .foot-contact .contacts {
  margin-top: 35px;
}
footer .footer-links .foot-contact .contacts li {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
footer .footer-links .foot-contact .contacts li i {
  font-size: 15px;
}
footer .foot {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 40px 0;
}
footer .foot .pay-img {
  max-width: 240px;
  margin: auto;
}
footer .foot a {
  font-size: 17px;
}
footer .foot .foot-links a {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}