.d-none {
    display: none;
}

.mt-30 {
    margin-top: 30px;
}

.justify-content-center {
    justify-content: center !important;
}

.text-warning {
    font-weight: 600;
    color: #ef2222;
    margin-bottom: 30px;
    line-height: 24px;
}

.price-breakdown__warning {
    margin-top: 20px;
    color: #ef2222;
}
.calc .form-checkbox.mt-15 {margin-top:15px;}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    display: none !important;
}

.pag_next_arr svg {
        transform: rotate(180deg) !important;
}

.js-price-popup span {cursor: pointer;}

.dopParams.type_vvoz {
    margin-bottom: 30px;
    font-size: 18px;
}

.dopParams.type_vvoz span {
    margin-right: 30px;
}

.price-breakdown__price span.ml-20 {
    margin-left: 20px;
}

input.calc-input {
    width: 80px;
    border: 1px solid #CED7D9;
    border-radius: 5px;
    background: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    height: 28px;
    padding: 0 3px;
}

.price-breakdown__total span.js-calc-full-price, .price-breakdown__total span.js-calc-full-price-sale {
    font-weight: 600;
}


.tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
}
.tabs-nav li {
    padding: 0 30px 0 0;
}

.tabs-nav  .btn {
    color: #ef2222;
    background: #fff;
}

.tabs-nav .active .btn {
    color: #fff;
    background: #ef2222;
}

.warn-konstr {
    color: #ef2222;
    font-weight: 600;
    font-size: 12px;
}

#select2-car-brand-results li:nth-child(n+1):nth-child(-n+11) {
    font-weight: 600;
}


.sets-table table td:first-child a {
    padding-left: 0;
    font-weight: 600;
    color: var(--secondary);
    text-transform: uppercase;
}

.city-search__link.bold {
    font-weight: bold;
}

.slider-left .slick-track {
    margin-left: 0;
    margin-right: 0;
}


.yt-small {
    background-color: #fff;
    padding: 15px 60px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .yt-small {
        padding: 15px 40px;
    }
}

.yt-small .yt-card__img {
    height: 150px;
}


/*------------------------------ carousel ----------------------------------*/
.carousel-five {
    margin: 0 -10px;
}
.carousel-five .slick-slide {
    padding: 0 10px;
}
.carousel-five .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: -65px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid #CED7D9;
    background: none;
    cursor: pointer;
    transition: all 0.3s linear;
}
@media screen and (max-width: 1739px) {
    .carousel-five .slick-arrow {
        top: -65px;
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .carousel-five .slick-arrow {
        top: -65px;
    }
}
@media screen and (max-width: 767px) {
    .carousel-five .slick-arrow {
        display: none !important;
    }
}

.carousel-five .slick-arrow:hover {
    border-color: var(--primary);
}
.carousel-five .slick-arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--primary);
}
.carousel-five .slick-arrow.prev {
    right: 90px;
}
@media screen and (max-width: 1739px) {
    .carousel-five .slick-arrow.prev {
        right: 74px;
    }
}
.carousel-five .slick-arrow.next {
    right: 10px;
}
.carousel-five .slick-arrow.next svg {
    transform: rotate(180deg);
}


.yt-card__img_new {
    position: relative;
    overflow: hidden;
}

.yt-card__img_new::before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    background: url(../img/icons/logo-youtube.svg) center no-repeat;
    background-size: contain;
}

.yt-card__img_new::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.2);
    opacity: 0;
    transition: all 0.3s linear;
}


.card-stock__img-250 {
    max-height: 250px;
}

.w-180 {
    width: 180px;
}

.mb-10 {
    margin-bottom: 10px;
}

.navbar__contacts:nth-child(3) {
    margin-left: 15px;
}

.d-flex {
    display: flex;
}

.js-ymin-check {
    margin-right: 10px;
}

.mt-5 {
    margin-top: 5px;
}


.brands.popular-brands {
    margin: 30px 0;
    max-width: unset;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
}

@media screen and (max-width: 1739px) {
    .brands.popular-brands {
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .brands__item {
        padding: 0 15px;
    }

}

.brands.popular-brands .brands__item {
    width: 100%;
}

.car-brands__link.hide {
    display: none;
}
a.show-more {
    color: #ef2222;
}


.car-brands.car-brands-top {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
    .car-brands.car-brands-top {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1739px) {
    .car-brands.car-brands-top {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


h1:first-letter, h2:first-letter, h3:first-letter {
    text-transform: uppercase;
}

.no_div_margin div {
    margin-bottom: 0px;
}

.article .section--slider {
    padding-top: 120px;
}
