@font-face {
	font-family: "PT Sans";
	font-weight: 400;
	font-style: normal;
	src: url(fonts/PT_Sans/PTSans-Regular.ttf);
}
@font-face {
	font-family: "conthrax-sb.ttf";
	src: url("fonts/conthrax-sb.ttf") format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: "PT Sans";
	font-weight: 700;
	font-style: normal;
	src: url(fonts/PT_Sans/PTSans-Bold.ttf);
}

@font-face {
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	src: url(fonts/Inter/Inter-Regular.ttf);
}
@font-face {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-style: normal;
	src: url(fonts/Inter/Inter-Medium.ttf);
}
@font-face {
	font-family: "Inter-SemiBold.ttf";
	src: url("fonts/Inter/Inter-SemiBold.ttf") format("truetype");
	font-weight: 600;
}
@font-face {
	font-family: "Zen Dots";
	font-weight: 400;
	font-style: normal;
	src: url(fonts/ZenDots-Regular.ttf);
}

.header-top-wrapper,
.header-middle-wrapper {
	/* margin: 0 auto; */
	width: 100%;
}

@media (min-width: 480px) {
	.header-top-wrapper,
	.header-middle-wrapper {
		width: 480px;
	}
}

select,
option {
	color: #000;
}

option {
	-webkit-appearance: none;
}

.select-goods,
.goods-container,
.news .news-container,
.brands,
.aboutShop-container,
.feedback-container,
.footer .footer-container,
.footer .footer-bottom,
.header-title h1,
.compare,
.carousel-news-container,
.self-delivery,
.delivery-wrapper,
.refund,
.offer-wrapper,
.forPartners-header,
.forPartners-content .forPartners-wrapper,
.carousel-history-wrapper,
.catalog-intro,
.catalog-info .catalog-wrapper,
.catalog,
.cart,
.buy,
.order,
.goods-lower .container,
.goods,
.lk,
.notFound,
.article-container,
.contacts-container,
.tires-service,
.container_cookie,
.all-news-container,
.about-company,
.other-news {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

@media (min-width: 768px) {
	.select-goods,
	.goods-container,
	.news .news-container,
	.brands,
	.aboutShop-container,
	.feedback-container,
	.footer .footer-container,
	.footer .footer-bottom,
	.header-title h1,
	.compare,
	.carousel-news-container,
	.self-delivery,
	.delivery-wrapper,
	.refund,
	.offer-wrapper,
	.forPartners-header,
	.forPartners-content .forPartners-wrapper,
	.carousel-history-wrapper,
	.catalog-intro,
	.catalog-info .catalog-wrapper,
	.catalog,
	.cart,
	.buy,
	.order,
	.goods-lower .container,
	.goods,
	.lk,
	.notFound,
	.article-container,
	.contacts-container,
	.container_cookie {
		/* width: 768px; */
	}
}

@media (min-width: 960px) {
	.select-goods,
	.goods-container,
	.news .news-container,
	.brands,
	.aboutShop-container,
	.feedback-container,
	.footer .footer-container,
	.footer .footer-bottom,
	.header-title h1,
	.compare,
	.carousel-news-container,
	.self-delivery,
	.delivery-wrapper,
	.refund,
	.offer-wrapper,
	.forPartners-header,
	.forPartners-content .forPartners-wrapper,
	.carousel-history-wrapper,
	.catalog-intro,
	.catalog-info .catalog-wrapper,
	.catalog,
	.cart,
	.buy,
	.order,
	.goods-lower .container,
	.goods,
	.lk,
	.notFound,
	.article-container,
	.contacts-container,
	.container_cookie {
		/* width: 960px; */
	}
}

@media (min-width: 1160px) {
	.select-goods,
	.goods-container,
	.news .news-container,
	.brands,
	.aboutShop-container,
	.feedback-container,
	.footer .footer-container,
	.footer .footer-bottom,
	.header-title h1,
	.compare,
	.carousel-news-container,
	.self-delivery,
	.delivery-wrapper,
	.refund,
	.offer-wrapper,
	.forPartners-header,
	.forPartners-content .forPartners-wrapper,
	.carousel-history-wrapper,
	.catalog-intro,
	.catalog-info .catalog-wrapper,
	.catalog,
	.cart,
	.buy,
	.order,
	.goods-lower .container,
	.goods,
	.lk,
	.notFound,
	.article-container,
	.contacts-container,
	.container_cookie {
		/* width: 1280px; */
	}
}
.header-top-wrapper {
	width: 100%;
}
@media (min-width: 768px) {
	.header-top-wrapper,
	.header-middle-wrapper {
		/* width: 768px; */
	}
}

.main-carousel .overlay,
.main-carousel .title {
	margin: 0 auto;
	width: 100%;
}

@media (min-width: 960px) {
	.main-carousel .overlay,
	.main-carousel .title {
		width: 960px;
	}
}

@media (min-width: 1160px) {
	.main-carousel .overlay,
	.main-carousel .title {
		width: 1160px;
	}
}

@media (min-width: 960px) {
	.header-top-wrapper,
	.header-middle-wrapper {
		/* width: 960px; */
	}
}

.header-bottom-wrapper {
	margin: 0 auto;
	width: 100%;
}

@media (min-width: 1280px) {
	.header-bottom-wrapper {
		width: 100%;
		max-width: 1280px;
	}
}

@media (min-width: 1280px) {
	.header-top-wrapper,
	.header-middle-wrapper {
		width: 1280px;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	transition: all 0.2s;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.header-title h1,
.main-carousel .slides > * .title {
	font-family:
		"PT Sans",
		Sans Serif;
	font-style: normal;
	font-size: 36px;
	font-weight: 700;
}

@media (min-width: 810px) {
	.header-title h1,
	.main-carousel .slides > * .title {
		font-size: 64px;
	}
}

[class^="btn-"] {
	text-decoration: none;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

[class^="btn-"]:hover {
	text-decoration: none;
}

.btn-yellow {
	color: #fff;
	padding: 15px 66px;
	background-color: #282828;
	border-radius: 6px;
	border: none;
	transition:
		background-color 0.3s,
		box-shadow 0.3s;
	font-family: "conthrax-sb.ttf";
}

.btn-yellow:hover {
	background-color: #ffb800;
}
.news-page-title {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
	margin-bottom: 20px;
	margin-top: 20px;
}

.btn-yellow.shadowed:hover {
	background-color: #ffee00;
	box-shadow: 8.49938px 14.1656px 35.4141px rgba(0, 0, 0, 0.1);
}
.news-page-container {
	padding: 75px 0px 80px 0px;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}
.news-page {
	background-color: #f5f6f6;
}

.btn-yellow.shadowed:active {
	background-color: #ffb800;
}

.btn-black {
	color: white;
	padding: 15px 38px;
	background-color: #272727;
	border: none;
	border-radius: 8px;
	transition: background-color 0.3s;
}

.btn-black:hover {
	background-color: #6c6c6c;
}

.btn-in-cart,
.btn-in-cart-small,
.btn-in-cart-catalog {
	font-size: 11px;
	color: white;
	display: flex;
	border: none;
	padding: 7px 15px;
	border-radius: 5px;
	background: linear-gradient(90deg, #000000bb 32%, #000000ff 100%);
	transition: opacity 0.4s;
}
.btn-buy {
	border-radius: 5px;
	padding: 10px 15px;
	width: 50px;
	height: 40px;
	background: #ffd600;
	border: none;
}
.btn-buy img {
	width: 20px;
	height: 20px;
}

.btn-in-cart {
	font-size: 11px;
	color: white;
	display: flex;
	border: none;
	padding: 7px 15px;
	border-radius: 5px;
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, 0.25) 32.81%,
			rgba(255, 255, 255, 0) 100%
		),
		#5b5b5b;
}

@media (min-width: 810px) {
	.btn-buy,
	.btn-in-cart,
	.btn-in-cart-small,
	.btn-in-cart-catalog {
		font-size: 11px;
	}
}

.btn-buy:hover {
	opacity: 65%;
}

.btn-in-cart-catalog:before,
.btn-buy:before,
.btn-in-cart:before,
.btn-in-cart-small:before {
	/* display: inline-block; */
	/* content: ""; */
	width: 12px;
	height: 12px;
	margin-right: 12px;
	/* background-image: url("images/buy.svg"); */
	/* background-position: center; */
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-green {
	color: white;
	padding: 12px 60px;
	background-color: #3ac053;
	border: none;
	border-radius: 6px;
	transition: background-color 0.3s;
}

.btn-green:hover {
	background-color: #1d9633;
}

.btn-white {
	color: black;
	padding: 15px 38px;
	background-color: #ffee00;
	border-radius: 4px;
	transition: background-color 0.3s;
}

.btn-white:hover {
	background-color: #f0e9e9;
}

.btn-grey {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 167px;
	height: 45px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	color: #5b5b5b;
}

.btn-grey:hover {
	background-color: #c1c1c1;
	color: black;
}

.btn-darkgrey {
	background-color: transparent;
	padding: 10px 55px;
	color: black;
	border-radius: 5px;
	border: 2px solid #838383;
	transition:
		background-color 0.3s,
		color 0.3s;
}

.btn-darkgrey:hover {
	background-color: #c1c1c1;
}

body {
	background-color: #f5f6f6;
}

a {
	text-decoration: none;
	color: black;
}

/* a:hover {
  text-decoration: underline;
} */

.controls .next,
.controls .back {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 54px;
	height: 36px;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.controls .next {
	background-image: url("images/arrow-next-def.svg");
	right: 12px;
}

.controls .next:hover {
	background-image: url("images/arrow-next-black.svg");
}

.controls .back {
	background-image: url("images/arrow-back-def.svg");
	right: 80px;
}

.controls .back:hover {
	background-image: url("images/arrow-back-black.svg");
}

.dropdown {
	position: relative;
}

.dropdown-title {
	cursor: pointer;
	display: flex;
	align-items: center;
}

body::-webkit-scrollbar {
	width: 12px; /* ширина всей полосы прокрутки */
}

body::-webkit-scrollbar-track {
	background: #282828; /* цвет зоны отслеживания */
}

body::-webkit-scrollbar-thumb {
	background-color: #ffd600; /* цвет бегунка */
	border-radius: 20px; /* округлось бегунка */
	border: 3px solid #282828; /* отступ вокруг бегунка */
}

/* .dropdown-title:after {
  margin-left: 4px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("images/dropdown-img.svg");
  background-position: center;
  background-repeat: no-repeat;
} */

.dropdown.disabled .dropdown-title:after {
	background-image: none;
}

.dropdown-list {
	display: none;
	z-index: 120;
	position: absolute;
	top: 100%;
	flex-direction: column;
	align-items: start;
	z-index: 200;
	left: 0%;
	background-color: #fff;
	justify-content: flex-start;
}

.dropdown-list-item {
	width: 153px;
	height: 38px;
	padding-bottom: 6px;
	background-color: #fff;
}

.dropdown-list > * {
	padding-top: 10px;
	padding-left: 5px;
}

.dropdown-list > *:last-child {
	margin-bottom: 0;
}

.dropdown-visible {
	display: none;
}

.dropdown-visible:checked + .dropdown-list {
	display: flex;
}

.header-top {
	background: #fff;
	display: none;
}
.header-top-about {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 30px;
}
.header-top-about a {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #595959;
}
.header-top-about label {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #595959;
}
.about-company-white-wrapper {
	background-color: #fff;
}
.about-company-container {
	padding: 55px 0px;
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
	flex-direction: column;
	padding-bottom: 80px;
}
.header-email {
	border-left: 1px solid #e0e0e0;
	padding-left: 25px;
	font-family: "Inter";
	font-size: 14px;
	font-weight: 500;
	color: #282828;
}
.header-top-number {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #282828;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	flex-direction: row;
	white-space: nowrap;
	justify-content: flex-start;
}
.contact-social-block {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
}

@media screen and (min-width: 810px) {
	.header-top {
		display: block;
		position: relative;
		z-index: 114;
	}
}

.header-top-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
}
.all-news-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
	margin-bottom: 40px;
}
.header-top-wrapper > * {
	text-align: center;
}
.all-news-container {
	padding-top: 20px;
}

.header-top-wrapper .truck:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 6px;
	background-image: url("images/truck.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.header-top .auth {
	border-left: 1px solid #363636;
	text-align: left;
}

.header-top .auth * {
	margin-left: 8px;
}

.header-middle {
	display: flex;
	background-color: #282828;
	/* position: fixed; */
	position: fixed;
	z-index: 107;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 80px;
}

/* .humburger-menu{
  width: 40px;
  height: 40px;
} */

/* .header-middle .humburger-menu {
  background-color: #FFEE00;
  display: block;
  width: 50px;
  height: 55px;
  background-image: url("images/menu-mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
} */
.phone-icon-img {
	display: none;
}
.humburger-icon-img {
	display: none;
}
@media (min-width: 810px) {
	/* .header-middle .humburger-menu {
    display: none;
  } */
}

.header-middle-wrapper {
	/* padding: 5px 0 5px 0; */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	gap: 10px;
}

@media (min-width: 810px) {
	.header-middle-wrapper {
		/* padding: 15px 0 0 0 ; */
	}
}

.header-middle-wrapper .logo {
	/* flex: 0;
  height: 32px; */
}

@media (min-width: 810px) {
	.header-middle-wrapper .logo {
		/* flex: 1; */
		/* height: 50px; */
	}
}

@media (min-width: 960px) {
	.header-middle-wrapper .logo {
		/* margin-right: 61px; */
	}
}

.header-middle form {
	display: flex;

	width: 100%;
	max-width: 584px;
}

.header-middle form .dropdown {
	/* flex: 3; */
	height: 40px;
	/* border-radius: 4px; */
	/* background-color: #ECECEC; */
	display: none;
	justify-content: end;
	align-items: center;
	/*   
  width: 109px; */
}
#category-dropdown-block {
	background: #ffd600;
	padding: 10px 15px 10px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.header-middle form .search-field input::placeholder {
	color: #fff;
	opacity: 0.5;
}

#category-dropdown-block:hover {
	background: #eed34d;
}
.search-input {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.banner-image-background {
	width: 100%;
	height: 430px;
	object-fit: none;
	object-position: center center;
}

@media (max-width: 1440px) {
	.banner-image-background {
		object-position: 50% center;
	}
}

@media (max-width: 1290px) {
	.banner-image-background {
		object-position: 45% center;
	}
}

@media (min-width: 1050px) {
	.banner-image-background {
		object-position: 35% center;
	}
}
.header-void {
	height: 80px;
	background-color: #282828;
}
@media screen and (min-width: 810px) {
	.header-middle form .dropdown {
		display: flex;
	}
}

@media screen and (min-width: 1160px) {
	.header-middle form .dropdown {
		/* flex: 1; */
	}
}

.header-middle form .dropdown-title {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	/* background: #FFD600; */
}

.header-middle form .dropdown-title:after {
	float: right;
	/* padding-top: 12px; */
}

.header-middle form input {
	border: none;
	/* padding: 8px; */
	background: #535353;
}

.header-middle form .search-field {
	position: relative;
	background: #535353;
	width: 100%;
	/* max-width: 475px; */
	border-radius: 0 5px 5px 0;
}
.search-input {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px 10px 15px;
	background: #535353;
}
.header-middle form .search-field input {
	width: 100%;
	height: 100%;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #fff;
}

.header-middle form .search-field input:focus {
	display: block;
	flex: 1;
}
.show-name-price {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.header-middle form .search-field .search-hints-links {
	display: none;
	background-color: white;
	flex-direction: column;
	/* gap: 20px; */
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 20;
	height: 400px;
	overflow-y: scroll;
	scrollbar-width: 5px;
}

.show {
	border-bottom: 1px solid #ececec;
	padding: 10px 20px 10px 15px;
	height: 85px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	display: flex;
	gap: 10px;
}

.header-middle form .search-field input:focus + .search-hints-links,
.header-middle form .search-field .search-hints-links:hover {
	display: flex;
}

.header-middle form .search-field .search-hints-links > * {
	display: none;
}

.header-middle form .search-field .search-hints-links > *.show {
	display: flex;
	height: 84px;
	gap: 10px;
	align-items: center;
}
.show img {
	width: 51px;
	height: 51px;
	object-fit: contain;
}
.show-name-price span {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}

.header-middle form .search {
	cursor: pointer;
	min-width: 40px;
	flex: 1;
	display: none;
	border-radius: 0 4px 4px 0;
	background-image: url("images/search.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ececec;
	height: 100%;
	margin: 0;
}

@media (min-width: 810px) {
	.header-middle form .search {
		display: block;
		border-radius: 4px;
	}
}

.header-middle form .search-mobile {
	display: block;
	min-width: 40px;
	cursor: pointer;
	flex: 1;
	background-image: url("images/search-white.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
	height: 100%;
	width: 100%;
	max-width: 475px;
}

@media (min-width: 810px) {
	.header-middle form .search-mobile {
		display: none;
	}
}

.header-middle .actions {
	display: flex;
	flex: 0;
	flex-direction: row;
	gap: 10px;
}

@media (min-width: 810px) {
	.header-middle .actions {
		flex: 2;
		margin: 0;
	}
}

.header-middle .actions-item {
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	color: #fdfaf7;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 1160px) {
	.header-middle .actions-item {
		margin-left: 50px;
	}
}

@media (min-width: 960px) {
	.header-middle .actions-item {
		/* margin-left: 10px; */
	}
}

.header-middle .actions-item:hover {
	text-decoration: none;
}
.header-actions-buttons p {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
	opacity: 0.7;
}
.header-actions-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	height: 80px;
	justify-content: center;
}
.actions-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 279px;
	height: 80px;
	align-items: center;
}
.header-middle .actions-item .countShops {
	position: absolute;
	top: -12px;
	left: 14px;
	border-radius: 14px;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #585151;
}

.header-middle .actions .label {
	display: none;
	font-size: 14px;
	margin-top: 12px;
	text-align: center;
}

@media (min-width: 810px) {
	.header-middle .actions .label {
		display: inline;
	}
}

.header-middle .actions .label-big {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.header-middle .actions .label-big span {
	font-size: 18px;
	display: none;
	margin-left: 4px;
	white-space: nowrap;
}

@media (min-width: 810px) {
	.header-middle .actions .label-big span {
		display: flex;
	}
}

@media (min-width: 960px) {
	.header-middle .actions .label-big span {
		margin-left: 16px;
	}
}

@media (max-width: 810px) {
	.header-middle:has(#search-header:focus) .search-mobile,
	.header-middle:has(#search-header:focus) .logo,
	.header-middle:has(#search-header:focus) .actions,
	.header-middle:has(.search-hints-links:hover) .search-mobile,
	.header-middle:has(.search-hints-links:hover) .logo,
	.header-middle:has(.search-hints-links:hover) .actions,
	.header-middle:has(#search-header:active) .search-mobile,
	.header-middle:has(#search-header:active) .logo,
	.header-middle:has(#search-header:active) .actions {
		display: none !important;
	}

	.header-middle:has(#search-header:focus) .search-field,
	.header-middle:has(#search-header:focus) .search,
	.header-middle:has(.search-hints-links:hover) .search-field,
	.header-middle:has(.search-hints-links:hover) .search,
	.header-middle:has(#search-header:active) .search-field,
	.header-middle:has(#search-header:active) .search {
		display: block !important;
	}
}

.header-bottom {
	background-color: #fff;
	height: 46px;
	display: none;
}

@media (min-width: 810px) {
	.header-bottom {
		background-color: #fff;
		display: block;
		position: relative;
		z-index: 105;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	}
}

.header-bottom-wrapper {
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	padding: 15px 0;
}

@media (min-width: 810px) {
	.header-bottom-wrapper {
		padding: 0;
		height: 55px;
	}
}

/* .header-bottom-wrapper>a:first-of-type:before {
  content: "";
  width: 35px;
  padding-right: 10px;
  height: 55px;
  background-image: url("images/menu-desktop.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: none;
} */

@media (min-width: 960px) {
	.header-bottom-wrapper > a:first-of-type:before {
		display: block;
	}
}

.header-bottom-wrapper .auth {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 40px;
}

@media (min-width: 810px) {
	.header-bottom-wrapper .auth {
		display: none;
	}
}

.header-bottom-wrapper .auth .login {
	color: rgb(0, 0, 0);
}

.header-bottom-wrapper .auth .registration {
	color: #a1a1a1;
}

.header-bottom-wrapper > a,
.header-bottom-wrapper > .dropdown {
	padding: 0 40px;
	border-bottom: 1px solid #cdcdcd;
}

@media (min-width: 810px) {
	.header-bottom-wrapper > a,
	.header-bottom-wrapper > .dropdown {
		border-bottom: none;
	}
}

.header-bottom-wrapper > a:last-child,
.header-bottom-wrapper > .dropdown:last-child {
	border-bottom: none;
}

.header-bottom-wrapper > a,
.header-bottom-wrapper > a span,
.header-bottom-wrapper > .dropdown,
.header-bottom-wrapper > .dropdown span {
	display: flex;
	align-items: center;
	justify-content: start;
	white-space: nowrap;
}

@media (min-width: 810px) {
	.header-bottom-wrapper > a,
	.header-bottom-wrapper > a span,
	.header-bottom-wrapper > .dropdown,
	.header-bottom-wrapper > .dropdown span {
		padding: 0 2px;
		/* font-size: 14px; */
	}
}

@media (min-width: 960px) {
	.header-bottom-wrapper > a,
	.header-bottom-wrapper > a span,
	.header-bottom-wrapper > .dropdown,
	.header-bottom-wrapper > .dropdown span {
		/* font-size: 16px; */
	}
}

.header-bottom-wrapper > a img,
.header-bottom-wrapper > a span img,
.header-bottom-wrapper > .dropdown img,
.header-bottom-wrapper > .dropdown span img {
	margin-right: 4px;
}

.header-bottom-wrapper > .dropdown {
	display: block;
}

.header-bottom-wrapper .dropdown-title {
	height: 100%;
	justify-content: start;
}

@media (min-width: 810px) {
	.header-bottom-wrapper .dropdown-title {
		justify-content: center;
	}
}

/* .header-bottom-wrapper span.countCompares {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  width: 22px;
  height: 22px;
  top: -11px;
  left: 0px;
  background: #FE5404;
  border-radius: 50%;
} */

.header-bottom-wrapper .dropdown.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

.header-bottom-wrapper .dropdown-list {
	position: absolute;
	border-radius: 10px 0 10px 10px;
	background-color: white;
	top: 100%;
	right: 0;
	width: 260px;
	border: none;
	padding: 20px;
}

.header-bottom-wrapper .dropdown-list:before {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 0;
	border-left: 13px solid transparent;
	border-bottom: 13px solid white;
	width: 0;
}

.header-bottom-wrapper .dropdown-list .compare-item {
	width: 100%;
	display: grid;
	grid-template-columns: 33px 1fr;
	gap: 10px;
}

.header-bottom-wrapper .dropdown-list .compare-item img {
	width: 100%;
}

.header-bottom-wrapper .dropdown-list .compare-item .text-wrapper {
	white-space: normal;
}

.header-bottom-wrapper .dropdown-list .compare-item .text-wrapper .title {
	font-size: 20px;
	margin-bottom: 4px;
}

.header-bottom-wrapper .dropdown-list .compare-item .text-wrapper .description {
	font-size: 14px;
}

.header-bottom-wrapper .dropdown-list .toCompare {
	width: 100%;
}

.header-bottom .separator {
	/* margin: 4px 0;
  border-width: 0 0 0 0;
  border-style: solid;
  border-color: #363636; */
}
.header-bottom-menu-block {
	display: flex;
	gap: 30px;
	align-items: center;
	height: 46px;
}

@media (min-width: 810px) {
	.header-bottom .separator {
		/* border-width: 0 0 0 1px;
    padding: 0 4px 0 10px; */
	}
}

#catalog-navigation {
	display: none;
}

#catalog-navigation:checked + .header-bottom {
	display: block;
	height: auto;
}

@media (min-width: 810px) {
	#catalog-navigation:checked + .header-bottom {
		display: block;
	}
}

#catalog-navigation:checked + .header-bottom .header-bottom-wrapper {
	flex-direction: column;
}

@media (min-width: 810px) {
	#catalog-navigation:checked + .header-bottom .header-bottom-wrapper {
		flex-direction: row;
	}
}

#catalog-navigation:checked + .header-bottom .header-bottom-wrapper::before {
	display: none;
}

@media (min-width: 810px) {
	#catalog-navigation:checked + .header-bottom .header-bottom-wrapper::before {
		display: block;
	}
}

#catalog-navigation:checked + .header-bottom .header-bottom-wrapper > * {
	padding: 8px 40px;
	border-bottom: 1px solid #cdcdcd;
}

@media (min-width: 810px) {
	#catalog-navigation:checked + .header-bottom .header-bottom-wrapper > * {
		padding: 0;
	}
}

#catalog-navigation:checked
	+ .header-bottom
	.header-bottom-wrapper
	> *:first-child {
	padding-top: 16px;
}

@media (min-width: 810px) {
	#catalog-navigation:checked
		+ .header-bottom
		.header-bottom-wrapper
		> *:first-child {
		padding-top: 0;
	}
}

#catalog-navigation:checked + .header-bottom .header-bottom-wrapper .separator {
	padding-top: 8px;
	border-bottom: 1px solid #cdcdcd;
}

@media (min-width: 810px) {
	#catalog-navigation:checked
		+ .header-bottom
		.header-bottom-wrapper
		.separator {
		padding-top: 0;
	}
}

.main-carousel {
	overflow: hidden;
	position: relative;
	min-height: 460px;
	width: 100%;
}

.main-carousel .overlay {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	height: 100%;
}

.main-carousel .overlay .next {
	position: absolute;
	top: 76px;
	right: 16px;
	background-image: url("images/arrow-next-def.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	background-color: transparent;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.main-carousel .overlay .next:hover {
	background-image: url("images/arrow-next-black.svg");
}

.main-carousel .overlay .back {
	position: absolute;
	top: 76px;
	right: 76px;
	background-image: url("images/arrow-back-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	background-color: transparent;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.main-carousel .overlay .back:hover {
	background-image: url("images/arrow-back-black.svg");
}

.main-carousel .overlay .slides-indications {
	display: none;
	z-index: 5;
	position: absolute;
	right: 16px;
	bottom: 138px;
}

@media (min-width: 810px) {
	.main-carousel .overlay .slides-indications {
		display: block;
	}
}

.main-carousel .overlay .slides-indications > * {
	display: inline-block;
	width: 32px;
	height: 8px;
	border-radius: 10px;
	border: 1px solid #ececec;
	background-color: transparent;
	margin-left: 16px;
}

.main-carousel .overlay .slides-indications > .active {
	background-color: #ececec;
}

.main-carousel .slides > * {
	z-index: -1;
	min-height: 460px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.5s;
	display: none;
}

.main-carousel .slides > * .title {
	color: #ffffff;
	padding: 50px 120px 0 19px;
}

@media (min-width: 810px) {
	.main-carousel .slides > * .title {
		padding-bottom: 200px;
	}
}

.main-carousel .slides .back,
.main-carousel .slides .active,
.main-carousel .slides .next {
	display: block;
}

.main-carousel .slides .back {
	transform: translateX(-100%);
}

.main-carousel .slides .active {
	transform: translateX(0);
	z-index: 2;
	position: static;
}

.main-carousel .slides .next {
	transform: translateX(100%);
}

.select-goods {
	z-index: 6;
	position: relative;
}

@media (min-width: 810px) {
	.select-goods {
		top: -90px;
	}
}

.select-goods .titles {
	display: flex;
	flex-direction: row;
}

.titles span {
	background-color: #363636;
	cursor: pointer;
	flex: 1;
	display: inline-block;
	font-size: 16px;
	color: #fdfaf7;
	padding: 15px 30px;
	text-align: center;
	transition: background-color 0.5s;
	font-family: "conthrax-sb.ttf";
}

@media (min-width: 810px) {
	.select-goods .titles span {
		flex: 0;
		white-space: nowrap;
		background-color: #272727;
		font-size: 18px;
		border-radius: 5px 5px 0 0;
	}
}

.select-goods .titles span.active {
	background-color: #ffd600;
	color: #272727;
}

.page {
	display: none;
	background: #282828;
	padding: 30px;
}

@media (min-width: 810px) {
	.select-goods .page {
		/* background-color: rgba(39, 39, 39, 0.95); */
		padding: 30px;
	}
}

.select-goods .page.active {
	display: block;
	width: 100%;
}

.select-goods .page .checkbox-selector {
	display: flex;
	flex-direction: row;
	max-width: 400px;
	margin-bottom: 50px;
}

.select-goods .page .checkbox-selector span {
	font-size: 16px;
	cursor: pointer;
}

.select-goods .page .checkbox-selector .left,
.select-goods .page .checkbox-selector .right {
	flex: 1;
	white-space: nowrap;
}

.select-goods .page .checkbox-selector .left {
	text-align: right;
}

.select-goods .page .checkbox-selector input[type="checkbox"] {
	display: none;
}

.select-goods .page .checkbox-selector .left:has(+ input[type="checkbox"]) {
	color: white;
}

@media (min-width: 810px) {
	.select-goods .page .checkbox-selector .left:has(+ input[type="checkbox"]) {
		font-size: 18px;
	}
}

.select-goods
	.page
	.checkbox-selector
	.left:has(+ input[type="checkbox"]:checked) {
	color: #c3c3c3;
}

@media (min-width: 810px) {
	.select-goods
		.page
		.checkbox-selector
		.left:has(+ input[type="checkbox"]:checked) {
		font-size: 16px;
	}
}

.select-goods .page .checkbox-selector input[type="checkbox"] ~ .right {
	color: #c3c3c3;
}

@media (min-width: 810px) {
	.select-goods .page .checkbox-selector input[type="checkbox"] ~ .right {
		font-size: 16px;
	}
}

.select-goods .page .checkbox-selector input[type="checkbox"]:checked ~ .right {
	color: white;
}

@media (min-width: 810px) {
	.select-goods
		.page
		.checkbox-selector
		input[type="checkbox"]:checked
		~ .right {
		font-size: 18px;
	}
}

.select-goods .page .checkbox-selector .toggle-track {
	background: #ffee00;
	border-radius: 100px;
	cursor: pointer;
	display: flex;
	height: 24px;
	margin: 0 12px;
	position: relative;
	width: 48px;
}

.select-goods .page .checkbox-selector .toggle-indicator {
	align-items: center;
	background: #272727;
	border-radius: 50%;
	bottom: 4px;
	display: flex;
	height: 15px;
	justify-content: center;
	left: 4px;
	position: absolute;
	transition: 0.5s;
	width: 15px;
	transform: translateX(0px);
}

.select-goods
	.page
	.checkbox-selector
	input[type="checkbox"]:checked
	+ .toggle-track
	.toggle-indicator {
	transform: translateX(24px);
}

.select-goods .page form {
	display: flex;
	flex-direction: column;
}

@media (min-width: 960px) {
	.select-goods .page form {
		grid-template-columns: repeat(6, 1fr);
	}
}

.select-goods .page form label {
	margin-bottom: 22px;
}

.select-goods .page form label span {
	margin-bottom: 15px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	display: none;
}

@media (min-width: 960px) {
	.select-goods .page form label span {
		display: block;
	}
}

.form-wrapper form label select {
	cursor: pointer;
	width: 100%;
	border-radius: 0;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	opacity: 0.7;
}

.select-goods .page form .submit {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	/* padding-bottom: 22px; */
}

/* .select-goods .page form .submit input[type=submit] {
  padding: 10px 41px;
} */

.select-goods .page .form-wrapper > * {
	display: none;
}

.select-goods .page .form-wrapper > *.active {
	display: flex;
	flex-direction: column;
}
#form_search_tires > .active {
	display: flex;
	flex-direction: column;
}
#form_search_rims > .active {
	display: flex;
	flex-direction: column;
}
.search-main-block {
	display: flex;
	gap: 20px;
}
.btn-search-main {
	border-radius: 2px;

	text-align: center;
	width: 100%;
	height: 44px;
	background: #ffd600;
	border: none;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
}

.goods-container {
	margin-top: 0px;
	padding: 0 12px;
	position: relative;
}

@media (min-width: 810px) {
	.goods-container {
		padding: 0;
	}
}

.goods-container .titles {
	margin-bottom: 33px;
}

.goods-container .titles span {
	cursor: pointer;
	color: #7e7e7e;
	margin-right: 31px;
	transition: color 0.2s;
}

.popular_product {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #282828;
	background-color: #f5f6f6;
}

.goods-container .next,
.goods-container .back {
	/* display: none; */
}

@media (min-width: 810px) {
	.goods-container .next,
	.goods-container .back {
		display: block;
	}
}

.goods-container .page-wrapper > * {
	/* padding: 20px; */
	/* margin: 0 -20px; */
	display: none;
	overflow: auto;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.goods-container .page-wrapper > *::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.goods-container .page-wrapper > *.active {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.goods-container .toCatalog {
	margin: 60px auto 120px auto;
	width: max-content;
}

@media (min-width: 810px) {
	.goods-container .toCatalog {
		margin: 30px auto 80px auto;
	}
}

.news {
	background-color: #f5f6f6;
}

.news .breadcrumd {
	margin-bottom: 45px;
}

/* .news .news-container {
  padding: 0 13px 80px 13px;
  position: relative;
}

@media (min-width: 810px) {
  .news .news-container {
    padding: 120px 13px 80px 13px;
  }
} */

/* .news:has(.breadcrumd) {
  background-color: #FDFAF7;
} */
/* 
.news:has(.breadcrumd) .news-container {
  padding: 30px 13px 80px 13px;
} */
.news:has(.breadcrumd) .news-container {
	padding: 75px 0px 80px 0px;
}
@media (width < 810px) {
	.news:has(.breadcrumd) .news-container {
		padding: 75px 13px 80px 13px;
	}
}

.news:has(.breadcrumd) .news-container .next,
.news:has(.breadcrumd) .news-container .back {
	top: 80px;
}

@media (min-width: 810px) {
	.news:has(.breadcrumd) .news-container .next,
	.news:has(.breadcrumd) .news-container .back {
		top: 140px;
	}
}

.news .title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 30px;
}

@media (min-width: 810px) {
	.news .next,
	.news .back {
		top: 120px;
	}
}

.news .wrapper {
	overflow: auto;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin-bottom: 95px;
}

.news .wrapper::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.brands {
	padding: 0 13px 80px 13px;
	position: relative;
}

.brands {
	/* padding: 120px 13px 80px 13px; */
	background-color: #fff;
	margin-top: 80px;
	margin-bottom: 80px;
}

.brands .title {
	margin-bottom: 40px;
}

@media (min-width: 810px) {
	.brands .title {
		margin-bottom: 60px;
	}
}

@media (min-width: 810px) {
	.brands .next,
	.brands .back {
		top: 120px;
	}
}

.brands .wrapper {
	overflow-x: auto;
	white-space: nowrap;
	text-align: center;
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.our-dillers img {
	display: inline;
	width: 180px;
	margin-right: 60px;
}

.brands .wrapper::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.brands .wrapper > * {
	white-space: normal;
	display: inline;
	width: 180px;
	margin-right: 60px;
}

.brands .wrapper > *:last-child {
	margin-right: 0px;
}

.aboutShop {
	background-color: #fff;
}

.aboutShop-container {
	padding: 80px 0px;
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
	flex-direction: row;
}

.aboutShop-container h1 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
	margin-bottom: 50px;
	margin-top: 15px;
}

.aboutShop-container h6 {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	margin-top: 15px;
}

.about-title-desc {
	width: 100%;
	max-width: 622px;
}

.aboutShop-container img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

@media (min-width: 550px) {
	.aboutShop-container img {
		height: auto;
		width: 365px;
		max-width: 50%;
		position: absolute;
		top: 120px;
		right: 10px;
	}
}

.aboutShop-container h5 {
	margin-bottom: 30px;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #282828;
}

.aboutShop-container p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
}

.aboutShop-container .facts {
	display: flex;
	flex-direction: column;
	gap: 25px;
	/* margin-top: 80px; */
	max-width: 408px;
	width: 100%;
}
.fact {
	width: 100%;
	max-width: 401px;
}

.fact .title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #ffd600;
	margin-bottom: 10px;
}
.fact .description {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
}

.feedback {
	background-color: #fff;
	padding-bottom: 80px;
}

/* @media (min-width: 1160px) {
  .feedback {
    background-image: url("images/feedback-bg.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
  }
} */

.feedback-container {
	border-radius: 10px;
	padding: 80px 60px;
	width: 100%;
	max-width: 1280px;
	background-image: url("images/main-background-image-foc.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffd600;
	display: flex;
	justify-content: space-between;
}
.footer-list {
	display: flex;
	flex-direction: column;
}
.footer-list h3 {
	margin-bottom: 20px;
}
.footer-list-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-list h3 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}

.footer-list-block a {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #fff;
	opacity: 0.7;
	transition: all 500ms ease;
}

.footer-list-block a:hover {
	color: #ffd600;
	opacity: 1;
}

.container-title-text .title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 30px;
}
.container-title-text {
	width: 100%;
	/* max-width: 454px; */
}
.container-title-text .description {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: rgba(40, 40, 40, 0.7);
	max-width: 418px;
}
.container-title-text .description span {
	font-weight: 600;
	color: #282828;
	white-space: nowrap;
}

.feedback .title {
	margin-bottom: 20px;
}

.feedback .description {
	margin-bottom: 20px;
}

#recall-text {
	margin-bottom: 0;
	height: 20px;
}

.feedback .description a {
	margin-left: 4px;
	white-space: nowrap;
}

.feedback form {
	/* margin-bottom: 20px; */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	/* max-width: 580px; */
}

.feedback form label {
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
}

.feedback-inputs {
	display: flex;
	gap: 20px;
}
.back-input-check {
	width: 22px !important;
	height: 22px;
	accent-color: #282828;
}
.feedback-policy-span {
	padding-left: 10px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: rgba(40, 40, 40, 0.6);
}

.feedback form label input:not([type="submit"]) {
	width: 100%;
	display: block;
	padding: 15px 24px;
	border-radius: 4px;
	border: none;
	background: white;
	margin: 0 0 6px 0;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}

@media (min-width: 810px) {
	.feedback form label input:not([type="submit"]) {
		display: inline-block;
	}
}

/* .feedback form label:has(input:invalid) input {
  border: 1px solid #FE5404;
} */

/* .feedback form label:has(input:invalid):after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("images/error.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */

.feedback form label.feedback-label-checkbox {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* .feedback-label-checkbox a {
  text-decoration: underline;
  margin-left: 0.3em;
}

.feedback-label-checkbox:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 0.3em;
  background-image: url("images/checkbox-black-border.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */

/* .feedback-label-checkbox:has(input:checked):before {
  background-image: url("images/checkbox-black-border-checked.svg");
}

.feedback form label.feedback-label-checkbox input[type=checkbox] {
  display: none;
} */
.feedback-label-checkbox span {
	font-family: "Inter";

	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: rgba(40, 40, 40, 0.6);
	opacity: 0.5;
}

.feedback form input[type="submit"] {
	width: 234px;
	height: 50px;
	background: #282828;
	opacity: 0.9;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
	padding: 18px 25px;
}

.footer {
	background-color: #282828;
}

.footer .footer-container {
	padding: 50px 0px;
	color: white;
}

@media (min-width: 810px) {
	.footer .footer-container {
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}
}

.footer .footer-container form label span {
	font-size: 16px;
}

.footer .footer-container form .input-group {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-right: 0;
}

@media (min-width: 810px) {
	.footer .footer-container form .input-group {
		padding-right: 20px;
	}
}

.footer .footer-container form .input-group input {
	flex: 1;
	margin-top: 20px;
	display: block;
	padding: 15px 16px;
	border-radius: 4px 0 0 4px;
	background-color: white;
	border: none;
}

.footer .footer-container form .input-group input[type="submit"] {
	flex: 0;
	cursor: pointer;
	min-width: 40px;
	display: block;
	border-radius: 0 4px 4px 0;
	background-image: url("images/search.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	height: 100%;
}

.footer .footer-container .dropdown {
	margin-top: 40px;
}

@media (min-width: 810px) {
	.footer .footer-container .dropdown {
		margin-top: 0;
	}
}

.footer .footer-container .dropdown-title {
	font-size: 16px;
}

@media (min-width: 810px) {
	.footer .footer-container .dropdown-title {
		cursor: auto;
	}
}

.footer .footer-container .dropdown-title:after {
	background-image: url("images/dropdown-white.svg");
}

@media (min-width: 810px) {
	.footer .footer-container .dropdown-title:after {
		background-image: none;
	}
}

.footer .footer-container .dropdown-list {
	display: none;
	z-index: 1;
	width: 100%;
	position: static;
	background-color: transparent;
	flex-direction: column;
	padding: 8px 0;
	border: none;
	border-radius: 0;
	align-items: flex-start;
}

@media (min-width: 810px) {
	.footer .footer-container .dropdown-list {
		display: flex;
	}
}

.footer .footer-container .dropdown-list * {
	margin: 20px 0 0 0;
}

.footer .footer-container .dropdown .dropdown-visible {
	display: none;
}

.footer .footer-container .dropdown .dropdown-visible:checked + .dropdown-list {
	display: flex;
}

/* .footer .footer-container a {
  color: white;
} */

.footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 15px 25px;
	align-items: flex-end;
}

@media (min-width: 810px) {
	.footer .footer-bottom {
		flex-direction: row-reverse;
		padding: 15px 0;
	}
}

.footer .footer-bottom .contacts {
	text-align: center;
	margin: 40px 0;
}

@media (min-width: 810px) {
	.footer .footer-bottom .contacts {
		margin: 0 16px;
	}

	.footer .footer-bottom .contacts > a:first-child {
		display: none;
	}
}

.footer .footer-bottom .contacts a {
	color: white;
}

.footer .footer-bottom .contacts .socialLinks {
	margin-top: 40px;
}

@media (min-width: 810px) {
	.footer .footer-bottom .contacts .socialLinks {
		margin: 0;
		padding-bottom: 20px;
	}
}

.footer .footer-bottom .contacts .socialLinks * {
	margin-right: 44px;
}

.footer .footer-bottom .contacts .socialLinks *:last-child {
	margin-right: 0;
}

.footer .footer-bottom .documents {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

@media (min-width: 810px) {
	.footer .footer-bottom .documents {
		flex-direction: column;
		align-items: center;
	}

	.footer .footer-bottom .documents {
		display: block;
	}
}

.footer .footer-bottom .documents a {
	color: #dcdcdc;
}

@media (min-width: 810px) {
	.footer .footer-bottom .documents a {
		margin-right: 30px;
	}
}

.header-title {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 110px 0 180px 0;
}

.header-title h1 {
	padding: 0 10px;
	color: white;
}

.compare {
	padding: 30px 15px 40px 15px;
}

@media (min-width: 810px) {
	.compare {
		padding: 40px 0 120px 0;
	}
}

.compare .head-top {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.compare .head-top .title {
	color: black;
}

.compare .head-top .title2 {
	font-size: 18px;
	color: #5b5959;
}

.compare .head {
	/* margin-top: 35px; */
	position: relative;
}

.compare .compare-wrapper {
	overflow-x: auto;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 20px;
	margin: 40px -20px 40px -20px;
}

.compare .compare-wrapper::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.compare .compare-wrapper > * {
	display: inline-block;
}

.compare .compare-list {
	margin-top: 20px;
	background-color: white;
	border-radius: 5px;
}

.compare .compare-item {
	border-bottom: 1px solid #ececec;
}

.compare .compare-item:last-child {
	border-bottom: none;
}

.compare .compare-item .title {
	padding: 20px 0 5px 20px;
	font-size: 20px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
}

.compare .compare-item .compare-wrapper-outside {
	white-space: nowrap;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.compare .compare-item .compare-wrapper-outside::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.compare .compare-item .compare-wrapper-outside span {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 243px;
	/* margin-right: 34px; */
	padding: 0 0 10px 20px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
}

.compare .compare-item .compare-wrapper-outside span:last-child {
	margin-right: 0;
}

.carousel-news {
	background-color: #ececec;
}

.carousel-news-container {
	position: relative;
	padding: 80px 10px;
}

@media (min-width: 810px) {
	.carousel-news-container {
		padding: 120px 10px;
	}
}

.carousel-news-container .next,
.carousel-news-container .back {
	top: 80px;
}

@media (min-width: 810px) {
	.carousel-news-container .next,
	.carousel-news-container .back {
		top: 120px;
	}
}

.carousel-news-container .slides {
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}

.carousel-news-container .slide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	transition: transform 0.5s;
	min-height: 320px;
}

@media (min-width: 810px) {
	.carousel-news-container .slide {
		padding: 0 385px 0 0;
	}
}

.carousel-news-container .slide.active,
.carousel-news-container .slide.back,
.carousel-news-container .slide.next {
	display: block;
}

.carousel-news-container .slide.active {
	position: static;
	transform: translateX(0);
}

.carousel-news-container .slide.back {
	transform: translateX(-100%);
}

.carousel-news-container .slide.next {
	transform: translateX(100%);
}

.carousel-news-container .slide h5 {
	margin-bottom: 30px;
}

.carousel-news-container .center {
	text-align: center;
}

.carousel-news-container .news-item {
	text-align: left;
	margin: 0 auto;
	width: 355px;
	margin-bottom: 20px;
}

@media (min-width: 810px) {
	.carousel-news-container .news-item {
		position: absolute;
		top: 0;
		right: 10px;
	}
}

.carousel-news-container .news-item h5 {
	margin-bottom: 40px;
}

@media (min-width: 810px) {
	.carousel-news-container .news-item h5 {
		margin-bottom: 55px;
	}
}

.carousel-news-container .news-item p {
	margin-top: 40px;
}

.description-pay-type-title-self {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 24px;
	color: #282828;
	margin-bottom: 20px;
}

.self-delivery {
	padding: 40px 10px 60px 10px;
}
.tire-service-white-wrapper {
	background-color: #fff;
}
.self-delivery .breadcrumd {
	margin-bottom: 20px;
}

.self-delivery-2-block {
	padding-top: 40px;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
.list-cards .self-delivery-2-block {
	padding-top: 0px;
	padding-bottom: 0px;
}

.self-delivery-2-wrapper {
	background-color: #fff;
}
.self-delivery h1 {
	margin-bottom: 40px;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
	margin-top: 0;
}

.self-delivery-2 {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

.delivery {
	background-color: #ececec;
}

.delivery-wrapper {
	padding: 40px 10px 120px 10px;
}

.delivery-wrapper .breadcrumd {
	margin-bottom: 45px;
}

.delivery-wrapper h2 {
	margin-bottom: 40px;
}

.refund {
	padding: 40px 10px 120px 10px;
}

.refund .breadcrumd {
	margin-bottom: 45px;
}
.buy .breadcrumd {
	margin-bottom: 0px;
}
.refund h1 {
	margin-bottom: 40px;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
}
.offer-block-desc {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
	max-width: 844px;
}

.offer {
	background-color: #fff;
}

.offer-wrapper {
	padding: 80px 0 80px 0;
}

.offer-wrapper .breadcrumd {
	margin-bottom: 45px;
}

.offer-wrapper h2 {
	margin-bottom: 30px;
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 24px;
	color: #282828;
}
.partners-form-upper-inputs {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}
.partners-comment {
	border-radius: 5px;
	padding: 18px 20px;
	width: 100%;
	height: 84px;
	background: #f3f3f3;
	border: none;
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #282828;
}
.checkbox-inputs-partners {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 35px;
}
.send-partners-form-btn {
	border-radius: 5px;
	padding: 18px 25px;
	width: 164px;
	height: 50px;
	background: #282828;
	opacity: 0.9;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border: none;
	margin-top: 20px;
}
.send-partners-form-btn:hover {
	opacity: 1;
}

.checkbox-inputs-partners .label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}

@media (min-width: 810px) {
	.offer .article img {
		position: relative;
		top: -90px;
	}
}
.partners-form-upper-inputs input {
	border-radius: 5px;
	padding: 18px 20px;
	width: 100%;
	max-width: 380px;
	height: 52px;
	background: #f3f3f3;
	border: none;
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #282828;
}
.partners-form-block h2 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 40px;
}
.partners-desc-page-title {
	font-family: "Inter";
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	color: #282828;
	margin-bottom: 15px;
	max-width: 976px;
}
.partners-form-block {
	border-radius: 10px;
	padding: 60px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url("images/background-white-for-partners.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.forPartners-header {
	padding: 40px 10px;
}
.partners-desc-page {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
	max-width: 976px;
	margin-bottom: 40px;
}

@media (min-width: 810px) {
	.forPartners-header {
		padding: 40px 0;
	}
}

.forPartners-header .breadcrumd {
	margin-bottom: 20px;
}

.forPartners-header h1 {
	margin-bottom: 40px;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
}

.forPartners-content {
	background-color: #ececec;
}

.forPartners-content .forPartners-wrapper {
	padding: 40px 10px;
	display: grid;
	row-gap: 20px;
	column-gap: 30px;
	grid-template-columns: repeat(12, 1fr);
}

@media (min-width: 810px) {
	.forPartners-content .forPartners-wrapper {
		padding: 40px 0;
	}
}

.forPartners-content .forPartners-wrapper .card {
	display: inline-block;
	background-color: white;
	border-radius: 8px;
	padding: 15px 30px;
}

.forPartners-content .forPartners-wrapper .card:nth-child(1) {
	grid-column: 1/13;
}

@media (min-width: 810px) {
	.forPartners-content .forPartners-wrapper .card:nth-child(1) {
		grid-column: 2/7;
		background-image: url("images/black-corner.svg");
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: auto;
	}
}

.forPartners-content .forPartners-wrapper .card:nth-child(2) {
	grid-column: 1/13;
}

@media (min-width: 810px) {
	.forPartners-content .forPartners-wrapper .card:nth-child(2) {
		grid-column: 7/12;
		background-image: url("images/yellow-corner.svg");
		background-position: bottom left;
		background-repeat: no-repeat;
		background-size: auto;
	}
}

.forPartners-content .forPartners-wrapper .card:nth-child(3) {
	grid-column: 1/13;
}

@media (min-width: 810px) {
	.forPartners-content .forPartners-wrapper .card:nth-child(3) {
		grid-column: 2/12;
	}
}

.forPartners-content .forPartners-wrapper .card h3 {
	margin-bottom: 15px;
}

.forPartners-content .forPartners-wrapper .card ul {
	list-style-image: url("images/li-yellow.svg");
	margin-left: 35px;
}

.forPartners-content .forPartners-wrapper .card ul li {
	line-height: 200%;
	padding-left: 5px;
}

.carousel-history {
	background-color: #ececec;
}

.carousel-history-wrapper {
	padding: 120px 10px;
	position: relative;
}

@media (min-width: 810px) {
	.carousel-history-wrapper {
		padding: 120px 0px;
	}
}

.carousel-history-wrapper .back,
.carousel-history-wrapper .next {
	top: 120px;
}

.carousel-history-wrapper .title {
	margin-bottom: 60px;
}

.carousel-history-wrapper:after {
	display: block;
	content: "";
	clear: both;
}

.carousel-history-wrapper .wrapper {
	overflow-x: auto;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin-bottom: 20px;
}

@media (min-width: 810px) {
	.carousel-history-wrapper .wrapper {
		float: right;
		width: 365px;
		margin-left: 30px;
	}
}

@media (min-width: 1160px) {
	.carousel-history-wrapper .wrapper {
		width: 760px;
	}
}

.carousel-history-wrapper .wrapper::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.catalog-intro {
	padding: 20px 10px 80px;
}

@media (min-width: 810px) {
	.catalog-intro {
		padding: 40px 0 120px;
	}
}

.catalog-intro .title {
	margin-bottom: 40px;
}

.catalog-intro .breadcrumd {
	margin-bottom: 20px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
}

@media (min-width: 810px) {
	.catalog-intro .breadcrumd {
		margin-bottom: 40px;
	}
}

.catalog-intro .catalog-category {
	margin-bottom: 38px;
}

.catalog-intro .categories {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.catalog-info {
	background-color: #ececec;
}

.catalog-info .catalog-wrapper {
	padding: 80px 10px;
}

@media (min-width: 810px) {
	.catalog-info .catalog-wrapper {
		padding: 120px 0;
	}
}

.catalog-info .title {
	margin-bottom: 60px;
}

.catalog {
	padding: 20px 20px 80px;
}

@media (min-width: 810px) {
	.catalog {
		padding: 40px 20px 120px;
	}
}

.catalog .breadcrumd {
	margin-bottom: 20px;
}

@media (min-width: 810px) {
	.catalog .breadcrumd {
		margin-bottom: 40px;
	}
}

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

.catalog .header .info {
	font-size: 18px;
	color: #5b5959;
}

@media (min-width: 810px) {
	.catalog .header .info {
		font-size: 36px;
	}
}

.catalog .content {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 987px;
}

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

.catalog
	.content
	.filters
	.block-content
	input[type="checkbox"]:checked
	+ span:before {
	background-image: url("images/checkbox-active.svg");
}

.catalog .content .filters .block-content .price {
	padding-bottom: 15px;
}

.catalog .content .goods-list {
	/* flex: 1; */
}

.catalog .content .goods-list .options {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (min-width: 810px) {
	.catalog .content .goods-list .options {
		justify-content: end;
	}
}

.catalog .content .goods-list .options .isVisible {
	display: none;
}

.catalog .content .goods-list .options .filter {
	display: inline-flex;
	align-items: center;
	padding: 13px 30px;
}

@media (min-width: 810px) {
	.catalog .content .goods-list .options .filter {
		display: none;
	}
}

.catalog .content .goods-list .options .filter:before {
	content: "";
	display: inline-block;
	width: 14px;
	margin-right: 10px;
	height: 14px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("images/filter.svg");
}

.catalog .content .goods-list .options .countItems {
	display: none;
	margin-right: 20px;
}

@media (min-width: 810px) {
	.catalog .content .goods-list .options .countItems {
		display: inline;
	}
}

@media (min-width: 960px) {
	.catalog .content .goods-list .options .countItems {
		margin-right: 60px;
	}
}

.catalog .content .goods-list .options .countItems input {
	text-align: center;
	padding: 7px 7px;
	border-radius: 6px;
	width: 45px;
	border: 1px solid #787878;
	color: #5b5b5b;
}
.mobile-catalog-img {
	display: none;
}

.catalog .content .goods-list .options .Sort span {
	display: none;
}

@media (min-width: 550px) {
	.catalog .content .goods-list .options .Sort span {
		display: inline;
	}
}

.catalog .content .goods-list .options .Sort select {
	padding: 11px 12px;
	border-radius: 6px;
	width: 200px;
	-webkit-appearance: none;
}

.catalog .content .goods-list .options span {
	margin-right: 15px;
}
.mobile-filters-count {
	display: none;
}
.search-input-block {
	border-radius: 5px;
	padding: 11px 12px 11px 15px;
	width: 100%;

	height: 42px;
	display: flex;
	align-items: center;
	background: #f5f6f6;
	justify-content: space-between;
	margin-top: 25px;
}
.mobile-search-all-block {
	width: 100%;
	position: relative;
}
.search-all-product-input {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	border: none;
	background: #f5f6f6;
}

.catalog .content .goods-list .list > * {
	/* display: block; */
	/* margin: 0 auto 5px; */
}

/* @media (min-width: 550px) {
  .catalog .content .goods-list .list>* {
    display: flex;
  }
} */
.mobile-catalog-img {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
	margin-left: 10px;
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
	justify-content: space-between;
}
.catalog .content .goods-list .banner {
	background-color: #272727;
	display: flex;
	height: 80px;
}

.catalog .content .goods-list .banner > * {
	flex: 1;
}

.catalog .content .goods-list .banner span {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.catalog .content .goods-list .banner .image {
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

.cart {
	padding: 20px 10px 80px;
}

@media (min-width: 810px) {
	.cart {
		padding: 40px 10px 120px;
	}
}

.cart .breadcrumd {
	margin-bottom: 20px;
}

/* @media (min-width: 810px) {
  .cart .breadcrumd {
    margin-bottom: 40px;
  }
} */

.cart .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

@media (min-width: 810px) {
	.cart .top {
		margin-bottom: 25px;
	}
}

.cart .top .info {
	font-size: 16px;
	color: #5b5959;
}

@media (min-width: 810px) {
	.cart .top .info {
		font-size: 36px;
	}
}

.cart .top .money {
	font-size: 16px;
	color: #3ac053;
	margin-left: 4px;
}

@media (min-width: 810px) {
	.cart .top .money {
		margin-left: 12px;
		font-size: 36px;
	}
}

.cart .content {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	overflow: hidden;
}

@media (min-width: 960px) {
	.cart .content:has(.sidebar) {
		grid-template-columns: 365px 1fr;
	}
}

.cart .content .sidebar .inviteLogin {
	background-color: #ececec;
	border-radius: 4px;
	text-align: center;
	padding: 30px 50px;
	margin-bottom: 30px;
}

.cart .content .sidebar .inviteLogin .title {
	display: block;
	margin-bottom: 30px;
}

.cart .content .sidebar .inviteLogin .btn-yellow {
	width: 100%;
}

.cart .content .sidebar .inviteRegistration {
	background-color: #ececec;
	border-radius: 4px;
	text-align: center;
	padding: 30px 50px;
}

.cart .content .sidebar .inviteRegistration .title {
	display: block;
	margin-bottom: 30px;
}

.cart .content .sidebar .inviteRegistration input:not([type="submit"]) {
	width: 100%;
	padding: 18px 14px;
	margin-bottom: 20px;
	border: none;
	border-radius: 4px;
}

.cart .content .sidebar .inviteRegistration .btn-green {
	margin-top: 10px;
}

.cart .actions {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.cart .actions .btn-darkgrey,
.cart .actions .btn-black {
	padding: 10px 10px;
}

@media (min-width: 810px) {
	.cart .actions .btn-darkgrey,
	.cart .actions .btn-black {
		padding: 10px 30px;
	}
}

.buy {
	padding: 20px 10px 40px;
}

@media (min-width: 810px) {
	.buy {
		padding: 40px 0 80px;
	}
}

.buy .breadcrumd {
	margin-bottom: 20px;
}

/* @media (min-width: 810px) {
  .buy .breadcrumd {
    margin-bottom: 40px;
  }
} */

.buy h1 {
	margin-bottom: 50px;
	margin-top: 20px;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
}

.buy .container {
	display: flex;
	gap: 30px;
}
.content {
	display: flex;
	flex-direction: column;
	max-width: 844px;
}

.buy .container .delivery-selector > .titles > * {
	background-color: #ececec;
	color: black;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 15px 70px;
	position: relative;
	transition:
		color 0.3s,
		background-color 0.3s;
	cursor: pointer;
}

.buy .container .delivery-selector > .titles > *.active {
	background-color: #272727;
	color: white;
}

.buy .container .delivery-selector > .titles > *.self-pick:before,
.buy .container .delivery-selector > .titles > *.delivery:before {
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.buy .container .delivery-selector > .titles > *.self-pick:before {
	background-image: url("images/pin-black.svg");
}

.buy .container .delivery-selector > .titles > *.self-pick.active:before {
	background-image: url("images/pin-white.svg");
}

.buy .container .delivery-selector > .titles > *.delivery:before {
	background-image: url("images/truck-black.svg");
}

.buy .container .delivery-selector > .titles > *.delivery.active:before {
	background-image: url("images/truck-white.svg");
}

.buy .container .delivery-selector > .page-wrapper > * {
	padding: 21px 28px;
	display: none;
	width: 100%;
	margin-top: 25px;
	border-radius: 8px;
	background-color: white;
}

.buy .container .delivery-selector > .page-wrapper > *.active {
	display: block;
}

.buy .container .delivery-selector > .page-wrapper > * .title {
	margin-bottom: 30px;
}

.buy .container .delivery-selector > .page-wrapper > * input {
	float: left;
}

.buy .container .delivery-selector > .page-wrapper > * label {
	display: grid;
	align-items: center;
	gap: 10px;
	grid-template-columns: 24px 1fr;
}

.buy
	.container
	.delivery-selector
	> .page-wrapper
	> *
	label
	input[type="radio"] {
	display: none;
}

.buy
	.container
	.delivery-selector
	> .page-wrapper
	> *
	label
	input[type="radio"]
	+ * {
	display: block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("images/radio-unchecked.svg");
}

.buy
	.container
	.delivery-selector
	> .page-wrapper
	> *
	label
	input[type="radio"]:checked
	+ * {
	background-image: url("images/radio-checked.svg");
}

.buy .container .delivery-selector > .page-wrapper > * label span {
	display: block;
}

.buy .container .delivery-selector > .page-wrapper > * label .time {
	color: #a7a7a7;
}

.buy .container .delivery-selector > .page-wrapper > * textarea {
	width: 100%;
	height: 80px;
}

.buy .container .payModeSelector {
	margin-top: 30px;
	padding: 21px 28px;
	background-color: white;
	border-radius: 8px;
}

.buy .container .payModeSelector .title {
	margin-bottom: 30px;
}

.buy .container .payModeSelector .creditCard,
.buy .container .payModeSelector .money {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ececec;
	padding: 16px 13px;
	margin-right: 30px;
	transition: background-color 0.3s;
	cursor: pointer;
}

.buy .container .payModeSelector .creditCard input,
.buy .container .payModeSelector .money input {
	display: none;
}

.buy .container .payModeSelector .creditCard:has(input:checked),
.buy .container .payModeSelector .money:has(input:checked) {
	background-color: #3ac053;
}

.buy .container .payModeSelector .creditCard:before,
.buy .container .payModeSelector .money:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.buy .container .payModeSelector .creditCard:before {
	background-image: url("images/credit-card.svg");
}

.buy .container .payModeSelector .money:before {
	background-image: url("images/money.svg");
}

.buy .container .clientInfo {
	padding: 21px 28px;
	background-color: white;
	border-radius: 8px;
	margin-top: 30px;
}

.buy .container .clientInfo .title {
	margin-bottom: 40px;
}

.buy .container .clientInfo label {
	margin: 8px 0 0 10px;
	display: grid;
	gap: 10px;
	grid-template-columns: 100px 1fr;
	align-items: center;
}

.buy .container .clientInfo label input {
	padding: 9px 16px;
	background-color: #ececec;
	border: none;
	border-radius: 4px;
}

.buy .container .comment .title {
	display: block;
	margin: 27px 0 15px;
}

.buy .container .comment textarea {
	width: 100%;
	height: 80px;
}

.buy .container .summary {
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 30px;
	width: 100%;
	max-width: 408px;
	height: 183px;
}

.buy .container .summary .upper {
	display: flex;
	flex-direction: column;
}
.count-of-summ-str {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #5b5b5b;
}
.count-of-summ-price {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #5b5b5b;
}
.final-price {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 30px;
	line-height: 135%;
	color: #282828;
}
.count-of-summ-itogo {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #5b5b5b;
}
.product-page-price-block {
	display: flex;
	gap: 15px;
	align-items: center;
}
.product-page-price-block-current {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 135%;
	color: #282828;
}
.product-page-price-block-old {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #5b5b5b;
	text-decoration: line-through;
	display: none;
}

.buy .container .summary .upper .title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
	margin-bottom: 20px;
}

.buy .container .summary .upper .money {
	font-size: 22px;
	color: #3ac053;
}

.buy .container .summary .btn-yellow {
	width: 100%;
	margin-bottom: 24px;
}

.buy .container .summary .info span,
.buy .container .summary .info a {
	color: #949494;
	font-size: 12px;
}

@media (min-width: 810px) {
	.buy .container .summary .info span,
	.buy .container .summary .info a {
		font-size: 12px;
	}
}

.buy .container .summary .info a {
	display: block;
	text-decoration: underline;
}

.order {
	padding: 20px 10px 40px;
}

@media (min-width: 810px) {
	.order {
		padding: 40px 0 80px;
	}
}

.order .breadcrumd {
	margin-bottom: 20px;
}

@media (min-width: 810px) {
	.order .breadcrumd {
		margin-bottom: 40px;
	}
}

.order h1 {
	margin-bottom: 10px;
}

.order .content {
	display: grid;
	gap: 30px;
	grid-template-areas: "A" "B" "C" "D";
}

@media (min-width: 810px) {
	.order .content {
		grid-template-areas: "A B" "C D";
	}
}

.order .content .order-detail {
	grid-area: C;
}

.order .content .order-list {
	grid-area: D;
}

.order .content .order-detail,
.order .content .order-list {
	align-self: flex-start;
	background-color: white;
	border-radius: 8px;
	padding: 26px 29px;
}

.order .content > .title {
	font-size: 20px;
	margin-top: 38px;
}

.order .content .green {
	color: #3ac053;
	font-weight: 700;
}

.order .content .orange {
	color: #ffad00;
	font-weight: 700;
}

.order .content .red {
	color: #fe5404;
	font-weight: 700;
}

.order .content .order-detail > .title {
	font-size: 20px;
	margin-top: 38px;
}

.order .content .order-detail .up-title {
	margin-bottom: 30px;
}

.order .content .order-detail .up-title span {
	font-size: 28px;
	margin-right: 0.3em;
}

.order .content .order-detail .label {
	margin-top: 6px;
}

.order .content .order-detail .label > span:first-child {
	color: #6b6b6b;
	margin-right: 0.3em;
}

.order .content .order-detail .label span {
	font-size: 20px;
}

.order .content .order-summary {
	align-self: flex-end;
	grid-area: B;
	padding-left: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order .content .order-summary .title {
	font-size: 20px;
}

.order .content .order-summary .money {
	margin-left: 0.5em;
	color: #3ac053;
}

.order .content .order-list .order-item {
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
}

.order .content .order-list .order-item .image {
	margin-right: 30px;
	width: 50px;
}

@media (min-width: 960px) {
	.order .content .order-list .order-item .image {
		width: 60px;
	}
}

.order .content .order-list .order-item .image img {
	width: 100%;
}

.order .content .order-list .order-item .content-text {
	padding: 15px 0;
	flex: 1;
	width: 10px;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
}

.order .content .order-list .order-item .content-text .title {
	font-size: 20px;
}

.order .content .order-list .order-item .content-text > * {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.order .content .order-list .order-item .content-text .count {
	margin-top: auto;
	font-size: 18px;
}

.order .content .order-list .order-item .price {
	padding-top: 15px;
	font-size: 18px;
}

.order a.btn-black {
	margin-top: 40px;
}

@media (min-width: 810px) {
	.goods-lower {
		background-color: #ececec;
	}
}

.goods-lower .container {
	padding: 80px 10px;
}

@media (min-width: 810px) {
	.goods-lower .container {
		padding: 120px 0;
	}
}

.goods-lower .title {
	margin-bottom: 60px;
}

.goods-list {
	/* display: grid;
  gap: 30px;
  justify-content: center;
  justify-items: center;
  align-items: center;
  grid-template-columns: repeat(1, 1fr); */
}

@media (min-width: 550px) {
	.goods-lower .goods-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1160px) {
	.goods-lower .goods-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.goods-lower .goods-list > * {
	margin: 0;
}

.goods {
	padding: 30px 10px 20px;
}

@media (min-width: 810px) {
	.goods {
		padding: 40px 10px 20px;
	}
}

.goods .breadcrumd {
	margin-bottom: 30px;
}

@media (min-width: 810px) {
	.goods .breadcrumd {
		margin-bottom: 40px;
	}
}

/* .goods>.title {
  margin-bottom: 60px;
} */

.product-article-block .images-container {
	position: relative;
	display: flex;
	width: 100%;
	padding-left: 10px;
	box-sizing: border-box;
	max-width: 626px;
	padding: 0;
}

@media (max-width: 810px) {
	.goods .upper .images-container {
		grid-column-start: 1;
		grid-column-end: 13;
	}
}
.product__article_type_icons {
	position: absolute;
	top: 20px;
	left: 100px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.product-article-block .images-container .icons {
	position: absolute;
	top: 13px;
	left: 104px;
}

.product-article-block .images-container .icons .sales,
.product-article-block .images-container .icons .hot,
.product-article-block .images-container .icons .news {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 48px;
	height: 48px;
	background-color: transparent;
	margin-bottom: 10px;
}

.product-article-block .images-container .icons .sales {
	background-image: url("images/sale.svg");
}

.product-article-block .images-container .icons .hot {
	background-image: url("images/hot.svg");
}

.product-article-block .images-container .icons .news {
	background-image: url("images/new.svg");
}

.good-main-image {
	width: 100%;
	max-height: 526px;
	width: 100%;
	max-width: 526px;
}

.product-article-block .images-container .leds {
	padding-top: 15px;
	display: flex;
	justify-content: center;
}

@media (min-width: 810px) {
	.product-article-block .images-container .leds {
		display: none;
	}
}

.product-article-block .images-container .leds > * {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #d9d9d9;
	border-radius: 50%;
	margin-right: 12px;
}
.main-artice-image-block {
	width: 100%;
	max-width: 526px;
}

.product-article-block .images-container .leds > *.active {
	background-color: #ffee00;
}

.product-article-block.images-container .leds > *:last-child {
	margin-right: 0;
}

.product-article-block .images-container .gallery {
	/* margin-top: 24px; */
	flex-direction: row;
	display: none;
	order: 1;
}

@media (min-width: 810px) {
	.product-article-block .images-container .gallery {
		display: flex;
	}
}
.product-article-block {
	display: flex;
	gap: 70px;
}
.product-article-block .images-container .back,
.product-article-block .images-container .next {
	cursor: pointer;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 70%;
	width: 15px;
	height: 50px;
	background-color: transparent;
}
.product-article-main-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.articul {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #5b5b5b;
}
.product-article-page-price-block {
	margin-bottom: 15px;
}
.product-article-actions {
	border-radius: 5px;
	padding: 30px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	margin-top: 15px;
}
.product-article-actions .price {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 135%;
	color: #282828;
	margin-bottom: 15px;
}
.product-article-actions .price .old {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	text-decoration: line-through;
	color: #5b5b5b;
	padding-left: 15px;
}
.product-article-actions .btn-buy {
	border-radius: 5px;
	padding: 18px 20px;
	width: 100%;
	max-width: 524px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	color: #282828;
	height: 52px;
	margin-top: 15px;
}
.product-fast-buy {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 18px 20px;
	width: 100%;
	max-width: 524px;
	height: 52px;
	margin-top: 10px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #282828;
	cursor: pointer;
	background: #fff;
}
.product-article-title {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 120%;
	color: #282828;
	margin: 0;
}
.product-article-block .images-container .next {
	background-image: url("images/next.svg");
	margin-left: 9px;
}

.product-article-block .images-container .wrapper {
	white-space: nowrap;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.product-article-block .images-container .wrapper::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.product-article-block .images-container .wrapper > * {
	width: 73px;
	height: 73px;
	display: inline-block;
	/* margin-right: 20px; */
}

.goods .upper .images-container .wrapper > *:last-child {
	margin-right: 0;
}

.goods .upper .images-container .wrapper > * img {
	display: block;
	margin: 0 auto;
	height: 100%;
}

.goods .upper .actions {
	flex-direction: column;
}

@media (max-width: 810px) {
	.goods .upper .actions {
		grid-column-start: 1;
		grid-column-end: 13;
	}

	.goods .upper .images-container {
		padding-left: 0;
	}
}

@media (min-width: 810px) {
	.goods .upper .actions .favorites,
	.goods .upper .actions .canCredit {
		display: grid;
		gap: 10px;
		grid-template-columns: 3fr 1fr;
	}
}
.search-product-header-block {
	display: none;
	background-color: white;
	flex-direction: column;
	/* gap: 20px; */
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 20;
	height: auto;
	max-height: 400px;
	overflow-y: scroll;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 5px;
}
.goods .upper .actions {
	text-decoration: none;
}

.goods .upper .actions span {
	display: none;
}

.no-result {
	padding: 12px 15px;
	height: 44px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}

.favorites {
	display: flex;
	gap: 5px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #999;
	flex-wrap: nowrap;
	cursor: pointer;
}
/* .goods .upper .actions :hover {
  text-decoration: underline;
} */

.bookmark_in_bookmark {
	opacity: 50%;
}

.bookmark_in_bookmark_product_page,
.goods .upper .actions .bookmark,
.bookmark_in_bookmark {
	cursor: pointer;
	border: none;
	background-color: transparent;
	width: 24px;
	height: 24px;
	top: 0;
	right: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("images/bookmark.svg");
	position: absolute;
}

@media (min-width: 810px) {
	.bookmark_in_bookmark_product_page,
	.goods .upper .actions .favorites .bookmark,
	.bookmark_in_bookmark {
		position: static;
	}
}

.goods .upper .actions .canCredit {
	order: 2;
}

.goods .upper .actions .canCredit span {
	display: inline-block;
}

@media (min-width: 810px) {
	.goods .upper .actions .canCredit span {
		font-size: 18px;
		margin-top: 30px;
	}
}

.goods .upper .actions .canCredit .procent {
	display: inline;
	border: none;
	background-color: transparent;
	width: 16px;
	height: 16px;
	color: #3ac053;
}

.goods .upper .actions .price {
	display: flex;
	align-items: center;
	gap: 15px;
}

.goods .upper .actions .price span {
	font-size: 28px;
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #282828;
}

@media (min-width: 810px) {
	.goods .upper .actions .price span {
		font-size: 36px;
	}
}

@media (min-width: 1160px) {
	.goods .upper .actions .price span {
		display: flex;
		font-family: "Inter-SemiBold.ttf";
		font-weight: 600;
		font-size: 30px;
		line-height: 135%;
		color: #282828;
	}
}

.goods .upper .actions .price .old {
	font-family: "Inter.ttf";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	text-decoration: line-through;
	color: #5b5b5b;
}

@media (min-width: 810px) {
	.goods .upper .actions .price .old {
		font-size: 28px;
	}
}

@media (min-width: 1160px) {
	.goods .upper .actions .price .old {
		font-size: 15px;
	}
}

.goods .upper .actions .btn-buy,
.btn-in-cart {
	border-radius: 5px;
	padding: 18px 20px;
	width: 100%;
	height: 52px;
	background-color: #282828;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	color: #fff;
}

@media (min-width: 810px) {
	.goods .upper .actions .btn-buy,
	.btn-in-cart {
		margin-left: 0;
		padding: 18px 20px;
		display: flex;
		width: 100%;
		margin-top: 10px;
		font-size: 20px;
		font-family: "Inter-Medium";
		font-weight: 500;
		font-size: 15px;
		line-height: 100%;
		color: #282828;
		height: 52px;
	}
}

.goods .upper .actions .btn-buy:before,
.btn-in-cart:before {
	width: 11px;
	height: 11px;
}

@media (min-width: 810px) {
	.goods .upper .actions .btn-buy:before,
	.btn-in-cart:before {
		width: 20px;
		height: 20px;
	}
}

.goods .upper .features {
}

@media (max-width: 810px) {
	.goods .upper .features {
		grid-column-start: 1;
		grid-column-end: 13;
		margin-top: 10px;
	}
}

.goods .upper .features span {
	display: block;
	font-size: 12px;
}

@media (min-width: 810px) {
	.goods .upper .features span {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

.goods .upper .main-info {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

@media (max-width: 810px) {
	.goods .upper .main-info {
		grid-column-start: 1;
		grid-column-end: 13;
	}
}

.goods .upper .main-info .title {
	font-size: 18px;
	display: none;
	margin-bottom: 30px;
}

@media (min-width: 810px) {
	.goods .upper .main-info .title {
		display: block;
	}
}

.goods .upper .main-info .green {
	color: #3ac053;
}

.goods .upper .main-info .articul {
	/* margin-bottom: 10px; */
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #5b5b5b;
}

/* .goods .upper .main-info ,
.goods .upper .main-info .isExist {
  display: block;
  font-size: 12px;
} */

@media (min-width: 810px) {
	.goods .upper .main-info,
	.goods .upper .main-info .isExist {
		font-size: 16px;
	}
}
.product-info-list-character {
	display: flex;
	margin-top: 40px;
	gap: 40px;
}
.active_yellow {
	color: #ffd600;
}
.product-info-list-first li {
	list-style-type: none;
	display: flex;

	width: 100%;
	max-width: 620px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #999;
	white-space: nowrap;
}
.product-info-list-second li {
	list-style-type: none;
	display: flex;

	width: 100%;
	max-width: 620px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #999;
}
.product-info-list-second li p {
	display: flex;
	white-space: nowrap;
	align-items: end;
}
.product-info-list-second li span {
	display: flex;
	white-space: nowrap;
	align-items: end;
}
.product-info-list-points {
	width: 100%;
	border-bottom: 1px dotted #999;
}
.product-info-list-first {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	max-width: 620px;
}
.product-info-list-second {
	display: flex;
	gap: 15px;
	flex-direction: column;
	width: 100%;
	max-width: 620px;
}
.goods .goods-info {
	margin-top: 70px;

	margin-bottom: 20px;
}
.product-info-buttons {
	padding: 0px 20px 10px 20px;
	border-bottom: 1px solid #ececec;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #282828;
	cursor: pointer;
	opacity: 0.5;
}
.active_yellow {
	border-bottom: 1px solid #ffd600;
	opacity: 1;
}

.goods .goods-info .container {
	grid-column-start: 1;
	grid-column-end: 13;
}
.product-info-categories {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #ececec;
}

@media (min-width: 810px) {
	.goods .goods-info .container {
		grid-column-start: 1;
		grid-column-end: 10;
	}
}

.goods .goods-info .container .titles {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 60px;
}

.goods .goods-info .container .titles > * {
	cursor: pointer;
	padding: 12px 10px;
	background-color: #ececec;
	display: inline-block;
	text-align: center;
	flex: 1;
	transition:
		background-color 0.3s,
		color 0.3s;
	order: 3;
}

@media (min-width: 810px) {
	.goods .goods-info .container .titles > * {
		padding: 12px 50px;
		flex: 0;
	}
}

.goods .goods-info .container .titles > *.active {
	background-color: #272727;
	color: white;
}

.goods .goods-info .container .page-wrapper > * {
	display: none;
}

.goods .goods-info .container .page-wrapper > *.active {
	display: block;
}

.goods .goods-info .container .info-page {
	position: relative;
}

@media (max-width: 810px) {
	.goods .goods-info .container .info-page {
		height: 80px;
		overflow: hidden;
	}

	.goods .goods-info .container .info-page:has(#isExpanded:checked) {
		height: auto;
	}
}

.goods .goods-info .container .info-page p {
	margin-bottom: 10px;
}

.goods .goods-info .container .info-page #isExpanded {
	display: none;
}

.goods .goods-info .container .info-page #isExpanded:checked + label {
	display: none;
}

.goods .goods-info .container .info-page #isExpanded + label {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #3ac053;
	text-decoration: underline;
	background-color: #fdfaf7;
	transition: color 0.3s;
}

@media (min-width: 810px) {
	.goods .goods-info .container .info-page #isExpanded + label {
		display: none;
	}
}

.goods .goods-info .container .info-page #isExpanded + label:hover {
	color: #86da95;
}

.goods .goods-info .container .features-page .feature-table {
	background-color: white;
	margin-bottom: 30px;
}

.goods .goods-info .container .features-page .feature-table .feature-row {
	border-bottom: 1px solid #e2e8f0;
	padding: 11px 35px;
}

@media (min-width: 810px) {
	.goods .goods-info .container .features-page .feature-table .feature-row {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
	}
}

.goods
	.goods-info
	.container
	.features-page
	.feature-table
	.feature-row:last-child {
	border-bottom: none;
}

@media (min-width: 810px) {
	.goods
		.goods-info
		.container
		.features-page
		.feature-table
		.feature-row
		.title {
		font-weight: 400;
	}
}

.goods .goods-info .banner {
	display: none;
	grid-column-start: 10;
	grid-column-end: 13;
}

@media (min-width: 810px) {
	.goods .goods-info .banner {
		display: block;
	}
}

.goods .goods-info .banner img {
	width: 100%;
}

.lk {
	padding: 40px 10px 120px;
}

@media (min-width: 810px) {
	.lk {
		padding: 40px 0 120px;
	}
}

.lk .breadcrumd {
	margin-bottom: 20px;
}
.cart-back-white-wrapper {
	background-color: #fff;
}

.lk > .upper {
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
}

.lk > .upper .title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
	margin-top: 0;
	margin-bottom: 0;
}

.lk > .upper .side {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lk > .upper .side .user {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lk > .upper .side .user .icon {
	display: inline;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 16px;
}

.lk > .upper .side .user .user-name {
	flex: 1;
}

.lk > .upper .side .exit {
	margin-left: 45px;
	width: 32px;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("images/exit.svg");
	cursor: pointer;
	transition: opacity 0.3s;
}

.lk > .upper .side .exit:hover {
	opacity: 50%;
}

.lk .profile {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(5, auto);
}

.lk .profile .side {
	grid-column-start: 1;
	grid-column-end: 13;
}

@media (min-width: 810px) {
	.lk .profile .side {
		grid-column-start: 1;
		grid-column-end: 5;
	}
}

@media (min-width: 960px) {
	.lk .profile .side {
		grid-column-start: 1;
		grid-column-end: 4;
	}
}

.lk .profile .side .menu {
	background-color: white;
	padding: 16px 0;
	border-radius: 4px;
	border-radius: 4px;
}

.lk .profile .side .menu > * {
	padding: 0 8px;
	margin-bottom: 10px;
}

.lk .profile .side .menu > *:last-child {
	margin-bottom: 0;
}

.lk .profile .side .menu .my-cabinet,
.lk .profile .side .menu .delivery,
.lk .profile .side .menu .favourites,
.lk .profile .side .menu .edit-profile {
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: background-color 0.3s;
	background-color: white;
}

.lk .profile .side .menu .my-cabinet.active,
.lk .profile .side .menu .delivery.active,
.lk .profile .side .menu .favourites.active,
.lk .profile .side .menu .edit-profile.active {
	background-color: #ececec;
}

.lk .profile .side .menu .my-cabinet:before,
.lk .profile .side .menu .delivery:before,
.lk .profile .side .menu .favourites:before,
.lk .profile .side .menu .edit-profile:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.5em;
}

.lk .profile .side .menu .my-cabinet:before {
	background-image: url("images/lk-cabinet.svg");
}

.lk .profile .side .menu .delivery:before {
	background-image: url("images/lk-ticket.svg");
}

.lk .profile .side .menu .favourites:before {
	background-image: url("images/lk-bookmark.svg");
}

.lk .profile .side .menu .edit-profile:before {
	background-image: url("images/lk-edit.svg");
}

.lk .profile > .page-wrapper {
	grid-column-start: 1;
	grid-column-end: 13;
}

@media (min-width: 810px) {
	.lk .profile > .page-wrapper {
		grid-column-start: 5;
		grid-column-end: 13;
	}
}

.lk .profile .page-wrapper > * {
	display: none;
}

.lk .profile .page-wrapper > *.active {
	display: block;
}

.lk .profile .back-to-main {
	text-align: center;
	margin-top: 60px;
}

.lk .profile .my-cabinet-page .my-promo {
	border-radius: 4px;
	padding: 16px;
}

@media (min-width: 810px) {
	.lk .profile .my-cabinet-page .my-promo {
		background-color: white;
	}
}

.lk .profile .my-cabinet-page .my-promo .title {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
}

.lk .profile .my-cabinet-page .my-promo .title::before {
	content: "";
	display: inline-block;
	width: 48px;
	height: 48px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("images/sales-yellow.svg");
	margin-right: 1em;
}

.lk .profile .my-cabinet-page .my-promo .container {
	padding-top: 18px;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
}

@media (min-width: 810px) {
	.lk .profile .my-cabinet-page .my-promo .container {
		grid-template-columns: 1fr 1fr;
	}
}

.lk .profile .my-cabinet-page .my-promo .container .orange {
	color: #fe5404;
	margin-right: 0.3em;
}

.lk .profile .my-cabinet-page .my-promo .container .bold {
	font-weight: 700;
	margin-left: 0.3em;
}

.lk .profile .my-cabinet-page .my-promo .container a {
	color: #363636;
	cursor: pointer;
	text-decoration: underline;
	transition: color 0.3s;
}

.lk .profile .my-cabinet-page .my-promo .container a:hover {
	color: dimgray;
}

.lk .profile .my-cabinet-page .history {
	padding: 16px;
	margin-top: 30px;
	border-radius: 4px;
}

@media (min-width: 810px) {
	.lk .profile .my-cabinet-page .history {
		background-color: white;
	}
}

.lk .profile .my-cabinet-page .history > .title {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid black;
}

.lk .profile .my-cabinet-page .history > .title::before {
	content: "";
	display: inline-block;
	width: 48px;
	height: 48px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("images/lk-cabinet-history.svg");
	margin-right: 1em;
}

.lk .profile .my-cabinet-page .history > .upper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}

.lk .profile .my-cabinet-page .history > .upper > a {
	text-decoration: underline;
	transition: color 0.3s;
	color: black;
}

.lk .profile .my-cabinet-page .history > .upper > a:hover {
	color: gray;
}

.lk .profile .my-cabinet-page .history .goods-item .icons {
	font-size: 18px;
}

.lk .profile .my-cabinet-page .history .goods-item .count {
	margin-right: 20px;
}

.lk .profile .my-cabinet-page .history .goods-item .date {
	position: absolute;
	top: 190px;
	right: 10px;
}

@media (min-width: 550px) {
	.lk .profile .my-cabinet-page .history .goods-item .date {
		position: static;
	}
}

.lk .profile .my-cabinet-page .history .goods-item .actions {
	justify-content: space-around;
}

@media (max-width: 550px) {
	.lk .profile .my-cabinet-page .history .goods-item .actions {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

.lk .profile .my-cabinet-page .history .goods-item .price span {
	font-size: 18px;
}
.catalog-wrapper-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #282828;
	margin-bottom: 15px;
}
.lk .profile .favourites-side {
	margin-top: 30px;
	background-color: #ececec;
	border-radius: 4px;
	padding: 30px;
}

.lk .profile .favourites-side > * {
	margin-bottom: 20px;
}

.lk .profile .favourites-side > *:last-child {
	margin-bottom: 0;
}

.tooltip {
	cursor: help;
}

.tooltip:before {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 8px 8px 8px 0px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	color: #fff;
	content: attr(data-tooltip);
	margin-top: -24px;
	opacity: 0;
	padding: 3px 7px;
	position: absolute;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
.catalog-category-img {
	width: 100%;
}
.tooltip:hover:before {
	opacity: 1;
	visibility: visible;
}
.catalog-category-img {
	width: 100%;
}
.catalog-intro .title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 100%;
	color: #282828;
}
.catalog-category {
	border-radius: 5px;
	padding-top: 30px;
	padding-left: 30px;
	width: 308px;
	height: 267px;
	background-color: #fff;
}

.catalog-category .wrapper .top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.catalog-category .wrapper .links {
	margin: 16px 0;
}

.catalog-category .wrapper .links > * {
	display: block;
	text-decoration: underline;
	margin-bottom: 16px;
	cursor: pointer;
}

.catalog-category .wrapper .links a:after {
	content: "";
	transform: rotateZ(-90deg);
	margin-left: 4px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("images/dropdown.svg");
}

.catalog-category .wrapper .bottom {
	text-align: right;
	text-decoration: underline;
	color: #272727;
	cursor: pointer;
}

.article img {
	width: 100%;
	margin: 0 0 30px 0;
}

@media (min-width: 810px) {
	.article img {
		width: 370px;
		margin: 0 0 30px 30px;
		float: right;
	}
}
.refund-block-desc {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.8;
	max-width: 844px;
}

.article:after {
	display: block;
	content: "";
	clear: both;
}
.desc-title {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 20px;
}

.article .subtitle {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 24px;
	color: #282828;
	margin-bottom: 30px;
}

.news-item {
	white-space: normal;
	color: white;
	width: 365px;
	height: 320px;
	border-radius: 8px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 30px;
	overflow: hidden;
}

.news-item:hover {
	text-decoration: none;
}

.news-item:last-child {
	margin-right: 0;
}

.news-item h3 {
	padding: 24px 0 0 18px;
}

.news-item h3 .icons {
	display: block;
	white-space: nowrap;
	margin: 15px 16px 0 0;
}

.news-item h3 .hot-icon,
.news-item h3 .news-icon,
.news-item h3 .sale-icon {
	width: 48px;
	height: 48px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.news-item h3 .hot-icon {
	background-image: url("images/hot.svg");
}

.news-item h3 .news-icon {
	background-image: url("images/new.svg");
}

.news-item h3 .sale-icon {
	background-image: url("images/sales-yellow.svg");
}

.news-item .footer {
	transition: transform 0.5s;
	height: 135px;
	border-radius: 12px;
	background: #00000066;
	padding: 18px;
	overflow: hidden;
}

.news-item .footer h4 {
	margin-bottom: 20px;
	font-size: 16px;
}
.tires-service-table-row {
	display: grid;
	grid-template-columns: 320px 120px 120px 120px 120px 120px 120px 120px 120px;

	grid-template-rows: 40px;
}
.tires-service-table-row-name {
	display: grid;
	grid-template-columns: 320px 120px 120px 120px 120px 120px 120px 120px 120px;

	grid-template-rows: 40px;
}

.tires-service-table-row-name-big {
	display: grid;
	grid-template-columns: 320px 120px 120px 120px 120px 120px 120px 120px 120px;

	grid-template-rows: 73px;
}
.li-double {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.li-double h6 {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #282828;
	width: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.dop-services-tires {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #282828;
	margin-top: 40px;
	margin-bottom: 15px;
}
.dop-services-tires-item {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
	margin-bottom: 5px;
}

.li-double p {
	font-family: "PT Sans";
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	color: #000;
	opacity: 0.5;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 33px;
}
.tires-service-table-row-name-big li {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e6e6e6;
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #282828;
}
.tires-service-table-row-name li {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e6e6e6;
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #282828;
}
.tires-service-table-row-name li:first-child {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	text-align: center;
	color: #282828;
	opacity: 0.7;
}
.tires-service-table-row li {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e6e6e6;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	text-align: center;
	color: #282828;
}
.tires-service-table-row li:first-child {
	opacity: 0.7;
}
.tires-service .subtitle {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 30px;
}
.tires-service-li-title {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	margin-bottom: 15px;
}
.tires-service-table {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	overflow: auto;
}
.tires-service-table h2 {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 20px;
}
.tires-service-desc-block {
	margin-bottom: 40px;
}
.list-tires-info {
	list-style-type: "- ";
	margin-bottom: 15px;
}
.list-tires-info-first {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	margin-bottom: 15px;
	opacity: 0.7;
}
.list-tires-info-second {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.list-tires-info li {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
}
.news-item .footer p {
	font-size: 16px;
}

@media (hover: hover) {
	.news-item:hover .footer {
		transform: translateY(0);
	}

	.news-item .footer {
		transform: translateY(100%);
	}
}
.tires-service h1 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
}
.tires-service .breadcrumd {
	margin-bottom: 20px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
}
.tires-service {
	padding: 50px 0 80px;
}
.catalog-product-title {
	/* height: 37px; */
	overflow: hidden;
}
.goods-item {
	white-space: normal;
	display: inline-flex;
	flex-direction: column;
	position: relative;
	width: 243px;
	min-height: 448px;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #f5f6f6;
	padding: 20px 20px;
	transition: box-shadow 0.1s;
	transition: all 500ms ease;
	justify-content: space-between;

	.actions {
		align-items: center;
	}
}

.goods-item:hover {
}
.btn-to-catalog {
	border-radius: 5px;
	padding: 18px 25px;
	width: 243px;
	height: 50px;
	background: #282828;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
.btn-to-catalog:hover {
	background-color: #ffd600;
	color: #222;
}
.goods-item:last-child {
	margin-right: 0;
}

.goods-item .image {
	position: relative;

	width: 100%;
	max-width: 213px;
	height: 100%;
	max-height: 225px;
	/* margin-right: 15px; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

/* .goods-item img {
  height: 160px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
} */
.column-pri-mobile {
	display: flex;
	flex-direction: column;
	/* height: 173px; */
	/* justify-content: space-between; */
}
.content-middle {
	display: flex;
	flex-direction: column;

	width: 100%;
	max-width: 487px;
	/* margin-top: 35px; */
	justify-content: flex-end;
	/* padding-left: 20px;

  padding-right: 40px; */
	margin-bottom: 15px;
}
.goods-item-model {
	font-family: "Inter-Regular";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	margin-top: 8px;
}

.goods-item .canCredit {
	display: none;
}

.goods-item .title {
	margin-bottom: 8px;
	font-size: 20px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}

.goods-item .description {
	font-size: 20px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}

.goods-item .lower p:not(.articul) {
	display: none;
}

.goods-item .lower .articul {
	font-size: 12px;
	color: #a5adbb;
}

.goods-item .price {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #282828;
	text-align: left;
}

.goods-item .price-old {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	text-decoration: line-through;
	color: #5b5b5b;
	display: none;
}

@media (min-width: 810px) {
	.goods-item .price-old {
		font-size: 14px;
	}
}

.goods-item .icons {
	position: absolute;
	display: flex;
	gap: 5px;
	bottom: 0;
	left: 0;
}
.dillers-logo-block {
	border: 1px solid #e0e0e0;
	/* border-radius: 5px 0 0 0; */
	padding: 0px 50px;
	width: 426px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.show-brands-btn {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
	cursor: pointer;
	transition: 0.5s;
}
.hide-brand-name-block {
	margin-top: 60px;
}

.dillers-brands-desc {
	font-family: "Inter-Regular.ttf";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
	margin-top: 20px;
}

.dillers-brands-title {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	color: #282828;
}

.show-brands-btn:hover {
	background-color: #222;
	color: #fff;
	border: none;
}

.compare-icon_in_compare {
	opacity: 50%;
}

.compare-icon_in_compare-small,
.goods-item .sales,
.goods-item .bookmark,
.compare-icon_in_compare,
.bookmark_in_bookmark,
.goods-item .compare-icon,
.goods-item.news .icons:before,
.goods-item.hot .icons:after {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.goods-item .sales {
	display: block;
	background-image: url("images/sale.svg");
	width: 24px;
	height: 24px;
	margin-bottom: 8px;
}
.sales_article_image {
	background-image: url("images/sale.svg");
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: cover;
}

.season-summer {
	display: block;
	background-image: url("images/season-summer-icon.svg");
	width: 24px;
	height: 24px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-size: cover;
}
.season-winter {
	display: block;
	background-image: url("images/season-winter-icon.svg");
	width: 24px;
	height: 24px;
	margin-bottom: 8px;
}

.news__icon {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("images/new.svg");
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-size: cover;
}
.news__icon_article {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("images/new.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

/* .goods-item.news .icons:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("images/new.svg");
  margin-bottom: 8px;
} */
.hot__icon {
	display: block;
	margin-bottom: 8px;
	width: 24px;
	height: 24px;
	background-image: url("images/hot.svg");
	background-repeat: no-repeat;
	background-size: cover;
}
.all__season__icon {
	display: block;
	margin-bottom: 8px;
	width: 24px;
	height: 24px;
	background-image: url("images/all-season-icon.svg");
	background-repeat: no-repeat;
	background-size: cover;
}
.winter__season__icon {
	display: block;
	margin-bottom: 8px;
	width: 24px;
	height: 24px;
	background-image: url("images/season-winter-icon.svg");
	background-repeat: no-repeat;
	background-size: cover;
}
.summer__season__icon {
	display: block;
	margin-bottom: 8px;
	width: 24px;
	height: 24px;
	background-image: url("images/season-summer-icon.svg");
	background-repeat: no-repeat;
	background-size: cover;
}
.spikes__icon {
	display: block;
	margin-bottom: 8px;
	width: 24px;
	height: 24px;
	background-image: url("images/spikes__icon.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.hot__icon_article {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("images/hot.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

/* .goods-item.hot .title:after {
  content: "";
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  background-image: url("images/hot.svg");
} */
.goods-item .bookmark,
.bookmark_in_bookmark {
	background-image: url("images/bookmark.svg");
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
}

.goods-item .bookmark:hover {
	background-image: url("images/bookmark-on.svg");
}

.goods-item .bookmark:active {
	background-image: url("images/bookmark-active.svg");
}

.goods-item .compare-icon,
.compare-icon_in_compare {
	background-image: url("images/compare.svg");
	width: 40px;
	height: 40px;
	position: absolute;
	top: 56px;
	right: 21px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.compare-icon_in_compare-small {
	background-image: url("images/compare-active.svg");
	width: 40px;
	height: 40px;
	position: absolute;
	top: 56px;
	right: 21px;
	border: none;
	cursor: pointer;
}

/* .goods-item .btn-buy, */
.btn-in-cart-small,
.btn-in-cart-catalog {
	float: right;
}

.actions {
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	margin-top: 15px;
}
.in-stock {
	font-family: "Inter";
	font-weight: 400;
	font-size: 12px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	margin-top: 10px;
	cursor: pointer;
}
.product-in-stock {
	font-family: "Inter";
	font-weight: 400;
	font-size: 12px;
	line-height: 135%;
	color: #282828;
	margin-top: 15px;
}
.in-stock:hover {
	opacity: 1;
}
.catalog-btn-buy {
	border-radius: 5px;
	width: 50px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffd600;
	border: none;
	display: flex;
	align-items: center;
	gap: 10px;
	/* margin-top: 15px; */
	cursor: pointer;
}
.catalog-btn-buy p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #855d0b;
}
.catalogprice {
	display: flex;

	align-items: flex-start;
	flex-direction: column;
}
.product-price-block {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 220px;
}

.features {
	order: 3;
}
.Sort {
	margin-right: 10px;
}

@media (max-width: 550px) {
	.goods-item .price {
		display: flex;
		align-items: center;
	}

	.price span {
		display: flex;

		font-size: 15px;
	}

	.price-old {
		font-weight: 400;
		font-size: 14px;
		line-height: 135%;
		text-decoration: line-through;
		color: #5b5b5b;
		font-family: "Inter";
	}
	.catalog .content .goods-list .options .Sort select {
		padding: 7px 12px;
		border-radius: 6px;
		width: 187px;
		-webkit-appearance: none;
		margin-left: 10px;
		margin-top: 5px;
	}
}
/* .goods-item {
  width: 100%;
  flex-direction: row;
  min-height: auto;
  margin-bottom: 5px;
  max-width: 987px;
} */
@media (min-width: 550px) {
}
.dropdown-catalog-category {
	padding: 15px 20px 15px 20px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	color: #282828;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.dropdown-catalog-category-manufacturer {
	padding: 15px 20px 15px 20px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	color: #282828;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.dropdown-show-all-category {
	padding: 15px 20px 15px 20px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	color: #282828;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.dropdown-price-category {
	padding: 15px 20px 0px 20px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	color: #282828;
	display: flex;
	cursor: pointer;
}
.price-filters {
	padding: 10px 20px 15px 20px;
	border-bottom: 1px solid #ececec;
	display: flex;
	align-items: center;
	gap: 5px;
}
.checkbox-stock {
	padding: 10px 20px 15px 20px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.checkbox-stock .label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.dropdown_show_catalog_active {
	display: flex;
	top: 52px;
	left: 0;
	z-index: 10;
}
.dropdown_show_catalog {
	border: 1px solid #dcdcdc;
	border-radius: 0 0 5px 5px;
	width: 250px;
	height: auto;
	position: absolute;
	background-color: #fff;
	display: none;
	flex-direction: column;
}

.price-filter-input {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 12px 15px;
	width: 106px;
	height: 39px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #282828;
}
.search-category-manufacturer {
	border: 1px solid rgba(40, 40, 40, 0.2);
	border-radius: 5px;
	padding: 12px 15px;
	width: 100%;
	height: 40px;
	max-width: 233px;
}
.checkbox-inputs {
	padding: 15px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.checkbox {
	width: 22px;
	height: 22px;
	border-radius: 2px;
	border: 1px solid #282828;
	accent-color: #282828;
}
.checkbox-inputs .label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.checkbox:checked {
	background-image: url(/css/images/checkbox-checked.svg);
}

.dropdown-catalog-category:last-child {
	border-bottom: none;
}
.catalog-category-filter {
	background-color: #fff;
	border-radius: 5px;

	p {
		&.active {
			color: #ffd600;
		}
	}
}
.catalog_input_search {
	border: 1px solid rgba(40, 40, 40, 0.2);
	border-radius: 5px;
	padding: 12px 15px;
	width: 233px;
	height: 40px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #999;
}
.all-product-category {
	padding: 15px 20px 15px 20px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	color: #282828;
	border-bottom: 1px solid #ffd600;
}
.catalog-category-filter h4 {
	padding: 0px 20px;
	padding-top: 25px;
	padding-bottom: 15px;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #999;
}
.catalog-view {
	display: flex;
	gap: 15px;
}

.filters {
	width: 100%;
	max-width: 273px;
}

/* @media (min-width: 550px) and (min-width: 810px) {
  .goods-item.wide .image {
    width: 100%;
    
  }
}

@media (min-width: 550px) and (min-width: 960px) {
  .goods-item.wide .image {
    width: 200px;
    height: 160px;

  }
} */
.compare-avalible {
	display: flex;
	gap: 30px;
}
.compare-avalible-block {
	display: flex;
	gap: 10px;
	align-items: center;
}

/* @media (min-width: 550px) {
  .goods-item.wide .upper {
    padding: 16px 0 15px 0;
  }
} */

/* @media (min-width: 550px) and (min-width: 960px) {
  .goods-item.wide .upper {
    padding: 16px 0 35px 0;
  }
} */

/* @media (min-width: 550px) {
  .goods-item.wide .upper>* {
    display: inline;
  }
} */

@media (min-width: 550px) {
	.goods-item.wide .upper .title {
		margin-right: 30px;
	}
}

@media (min-width: 550px) {
	.goods-item.wide .upper .description {
		font-size: 14px;
	}
}

@media (min-width: 550px) {
	.goods-item.wide .compare-icon,
	.compare-icon_in_compare {
		position: absolute;
		margin: 0;
		left: 22px;
		bottom: 12px;
	}
	.Sort {
		margin-right: 0;
		margin-left: 10px;
	}
}

@media (min-width: 550px) {
	.goods-item.wide .lower {
		display: flex;
		/* grid-template-columns: 1fr 1fr; */

		gap: 10px;
		margin-top: auto;
	}

	.goods-item.wide .lower .articul {
		color: black;
		font-size: 14px;
	}
}

@media (min-width: 550px) and (min-width: 960px) {
	.goods-item.wide .lower .articul {
		font-size: 16px;
	}
}

@media (min-width: 550px) {
	.goods-item.wide .lower p:not(.articul) {
		display: block;
		font-size: 14px;
	}
}

@media (min-width: 550px) and (min-width: 960px) {
	.goods-item.wide .lower p:not(.articul) {
		font-size: 16px;
	}
}

.compare-avalible-block p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #999;
	cursor: pointer;
}
.goods-item-model-main {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	margin-top: 8.5px;
	margin-bottom: 8.5px;
}
.compare-avalible-block p:hover {
	color: #5d5d5d;
}
.articul-title {
	font-family: "Inter";
	font-weight: 400;
	font-size: 12px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	padding-bottom: 10px;
	display: none;
}

.articul-title:hover {
	opacity: 1;
}
.catalog-product-title {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
	height: 100%;
	overflow: hidden;
}
.catalog-product-title-main {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}

@media (min-width: 550px) {
	.goods-item.wide .actions {
		margin-left: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.goods-item.wide .actions > * {
		display: flex;
		margin-top: 0;
	}

	.goods-item.wide .actions .canCredit {
		margin-top: 15px;
		color: #3ac053;
	}

	.goods-item.wide .actions .btn-buy,
	.btn-in-cart-catalog {
		font-size: 14px;
		padding: 12px 22px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.btn-in-cart-catalog:before,
	.goods-item.wide .actions .btn-buy:before,
	.btn-in-cart:before {
		width: 18px;
		height: 18px;
	}
}

.breadcrumd > * {
	display: inline;
	margin-right: 4px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
}

.breadcrumd > *:after {
	margin-left: 4px;
	content: " / ";
	display: inline-block;
}

.breadcrumd > *:last-child:after {
	display: none;
}

.price ::selection {
	color: #fff;
	background: #17a2b8;
}

.price .price-input {
	width: 100%;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.price .price-input .field {
	display: flex;
	height: 45px;
	align-items: center;
}

.price .field input {
	width: 100%;
	outline: none;
	margin-left: 12px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #999;
	padding: 5px 8px;
	-moz-appearance: textfield;
}

.price .slider {
	height: 5px;
	margin-top: 10px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
}

.price .slider .progress {
	height: 100%;
	left: 25%;
	right: 25%;
	position: absolute;
	border-radius: 5px;
	background: #ffee00;
}

.price .range-input {
	position: relative;
	margin-top: 10px;
}

.price .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -15px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.price input[type="range"]::-webkit-slider-thumb {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 6px solid white;
	background: black;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price input[type="range"]::-moz-range-thumb {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 6px solid white;
	background: black;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.cart-item {
	background-color: white;
	padding: 10px 25px 30px;
	margin: 0 auto 30px;
	border-radius: 12px;
	position: relative;
	width: 265px;
	height: 390px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 550px) {
	.cart-item {
		width: 100%;
		flex-direction: row;
		height: auto;
		align-items: center;
	}
}

.cart-item .image {
	width: 100%;
}

@media (min-width: 550px) {
	.cart-item .image {
		width: 120px;
		margin-right: 25px;
	}
}

.cart-item .image img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.cart-item .text {
	display: flex;
	flex-direction: column;
}

@media (min-width: 550px) {
	/* .cart-item .text {
    flex: 1;
    width: 1px;
  } */
}

@media (min-width: 1160px) {
	.cart-item .text {
		flex-direction: row;
	}

	.cart-item .text .title {
		overflow: inherit;
		margin-right: 0.6em;
	}
}

.cart-item .title {
	margin-bottom: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cart-item .description {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cart-item .selectCount {
	margin: 0 0.6em;
	align-items: center;
	display: flex;
	flex-direction: row;
	order: 1;
}

@media (min-width: 550px) {
	.cart-item .selectCount {
		order: 0;
	}
}

.cart-item .selectCount button {
	cursor: pointer;
	border: none;
	padding: 20px;
	background-color: #ececec;
	border-radius: 6px;
	transition: background-color 0.3s;
}

.cart-item .selectCount button:hover {
	background-color: #9e9e9e;
}

.cart-item .selectCount span {
	white-space: nowrap;
	margin: 0 0.6em;
}

.cart-item .price {
	white-space: nowrap;
}

.notFound {
	text-align: center;
}

.notFound h1 {
	color: #ffee00;
	font-family: "Zen Dots", sans-serif;
	font-size: 48px;
	font-weight: 400;
	margin: 90px 0 60px;
}

.notFound p {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 60px;
}

.notFound a {
	margin-bottom: 180px;
}

@media (min-width: 480px) {
	.notFound h1 {
		font-size: 90px;
	}

	.notFound p {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.notFound h1 {
		font-size: 180px;
	}

	.notFound p {
		font-size: 18px;
	}
}

@media (min-width: 960px) {
	.notFound h1 {
		font-size: 240px;
	}

	.notFound p {
		font-size: 24px;
	}
}

@media (min-width: 1160px) {
	.notFound h1 {
		font-size: 316px;
	}

	.notFound p {
		font-size: 24px;
	}
}

.article-container {
	padding: 30px 10px 80px;
}

.article-container p {
	margin-bottom: 10px;
}

.article-container ul {
	list-style-position: inside;
}

.article-container .breadcrumd {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.article-container {
		padding: 40px 0 120px;
	}

	.article-container .breadcrumd {
		margin-bottom: 40px;
	}
}

.contacts-container {
	padding: 30px 10px 40px;
}

.contacts-container h1 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
	margin-bottom: 30px;
}

.contacts-container p a {
	font-weight: 700;
	font-size: 16px;
}

.contacts-container p {
	display: flex;
	align-items: center;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 700;
}

.contacts-container p.phone:before {
	background-image: url("images/contacts-phone.svg");
}

.contacts-container p.email:before {
	background-image: url("images/contacts-email.svg");
}

.contacts-container p.address:before {
	background-image: url("images/contacts-address.svg");
}

.contacts-container p:before {
	margin-right: 1em;
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.contacts-container .breadcrumd {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.contacts-container {
		padding: 40px 0 40px;
	}

	.contacts-container h1 {
		font-size: 36px;
	}

	.contacts-container p,
	.contacts-container p a {
		font-size: 18px;
	}

	.contacts-container .breadcrumd {
		margin-bottom: 40px;
	}
}

.cookie {
	position: fixed;
	left: 0;
	bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	width: 100%;
	border: none;
	font-size: 1.3em;
	justify-content: center;
	background-color: #ffd600;
	z-index: 1000;
	align-items: center;
}

.cookie__wrapper {
	display: flex;
	margin-right: 20px;
	color: #333333;
	align-items: center;
}
.stocks {
	border-radius: 5px;
	width: 100%;
	max-width: 416px;
	cursor: pointer;
	transition: all 500ms ease;
}
.stocks:hover {
	box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, 0.25);
}
.stocks-text p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	margin-top: auto;
}
.stocks-text span {
	opacity: 1;
	font-family: "Inter";
	font-weight: 500;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.stocks-text {
	padding: 20px;
	background-color: #fff;
	height: 130px;
	display: flex;
	flex-direction: column;
	text-align: left;
	white-space: normal;
}

.cookie__wrapper p {
	margin-right: 5px;
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
}

.cookie__wrapper a {
	color: #333333;
	text-decoration: none;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
}

.cookie__wrapper a:hover {
	color: #333333;
	text-decoration: underline;
}

.cookie__btn {
	border-radius: 5px;
	padding: 15px 25px;
	width: 138px;
	height: 44px;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	background-color: #282828;
	border: none;
	cursor: pointer;
}

.cookie__close {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-46%);
	width: 12px;
	cursor: pointer;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
}

.policy {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}

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

.policy__heading,
.personal_title {
	font-family: "conthrax-sb.ttf";
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
}

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

.policy__title {
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.policy__text {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}

.policy__subtitle {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.container_cookie {
	padding: 80px 10px 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 768px) {
	.container_cookie {
		padding: 80px 0 80px;
	}
}

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

.politics_info_subtitle {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.personal_info {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	font-family: "Inter";
}

.policy-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 15px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.policy-table th {
	border: 1px solid #000;
	padding: 8px 10px;
	text-align: left;
	background-color: #f2f2f2;
	font-weight: bold;
	vertical-align: top;
	width: 25%;
}

.policy-table td {
	border: 1px solid #000;
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
}

.policy__item {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	list-style-type: disc;
}

.policy__block-mini {
	display: flex;
	flex-direction: column;
}

body:has(.modal.active) {
	overflow: hidden;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #0004;
	justify-content: center;
	align-items: center;
}

.modal.active {
	display: flex;
}

.modal-container .close {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("images/close.svg");
	transition: opacity 0.3s;
}

.modal-container .close:hover {
	opacity: 30%;
}

.modal-container {
	padding: 50px 60px 40px;
	position: relative;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	flex-direction: column;
}

@media (min-width: 768px) {
	.modal-container {
		padding: 100px 120px 70px;
	}
}

.news__control {
	display: flex;
	justify-content: space-between;
}
.news-page {
	background-color: #f5f6f6;
}

.news__control__left,
.news__control__right {
	color: #377bac;
	font-family:
		"PT Sans",
		Sans Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	cursor: pointer;
}

.breadcrumd__flex {
	display: flex;
	justify-content: space-between;
}

.date_news {
	color: #000;
	font-family: PT Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18.466px;
	/* 115.412% */
	letter-spacing: 0.16px;
}

/* Корректировки */
.catalog-category .wrapper {
	/* bottom: -5px; */
	top: 0%;
	/* bottom: auto; */
}

.wrapper {
	/* transform: translateY(36%); */
}

.header-middle form .dropdown-title {
	/* padding-top: 0; */
}

.dropdown-title:hover span:not(.countCompares) {
	text-decoration: underline;
}

.label-big {
	height: 32px;
}

.actions-item:hover .label {
	text-decoration: underline;
}

.header-top .dropdown-list {
	width: max-content;
	top: 100%;
	align-items: flex-start;
	text-align: left;
	left: -9%;
}

.header-top .dropdown:hover {
	text-decoration: underline;
}

.price-new {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #282828;
}

#modal-feedback-ok span {
	font-size: 26px;
	font-weight: 600;
}

.modal-container {
	padding-top: 70px;
}

.goods-item .bookmark {
	background-color: transparent;
}

.catalog .content .goods-list .options .Sort select {
	cursor: pointer;
}

.logoWW {
	display: flex;
	align-items: center;
	margin-top: 30px;
	opacity: 0.4;
	cursor: pointer;
}

.logoWW:hover {
	transition: 0.2s;
	opacity: 1;
	text-decoration: none;
}

.logoWW img {
	display: block;
	margin-right: 6px;
	width: 52px;
}

.logoWW div {
	font-size: 10px;
	width: 90px;
}

.catalog .content .filters .block-title {
	cursor: pointer;
	margin: 0;
	padding: 30px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
	-moz-appearance: textfield;
}

.goods-item .compare-icon {
}

.goods-item .compare-icon:hover {
	transition: 0.2s;
	background-image: url("images/compare-on.svg");
}

/*.compare-icon_in_compare:hover {*/
/*  transition: 0.2s;*/
/*  opacity: 1;*/
/*}*/
/* КОНЕЦ Корректировки */

/* Корректировка 2 */
.goods-item.news .icons.iconsFixWithoutBefore:before {
	display: none;
}
.compare-page-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 100%;
	color: #282828;
	background-color: #f5f6f6;
}
.compare-title-count-prod-block {
	display: flex;
	gap: 20px;
	align-items: flex-end;
}
.title2 {
	font-family: "Inter";
	font-weight: 400;
	font-size: 20px;
	line-height: 135%;
	color: #282828;
	opacity: 0.6;
}
.comapre-card-image {
	width: 100%;
	height: 205px;
}
.iconsFixWithoutBefore {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.fixIconRemove {
	cursor: pointer;
	opacity: 0.5;
}

.fixIconRemove:hover {
	transition: 0.2s;
	opacity: 1;
}

.fixIconRemove img {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	margin-bottom: 0;
}

.fixIconsWrapper .new img,
.fixIconsWrapper .sales img {
	width: 22px;
	height: 22px;
}

.goods-item .fixsalesWithoutBg {
	background-image: none;
}

.fixIconsWrapper .new img {
	margin-bottom: 5px;
}

.fixLabel {
	opacity: 0;
	pointer-events: none;
}

.feedback form label:has(input:invalid):after {
	display: none;
}

/* КОНЕЦ Корректировка 2 */
.comparesNonCompares {
	text-align: center;
	font-size: 30px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.icons_compare {
	margin-top: 27px;
}

.btn-in-cart-small {
	opacity: 120%;
}

.input-group {
	position: relative;
}

.footer-search-hints-links {
	padding: 0 10px 10px;
	display: flex;
	background-color: white;
	flex-direction: column;
	gap: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 20;
	padding: 0 30px 30px;
	gap: 30px;
}

.footer .footer-search-hints-links > a {
	color: black;
	display: block;
}

.compare-icon_in_compare-small {
}

.bookmark_in_bookmark_product_page {
	opacity: 50%;
}

.btn-in-cart-catalog {
	opacity: 50%;
}

/* Новые стили */
.feedback-container-text {
	height: 20px;
}

.footer-vk-icon {
	width: 20px;
	height: 20px;
}

.footer-phone {
	color: white;
}

.footer-soc-conteiner {
	display: flex;
	gap: 10px;
	align-items: flex-end;
}

@media (max-width: 810px) {
	.footer .footer-bottom .documents {
		margin-top: 15px;
	}
}

@media (max-width: 510px) {
	.footer-soc-conteiner {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 10px;
	}

	.footer .footer-bottom .documents {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.footer .footer-bottom {
		align-items: center;
	}

	.feedback form label:has(input:invalid) input {
		border: none;
	}

	/* .price span {
    font-size: 14px !important;
  } */

	.btn-buy {
		font-size: 11px;
	}

	.goods .upper .images-container .icons {
		left: 20px;
	}

	.goods .upper .images-container > img {
		width: 100%;
	}

	.goods {
		padding: 30px 10px 5px;
	}

	.goods-lower .container {
		padding: 20px 10px;
	}

	.dropdown-title {
		justify-content: center;
	}

	.footer .footer-container .dropdown-list {
		align-items: center;
	}

	.footer-phone-conteiner a {
		text-align: center;
	}

	.footer-soc-conteiner {
		align-items: center;
	}
	.select-goods {
		padding-left: 15px;
		padding-right: 15px;
	}
	.logoWW img {
		margin-right: 0;
	}

	.titles span {
		background-color: #363636;
		cursor: pointer;
		flex: 1;
		display: inline-block;
		font-size: 16px;
		color: #fdfaf7;
		padding: 15px 30px;
		text-align: center;
		transition: background-color 0.5s;
		font-family: "conthrax-sb.ttf";
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.goods .upper {
		position: relative;
		display: flex;
		flex-direction: column;
		/* gap: 30px; */
	}

	.actions {
		display: flex;
		justify-content: start;
		align-items: start;
		/* order: 4; */
		text-align: center;
		/* margin-right: 10px; */
	}
	.actions .btn-buy {
		padding-bottom: 10px;
	}
	.price-basket {
		display: flex;
	}
	.actions .canCredit {
		margin-top: 10px;
	}
}

.mobile-logo {
	display: none;
}

@media (max-width: 540px) {
	.desk-logo {
		display: none;
	}

	.mobile-logo {
		display: flex;
		color: white;
	}
}

/* .dropdown-list-compare{
  display: none !important;
}

 */

.isVisibleSravn {
	display: none !important;
}

.footer-phone-conteiner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dropDown-block,
.cataog_tires-descriptionBlock {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.dropDown-block img,
.cataog_tires-descriptionBlock img {
	width: 20px;
	height: 20px;
}

.dropDown-conteiner,
.cataog_tires-descriptionConteiner {
	display: none;
}

.dropDownActive {
	display: flex;
}

.cataog_tires-description {
	display: flex;
	width: 100%;
}

.dropDown-tableWrapper {
	width: 100%;
}

.description-img img {
	width: 267px !important;
	height: 382px;
}

/* .cataog_tires-dropDownBlock{
  display: none;
} */

/* новые стили для выпадашек */
.dropdownActive {
	display: flex !important;
}

#catalog_tires-dropdown-block {
	display: none;
}

.sort-input {
	padding: 11px 12px;
	border-radius: 6px;
	width: 200px;
}

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

.tires-sort-conteiner {
	position: relative;
}

.tires-list {
	position: absolute;
	background-color: white;
	right: 0;
	top: 44px;
	width: 199px;
	z-index: 8;
}

.tires-list li {
	cursor: pointer;
	list-style: none;
	padding: 6px 6px;
}

.tires-list li:hover {
	background-color: blue;
	color: white;
}

.iVisible {
	display: block !important;
}

.iUnVisible {
	display: none !important;
}

/*  */
.nav-link {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #282828;
	display: flex;
}
.stocks-brand {
	display: flex;
	align-items: center;
	height: 46px;
	gap: 30px;
}

.stocks-brand span {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #7e7e7e;
}

.category-link-item {
	padding: 15px 20px 10px 20px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	color: #282828;
	cursor: pointer;
}

.slide.back.active {
	/* background-image: url('/css/images/indexBg.jpg'); */
	background-size: contain;
	background-position-y: 0;
}

/* Новые стили */
.cataog_tires-dropDownBlock {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 30px;
}

.cataog_tires-table .feature-row {
	display: flex;
	justify-content: space-between;
}

.cataog_tires-characteristic {
	width: 60%;
}

.cataog_tires-description {
	display: block;
	width: 40%;
}

.cataog_tires-characteristic .dropDown-conteiner .cataog_tires-description {
	width: 100%;
}

.goods .goods-info .container .features-page .feature-table .feature-row {
	display: flex;
	justify-content: space-between;
}

/* Стили для модалки */
.modal-bg {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	z-index: 110;
}

.modal-wrapper {
	background: rgb(255, 255, 255);
	width: 1260px;
	margin: 0 auto;
	height: 66%;
	margin-top: 201px;
	padding: 50px 0px 50px 0px;
	max-height: calc(83vh - 139px);
}

.modal-content {
	position: relative;
	width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	row-gap: 55px;
	column-gap: 55px;
}

.modal-cross {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.catalog-item {
	width: 160px;
	height: 151px;
}

.catalog-title,
.catalog-title a {
	margin-bottom: 15px;
	color: rgb(0, 0, 0);
	font-family: PT Sans;
	font-size: 16px;
	font-weight: 700;
}

.modal-content ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.modal-content li {
	list-style: none;
}

.modal-content li a {
	color: rgb(0, 0, 0);
	font-family: PT Sans;
	font-size: 16px;
	font-weight: 400;
}

.modal-content li a:hover {
	text-decoration: none;
}

.catalog-item-3 {
	order: 5;
}

@media (max-width: 780px) {
	.slide.back.active {
		background-position-y: 220px;
	}

	.cataog_tires-dropDownBlock {
		flex-direction: column;
	}

	.cataog_tires-dropDownBlock {
		gap: 10px;
	}

	.cataog_tires-characteristic,
	.cataog_tires-description {
		width: 100%;
	}

	.modal-wrapper {
		width: 100%;
		height: 100%;
		max-height: 100%;
		margin-top: 20px;
		overflow: scroll;
	}

	.modal-content {
		width: 100%;
	}

	.catalog-item {
		height: max-content;
	}
}

.Sort {
	margin-right: 10px;
}
.dropdown-manager-modal {
	border-radius: 2px;
	padding: 15px 20px;
	width: 228px;
	height: 47px;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	cursor: pointer;
}
/* .dropdown_input{
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  opacity: 0.7;
  border: none;
  outline:none;
} */
.dropdown_input-modal {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	width: 100%;
	background: rgb(64 62 62 / 10%);
}

.dropdown-content-modal-manager {
	border: 1px solid #dcdcdc;
	border-radius: 0 0 5px 5px;
	width: 228px;
	max-height: 262px;
	overflow-y: auto;
	position: absolute;
	background-color: #fff;
	display: none;
	flex-direction: column;
}
.dropdown-item {
	padding: 15px 20px 10px 20px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	color: #282828;
	cursor: pointer;
	opacity: 0.5;
}
.dropdown-item:hover {
	opacity: 1;
	background: #f3f3f3;
}
.dropdown_main_active {
	display: flex;
	top: 47px;
	left: 0px;
	z-index: 5;
}
.dropdowns-container p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 15px;
}
.dropdowns-container p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 15px;
}
.btn-search-main {
	border-radius: 2px;
	text-align: center;
	width: 100%;
	height: 44px;
	background: #ffd600;
	border: none;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
	margin-top: 20px;
}
.btn-search-main:hover {
	background: #222;
	color: #fff;
}

.stocks-block {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.stocks h2 {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: #282828;
	flex-wrap: wrap;
}
.brand-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #282828;
}
.brands-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.brand-name-block p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
}

.banner-slider {
	width: 100%;
	height: 100%;
	max-height: 430px;
}

.banner-button-next {
	background-image: url("/css/images/banner-btn-next.svg");
	width: 54px;
	height: 36px;
	position: absolute;
	z-index: 10;
	top: 42%;
	right: 2%;
	cursor: pointer;
}

.banner-button-prev {
	background-image: url("/css/images/banner-btn-prev.svg");
	width: 54px;
	height: 36px;
	position: absolute;
	z-index: 10;
	top: 42%;
	left: 2%;
	cursor: pointer;
}

.menu-catalog-dropdown {
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 84px;
	left: 0;
	right: 0;
	height: 289px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.menu-catalog-dropdown {
	display: none;
}

.menu-list ul li {
	list-style-type: none;
	font-family: "Inter";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 20px;
}

.menu-list ul li a {
	list-style-type: none;
	font-family: "Inter";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #282828;
	opacity: 0.6;
	margin-bottom: 15px;
}
.menu-list ul li a:last-child {
	margin-bottom: 0px;
}

.menu-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.akcii-header-menu-block {
	display: flex;
	align-items: center;
}
.akcii-header-menu-block a {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #282828;
}
.menu-second-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.menu-akcii-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-left: 1px solid #ececec;
	padding-left: 20px;
}
.last-second-list {
	border-left: 1px solid #ececec;
	padding: 0px 0px 0px 20px;
	width: 280px;
	height: 209px;
}
.last-second-list {
}
.last-second-list a {
	font-family: "Inter";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #282828;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.all-rights {
	margin-top: 20px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #fff;
	opacity: 0.7;
}
.footer-list span {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #fff;
	margin-bottom: 10px;
	opacity: 0.5;
}
.footer-number {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 15px;
}
.call-footer {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #f5f6f6;
}
.footer-list svg {
	margin-top: 50px;
	cursor: pointer;
}
.footer-bottom-container {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.footer-bottom-container p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #fff;
	opacity: 0.4;
}
.footer-container {
	flex-direction: column;
}
.footer-upper-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.footer-ww-logo {
	cursor: pointer;
}
.for-business-container {
	display: flex;
	align-items: center;
}

.for-business a {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.for-bus {
	display: flex;
	gap: 6px;
	padding-right: 25px;
	border-right: 1px solid;
	border-color: #e0e0e0;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #595959;
}
.for-bus a {
	display: inline-block;
	width: 100px;
}
.buyers-dropdown {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #595959;
	display: flex;
	align-items: center;
	gap: 2px;
	cursor: pointer;
	position: relative;
}

.buyers-dropdown-hide {
	position: absolute;
	top: 27px;
	left: 0;
	width: 198px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}
.buyers-dropdown-hide {
	display: none;
}
.buyers-dropdown-item {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	/* opacity: 0.5; */
	padding: 15px 20px 10px 20px;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ececec;
}

.buyers-dropdown-item:hover {
	opacity: 1;
	background-color: rgb(177, 175, 175);
	color: #282828;
}

.goods-item:hover {
	box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, 0.5);
}

.product-main-card {
	border-radius: 5px;
	padding-top: 30px;
	padding-left: 30px;
	background-color: #fff;
	width: 100%;
	max-width: 308px;
	height: 100%;
	max-height: 267px;
	overflow: hidden;
	cursor: pointer;
	transition: all 500ms ease;
}

.product-main-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-main-card:hover {
	box-shadow: 0 2px 10px 0 rgba(56, 56, 56, 0.15);
}
.product-main-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #282828;
	margin-bottom: 15px;
	white-space: nowrap;
}
.product-main-cards-conatiner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 80px;
	margin-top: 80px;
	display: grid;
	gap: 16px;
	grid-template-columns:
		minmax(auto, 308px) minmax(auto, 308px) minmax(auto, 308px)
		minmax(auto, 308px);
	grid-template-rows: auto;
}
.all-news {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
	padding-left: 30px;
}
.dillers {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #fff;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.dillers-container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.dillers-table {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(4, auto);
	gap: 0;
}
.for-business-wrapper {
	background-color: #282828;
}
.for-business-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	padding-top: 15px;
	padding-bottom: 15px;
	align-items: center;
	margin: 0 auto;
}
.back-to-site {
	display: flex;
	gap: 5px;
}
.back-to-site a {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #fff;
}
.business-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}
.for-business-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
}
.for-business-authorization {
	border-radius: 10px;
	padding: 60px;
	width: 100%;
	/* height: 371px; */
	background: #fff;
}
.for-business-authorization h3 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 36px;
	color: #282828;
	margin-bottom: 40px;
}

.login-pass-block {
	display: flex;
	gap: 20px;
	margin-bottom: 60px;
}
.password-input {
	border-radius: 5px;
	padding: 15px 20px;
	width: 100%;
	/* max-width: 570px; */
	height: 50px;
	background: #f7f7f7;
	display: flex;
	justify-content: space-between;
}
.business-auth-password {
	border: none;
	background: #f7f7f7;
}
.contacts-social-vk {
	padding-left: 35px;
}
.error-autorise-bussiness-page {
	display: none;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: red;
}
.business-auth-login {
	border-radius: 5px;
	padding: 15px 20px;
	width: 100%;
	max-width: 570px;
	height: 50px;
	background: #f7f7f7;
	border: none;

	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.business-auth-password {
	border-radius: 5px;
	padding: 15px 20px;
	width: 100%;
	max-width: 570px;
	height: 50px;
	background: #f7f7f7;
	border: none;

	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}

.sign-in {
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	height: 56px;
	background: #ffd600;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.work-with-us {
	padding-top: 80px;
	padding-bottom: 80px;
}
.work-with-us h3 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 40px;
}
.working-cards {
	display: grid;
	gap: 10px;
	/* Будет создано 3 колонки */
	grid-template-columns: repeat(4, minmax(238px, 312px));
	/* Будет создано 3 ряда */
	grid-template-rows: 221px;
}

.working-card {
	border-radius: 10px;
	padding: 40px 25px;
	width: 100%;
	max-width: 312px;
	height: 221px;
	background: rgba(255, 255, 255, 0.05);
	text-align: center;
}
.working-card p {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #ececec;
	padding-top: 25px;
}
.comfortable-fast-benefit {
	border-radius: 10px;
	padding: 60px;
	background: rgba(255, 255, 255, 0.05);
}
.comfortable-fast-benefit h3 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #fff;
	padding-bottom: 40px;
}

.comfortable-fast-benefit p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #ececec;
	/* max-width: 991px; */
}
.official-dillers {
	padding-top: 80px;
	padding-bottom: 40px;
}
.official-dillers h3 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 30px;
}
.controls-compares-block {
	display: flex;
	height: 30px;
	gap: 5px;
}

.official-dillers p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #ececec;
	/* max-width: 991px; */
}
.dillers-table {
	display: flex;
	flex-wrap: wrap;
}
.dillers-logo-block img {
	width: 100%;
	max-width: 220px;
}

.popular_product_others {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #282828;
	background-color: #f5f6f6;
	margin-top: 80px;
}
.dillers-table-card {
	border: 1px solid #e0e0e0;
	padding: 0px 50px;
	width: 100%;
	max-width: 320px;
	height: 150px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.delete-upload-file {
	cursor: pointer;
}
#upload_file2-block {
	margin-top: 15px;
}
.mobile-filter-count {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
}
.upload-company-card-block {
	display: flex;
	gap: 10px;

	border: 1px solid #ececec;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 274px;
	height: 50px;
	cursor: pointer;
}
.uploaded_file_block {
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	margin-top: 12px;
}
.uploaded-file-style {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #06659b;
}
.uploaded_file {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	cursor: pointer;
}
.other-products-bottom {
	margin-bottom: 80px;
}
.no-access {
	background-color: #ffd600;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	padding: 60px;
	margin-top: 80px;
	padding-bottom: 40px;
}
.no-access-left {
	max-width: 548px;
}
.no-access-left h3 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 30px;
}

.no-access-left p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: rgba(40, 40, 40, 0.9);
}
.no-access-right {
	display: flex;
	align-items: center;
	max-width: 480px;
	gap: 40px;
}
.week-number {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.week-number span {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.week-number a {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #282828;
}
.no-access-right button {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
	border: 1px solid #282828;
	border-radius: 5px;
	width: 234px;
	height: 50px;
	background: transparent;
	cursor: pointer;
}
.no-access-right button:hover {
	background-color: #000;
	color: #fff;
}
.goods-wrapper {
	background-color: #fff;
}
.main-article-image {
	order: 2;
	object-fit: contain;
	margin-left: 20px;
}
.images-container img {
	max-width: 526px;
	width: 100%;
	max-height: 526px;
}
.upper {
	display: flex;
	flex-direction: column;
}
.upper-info-block {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 584px;
}
.upper-info-block h1 {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 120%;
	color: #282828;
	margin-bottom: 30px;
	max-height: 108px;
	height: 100%;
	overflow: hidden;
}
.main-info-rigth {
	display: flex;
	gap: 30px;
	align-items: center;
}
.article-compare {
	display: flex;
	gap: 5px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #999;
	cursor: pointer;
}
.article-compare img {
	cursor: pointer;
}
.article-compare-image {
	width: 20px;
	height: 20px;
}
.favorites img {
	cursor: pointer;
}
.fast-buy {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 18px 20px;
	width: 524px;
	height: 52px;
	background-color: transparent;
	margin-top: 10px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #282828;
	cursor: pointer;
}
.product-exist {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
	opacity: 1;
	margin-top: 30px;
}
.catalog .header .title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 30px;
}
.count-all-products {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
	white-space: nowrap;
}
.all-products-block {
	padding-top: 11.5px;
	padding-bottom: 11.5px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dropdown-filter-catalog {
	border-radius: 5px;
	padding: 12px 15px;
	background: #ffffff;
	width: 100%;
	max-width: 222px;
	height: 42px;
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 10px;
}

.dropdown-filter-catalog-mobile {
	display: none;
}
.dropdown-content-filter-catalog {
	border: 1px solid #dcdcdc;
	border-radius: 0 0 5px 5px;
	width: 235px;
	height: auto;
	position: absolute;

	background-color: #fff;
	display: none;
	flex-direction: column;
}
.dropdown_show_catalog_active {
	display: flex;
	top: 43px;
	left: 0;
	z-index: 10;
}

.dropdown_input {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
	border: none;
	outline: none;
	cursor: pointer;
	width: 100%;
}
.show-filter-text {
	margin-left: 10px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #5b5b5b;
}
.all-products-and-filter-view {
	display: flex;
	justify-content: space-between;
	max-width: 987px;
}
.main-cards-price {
	display: flex;
	flex-direction: column;
}

.good-item-image {
	width: 100%;
	max-width: 200px;
	max-height: 165px;
	height: 100%;
	object-fit: contain;
}
.card-info-block {
	display: flex;
	flex-direction: column;
}
.category-footer-list {
	height: auto;
	display: none;
	flex-direction: column;
	gap: 10px;
	list-style-type: none;
	border-bottom: 1px solid rgba(245, 246, 246, 0.1);
	padding-bottom: 10px;
}
.compare-navigations-button {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}
.goods-item.wide .image img {
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	/* max-width: 130px;
    max-height: 190px; */
	object-fit: contain;
	max-height: 205px;
}
.list-card-info-view-compare-block {
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	align-items: center;
	/* width: 100%; */
	cursor: pointer;
}
.list-card-info-view-units-count {
	font-family: "Inter";
	font-weight: 400;
	font-size: 12px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	margin-top: 15px;
}
.list-card-info-view-compare-block p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #999;
	white-space: nowrap;
}

.list-card-info-view-favorite-block p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #999;
	white-space: nowrap;
}
.list-card-info-view-comp-favor {
	display: flex;
	gap: 30px;
	flex-wrap: nowrap;
	margin-top: 35px;
}
.list-card-info-view-favorite-block {
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	cursor: pointer;
}
.list-card-info-view-price-text {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #282828;
	margin-bottom: 15px;
}
.list-card-info-view-price-btn-units {
	width: 100%;
	max-width: 220px;
}
.list-card-info-view-btn-buy {
	display: flex;
	flex-wrap: nowrap;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 220px;
	height: 40px;
	background: #ffd600;
	gap: 20px;
	cursor: pointer;
}

.list-card-info-view-btn-buy p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #855d0b;
}

.list-card-info-view-block {
	display: none;
	display: flex;
	width: 100%;
	gap: 40px;
}
.list-card-info-view-text-prod-manuf {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
}
.list-card-info-view-text-prod-name {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: #282828;
	margin-bottom: 35px;
}
.list-card-info-view-text-articul {
	font-family: "Inter";
	font-weight: 400;
	font-size: 12px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	margin-bottom: 9px;
}
.list-card-info-view-text-info {
	display: flex;
	flex-direction: column;
	max-width: 487px;
	width: 100%;
}
.footer-list-container {
	width: 652px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.category-footer-list a {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #fff;
	opacity: 0.7;
	list-style-type: none;
	margin-bottom: 10px;
}
.category-footer-list a:hover {
	opacity: 1;
}
.modal-footer-category-list {
	display: none;
}
.error_message_for_partners {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #ca3132;
	margin-top: 10px;
	display: none;
}
.error-message-one {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #ca3132;
	margin-top: 10px;
	display: none;
	margin-bottom: 15px;
}

.favorites-icon-block {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.compare-icon-block {
	position: absolute;
	top: 40px;
	right: 0;
	cursor: pointer;
}
.compare-icon-block img {
	width: 40px !important;
	height: 40px !important;
}
.no-favorites-block {
	display: flex;
	flex-direction: column;
}
.no-favorites-block p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
}
.to-catalog-link {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	width: 152px;
	height: 50px;
	background-color: #ffd600;
	margin-top: 40px;
}
.delivery-type-2-weeks {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
	margin-top: 10px;
}
.favorites-icon-block img {
	width: 40px !important;
	height: 40px !important;
}
.favorites-page-block {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	display: none;
	z-index: 1000;
}

.popup.open {
	display: block;
}

.popup-body {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-close {
	position: absolute;
	right: 14px;
	top: 13px;
}

.popup-content {
	background-color: #fff;
	max-width: 450px;
	max-height: 465px;
	width: 100%;
	border-radius: 5px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.popup-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
}
.popup-form {
	margin-top: 40px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}
.call-product-name {
	font-family: "Inter";
	font-weight: 400;
	font-size: 12px;
	color: #282828;
	opacity: 0.5;
	margin-bottom: 7px;
}
.client-name {
	border-radius: 5px;
	padding: 10px 15px;
	width: 100%;
	height: 50px;
	background: #f7f7f7;
	border: none;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	color: #282828;
	margin-bottom: 15px;
}
.client-name-fast {
	border-radius: 5px;
	padding: 10px 15px;
	width: 100%;
	height: 50px;
	background: #f7f7f7;
	border: none;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	color: #282828;
	margin-bottom: 15px;
}
.call-fast-order-btn {
	border-radius: 5px;
	padding: 17px 30px;
	width: 148px;
	height: 50px;
	background-color: #ffd600;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
	margin-top: 30px;
	cursor: pointer;
}
.btn-feedback-black {
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 234px;
	height: 50px;
	background-color: #282828;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
}
.error-feedback-message {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
	margin-top: 5px;
	display: none;
}
.error-message-modal {
	font-family: "Inter";
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	color: #ffb802;
	display: none;
	margin-bottom: 20px;
}
.client-number-fast {
	border-radius: 5px;
	padding: 10px 15px;
	width: 100%;
	height: 50px;
	background: #f7f7f7;
	border: none;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	color: #282828;
	margin-bottom: 15px;
}

.client-lastname {
	border-radius: 5px;
	padding: 10px 15px;
	width: 100%;
	height: 50px;
	background: #f7f7f7;
	border: none;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	color: #282828;
	margin-bottom: 15px;
}

.client-number {
	border-radius: 5px;
	padding: 10px 15px;
	width: 100%;
	height: 50px;
	background: #f7f7f7;
	border: none;

	margin-bottom: 20px;

	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	color: #282828;
}
.call-product-number {
	font-family: "Inter";
	font-weight: 400;
	font-size: 12px;
	color: #282828;
	opacity: 0.5;
	margin-bottom: 7px;
}

.checkbox-container {
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
}

.checkbox-container {
	display: flex;
	gap: 10px;
	align-items: center;

	margin-bottom: 30px;
}

.checkbox-container input[type="checkbox"] {
	accent-color: #282828;
	width: 22px;
	height: 22px;
	color: #fff;
}
.checkbox-container label {
	font-family: "Inter";
	font-weight: 400;
	font-size: 12px;
	color: #282828;
}
.checkbox-label span {
	font-family: "Inter";
	font-weight: 400;
	font-size: 12px;
	color: #282828;
}
.send-phone-btn {
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 182px;
	height: 50px;
	background-color: #282828;
	border: none;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;

	transition: 0.5s;
}

.send-phone-btn:hover {
	color: #282828;
	background-color: #ffd600;
}
.humburger-icon-img {
	width: 50px;
	height: 50px;
}
.phone-icon-img {
	width: 50px;
	height: 50px;
}
.mobile-menu-buttons {
	display: none;
}
.next-word {
	display: none;
}

.menu-mobile {
	position: fixed;
	background-color: #fff;
	z-index: 999;
	height: 100%;
	top: 0;
	right: 0;
	width: 0;
	transition: 0.5s;
}

.active-hamburger {
	padding: 20px 15px;
	width: 315px;
}

/* .menu-tablet-wrapper {
    height: calc(100% - 62px);
    top: 0;
    z-index: 997;
    position: fixed;
    width: 100%;
    backdrop-filter: blur(5px);
    background: rgba(64, 64, 64, 0.6);
    right: 0;
    display: none;
} */

.menu-mobile-logo {
	margin-bottom: 25px;
}
.menu-list-mobile {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.mobile-list-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
	margin-bottom: 13px;
}
.menu-mobile-block-list ul {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #c4c4c4;
}

.menu-mobile-block-list ul a {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	color: #282828;
	margin-bottom: 10px;
}
.header-phone-mobile {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 10px;
}
.call-button-media {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	color: #282828;
	margin-bottom: 5px;
}
.header-phone-block-media {
	display: flex;
	flex-direction: column;
}
.header-email-mobile {
	font-family: "Inter-Medium";
	font-weight: 400;
}

.good-item-card-list-type {
	min-height: 200px;
	width: 100%;
	display: flex;
	flex-direction: row;
}

.grid-list {
	display: grid;
	grid-template-columns: repeat(4, 238px);
	grid-template-rows: 448px;
	gap: 10px;
}
.change-view-block {
	padding-top: 11.5px;
	white-space: nowrap;
}
.good-item-column {
	display: flex;
	flex-direction: column;
}
.compare-avalible {
	display: none;
}
#grid-view {
	cursor: pointer;
}
#list-view {
	cursor: pointer;
}
.show-mobile-filters {
	display: none;
}

.mobile-catalog-container {
	position: fixed;
	background-color: #fff;
	z-index: 999;
	height: 0;
	top: 65px;

	width: 0;
	transition: 0.5s;
	overflow: hidden;
}
.mobile-filter-container {
	position: fixed;
	background-color: #fff;
	z-index: 999;
	height: 0;
	top: 65px;

	width: 0;
	transition: 0.5s;
	overflow: hidden;
}
.close-modal-filter-search-btn {
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 345px;
	height: 46px;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	background-color: #282828;
}
.close-modal-filter-search-btn-block {
	padding-top: 20px;
	padding-bottom: 20px;
}

.active-catalog {
	padding: 20px 15px 60px 15px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.title-close-block {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.search-mobile-all-product-catalog-dropdown {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	left: 0;
	top: 100%;
	width: 100%;

	z-index: 20;
	height: auto;
	max-height: 400px;
	overflow-y: scroll;
	position: absolute;
}
.mobile-search-allprod-item {
	background-color: #fff;
	display: flex;
	gap: 10px;
	border-bottom: 1px solid #ececec;
	padding: 10px 20px 10px 15px;

	height: 85px;
}

.mobile-search-allprod-item-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
}
.search-mobile-all-product-catalog-dropdown {
	display: flex;
	flex-direction: column;
}
.mobile-search-allprod-item-text-title {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.8;
	overflow: hidden;
	height: 39px;
}
.mobile-search-allprod-item-text-price {
	font-family: "Inter-SemiBold.ttf";
	font-weight: 600;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.mobile-search-allprod-item img {
	width: 51px;
	height: 51px;
	object-fit: contain;
}
.mobile-category-modal-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #999;
	display: flex;
	align-items: end;
}
.all-product-category {
	border-bottom: 1px solid #ffd600;
	padding-left: 20px;
	padding-bottom: 15px;
	width: 100%;
	cursor: pointer;
}
.prod-drop-product-category {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 15px 20px 15px 20px;
	width: 100%;
	align-items: center;

	opacity: 1 !important;
}
.prod-drop-product-category-man {
	display: flex;
	justify-content: space-between;
	padding: 15px 20px 15px 20px;
	width: 100%;
	align-items: center;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	color: #282828;
}
.manufacturer-dropdown-menu-mobile {
	padding-bottom: 15px;
	border-bottom: 1px solid #ececec;
}
.prod-block-category {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 15px 20px 15px 20px;
	width: 100%;
	align-items: center;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	color: #282828;
}
.checkbox-inputs-mobile-akcii {
	display: flex;
	margin-top: 15px;
}
.checkbox-inputs-mobile-akcii label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.prod-drop-product-category p {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	color: #282828;
}
.checkbox-inputs-mobile-filters {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.show-all-models-filter {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #323232;
}
.checkbox-inputs-mobile-filters label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.filter-inputs-block {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	align-items: center;
}
.filter-prices-input {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	width: 100%;
	max-width: 354px;
	height: 45px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #999;
	padding: 12px 15px;
}
.dropdown-arrow-down {
	width: 15px;
	height: 8px;
}
.title-filter-category-block {
	margin-top: 25px;
}
.manufacturer-name-search {
	border: 1px solid rgba(40, 40, 40, 0.2);
	border-radius: 5px;
	padding: 12px 15px;
	width: 100%;
	height: 45px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #999;
	margin-top: 10px;
	margin-bottom: 20px;
}
.basket-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
	margin-top: 0;
	margin-bottom: 0;
}
.clear-button {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 175px;
	height: 45px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	color: #5b5b5b;
	cursor: pointer;
}
.clear-button:hover {
	background: rgba(40, 40, 40, 0.5);
	color: #fff;
}
.cart-item-basket-image {
	width: 100%;
	max-width: 140px;
	object-fit: contain;
	height: 100px;
}
.cart-item-basket {
	width: 100%;
	height: 140px;
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 19px 20px;
	display: flex;
	position: relative;
}
.cart-item-basket .text {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 464px;
	margin-right: 40px;
}

.cart-item-basket .description {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
	width: 100%;
	max-width: 464px;
}
.cart-item-price {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	color: #282828;
	margin-top: 30px;
	margin-bottom: 5px;
}
.cart-item-model-units {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	color: #282828;
	opacity: 0.5;
}
.count-price {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}
.count-price .price {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: #282828;
}
.selectCount {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 120px;
	height: 44px;
}
.count-price .plus {
	border: none;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	cursor: pointer;
}

.count-price .minus {
	border: none;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	cursor: pointer;
}

.count-price .count {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 135%;
	text-align: center;
	color: #363636;
}
.selectCount {
	display: flex;
	gap: 30px;
}
.menu-mobile-logo {
	display: flex;
	align-items: flex-start;

	justify-content: space-between;
}
.cart-item-basket .image {
	width: 100%;
	max-width: 140px;
}
.cart-item-basket .close {
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 10px;

	background-image: url("images/cart-basket-close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.cart-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	max-width: 844px;
}
.basket-content {
	width: 100%;
	gap: 30px;
	display: flex;
	justify-content: center;
}
.order-confirm-block {
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 30px;
	width: 408px;
	/* height: 331px; */
	min-width: 285px;
}
.your-order-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
	margin-bottom: 20px;
}
.order-count-summ {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #5b5b5b;
	display: flex;
	justify-content: space-between;
}
.order-sale {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #5b5b5b;
	display: flex;
	justify-content: space-between;
}
.order-final-summ p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #5b5b5b;
}
.order-final-summ h4 {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 30px;
	line-height: 135%;
	color: #282828;
}
.order-final-summ {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.order-information {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.btn-order-cofirm {
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 52px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #282828;
	background-color: #ffd600;
	transition: 0.5s;
	margin-bottom: 10px;
}
.btn-order-cofirm:hover {
	background-color: #282828;
	color: #fff;
}
.btn-order-cofirm-one-click {
	border: 1px solid #ececec;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 52px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #282828;
}
.btn-order-cofirm-one-click:hover {
	background: rgba(40, 40, 40, 0.5);
	color: #fff;
}
.content-one-click {
	width: 100%;
	max-width: 450px;
	max-height: 607px;
}
.desc-one-click {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
	margin-top: 15px;
}
.contacts-info {
	border-radius: 5px;

	width: 450px;
	height: 643px;
}
.contacts-block {
	display: flex;
}
.contacts-numbers-info {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
}
.contact-number-info {
	border-bottom: 1px solid #ececec;
	padding: 20px 25px;
}

.contact-number-info h4 {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
	margin-bottom: 15px;
	display: flex;
	gap: 15px;
}
.contact-number-info h5 {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 24px;
	color: #282828;
	margin-left: 35px;
	margin-bottom: 10px;
}
.contact-number-info a {
	text-decoration: underline;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	margin-left: 35px;
	text-decoration-color: #ffd600;
}
.contacts-info {
	background-color: #fff;
}
.contacts-block {
	display: flex;
	gap: 10px;
}
.contact-address-info {
	border-bottom: 1px solid #ececec;
	padding: 20px 25px;
}
.contacts-address-btn {
	display: flex;
	gap: 5px;
}
.contacts-address-btn-item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Inter";
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #282828;
	opacity: 0.7;
	padding: 11px;
	border: 1px solid #ececec;
	border-radius: 3px;
}
.contact-address-info h4 {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 15px;
}
.contacts-address-btn {
	margin-left: 35px;
}
.location-route {
	display: flex;
	gap: 10px;
	cursor: pointer;
	margin-left: 35px;
	margin-top: 17px;
}

.location-route h6 {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	color: #282828;
}
.contact-address-info h4 {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.contact-address-info {
	border-bottom: 1px solid #ececec;
	padding: 20px 25px;
}
.contact-address-info h4 {
	margin-bottom: 0;
}
.contact-req-info {
	padding: 20px 25px;
}
.contact-req-info h4 {
	margin-bottom: 10px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	display: flex;
	gap: 15px;
}
.req-block {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
	margin-bottom: 10px;
	margin-left: 35px;
}
.contact-req-info a {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	color: #282828;
	margin-left: 35px;
}
.contact-socials-info {
	padding: 20px 25px;
	margin-left: 35px;
}
.titles-btns {
	border-bottom: 1px solid #ececec;
	width: 100%;
	max-width: 844px;
	height: 29px;
	display: flex;
}
.delivery-btn {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #282828;
	padding-right: 20px;
	border-bottom: 2px solid #ffd600;
	height: 29px;
	cursor: pointer;
}
.active_delivery_type_btn {
	color: #282828;
	border-bottom: 2px solid #ffd600;
}
.self-pick-btn {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #282828;

	height: 29px;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
}

.self-pick-btn:first-child {
	/* padding-left: 0px; */
}

.point-delivery-address {
	margin-top: 20px;
	margin-bottom: 80px;
}
.point-delivery-address p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	margin-bottom: 15px;
}
.point-address {
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 166px;
	height: 50px;
	background: #ffd600;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #282828;
	cursor: pointer;
}
.point-address:hover {
	background-color: #282828;
	color: #fff;
}
.devlivery-type-client-selector {
	display: flex;
}
.delivery-fiz {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #282828;
	padding-right: 20px;
	border-bottom: 2px solid #ffd600;
	height: 29px;
	cursor: pointer;
}
.delivery-ur {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #282828;

	height: 29px;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
}
.delivery-ur:first-child {
	/* padding-left: 0px; */
}
#company_info_1 {
	display: flex;
	flex-direction: column;
}
#company_info_2 {
	display: flex;
	flex-direction: column;
}
.delivery-client-info {
	margin-top: 30px;
}
.delivery-client-info p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	margin-bottom: 15px;
}
.upper-client-info-inputs {
	/* margin-top: 20px; */
}
.client-info-input {
	border-radius: 5px;
	padding: 15px;
	width: 100%;
	height: 50px;
	background: #f7f7f7;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	border: 1px solid #ececec;
}
.upper-client-info-inputs {
	display: flex;
	gap: 10px;
}
.down-client-info-inputs {
	display: flex;
	gap: 10px;
}
.delivery-client-info-inputs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.devlivery-type-client-block {
	margin-bottom: 80px;
}
.delivery-type-pay-selector {
	/* border-bottom: 1px solid #ececec; */

	height: 29px;
}
.btn-type-pay {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #282828;
}

.checkbox-container-type {
	display: flex;
	gap: 10px;
	align-items: center;
}

.checkbox-container-type input[type="radio"] {
	accent-color: #282828;
	width: 20px;
	height: 20px;
}

.checkbox-container-type label {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.line-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
	max-width: 844px;
	margin-bottom: 40px;
}
.checkbox-container-type {
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 20px;
	width: 415px;
	height: 87px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	cursor: pointer;
}
.checkbox-label {
	display: flex;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}
.checkbox-label-persinfo {
	gap: 5px;
	cursor: pointer;
}
.input-error {
	border: 1px solid red !important;
}
.check-title {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
}
.check-desc {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #999;
	opacity: 0.8;
}

.checkbox-container-policy {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 11px;
}

.checkbox-container-policy input[type="checkbox"] {
	accent-color: #282828;
	width: 22px;
	height: 22px;
	color: #fff;
}

.checkbox-container-policy label {
	font-family: "Inter";
	font-weight: 400;
	font-size: 12px;
	color: #282828;
	opacity: 0.5;
}
.delivery-type-pay {
	margin-bottom: 20px;
}
.confirm-order-btn {
	border-radius: 5px;
	width: 100%;
	max-width: 844px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	text-transform: uppercase;
	color: #282828;
	background-color: #ffd600;
	transition: 0.5s;
}
.buy-background {
	background-color: #fff;
}
.final-price-confirm-order {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 20px;
	line-height: 135%;
	color: #282828;
}
.confirm-order-btn:hover {
	background-color: #282828;
	color: #fff;
}
.count-products-price {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding-bottom: 5px;
	margin-bottom: 5px;
	align-items: center;
}
#list2 {
	display: none;
}
#list3 {
	display: none;
}
.product-info-list-description {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
	margin-top: 30px;
	word-break: break-word;
}
.description-pay-type-title {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 16px;
	color: #282828;
	margin-bottom: 20px;
}
.desc-pay-type-card {
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 40px;
	width: 100%;
	max-width: 420px;
	height: 229px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.desc-pay-type-card-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 20px;
}
.desc-pay-type-card-text h4 {
	font-family: "Inter";
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	color: #282828;
}

.desc-pay-type-card-text p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
}
.description-pay-type-cards {
	display: flex;
	gap: 10px;
	margin-bottom: 40px;
}
.description-pay-type-block {
	margin-top: 40px;
}
.delivery-desc-opisanie {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	margin-bottom: 5px;
	opacity: 0.7;
}
.news-page-list {
	margin-top: 20px;
}
.catalog-btn-buy p {
	display: none;
}
.flex-price-btn {
	display: flex;
	justify-content: space-between;
}
.card-man-name {
	margin-bottom: 8.5px;
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
	opacity: 1;
}
.btn-buy p {
	display: none;
}
.selectCount-catalog {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90px;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
}
.selectCount-catalog .plus {
	border: none;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	cursor: pointer;
	background-color: #fff;
}

.selectCount-catalog .minus {
	border: none;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	cursor: pointer;
	background-color: #fff;
}

.selectCount-catalog .count {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	color: #363636;
}
.catalog-products-dropdown {
	border-bottom: 1px solid #ffd600;
	padding: 15px 20px 15px 20px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.catalog-products-dropdown p {
	list-style-type: none;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #282828;
	opacity: 0.6;
	padding-left: 10px;
	cursor: pointer;
}
.show-dropdown {
	display: flex;
}
.catalog-products-dropdown p:hover {
	opacity: 1;
}
#catalog-tires-mobile-dropdown1 {
	display: none;
}

.change_status_product_form {
	display: grid;
}

.pagination-order-btn {
	/* padding: 15px 15px 15px 15px; */
}
.pagination-order-btn {
	width: 100%;
	display: flex;
	justify-content: space-between;

	margin-top: 30px;
}
.pagination-block {
	display: flex;
	gap: 5px;
}
.pagination {
	display: flex;
	gap: 5px;
}
.pagin-btn {
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	border: none;
	cursor: pointer;
	transition: 0.5s;
	/* opacity: 0.5; */
	background-color: #fff;
}
.pagin-btn:hover {
	background: #dcdcdc;
}
.pagination-active-btn {
	color: #fff;
	background-color: #282828;
	/* opacity: 1; */
}
.dropdown-block {
	display: flex;
	border: 1px solid rgba(40, 40, 40, 0.2);
	border-radius: 5px;
	padding: 12px 15px;
	max-width: 233px;
	height: 40px;
	position: relative;
}
.dropdown_input-catalog-char {
	width: 100%;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #282828;
	border: none;
	background: transparent;
}
.dropdow-icon-catalog-char {
	width: 11px;
}

.dropdown-list-char {
	display: none;
	z-index: 120;
	position: absolute;
	top: 100%;
	flex-direction: column;
	align-items: start;
	z-index: 200;
	left: 0%;
	background-color: #fff;
	justify-content: flex-start;
	max-width: 233px;
	width: 100%;
	border: 1px solid rgba(40, 40, 40, 0.2);
	gap: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-height: 200px;
	overflow-y: auto;
}
.checkbox-inputs-manufacturer-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-height: 200px;
	overflow-y: auto;
}

.dropdown_active {
	display: flex;
	top: 40px;
	left: 0;
	z-index: 10;
}
.dropdown-item-char {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
	padding-left: 10px;
	cursor: pointer;
	width: 100%;
}
.dropdown-item-char:hover {
	opacity: 1;
}

.catalog-products-dropdown-char {
	border-bottom: 1px solid #ffd600;
	padding: 15px 20px 15px 20px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.catalog-products-dropdown-char p {
	list-style-type: none;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #999;
}
.checkbox-inputs-manufacturer-list .label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.other-char-block {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.other-char-block span {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #999;
}
.error-checkbox {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: red;
}
.no-search-result {
	text-align: center;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	color: #282828;
}
.counter-btn-block {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	gap: 10px;
}
.product_count_input {
	width: 20px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 135%;
	text-align: center;
	color: #363636;
	border: none;
	background-color: transparent;
}
.product-count {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 257px;
	height: 52px;
	padding-left: 10px;
	padding-right: 10px;
}
.product-count-list {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 257px;
	height: 52px;
	padding-left: 10px;
	padding-right: 10px;
}
.header-basket-button {
	position: relative;
}
.insert-container-abs-basket {
	position: absolute;
	top: 17px;
	right: 3px;
}
.basket-num-count-block {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;

	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 10px;
	color: #282828;
}

.product-count-basket {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 257px;
	height: 52px;
	padding-left: 10px;
	padding-right: 10px;
}
.counter-minus {
	padding: 10px;
	cursor: pointer;
}
.counter-plus {
	padding: 10px;
	cursor: pointer;
}
.add-btn-to-basket {
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* max-width: 257px; */
	height: 52px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	color: #282828;
	border: none;
	cursor: pointer;
	background-color: #ffd600;
	border-radius: 5px;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}
.add-btn-to-basket a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 10px 20px;
}

.add-btn-to-basket p {
	margin: 0;
}
.product_exist {
	width: 100%;
}
.basket-clear-block {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	justify-content: center;
}
.clear-basket-text {
	display: flex;
	flex-direction: column;
}

.basket-clear-block img {
	max-width: 269px;
	max-height: 153px;
}
.basket-clear-block h5 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 20px;
	text-align: center;
}

.basket-clear-block p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
}

.basket-clear-block a {
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 152px;
	height: 50px;
	background-color: #ffd600;
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	transition: 0.5s;
}

.basket-clear-block a:hover {
	background-color: #282828;
	color: #fff;
}
.basket-count-width {
	width: 120px;
	height: 44px;
}
.article-small-image img {
	width: 73px;
	height: 73px;
	object-fit: contain;
}
.product-counter-list {
	width: 100%;
	height: 40px;
	padding-left: 0;
	padding-right: 0;
}
.error-message-modal {
	display: none;
}

#delivery-type-block-1 {
	display: flex;
	flex-direction: column;
}

#delivery-type-block-2 {
	display: flex;
	flex-direction: column;
}
.compare-type-button {
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 39px;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	color: #5b5b5b;
	gap: 20px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #999;
	cursor: pointer;
}
.compare-type-button:hover {
	background-color: #282828;
	color: #fff;
	border: 1px solid #282828;
}
.compares-types-block {
	display: flex;
	gap: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.compares-list {
	display: flex;

	flex-direction: column;
}
.compares-all-list {
	height: 448px;
	display: flex;
}
.compare-list-char-table {
	height: auto;
	display: flex;
	margin-top: 10px;
}
.compares-main-block {
	/* overflow: auto; */
}

.compares-list {
	display: flex;
	overflow-y: scroll;
	width: 100%;
}
.compares-list::-webkit-scrollbar {
	width: 0;
}
.compare-list-column {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 243px;
	background-color: #fff;
}
.compare-item-block {
	padding: 10px 20px;
	width: 243px;
	height: 66px;
	border: 1px solid #ececec;
	gap: 5px;
	display: flex;
	flex-direction: column;
}
.compares-all-list {
	height: 448px;
	margin-bottom: 10px;
}
.compare-item-block .title {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	color: #282828;
	opacity: 0.5;
}
.stocks-images {
	width: 100%;
	height: 200px;
	/* object-fit: cover; */
}
.compare-item-block .compare-wrapper-outside {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
}
.insert-search-product-header-block {
	display: none;
	flex-direction: column;
	height: 200px;
}

.controls-compares-block .next,
.controls-compares-block .back {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 54px;
	height: 36px;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.compares-next {
	right: 12px;
	height: 36px;
	cursor: pointer;
}
.controls-compares-block {
	margin-bottom: 25px;
}
.compares-next:hover {
}

.compares-back {
	right: 80px;
	height: 36px;
	cursor: pointer;
}

.compares-back:hover {
}
.news-page-date {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
}

.news-page-container {
	padding-bottom: 80px;
}
.news-page-block {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
.news-page-description {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.news-page-description p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #5d5d5d;
	width: 100%;
	word-break: break-word;
}
.button-back-to-news {
	display: flex;
	gap: 15px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 15px 20px;
	width: 115px;
	height: 45px;
}
.button-back-to-news {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	color: #5b5b5b;
}
.news-page-main-image {
	width: 100%;
}
.about-company-container h1 {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #282828;
	margin-bottom: 50px;
}

.about-company-container p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	/* opacity: 0.7; */
	margin-bottom: 15px;
}

.about-company-container h6 {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
}
.about-company-facts {
	display: flex;
	margin-top: 80px;
	gap: 10px;
}
.about-company-description {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
	opacity: 0.7;
	margin-top: 10px;
	width: 100%;
	max-width: 401px;
}

.main-akcii-title {
	font-family: "conthrax-sb.ttf";
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #282828;
	margin-bottom: 30px;
}
.other-news {
	padding-top: 80px;
	padding-bottom: 80px;
}
.main_comapres_count {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #282828;
	opacity: 0.6;
	white-space: nowrap;
}
.dop-services-block {
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
}
.open-drop {
	display: flex;
	flex-direction: column;
}
.about-company-we-doing-list {
	padding-left: 25px;
	margin-bottom: 15px;
}
.about-company-we-doing-list li {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	/* opacity: 0.7; */
	margin-bottom: 5px;
}
.delivery-desc-opisanie-title {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 18px;
	color: #282828;
	margin-bottom: 20px;
	margin-top: 20px;
}

.about-company-delivery-list {
	padding-left: 25px;
	margin-bottom: 15px;
}
.about-company-delivery-list li {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #282828;
	/* opacity: 0.7; */
	margin-bottom: 5px;
	list-style-type: decimal;
}
