.car-name h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: #796F6E;
    margin-bottom: 32px;
}

.title span {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #796F6E;
    display: block;
}

p.comparing__desc {
    text-align: left;
}

.navs {
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
}

.new__car-car .btn-outline-primary {
    background: #fff;
}

section.new__car-car .insurance-page-calc .btn-blue {
    padding-left: 0;
    padding-right: 0;
}

.finance__services .nav-item {
    border: 1px solid #EAEAEA;
    border-radius: 8px;
}

.variations [type=checkbox]:checked + label {
    background-color: transparent;
}


.main-card-car svg path {
    fill: #2CA3E1;
}

section#compare .title {
    margin-bottom: 30px;
}

.comparing__table thead th,
.th-table .thead-table,
.th-table .thead-table td,
.th-table .thead-table td:first-child {
    background: #2CA3E1 !important;
}

.comparing .table-subtitle {
    background: #A59F9F !important;
}

.comparing .table.table-bordered td,
.th-table tbody tr td {
    background: #fff !important;
}

span.aviable-complectation {
    color: #3C3947;
}


@media (max-width: 767.98px) {
    .variations__equipment.equipment.complectation.selected, .variations__equipment.equipment.complectation.selected .variations__name {
        color: #2583AE;
    }
}

.features-item p, .features-item ul li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #2CA3E1;
}


#th.section-grey {
    background: transparent;
}

@media (min-width: 1200px) {
    #overview,
    .navs {
        padding: 0 15px;
    }

    .finance__services.elements__style-form-el,
    .main-card-car,
    #compare,
    #accessories-block,
    .seo-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.variations__equipment.selected {
    border: 1px solid #2CA3E1;
}

.complectation-table .configuration-table-price-new, .variations__price .new_price {
    color: #2CA3E1;
}

.finance__services .nav-tabs > li > a.active, .finance__services .nav-tabs > li > a:hover {
    border-bottom: none !important;
    height: 100% !important;
}

.finance__services .nav-link {
    text-align: left;
}

/*DOWNLOAD BROSURE*/
.doc-wrapper {

}

.doc-wrapper a {
    color: #fff;
    font-size: 18px;
    display: block;
    align-items: center;
    padding: 42px 20px 26px;
    border: 2px solid #5D687A;
}

.doc-wrapper a:hover {
    border: 2px solid #2D96CD;
    box-sizing: border-box;
    border-radius: 5px;
    color: #2D96CD;
}

.doc-wrapper .ico-download:before {
    display: block;
    width: 45px;
    height: 42px;
    content: url(../../../img/ford/card-car/ico-download.png);
    margin: 0px auto 29px;
}

.doc-wrapper span.ico-download {
    height: auto;
}

.doc-wrapper a {
    background: #FFFFFF;
    border-radius: 5px;
    color: #1F3750;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    max-width: 270px;
    margin: 0 10px;
}

.doc-wrapper span {
    /*height: 42px;*/
    overflow: hidden;
    display: block;
}

@media (min-width: 0px) and (max-width: 767.98px) {
    .doc-wrapper {
        flex-wrap: nowrap;
        height: auto;
        min-height: auto;
        overflow-x: scroll;
        display: -webkit-box;
    }

    .doc-wrapper a {
        line-height: 21px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .car-name h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .car-name {
        margin-bottom: 0px;
    }
}

.name_and_status-flex {
    display: flex;
    align-items: center;
}

.car_status_is_new {
    background-color: #2ca3e1;
    color: #ffff;
    padding: 3px 7px;
    margin-left: 10px;
}

.car_card_status_is_new {
    background-color: #2ca3e1;
    color: #ffff;
    padding: 3px 7px;
    margin-left: 10px;
}

.car_card_status_is_new-pos {
    font-size: 12px;
    position: absolute;
    top: 40px;
    left: 1%;
    z-index: 5;
}

@media (max-width: 479px) {
    .car_card_status_is_new {
        padding: 2px 7px;
        font-size: 12px;
    }
}

/* Кнопка показати/скрити текст */
.content_block_show {
    overflow: hidden;
    position: relative;
}

.content_block_show.hide_content {
    height: 250px;
}

.content_toggle_btn {
    width: 200px;
    text-align: center;
    background-color: #2ca3e1;
    color: #fff;
    padding: 10px;
    display: block;
}

.content_toggle_btn:hover {
    color: #fff;
    opacity: 80%;
}

.content_block_show.hide_content:after {
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fafafa 75%);
}
/* END Кнопка показати/скрити текст */
