
.promo-infoblock::before {
    content: '\f005';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 27px;
    position: absolute;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #00a551;
    color: white;
    top: 35px;
    left: 20px;
}

.promo-infoblock .promo-infoblock__link {
    text-transform: uppercase;
    color: #318cc6;
    font-size: 13px;
    text-decoration: underline;
}

.promo-infoblock p {
    margin-top: 10px;
}

.promo-infoblock:hover {
    background-color: rgba(0, 0, 0, 0.01);
}

.promo-infoblock {
    padding: 20px 15px 20px 95px;
    position: relative;
    font-family: 'apercu_pro', sans-serif;
    display: block;
    font-size: 14px;
    cursor: pointer;
    margin: 20px 0;
    border-radius: 5px;
    border: 2px solid #00a551;
    color: #475669;
}

.pp-promo {
    top: 0;
    color: #475669;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.56);
    display: -ms-flexbox;
    display: -webkit-box;
    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-promo__cross {
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 10;
    display: block;
    width: 30px;
    height: 30px;
    background: rgb(255 255 255 / 86%) url(https://tophotels.ru/csstx/i/cross-thin.svg) center/14px no-repeat;
    cursor: pointer;
    border-radius: 2px;
}

.pp-promo__inn {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    border-radius: 20px;
    font-family: 'apercu_pro', sans-serif;
    font-size: 17px;
    line-height: 26px;
    position: relative;
    width: 1250px;
}

.pp-promo__body {
    padding: 20px 30px;
    width: 60%;
    max-height: 90vh;
    overflow: auto;
}

/*скрол*/

.pp-promo__body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
    background-color: #F5F5F5;
    z-index: 10;
}

.pp-promo__body::-webkit-scrollbar {
    margin-top: 5px;
    width: 7px;
    background-color: #F5F5F5;
}

.pp-promo__body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: #ccc;
}

/*скрол*/
.pp-promo__img .slick-slider, .pp-promo__img .slick-slider * {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.pp-promo__img {
    position: relative;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    width: 40%;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 37%);
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 37%);
}

.pp-promo__ttl {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #e03a3a;
    font-family: 'apercu_pro', sans-serif;
}

.pp-promo__subttl {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

.pp-promo__arrow:hover {
    background: url("/i/arr-left-blue.png") center/50px no-repeat;
}

.pp-promo .pp-promo__img .slick-slider .pp-promo__arrow {
    width: 90px;
    height: 100%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background: url("/i/arr-left-grey.png") center/20px no-repeat;
    top: 0;
}

.pp-promo__arrow.next {
    right: 0;
}

.pp-promo__arrow.prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pp-prom__ul > li {

    position: relative;

    margin-bottom: 5px;

    padding-left: 20px;
}

.pp-prom__ul > li::after {
    content: '';
    background-color: #cd1f21;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 10px;
}

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

    .pp-promo__inn {
        width: 95%;
        font-size: 14px;
        line-height: 21px;
    }

    .pp-promo__ttl {
        font-size: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .pp-promo__ttl {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .pp-promo .pp-promo__img .slick-slider .pp-promo__arrow {
        width: 50px;
        background-size: 10px;
    }

    .promo-infoblock .bth__ttl-h2 {
        font-size: 14px;
        line-height: 23px;
    }

    .pp-promo__subttl {
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    .pp-promo__inn {
        display: block;
        max-height: 95%;
        overflow: auto;
        padding-bottom: 0;
    }

    .pp-promo__body {
        width: 100%;
        max-height: none;
        padding: 20px 15px;
    }

    .pp-promo__ttl {
        font-size: 17px;
    }

    .promo-infoblock {
        padding: 20px;
        text-align: center;
        font-size: 13px;
    }

    .promo-infoblock::before {
        position: static;
        display: block;
        width: 90px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto 20px auto;
        font-size: 20px;
    }

    .promo-infoblock .promo-infoblock__link {
        display: block;
        margin-top: 10px;
    }

    .pp-promo__img .slick-slider, .pp-promo__img .slick-slider * {
        border-radius: 0 0 20px 20px;
    }

    .pp-promo__img {
        position: static;
        width: 100%;
        height: 300px;
    }

    .pp-promo__ttl {
        margin-right: 40px;
    }

    .pp-promo__cross {
        border-radius: 50%;
        background-size: 11px;
        background-color: rgba(0, 0, 0, 0.12);
    }
}