.promocode-popup {
    display: none;
}

.promo__text {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.promo__image {
    max-width: 600px;
    margin-top: 30px;
    width: 100%;
}

.promo-popup-box {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 8px;
}

.promo-popup-item {
    font-size: 16px;
    display: flex;
    gap: 12px;
    line-height: 1.4;
    font-weight: 400;
}

.promo-popup-item:before {
    display: inline-flex;
    width: 26px;
    height: 26px;
    border: 1px solid #228FFC;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.promo-popup-item__1:before {
    content: "1";
}

.promo-popup-item__2:before {
    content: "2";
}

.promo-popup-item__3:before {
    content: "3";
}

.promo-popup-code {
    padding: 3px 8px;
    background: #fff;
    border: 1px dashed #ff4747;
    font-weight: bold;
    font-size: 14px;
    color: #ff4747;
    margin: 0 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.promo-popup-item img {
    vertical-align: top;
}

.modal__promo .popup__heading {
    margin-bottom: 15px;
    font-size: 1.5em;
    border-bottom: solid rgba(36, 37, 38, 0.5) 1px;
    padding-bottom: 15px;
}