/*---------bg__img---------*/

.section__buy__car__page {
    margin-bottom: 100px;
}

.section__bg__img {

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0;
}

.section__bg__img-car-for-business {
    background-image: url(../../img/for-busuness.jpeg);
}

.bg__img-title {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.bg__img-text {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.bg__img__wrapper {
    display: grid;
    grid-template-columns: 250px 250px 300px;
    gap: 20px;
}

.bg__img__box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bg__img__box-text {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
}

.widgets__button__wrapper {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}


/*--END------bg__img----------*/

.widgets__button {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    width: 260px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #E40C25;
    border: 1px solid #E40C25;
    margin-bottom: 10px;
    text-align: center;
}

.widgets__button:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.widgets__button-transporent {
    color: #E40C25;
    background: transparent;
}

.widgets__button-transporent:hover {
    color: #FFF;
    background: #E40C25;
}

.widgets__button-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.widgets__button-white:hover {
    border: 1px solid #E40C25;
    background: #E40C25;
    color: #fff;
}

.buy__car__title {
    color: #181716;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

/* solutions__business */

.solutions__business__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
}

.solutions__business__box {
    border-radius: 4px;
    box-shadow: 0px 10px 30px 0px rgba(156, 156, 156, 0.22);
    background: #fff;
    padding: 40px 20px;
}

.solutions__business__name {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20px;
    height: 40px;
}

.solutions__business__text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height: 60px;
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden;
}

.solutions__business__btn {
    color: #E40C25;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #E40C25;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    transition: all ease .2s;

}

.solutions__business__btn:hover {
    color: #fff;
    background: #E40C25;
}

/*  END solutions__business */


/*   business form */

.business__form__wrapper{
    margin-bottom: 80px;
}

.business__form__wrapper {
    margin-top: 50px;
}

.business__form__wrapper input{
    padding: 10px;
    height: 50px;
}

.business__form__wrapper input:focus, .business__form__wrapper textarea:focus{
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.business__form__input {
    padding: 10px;
    height: 50px;
}

.form__box {
    width: 100%;
    display: flex;
    gap: 15px;
}

.business__form__textarea {
    width: 100%;
    padding: 10px;
    height: 100px;
    resize: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.business__form__btn {
    width: 100%;
    max-width: 277px;
    border-radius: 4px;
    background: #E40C25;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #E40C25;
    margin-top: 30px;
}

.business__form__btn:hover {
    background: transparent;
    color: #E40C25;
}

.section__bg {
    background-color: #F6F6F6;
    padding: 50px 0 70px;
}



/*  END business form */

@media (max-width: 1200px) {
    .solutions__business__wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .section__buy__car__page {
        margin-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .widgets__button__wrapper {
        flex-direction: column;
    }

    .section__bg__img {
        padding: 35px 0;
    }
}


@media (max-width: 768px) {
    .solutions__business__wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 568px) {
    .form__box {
        gap: 0;
        flex-direction: column;
    }
}
