.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;
}

.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);
}


.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; }