.lsfw-success-pp .lsfw-success-pp__btn:hover {
    background-color: #c83831;
    border-color: #c83831;
}

.lsfw-success-pp .lsfw-success-pp__btn.lsfw-success-pp__btn--grey:hover {
    background-color: #898b8d;
    border-color: #898b8d;
}

.lsfw-success-pp .lsfw-success-pp__btn.lsfw-success-pp__btn--grey {
    background-color: #abaeb1;
    border-color: #abaeb1;
}

.lsfw-success-pp .lsfw-success-pp__btn {
    width: 240px;
    display: inline-block;
    text-transform: uppercase;
    margin: 20px 10px 0 0;
    background: #e03a3a;
    border: 1px solid #e03a3a;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
}

.lsfw-success-pp {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.lsfw-success-pp__ttl {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    margin:0 45px 20px 0;
    color: #e03a3a;
}

.lsfw-success-pp__cross {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(https://css.tophotels.ru/i/cross-thin.svg);
    cursor: pointer;
    background-size: 17px;
    background-repeat: no-repeat;
}

.lsfw-success-pp__inn {
    position: relative;
    z-index: 101;
    min-height: 100%;
    width: 100%;
    background-color: #fff;
    font-size: 18px;
    padding: 30px 15px 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lsfw-success-pp__shadow {
    content: '';
    background-color: rgba(0, 0, 0, 0.56);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
}

.lsfw-success-pp.lsfw-success-pp--global {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000000;
}

.lsfw-success-pp.lsfw-success-pp--global .lsfw-success-pp__inn > div:not(:last-of-type) {
    margin-bottom: 20px;
}

.lsfw-success-pp.lsfw-success-pp--global .lsfw-success-pp__inn {
    width: auto;
    height: auto;
    min-width: 250px;
    padding: 30px 20px;
    margin: 0 20px;
    min-height: 125px;
    max-width: 800px;
    border-radius: 2px;
    display: block;
}

@media screen and (max-width: 767px) {
    .lsfw-success-pp__inn > div:not(:last-of-type) {
        margin-bottom: 25px;
    }

    .lsfw-success-pp {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.56);
        z-index: 100;
    }

    .lsfw-success-pp__shadow {
        display: none;
    }

    .lsfw-success-pp__inn {
        display: block;
        height: auto;
        border-radius: 2px;
        width: auto;
        margin: 0 20px;
        font-size: 15px;
        line-height: 22px;
    }

    .lsfw-success-pp__ttl {
        font-size: 16px;
        margin-right: 20px;
    }

    .lsfw-success-pp .lsfw-success-pp__btn {
        width: 100%;
    }

    .lsfw-success-pp__cross {
        right: 15px;
    }

}