#banner {
    /*background-attachment: scroll, fixed;*/
    background-color: #666;
    /*background-image: url("images/overlay.png"), url("../img/references/Audi_S8/A7.jpg");*/
    /*background-image: url("../img/references/Audi_S8/A7.jpg");*/
    background-image: url("../img/uvod.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    /*padding: 12em 0 20em 0;
    text-align: center;*/
    overflow-x: hidden;
    margin-top: -72px;
    min-height: calc(100vh - 2.5rem);
}

@media (max-width: 488px) {
    .uvod {
        font-size: 50px;
        font-weight: 700;
        line-height: 70px;
    }
}
@media (min-width: 489px) {
    .uvod {
        font-size: 75px;
        font-weight: 700;
        line-height: 100px;
    }
}

.btn-gold {
    background: #d6a002;
    border: 1px solid #d6a002;
    padding: 11px 40px;
    text-transform: uppercase;
}

.btn-gold:hover {
    background: #e6b833;
    border: 1px solid #e6b833;
    color: #343a40;
}

.color-gold {
    color: #e6b833;
}

.swiper-pagination-bullet-active {
    background-color: #e6b833;
}

@media (min-width: 430px) and (max-width: 767px) {
    .s-slide {
        /*width: auto!important;*/
        height: auto;
    }
}

.review {
    padding: 2.2em 2.5em 2.2em 2.5em;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 25.5em;
    margin: auto;
    margin-bottom: 5em;
    border-radius: 10px;
    position: relative;
    background: #343a40;
    display: flex;
    flex-direction: column;
    color: white;
    height: 100%;
}

.review .profile {
    display: block;
    height: 4.95em;
    width: 4.95em;
    margin-left: 0;
    border-radius: 50%;
    margin-bottom: 0.8em;
    position: absolute;
    left: 1.5em;
    top: -2.55em;
}

.review .star-group {
    border-top: 1px solid #E7E7E7;
    padding-top: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: auto;
}

.review .star-group .name {
    color: #fff;
    font-size: 0.9em;
    line-height: 1.33333333em;
    text-align: left;
    font-weight: bold;
    display: block;
}

.review .star-group .desc {
    color: #fff;
    opacity: .7;
    font-weight: 400;
    display: block;
}

.review .star-group img {
    display: block;
    width: 4.55em;
    height: 0.75em;
    margin: 0;
}
