.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.modal-header-cookie {
  padding: 30px 0;
}
.modal-dialog {
	background-color: #f9f9f9;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	display: block;
    left: 50%;
    max-height: 80%;
    max-width: 80%;
    overflow: auto;
    position: absolute;
    top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 800px;
  z-index: 60;
}

.modal-dialog__terms {
  height: calc(100% - 55px);
  max-width: 100%;
  max-height: calc(100% - 55px);
  overflow: hidden;
  width: 100%;
  transform: translate(0, 0);
  left: 0;
  top: 0;
  right: 0;
}
.modal-dialog__terms > div {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .modal-dialog__terms {
    height: auto;
    width: 94%;
    max-height: none;
    transform: none;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: 10;
    max-width: 94%;
  }
  .logoIos .modal-dialog__terms {
    top: 90px;
  }
  .modal {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 1);
  }
}

.modal-close {
  background: url("../img/close.svg") no-repeat;
  border: none;
  background-size: contain;
  cursor: pointer;
  height: 15px;
  padding: 0px;
  position: absolute;
  right: 18px;
  top: 10px;
  width: 15px;
  z-index: 1;
}

.terms__get .modal-dialog__terms {
  height: auto;
  max-width: 85%;
  max-height: calc(100% - 55px);
  overflow: hidden;
  width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.terms__get a {
  color: #000;
}

/* .modal-dialog__terms .modal-close {
  background: none;
}
.modal-dialog__terms .modal-close:after {
  color: black;
  content: '\02715';
  font-size: 30px;
} */


@media screen and (max-width: 767px) {
  .terms__get .modal-dialog__terms {
    max-height: 160px;
  }
}