:root {
	--ck-color-focus-border: #dedede !important;
	--ck-color-base-active: #dedede !important;
	--text-clor: #0b0014;
	--hover-color: #004e98;
	--bg-color: #fdfffc;
	--red-color: #bb342f;
	--border-color: #6b7280;
	--bg-elem-color: #fff;
	--svg-color: #6b7280;
}

.wrapper {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.main-page {
	margin: 0 auto 20px auto;
}
.block-discription {
	width: 100%;

	box-sizing: border-box;

	display: flex;
	flex-direction: column;
	gap: 25px;
}

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

.name-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
}
.name-photo {
	width: 36px;
	height: 36px;
	margin-right: 5px;
	border-radius: 18px;
	background-color: #c1c1c1;
}
.name-title {
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.adress-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #919192;
	line-height: 14px;
}
.adress-city {
	font-size: 12px;
}
.adress-street {
	font-size: 12px;
}
.offer-title {
	color: #333;
	font-size: 34px;
	line-height: 38px;
	font-weight: 700;
	margin: 10px 0 20px 0;
}

@media screen and (min-width: 900px) {
	.offer-title {
		font-size: 44px;
		line-height: 48px;
	}
}

.link-like-text {
	text-decoration: none;
	color: black;
}
.product-photos {
	width: 100%;
	height: auto;
	background: url(https://autoparus-images.s3.us-east-2.amazonaws.com/default/2019/11/5ddff42543dcf.png?11)
		center;
}
.wrapper1 {
	height: 295px;
	position: relative;
	width: 100%;
}
.product-photos img {
	width: 100%;
	max-width: 430px;
	height: auto;
	margin: auto;
	min-height: 295px;
}

.product__number {
	display: flex;
	flex-direction: row;
	gap: 5px;
	margin: 0 0 10px 0;
}

.product__price {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: end;
	margin: 20px 0 0 0;
	color: var(--border-color);

	font-weight: 600;
}

.contact__container {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 15px 0;
}
.offer-price {
	font-size: 34px;
	line-height: 38px;
}
.price-currency {
	font-size: 22px;
	line-height: 30px;
}

.product__number_span {
	color: #444444;
	font-size: 16px;
}
.discript-prod-dis {
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 1.5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 15;
	-webkit-box-orient: vertical;
}

h2 {
	margin: 0 0 7px;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.info a {
	width: 60%;
	height: 38px;
	padding: 7px 0 0;
	border: 1px solid #cccccc;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	box-sizing: border-box;
	background: #2474bd;
	border-radius: 3px;
	margin: 0 auto;
}
.contact {
	display: block;
	font-size: 26px;
	font-weight: 600;
	color: #333;
}
.social-block {
	display: flex;
	gap: 5px;
}
.writing-viber a {
	font-size: 18px;
	margin: 0 5px 0 0;
	color: #7360f2;
}
.writing-whatsapp a {
	font-size: 18px;
	margin: 0 5px 0;
	color: #43d854;
}
.writing-telegram a {
	font-size: 18px;
	margin: 0 5px 0;
	color: #0088cc;
}

.offer__divider {
	width: 100%;
	height: 1px;
	background-color: oklch(0.929 0.013 255.508);
	margin: 20px 0;
}

.offer__comments {
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 1.5px;
	color: oklch(0.554 0.046 257.417);
}

.product-list {
	margin-bottom: 15px;
}
.product-of {
	padding: 0 15px 0;
}
h3 {
	margin: 0 0 7px;
	color: #c1bbbb;
	font-size: 20px;
	font-weight: 500;
}
.product-text {
	margin: 0;
	color: #000;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.aps-text {
	margin: 0 10px;
	color: #403c3c;
	text-align: end;
}
.status {
	margin: 0 0 25px;
	color: #555;
	font-size: 24px;
	font-weight: 600;
}
@media (min-width: 900px) {
	.container-offer {
		max-width: 1170px;
		margin: 0 auto;
		padding: 60px 30px;
		display: flex;
		justify-content: center;
		position: relative;
	}
	.main-page {
		width: 100%;
		flex: 0.69;
	}
	.wrapper {
		max-width: 900px;
	}
	.product-photos {
		width: 454px;
		height: 289px;
	}
	.product-photos img {
		width: 434px;
		max-height: 295px;
		border-radius: 7px;
		opacity: 1;
		background-size: cover;
		position: relative;
		top: 0;
		right: 0;
	}
	.side-bar {
		width: 100%;
		flex: 0.29;
		position: relative;
	}
	.add__wrapper {
		position: sticky;
		top: 65px;
	}
}

.advertising__block {
	max-width: 375px;
	width: auto;
	height: 639px;
}

@media screen and (max-width: 600px) {
	.container-offer {
		padding: 60px 0px;
	}

	.advertising__block {
		max-width: 100%;
		margin-bottom: 60px;
	}
}

.advertising__block_container {
	position: relative;
	color: #111827;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.34);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.34);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.34);
}

.advertising__block_author {
	position: absolute;
	top: 15px;
	left: 10px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	padding: 0px 0px;
	align-items: center;
	color: #fff;
	text-shadow: 0px 0px 2px #0d0c0b;
}

.advertising__block_author img {
	width: 26px;
	height: 26px;
	border-radius: 100%;
}

.advertising__block_author_name {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}

.advertising__block_author_description {
	font-size: 12px;
	line-height: 12px;
}

.advertising__block_image {
	flex: 1;
	width: 100%;
	height: 100%;
}

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

.advertising__block_content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 0px 2px #0d0c0b;
}

.advertising__block span {
	font-size: 15px;
}

/*Vertial block*/

.footer {
	display: none;
}

@media screen and (max-width: 600px) {
	.name-block {
		padding: 0;
	}

	.block-discription {
		padding: 12px 5px;
	}

	.footer {
		display: block;
	}
}
/* Slider-style */
.slider,
.slider-block {
	position: relative;
}
.dot,
.nav button {
	cursor: pointer;
	outline: 0;
}
.dot,
.nav button:active,
.nav button:hover {
	outline: 0;
}
.description-wrapper {
	max-width: 819px;
}
.slider {
	width: 100%;
	overflow: hidden;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.total__wrapper {
	position: absolute;
	display: flex;
}
.slider-line {
	overflow: hidden;
	touch-action: none;
	-webkit-touch-action: none;
	-moz-touch-action: none;
}
.slider-slide {
	min-height: 1px;
	float: left;
	transform: translate(0);
}
.slider-img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	object-fit: cover;
	width: 600px;
	margin: 0 auto;
	pointer-events: none;
}
.slider-dot {
	display: flex;
	margin-top: 20px;
	justify-content: center;
}
.dot {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 6px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #ccc;
	background-clip: padding-box;
	border: none;
	border-radius: 5px;
	transition: 0.3s;
	padding: 0;
}
.dot-active,
.dot:hover {
	background: #888;
}

.total__wrapper {
	top: 25px;
	right: 20px;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 5px;
	padding: 5px;
	z-index: 28;
	max-width: 90px;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
}
.slider-block,
.slider-items {
	overflow: hidden;
	height: auto;
}
.slider-items,
.slides {
	transition: 0.2s ease-in-out;
}
.description-wrapper {
	max-width: 819px;
	margin: 0 auto;
}
.slider-block {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: var(--border-color);
	-webkit-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.35);
	-moz-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.35);
	box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.35);
}
.slider-items {
	display: flex;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.slider-items:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.slides {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.slides img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: 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;
}
.total__wrapper {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 5px;
	display: flex;
	background: rgba(181, 172, 172, 0.35);
	border-radius: 5px;
	padding: 3px;
	width: 50px;
	justify-content: center;
	align-items: center;
	gap: 3px;
	font-size: 24px;
	color: #fff;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.2);
	-moz-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.2);
	box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.2);
}
.total__wrapper span {
	font: 500 22px/1.3 Arial, Helvetica, sans-serif;
	line-height: 23px;
	color: var(--bg-color);
	text-shadow: 0px 0px 2px var(--text-clor);
}

