/* MODAL 18+ START */
.modal-18-wrapper {
  display: none;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.modal-18-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.modal-18 {
  width: 440px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #203b6b;
  border-radius: 10px;
  padding: 36px 26px;
}

.modal-18::before {
  content: url(../images/18.png);
  position: absolute;
  bottom: 24px;
  left: 16px;
}

.modal-18 .modal-18__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.modal-18 .modal-18__text {
  text-align: center;
}

.modal-18 .modal-18__text a {
  color: #fff;
}

.modal-18 .modal-18-buttons {
  margin-top: 36px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.modal-18 .modal-18__btn {
  cursor: pointer;
  width: 70px;
  height: 41px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.modal-18 .modal-18__btn:first-of-type {
  border: 2px solid #ffffff;
  color: #fff;
  margin-right: 16px;
}

.modal-18 .modal-18__text_bottom {
  display: none;
}
/* MODAL 18+ END */
