

.articles-lp-promo-popup {
    position: fixed;
    top: 320px;
    right: 0;
    z-index: 9999;
    max-width: 320px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    background: #fff;
    z-index: 9999999;
}


.articles-lp-promo-popup__link {
    display: block;
    text-decoration: none;
    color: inherit;
    margin: 0;
}

.articles-lp-promo-popup__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 24px;
    background: radial-gradient(114.75% 114.75% at 50% 50%, #06891C 0%, #022307 100%);
}

.articles-lp-promo-popup__image {
    flex: 0 0 80px;
     margin-bottom: 12px;
}

.articles-lp-promo-popup__image img {
    width: 164px;
    height: 94px;
    object-fit: contain;
    margin-bottom: 1px;
}
.articles-lp-promo-popup__image {
  position: relative;
}

.articles-lp-promo-popup__leaf {
  position: absolute;
  z-index: 0;
  width: 90px;
  height: auto;
  pointer-events: none;
  opacity: 1;
}

.articles-lp-promo-popup .articles-lp-promo-popup__image img.articles-lp-promo-popup__leaf--left {
    left: -35px;
    bottom: -24px;
    transform: rotate(311deg);
    width: 192px !important;
    height: 137px !important;
}
.articles-lp-promo-popup .articles-lp-promo-popup__image .articles-lp-promo-popup__leaf--right {
    right: -42px;
    bottom: -19px;
    transform: rotate(24deg);
    width: 179px;
    height: 122px;
    opacity: 1;
}

.articles-lp-promo-popup__gif {
  position: relative;
  z-index: 1;
}
.articles-lp-promo-popup__content {
    flex: 1;
}

.articles-lp-promo-popup__text{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFBB00;
}
.articles-lp-promo-popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    color: #F7B733;
    z-index: 1;
    border: 2px solid #F7B733;
    font-weight: bold;
}

.articles-lp-promo-popup__close:hover {
    background: rgba(0, 0, 0, 0.2);
}
.articles-lp-promo-popup.is-minimized {
  width: 160px;
  max-width: 160px;
}

.articles-lp-promo-popup.is-minimized .articles-lp-promo-popup__inner {
  padding: 16px;
}

.articles-lp-promo-popup.is-minimized .articles-lp-promo-popup__content {
  display: none;
}

.articles-lp-promo-popup.is-minimized .articles-lp-promo-popup__image {
  margin-bottom: 0;
}

.articles-lp-promo-popup.is-minimized .articles-lp-promo-popup__image img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.articles-lp-promo-popup {
  transition: width 200ms ease, max-width 200ms ease;
  display: none;
}
.articles-lp-promo-popup.is-visible {
  display: block !important;
}
.articles-lp-promo-popup__link {
  cursor: pointer;
}
@media (max-width: 768px) {
    .articles-lp-promo-popup {
        top: 184px;
        right: 0px;
        width: 221px;
    }
    
    .articles-lp-promo-popup__inner {
        flex-direction: row;
        padding: 10px;
        position: relative;
        height: 92px;
    }
    
    .articles-lp-promo-popup__image {
        margin-right: 0;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .articles-lp-promo-popup:not(.is-minimized) .articles-lp-promo-popup__image img {
        width: 120px;
        left: -11px;
    }
    
    .articles-lp-promo-popup__text {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 19px;
        line-height: 19px;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    .articles-lp-promo-popup__content {
        flex: 1;
        margin-left: 85px;
    }
    .articles-lp-promo-popup__close{
        width: 16px;
        height: 16px;
        font-size: 13px;
    }
    .articles-lp-promo-popup.is-minimized {
        width: 116px;
        max-width: 116px;
    }
    .articles-lp-promo-popup__gif {
        right: -32px;
        top: 2px;
    }
    
    .articles-lp-promo-popup.is-minimized .articles-lp-promo-popup__inner {
        padding: 12px;
    }
    
    .articles-lp-promo-popup.is-minimized .articles-lp-promo-popup__image img {
        width: 86px;
        height: 86px;
    }
    .articles-lp-promo-popup__leaf {
        width: 70px;
    }
    
    .articles-lp-promo-popup__leaf--left {
        left: -18px;
        bottom: -6px;
    }
    
    .articles-lp-promo-popup__leaf--right {
        right: -18px;
        bottom: -6px;
    }
    .articles-lp-promo-popup.is-minimized .articles-lp-promo-popup__image img.articles-lp-promo-popup__leaf--left {
        left: 61px;
        bottom: -55px;
        transform: rotate(312deg);
        display: inline-block;
    }
    .articles-lp-promo-popup.is-minimized .articles-lp-promo-popup__image .articles-lp-promo-popup__leaf--right {
        right: 53px;
        bottom: -46px;
        transform: rotate(51deg) scaleX(-1);
        display: inline-block;
    }
    .articles-lp-promo-popup .articles-lp-promo-popup__image img.articles-lp-promo-popup__leaf--right {
        width: 228px;
        height: auto;
    }
    .articles-lp-promo-popup.is-minimized img.articles-lp-promo-popup__gif {
        left: 16px;
        top: 21px;
    }
    .articles-lp-promo-popup .articles-lp-promo-popup__image img.articles-lp-promo-popup__leaf--left,
    .articles-lp-promo-popup .articles-lp-promo-popup__image .articles-lp-promo-popup__leaf--right {
        display: none;
    }
    .articles-lp-promo-popup img.articles-lp-promo-popup__gif {
        top: 25px;
    }


}


#articles-lp-promo-popup.articles-lp-promo-popup--wc .articles-lp-promo-popup__inner {
    background: linear-gradient(180deg, #022307 0%, #EF0 167.91%), #FFF;
}

#articles-lp-promo-popup.wc .articles-lp-promo-popup__text {
    color: #fff;
}

#articles-lp-promo-popup.wc .articles-lp-promo-popup__image .articles-lp-promo-popup__gif {
    width: 89px;
    top: 0px;
    left: 4px;
}

#articles-lp-promo-popup.wc .articles-lp-promo-popup__leaf--right {
    width: 67px;
    transform: none;
    top: 7px;
    left: 16px;
    display: block;
}

#articles-lp-promo-popup.wc .articles-lp-promo-popup__inner {
    height: 80px;
}

#articles-lp-promo-popup.wc.is-minimized .articles-lp-promo-popup__leaf {
    top: 0px;
}

@media screen and (min-width: 768px) {
    #articles-lp-promo-popup.wc .articles-lp-promo-popup__inner {
        height: 160px;
    }

    #articles-lp-promo-popup.wc .articles-lp-promo-popup__image .articles-lp-promo-popup__gif {
        width: 153px;
    }

    #articles-lp-promo-popup.wc .articles-lp-promo-popup__leaf--right {
        width: 116px;
        top: -20px;
        left: 23px;
    }

    #articles-lp-promo-popup.wc.is-minimized .articles-lp-promo-popup__leaf--right {
        width: 116px;
        top: -20px !important;
        left: 10px !important;
    }

    #articles-lp-promo-popup.wc.is-minimized .articles-lp-promo-popup__leaf {
        left: 10px;
    }
}