.auth-pp-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.49);
    display: none;
}

.auth-pp {
    text-align: center;
    width: 400px;
    border-radius: 20px;
    padding: 50px 30px 30px 30px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    margin: auto;
    background-color: #CCDBF8;
    background-position-x: center;
    background-position-y: 45px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.auth-pp .tour-selection-wrap .tour-selection-wrap-in {
    margin-bottom: 30px;
}

.auth-pp__logo {
    width: 100%;
    display: inline-block;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/i/tourcentre/logo.png);
    background-position: center;
    margin-bottom: 30px;
}

.auth-pp .bth__btn {
    margin: 0 auto;
    width: 293px;
    display: block;
    padding: 14px;
}

.auth-pp .auth-pp__remind {
    font-size: 13px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #e03a3a;
}

.auth-pp-wrapper.active {
    display: block;
}


.auth-pp__cross {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 20px;
    right: 20px;
    background-image: url(/i/tophotels/cross-thin-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.auth-pp__cross:hover {
    background-image: url(/i/tophotels/cross-thin.svg);
}

.auth-pp__txt {
    font-size: 13px;
    text-transform: uppercase;
}

@media screen and (max-width: 460px) {
    .auth-pp {
        padding: 45px 15px 15px 15px;
        background-position-y: 41px;
        background-size: 182px;
        width: 300px;
    }

    .auth-pp__logo {
        height: 45px;
        margin-bottom: 20px;
    }

    .auth-pp__txt {
        font-size: 10px;
    }

    .auth-pp .bth__btn {
        margin-bottom: 20px;
    }

    .auth-pp .tour-selection-wrap .tour-selection-wrap-in {
        margin-bottom: 20px;
    }
}

@media all  and (max-width: 800px) and (orientation: landscape) {
    .auth-pp {
        height: 90vh;
        overflow: auto;
    }
}

