/* spreading pages of new products */

/* detailed pages of new products */
.banner-novinki {
    max-width: 100%;
    max-height: 600px;
    min-height: 400px;
    margin-bottom: 70px;
    padding: 50px 100px;
    display: flex;
    align-items: center; }
.banner-text {
    width: 100%;
    max-width: 500px;
    color: #fff; }
.banner-text b {
    color: #fff; }
.banner-title {
    font-size: 1.7rem;
    line-height: 3rem; }
.banner-description {
    font-size: 1.1rem;
    line-height: 2rem; }
.quote {
    border-left: 2px solid red;
    padding-left: 10px;
    font-size: 1.1rem; }
.mt-70 {
    margin-top: 70px;
}
.d-flex-cent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-column {
    display: flex;
    flex-direction: column;
}




/* media */
@media (max-width: 650px) {
    .banner-novinki {
        padding: 30px; }
    .banner-text {
        padding-top: 15px; }
    .banner-title {
        font-size: 1.5rem;
        line-height: 2rem; }
    .banner-description {
        font-size: 1rem;
        line-height: 1.5rem; }
}
@media (max-width: 991px) {
    .d-flex-cent {
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }
}