footer {
  padding: 20px 0 40px;
  font-weight: 600;
}

.footer-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 40px;
  background: #004F9F;
  color: #fff;
}

.btn-scroll-top {
  padding: 10px;
  width: 53px;
  height: 53px;
  min-width: 53px;
  margin-left: auto;
}

.footer-policies {
  margin: 20px 0 0;
}
.footer-policies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-policies__item {
  position: relative;
}
.footer-policies__link {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-policies__link:hover, .footer-policies__link:focus {
  color: #004F9F;
}

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 434px;
}
.list-social li {
  margin: 0 10px 0 0;
}
.list-social li:last-child {
  margin: 0;
}
.list-social li a {
  width: 59px;
  min-width: 59px;
  height: 59px;
  padding: 10px;
}
.list-social li svg {
  width: 24px;
  height: 24px;
}

.modal-backdrop {
  background: #004F9F;
}

.modal-backdrop.show {
  opacity: 0.4;
}

.modal-dialog {
  max-width: 1234px;
}

.modal-content {
  border: 20px solid #004F9F;
  border-radius: 0;
  background: #F4F5F7;
  padding: 95px 20px 80px;
}

.btn-close {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 40px;
  right: 40px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: none;
  background: url("../img/close-modal.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
}

.modal-body, .modal-header {
  padding: 0;
  border: none;
  width: 100%;
}

.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.modal-icon {
  margin: 0 auto -30px;
}

.modal-title {
  text-align: center;
}
.modal-title .h2, .modal-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-payments {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  gap: 20px;
}
.list-payments__item {
  padding: 18px 40px;
  background: #fff;
  color: #E52322;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.list-payments__item.active {
  background: #E52322;
  color: #fff;
}