.popup-overlay .popup-friday {
    position: relative;
    background: url(../image/popup-friday-bg.webp) 0% 50% / cover no-repeat;
    width: calc(100% - 30px);
    max-width: 890px;
    height: 430px;
    color: #ffffff;
    padding: 54px 35px;
    overflow: hidden;
}

.popup-overlay .popup-friday > img {
    position: absolute;
    top: 0;
    right: -4px;
    width: 471px;
    height: 475px;
    z-index: -1;
}

.popup-overlay .popup-friday .title-h3 {
    margin-bottom: 20px;
    text-align: left;
    color: #F9F48A;
    max-width: 415px;
    line-height: initial;
}

.popup-overlay .popup-friday .date {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 12px;
    color: #F9F48A;
    font-size: 14px;
    font-weight: 600;
    line-height: 125%;
    border-radius: 100px;
    border: 1px solid rgba(249, 244, 138, 0.5);
}

.popup-overlay .popup-friday ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    max-width: 415px;
}

.popup-overlay .popup-friday ul li {
    display: block;
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 10px;
}

.popup-overlay .popup-friday ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 19px;
    max-width: none;
    margin: 0;
    background: url(../../../modules/opportunities/image/check-square.svg) 50% 50% / 100% no-repeat;
}

.popup-overlay .popup-friday .btn_orange {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 0 22px 0 rgba(206, 151, 92, 0.45);
}