/* Промо-попап — самодостатні стилі. Згенеровано зі scss/promo-popup.scss. */
.promo-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.promo-popup--visible {
  visibility: visible;
  opacity: 1;
}
.promo-popup--visible .promo-popup__dialog {
  transform: translateY(0);
  opacity: 1;
}
.promo-popup--big-ben .promo-popup__dialog {
  background: white;
}
.promo-popup--big-ben .promo-popup__btn--primary {
  background: #db3923;
}
.promo-popup--big-ben .promo-popup__btn--outline:hover {
  background: #f2f3f6;
}
.promo-popup--big-ben .promo-popup__input {
  background: white;
}
.promo-popup--big-ben .promo-popup .iti--allow-dropdown input,
.promo-popup--big-ben .promo-popup .iti--allow-dropdown input[type=tel],
.promo-popup--big-ben .promo-popup .iti--separate-dial-code input,
.promo-popup--big-ben .promo-popup .iti--separate-dial-code input[type=tel] {
  background: white;
}
.promo-popup--big-ben .promo-popup__divider {
  border-color: #e6e6e6;
}
.promo-popup--big-ben .promo-popup__close svg path {
  stroke: black;
}
.promo-popup--big-ben .promo-popup__countdown-progress {
  stroke: #ff6700;
}
.promo-popup--big-ben .promo-popup__countdown-track {
  stroke: #ffe1ca;
}
.promo-popup--morning .promo-popup__dialog {
  background: linear-gradient(135deg, #f5d899 0, #f2c49d 50%, #f2cbb5 100%);
  color: #292925;
}
.promo-popup--morning .promo-popup__btn--primary {
  background: linear-gradient(105deg, #0d1017 0, #111827 20%, #1e2347 45%, #252035 70%, #2a1a1a 85%, #1a0f0f 100%);
  color: #f9f2eb;
}
.promo-popup--morning .promo-popup__btn--outline {
  background: linear-gradient(135deg, #f5d899 0, #f2c49d 50%, #f2cbb5 100%);
}
.promo-popup--morning .promo-popup__input {
  background: #ffeede;
}
.promo-popup--morning .promo-popup .iti--allow-dropdown input,
.promo-popup--morning .promo-popup .iti--allow-dropdown input[type=tel],
.promo-popup--morning .promo-popup .iti--separate-dial-code input,
.promo-popup--morning .promo-popup .iti--separate-dial-code input[type=tel] {
  background: #ffeede;
}
.promo-popup--morning .promo-popup__divider {
  border-color: #ffffff;
}
.promo-popup--morning .promo-popup__close svg path {
  stroke: black;
}
.promo-popup--morning .promo-popup__countdown-progress {
  stroke: #ff6700;
}
.promo-popup--morning .promo-popup__countdown-track {
  stroke: #ffe1ca;
}
.promo-popup--evening .promo-popup__dialog {
  background: linear-gradient(105deg, #0d1017 0%, #111827 20%, #1e2347 45%, #252035 70%, #2a1a1a 85%, #1a0f0f 100%);
  color: #ffffff;
}
.promo-popup--evening .promo-popup__btn--primary {
  background: linear-gradient(135deg, #f5d899 0, #f2c49d 50%, #f2cbb5 100%);
  color: #292925;
}
.promo-popup--evening .promo-popup__btn--outline {
  background: #f2f3f6;
}
.promo-popup--evening .promo-popup__input {
  background: #ffeede;
}
.promo-popup--evening .promo-popup .iti--allow-dropdown input,
.promo-popup--evening .promo-popup .iti--allow-dropdown input[type=tel],
.promo-popup--evening .promo-popup .iti--separate-dial-code input,
.promo-popup--evening .promo-popup .iti--separate-dial-code input[type=tel] {
  background: #ffeede;
}
.promo-popup--evening .promo-popup__divider {
  border-color: #e6e6e6;
}
.promo-popup--evening .promo-popup__close svg path {
  stroke: white;
}
.promo-popup--evening .promo-popup__countdown-progress {
  stroke: #ffffff;
}
.promo-popup--evening .promo-popup__countdown-track {
  stroke: #f2c6a4;
}
.promo-popup--brother .promo-popup__dialog {
  background: white;
}
.promo-popup--brother .promo-popup__btn--primary {
  background: #ff693c;
}
.promo-popup--brother .promo-popup__btn--outline {
  background: #8c0303;
  border-color: #8c0303;
  color: #ffffff;
}
.promo-popup--brother .promo-popup__input {
  background: white;
}
.promo-popup--brother .promo-popup .iti--allow-dropdown input,
.promo-popup--brother .promo-popup .iti--allow-dropdown input[type=tel],
.promo-popup--brother .promo-popup .iti--separate-dial-code input,
.promo-popup--brother .promo-popup .iti--separate-dial-code input[type=tel] {
  background: white;
}
.promo-popup--brother .promo-popup__divider {
  border-color: #e6e6e6;
}
.promo-popup--brother .promo-popup__close svg path {
  stroke: black;
}
.promo-popup--brother .promo-popup__countdown-progress {
  stroke: #ff6700;
}
.promo-popup--brother .promo-popup__countdown-track {
  stroke: #ffe1ca;
}
.promo-popup--sister .promo-popup__dialog {
  background: white;
}
.promo-popup--sister .promo-popup__btn--primary {
  background: #6975ff;
}
.promo-popup--sister .promo-popup__btn--outline {
  background: #c7a8d9;
  border-color: #c7a8d9;
  color: #ffffff;
}
.promo-popup--sister .promo-popup__input {
  background: white;
}
.promo-popup--sister .promo-popup .iti--allow-dropdown input,
.promo-popup--sister .promo-popup .iti--allow-dropdown input[type=tel],
.promo-popup--sister .promo-popup .iti--separate-dial-code input,
.promo-popup--sister .promo-popup .iti--separate-dial-code input[type=tel] {
  background: white;
}
.promo-popup--sister .promo-popup__divider {
  border-color: #e6e6e6;
}
.promo-popup--sister .promo-popup__close svg path {
  stroke: black;
}
.promo-popup--sister .promo-popup__countdown-progress {
  stroke: #ff6700;
}
.promo-popup--sister .promo-popup__countdown-track {
  stroke: #ffe1ca;
}
.promo-popup--father .promo-popup__dialog {
  background: white;
}
.promo-popup--father .promo-popup__btn--primary {
  background: #5ab35f;
}
.promo-popup--father .promo-popup__btn--outline {
  background: #4a61c9;
  border-color: #4a61c9;
  color: #ffffff;
}
.promo-popup--father .promo-popup__input {
  background: white;
}
.promo-popup--father .promo-popup .iti--allow-dropdown input,
.promo-popup--father .promo-popup .iti--allow-dropdown input[type=tel],
.promo-popup--father .promo-popup .iti--separate-dial-code input,
.promo-popup--father .promo-popup .iti--separate-dial-code input[type=tel] {
  background: white;
}
.promo-popup--father .promo-popup__divider {
  border-color: #e6e6e6;
}
.promo-popup--father .promo-popup__close svg path {
  stroke: black;
}
.promo-popup--father .promo-popup__countdown-progress {
  stroke: #ff6700;
}
.promo-popup--father .promo-popup__countdown-track {
  stroke: #ffe1ca;
}
.promo-popup[hidden] {
  display: none !important;
}
.promo-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  pointer-events: none;
}
.promo-popup__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 510px;
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: 30px 26px 32px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .promo-popup__dialog {
    overflow: unset;
  }
}
.promo-popup__dialog .iti__country-list {
  max-width: 237px;
  white-space: normal;
  width: max-content;
}
@media only screen and (min-width: 375px) {
  .promo-popup__dialog .iti__country-list {
    max-width: 458px;
  }
}
.promo-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: color 0.5s ease;
}
.promo-popup__close:hover svg, .promo-popup__close:focus-visible svg {
  stroke: gray;
}
.promo-popup__title {
  margin: 0 0 12px;
  font-size: clamp(17px, 2.4vw, 27px);
  font-weight: 700;
  line-height: 1.25;
}
.promo-popup__content {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .promo-popup__content {
    font-size: 18px;
  }
}
.promo-popup__content p {
  margin: 0 0 6px;
}
.promo-popup__content p:last-child {
  margin-bottom: 0;
}
.promo-popup__content strong,
.promo-popup__content b {
  font-size: 1.6em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .promo-popup__content strong,
  .promo-popup__content b {
    font-size: 1.8em;
  }
}
.promo-popup__content em,
.promo-popup__content i {
  font-size: 13px;
  font-style: normal;
}
.promo-popup__image {
  margin: 0 0 10px;
  height: 160px;
}
@media only screen and (min-width: 480px) {
  .promo-popup__image {
    height: 190px;
  }
}
@media only screen and (min-width: 576px) {
  .promo-popup__image {
    height: 230px;
  }
}
@media only screen and (min-width: 768px) {
  .promo-popup__image {
    margin-bottom: 15px;
  }
}
.promo-popup__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.promo-popup__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.promo-popup__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 1px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
@media only screen and (min-width: 375px) {
  .promo-popup__btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .promo-popup__btn {
    font-size: 18px;
    padding: 2px;
  }
}
.promo-popup__btn:disabled {
  opacity: 0.6;
  cursor: wait;
}
.promo-popup__btn--primary {
  border: 0;
  background: #000;
  color: #fff;
}
.promo-popup__btn--outline {
  border: 1px solid #000;
  background: transparent;
  color: #000;
}
.promo-popup__btn:hover, .promo-popup__btn:focus-visible {
  opacity: 0.8;
}
.promo-popup__btn-icon {
  display: inline-flex;
  line-height: 0;
  padding-bottom: 1px;
}
.promo-popup__btn-icon svg {
  width: 16px;
  height: 16px;
}
.promo-popup__divider {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid transparent;
}
@media only screen and (min-width: 768px) {
  .promo-popup__divider {
    margin: 15px 0;
  }
}
.promo-popup__hint {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .promo-popup__hint {
    font-size: 18px;
  }
}
.promo-popup__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.promo-popup__submit {
  margin-top: 12px;
}
.promo-popup__field {
  display: block;
  margin: 0;
}
.promo-popup__input {
  width: 100%;
  min-height: 37px;
  padding: 5px 16px;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background: #ffffff;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  outline: none;
  transition: border-color 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .promo-popup__input {
    font-size: 18px;
    min-height: 43px;
  }
}
.promo-popup__input::placeholder {
  color: #9a9a9a;
}
.promo-popup__input:focus {
  border-color: #000;
}
.promo-popup__input--error {
  border-color: #ee5353;
}
.promo-popup .iti {
  width: 100%;
  display: block;
}
.promo-popup .iti--allow-dropdown input,
.promo-popup .iti--allow-dropdown input[type=tel],
.promo-popup .iti--separate-dial-code input,
.promo-popup .iti--separate-dial-code input[type=tel] {
  width: 100%;
  min-height: 37px;
  padding: 5px 16px 5px 56px;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background: #ffffff;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .promo-popup .iti--allow-dropdown input,
  .promo-popup .iti--allow-dropdown input[type=tel],
  .promo-popup .iti--separate-dial-code input,
  .promo-popup .iti--separate-dial-code input[type=tel] {
    min-height: 43px;
    font-size: 18px;
  }
}
.promo-popup__field--error .promo-popup__input,
.promo-popup__field--error .iti--allow-dropdown input,
.promo-popup__field--error .iti--allow-dropdown input[type=tel],
.promo-popup__field--error .iti--separate-dial-code input,
.promo-popup__field--error .iti--separate-dial-code input[type=tel] {
  border-color: #ee5353;
}
.promo-popup .iti__flag-container {
  left: 0;
}
.promo-popup .iti__selected-flag {
  padding: 0 8px 0 12px;
  border-radius: 10px 0 0 10px;
  background: transparent !important;
}
.promo-popup .iti__selected-flag:hover,
.promo-popup .iti__selected-flag:focus {
  background: transparent !important;
}
.promo-popup .iti__arrow {
  border-top-color: #000;
  opacity: 0.7;
}
.promo-popup .iti__arrow--up {
  border-bottom-color: #000;
}
.promo-popup .iti__country-list {
  z-index: 5;
}
.promo-popup__thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 0 12px;
  text-align: center;
}
.promo-popup__thanks[hidden] {
  display: none !important;
}
.promo-popup__thanks-text {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.promo-popup__countdown {
  position: relative;
  width: 64px;
  height: 64px;
}
.promo-popup__countdown-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.promo-popup__countdown-track {
  fill: none;
  stroke-width: 4;
}
.promo-popup__countdown-progress {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}
.promo-popup__countdown-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
