.zoom-container {
  position: relative;
  overflow: hidden;
}
.pop-up {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #085036;
  z-index: 50;
  width: 100%;
  padding: 19px 0;
  transition: all 0.5s;
  opacity: 0;
}
.is-visible {
  opacity: 1;
}


.desck {
  display: block;
}
.mobile {
  display: none;
}
.pop-up__inner {
  background-color: #053e22;
  padding: 12px 0 11px 0;
}
.pop-up__container {
  padding: 0 100px;
  display: flex;
  justify-content: center;
}
.pop-up__image {
  position: absolute;
  margin-right: auto;
  max-width: 416px;
  width: 29vw;
  left: 50px;
  bottom: 0px;
}

.pop-up__close {
  position: absolute;
  right: 100px;
  top: -20px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #ff6b00;
  background-image: url(close.svg);
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
}
.pop-up  .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Ermilov-Bold";
  color: #fefefe;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  height: 70px;
  text-transform: uppercase;
  background-color: #ff6b00;
  border-radius: 100px;
  width: 150px ;
  padding: auto;
}
.pop-up__content {
  text-align: center;
}
.pop-up__title {
  color: #f7f7f7;
  font-size: 20px;
  line-height: 25px; /* 125% */
  margin-bottom: 8px;
}
.pop-up__timer h4 {
  font-size: 35px;
  line-height: 25px; /* 71.429% */

  color: #f7f7f7;

  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 71.429% */
}
.pop-up__timer p {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
}
.pop-up__timer p span {
  color: #fefefe;
  font-family: "Commissioner";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
}

.pop-up .pop-up__btn {
  position: absolute;
  right: 100px;
  background-color: #f7f7f7;
  width: 330px;
  margin-left: auto;
  color: #1a1a1a;
}

.pop-up  .btn span {
  display: block;
  margin-left: 10px;
  width: 15px;
  height: 17px;
  background-image: url(../img/tree.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.pop-up .pop-up__btn span {
  background-image: url(../new-year-timer/orange-tree.svg);
}
.pop-up .pop-up__btn:hover {
  transform: scale(0.98);
  border: 2px solid #ff6b00;
  color: #1a1a1a;
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1300px) {
  .pop-up__image {
    bottom: 10px;
  }
  .pop-up__container {
    padding: 0 50px;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .pop-up__image {
    width: 340px;
    bottom: 20px;
    left: 20px;
  }
  .pop-up__container {
    padding: 0 50px;
  }

  .pop-up .pop-up__btn {
    right: 20px;
  }
  .pop-up__close {
    right: 20px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 769px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  .pop-up {
    padding: 0px 0;
    background: linear-gradient(180deg, #085036 -15.85%, #053e22 109.17%);
    background-color: transparent;
    padding-top: 18px;
    padding-bottom: 50px;
  }
  .desck {
    display: none;
  }
  .mobile {
    display: block;
  }
  .pop-up__inner {
    background-color: transparent;
    padding: 0px;
  }
  .pop-up__container {
    padding: 0 35px;
    justify-content: end;
  }
  .pop-up__image {
    margin-right: auto;
    width: 47px;
    min-width: 173px;
    max-width: 250px;
    left: 13px;
    bottom: inherit;
    top: 0px;
    z-index: 2;
  }

  .pop-up__close {
    right: 35px;
    height: 25px;
    width: 25px;
    border: 1px solid #f7f7f7;
  }

  .pop-up__title {
    display: none;
  }
  .pop-up__timer h4{
    font-size: 19px;
    line-height: 12.479px; /* 65.679% */
  }
  .pop-up__timer p {
    gap: 12px;
  }
  .pop-up__timer p span {
    font-size: 7px;
    line-height: 7.987px; /* 114.093% */
  }

  .pop-up .pop-up__btn {
    right: inherit;
    left: 35px;
    bottom: 15px;
    min-width: 120px;
    height: 25px;
    margin-left: 0;
    font-size: 10px;
    line-height: 10px; /* 100% */
    letter-spacing: -0.2px;
    padding: 20px;
    padding-top: 8px;
    padding-bottom: 7px;
    z-index: 1;
    width: fit-content;
    max-width: 150px;
  }
  .pop-up .pop-up__btn span {
    margin-left: 3px;
    width: fit-content;
    height: 7px;
  }
  .pop-up .pop-up__btn:hover {
    border: 1px solid #ff6b00;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
}

/* Iphone 5 */
@media (max-width: 320px) {
}
