.service-banner-section {
    position: relative;
    width: 100%;
    min-height: 400px;
    margin-bottom: 50px;
    overflow: visible !important;
}

.service-banner-section__container {
    z-index: 10;
    position: relative;
}

.service-banner-section__container ul li a {
    color: #fff;
}

.service-banner-section__container .breadcrumb ul > li:after {
    color: #fff;
}

.service-banner-section__container ul li {
    color: #fff;
}

.service-top-banner {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-top-banner:before {
    z-index: -4;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
}

.service-top-banner__container {
    position: relative;
    padding-top: 70px;
    height: 100%;
}

.service-top-banner__container .service-top-banner__car {
    z-index: 10;
    position: absolute;
    left: 15px;
    bottom: -50px;
    width: 500px;
    height: auto;
}

.service-banner-section .service-top-banner__container h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: normal;
    color: #fff !important;
}

.service-banner-section .service-top-banner__container .service-banner-section__p {
    font-size: 20px;
    color: #fff;
}

.service-banner-section .service-top-banner__container .service-banner-section__desc-list {
    list-style: none;
}

.service-banner-section .service-top-banner__container .service-banner-section__desc-item {
    display: flex;
    align-items: center;
    color: #fff;
}

.service-banner-section .service-top-banner__container .service-banner-section__desc-item::before {
    content: "\f00c";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    color: red;
}

.service-top-banner__row {
    height: 100%;
}

.service-top-banner__col {
    position: relative;
    height: 100%;
}

.service-top-banner__order-block {
    position: absolute;
    left: 15px;
    bottom: -50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.service-top-banner__order-left {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.service-top-banner__order-header {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.service-top-banner__order-phone {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: #000;
}

@media(max-width: 767px) {
    .service-banner-section {
        position: relative;
        width: 100%;
        min-height: 560px;
        margin-bottom: 50px;
        overflow: visible !important;
    }
    
    .service-top-banner__car {
        display: none;
    }

    .service-banner-section {
        padding-top: 70px;
    }

    .service-top-banner__order-block {
        flex-direction: column;
        width: calc(100% - 30px);
    }

    .service-top-banner__order-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .service-top-banner__order-header {
        text-align: center;
    }
}