footer {
  padding: 30px 0 118px;
  background: url("../img/footer-bg.svg") no-repeat center bottom;
  background-size: 100%;
  margin: 30px 0 0;
}

.logo-footer {
  max-width: none;
  font-size: 14px;
  color: #585858;
  font-weight: normal;
  max-width: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 0;
}
.logo-footer img {
  max-width: 195px;
}
.logo-footer span {
  margin: 0 0 0 17px;
  padding: 0 0 8px 17px;
  max-width: 195px;
  border-left: 1px solid #585858;
}

.footer-bottom {
  width: 100%;
  margin: 35px 0 0;
}

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

.modal-content {
  border: none;
  border-radius: 14px;
  background: #e4f9f3;
}

.modal-header {
  padding: 40px 40px 30px;
  border: none;
}
.modal-header .btn-close {
  position: absolute;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 1;
  right: 5px;
  top: 5px;
  transition: 0.3s ease;
  border-radius: 12px;
  opacity: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-header .btn-close svg {
  width: 22px;
  height: 22px;
  stroke: rgb(45, 45, 44);
  stroke-width: 2px;
}
.modal-header .btn-close:hover {
  background: #5D2C3F;
}
.modal-header .btn-close:hover svg {
  stroke: #fff;
}

.modal-title {
  font-size: 28px;
  color: #2d2d2c;
}

.modal-body {
  padding: 0 40px 40px;
}