p {
    margin: 0;
}

button {
    border: none;
}

.form-control:focus,
.form-control:active {
    outline: none;
    box-shadow: none;
    background: #F6F6F6;
}

input:focus,
input:active {
    outline: none;
    box-shadow: none;
}

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


.section__buy__car__page {
    padding: 50px 0;
    margin-bottom: 50px;
}

.tell-item {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 400;
}

.tell-item:hover {
    color: #E40C25;
}

.section-bg {
    padding: 50px 0;
    background: #F6F6F6;
}

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

.section__bg__img {

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

.section__bg__img-com-sale {
    background-image: url(../../img/com-sale-bg.jpeg);
}

.section__bg__img-car-exchange {
    background-image: url(../../img/car-exhange-bg.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;
}

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


/*--------advantages----------*/

.advantages__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 50px;
}

.advantages__box {
    width: 100%;
    max-width: 377px;
}

.advantages__title {
    color: #E40C25;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 20px;
    height: 42px;
}

.advantages__text {
    color: #181716;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
}

/*---END---advantages------------*/


/*------sale__options------------*/

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

.sale__options__box {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #FFF;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 10px;
    height: 240px;
    justify-content: center;
    border-bottom: 2px solid transparent;
}

.sale__options__box:hover {
    border-bottom: 2px solid #E40C25;
}

.sale__options__box:hover svg path {
    fill: #E40C25;
}

.sale__options__box:hover .sale__options__title {
    color: #E40C25;
}

.sale__options__box:hover .sale__options__btn__wrapper>svg path {
    fill: #E40C25;
}

.sale__options__box:hover .sale__options__btn__wrapper>p {
    color: #E40C25;
}


.sale__options__btn__wrapper>p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.sale__options__svg__box {
    display: flex;
    width: 120px;
    height: 120px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #F6F6F6;
}

.sale__options__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sale__options__title {
    color: #181716;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.sale__options__text {
    color: #181716;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.sale__options__btn__wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

/*---END---sale__options------------*/

/*---page__col------------*/
.car__page__col__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    align-items: center;
}

.page__col-img {
    margin-top: -55px;
}

.page__col__form {
    margin-top: 40px;
}

.page__col__input {
    height: 40px;
    padding: 10px;
    border-radius: 4px;
    background: #FFF;
}

.header-bg-pd {
    padding: 0;
}

/*---END---page__col------------*/


/*--------grid__diagram----------*/

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

.grid__diagram__box {
    padding: 10px;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
    height: 190px;
    display: flex;
    flex-direction: column;
}

.grid__diagram-title {
    color: #E40C25;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.grid__diagram__sub-title {
    color: #E40C25;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.grid__diagram-text {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.grid__diagram-info-text {
    color: #181716;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.grid__diagram__info__wrapper {
    margin: 30px 0 30px;
}

.grid__diagram-info-ul {
    margin-left: 30px;
}

.grid__diagram-info-li {
    list-style: disc;
}


.grid__diagram-btn {
    margin: 0 auto;
}

/*---END------grid__diagram---------*/


/*--------commission__sale----------*/

.commission__sale__wrapper {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 20px;
}

.commission__sale__video {
    width: 100%;
    height: 100%;
}

.commission__sale__top__text {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 50px 0 30px;
}

.commission__sale__title {
    color: rgb(24, 23, 22);
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.commission__sale__text {
    color: rgb(24, 23, 22);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}


/*---END-------commission__sale--------*/

.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: #E40C25;
    background: transparent;
    border: 1px solid #E40C25;
}

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

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

/* Modal */

.modal-open .modal {
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(4px);
}

.order__car__modal__wrapper {
    position: relative;
    padding: 40px 50px;
}

.order__car__modal__wrapper>.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    border: none;
}

.order__car__modal__wrapper>.btn-close:hover {
    opacity: 70%;
}

.order__car__modal__title {
    color: rgb(24, 23, 22);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.order__modal__info__wrapper {
    display: grid;
    grid-template-columns: 174px 1fr;
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 20px;
}

.order__modal__img {
    width: 100%;
    max-width: 174px;
    height: 100px;
    border-radius: 3px;
}

.order__modal__info__title {
    color: rgb(24, 23, 22);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%
}

.order__modal__info__ks {
    color: rgb(24, 23, 22);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.order__modal__info__price__box {
    display: grid;
    grid-template-columns: 1fr 5px 1fr;
    gap: 10px;
    align-items: center;
}

.order__modal__info__price__box>p {
    color: #181716;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dollars__price__box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.dollars__price {
    color: #79BE00;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}

.order__car__modal__wrapper .form-control {
    height: 50px;
    padding: 10px 20px;
    border-radius: 4px;
    background: #F6F6F6;

}

.order__car__modal__wrapper textarea {
    resize: none;
    height: 120px !important;
}

.order__car__modal__wrapper .info__box__button {
    width: 100%;
    max-width: 265px;
}

.order__car__modal__wrapper .lead-form.pop-up {
    text-align: center;
}

.inform__input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border-radius: 4px;
    background: #F6F6F6;
    border: none !important;
}

.inform-form-btn {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {

    .order__car__modal__wrapper {
        padding: 35px 16px;
    }

    .order__modal__info__wrapper {
        grid-template-columns: 1fr;
    }

    .order__modal__img {
        max-width: 100%;
        height: auto;
    }

    .order__modal__info__price__box {
        display: flex;
        gap: 20px;
    }
}

/* END Modal */

/*button block*/
.info__box__button__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.info__box__button {
    width: 100%;
    padding: 12px 10px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #E40C25;
    border-radius: 4px;
}

.box__button-left {
    background-color: #E40C25;
}

.box__button-left:hover {
    background-color: transparent;
    color: #E40C25;
}

.box__button-right {
    background-color: transparent;
    color: #E40C25;
}

.box__button-right:hover {
    background-color: #E40C25;
    color: #fff;
}

/*END button block*/

/* div.checkbox.style-b div.checkbox__checkmark {
    border: 1px solid #333;
} */


@media (max-width: 991px) {

    .advantages__wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .sale__options__wrapper {
        grid-template-columns: 1fr;
    }

    .bg__img__wrapper {
        grid-template-columns: 1fr;
    }

    .section__bg__img {
        padding: 50px 0;
    }

    .commission__sale__wrapper {
        grid-template-columns: 1fr;
    }

    .grid__diagram__wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .commission__sale__video {
        height: 450px;
    }

}

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

    .widgets__button {
        width: 100%;
    }

    .section__buy__car__page {
        margin-bottom: 0;
    }

    .grid__diagram__wrapper {
        grid-template-columns: 1fr;
    }

    .advantages__box {
        max-width: 100%;
    }

    .commission__sale__video {
        height: 250px;
    }

    .bg__img-title {
        font-size: 20px;
    }

    .bg__img__wrapper {
        gap: 10px;
    }

}
