#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/AMG_GT1.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);
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

@media (min-width: 450px) {
    .uvod {
        font-size: 75px;
        font-weight: 700;
        line-height: 100px;
    }
}
@media (max-width: 449px) {
    .uvod {
        font-size: 40px;
        font-weight: 700;
        line-height: 55px;
    }
}

.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: 4.2em 2.5em 1.9em 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;
}

.contact-card {
    padding: 40px;
    background: linear-gradient(0deg, #F1F3F5 0%, #F1F3F5 100%);
    border-radius: 24px;
    border: 1px solid #d6a002;
    flex-direction: column;
    justify-content: space-between;
    display: inline-flex;
}

.contact-header {
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: inline-flex;
}

.company-name {
    color: #2A2928;
    font-size: 16px;
    font-weight: 600;
    word-wrap: break-word;
}

.contact-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.zak-link {
    color: #2A2928;
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word
}

.company-items {
    color: #2A2928;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word
}

.small-desc {
    color: #2A2928;
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word
}

.pricing-table {
    width: 96%;
    margin: auto;
    min-height: 210px!important;
    height: 100%!important;
    border: 2px solid rgba(151, 160, 175, 0.2);
    border-radius: 7px;
    padding: 30px 10px;
    transition : all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000)
}
