.pp-mod {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    top: 0;
    right: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pp-mod__cross {
    width: 40px;
    cursor: pointer;
    height: 100%;
    background: url(https://tophotels.ru/csstx/i/cross-thin.svg) center/25px no-repeat;
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
}

.pp-mod__inn {
    background-color: #fff;
    width: 1133px;
    border-radius: 20px;
    padding-bottom: 20px;
}

.pp-mod__top {
    padding: 15px 25px;
    border-bottom: 1px solid #f1ebd3;
    position: relative;
}

.pp-mod__frame {
    height: 80vh;
}

@media screen and (max-width: 1023px) {

    .pp-mod__cross {
        right: 15px;
        background-size: 22px;
    }

    .pp-mod__top {
        padding: 15px;
    }
}