@media (max-width: 767px) {
    .spares {
        background: #337ab7 url(../../img/ford/services/zapchasti-head-img.jpg) no-repeat center;
        background-size: cover;
    }

    .spares {
        background: #337ab7 url(../../img/ford/services/campaigns-bg.jpg) no-repeat center !important;
        background-size: cover;
    }

    .spares img {
        display: none;
    }

    .head-text-trade {
        padding: 15px 5px 30px;
    }
}

@media (min-width: 768px) {
    .head-text-trade {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}


.spares {
    background: url(/bundles/dcsite/img/ford/zapchasti-head-img.jpg) no-repeat 0 0/cover;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.spares img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.indents {
    margin-top: 60px;
    margin-bottom: 60px;
}

.head {
    font-size: 30px;
    color: #ffffff;
}

.lines {
    text-align: center;
}

.consultation {
    background-image: url(../../img/ford/consultation.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.head-p-trade {
    font-size: 18px;
    color: #ffffff;
}

.content-btn-trade {
    text-align: center;
    border: none;
    outline: none;
}

.consultation-text-block-trade {
    margin-top: 46px;
}

.consultation-tel-trade {
    font-size: 36px;
    color: #2ca3e1;
    text-align: center;
    margin-top: 30px;
}

.consultation-tel-trade a {
    text-decoration: none;
}

.btn-storage-tires {
    margin-top: 32px;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
    border-radius: 0;
}

ul.advantages-mark-kuzovnoi li {
    background: url(../../img/ford/advantages-mark.png) no-repeat top left;
    padding-left: 40px;
    margin-bottom: 12px;
    line-height: 1.6;
    padding-bottom: 8px;
}

.advantages-mark-kuzovnoi {
    list-style: none;
    width: 85%;
    font-size: 14px;
    margin: 18px auto;
}

.padding-li-kuzovnoi {
    padding-bottom: 26px !important;
}

.consultation-storage-p {
    padding-top: 30px;
}

.campaigns__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.campaigns__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.gray-text{
    color: rgba(0, 0, 0, .36)!important;
}

.campaigns__form__title__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin: 0 auto;
    color: #000000;
}

.campaigns__form {
    padding: 50px 0px;
}

.form__comment{
    width: 465px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .campaigns__subtitle {
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 1px;
        color: #FFFFFF;
    }

    .campaigns__title {
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        color: #FFFFFF;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .campaigns__subtitle {
        font-size: 10px;
        line-height: 16px;
    }
    .form__comment{
        width: 100%;
    }

}

@media (max-width: 524px) {
    .consultation-tel-trade > a {
        font-size: 24px;
    }

    .btn-storage-tires {
        margin-top: 5px;
    }

}


.campaigns__form__wrapper {
}


.wrapper__form {
    display: flex;
    justify-content: center;
}


.form__container {
    display: flex;
    flex-direction: column;
    margin: 10px 10px 0px 10px;

}

.form__container > input {
    max-width: 240px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #A3A3A3;
    border-radius: 4px;
    padding: 15px;
    margin: 10px 15px;
}

@media (max-width: 767px) {
    .form__container {
        width: 100%;
    }

    .wrapper__form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .form__container > input {
        max-width: 100%;
        width: auto;
    }
    .form__container {
        margin: 0px;
    }

}



