footer {
  background: #1B2631;
  color: #fff;
  padding: 120px 0;
  border-top: 1px solid #6D8897;
}
footer .logo {
  margin: 0 0 auto;
}

.footer-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-menu {
  width: 100%;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.footer-menu li {
  margin: 0 0 16px;
}
.footer-menu li:last-child {
  margin: 0;
}
.footer-menu li a {
  color: #fff;
  font-family: "Raleway", sans-serif;
}
.footer-menu li a:hover {
  color: #6AC1EF;
}

.menu-document {
  letter-spacing: 0.2px;
  line-height: 20px;
}
.menu-document li {
  margin: 0 0 24px;
}
.menu-document li:last-child {
  margin: 0;
}
.menu-document li a {
  color: #6AC1EF;
  text-decoration: underline;
}
.menu-document li a:hover {
  color: #fff;
}

.footer-contacts {
  margin: 0 0 24px;
}
.footer-contacts:last-child {
  margin: 0;
}
.footer-contacts p {
  letter-spacing: 0.2px;
}
.footer-contacts a {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-family: "Lack", sans-serif;
}
.footer-contacts a:hover {
  color: #6AC1EF;
}
.footer-contacts span {
  font-size: 18px;
  line-height: 20px;
  font-family: "MPLUS1p", sans-serif;
}
.footer-contacts .phone-link {
  color: #6AC1EF;
}
.footer-contacts .phone-link:hover {
  color: #fff;
}

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

.modal-content {
  background: #1B2631;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 64px;
}
.modal-content form {
  margin: 32px 0 0;
}
.modal-content .form-footer {
  margin: 32px 0 0;
}

.modal-title {
  margin: 0 24px 0 0;
  line-height: normal;
}

.modal-header {
  align-items: flex-start;
  padding: 0;
  border: none;
  border-radius: 0;
}
.modal-header .btn-close {
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  margin: 0 0 0 auto;
  background: transparent;
  fill: #fff;
  opacity: 1;
  border-radius: 0;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-header .btn-close:focus {
  box-shadow: none;
}

.modal-body {
  margin: 12px 0 0;
  padding: 0;
  border: none;
}

#thanksModal .modal-body {
  margin: 140px 0;
  text-align: center;
}
#thanksModal .modal-body .btn {
  margin: 0 auto;
}
#thanksModal .modal-title {
  margin: 0 auto 24px;
}
#thanksModal .box-text {
  margin: 24px auto;
}