footer {
  background: #333333;
  padding: 20px 0 0;
  font-size: 26px;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
}
footer .address {
  font-size: 26px;
  margin: 30px auto;
}

footer a {
  display: inline;
  color: rgba(255,204,1,1);
  font-weight: bold;
}
footer p {margin-bottom: 15px;}

.footer-certificates {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-certificates-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  padding: 20px;
  height: 100px;
}
.footer-certificates-link img {
  max-height: 100%;
}

.list-contacts {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 30px;
}
.list-contacts li {
  margin: 0 0 12px;
}
.list-contacts li:last-child {
  margin: 0;
}
.list-contacts a {
  display: flex;
  align-items: center;
  color: #333333;
}
.list-contacts a:hover {
  color: rgb(111, 17, 43);
}
.list-contacts a img {
  width: 28px;
  min-width: 28px;
  margin: 0 12px 0 0;
}

.modal {
  z-index: 101;
}

.modal-backdrop {
  background: #fff;
  z-index: 99;
}

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

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

.modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
}

.modal-content {
  border: none;
  border-radius: 0;
  padding: 40px 20px;
}

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

.btn-close {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 10px;
  top: 10px;
  left: auto;
  transform: none;
  opacity: 1;
  padding: 0;
  background: url("../img/close-icon.svg") no-repeat center;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
  box-shadow: none;
}
.btn-close:hover, .btn-close:focus {
  box-shadow: none;
}