:-webkit-any(article, aside, nav, section),
h2,
blockquote,
p {
	margin-block-start: 0em;
	margin-block-end: 0em;
}

:root {
	--main-bg: hsl(0, 0%, 95%);
	--elem-bg: hsl(0, 0%, 98%);

	--color-other-elem: hsl(257, 6%, 22%);
	--color-second-elem: hsl(0, 0%, 53%);
	--color-main-elem: hsl(257, 10%, 14%);

	--font-family-default: 'Roboto', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	--font-title: normal 600 1.7rem/1.9rem var(--font-family-default);
	--font-title-mini: normal 600 1.8rem/2.2rem var(--font-family-default);
	--font-sub-title: normal 400 1.6rem/2.4rem var(--font-family-default);
	--font-sub-title-mini: normal 400 1.4rem/1.7rem var(--font-family-default);
	--font-sub-title-bold: normal 600 1.5rem/1.7rem var(--font-family-default);
	--font-text: normal 400 1.5rem/2.4rem var(--font-family-default);
	--font-text-bold: normal 600 1.3rem/1.5rem var(--font-family-default);
	--font-small: normal 400 1.2rem/1.6rem var(--font-family-default);
	--font-smaller: normal 400 1.1rem/1.6rem var(--font-family-default);
	--font-description: normal 400 1.3rem/ 1.8rem var(--font-family-default);
}

@media screen and (min-width: 1280px) {
	:root {
		--font-title: normal 600 2.4rem/2.6rem var(--font-family-default);
		--font-title-mini: normal 600 2.2rem/2.6rem var(--font-family-default);
		--font-text-bold: normal 600 1.4rem/1.7rem var(--font-family-default);
		--font-small: normal 400 1.4rem/2rem var(--font-family-default);
		--font-text: normal 400 1.6rem/2.4rem var(--font-family-default);
		--font-sub-title: normal 400 1.8rem/2.4rem var(--font-family-default);
		--font-sub-title-mini: normal 400 1.7rem/1.8rem var(--font-family-default);
		--font-sub-title-bold: normal 600 1.7rem/1.9rem var(--font-family-default);
		--font-description: normal 400 1.3rem/1.8rem var(--font-family-default);
	}
}

/* header */
body {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	font-family: 'Helvetica', sans-serif;
	margin: 0;
}
a {
	text-decoration: none;
	color: #111;
}

.footer__items-icon {
	color: #333;
}
ul,
li {
	list-style: none;
	list-style-type: none;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0;
}
.youtube__iframe {
	margin: 0 auto;
	display: block;
}

lite-youtube {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 500px;
	max-width: 800px;
	padding-bottom: 0;
}

.yandex__obd2 {
	width: 100%;
	margin: 10px auto;
}

.cl-2 {
	line-height: 26px;
}

.title_wrapper {
	text-align: left;
	width: 100%;
}

.articul__wrapper {
	width: 100%;
	font-size: 18px;
	text-align: left;
	color: #444;
	margin: 0 auto 0 0;
}
#header {
	width: 100%;
	background-color: #f3f0f0;
	height: 45px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
	position: fixed;
	top: 0;
	z-index: 999;
}

.header-container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	height: 45px;
	justify-content: space-between;
	align-items: center;
}

.header__stiky {
	position: sticky;
	top: 0px;
	z-index: 1000;
}
.header-container img {
	width: 36px;
	height: 36px;
	border-radius: 4px;
	border: 0.5px solid #d1d5db;
}
.header-name {
	display: flex;
	align-items: center;
	gap: 8px;
}

.logo-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 2px;
}

.logo-location {
	font-size: 11px;
	line-height: 11px;
	color: oklch(0.446 0.043 257.281);
}

.link_to_card {
	display: block;
	margin: 15px 0 0 0;
}

.menu {
	height: 30px;
	display: flex;
	align-items: center;
}
.logo-text {
	color: oklch(0.279 0.041 260.031);
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1.3px;
	font-weight: 600;
}
.menu-items {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
.menu-items li {
	margin: 0;
}

.menu-link {
	font-size: 14px;
	margin: 0 0 0 10px;
}

.cabinet {
	font-size: 16px;
}

.phone-link {
	font-weight: 600;
	margin: 0 0 0 25px;
	width: 180px;
}
.phone-link-ph {
	width: 100%;
	font-size: 16px;
}
.menu__office {
	display: none;
	color: #9ca3af;
}

.location__wrapp {
	width: 30px;
	height: 30px;

	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background-color: #3d3e43;
	color: #ccc;
}
@media (max-width: 900px) {
	.logo-text {
		font-size: 20px;
		padding-right: 25px;
		overflow: hidden;
		position: relative;
	}
	.header-container img {
		width: 34px;
		height: 34px;
		margin: 0 0 0 5px;
	}
	.menu-items {
		align-items: center;
	}
	.menu-link {
		display: none;
	}
	#link-block {
		margin: 0;
		margin-block-start: 0em;
		margin-block-end: 0em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		padding-inline-start: 0px;
	}
	.menu__office {
		display: block;
		margin-top: 3px;
		margin-right: 10px;
	}
	.phone-link {
		display: block;
		white-space: nowrap;
		position: absolute;
		left: 0;
		top: 45px;
		margin: 0;
		width: 100%;
		height: 28px;
		text-align: end;
		z-index: 997;
		line-height: 32px;
		background-color: #fff;
	}
	.phone-link-ph {
		width: 97%;
		display: block;
		color: #333;
	}

	.company-name__info-about {
		margin-left: 0;
		margin-block-start: 0;
		margin-block-end: 0;
	}
	.info-wrapper {
		margin-left: 0;
	}
}
@media (max-width: 376px) {
	.logo-text {
		font-size: 15px;
		line-height: 15px;
		overflow: hidden;
		position: relative;
	}
}

/* insta */
html {
	scroll-behavior: smooth;
}

#table {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
}

.container-insta {
	max-width: 970px;
	width: 100%;
	margin: 40px auto 0 auto;
}

.container__informer {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.main__container {
	max-width: 1170px;
	margin: 0 auto;
}

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

	.container {
		padding: 0 30px;
	}

	.container__freshest_and_informer {
		padding: 0 30px;
	}
}

.offers {
	max-width: 780px;
}
.main {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 900px) {
	.company-name__info-title {
		font-size: 44px;
		line-height: 48px;
		color: #444;
	}
}

.company__image {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

@media screen and (max-width: 600px) {
	.company__image,
	.company-name__logo {
		width: 100%;
		height: auto;
	}
}

.main-video {
	display: block;
	width: 100%;
	max-width: 600px;
	height: 320px;
	margin: 0;
}
.offers-item {
	margin: 45px 0;
}
.info-wrapper {
	position: relative;
}
.info-btn {
	display: block;
	margin: 5px 0 0 35px;
	font-size: 12px;
	color: #767676;
	cursor: pointer;
}

.advantages {
	max-width: 970px;
	width: 100%;
	display: flex;
	margin: 50px auto 25px auto;
	gap: 60px;
}
.advantages-list-left {
	padding: 0;
	width: 58%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: disc;
}
.advantages-list-rigth {
	margin: 0px 0 10px;
	width: 42%;
}
.ztd,
.ztx {
	font-size: 22px;
	letter-spacing: 1.2px;
}
.time-work,
.time-weekend {
	margin: 0px 0 6px;
	font-size: 22px;
}
.time-work-open,
.time-weekend-open {
	margin: 0 15px 0 0;
	font-weight: 700;
	font-size: 18px;
	color: #111111;
}
.advantages-list__title {
	margin: 20px 0;
	font-size: 22px;
	color: #414141;
	text-align: left;
}
.advantages-list__item {
	font-size: 22px;
}
.advantages-list__item_ligth {
	font-size: 18px;
}

.advantages-list-left_item {
	position: relative;
	list-style: disc;
}

.block-delivery,
.block-guarantee {
	margin: 10px 2px 10px 7px;
}
.time-r {
	margin: 0px 2px 20px 7px;
}
.offers-item__info {
	padding: 0 1% 15px 2%;
}
.offers-item__info-title {
	font-size: 26px;
	margin: 7px 0;
	font-weight: 600;
	line-height: 1.2em;
	color: #333;
}

iframe {
	max-width: 800px;
	margin: 0 auto;
}
.offers-item__info-about {
	margin: 9px 0;
	font-size: 20px;
	line-height: 1.2em;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.offers-item__info-low {
	margin: 10px 0;
}
.offers-item__info-low_cost,
.clp {
	font-size: 22px;
	margin: 10px 20px 10px 0;
	font-weight: 600;
	color: #444;
}
.clp {
	color: #222;
}

.art-link-slider {
	margin: 0px 10px;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	display: block;
	color: gray;
}
.right {
	text-align: right;
	margin: 10px 0;
}
.company-name {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	margin-top: 85px;
	margin-bottom: 25px;
}
.company-name__info-about {
	font-size: 28px;
	margin: 0;
	letter-spacing: 1.5px;
	line-height: 1.3em;
}
.collapse-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-moz-line-clamp: 5;
	line-clamp: 5;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}
.display-hide {
	visibility: hidden;
}
.display-nohide {
	visibility: visible;
}

@media screen and (min-width: 900px) {
	.offers-item__info-title {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 1.5px;
		color: #444;
	}

	.offers-item__info-about {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 600px) {
	.company-name__info-about {
		margin-left: 0;
	}

	.advantages {
		flex-direction: column;
		gap: 25px;
	}
	.advantages-list-left {
		width: 100%;
	}
	.advantages-list-rigth {
		width: 100%;
	}

	.block-delivery {
		margin: 35px 2px 30px 7px;
	}

	.advantages-list__title {
		margin: 15px 0;
	}

	.advantages-list__item {
		font-size: 20px;
		color: #222;
	}

	.advantages-list__item_ligth {
		font-size: 16px;
		color: #333;
	}
}

@media (min-width: 900px) {
	.offers-item__info {
		padding: 0 1% 15px 0;
	}
}

@media screen and (max-width: 600px) {
	.advantages-list-left {
		width: auto;
		padding-left: 25px;
	}
}

@media screen and (max-width: 600px) {
	.company-name__info-title {
		font-size: 30px;
		overflow: hidden;
		margin: 0;
		color: #333;
	}

	.company-name__info-about {
		font-size: 24px;
	}
}

/*catalog */
.container-catalog {
	max-width: 780px;
	margin: 60px auto;
}
.offer-block {
	margin: 25px 0;
}
.slide-img {
	width: 100%;
	max-width: 460px;
	height: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.company__wrapper {
	padding: 10px;
	display: block;
	max-width: 800px;
}

.company__preview {
	width: 100%;
	max-width: 330px;
	overflow: hidden;
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	object-fit: cover;
	border-radius: 7px;
	-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);
}

.company__preview_link {
	position: absolute;
	z-index: 50;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	color: oklch(0.554 0.046 257.417);
	background: #fff;
	border-radius: 4px;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	-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);
}

.company__preview_link:hover {
	color: #fff;
	background: oklch(0.554 0.046 257.417);
	transition: all 0.25s ease-in-out;
}

@media (max-width: 900px) {
	.company__wrapper {
		padding: 10px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.company-name__logo {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.slide-img {
		border: none;
	}
}

.container-landing {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
	padding: 80px 0;
}

.main-text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	gap: 20px;
}

p {
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

p img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
}

.first-text {
	height: auto;
	font-size: 24px;
	line-height: 1.3em;
}

.edit-action-icon,
.save-action-icon {
	width: 30px;
	height: 14px;
	font-size: 12px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	bottom: -5px;
	right: 0px;
	padding: 2px;
	border-radius: 3px;
	background: #fff;
	color: var(--svg-color);
	-webkit-box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.35);
	-moz-box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.35);
	box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.35);
	z-index: 200;
}
h3 {
	font-size: 26px;
	margin: 25px 2px;
	text-align: center;
	color: #333;
}

@media screen and (min-width: 900px) {
	h3 {
		font-size: 32px;
		line-height: 36px;
		color: #444;
	}
}

.why-section {
	overflow: hidden;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

.about-block {
	max-width: 970px;
}

.swiper_first {
	position: relative;
	max-width: 740px;
	max-height: 494px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.swiper_two {
	position: relative;
	max-width: 740px;
	max-height: 494px;
	width: 100%;
	margin: 30px auto 0 auto;
	overflow: hidden;
}

.slider-one {
	width: 100%;
	max-height: 494px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	background: #ccc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 3px rgba(34, 60, 80, 0.25);
	-moz-box-shadow: 0px 0px 5px 3px rgba(34, 60, 80, 0.25);
	box-shadow: 0px 0px 5px 3px rgba(34, 60, 80, 0.25);
}

.slider_insta {
	max-width: 740px;
	width: 100%;
	max-height: 494px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background: #ccc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 3px rgba(34, 60, 80, 0.25);
	-moz-box-shadow: 0px 0px 5px 3px rgba(34, 60, 80, 0.25);
	box-shadow: 0px 0px 5px 3px rgba(34, 60, 80, 0.25);
}

.slider_one_item {
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	position: relative;
}

.slider_two_item {
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	position: relative;
}

.slider-three {
	width: 100%;
	max-height: 494px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	background: #ccc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 3px rgba(34, 60, 80, 0.25);
	-moz-box-shadow: 0px 0px 5px 3px rgba(34, 60, 80, 0.25);
	box-shadow: 0px 0px 5px 3px rgba(34, 60, 80, 0.25);
}

.swiper-slide-three {
	transition: 0.2s ease-in-out;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.swiper-slide-three img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

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

.slide-one {
	transition: 0.2s ease-in-out;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.slide-one img {
	width: 100%;
	height: auto;
	object-fit: contain;
	-webkit-box-shadow: 0px 0px 1px 2px rgba(34, 60, 80, 0.11);
	-moz-box-shadow: 0px 0px 1px 2px rgba(34, 60, 80, 0.11);
	box-shadow: 0px 0px 1px 2px rgba(34, 60, 80, 0.11);
}
.slide-live-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	-webkit-box-shadow: 0px 0px 1px 2px rgba(34, 60, 80, 0.11);
	-moz-box-shadow: 0px 0px 1px 2px rgba(34, 60, 80, 0.11);
	box-shadow: 0px 0px 1px 2px rgba(34, 60, 80, 0.11);
}
.dots {
	width: 100%;
	height: 12px;
	align-items: center;
	margin: 15px auto 5px;
	display: flex;
	justify-content: center;
}

.dots_two {
	width: 100%;
	height: 12px;
	align-items: center;
	margin: 15px auto 5px;
	display: flex;
	justify-content: center;
}

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

.column-map {
	margin: 20px 0 20px 0;
}

.price__wrapper {
	display: flex;
	position: absolute;
	top: 10px;
	gap: 5px;
	right: 10px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 2px #111, 0 0 5px #222831;
}

/*Advantage*/

.slider-container {
	padding: 40px 0;
}

.rewiew__container {
	max-width: 970px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.rewiew__container_title {
	margin: 3px 0 0 0;
	font-size: 12px;
	text-align: center;
}

.rewiew__container_author {
	color: #a2a2a2;
	margin: 12px 0 0 0;
	font-size: 20px;
}

.about-block {
	margin: 45px auto 35px auto;
}
.about-text-title {
	width: 100%;
	text-align: left;
	font-size: 28px;
	margin: 35px auto;
	color: #333;
	letter-spacing: 1.5px;
}
.advantages-block {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.advantages-block__item {
	width: 100%;
	margin: 0;
}
.advantages-list__time {
	margin: 0 0 30px;
}
.text-cycle {
	font-size: 24px;
	line-height: 1.3em;
}
#map {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
#map iframe {
	max-width: 100%;
}

/*CostBlocks*/

.table-header-title {
	font-size: 30px;
	margin: 35px 0px 30px;
	text-align: left;
	color: #333;
}

@media screen and (min-width: 900px) {
	.table-header-title {
		font-size: 42px;
		line-height: 46px;
		letter-spacing: 1.5px;
		margin: 40px 0px 50px;
		text-align: left;
		color: #333;
	}
}

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

.prise-tags {
	display: flex;
	flex-direction: column;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	gap: 25px;
}

.price__slide_item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	position: relative;
}

.price__tag_wrapper {
	padding: 5px;
}

.prise-tag_text {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: flex-start;
	gap: 10px;
}

.prise-tag {
	padding: 0 0 5px 0;
	-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);
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.prise-tag img {
	position: relative;
	z-index: -1;
	width: 100%;
	height: auto;
	object-fit: cover;
	box-sizing: border-box;
	border-radius: 3px 0 0 3px;
}
.title-prise {
	font-weight: 600;
	font-size: 30px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dots_price {
	width: 100%;
	height: 12px;
	align-items: center;
	margin: 10px auto 15px;
	display: flex;
	justify-content: center;
}

.lpt {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.2em;
}
.block-price-all {
	margin: 5px;
	text-align: left;
}
span.from {
	font-size: 14px;
	color: #333;
}
.currency-item-one,
.currency-item-two {
	font-size: 20px;
	font-weight: 500;
}
.delimiter {
	font-size: 28px;
	margin: 0 4px;
}

.prise-now,
.prise-before {
	font-size: 32px;
	font-weight: 600;
	color: oklch(0.372 0.044 257.287);
}
.prise-dis {
	max-width: 970px;
	margin: 35px auto 55px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
}

.divider__insta {
	margin: 20px auto 15px auto;
	width: 95%;
	height: 1px;
	background-color: oklch(0.929 0.013 255.508);
}

.oldCost:before {
	border-bottom: 5px solid #991b1b;
	position: absolute;
	content: '';
	width: 90%;
	height: 90%;
	transform: rotate(-18deg);
}
.prise-line {
	position: relative;
}

.prise-tag_image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.3) inset;
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.3) inset;
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.3) inset;
	overflow: hidden;
}

@media screen and (min-width: 700px) {
	.price__tag_container {
		max-width: 740px;
		margin: 0 auto;
	}

	.price__tag_wrapper {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.prise-tag {
		/* display: grid;
		grid-template-columns: 3fr 6fr; */
		padding: 10px;
	}

	.prise-tags {
		cursor: default;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

	.title-prise {
		font-size: 36px;
		line-height: 38px;
		color: oklch(0.372 0.044 257.287);
	}

	.lpt {
		font-size: 20px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.prise-now,
	.prise-before {
		font-size: 30px;
	}

	.currency-item-one,
	.currency-item-two {
		font-size: 16px;
	}
}

.prise-tag_text_first {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 10px 15px 0 0;
}

@media screen and (max-width: 800px) {
	.prise-tags img {
		width: 100%;
	}

	.prise-tag_text_first {
		padding: 10px;
		gap: 15px;
	}
}

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

	.text-cycle {
		font-size: 20px;
		line-height: 24px;
	}

	.title-prise {
		display: block;
		color: #333;
	}

	.prise-tags img {
		width: 100%;
		border-radius: 3px 3px 0 0;
	}

	.price__tag_container {
		overflow: hidden;
	}

	.lpt {
		font-size: 16px;
		line-height: 20px;
	}
}

/*Reviews*/
.reviews__wrapper {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 60px;
	overflow: hidden;
}
.reviews__main_title {
	font-size: 28px;
	margin: 0 0 30px;
	text-align: center;
}

.reviews__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 35px;
}

.reviews__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.link-like-text {
	color: #575555;
}
.slider-two {
	width: 100%;
}
.slider-about {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.action-img {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	margin: 5px;
	pointer-events: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

q {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	width: 90%;
	overflow: hidden;
	color: #282727;
	text-decoration: none;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.author {
	color: #a2a2a2;
	margin: 12px;
	font-size: 18px;
}

/*Map*/
.container .row {
	overflow: hidden;
}
iframe {
	width: 100%;
	height: 500px;
	margin: 0px auto;
	max-width: 800px;
}

/*Revew-Leaver*/
.column-feedback {
	width: 100%;
	max-width: 800px;
	padding: 10px;
	margin: 6px auto;
}
.container h2 {
	font-size: 24px;
	margin: 15px;
	text-align: center;
	color: #444;
}
.input-outter,
.input-outter-comment {
	position: relative;
}
#seller_landing_feedback_name,
#seller_landing_feedback_phone,
input[type='email'],
select,
textarea {
	width: 90%;
	padding: 8px;
	border: 1px solid#ccc;
	margin: 6px 0 16px;
	resize: vertical;
	outline: none;
	font-size: 20px;
	color: #222;
}
label {
	position: absolute;
	top: 18px;
	left: 12px;
	font-size: 16px;
	cursor: text;
	background-color: #fff;
	padding: 2px 5px;
	border-radius: 2px;
	transition: all.3s;
	color: rgba(00, 00, 00, 0.6);
}

input[type='text']:not(:placeholder-shown) ~ label,
input[type='text']:focus ~ label,
input[type='email']:focus ~ label,
input[type='email']:not(:placeholder-shown) ~ label,
select:focus ~ label,
textarea:focus ~ label,
textarea:not(:placeholder-shown) ~ label {
	font-size: 10px;
	top: 0;
	left: 12px;
	transition: all 0.3s;
}

input[type='submit'],
button[type='submit'] {
	font-size: 18px;
	background-color: #4caf50;
	color: white;
	padding: 5px;
	border: none;
}

input[type='submit']:hover,
button[type='submit']:hover {
	background-color: #45a049;
}
.link-button,
.link-button:link,
.link-button:visited {
	background-color: #61b364;
	color: white;
	display: flex;
	justify-content: center;
	max-width: 180px;
	width: 100%;
	padding: 8px 0;
	text-align: center;
}
/* feedback */
.main-feedback {
	max-width: 700px;
	margin: 0 auto;
	overflow: hidden;
}
.show-feedback,
.block-link-button {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.feedback-one,
.feedback-many {
	display: flex;
	justify-content: center;
	margin: 0;
	font-size: 34px;
}

/* footer */
#footer-wrap1 {
	overflow: hidden;
	background: #555;
	margin-top: 10px;
}
.row1 {
	display: flex;
	justify-content: space-evenly;
	color: #fff;
	padding: 10px 0 8px 0;
}
.logo-social-icon {
	display: flex;
	flex-direction: column;
}
.viber {
	font-size: 16px;
	margin: 0 0 4px 0;
	color: #7360f2;
	line-height: 20px;
}
.whatsapp {
	font-size: 16px;
	margin: 0 0 4px 0;
	color: #43d854;
	line-height: 20px;
}
.telegram {
	font-size: 16px;
	margin: 0;
	color: #0088cc;
	line-height: 20px;
}
.cl-2 li {
	margin: 0 0 5px 0;
}

.cl-2 li:last-child {
	margin: 0 0 0px 0;
}
.cl-2 a,
.footer-cont {
	color: #ccc;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1.2px;
	margin: 0;
}
.copyright {
	padding: 10px 0 60px;
}

.smi2__first {
	margin: 0 0 35px 0;
}

.smi2__wrapper {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 15px 80px 15px;
}

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

.powered-footer {
	justify-content: center;
	display: flex;
	font-size: 18px;
	color: #898989;
	font-weight: 600;
}
.footer {
	display: none;
}
.footer-login {
	text-align: center;
	padding: 25px 0 0;
}
.mobile-main-button {
	background: #f5bd0f;
	padding: 9px;
	text-align: center;
	border-radius: 2px;
	color: white;
	font-weight: 600;
}
@media (max-width: 500px) {
	.table-header-title_wrapper {
		margin: 20px 0;
	}

	.prise-dis {
		margin-left: 5px;
	}
	.row1 {
		flex-direction: column;
		margin-left: 10px;
		gap: 15px;
		padding: 6px 0;
	}
	.advantages-block {
		margin-left: 5px;
	}

	.logo-social {
		display: none;
	}
	.powered span {
		font-weight: 400;
		font-size: 12px;
	}
	.footer {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 45px;
		max-width: 450px;
		width: 100%;
		background-color: white;
		overflow: hidden;
		z-index: 101;
	}
	.container-footer {
		width: 100%;
		background-color: rgba(6, 3, 10, 0.1);
		padding: 0 15px;
	}
	.navigation-block {
		display: flex;
		justify-content: space-between;
		align-items: center;
		list-style: none;
		padding: 7px 0;
	}
	.navigation-block li {
		position: relative;
	}
	.navigation-block li a {
		width: 30px;
		height: 30px;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	.link__to_catalog {
		width: 30px !important;
		height: 30px !important;
		border: 1px solid #075985;
		color: #fff;
		background: #075985;
		border-radius: 8px;
	}

	.svg-whatsapp,
	.insta-svg,
	.svg-telegram,
	.svg-tel,
	.svg-viber {
		width: 30px;
		height: 30px;
	}
	.insta-svg {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 600px) {
	.swiper {
		margin-bottom: 0px;
	}

	.articul__wrapper {
		margin: 10px auto 0 0px;
	}
	.first-text {
		height: auto;
		margin: 10px auto;
		font-size: 20px;
		line-height: 24px;
	}
	.container-landing {
		width: 96%;
		margin: 0 auto;
		padding: 70px 0;
	}
	.landing-number {
		margin-bottom: 5px;
	}
}

/*Edit*/
.title_wrapper,
.first_text_wrapper,
.about-text-title_wrapper,
.table-header-title_wrapper,
.position__relative {
	position: relative;
}

/*Edit*/

/*Loaded blocks*/
.advertising__block a {
	width: 100%;
	height: 100%;
}

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

.container__freshest_and_informer {
	display: flex;
	flex-direction: row;
	max-width: 1170px;
	margin: 0 auto;
	justify-content: space-between;
}

.three_last_news_block,
.three_news_users_block {
	flex: 0.66;
}

.informer__wrapper {
	flex: 0.3;
	position: relative;
}

.three_news_block__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
}

.three_news_block__item {
	display: flex;
	flex-direction: column;
	width: 32%;
	gap: 12px;
	text-decoration: none;
	color: #222;
}

.three_news_block__item_image_block_freshest {
	width: 100%;
	height: 460px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.15);
}

@-webkit-keyframes flash {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

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

.three_news_block__item_image_block_freshest img:hover {
	opacity: 1;
	-webkit-animation: flash 2s;
	animation: flash 2s;
}

.three_news_block__item_time {
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 3px;
	background: rgba(3, 6, 12, 0.15);
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
}

.three_news_block__item_title {
	font-size: 28px;
	font-weight: 600;
	text-align: left;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.three_news_block__item_subtitle {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tg_link {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
}

.tg_link a {
	width: 100%;
}

.tg_link a img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media screen and (min-width: 800px) {
	.three_news_block__wrapper {
		flex-direction: column;
		gap: 20px;
	}

	.three_news_block__item {
		flex-direction: row;
		width: 100%;

		border: 1px solid #d1d5db;
	}

	.three_news_block__item_image_block_freshest {
		flex: 0.35;
		height: 245px;
	}

	.three_news_block__item_information {
		flex: 0.63;
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 5px 0;
	}

	.three_news_block__item_title {
		font-size: 26px;
		line-height: 28px;
	}

	.three_news_block__item_subtitle {
		display: block;
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 600px) {
	.container__freshest_and_informer {
		flex-direction: column;
	}

	.three_news_block__wrapper {
		display: flex;
		flex-direction: column;
		gap: 35px;
	}

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

	.three_news_block__item_title {
		line-height: 30px;
	}

	.three_news_block__item {
		width: 96%;
		margin: 0 auto;
	}

	.three_news_block__wrapper {
		margin: 15px 0 20px 0;
	}

	#footer-wrap1 {
		margin-bottom: 5px;
	}
}
/*Loaded blocks*/

/*Begin Online Card*/

:root {
	--text-clor: #0b0014;
	--hover-color: #0284c7;
	--bg-color: #fdfffc;
	--red-color: #bb342f;
	--border-color: #6b7280;
	--bg-elem-color: #fff;
	--svg-color: #6b7280;
	--title-color: #262626;
}

.online__card_wrapper {
	max-width: 600px;
	padding: 60px 5px 30px 5px;
	margin: 0 auto;
}

.online__card_wrapper_landing {
	max-width: 600px;
	padding: 60px 5px 30px 5px;
	margin: 0 auto;
}

.online__card_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.online__card_product_container {
	flex: 0.68;
	position: relative;
}

.spare__part_sidebar_zap {
	flex: 0.28;
	position: relative;
}

.online__card_product_back_link_container {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1.2px;
}

.online__card_product_back_link {
	padding: 0 0 2px 0;
	font-size: 16px;
	border-bottom: 1px solid transparent;
}

.online__card_product_back_link:hover {
	color: #888;
	border-bottom: 1px solid #888;
	transition: all 0.25s ease-in-out;
}

.spare__part_sidebar_advert {
	position: sticky;
	top: 60px;
}

@media screen and (min-width: 900px) {
	.online__card_product_container {
	}

	.spare__part_sidebar_advert {
		padding: 10px 10px 10px 10px;
		-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);
		border-radius: 3px;
	}
}

@media screen and (max-width: 600px) {
	.online__card_product_back_link_container {
		top: -10px;
		left: 0;
	}

	#map {
		max-height: 400px;
	}

	iframe {
		height: 400px;
	}
}

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

.online__card {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 55px;
}

.online__card_informer {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.online__card_product {
	width: 100%;
}

.online__card_main_image {
	width: 100%;
	position: relative;
	height: auto;
}

.online__card_main_image_wrapper {
	width: 100%;
	min-width: 300px;
	min-height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: sticky;
	top: 60px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.15);
	-moz-box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.15);
	box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.15);
}

.online__card_message {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	font: 600 24px/1.15 Arial, Helvetica, sans-serif;
	letter-spacing: 1.2px;
	color: var(--bg-elem-color);
	text-shadow: 0px 0px 4px #000000;
	text-align: center;
	text-transform: uppercase;
}

.online__card_message_created {
	color: #1f2937;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 0 10px;
}

.online__card_message_created_text {
	font-size: 16px;
	line-height: 20px;
}

.online__card_message_created_link {
	font-size: 16px;
	color: #6b7280;
	max-width: 250px;
	padding: 5px 10px;
	background: #fff;
	-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);
	border-radius: 4px;
}

.online__card_message_gratters {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	font: 600 26px/1.05 Arial, Helvetica, sans-serif;
	color: var(--bg-elem-color);
	text-shadow: 0px 0px 4px #000000;
	text-align: center;
	text-transform: uppercase;
}

.online__card_main_image img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;

	border-radius: 4px;
}

.online__card_edit {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 36px;
	height: 36px;
	color: var(--svg-color);
	background: var(--bg-elem-color);
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
	z-index: 50;
}

.online__card_edit_product {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 36px;
	height: 36px;
	color: var(--svg-color);
	background: var(--bg-elem-color);
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
}

.online__card_edit_travel {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 36px;
	height: 36px;
	color: var(--svg-color);
	background: var(--bg-elem-color);
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(138, 129, 124, 0.15);
}

.online__card_edit:hover {
	color: var(--bg-elem-color);
	background: var(--hover-color);
	transition: all 0.25s ease-in-out;
}

.online__card_edit_product:hover {
	color: var(--bg-elem-color);
	background: var(--hover-color);
	transition: all 0.25s ease-in-out;
}

.online__card_edit_travel:hover {
	color: var(--bg-elem-color);
	background: var(--hover-color);
	transition: all 0.25s ease-in-out;
}

.online__card_content {
	max-width: 800px;
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 40px;
}

.content__centre {
	margin: 0 auto;
}

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

.online__card_title {
	margin: 0;
	color: #333;
	font: 600 34px/1.05 Arial, Helvetica, sans-serif;
	letter-spacing: 1.3px;
	text-align: left;
}

@media screen and (min-width: 900px) {
	.online__card_title {
		font: 600 48px/1.1 Arial, Helvetica, sans-serif;
		color: #444;
		margin: 15px 0 20px 0;
	}
}

.online__card_lead {
	margin: 0;
	color: var(--text-clor);
	font: 400 28px/1.3 Arial, Helvetica, sans-serif;
	letter-spacing: 1.3px;
}

.online__card_description {
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: var(--text-clor);
	font: 400 20px/1.3 Arial, Helvetica, sans-serif;
	overflow: hidden;
	letter-spacing: 1.3px;
}

.online__card_description h2 {
	color: #333;
	font-size: 26px;
	line-height: 28px;
}

.online__card_description strong {
	color: #333;
}

.online__card_description ul {
	padding-left: 25px;
}

.online__card_description ul li {
	list-style: circle;
	margin: 8px 0;
}

.online__card_description blockquote {
	border-left: 5px solid #ccc;
	font-style: italic;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	padding: 0.5em 1.5em;
}

.not_image_conteiner {
	display: none;
}

.online__card_galery {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	height: auto;
	position: relative;
}

.online__card_slider {
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.35);
	-moz-box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.35);
	box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.35);
	overflow: hidden;
	height: auto;
	border-radius: 4px;
	position: relative;
}

.slider__items {
	display: flex;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.slider__items img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	cursor: pointer;
	min-height: 300px;
}

.slides_item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	position: relative;
	background: #999;
}

.slides_item a {
	display: block;
	width: 100%;
	height: 100%;
}

.slider__items_wrapper {
	width: 100%;
	height: 100%;
}

.slides_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	cursor: pointer;
	min-height: 300px;
}

.slider__items_content {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0px;
}

.slider__items_content_wrapper {
	width: 96%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #fff;
	text-shadow: 0px 1px 2px #080302;
}

.country__title {
	margin: 0;
	font-size: 32px;
}

.slider__items_content_country {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

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

.prise {
	font-size: 22px;
}

.online__card_videoblock {
	position: relative;
	display: flow-root;
	height: auto;
}

.online__card_video {
	max-width: 650px;
	display: block;
	width: 100%;
	border: none;
	margin-top: 0;
	box-sizing: content-box;
	border-radius: 4px;
}

.online__card_video_travel {
	max-width: 650px;
	display: block;
	width: 100%;
	height: 450px;
	border: none;
	margin-top: 10px;
	box-sizing: content-box;
	border-radius: 4px;
}

.online__card_main_image_wrapper .svg__share {
	position: absolute;
	bottom: 0;
}

.social-share-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
}

.social-share-icon-length {
	bottom: 35px;
}

.social-share-icon a.a {
	z-index: 123;
}
.social-share-icon a {
	text-decoration: none;
	color: var(--svg-color);
	height: 36px;
	width: 36px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	font-size: 26px;
	text-align: center;
	-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);
	margin-top: 5px;
}

.social-share-icon a:hover {
	background-color: var(--hover-color);
	color: var(--bg-elem-color);
	transition: all ease-in-out 200ms;
}

.social-share-icon a.a1 {
	transform: translateX(245px);
	transition: all ease-in-out 200ms;
	opacity: 0;
}
.social-share-icon a.a2 {
	transform: translateX(196px);
	transition: all ease-in-out 300ms;
	opacity: 0;
}
.social-share-icon a.a3 {
	transform: translateX(147px);
	transition: all ease-in-out 400ms;
	opacity: 0;
}
.social-share-icon a.a4 {
	transform: translateX(98px);
	transition: all ease-in-out 500ms;
	opacity: 0;
}
.social-share-icon a.a5 {
	transform: translateX(49px);
	transition: all ease-in-out 600ms;
	opacity: 0;
}

.social-share-icon:hover a.a1 {
	transform: translateX(0);
	transition: all ease-in-out 600ms;
	opacity: 1;
}
.social-share-icon:hover a.a2 {
	transform: translateX(0);
	transition: all ease-in-out 500ms;
	opacity: 1;
}
.social-share-icon:hover a.a3 {
	transform: translateX(0);
	transition: all ease-in-out 400ms;
	opacity: 1;
}
.social-share-icon:hover a.a4 {
	transform: translateX(0);
	transition: all ease-in-out 300ms;
	opacity: 1;
}
.social-share-icon:hover a.a5 {
	transform: translateX(0);
	transition: all ease-in-out 200ms;
	opacity: 1;
}

.social-share-icon a.a5:hover {
	background: #128c7e;
	color: var(--bg-elem-color);
	transition: all ease-in-out 200ms;
}

.social-share-icon a.a4:hover {
	background: #14171a;
	color: var(--bg-elem-color);
	transition: all ease-in-out 200ms;
}

.social-share-icon a.a3:hover {
	background: #45668e;
	color: var(--bg-elem-color);
	transition: all ease-in-out 200ms;
}

.social-share-icon a.a2:hover {
	background: #0088cc;
	color: var(--bg-elem-color);
	transition: all ease-in-out 200ms;
}

.social-share-icon a.a1:hover {
	background: #59267c;
	color: var(--bg-elem-color);
	transition: all ease-in-out 200ms;
}

.post__text {
	font-size: 22px;
	color: var(--color-main-elem);
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.post__text img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
}

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

.image__block img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 4px;
	-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);
	border-radius: 4px;
}

.online__card .dots {
	margin: 15px auto 0 auto;
}

@media screen and (min-width: 900px) {
	.online__card_wrapper {
		max-width: 1170px;
		padding: 60px 30px 120px 30px;
		margin: 0 auto;
	}

	.online__card_wrapper_landing {
		max-width: 1170px;
		padding: 60px 30px 120px 30px;
		margin: 0 auto;
	}

	.online__card_main_image {
		flex: 0.25;
		position: relative;
	}

	.online__card_galery {
		max-width: 700px;
	}

	.online__card_product,
	.online__card_informer {
		flex-direction: row;
		justify-content: space-between;
		gap: 40px;
	}

	iframe {
		height: 200px;
	}
}

@media screen and (max-width: 600px) {
	.online__card_wrapper {
		padding: 75px 5px 30px 5px;
	}

	.online__card_main_image {
		width: 96%;
		margin: 0 auto;
	}

	.online__card_wrapper_landing {
		padding: 70px 5px 30px 5px;
	}

	.online__card_container {
		flex-direction: column;
		gap: 40px;
	}

	.online__card_title {
		font-size: 28px;
		line-height: 30px;
		margin: 15px 0 10px 0;
	}
	.art {
		font-size: 14px;
	}
	.online__card_content {
		gap: 20px;
		width: 96%;
		margin: 0 auto;
	}

	.online__card_message_created_text {
		text-align: center;
	}

	.online__card_lead {
		margin-top: 0px;
		font-size: 24px;
		line-height: 28px;
	}

	.online__card {
		gap: 35px;
	}

	.online__card_informer {
		gap: 35px;
		flex-direction: column-reverse;
	}

	.online__card_product {
		flex-direction: column-reverse;
	}

	.online__card_main_image_wrapper .svg__share {
		bottom: 0;
		left: 15px;
	}
	.online__card_edit {
		top: 10px;
	}
}

/*End Online Card*/

/*Guarntee Page*/
.guartee__wrapper {
	max-width: 1170px;
	padding: 70px 30px 0 30px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.guarntee__card {
	max-width: 650px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	background: var(--bg-elem-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);
}

.guarntee__card_image {
	display: flex;
	flex-direction: column;
	position: relative;
}

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

.guarntee__about {
	position: absolute;
	top: 15px;
	left: 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.guarntee__about_item {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 24px;
	font-weight: 600;
	color: var(--bg-elem-color);
	text-shadow: 0px 0px 2px #030303;
}

.guarntee__card_content {
	display: flex;
	padding: 0px 30px 10px 30px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
	gap: 10px;
}

.guarntee__card_title {
	color: var(--text-clor);
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 1.3px;
	font-weight: 600;
}

.guarntee__card_description {
	font-size: 16px;
	line-height: 20px;
}

.guarntee__card_enddate {
	margin: 0;
	font-size: 24px;
}

.guarntee__card_enddate_date {
	font-size: 28px;
	color: var(--hover-color);
	font-weight: 600;
}

.guarntee__card_connection {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 10px 10px 10px;
}

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

.guarntee__card_connection_item {
	padding: 7px 10px;
	-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);
	border-radius: 6px;
	cursor: pointer;
	font-size: 24px;
	font-weight: 600;
	color: var(--svg-color);
	background: var(--bg-elem-color);
}

.guarntee__card_connection_item:hover {
	background: var(--hover-color);
	color: var(--bg-elem-color);
	transition: all 0.25s ease-in-out;
}

#whatsapp:hover {
	background: #128c7e;
}

#telegram:hover {
	background: #0088cc;
}

#viber:hover {
	background: #59267c;
}

@media screen and (max-width: 600px) {
	.guartee__wrapper {
		padding: 80px 10px 0 10px;
	}
}
/*Guarntee Page*/

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

	#footer-wrap1 {
		position: sticky;
		bottom: 0;
		width: 100%;
	}
}

/*Product*/
.adress {
	cursor: pointer;
}

.add__advert_container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	margin: 10px 0;
}

.add__advert {
	padding: 6px 8px;
	background: #0e7490;
	text-align: center;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(89, 99, 107, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(89, 99, 107, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(89, 99, 107, 0.15);
	border-radius: 4px;
	max-width: 250px;
	color: #fff;
	font-weight: 600;
}

.add__advert_current {
	background: #0f766e;
}

.add__advert:hover {
	color: #0c4a6e;
	background: #fff;
	transition: all 0.25s ease-in-out;
}

.advert__dop {
	font-size: 18px;
	color: var(--color-second-elem);
}

.product__status {
	font-weight: 600;
	font-size: 20px;
	color: #555;
}

.price {
	font-size: 20px;
	font-weight: 600;
	color: #222;
}

.price__currency {
	font-size: 16px;
}

.non__image_message {
	color: #333;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1.2px;
	min-height: 250px;
	padding: 40px;
}

.second_non {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	min-height: auto;
	font-size: 14px;
	line-height: 18px;
}

.show__adress {
	background: none;
	color: #444;
	font-size: 14px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 7px 0 0 0;
}

.map__adress {
	width: 100%;
	height: 500px;
	margin-bottom: 25px;
	display: none;
}

.map__view {
	display: block;
	animation: sound 1800ms linear;
	transition: all 0.25s ease-in-out;
	margin: 5px 0 0 0;
}

@keyframes sound {
	0% {
		opacity: 0;
		height: 0;
	}
	100% {
		opacity: 1;
		height: 500px;
	}
}

.product-block {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

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

.product-text {
	font-size: 18px;
	letter-spacing: 1.3px;
	line-height: 24px;
	color: var(--color-main-elem);
}

.card-contact {
	font-size: 20px;
	text-align: center;
	color: var(--color-second-elem);
}

.card-contact a {
	color: var(--color-second-elem);
}

.adress-text {
	font-size: 15px;
	color: #333;
}

.adress__location {
	font-size: 15px;
	color: #666;
	margin: 0 0 10px 0;
}

.product-subtitle {
	margin: 0;
	font-size: 18px;
	letter-spacing: 1.1px;
	color: var(--color-second-elem);
}

/*Product*/

/*Gratters*/

.gratters__container {
	max-width: 1170px;
	margin: 0 auto;

	padding: 60px 30px 30px 30px;
}

.gratters__block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	border-radius: 10px;
	background: var(--bg-elem-color);
	max-width: 600px;
	margin: 0 auto;
}

.gratters__title_container {
	background: #fff;
}

.gratters__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.gratters__content_container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	gap: 25px;
}

.gratter__image_container {
	position: relative;
}

.divider {
	position: relative;
	height: 1px;
	margin: 10px 0;
}

.div-transparent:before {
	content: '';
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(
		to right,
		transparent,
		rgb(201, 203, 208),
		transparent
	);
}

.gratter__image {
	width: 100%;
}

.gratter__image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 7px;
	-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);
}

.gratters__title {
	padding: 20px 0 0 0;
	font-size: 36px;
	line-height: 40px;
	color: #333;
	margin: 0;
	text-align: left;
	text-wrap: balance;
}

.gratters__description {
	font-size: 22px;
	line-height: 26px;
	color: #333;
	margin: 0;
	text-align: left;
}

@media screen and (min-width: 900px) {
	.gratters__title {
		font-size: 44px;
		line-height: 48px;
		color: #444;
	}
}

.gratters_video {
	max-width: 650px;
	display: block;
	width: 100%;
	border: none;
	margin-top: 10px;
	box-sizing: content-box;
	border-radius: 7px;
}

.gratters__footer {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: end;
}

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

.gratter_share_text {
	font: var(--font-smaller);
	color: var(--color-second-elem);
	font-size: 14px;
	text-align: right;
	margin: 5px 0;
}

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

.share__btn {
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-second-elem);
	border: 1px solid var(--color-second-elem);
	border-radius: 4px;
}

.share__btn#viber_share:hover {
	color: #fff;
	background: #59267c;
	border: 1px solid #59267c;
	transition: all 0.25s ease-in-out;
}

.share__btn#whats_app_share:hover {
	color: #fff;
	background: #128c7e;
	border: 1px solid #128c7e;
	transition: all 0.25s ease-in-out;
}

.share__btn#telegram_share:hover {
	color: #fff;
	background: #0088cc;
	border: 1px solid #0088cc;
	transition: all 0.25s ease-in-out;
}

.gratter__link {
	cursor: pointer;
}

.gratters_videoblock {
	padding: 20px 0;
}

@media screen and (max-width: 600px) {
	.gratters__container {
		padding: 50px 5px 20px 5px;
		height: auto;
	}

	.gratters__title_container {
		position: relative;
		top: 0;
	}

	.gratter__image_container_stiky {
		padding: 0;
	}

	.gratters__title {
		padding: 0;
	}

	.gratters__block {
		border-radius: 15px;
	}

	.gratters__content {
		padding: 10px 5px 0 5px;
		flex-direction: column;
		gap: 15px;
	}
	.divider {
		display: none;
	}
}

/*Gratters*/

/*InformerSlider*/
.informer__container {
	max-width: 350px;
	width: 100%;
	margin: 0 0 35px 0;
	position: sticky;
	top: 90px;
}

.informer__slider {
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	border-radius: 3px;
}

.informer__slider_items {
	display: flex;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.informer__slide_item {
	position: relative;

	max-width: 500px;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	position: relative;
}

.informer_slider_link {
	display: flex;
	flex-direction: column;
	gap: 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.informer__slider_image_container {
	position: relative;
	max-width: 450px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.7) inset;
	-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.7) inset;
	box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.7) inset;
}

.informer__slider_href {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	padding: 2px;
	z-index: 999;
	font-size: 14px;
	line-height: 12px;
	text-shadow: 0px 0px 3px #000;
}

.informer__slider_href:hover {
	color: #fff;
	background: #0284c7;
	transition: all 0.25s ease-in-out;
}

.informer__slider_author {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90%;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	z-index: 50;
}

.informer__slider_author_name {
	font: var(--font-text-bold);
	color: var(--elem-bg);
	text-shadow: 0px 0px 2px #140905;
}

.informer__slider_author_avatar {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.35);
	-moz-box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.35);
	box-shadow: 0px 0px 1px 2px rgba(138, 129, 124, 0.35);
}

.informer_slider_link_container {
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.informer__slider_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	pointer-events: none;
	cursor: pointer;
	position: relative;
	z-index: -1;
}

.informer__slider_title_container {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	text-shadow: 0px 0px 3px #000;
	color: var(--elem-bg);
	display: flex;
	flex-direction: column;
	z-index: 1;
	background: inherit;
	overflow: hidden;
}

.informer__slider_title_container_wrapper {
	padding: 3px 10px 20px 10px;
}

.informer__slider_title {
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 1.5px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-wrap: balance;
}

.informer__slider_description {
	padding: 0 5px 5px 5px;
	font: var(--font-description);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dots_informer {
	width: 100%;
	height: 12px;
	align-items: center;
	margin: 15px auto 5px;
	display: flex;
	justify-content: center;
}

.dot_informer {
	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;
}

@media screen and (max-width: 600px) {
	.informer__container {
		margin: 0 auto 15px auto;
		max-width: 96%;
	}

	.informer_slider_link {
		gap: 5px;
	}

	.informer__slider_title_container {
		max-width: 100%;
		width: 100%;
	}

	.informer__slider_title_container_wrapper {
		padding: 5px 10px 35px 10px;
	}

	.informer__slider_description {
		-webkit-line-clamp: 1;
	}
}

/*InformerSlider*/

/*GOODS*/

.goods__container {
	max-width: 1170px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 0 0 45px 0;
	flex-wrap: wrap;
	gap: 25px;
}

@media screen and (max-width: 900px) {
	.goods__container {
		gap: 25px;
	}
}

.goods__item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 360px;
	margin: 10px 0;
}

.goods__image_container {
	flex: 0.13;
	width: 100%;
	position: relative;
	display: flex;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 8px 3px rgba(8, 30, 47, 0.44) inset;
	-moz-box-shadow: 0px 0px 8px 3px rgba(8, 30, 47, 0.44) inset;
	box-shadow: 0px 0px 8px 3px rgba(8, 30, 47, 0.44) inset;
	height: 65px;
}

.goods__image_container img {
	height: 65px;
	width: 65px;
	border-radius: 100%;
	object-fit: cover;
	position: relative;
	z-index: -1;
}

.goods__content_container {
	flex: 0.85;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.goods__price {
	font: var(--font-text-bold);
	font-size: 14px;
	line-height: 16px;
	color: #555;
}

.goods__title {
	font: var(--font-sub-title-bold);
	color: #333;
	font-size: 16px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.goods__description {
	font: var(--font-description);
	color: #333;
	font-size: 12px;
	line-height: 14px;
}

@media screen and (max-width: 600px) {
	.goods__container {
		width: 98%;
		margin: 0 auto 45px auto;
		gap: 10px;
	}

	.goods__item {
		gap: 3px;
		max-width: 420px;
		margin: 0;
		border-bottom: 1px solid #e5e7eb;
		padding: 0 0 10px 0;
	}

	.goods__item:last-child {
		border-bottom: none;
	}

	.goods__title {
		font-size: 16px;
		line-height: 18px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		letter-spacing: 1.2px;
	}

	.goods__image_container {
		max-width: 420px;
	}
}

/*GOODS*/

/*SpareParts*/
.spare__parts_container {
	max-width: 1170px;
	margin: 50px auto 0 auto;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spare__parts_container_product_page {
	max-width: 1200px;
	margin: 60px auto 0 auto;
	padding: 0 30px;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.spare__parts_items {
	max-width: 700px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.spare__parts_non {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 22px;
	color: #111827;
}

.spare__parts_select_wrapper {
	max-width: 400px;
	width: 100%;
	position: relative;
	display: flex;
}

.spare__parts_select_block {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 51;
}

#brand {
	width: 100%;
	min-height: 95%;
	padding: 0;
}

#brand::-webkit-scrollbar {
	width: 0;
}

#brand option {
	height: 100%;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	padding: 6px 5px;
	hyphens: auto;
	white-space: pre-line;
}

#brand option:hover {
	color: #fff;
	background: #115e59;
	transition: all 0.25s ease-in-out;
}

#input_search {
	width: 100%;
	z-index: 52;
	margin: 0;
}

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

.spare__parts_select_input {
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #9ca3af;
	outline: none;
	font-size: 20px;
	padding: 8px;
}

.spare__parts_select {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
}

.spare__parts_item {
	margin-bottom: 20px;
}

.spare__parts_item_image_wrpapper {
	position: relative;
	width: 100%;
}

.spare__parts_item_edit {
	position: absolute;
	width: 36px;
	height: 36px;
	bottom: 10px;
	right: 10px;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(8, 25, 37, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(8, 25, 37, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(8, 25, 37, 0.15);
	color: #6b7280;
}

.spare__parts_item_edit:hover {
	color: #fff;
	background: #0f766e;
	transition: all 0.25s ease-in-out;
}

.spare__parts_item_image_wrpapper img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(8, 25, 37, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(8, 25, 37, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(8, 25, 37, 0.15);
}

.spare__parts_item_price {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 0px 2px #1f0d08;
	z-index: 50;
}

.spare__parts_item_title {
	color: var(--color-main-elem);
}

.spare__parts_item_description {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 18px;
	color: var(--color-second-elem);
}

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

.spare__part_sidebar {
	display: flex;
	max-width: 450px;
	width: 100%;
	position: sticky;
	top: 60px;
	height: 100%;
}

.header__easy {
	max-width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 999;
}

.header__easy_wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.spare__part_sidebar_container {
	padding: 10px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(59, 112, 152, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(59, 112, 152, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(59, 112, 152, 0.15);
	border-radius: 8px;
}

.spare__part_sidebar .spare__part_sidebar_container .select__box {
	display: flex;
	flex-direction: column;
	max-width: 450px;
	width: 100%;
	gap: 15px;
	margin: 0;
}

.spare__part_sidebar .select__box select {
	margin: 0;
	max-width: 100%;
	width: 400px;
	box-sizing: border-box;
	border-radius: 12px;
}

.spare__part_sidebar .select__box option {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.spare__part_sidebar .select__box #search {
	width: 70%;
	margin: 0 auto;
	font-size: 20px;
	border-radius: 12px;
	padding: 5px 10px;
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(59, 112, 152, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(59, 112, 152, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(59, 112, 152, 0.15);
	cursor: pointer;
}

@media screen and (max-width: 600px) {
	.spare__part_sidebar {
		position: relative;
		margin: 0 auto 30px auto;
		top: 0;
	}

	.spare__part_sidebar_container {
		margin: 0 auto;
	}

	.spare__part_sidebar .select__box select {
		width: 375px;
	}
}

/*Select*/

.select__box {
	max-width: 400px;
	position: relative;
	margin: 0 auto;
}

.select__option {
	position: relative;
}

.select__option_input {
	width: 100%;
	background-color: #fff;
	color: #52525b;
	border-radius: 8px;
	cursor: pointer;
	font-size: 22px;
	padding: 10px 20px;
	border: 1px solid #6b7280;
	outline: none;
	margin: 0;
	box-sizing: border-box;
}

.select__option::after {
	content: '';
	border-top: 12px solid #4b5563;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	z-index: 25;
}

.select__content {
	display: none;
	opacity: 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	color: #4b5563;
	border-radius: 8px;
	width: 100%;
	z-index: 250;
	border: 1px solid #4b5563;
	transition: all ease-in-out 0.25s;
}

.select__content_wrapper {
	padding: 15px;
}

.select__search_input {
	width: 100%;
	box-sizing: border-box;
	font-size: 17px;
	padding: 10px;
	outline: 0;
	border: 1px solid #4b5563;
	border-radius: 8px;
}

.select__content_close {
	position: absolute;
	top: 25px;
	right: 25px;
	background: transparent;
	cursor: pointer;
	color: #4b5563;
	width: 20px;
	height: 20px;
	border: none;
	padding: 0;
}

.select__content_close:hover {
	transition: all 0.25s ease-in-out;
	color: #9f1239;
}

.select__options {
	margin: 5px 0 0 0;
	max-height: 500px;
	overflow-y: auto;
	padding: 0;
}

.select__options::-webkit-scrollbar {
	width: 1px;
}

.select__options li {
	padding: 5px 8px;
	font-size: 21px;
	border-radius: 2px;
	cursor: pointer;
	border-bottom: 1px solid #f3f4f6;
	margin: 2px 0;
}

.select__options li:hover {
	background-color: #0f766e;
	color: #fff;
}

.select__box.active_select .select__content {
	display: block;
	opacity: 1;
	transition: all 0.25s ease-in-out;
}

.select__box.active_select .select__option::after {
	transform: rotate(-180deg);
}

@media screen and (max-width: 600px) {
	.spare__parts_container {
		margin: 80px auto 20px auto;
		padding: 0;
	}

	.spare__parts_container_product_page {
		padding: 0;
		flex-direction: column;
	}

	.select__box {
		width: 96%;
		margin: 0 auto;
	}
	.spare__parts_non_description {
		padding: 0 0 0 5px;
	}

	.spare__parts_select_container {
		padding: 0 5px 0 5px;
	}

	.spare__parts_item_title {
		padding: 0 0 0 5px;
	}

	.spare__parts_item_description {
		padding: 0 0 0 5px;
	}
}
/*SpareParts*/

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

.modal__remove {
	width: 96%;
	max-width: 450px;
	margin: 0 auto;
	background: #fff;
	color: #374151;
	border-radius: 12px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(78, 91, 101, 0.15);
	-moz-box-shadow: 0px 1px 1px 1px rgba(78, 91, 101, 0.15);
	box-shadow: 0px 1px 1px 1px rgba(78, 91, 101, 0.15);
}

.modal__remove_container {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
}

.modal__remove_btn_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.modal__remove_btn {
	border: none;
	padding: 6px 6px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(78, 91, 101, 0.15);
	-moz-box-shadow: 0px 1px 1px 1px rgba(78, 91, 101, 0.15);
	box-shadow: 0px 1px 1px 1px rgba(78, 91, 101, 0.15);
	text-align: center;
	border-radius: 10px;
	background: #fff;
	font-size: 18px;
	cursor: pointer;
}

.modal__remove_btn:hover {
	color: #fff;
	background: #0f766e;
	transition: all 0.25s ease-in-out;
}

#button-remove:hover {
	background: #9f1239;
}

