.header__nav-link.active {
    color: #fe0000;
}

.images-slider__item {
    display: block;
}

.text-slider__item,
.text-slider__item:visited {
    text-decoration: none;
    color: inherit;
}

.text-slider__item b {
    font-weight: inherit;
    color: #fe0000;
}

.team__tabs .tabs__item {
    text-transform: uppercase;
}

.big-news__title b {
    color: #fe0000;
}

.news-list__more_hidden {
    visibility: hidden;
}

.contact-info {
    line-height: normal;
}

.model-content__desc-img {
    margin-left: 0;
}

.bread-crums-model {
    margin-bottom: 0;
}


/*.slider-nav__left.disabled,
.slider-nav__right.disabled{
    display: block !important;
    opacity: .5;
}*/

.slider-nav__left.disabled:hover,
.slider-nav__right.disabled:hover {
    background: #f2f2f2;
    cursor: default;
}

.in-stock-content__more {
    text-align: center;
    color: #232323;
    background-color: #f2f2f2;
    padding: 16px 0;
    font-size: 14px;
    margin-top: 53px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.in-stock-content__gallery-wrap_additional {
    display: none;
}

.model-nav__tab a {
    color: inherit;
    text-decoration: none;
}

[type="text"].js-error {
    background-image: url(../images/error-icon.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.services__hover {
    text-decoration: none;
}

.model-spoilers {
    margin-bottom: 20px;
}

.model-spoilers-60-40 .spoiler__item-left {
    width: 60%;
}

.model-spoilers-60-40 .spoiler__item-right {
    width: 40%;
}

.model-note {
    margin-bottom: 20px;
    color: #5f5f5f;
    font-size: 14px;
}

.bon-digital {
    position: absolute;
    width: 86px;
    height: 7px;
    background: url(../images/bon.png) 0 0 no-repeat;
    display: block;
    bottom: -23px;
    right: -15px;
}

.bon-digital:hover {
    background-position: 0 -7px;
}

.bread-crumbs__list {
    list-style: none;
    padding-left: 0;
    font-size: 0;
}

.bread-crumbs__list li {
    display: inline-block;
}

.bread-crumbs__link:first-child {
    margin-left: 25px;
}

.bread-crumbs__link:first-child::before {
    display: block;
}

.bread-crumbs__link:last-child {
    display: inline-block;
}

.bread-crumbs__list li:first-child .bread-crumbs__link {
    margin-left: 0;
}

.bread-crumbs__list li:first-child a:before {
    display: none;
}

.bread-crumbs__list li:first-child span {
    display: none;
}

.page-404 {
    text-align: center;
    padding: 60px 0;
}

.page-404 a,
.sitemap a {
    color: inherit;
}

.page-404 a:hover,
.sitemap a:hover {
    color: #fe0000;
}

.sitemap {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.table-block {
    margin: 35px auto;
}

.table-title {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #5f5f5f;
    margin: 0 0 10px;
}

.news-table {
    color: #5f5f5f;
    border: none;
    border-collapse: collapse;
    width: 100%;
}

.news-table tr:nth-child(odd) {
    background: #f2f2f2;
}

.news-table td {
    padding: 10px 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
}

.news-table td:first-child{
    padding-left: 18px;
    width: 33%;
}

.news-table td:last-child{
    padding-right: 18px;
}

.all-models-separator {
    border-top: 2px solid #fe0000;
    border-bottom: 2px solid #fe0000;
    height: 7px;
    margin: 15px auto 50px;
}

.full-news__partners-logos {
    margin-bottom: -47px;
    margin-top: 20px;
    text-align: center;
}

.full-news__partners-logos img {
    max-width: 100%;
}

.in-stock-content__tabs-content-item-right {
    width: 38%;
}

.in-stock-content__tabs-content-item-left.gray {
    width: 62%;
    padding-right: 20%;
}

.in-stock-content__tabs-content-item-left {
    width: 100%;
    padding-right: 0;
}

.cars > .row > div > img {
    bottom: auto;
    top: 30px;
}

.cars > .row > div:nth-child(1) > img {
    left: auto;
    right: 40px;
}

.cars > .row > div:nth-child(2) > img {
    width: 178px;
}

.cars > .row > div:nth-child(4) > img {
    top: auto;
    bottom: 30px;
}

.events__section_past {
    display: block;
} 

@media screen and (min-width: 500px) {
    .ferrari-cars__slider_centered .ferrari-cars__item {
        overflow: hidden;
    }
    .ferrari-cars__slider_centered .ferrari-cars__title {
        opacity: 0;
        transition: opacity .3s;
        text-align: center;
        font-size: 16px;
    }
    .ferrari-cars__slider_centered .owl-stage {
        padding: 50px 0;
    }
    .ferrari-cars__slider_centered .owl-item {
        -webkit-font-smoothing: subpixel-antialiased;
        backface-visibility: hidden;
        transition: transform .3s, opacity .3s;
        transform: scale(1) translateZ(0);
        opacity: .5;
    }
    .ferrari-cars__slider_centered .owl-item.center {
        transform: scale(1.3) translateZ(0);
        opacity: 1;
        z-index: 3;
    }
    .ferrari-cars__slider_centered .owl-item.center .ferrari-cars__title {
        opacity: 1;
    }
    .ferrari-cars__slider_centered .owl-item::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: visible;
        transition: visibility .3s;
        z-index: 2;
    }
    .ferrari-cars__slider_centered .owl-item.center::after {
        visibility: hidden;
    }
}

@media screen and (max-width: 1200px) {
    .bon-digital {
        right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .cars > .row > div:nth-child(2) .cars__link {
        background-position: 0 80%;
    }

    .cars > .row > div:nth-child(3) .cars__all::after {
        padding-bottom: 37%;
    }

    .cars > .row > div:nth-child(4) .cars__link {
        background-position: 50% 65%;
    }
}

@media (max-width: 768px) {
    .page-404,
    .sitemap {
        padding: 120px 0 0;
    }
}

@media (max-width: 700px) {
    .full-news-page li:last-child {
        display: none;
    }

    .full-news__partners-logos {
        margin-bottom: -30px;
        margin-top: 10px;
    }
}

@media (max-width: 450px) {
    .cars > .row > div > img {
        width: 150px !important;
        top: 20px !important;
        bottom: auto !important;
        left: 20px !important;
        right: auto !important;
    }

    .cars > .row > div:nth-child(3) > img {
        width: 100px !important;
        top: 5px !important;
    }
}

@media (max-width: 440px) {
    .in-stock__bread-crumbs li:last-child {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .bon-digital {
        right: 50%;
        margin-right: -43px;
    }
}
