.popup-open {
  display: flex;
}

.popup-close {
  display: none !important;
}

.overlay-show {
  display: block;
}

.overlay-hidden {
  display: none !important;
}

.modal-container {
  display: flex;
  position: fixed;
  align-items: center;
  z-index: 11;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.50);
}

.modal-container-close {
  display: none;
} 

.modal-container-appeal-close {
  display: none;
} 


.modal-search {
  box-sizing: border-box;
  border-radius: 8px;
  width: 320px;
}

.modal {
  margin: auto;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  padding: 40px 20px;
  background-color: #ffffff;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btn-close {
  width: 48px;
  border: none;
  border-radius: 50%;
  background-image: url("../img/icon-cross-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F2F2F2;
  display: flex;
}

.btn-close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.btn-close-wrapper {
  padding-top: 22px;
  padding-bottom: 25px;
  width: 320px;
  margin-top: 48px;
}

.popup-title {
  margin: 0;
  margin-bottom: 20px;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

.terms-of-use-popup {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.input-popup {
  font-size: 14px;
  line-height: 20px;
  width: 240px;
}

.modal-button {
  width: 280px;
  margin-top: 0;
  margin-top: 20px;
}

.popup-phone {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.modal-close-button {
  display: flex;
  position: absolute;
  padding: 0;
  right: 20px;
  top: 20px;
  min-height: 48px;
  background-color: #F2F2F2;
  border-radius: 50%;
  border: none;
  background-image: url("../img/icon-cross-close.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-close-button svg {
  margin: auto;
}

.icon-cross-path {
  fill: #000000;
}

.icon-cross-path:active {
  fill: #000000;
  opacity: 0.3;
}

.modal-close-button:hover {
  background-color: #E6E6E6;
  cursor: pointer;
}

.modal-close-button:focus-visible {
  background-color: #E6E6E6;
  border: 3px solid #83B3D3;
  outline: none;
}

.modal-close-button:active {
  background-color: #E6E6E6;
  border: none;
}

.modal-close-button:active path {
  fill: #000000;
  opacity: 0.3;
}

.modal-content {
  margin-top: 30px;
}

.modal-content-appeal {
  margin-top: 50px;
}





