
.story-pp {
    width: 349px;
    margin: 0 auto;
    position: relative;
    height: 720px;
    background: #282828;
    overflow: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    border-radius: 5px;
}

.story-pp .story-pp__item:hover .story-pp__pic:not(.fas)::before {
    color: rgba(255, 255, 255, 0.6);
}

.story-pp .story-pp__loader::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: progressBar 1.0s linear infinite;
    animation: progressBar 1.0s linear infinite;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.story-pp .story-pp__loader {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    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;
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.69);
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.story-pp .story-pp__items {
    height: 100%;
    display: block;
}

.story-pp .story-pp__item.story-pp__item--day {
    padding-top: 0;
}

.story-pp .story-pp__item {
    position: relative;
    color: #ffffff;
    height: 100%;
    display: block;
    padding-top: 70px;
    padding-bottom: 30px;
}

.story-pp .story-pp__cross {
    position: absolute;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 6;
    top: 0;
    display: block;
    right: 0;
    background: url(https://tophotels.ru/csstx/i/cross-thin-white.svg) center/11px no-repeat;
}

.story-pp .story-pp__footer:not(.active) .story-pp__txt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.story-pp .story-pp__footer .story-pp__txt {
    font-size: 13px;
    line-height: 17px;
    margin-top: 4px;
}

.story-pp .story-pp__pic {
    display: block;
    height: 100%;
    position: relative;
}

.story-pp .story-pp__cross:hover {
    opacity: 1;
}

.story-pp .story-pp__review-nice::before {
    content: '';
    background-color: #ffffff;
    -webkit-mask: url(/images/thp/insider/nice.svg) no-repeat left/10px;
    mask: url(/images/thp/insider/nice.svg) no-repeat left/10px;
    width: 100%;
    height: 100%;
    display: block;
}

.story-pp .story-pp__review i {
    width: 20px;
    line-height: 20px;
    height: 20px;
}

.story-pp .story-pp__review > * {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

.story-pp .story-pp__cat {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.story-pp .story-pp__review {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
}

.story-pp .story-pp__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    height: 70px;
    overflow: hidden;
    width: 100%;
    z-index: 5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 70px;
}

.story-pp .story-pp__footer.active {
    height: auto;
    max-height: 35%;
    overflow: auto;
    display: block;
}

.story-pp .story-pp__cross {
    display: block;
    width: 45px;
    height: 55px;
    background: url(https://tophotels.ru/csstx/i/cross-thin-white.svg) center/11px no-repeat;
    cursor: pointer;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    text-align: center;
}

.story-pp .story-pp__arrow.left {
    left: 0;
}

.story-pp .story-pp__arrow.right {
    right: 0;
}

.story-pp .story-pp__arrow:hover {
    color: #ffffff;
}


.story-pp .story-pp__dots {
    overflow-x: auto;
    width: 100%;
    position: absolute;
    white-space: nowrap;
    text-align: center;
    display: block;
    padding: 0 10px;
    bottom: 0;
    scrollbar-width: thin;
    z-index: 5;
}

.story-pp .story-pp__dots .story-pp__dot:not(.active):hover::before,
.story-pp .story-pp__dots .story-pp__dot.active::before {
    color: #ffffff;
}

.story-pp .story-pp__dots .story-pp__dot.story-pp__dot--day::before {
    font-size: 7px;
}

.story-pp .story-pp__dots::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.story-pp .story-pp__dots .story-pp__dot {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 13px;
}

.story-pp .story-pp__dots .story-pp__dot::before {
    content: '\f111';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: rgba(255, 255, 255, 0.5);
    font-size: 3px;
    display: block;
    line-height: 20px;
}

.story-pp .story-pp__arrow.next {
    right: 0;
}

.story-pp .story-pp__arrow.prev {
    left: 0;
    transform: rotate(180deg);
}

.story-pp .story-pp__arrow.slick-disabled {
    display: none !important;
}

.story-pp .story-pp__arrow {
    position: absolute;
    height: 100px;
    display: block;
    width: 40px;
    background: url(https://tophotels.ru/csstx/i/arrow-right-white.svg)   center / 4px no-repeat;
    top: calc(50% - 10px);
    cursor: pointer;
    opacity: 0.5;
    z-index: 2;
}

.story-pp .story-pp__start .story-pp__start-hotel span {
    max-width: calc(100% - 25px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

.story-pp .story-pp__start .story-pp__start-hotel {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
}

.story-pp .story-pp__start .story-pp__start-ttl {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.story-pp .story-pp__start .bth__txt {
    margin: 10px 0 20px 0;
}

.story-pp .story-pp__start .bth__ava-circle span::before {
    content: "\f03d";
    font-family: "Font Awesome 5 Free";
    margin-right: 15px;
}

.story-pp .story-pp__start .bth__ava-circle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    font-weight: bold;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.33);
    color: #ffffff;
}

.story-pp .story-pp__start .bth__ava-circle {
    width: 200px;
    position: relative;
    height: 200px;
    border: 5px solid #ffffff;
    overflow: hidden;
    margin-bottom: 30px;
}


.story-pp .story-pp__start .bth__cnt {
    color: #ffffff;
    margin-bottom: 20px;
    max-height: 192px;
    width: 100%;
    overflow: auto;
}


.story-pp .story-pp__start .story-pp__start-btn {
    font-family: 'apercu_pro', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 30px;
    background: rgba(255, 255, 255, 0.21);
    border: none;
    color: #ffffff;
}

.story-pp .story-pp__start {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding: 20px 15px;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100%;
    overflow: auto;
}


.story-pp .story-pp__slider {
    height: 100%;
}

.story-pp .story-pp__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

@media screen and (max-width: 1025px) {
    .story-pp .story-pp__item {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .story-pp {
        height: 100%;
    }
}

@media screen and (max-width: 450px) {
    .lsfw-popup-wrap.pt10.pb10 {
        padding: 0 !important;
    }

    .story-pp {
        width: 100%;
        border-radius: 0;
    }
}