/*Modal*/
.modal-vinfist .modal-dialog {
  max-width: unset;
  width: 100%;
  margin: 0;
  padding: 69px 50px;
  position: absolute;
  transform: translate(0, -50%);
  z-index: 3;
}

.modal-vinfist .modal-content {
  background: #3c3c3c;
  border: none;
  color: #fff;
  border-radius: 0;
  position: relative;
}

.modal-vinfist .modal-content hr {
  background: #fff;
  width: 100%;
}

.modal-vinfist .modal-header {
  position: absolute;
  top: 16px;
  right: 16px;
  border-bottom: none;
  z-index: 2;
  padding: 0;
  border-radius: 0;
}

.modal-vinfist .modal-header .close {
  margin: -8px;
  background: #fff;
  padding: 0px;
  width: 40px;
  height: 40px;
  line-height: 5px;
  text-align: center;
  border-radius: 50%;
}

.modal-vinfist .modal-text-lage {
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.modal-vinfist .modal-text-medium {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.modal-vinfist .modal-text-small {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.modal-vinfist .modal-text-footer-1 {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}

.modal-vinfist .modal-text-footer-1 a {
  color: #fff;
}

.modal-vinfist .modal-text-footer-2 {
  font-weight: 300;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
}

.modal-vinfist .modal-footer1 {
  border: none;
  justify-content: center;
  display: inline-block;
}
