.container {
	overflow: visible;
	padding: 45px 0 0 0;
}
@media screen and (min-width: 900px) {
	.container {
		padding: 60px 30px;
	}
}

.yandex-index {
	margin: 40px auto;
}

.show__many_adverts {
	width: 300px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
	color: #fafafa;
	margin: 60px auto 60px auto;
	padding: 5px;
	text-align: center;
	border-radius: 3px;
	font-weight: 500;
	background: #3b82f6;
}

.advertising__block {
	width: 100%;
	height: auto;
	position: sticky;
	top: 30px;
}

#load__bamper {
	padding: 8px 10px;
	font-size: 24px;
	cursor: pointer;
	background: #0891b2;
	border: none;
	border-radius: 8px;
	color: #fff;
	transition: all 0.25s ease-in-out;
}

#load__bamper:hover {
	background: #67e8f9;
}

.block__webston {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.card__webston_container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.15);
}

.card__webston {
	width: 100%;
	display: grid;
	grid-template-columns: 3fr 6fr;
}

.card__webston_image {
	max-width: 380px;
	max-height: 300px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.card__webston_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px 0 0 8px;
}

.card__webston_link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.card__webston_content {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}

.card__webston_content_text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.text__bold {
	font-weight: 600;
}

.card__webston_content_text_title {
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	color: oklch(0.372 0.044 257.287);
}

.card__webston_content_text_articul {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	color: oklch(0.372 0.044 257.287);
}

.card__webston_content_text_description {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: oklch(0.372 0.044 257.287);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card__webston_content_text_original_numbers {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: oklch(0.372 0.044 257.287);
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.card__webston_content_text_original_numbers_items {
	display: -webkit-box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	gap: 5px;
}

.card__webston_content_text_price {
	font-size: 16px;
	line-height: 18px;
	color: oklch(0.554 0.046 257.417);
}

.card__content_contacts {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.card__content_contacts_phone {
	font-size: 18px;
	line-height: 20px;
	color: oklch(0.279 0.041 260.031);
	font-weight: 600;
}

.card__content_contacts_social {
	display: flex;
	gap: 5px;
	flex-direction: row;
}

@media screen and (max-width: 600px) {
	.card__webston {
		grid-template-columns: 1fr;
	}

	.card__webston_content {
		gap: 20px;
	}

	.card__webston_image img {
		border-radius: 8px 8px 0 0;
	}

	.card__webston_content_text_description {
		-webkit-line-clamp: 5;
	}
}

.yandex__ads {
	max-width: 700px;
	margin: 35px auto;
}

.wrapper-brand {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 780px;
	margin: 0 auto;
}

.bamper__modal {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;

	flex-flow: column nowrap;
	justify-content: flex-start; /* см. ниже */
	align-items: center;
	z-index: 99;
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.2);
}

.modal__content {
	background: #fff;
	max-width: 1200px;
	width: 100%;
	height: 100%;

	/* Заготовка для будущих анимаций */
	transition: transform 0.15s ease 0s, opacity 0.15s ease 0s;
	transform: scale(1);
}

.bamper__iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.modal__control {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	top: 0;
	width: 100%;
	height: 60px;
	background: #fff;
}

#close__modal {
	background: none;
	border: none;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

#close__modal:hover {
	color: #e11d48;
}

.bamper__url {
	display: none;
}
.delivery-title {
	margin: 15px auto 25px 0;
	font-size: 28px;
	line-height: 30px;
	text-align: left;
	color: #333;
}
.delivery-dsc {
	margin: 25px 0;
}

.rtb_container {
	position: sticky;
	top: 25px;
}

.block-product {
	padding: 15px 0 25px 0;
}

.card__product {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: 1px solid #d1d5db;
}

.card__image {
	flex: 0.45;
	border-right: 1px solid #d1d5db;
}

@media screen and (min-width: 900px) {
	.card__product {
		justify-content: flex-start;
		gap: 10px;
	}

	.card__image {
		flex: 0.4;
		height: 360px;
		max-width: 400px;
	}
}

.card__image_link {
	height: 100%;

	position: relative;
	color: #fff;
	border: none;
}

.card__content {
	flex: 0.55;
	padding: 10px;
}

.card__content_container {
	max-height: 370px;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card-description {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.card-img {
	position: relative;
}

.image {
	position: relative;
	height: 100%;

	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 2px 0.5px #999 inset;
	-moz-box-shadow: 0px 0px 2px 0.5px #999 inset;
	box-shadow: 0px 0px 2px 0.5px #999 inset;
}

.image img {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 100%;
	min-height: 250px;
	object-fit: cover;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.unp {
	text-align: left;
	color: #111;
	font-size: 12px;
}

.card-description-review {
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
	color: #222;
	letter-spacing: 1.3px;
}

.description-text {
	font-size: 20px;
	color: #555;
	font-weight: 600;
}
.price-cost {
	font-size: 24px;
	color: #666;
	font-weight: 600;
}
.price-current {
	font-size: 20px;
}
.time-text {
	font-size: 18px;
	line-height: 20px;
	color: #222;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.unp-number {
	margin: 5px 0;
	font-size: 12px;
}

.contact {
	font-size: 16px;
	margin: 0;
	color: #111;
	font-weight: 600;
	text-align: left;
}
.contact::before {
	content: attr(data-text);
}

.js-spare-part-integration {
	display: block;
	margin: 15px auto;
	background: #fff;
	border-radius: 4px;
	border: none;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.15);
	padding: 5px 10px;
	cursor: pointer;
}

.contact_spec_advert {
	font-size: 22px;

	color: #333;
	font-weight: 600;
}

.contact_spec_advert::before {
	content: attr(data-text);
}

.admin-text {
	color: #555;
	margin: 20px;
}

@media (min-width: 700px) {
	.delivery {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.side-bar {
		width: 28%;
		position: relative;
	}
}

/*--agregator--*/
.agregator__wrapper {
	flex: 0.1;
	position: relative;
}

.block-price-item {
	padding: 2px 0 0 0;
}

.agregator__slider {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.66);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.66);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.66);
	margin: 0;
	position: relative;
	overflow: hidden;
	background: #ccc;
}

.agregator__slider .card-img:not(:first-child) {
	display: none;
}

.agregator__slider img {
	width: 100%;
	height: 100%;
	transition: 0.2s ease-in-out;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	object-fit: cover;
}

.slides {
	display: flex;
	overflow: hidden;
	height: 100%;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.dots {
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
}
.dot {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	cursor: pointer;
	background-color: #888;
	background-clip: padding-box;
	border: none;
	opacity: 0.5;
	border-radius: 3px;
	transition: 0.3s;
	outline: 0;
	padding: 0;
}
.active {
	opacity: 1;
	background: #86a6df;
}

.js-spare-part-integration-container {
	margin: 40px 0;
}

.js-spare-part-integration-adverts-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.block {
	display: flex;
	width: 100%;

	padding: 0 5px 15px 5px;
	margin: 0;
	border-bottom: 1px solid #d1d5db;
	cursor: pointer;
	justify-content: space-between;
}
.card-agr {
	width: 380px;
	height: 280px;
	margin: 0 11px 0 8px;
	border: 1px solid #c1c1c1;
	background-image: url(https://uj-images.ru/images/article/2022/03/622f6c17e72f5.webp);
}
.block-price {
	flex: 0.88;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.prise-title-sparepart {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 2px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.block-text {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	color: #777;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.connection__wrapper {
	margin: 4px 0 0 0;
	display: flex;
	flex-direction: row;
	gap: 5px;
}
.block-price-n {
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
	color: #333;
}
.block-price-n::before {
	/* РІС‚РѕСЂРѕР№ СЃР»РѕР№ */
	content: attr(data-text);
}
.block-price-r {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin: 0;
}
.block-text-city {
	margin: 0;
	font-size: 20px;
	color: #111827;
	font-weight: 700;
}
.block-btn {
	display: block;

	padding: 0;
	cursor: pointer;
	width: 244px;
	color: #555;
	background: none;
	font-size: 14px;
	font-weight: 600;
	border: none;
	text-align: left;
	height: 25px;
}

.soc__template {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
}

@media screen and (min-width: 900px) {
	.soc__template {
		padding: 5px 0 0 0;
	}
}

.soc__item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
}

.viber {
	color: #8f5db7;
}

.telegram {
	color: #0088cc;
}
.whatsapp {
	color: #128c7e;
}

.wrapper__rtb {
	width: 100%;
	position: sticky;
	top: 0;
}

.arrows-btn {
	display: block;
	margin: 20px auto;
	padding: 10px 0;
	border-radius: 5px;
	width: 320px;
	color: #fff;
	background-color: #236969;
	font-size: 22px;
	font-weight: 600;
	border: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.arrows-btn:hover {
	background-color: #43a680;
	color: #fff;
	transition: all 0.5s ease-in-out;
}
.preloader-view {
	margin: 20px auto;
	justify-content: center;
}

a.arrows-btn {
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 16px;
	color: #111;
}
.seller-title {
	color: #111;
	margin: 30px 10px 0;
}

.card-list-images {
	display: block;
	width: 330px;
	height: 220px;
	margin: 0 auto;

	object-fit: cover;
}

.card-text {
	font-size: 20px;
	line-height: 24px;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cities-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 5px;
}
.cities-inner li {
	margin: 9px auto;
	width: 27%;
}
.cities-link {
	font-size: 18px;
	padding: 3px 0;
	text-align: center;
	border-radius: 1px;
	color: #000;
	background-color: #9999;
}
.cities-link--all {
	width: 130px;
	margin: 30px auto;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	border-radius: 2px;
	color: #111;
	background-color: #888;
}

h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	color: #111;
	margin: 30px 2px 30px 7px;
}

.card-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 45px 0 25px 0;
}

.wrapper__card {
	padding: 0 0 30px 0;
	border-bottom: 1px solid #e5e7eb;
}

.wrapper-card {
	padding: 0;
	display: flex;
	flex-direction: row;
}

.card-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0px;
	max-width: 100%;
	width: 100%;
}

.card-item_content {
	height: 100%;
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.card-company {
	display: flex;
	padding: 5px 0;
}

.card-company_card_list {
	display: flex;
	width: 100%;
}

.card-company_container {
	padding: 5px 10px;
	display: flex;
	align-items: center;
	margin: 0;
}

.card-company img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid#86878b;
}

.card-company_card_list img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid#86878b;
}

.card-item-company {
	margin-left: 4px;
	max-width: 362px;
}
.main-img,
.card-list-images {
	width: 100%;
	min-height: 270px;
	position: relative;
}

.control__btn_container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 60;
}

.control__btn_wrapper {
	padding: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.control__btn {
	width: 36px;
	height: 36px;
	border: none;
	background: #fff;
	border-radius: 4px;
	padding: 2px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2);
	cursor: pointer;
	color: #666;
}

.card-title {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-wrap: balance;
	overflow: hidden;
}
.adress-text-card {
	margin: 0;
	font-size: 12px;
	line-height: 13px;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.spare-text {
	padding: 0 2px 50px 7px;
	font-size: 18px;
	line-height: 24px;
}

.card-text {
	font-size: 20px;
	line-height: 22px;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-wrap: balance;
}

.unp-number-card {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #555;
}

.tel {
	margin: 10px 0 0 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
}
.tel-item {
	color: #333;
	text-align: left;
}
.social-block {
	font-size: 14px;
	display: flex;
	margin: 5px 0 0 0;
}
.writing-viber a {
	margin: 0 10px 0 0;
	color: #7360f2;
}
.writing-whatsapp a {
	margin: 0 10px 0;
	color: #43d854;
}
.writing-telegram a {
	margin: 0 5px 0;
	color: #0088cc;
}

@media (min-width: 700px) {
	.spare-model-block,
	.in-stock-block {
		display: flex;
		justify-content: space-between;
	}

	.side-bar {
		width: 28%;
	}
	.cities-inner li {
		width: 13%;
	}
	.main-img,
	.card-list-images {
		width: 400px;

		object-fit: cover;
		min-height: 350px;
	}
}

.loader__integration {
	margin: -10px auto 0 auto;
	width: 50px;
	height: 27px;
}

@media screen and (max-width: 600px) {
	.block-product {
		margin: 0 auto;
	}

	.loader__integration {
		width: 40px;
		height: 40px;
	}

	.card__product {
		flex-direction: column;
		border: none;
	}

	.card__image {
		border: none;
	}

	.card-company {
		padding: 0 0 5px 0;
	}
	#load__bamper {
		margin-left: 5px;
	}
	.delivery {
		display: flex;
		flex-direction: column;
		gap: 25px;
		width: 96%;
		margin: 0 auto 50px auto;
	}

	.js-spare-part-integration-adverts-container {
		gap: 10px;
	}

	.agregator__slider {
		height: 70px;
		width: 70px;
	}

	.card-list {
		margin: 0 auto;
	}

	.wrapper-card {
		flex-direction: column;
		border: none;
	}

	.card-list-images {
		border: 1px solid #d1d5db;
	}

	.card-company_card_list {
		border-top: none;
		border-bottom: none;
	}

	.card-item_content {
		padding: 10px 5px 5px 5px;
	}

	.card-company_container {
		padding: 5px;
	}

	.tel {
		font-size: 20px;
		line-height: 22px;
	}

	.card-item {
		border-left: none;
	}

	.block {
		flex-direction: row;
		width: 98%;
		margin: 0 auto;
		padding: 0 0px 10px 0px;
	}
	.block-price {
		margin: 0;
		width: 80%;
	}
	.card__content_container {
		gap: 20px;
	}

	.social-block {
		margin: 2px 0 0;
	}

	.block-price-n {
		font-size: 12px;
		line-height: 12px;
	}

	.block-price-r {
		font-size: 8px;
	}

	.contact {
		font-size: 13px;
	}

	.side-bar {
		width: 100%;
	}

	.prise-title-sparepart {
		font-size: 15px;
		line-height: 16px;
		margin: 0;
	}

	.block-text {
		margin: 0;
		font-size: 10px;
		line-height: 10px;
		margin: 0 0 2px 0;
	}

	.connection__wrapper {
		margin: 4px 0 0 0;
	}

	.block-price-item {
		padding: 0;
		height: 18px;
	}

	.soc__template {
		margin: 0;
	}

	.soc__item {
		font-size: 13px;
	}

	.title_sparepart {
		margin: 0 0 1px 0;
	}
}

.popup-preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 80;
}

.preloader {
	height: 90px;
	width: 90px;
}

.up__advert_information {
	max-width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 15px;
	border-radius: 4px;
	gap: 10px;
}

.up__advert_information p {
	text-align: center;
	font-size: 18px;
}

.delivery_id {
	display: flex;
	width: 100%;
}

.spare__wrapper {
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 20px auto 80px auto;
}

.spare__seller {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.spare__seller_img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(7, 15, 21, 0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(7, 15, 21, 0.2);
	box-shadow: 0px 0px 2px 1px rgba(7, 15, 21, 0.2);
}

.spare__seller_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.spare__seller_about {
	display: flex;
	flex-direction: column;
}

.spare__seller_name {
	font-size: 16px;
	line-height: 18px;
	color: #333;
	font-weight: 600;
}

.spare__seller_address {
	font-size: 14px;
	line-height: 16px;
	color: #555;
	font-weight: 400;
}

.spare__images {
	max-width: 700px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(7, 15, 21, 0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(7, 15, 21, 0.2);
	box-shadow: 0px 0px 2px 1px rgba(7, 15, 21, 0.2);
}

.sl {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.sl__cont {
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
	max-height: 520px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 2px 1px #223c50 inset;
}

.sl__full {
	position: absolute;
	top: 10px;
	left: calc(100% - 47px);
	width: 30px;
	height: 30px;
	color: #6b7280;
	padding: 3px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.14);
	cursor: pointer;
	z-index: 49;
}

.sl__items {
	display: flex;
	overflow: hidden;
	min-height: 520px;
	height: 100%;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
	z-index: -1;
	width: 100%;
}

.sl__item {
	max-height: 520px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	user-select: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: -1;
}

.sl__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	min-height: 300px;
	background-image: url(https://uj-images.ru/images/user-office-gallery/2024/09/66d9c7b3a9ba2.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.spare__images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spare__params {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.spare__contacts {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.spare__contacts_soc {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.spare__contacts_phone a {
	font-size: 22px;
	font-weight: 600;
	color: #444;
}

.spare__params_item_stock {
	display: flex;
	flex-direction: row;
	gap: 3px;
	color: #333;
	font-weight: 600;
	font-size: 20px;
}

.spare__params_item_price {
	display: flex;
	flex-direction: row;
	gap: 3px;
	color: #555;
	font-weight: 600;
	font-size: 26px;
}

.spare__params_item_articul {
	color: #555;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
}

.spare__params_articul {
	color: #777;
	font-size: 20px;
	line-height: 16px;
}

.sl__full:hover {
	color: #0369a1;
	transition: all 0.25s ease-in-out;
}

.full__close {
	width: 30px;
	height: 30px;
	color: #6b7280;
	padding: 3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.14);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.14);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.14);
	cursor: pointer;
	z-index: 500;
}

.full__close:hover {
	color: #b91c1c;
	transition: all 0.25s ease-in-out;
}

.full__modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(10px);
	justify-content: center;
	align-items: center;
}

.sl {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.full__container {
	width: 100%;
	max-width: 60%;
	height: 100%;
	padding: 70px 0 20px 0;
	overflow: auto;
}

.full__modal_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 999;
	background-color: rgba(247, 246, 246, 0.8);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.23);
}

.full__modal_header_wrapp {
	width: 100%;
	max-width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.full__container::-webkit-scrollbar {
	display: none;
}

.full__wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
	border-radius: 5px;
}

.image__wrapper {
	width: 100%;
	border-radius: 5px;
}

.image__wrapper img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.open {
	height: 100vh;
	overflow-y: hidden;
}

.spare__title {
	font-size: 4rem;
	line-height: 4.5rem;
	font-weight: 600;
	color: #333;
	margin: 0;
}

@media screen and (max-width: 600px) {
	.full__container {
		max-width: 95%;
	}

	.full__modal_header_wrapp {
		max-width: 95%;
	}

	.spare__title {
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.spare__params,
	.spare__contacts {
		width: 95%;
		margin: 0 auto;
	}

	.spare__seller {
		width: 95%;
		margin: 0 auto;
	}

	.smi2_load {
		margin: 0 0 40px 0;
	}
}

