.standard-cookie {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(207, 207, 207, 0.5);
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.popup__box {
  position: absolute;
  top: 15%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.25);
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  padding: 32px 40px;
  max-width: 600px;
  font-family: Helvetica, sans-serif, "Sharp Grotesk Bold 15", "-apple-system",
    "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", "Apple Color Emoji",
    "Segoe UI Emoji";
}

@media (max-width: 769px) {
  .popup__box {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .popup__box {
    padding: 15px;
  }
}

.popup__logo {
  max-width: 96px;
  float: right;
  margin-bottom: 15px;
}

.popup__title {
  font-size: 22px;
  font-family: "Big Caslon", sans-serif;
  padding-top: 35px;
}

.popup__description {
  color: #707070;
}

.popup__description p {
  font-size: 14px;
  line-height: 1.5;
}

.popup__wrap {
  width: 100%;
  display: flex;
  gap: 30px;
  padding: 20px 0;
  justify-content: space-between;
}

@media (max-width: 769px) {
  .popup__wrap {
    flex-direction: column;
  }
}

.popup__button.grey {
  background-color: #ebebeb;
}

.popup__button.grey {
  color: #707070;
}

.popup__button {
  display: flex;
  justify-content: center;
  flex: 1 1 100%;
  background: #990000;
  transition: opacity 0.32s ease;
  padding: 13px 23px 14px;
  font-size: 14px;
  color: #fff;
  opacity: 1;
}

.popup__button:hover,
.popup__button:focus {
  opacity: 0.4;
}

.popup__info {
  float: right;
  margin-top: 10px;
}

.popup__info a {
  position: relative;
  line-height: 1;
  color: #707070;
  padding-right: 5px;
  margin-right: 5px;
}
