.lsfw-cookie-popup {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 100000;
    background: #ffffff;
    color: #333333;
    border-radius: 10px;
    width: 330px;
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.lsfw-cookie-popup.lsfw-cookie-popup--line .lsfw-cookie-popup__txt {
    margin: 0;
}

.lsfw-cookie-popup.lsfw-cookie-popup--line .lsfw-cookie-popup__cross {
    height: 100%;
    top: 0;
}

.lsfw-cookie-popup.lsfw-cookie-popup--line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 0 20px;
    left: 0;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f8e4d5;
    padding: 16px;
    border-radius: 0;
}

.lsfw-cookie-popup * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lsfw-cookie-popup .lsfw-cookie-popup__btn:hover {
    background: #ce6a03;
}

.lsfw-cookie-popup .lsfw-cookie-popup__btn {
    display: inline-block;
    vertical-align: top;
    background: #e27200;
    border: none;
    line-height: 30px;
    width: 160px;
    cursor: pointer;
    border-radius: 5px;
    color: #ffffff;
    outline: none;
    font-size: 14px;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
}

.lsfw-cookie-popup a {
    text-decoration: none;
    color: #215f86;
}

.lsfw-cookie-popup a:hover {
    text-decoration: none;
    color: #318cc6;
}

.lsfw-cookie-popup .lsfw-cookie-popup__ttl {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
}

.lsfw-cookie-popup .lsfw-cookie-popup__txt {
    margin: 10px 0 15px 0;
    font-size: 14px;
    line-height: 24px;
}

.lsfw-cookie-popup .lsfw-cookie-popup__cross:hover {
    background-image: url(https://tophotels.ru/csstx/i/cross-thin.svg);
}

.lsfw-cookie-popup .lsfw-cookie-popup__cross {
    top: 10px;
    right: 10px;
    width: 30px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    height: 30px;
    background: url(https://tophotels.ru/csstx/i/cross-thin-grey.svg) center/15px no-repeat;
}

@media screen and (max-width: 1023px) {
    .lsfw-cookie-popup {
        padding: 15px;
        left: 15px;
        bottom: 15px;
        width: 300px;
    }

    .lsfw-cookie-popup .lsfw-cookie-popup__btn {
        font-size: 10px;
        width: 120px;
    }

    .lsfw-cookie-popup .lsfw-cookie-popup__cross {
        top: 7px;
        right: 5px;
        background-size: 10px;
    }

    .lsfw-cookie-popup.lsfw-cookie-popup--line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .lsfw-cookie-popup.lsfw-cookie-popup--line .lsfw-cookie-popup__txt {
        margin: 5px 0 10px 0;
    }

    .lsfw-cookie-popup.lsfw-cookie-popup--line .lsfw-cookie-popup__ttl {
        width: 100%;
    }

    .lsfw-cookie-popup.lsfw-cookie-popup--line .lsfw-cookie-popup__cross {
        height: 40px;
    }
}