.item-articles__panel .panel-articles__info {
    justify-content: flex-start;
}
.panel-articles__info span {
    margin: 0 10px;
    font-weight: 700;
    color: #0587d6;
}
.weekdays {
    margin-left: 15px;
}
.nuar-blk.gradient {
    background: linear-gradient(0deg, #ffffffba 15%, #ffffff00 60%);
}
.panel-articles.pa_custom {
    grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
}
.pac-flex {
    display: flex;
    align-items: center;
}
.pac-flex .panel-articles__info {
    flex: initial;
}
.ico-article-pay {
    width: 60px;
    height: 19px;
    display: flex;
    margin-left: 5px;
}
.kup-usd {
    width: auto;
    height: 20px;
    display: inline-block;
    margin-top: 1px;
}
@media only screen and (max-width : 768px) {
    .item-articles__panel .panel-articles__info {
        flex-direction: initial;
        justify-content: center;
    }
    .panel-articles__duration.duration-panel {
        margin-left: 0;
    }
    .pac-flex {
        justify-content: center;
    }
    .item-articles__location.location-articles.not-reverse {
        flex-direction: column;
    }
    .item-articles__descp-inner .item-articles__title {
        margin-bottom: 0;
    }
    .item-articles__descp-inner .item-articles__title.title--dark {
        padding-bottom: 0;
    }
    .item-articles__panel.panel-articles {
        padding: 15px;
    }
}
