

.main-article__card a span {
	color: inherit !important;
	/* color: blue; */
	/*text-decoration: underline;*/
}

.has-error {
	border-color: red;
}

.mt-0 {
	margin-top: 0 !important;
}

.main-marks-item:hover b {
	color: #313131;
}

.main-marks-item:hover::before {
	width: 100%;
}

/* seo-текст */
.seo-text {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}
.seo-text p {
    margin-bottom: 15px;
}

.seo-text h1 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.seo-text h1:after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #c4c4c4;
}

.has-error a {
	color: red;
}

label.has-error {
	color: red;
}

.checkbox__label a {
	text-decoration: underline;
}

.main-services h1 {
	margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.seo-text h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.seo-text h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.seo-text ul {
    margin-bottom: 15px;
    margin-left: 20px;
    list-style-type: disc;
}
.seo-text ol {
    margin-bottom: 15px;
    margin-left: 20px;
    list-style: decimal;
}

.seo-text a {
    display: inline;
}
.seo-text img {
    margin-bottom: 15px;
}

.news-item__content::after {
	background: linear-gradient(360deg, hsl(0deg 0% 4% / 85%), hsl(0deg 0% 25% / 0%));
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.main-article__head {
	position: relative;
}

.main-article__head::after {
	background: linear-gradient(360deg, hsl(0deg 0% 4% / 85%), hsl(0deg 0% 25% / 0%));
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	border-radius: 1rem;
}

.main-article__title {
	z-index: 2;
}

.main-marks-item::before {
	content: "";
	position: absolute;
	right: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	border-radius: 5px;
	background-color: #ff4e00;
}

/* .option {
    padding: 5px;
    border-bottom: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px;
    gap: 5px;
}

.option_image {
    width: 100px;
    background-position: center;
    background-size: cover;
    background-color: #e0e0e0;
}

.block-info {
    max-width: 63%;
}

.option_title {
    font-weight: bold;
    font-size: 12px;
}

.option_info {
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin: 5px 0;
}

.option_price {
    display: block;
    font-weight: 600;
}

.option_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
}

.option:hover {
    cursor: pointer;
} */

.main-car__specifications_text {
	font-size: 25px;
	font-weight: 400;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #4faf47;
	color: white;
}

.mb0 {
	margin-bottom: 0px;
}

.section__h2 {
    font-size: var(--text-base);
    font-weight: 500;
    margin-bottom: var(--space-lg);
}

@media (min-width: 680px) {
	.contacts-main__feedback p {
		max-width: 24rem;
	}
}

.btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

@media (min-width: 980px) {
	.header__nav ul {
		gap: 10px;
	}
}

/* 23.09.2024 rku */

.main-article__content-row {
	display: grid;
	grid-gap: 20px;
}
@media (min-width: 820px) {
	.main-article__content-row {
		grid-template-columns: 300px 1fr;
	}
}
.tag {
	display: inline-flex;
	border-radius: 0.35em;
	padding: 0.2em 0.5em;

	font-weight: 500;
	font-size: 12px;
	width: fit-content;

	transition: 0.2s;
}
.tag:hover,
.tag:focus {
	opacity: 0.8;
	transition: 0.1s;
}
.tag:active {
	filter: brightness(0.8);
	transition: 0.05s;
}
.tag--primary {
	background: var(--color-primary, #ef3054);
	color: #fff !important;
}
.tag--secondary {
	background: var(--color-secondary, #4faf47);
	color: #fff !important;
}
.tag--red {
	background: var(--color-red, #ef3054);
	color: #fff !important;
}
.tag--green {
	background: var(--color-green, #4faf47);
	color: #fff !important;
}
.tag--blue {
	background: var(--color-blue, #394bea);
	color: #fff !important;
}
.tag--white {
	background: var(--color-white, #fff);
	color: #000 !important;
}
.tag--black {
	background: var(--color-black, #000);
	color: #fff !important;
}
.tag--light {
	background: var(--color-light, #f5f5f5);
	color: #000 !important;
}
.tag--dark {
	background: var(--color-dark, #333);
	color: #fff !important;
}
.model .tag:not(:first-child) {
	margin-top: 12px;
}
.model .tag:not(:last-child) {
	margin-bottom: 12px;
}

.model img {
	margin: unset;
}

.header__nav ul{
	display: flex;
    flex-wrap: wrap;
    gap: 5px;
    column-gap: 15px;
}