/**
 * Индивидуальные стили для сайта клиента, не для Теста. На Тесте остается пустым.
 */

.mobile-menu {
	background: #000;
}

.member__desc {
	border-top: 2px solid #303030;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background: #333;
}

.review-card__author span.empty {
	display: block;
	width:60px;
	height: 60px;
	border:1px solid #303030;
	border-radius: 30px;
}

.dropdown__link svg {
	width:20px;
	height: 20px;
	fill: #eee23e;
	margin-left: 5px;
}

.more-dropdown.open {
	display: block;
}

.more-dropdown.burger-menu {
	position: static;
	background: #333;
	color:#fff;
	border:0;
}

.more-dropdown.burger-menu a {
	color:#fff;
}

.card-row-gallery span.list span.item span.img {
	border-radius: 0;
}

.box__grid .box__wrap,
.box__wrap {
	padding:0;
}

.card-row__price svg, .car-price__item svg {
	fill: #eee23e;
}

.tooltipster-box,
.tooltipster-sidetip .tooltipster-box,
.tooltipster-box .tooltipster-content {
	background: #333 !important;
}

.car-brands__row {
	margin-bottom: 24px;
}

.filter-group {
	color: var(--primary);
    background: #000;
}

.moto-brands__link {
	color: var(--primary);
}

.card-stock__label {
	color:#000;
}

.article p.card__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}

.article .section--slider div.card__price {
	margin:0 !important;
}

.article .section--slider div.card__price > p  {
	color:#000;
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.s-request__btn, .s-request__full-btn, .btn {
	padding:0;
}

.btn-arr:hover {
	background: none;
}

.faq__text ul li, .faq__text ol li {
	font-size: 20px;
	line-height: 1.2;
	color:#000
}

.hits__select {
	height: 400px;
}

.hits .card__img, .hits__main .card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hits .card__img img, .hits__main .card__img img, .car-other__img img {
    object-fit: contain;
	background-color: #fff;
}

.card-row__price-val span {
	color: #fff;
	font-size: 22px;
}

.select2-container--default .select2-dropdown {
	width: 450px !important;
}

.damage__item {
	background: none;
}

.sites-reviews__item {
	color:var(--primary);
	background:#000;
	border:1px solid #eee;
}

.sites-reviews__img {
	background: none;
}

.sites-reviews__qnt {
	color:var(--primary);
}

@media screen and (max-width: 1739px) {
	.faq__text ul li, .faq__text ol li {
    	font-size: 16px;
	}
}
@media screen and (max-width: 1539px) {
	.member__img {
		height: auto;
	}
}


.link_in_button {
	display: block;
	width: 100%;
	text-align: center;
}



.seo-block {
    margin: 100px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.seo-block ul {
    list-style: disc;
    padding-left: 40px; 
}

.answer-block {
    margin: 60px 0 30px 0;
}
.answer-item {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 15px 0;
}

.answer-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.question {
    display: flex;
    cursor: pointer;
    gap: 15px;
    font-weight: bold;
}
.question:hover {
    color: var(--secondary);
}
.question .arrow-down {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg) translate(50%, 5%);
}
.question.active .arrow-down {
    transform: rotate(-45deg) translate(-75%, 25%);
}
.answer {
    display: none;
    margin: 30px 0;
}

.tags__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 30px 0;
    align-items: baseline;
}

.show-all-tags {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    margin-left: 5px;
    transition: all .5s;
    border-bottom: 1px dashed #c6c6c6;
    cursor: pointer;
}

.show-all-tags:hover {
    border-bottom-color: #eee23e;
}

.tags-items.hide-tags {
    display: none;
}

.tags-item,
.tags-item:focus {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #eee23e;
    text-decoration: underline;
    transition: all 0.3s linear;
    margin-right: 10px;
}

.tags__item:hover {
    text-decoration:none;
    color: #fff;
}

@media screen and (max-width: 1023px) {
  .tags__item,
  .show-all-tags {font-size: 14px;}
}
@media screen and (max-width: 575px) {
  .tags__item,
  .show-all-tags {font-size: 12px;}
}
.tags__item:hover {
    color: var(--secondary);
    border-bottom-color: var(--secondary); 
}

.sub-text {
    margin-top: 100px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
@media (max-width: 991px) {
    .sub-text {margin-top: 80px;}
}

@media screen and (max-width: 1739px) {
    .looking__label {
        width: 100%;
        font-size: 14px;
        line-height: 17px;
    }
}


.top-account__tel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 6px;
}

.top-account__tel svg {
    width: 18px;
    height: 18px;
    fill: var(--secondary);
    transition: .3s linear;
}
.cookies {
    position: fixed;
    left: 2%;
    bottom: 2%;
    width: 100%;
    max-width: 605px;
    background-color: #1f1d1ccc;
    border: 1px solid yellow;
    display: flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 15px;
    gap: 16px;
    z-index: 30
}

.cookies.cookies__accepted {
    display: none!important
}

.cookies .cookies__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    color: #fff
}

.cookies .cookies__link {
    color: yellow;
}

.cookies .cookies__accept-btn {
    border: 1px solid yellow;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    width: 200px;
    padding: 10px 18px;
    background-color: transparent;
    border-radius: 15px;
    transition: all .7s ease;
    cursor: pointer
}

@media (hover: hover) {
    .cookies .cookies__accept-btn:hover {
        color:yellow;
        border-color: yellow;
        transition: all .5s ease
    }
}

@media (hover: none) {
    .cookies .cookies__accept-btn:hover {
        color:inherit
    }
}

@media screen and (max-width: 768px) {
    .cookies {
        position:fixed;
        left: 16px;
        bottom: 2%;
        width: 83%;
        max-width: 83%;
        display: flex;
        align-items: start;
        padding: 12px 14px;
        border-radius: 15px;
        flex-direction: column;
        gap: 12px
    }
}

.breadcrumbs__link,
.specifs__item span:first-child.answer,
.auction-list__toggle,
.catalog__qnt,
.pagination__link {
    color: white;
}


.price-breakdown .select2 {
    max-width: 280px !important;
    margin-top: 5px;
}

.price-breakdown__section.section-custom .age-select {
    margin-bottom: 20px;
}

.price-breakdown .select2-container--default .select2-selection--single, .price-breakdown select.select2 {
    height: 42px;
}

.price-breakdown .text-gray {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.price-breakdown .calc-input-new {
    width: 100px;
    margin-right: 2px;
    margin-top: 2px;
}