.brand-title {
    width: 100%;
    padding: 0 7px;
    margin-bottom: 39px;
}
.brand-title:not(:first-child) {
    margin-top: 36px;
}
.hit-title a {
    color: #000;
}
.hot-new {
    margin: 60px 0 25px;
}

.new-big-carousel {
    margin: 0 -15px;
}
.new-big-carousel.no-carousel {
    display: flex;
    flex-wrap: wrap;
}
.new-big-carousel.no-carousel .item-wrapper {
    width: 33.33%;
    margin-bottom: 14px;
}

.new-big-carousel > .slick-list > .slick-track {
    padding: 15px 0;
}

.new-item {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 7px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    transition: all .4s;
	max-width:400px;
}
.new-item:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2)
}

.new-item .item-gallery-images{
    position: relative;
}

.new-item .item-gallery-images .item-name-slider-contorl {
    position: absolute;
    right: 25px;
    bottom: 15px;
    left: 25px;
    z-index: 15;
    display: flex;
    padding: 0;
    text-align: center;
    transition: opacity .3s ease;
    justify-content: space-between;
    z-index: 2;
    padding-top: 4px;
}

.new-item .item-gallery-images .item-name-slider-contorl .item-name-slider-contorl__item {
    display: inline-block;
    margin: 0 2px;
    width: 100%;
    height: 4px;
    background-color: #D9D9D9;
    cursor: pointer;
    border-radius: 5px;
    transition: all .3s ease;
}
.new-item .item-gallery-images .item-name-slider-contorl .item-name-slider-contorl__item.active{
    background-color: #D7103C;
}

.new-item .item-gallery-images img:not(.active){
    display: none;
}
.new-item .new-name{
    max-width: 100% !important;
    width: 100%;
}
.new-item .new-name span{
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.new-item  .new-info span{
    width: 100% !important;
    color: #494949;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new-item .btn-order {
    background: #CF103C;
    color: #fff;
    width: 100%;
    margin-top: 24px;
    padding: 17px 0;
    text-transform: uppercase;
    font: 600 13px "Roboto";
    margin: 0;
}
.new-item  .new-price__wrap{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}
.new-item  .new-price__wrap span{
    white-space: nowrap;
}
.new-item  .price-old{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}
.new-item .btn-order:hover{
    background: #b51338;
}


.new-label {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #e9e9e9;
    color: #cf103c;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 500;
}

.new-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-carousel .slick-arrow {
    position: absolute;
    z-index: 10;
    top: calc(50% - 17px);
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .25);
    font-size: 0;
}

.new-carousel .slick-prev {
    left: 5px;
    background-image: url(../images/hot-deal/arr-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 14px;
}

.new-carousel .slick-next {
    right: 5px;
    background-image: url(../images/hot-deal/arr-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 14px;
}

.new-carousel .slick-dots {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.new-carousel .slick-dots li {
    margin: 0 10px;
}

.new-carousel .slick-dots li button {
    width: 4px;
    height: 4px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #d4d4d4;
    font-size: 0;
}

.new-carousel .slick-dots li.slick-active button {
    background-color: #cf103c;
}

.new-desc {

    padding: 15px 25px;
    box-sizing:border-box;
}

.new-header {
    display: flex;
    margin-bottom: 0;
}

.new-name {
    width: calc(100% - 64px);
    margin: 0;
    padding-right: 10px;
    color: #000000;
    font-family: Roboto;
    font-size: 18px !important;
    font-weight: 700;
}

.new-name a {
    color: #000000;
}

.new-year {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 20px;
    border-radius: 2px;
    background-color: #3962ae;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
}

.new-info {
   
}

.new-info p {
    margin: 0;
    line-height: 20px;
}

.new-info p span:first-child {
    display: inline-block;
    width: 105px;
    color: #838383;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
}

.new-info p span:nth-child(2) {
    color: #000000;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
}

.rsm_card_footer {
    padding: 0 25px 25px 25px;
}

.new-price {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.price-old {
    margin-right: 24px;
    margin-bottom: 5px;
    color: #838383;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
	    min-height: 19px;
}

.discount {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    color: #838383;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
}

.discount img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.price-new {
    width: 100%;
    color: #cf103c;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 900;
}

.new-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
}

.new-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 8px);
    height: 44px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    color: #3962ae;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    transition: border-color .4s;
}

.new-btn:hover {
    border-color: #3962AE;
}

.new-credit {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    margin-top: 16px;
    padding-left: 15px;
    border-radius: 2px;
    background-color: #cf103c;
    background-image: url(../images/hot-deal/arrow-white-icon.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}

.new-credit span {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 59px;
    height: 100%;
    padding-left: 1px;
    border-radius: 0 2px 2px 0;
    background-color: #3962ae;
    transition: right .4s;
}

.new-credit:hover {
    color: #fff;
}

.new-credit:hover span {
    right: -80px;
}

.new-credit span::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-right: 20px solid #3962ae;
    border-top: 44px solid transparent;
}

.car-card {
    margin: 40px 0;
}

.card-carousel {
    margin-right: 35px;
    margin-bottom: 15px;
}

.card-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 405px;
}

.card-thumbs {
    margin: 0 27px 30px -8px;
}

.card-thumbs .item {
    padding: 0 8px;
}

.card-thumbs .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.card-thumbs .item.slick-current img {
    border: 1px solid #cf103c;
}

.card-thumbs .slick-arrow {
    position: absolute;
    z-index: 10;
    top: calc(50% - 16px);
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /*background-color: #fff;*/
    font-size: 0;
}

.card-thumbs .slick-prev {
    left: 20px;
    /*background-image: url(../images/hot-deal/arr-left-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 14px;*/
}

.card-thumbs .slick-next {
    right: 20px;
    /*background-image: url(../images/hot-deal/arr-right-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 14px;*/
}

.car-desc {
    margin-left: -10px;
}
.js-sticky-desc {
    position: fixed;
    top: 89px;
}

.desc-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.car-name {
    width: calc(100% - 160px);
    margin: 0;
    color: #000000;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
}
.car-name h1 {
    font-weight: 700;
    font-size: inherit;
}

.car-name span {
    display: block;
    margin-top: 4px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
}

.desc-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.desc-right {
    display: flex;
    align-items: flex-end;
}

.desc-year {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 20px;
    margin: 6px 0 10px;
    border-radius: 2px;
    background-color: #3962ae;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
}

.car-vin {
    display: flex;
    align-items: center;
    height: 20px;
    padding: 0 8px;
    border-radius: 2px;
    background-color: #efefef;
    color: #000000;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.desc-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.desc-col {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 20px 0 18px;
    border-left: 1px solid #e1e1e1;
}

.desc-col:first-child {
    padding-left: 0;
    border-left: none;
}

.desc-col img {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
}

.desc-col span {
    color: #000000;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
}

.discount-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.discount-row span {
    margin-bottom: 15px;
    color: #838383;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
}

.discount-list {
    padding-bottom: 10px;
}

.discount-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.discount-item span {
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
}

.discount-checkbox {
    position: relative;
    margin-right: 15px;
}

.discount-checkbox input {
    display: none;
}

.discount-checkbox label {
    padding-left: 39px;
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}

.discount-checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.discount-checkbox input:checked + label::before {
    background-image: url(../images/hot-deal/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
}

.desc-footer {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.car-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.car-old-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.car-old-price p {
    margin: 0 0 9px;
    color: #838383;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
}

.car-old-price span {
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    text-decoration: line-through;
}

.car-spec-price {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 14px;
}

.car-spec-price p {
    margin: 0 0 9px;
    color: #838383;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
}

.car-spec-price span {
    color: #cf103c;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 900;
}

.desc-credit {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-bottom: 14px;
    padding-left: 26px;
    border-radius: 2px;
    background-color: #cf103c;
    background-image: url(../images/hot-deal/arrow-white-icon.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 14px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
}

.desc-credit span.percent {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 78px;
    height: 100%;
    padding-left: 2px;
    border-radius: 0 2px 2px 0;
    background-color: #3962ae;
    transition: right .4s;
}

.desc-credit:hover {
    color: #fff;
}

.desc-credit:hover span.percent {
    right: -100px;
}

.desc-credit span.percent::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-right: 22px solid #3962ae;
    border-top: 60px solid transparent;
}

.desc-btns {
    display: flex;
    margin: 0 -8px;
}

.desc-btn {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin: 0 8px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    color: #3962ae;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    transition: border-color .4s;
}

.desc-btn:hover {
    border-color: #3962AE;
}

.tabs {
    padding-top: 30px;
    padding-right: 35px;
}

.tabs-nav {
    display: flex;
    width: 100%;
    margin-bottom: 14px;
    border-bottom: 1px solid #e1e1e1;
}

.tabs-nav li {
    position: relative;
    z-index: 10;
    top: 1px;
    width: 50%;
}

.tabs-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border-bottom: 2px solid transparent;
    color: #3962ae;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
}

.tabs-nav li.active a {
    color: #000000;
    border-bottom-color: #3962ae;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.accord-item {
    margin-bottom: 15px;
    background-color: #f8f8f8;
}

.accord-title {
    position: relative;
    padding: 20px 25px;
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
}

.accord-title::after {
    content: '';
    position: absolute;
    right: 25px;
    top: calc(50% - 5px);
    width: 6px;
    height: 10px;
    background: url(../images/hot-deal/arr-right-black.svg) center no-repeat;
    background-size: contain;
}

.accord-title.open::after {
    transform: rotate(90deg);
}

.accord-hidden {
    display: none;
    padding: 0 25px 15px;
}

.accord-hidden p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
}

.mobile-all-deals {
    width: 100%;
}

@media (max-width: 1199px) {
    .card-carousel, .card-thumbs {
        margin-right: 0;
    }

    .tabs {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .mobile-all-deals {
        display: none!important;
    }
    .card-thumbs .slick-arrow {
        display: none!important;
    }
}

@media (max-width: 991px) {
    .new-big-carousel.no-carousel .item-wrapper {
        width: 50%;
    }
    .car-desc {
        margin-left: 0;
    }

}
@media (max-width: 767px) {
    .new-item .new-price__wrap{
        flex-wrap: wrap;
    }
    .new-item .new-price__wrap span{
        font-size: 16px;
    }
    .hot_list .new-name{
        font-size: 16px;
    }
    .new-item .price-old{
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .card-carousel .item {
        height: auto;
    }
}

@media (max-width: 413px) {
    .new-carousel .item {
       /* height: 260px;*/
	   height:100%;
    }
.hot_list .new-carousel .item {
    height: auto;
    }
    .new-desc {
        padding: 15px 10px;
    }

    .desc-header {
        flex-wrap: wrap;
    }

    .desc-right {
        width: 100%;
        align-items: flex-start;
        margin-top: 20px;
    }

    .desc-col {
        /*width: 50%;
        margin-bottom: 20px;*/
        padding: 0 15px 0 13px;
    }

    /*.desc-col:nth-child(3) {
        padding-left: 0;
        border-left: none;
    }*/

    .desc-credit {
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
    }

    .desc-credit span.percent {
        width: 50px;
    }

    .desc-btns {
        flex-wrap: wrap;
    }

    .desc-btn {
        width: calc(100% - 16px);
        height: 40px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .tabs-nav {
        flex-wrap: wrap;
    }

    .tabs-nav li {
        width: 100%;
    }

    .accord-title {
        padding: 15px 10px;
    }

    .accord-hidden {
        padding: 0 10px 10px;
    }

    .car-spec-price span {
        font-size: 18px;
    }

    .car-old-price span {
        font-size: 16px;
    }

    .discount-item span {
        font-size: 14px;
    }

    .discount-checkbox label {
        padding-left: 24px;
        font-size: 14px;
    }

    .discount-checkbox label::before {
        width: 20px;
        height: 20px;
    }

    .car-name {
        width: 100%;
    }
}

.offer-deal__plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.offer-deal__plus-item {
    font-weight: 500;
    font-size: 1.4rem;
    color: #CF103C;
}
.offer-deal__plus-item_helmet {
    padding-left: 36px;
    background: url(/local/templates/auto.2019/img/model/offer/insurance.png) no-repeat left center;
    background-size: contain;
    margin-right: 5px;
}
.offer-deal__plus-item_snow {
    padding-left: 26px;
    background: url(/local/templates/auto.2019/img/model/offer/snowflake.png) no-repeat left center;
    background-size: contain;
}

.filter-brand {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.filter-item {
    display: block;
    height: 45px;
    line-height: 43px;
    margin-right: 8px;
    margin-bottom: 15px;
    padding-right: 0;
    color: #3962AE;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-family: "Roboto";
    font-size: 16px;
}
.filter-item.model-item {
    padding-left: 16px;
}
.filter-item.active-item {
    color: #fff;
    background: #3962AE;
    border: 1px solid #3962AE;
}
.filter-item.all-items {
    padding: 0 0 0 16px;
}
.filter-item img {
    float: left;
    height: 39px;
    width: auto;
    margin: 2px 9px 3px 16px;
}
.filter-item sup {
    color: #000;
}
.filter-item sup {
    padding-right: 13px;
    padding-left: 6px;
}
.filter-item.active-item sup {
    color: #fff;
}

.sort-model-block {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-bottom: 22px;
    font-family: "Roboto";
}
.sort-title {
    font-size: 24px!important;
    margin-bottom: 15px;
}
.sort-model {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0;
    margin-bottom: 15px;

}
.sort-item {
    display: flex;
    align-items: center;
    margin-left: 21px;
    color: #3962AE;
}
.sort-item.item-active {
    color: #000;
}
.sort-item.item-active:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background: url(../images/sort_order.svg) no-repeat 50% 50%;
    background-size: contain;
}
.sort-item.item-active.sort-desc:after {
    transform: scale(1, -1);
}
@media (min-width: 414px) {
    .desktop-hidden {
        display: none;
    }
}
@media (max-width: 413px) {
    .filter-brand {
        margin-bottom: 0;
    }
    .filter-item {
        width: calc(50% - 4px);
        font-size: 14px;
        border: 1px solid transparent;
    }
    .filter-item:nth-child(2n) {
        margin-right: 0;
    }
    .filter-item.all-items {
        padding-left: 10px;
    }
    .filter-item img {
        margin-left: 10px;
        margin-right: 5px;
    }
    .filter-item sup {
        padding-right: 0;
    }
    .mobile-all-hidden,
    .mobile-hidden {
        display: none;
    }
    .show-all-brands {
        width: 100%;
        margin-bottom: 35px;
    }

    .sort-model span {
        display: none;
    }
    .sort-item {
        margin-left: 0;
        margin-right: 21px;
    }
    .sort-item:last-child {
        margin-right: 0;
    }
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
    display: none!important;
}