.promo {
    margin-top: 1.125rem;
}
.promo-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 28rem;
    padding: 3.6rem 3.6rem 0 3.6rem;
    background: linear-gradient(245deg, #95D2F1, #F5FAFF);
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    opacity: 0;
}
.promo-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
.promo-banner-bg img {
    width: 100%;
}
.promo-banner-text {
    position: relative;
    display: flex;
    gap: 6rem;
    font-weight: 400;
}
.promo-banner-title {
    font-size: 2.8rem;
    font-weight: 400;
    margin: 0;
}
.promo-banner-title span {
    font-weight: 700;
    color: #10A9D8;
}
.promo-banner-title sup {
    position: relative;
    top: -0.6rem;
    left: 0.2rem;
    font-size: 1.2rem;
    font-weight: 400;
}
.promo-banner-text__left--first {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.promo-banner-text__left--first div:first-child {
    color: #F1468C;
    font-size: 5.9rem;
    font-weight: 600;
    text-transform: uppercase;
}
.promo-banner-text__left--first div:first-child sup {
    position: relative;
    top: -1.5rem;
    font-size: 2rem;
    font-weight: 400;
}
.promo-banner-text__left--first div:last-child {
    font-size: 1.8rem;
}
.promo-banner-text__left--second {
    color: #10A9D8;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.1;
}
.promo-banner-text__left--second sup {
    position: relative;
    top: 0;
    font-size: 1.35rem;
    font-weight: 400;
}
.promo-banner-text__right img {
    width: 35rem;
}
.promo-banner-text__right--circle {
    position: absolute;
    top: -2.5rem;
    right: -2rem;
    width: 13.5rem;
    height: 13.5rem;
    background: #F1468C;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border: 0.5rem solid #fff;
    text-transform: uppercase;
}
.promo-banner-text__right--circle span:nth-child(1), .promo-banner-text__right--circle span:nth-child(3) {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
}
.promo-banner-text__right--circle span:nth-child(2) {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
}
.promo .main-where-shops {
    position: relative;
    grid-template-columns: repeat(4, 1fr);
}
.promo .main-where-shops .main-where-shop {
    padding: 1.5rem 4.5rem;
}
.promo .main-where-shops .main-where-shop a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.promo h2 {
    margin-top: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 3rem;
}
.promo-notes {
    color: rgba(62, 50, 50, 0.7);
    margin-top: 1.4rem;
    margin-bottom: 3rem;
    font-size: 0.8rem;
    line-height: 1.4;
}

/* modal */

.modal[data-name="promo"] {
    padding: 5rem 4.625rem 0;
}
.modal[data-name="promo"] .promo-banner {
    width: 69rem;
    height: auto;
    justify-content: flex-start;
    padding: 3rem 3rem 1.2rem 3rem;
    opacity: 1;
    background: transparent;
}
.modal[data-name="promo"] .modal-holder {
    padding: 0;
    background: linear-gradient(245deg, #95D2F1, #F5FAFF);
}
.modal[data-name="promo"] .modal-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    cursor: pointer;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal[data-name="promo"] .modal-close svg {
    width: 1rem;
    height: 1rem;
}
.modal[data-name="promo"] .promo-banner-text--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.3rem;
    border-radius: 3rem;
    border: 1px solid #FF5799;
    padding: 0 1.43rem;
    text-decoration: none;
    color: #FFF;
    transition: all .2s;
    width: 9rem;
    background: #FF5799;
}
.modal[data-name="promo"] .promo-banner-text--btn:hover {
    background: #EF4085;
    border-color: #EF4085;
}
.modal[data-name="promo"] .promo-banner-text__left--second {
    margin-bottom: 2rem;
}
.modal[data-name="promo"] .modal-holder {
    max-height: calc(100% - 2rem);
}
.modal[data-name="promo"] .promo-banner-title {
    margin-bottom: 2.3rem;
    transform: scale(0.9);
    transform-origin: top left;
}
.modal[data-name="promo"] .promo-notes {
    margin-top: 0;
    margin-bottom: 0.7rem;
    font-size: 0.65rem;
}
.modal[data-name="promo"] .promo-banner-text__left {
    position: relative;
    z-index: 2;
    transform: scale(0.9);
    transform-origin: top left;
}
.modal[data-name="promo"] .promo-banner-text__right {
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.9);
    transform-origin: top left;
}
.modal[data-name="promo"] .promo-banner-bg {
    z-index: 0;
}
.modal[data-name="promo"] .promo-banner-disclaimer img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .promo-banner {
        height: 39rem;
        padding: 1.9rem 1.9rem 0 1.9rem;
    }
    .promo-banner-title {
        font-size: 2.3rem;
        max-width: 68%;
    }
    .promo-banner-title sup {
        top: -0.5rem;
        font-size: 1rem;
    }
    .promo-banner-text__left--first {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .promo-banner-text__left--first div:first-child {
        font-size: 5.2rem;
    }
    .promo-banner-text__left--first div:last-child {
        font-size: 1.6rem;
    }
    .promo-banner-text__left--first div:last-child br {
        display: none;
    }
    .promo-banner-text {
        flex-direction: column;
        gap: 2rem;
    }
    .promo-banner-text__left--second {
        font-size: 1.8rem;
        margin-top: 0.5rem;
    }
    .promo-banner-text__right img {
        width: 18rem;
    }
    .promo-banner-text__right--circle span:nth-child(1), .promo-banner-text__right--circle span:nth-child(3) {
        font-size: 1.1rem;
    }
    .promo-banner-text__right--circle span:nth-child(2) {
        font-size: 3.5rem;
    }
    .promo-banner-text__right--circle {
        top: 13rem;
        right: -1rem;
        width: 8.7rem;
        height: 8.7rem;
        border: 0.35rem solid #fff;
    }
    .promo-banner-text__left--first div:first-child sup {
        top: -1.2rem;
        font-size: 1.6rem;
    }
    .promo-banner-text__left--second sup {
        font-size: 1rem;
    }
    .promo .main-where-shops, .main-where-shops-second {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 0.8rem;
    }
    .promo .main-where-shops .main-where-shop {
        border: 1px solid #DBDBDB;
        margin-bottom: 0;
    }
    .promo h2 {
        margin-top: 2.4rem;
        margin-bottom: 1.6rem;
        font-size: 2.6rem;
    }
    .promo .main-where-shops .main-where-shop a {
        max-width: 80%;
        max-height: 80%;
    }
    .promo-notes {
        margin-top: 1.2rem;
        margin-bottom: 1.7rem;
        font-size: 0.92rem;
    }
    .header-menu-mobile .header-promo-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 0.54rem;
        height: 3.28rem;
        line-height: 3.28rem;
        font-size: 1.44rem;
        margin-left: 2.56rem;
        margin-bottom: 1.5rem;
        font-weight: 500;
        border-radius: 3.28rem;
        border: 1px solid #FFFFFF;
        background: #FFFFFF;
        padding: 0 1.28rem;
        text-decoration: none;
        color: #2D2D2D;
        transition: all .2s;
    }
    .header-menu-mobile .header-promo-btn img {
        width: 21px;
        height: auto;
    }

    /* modal */

    .modal[data-name="promo"] {
        padding: 6rem 0.1rem 1rem;
    }
    .modal[data-name="promo"] .promo-banner {
        width: 24.4rem;
        padding: 1.8rem;
    }
    .modal[data-name="promo"] .promo-banner-title {
        margin-bottom: 2.3rem;
        transform: scale(1);
        transform-origin: top left;
    }
    .modal[data-name="promo"] .promo-notes {
        margin-top: 2.5rem;
        margin-bottom: 1rem;
        font-size: 0.65rem;
    }
    .modal[data-name="promo"] .promo-banner-text__left {
        transform: scale(1);
    }
    .modal[data-name="promo"] .promo-banner-text__right {
        position: relative;
        transform: scale(1);
    }
    .modal[data-name="promo"] .promo-banner-text__left--second {
        margin-bottom: 0;
    }
    .modal[data-name="promo"] .promo-banner-text--btn {
        position: absolute;
        top: 26.5rem;
        width: 21.5rem;
    }
    .modal[data-name="promo"] .promo-banner-text__right--circle {
        top: -1.5rem;
        right: -0.5rem;
    }
}