@media (max-width: 767px) {
    .interactive {
        background: #337ab7 url(../../img/ford/services/interactive-head-img.jpg)no-repeat center;
        background-size: cover;
    }
    .interactive 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%);
    }
}

.interactive{
    background: url(/bundles/dcsite/img/ford/services/interactive-head-img.jpg) no-repeat 0 0/cover;
    position: relative;
    width:100%;
    height:auto;
}
.interactive img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}
.head-text-trade {
    text-align: center;
}
.head-text-trade h1 {
    color: #fff;
}
.title {
    padding-bottom: 30px; }

.text{
    margin-top:22px;
    text-align:center;
    font-size:18px;
}

.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-dv-to{
    margin-top:46px;
    font-size:14px;
    text-transform:uppercase;
    width:220px;
    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;
}
.consultation-storage-p{
    padding-top:30px;
}
@media (max-width: 524px) {
    .lines{
        font-size:14px;
    }
    .consultation-tel-trade>a{
        font-size:24px;
    }
    .btn-dv-to {
        margin-top: 0;
    }
    .indents {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}




