/*---setting from background-image--------*/
.bg-img-cover {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.bg-img-contain {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*---END---setting from background-image--------*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: inherit;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid inherit;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: inherit;
    background-color: transparent;
    border-bottom: 1px solid inherit;
}

.nav-tabs .nav-link {
    padding-bottom: 10px;
    padding-right: 60px;
}

.nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.nav-link-uppercase {
    text-transform: uppercase;
}

.section__tabs__template {
    margin-bottom: 100px;
}

.tabs__template-title {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}


/*-------Аксесуари--------------*/
.tabs__template {
    margin-bottom: 35px;
}

.tabs__template-link {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
}

.tab__content__select__wrapper {
    display: flex;
    margin-top: 35px;
}

.tab__content__select__box {
    width: 30%;
    display: block;
    margin-right: 20px;
}

.tab__content__select__box:last-child {
    margin-right: 0;
}

.tab__content__select__box:hover .select__auto__btn, .tab__content__select__box:hover .select__auto__btn-arrow {
    color: inherit;
    fill: inherit;
}

.tab__content__select-img {
    height: 190px;
    margin-bottom: 10px;
}

.select__content__title__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.select__auto__content__text {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 15px;

}

.auto__content__title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.auto__content__year {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #BFBFBF;
}

.select__characteristics__wrapper {
    display: flex;
}

.select__characteristics__box:first-child {
    margin-right: 10%;
}

.select__characteristics-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.select__characteristics-info > img {
    margin-right: 10px;
}

.select__characteristics-info > span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.select__price {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    color: #000000;
    margin-bottom: 15px;
    display: block;
}

.select__auto__btn {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.select__auto__btn-arrow {
    margin-left: 45%;
}

@media (max-width: 1200px) {
    .tab__content__select__wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tab__content__select__box {
        margin-bottom: 45px;
    }
}

@media (max-width: 991px) {
    .tabs__template {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
        margin-bottom: 0;
    }

    .nav-tabs .nav-link {
        padding-right: 15px;
    }

    .tabs__template-link {
        font-size: 18px;
    }

    .section__tabs__template {
        margin-bottom: 35px;
    }

    .tab__content__select__box {
        width: 47%;
        margin-right: 0;
    }

    .accordion__wrapper .accordion__header {
        padding: 15px 45px 15px 0;
    }

    .section__accordion {
        margin-bottom: 50px;
    }

    .section__tabs__template {
        margin-bottom: 50px;
    }

    .section__accordion {
        margin-bottom: 50px;
    }

    .section__tabs__template {
        margin-bottom: 50px;
    }

}

@media (max-width: 768px) {
    .tab__content__select__box {
        width: 100%;
    }

    .select__button__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tabs__template-title {
        font-size: 28px;
    }

}

/*----END---------Аксесуари--------------*/
