.form-reset {
	display: inline-flex;
	padding-left: 0;
	padding-right: 0;
	color: var(--color-gray);
	cursor: pointer;
}

@media (max-width: 1399px) {
	.sort {
		margin-bottom: 1.25rem;
	}
}

.gallery__item img {
	object-fit: cover;
	object-position: center;
}

/* 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;
}

.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;
    text-decoration: none;
}

.seo-text img {
    margin-bottom: 15px;
    width: 100%;
}

.js-models-row-button:hover {
	color: var(--color-orange);
}
.js-models-row-button.active {
	color: var(--color-black);
}
.js-models-row-button::after {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.5rem;

	background: currentColor;

	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.51465 7L9.99993 15.4853L18.4852 7' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
}
.js-models-row-button.active::after {
	transform: rotate(180deg);
}

.has-error {
	color: red !important;
}

.has-error span {
	color: red !important;
}

.has-error a {
	color: red !important;
}

.checkbox a {
	text-decoration: underline;
}

.modification_compare table {width: 100%;border-collapse: collapse;}
.mods_tab_head td {text-align: center;padding: 15px 5px;font-size: 16px;font-weight: 700;}
.mods_tab td {width: 15%;text-align: center;padding: 10px 5px;font-size: 14px;}
.mods_tab td:first-child {text-align: left;padding-left: 10px;width: 23%;}
a.mods_tab_link {font-size: 18px;background: #f5f7fa;border-top: 10px solid #fff;border-bottom: 10px solid #fff;width: 100%;padding: 10px;display: block; color: black;}
.mods_tab td:last-child {padding-right: 10px;}
.mods_tab td:not(:first-child) {font-weight: bold;}
.mods_tab_head td:first-child {width: 22%;}
.mods_tab td:nth-child(even) {background: #f5f7fa;}
.mods_tab {cursor: default;pointer-events: none; width: 100%;}
.mods_tab td:first-child {width: 22%;}

table.compare {border-collapse:collapse; margin-bottom: 30px;}
table.compare td {padding:10px;}
table.compare thead td {font-size: 16px;line-height: 20px;    font-weight: 700; }
table.compare tbody td{border-bottom: 1px solid #d5d5d5;}
table.compare td+td {text-align:center;}
table.compare tbody td:nth-child(even) {background:#eaeaea;}
table.compare td.option_title {font-weight: 700;    padding: 20px 10px;background:#eaeaea;}
.back_link {float:right;margin: 10px 0;}
.back_link a {font-size: 16px;}
.compare--title { float: left; }
.btn-compare-complectation { float: right; }

.section__h1 {
	background: var(--color-gray-light);
    padding: 50px 0;
	margin: unset;
}

.section__h1.no_bg {
	background:unset
}

.section__h1 .section__title {
	margin: unset;
	text-align: center;
	font-size: 2.3rem;
}

@media (max-width: 1399px) {
	.section__h1 .section__title {
		font-size: 1.8rem;
	}
}

h1.model-main__name {
	font-size: var(--text-lg);
}