.modal-body:last-child {
    padding: 20px;
}
.intersection-modal-no-wrapper {
    padding: 35px 50px 15px;
    position: relative;
}

.intersection-modal-no__items {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.intersection-modal-no__item {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 102px;
}

.intersection-modal-no__item-img {
    width: 50%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    flex-grow: 0;
    height: 101px;
}

.intersection-modal-no__item-img-1 {
    background-image: url('/assets/website/intersection/img/modal/PopUp_No_Step1_bg.png');
}

.intersection-modal-no__item-img-2 {
    background-image: url('/assets/website/intersection/img/modal/PopUp_No_Step2.png');
}

.intersection-modal-no__item-img-3 {
    background-image: url('/assets/website/intersection/img/modal/PopUp_No_Step3.png');
}

.intersection-modal-no__item-description {
    text-align: center;
    color: #00a000;
    font-size: 12px;
    font-family: 'Rotondac';
    padding: 12px 5px 0;
}

.intersection-modal-no__item-description-purpple {
    color: #ff3f76;
    font-family: 'Rotondac Bold';
}

.intersection-modal-no__item-description-purpple:hover {
    color: #ff3f76;
}

.intersection-modal-no__bottom {
    color: #00a000;
    font-size: 18px;
    border-top: 5px dotted #f3f3f3;
    text-align: center;
    padding-top: 15px;
    margin-top: 20px;
    font-family: 'Rotondac';
}

.intersection-modal-no__title {
    color: #ff3f76;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
}

.intersection-modal-no__img-1 {
    top: 40px;
    left: 20px;
    position: absolute;
    width: 27px;
    height: 29px;
    background-image: url('/assets/website/intersection/img/modal/PopUp_No_OrangeHeart.png');
}

.intersection-modal-no__img-2 {
    top: 67px;
    right: 15px;
    position: absolute;
    width: 40px;
    height: 36px;
    background-size: contain;
    background-image: url('/assets/website/intersection/img/modal/PopUp_No_PinkHeart.png');
}

.intersection-modal-no__img-3 {
    top: 125px;
    left: 200px;
    position: absolute;
    width: 93px;
    height: 34px;
    background-image: url('/assets/website/intersection/img/modal/PopUp_No_arrow1.png');
}

.intersection-modal-no__img-4 {
    position: absolute;
    width: 82px;
    height: 31px;
    background-image: url('/assets/website/intersection/img/modal/PopUp_No_arrow2.png');
    right: 215px;
    top: 250px;
}

.intersection-modal-no__title > p {
    margin: 0;
    padding: 0;
    font-family: 'Rotondac bold';
    font-size: 18px;
}

.intersection-modal-yes-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.intersection-modal-yes__left-title {
    text-align: center;
    color: #00a000;
    font-size: 22px;
}

.intersection-modal-yes__left-title > p {
    font-family: 'Rotondac';
    margin: 0;
    padding: 0;
}

.intersection-modal-yes__left-title__second > p {
    text-align: center;
    color: #00a000;
    font-family: 'Rotondac';
    margin: 0;
    padding: 0;
    font-size: 22px;
}

.intersection-modal-yes__left-title__second > p > span {
    color: #ff3f76;
    font-family: 'Rotondac Bold';
}

.intersection-modal-yes__left-buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.intersection-modal-yes__left-buttons_ios {
    display: block;
    width: 161px;
    height: 48px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_btn_AppStore.png');
}

.intersection-modal-yes__left-buttons_android {
    display: block;
    width: 163px;
    background-repeat: no-repeat;
    height: 48px;
    background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_btn_PlayMarket.png');
}

.intersection-modal-yes__left-button {
    background-color: #ff3f76;
    display: block;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 15px 0;
    font-size: 18px;
    width: 210px;
    margin: 15px auto;
    color: #fff;
    font-family: 'Rotondac bold';
    text-align: center;
}

.intersection-modal-yes__left-button:hover {
    color: #fff;
}

.intersection-modal-yes__left-button:focus {
    color: #fff;
}

.intersection-modal-yes__right-img {
    background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_Mobile.png');
    width: 168px;
    height: 343px;
}

.intersection-modal-yes-wrapper:last-child {
    padding: 20px;
}

.intersection-modal-yes__img-1 {
    position: absolute;
    width: 27px;
    height: 30px;
    background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_OrangeHeart.png');
}

.intersection-modal-yes__img-2 {
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_PinkHeart.png');
    background-size: contain;
    right: 12px;
    top: 35px;
}

.intersection-modal-yes__img-3 {
    position: absolute;
    width: 59px;
    height: 60px;
    background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_GreenHeart.png');
    top: 200px;
    display: none;
}

.intersection-modal-yes__img-4 {
    display: none;
}

.intersection-modal-yes__left {
    padding-top: 15px;
    margin: 0 auto;
}

.modal-box__no__fixed {
    position: fixed;
    left: 2.5%;
    top: 0;
    width: 95%;
}

.modal-box__yes__fixed {
    position: fixed;
    left: 2.5%;
    top: 0;
    width: 95%;
}

.modal-box__fixed-close {
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url('/assets/website/intersection/img/modal/modal_intersection_close_adaptive.png');
    cursor: pointer;
    z-index: 1;
}

.intersection-modal-no__item-img-1-1 {
    position: absolute;
    background-image: url('/assets/website/intersection/img/modal/appstore-big.png');
    width: 64px;
    height: 22px;
    left: 20px;
    top: 25px;
    border-radius: 4px;
    background-size: 64px 22px;
    display: block;
}

.intersection-modal-no__item-img-1-2 {
    position: absolute;
    background-image: url('/assets/website/intersection/img/modal/googleplay-big.png');
    width: 64px;
    height: 22px;
    left: 20px;
    top: 50px;
    border-radius: 4px;
    background-size: 64px 22px;
    display: block;
}
.intersection-modal-no__img-3,
.intersection-modal-no__img-4 {
    display: none;
}

.intersection-modal-yes__right {
    display: none;
}

.intersection-modal-yes__left {
    zoom: 0.79;
}

.intersection-modal-yes .modal-background,
.intersection-modal-no .modal-background {
    background: rgba(105, 105, 105, .8);
}

@media screen and (min-width: 425px) {
    .intersection-modal-no__items {
        width: 80%;
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .intersection-modal-no__items {
        width: 100%;
        margin: 0;
    }

    .modal-body:last-child {
        padding: 35px 50px 15px;
    }
    .intersection-modal-no-wrapper {
        padding: 35px 50px 15px;
        position: relative;
    }

    .intersection-modal-no__items {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }

    .intersection-modal-no__item {
        width: 214px;
        height: auto;
        display: block;
    }

    .intersection-modal-no__item-img {
        width: 214px;
        height: 214px;
        position: relative;
    }

    .intersection-modal-no__item-img-1 {
        background-image: url('/assets/website/intersection/img/modal/PopUp_No_Step1_bg.png');
    }

    .intersection-modal-no__item-img-2 {
        background-image: url('/assets/website/intersection/img/modal/PopUp_No_Step2.png');
    }

    .intersection-modal-no__item-img-3 {
        background-image: url('/assets/website/intersection/img/modal/PopUp_No_Step3.png');
    }

    .intersection-modal-no__item-description {
        text-align: center;
        color: #00a000;
        font-size: 16px;
        font-family: 'Rotondac';
        padding: 0 25px;
    }

    .intersection-modal-no__item-description-purpple:hover {
        color: #ff3f76;
    }

    .intersection-modal-no__item-description-purpple:focus {
        color: #ff3f76;
    }

    .intersection-modal-no__bottom {
        color: #00a000;
        font-size: 18px;
        border-top: 5px dotted #f3f3f3;
        text-align: center;
        padding-top: 15px;
        margin-top: 20px;
        font-family: 'Rotondac';
        line-height: 18px;
    }

    .intersection-modal-no__title {
        color: #ff3f76;
        font-size: 20px;
        text-align: center;
        line-height: 28px;
    }

    .intersection-modal-no__img-1 {
        top: 60px;
        left: 60px;
        position: absolute;
        width: 27px;
        height: 29px;
        background-image: url('/assets/website/intersection/img/modal/PopUp_No_OrangeHeart.png');
    }

    .intersection-modal-no__img-2 {
        top: 50px;
        right: 50px;
        position: absolute;
        width: 83px;
        height: 77px;
        background-image: url('/assets/website/intersection/img/modal/PopUp_No_PinkHeart.png');
    }

    .intersection-modal-no__img-3 {
        top: 125px;
        left: 200px;
        position: absolute;
        width: 93px;
        height: 34px;
        background-image: url('/assets/website/intersection/img/modal/PopUp_No_arrow1.png');
    }

    .intersection-modal-no__img-4 {
        position: absolute;
        width: 82px;
        height: 31px;
        background-image: url('/assets/website/intersection/img/modal/PopUp_No_arrow2.png');
        right: 215px;
        top: 250px;
    }

    .intersection-modal-no__title > p {
        margin: 0;
        padding: 0;
        font-family: 'Rotondac bold';
        font-size: 20px;
    }

    .intersection-modal-yes-wrapper {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .intersection-modal-yes__left-title {
        text-align: center;
        color: #00a000;
        font-size: 22px;
    }

    .intersection-modal-yes__left-title > p {
        font-family: 'Rotondac';
        margin: 0;
        padding: 0;
    }

    .intersection-modal-yes__left-title__second > p {
        text-align: center;
        color: #00a000;
        font-family: 'Rotondac';
        margin: 0;
        padding: 0;
        font-size: 22px;
    }

    .intersection-modal-yes__left-title__second > p > span {
        color: #ff3f76;
        font-family: 'Rotondac Bold';
    }

    .intersection-modal-yes__left-buttons {
        display: flex;
        justify-content: space-around;
        margin-top: 15px;
    }

    .intersection-modal-yes__left-buttons_ios {
        display: block;
        width: 161px;
        height: 48px;
        margin-right: 15px;
        background-repeat: no-repeat;
        background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_btn_AppStore.png');
    }

    .intersection-modal-yes__left-buttons_android {
        display: block;
        width: 163px;
        height: 48px;
        background-repeat: no-repeat;
        background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_btn_PlayMarket.png');
    }

    .intersection-modal-yes__left-button {
        background-color: #ff3f76;
        display: block;
        text-transform: uppercase;
        border-radius: 25px;
        padding: 15px 20px;
        font-size: 18px;
        width: 235px;
        margin: 15px auto;
        color: #fff;
        font-family: 'Rotondac bold';
    }

    .intersection-modal-yes__left-button:hover {
        color: #fff;
    }

    .intersection-modal-yes__left-button:focus {
        color: #fff;
    }

    .intersection-modal-yes__right-img {
        background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_Mobile_new.png');
        width: 195px;
        height: 343px;
        background-repeat: no-repeat;
    }

    .intersection-modal-yes-wrapper:last-child {
        padding: 35px 75px 35px;
    }

    .intersection-modal-yes__img-1 {
        position: absolute;
        width: 27px;
        height: 30px;
        background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_OrangeHeart.png');
    }

    .intersection-modal-yes__img-2 {
        position: absolute;
        width: 54px;
        height: 56px;
        background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_PinkHeart.png');
        right: 290px;
        top: 25px;
    }

    .intersection-modal-yes__img-3 {
        position: absolute;
        width: 59px;
        height: 60px;
        background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_GreenHeart.png');
        top: 200px;
        display: block;
    }

    .intersection-modal-yes__img-4 {
        display: block;
        position: absolute;
        width: 100px;
        height: 58px;
        background-image: url('/assets/website/intersection/img/modal/PopUp_Yes_arrow.png');
        left: 355px;
        top: 212px;
    }

    .intersection-modal-yes__left {
        padding-top: 35px;
        zoom: 1;
        margin: 0;
    }

    .modal-box__no__fixed {
        position: fixed;
        left: 7%;
        top: 0;
        width: 86%;
    }

    .modal-box__yes__fixed {
        position: fixed;
        left: 2%;
        top: 0;
        width: 96% !important;
    }

    .intersection-modal-no__item-img-1-1 {
        position: absolute;
        background-image: url('/assets/website/intersection/img/modal/appstore-big.png');
        width: 113px;
        height: 36px;
        left: 53px;
        top: 52px;
        border-radius: 4px;
        background-size: 113px 36px;
        display: block;
    }

    .intersection-modal-no__item-img-1-2 {
        position: absolute;
        background-image: url('/assets/website/intersection/img/modal/googleplay-big.png');
        width: 113px;
        height: 36px;
        left: 53px;
        top: 92px;
        border-radius: 4px;
        background-size: 113px 36px;
        display: block;
    }

    .intersection-modal-yes__right {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .modal-box__no__fixed {
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        top: 40px;
        width: 720px !important;
    }

    .modal-box__yes__fixed {
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        top: 40px;
        width: 760px !important;
    }

    .modal-box__fixed-close {
        right: -30px;
        top: -25px;
        background-image: url('/assets/website/intersection/img/modal/intersection_modal_close.png');
    }
}