.news-topic__prev {
    transform: rotate(0) !important;
}

.news-topic__next {
    transform: rotate(0) !important;
}

.slider-btn_mini {
    width: 25px;
    height: 25px;
}

.promo-icons__item_landing {
    display: flex;
    column-gap: 6px;
}

.promo-icons__item_landing::before {
    content: "";
    display: block;
    width: 22px;
    height: 19px;
    background-image: url("/images/article-images/images/icon/photo.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

@media (max-width: 767px) {
    .article-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    .article__title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .article__text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news__wrapper-cards {
        padding-left: 20px;
        padding-right: 20px;
    }

    .promo-block__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-block.search-block-blue {
        margin: 0 !important;
        margin-top: 20px !important;
    }
}


.promo-fancyTitles {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.promo-fancyTitles button.active {
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #200e32;
    text-decoration-line: none;
}

.slider-container_promo.slider-container {
    display: block;  /* hotfix override separateArticle.min.css */
    margin-top: 0; /* hotfix override separateArticle.min.css */
}

.excursions__rating-wrapper img {
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin-top: 0px;
    min-height: 16px;
}

.excursions__wrapper-block > img {
    border-radius: 0;
}

.weather{
    margin:20px auto;
}

.previewCard__slider-prev > img, .previewCard__slider-next > img{
    width: auto;
    height: auto;
}
.separateHotels-slider__prev > img, .separateHotels-slider__next > img{
    width: auto;
    height: auto;
}
.separateHotels-card__rate div:nth-of-type(1) span:nth-of-type(1) img {
    border-radius: 0;
}
.separateHotels-more a img {
    width: auto;
    height: auto;
}

.text_read h3 {
    font-family: "PF Regal Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #200e32;
    padding: 5px 0;
}

.text_read h4, 
.text_read h5 {
    font-family: "PF Regal Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #200e32;
    padding: 5px 0;
}

@media (max-width: 767px) {
    .text_read h3,
    .text_read h4,
    .text_read h5 {
        padding: 5px 20px;
    }
}