/**
 * @link https://select2.org
 */

.bold {
    font-weight: 700 !important;
}

.hidden {
    display: none;
}

/**
 * spinner
 */
#spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.05);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

#spinner.active {
    display: flex;
}

#spinner i {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*select[disabled] ~ .select2 span span {*/
/*    background-color: #F8F7F7;*/
/*}*/

/**
 * временно, заменить в style.css
 */
.gallery__thumbs .slick-slide img {
    /*display: block;*/
    width: auto;
    height: 110px;
    /*border-radius: 20px;*/
}


/**
добавить в основной макет
 */
.breadcrumbs__link.last::after {
    content: inherit;
}

.track-auto__params .track-auto__item {
    width: 25%;
    margin-bottom: 15px;
}

@media screen and (max-width: 1739px) {
    .track-auto__params .track-auto__item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .track-auto__params .track-auto__item {
        width: 100%;
    }
}

.moto-brands__link.active {
    color: var(--secondary);
}

.type-moto__link.active span {
    color: var(--secondary);
}

.car-other__item.active {
    border-color: var(--secondary);
}

/* svg info */
.card-row__price svg,
.car-price__item svg {
    position: relative;
    width: 15px;
    height: 15px;
    cursor: pointer;
    top: 3px;
    left: 3px;
}

.card-row__price > p.info {
    margin: 5px 0 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: var(--primary);
}

/*.filter__full .form-range--md {*/
/*    grid-column-start: 3;*/
/*    grid-column-end: -1;*/
/*}*/

/**
заменить в основном макете
 */
.video-card__img video,
.video-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moto-brands {
    grid-auto-flow: unset;
}

.moto-brands__link {
    line-height: 1.99;
}

.card-sm__title {
    margin: 0 0 15px;
}
@media screen and (max-width: 575px)
{
    .filter-menu__checkbox {
        position: relative;
        z-index: 10;
        left: 0;
        bottom: 0;
    }
}

.sort {
    width: 350px;
}

