@charset "utf-8";

@font-face {
	font-family: "Roboto";
	src: local("Roboto-Regular"),
		url("fonts/Roboto-Regular.woff2") format("woff2"),
		url("fonts/Roboto-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: local("Roboto-Medium"),
		url("fonts/Roboto-Medium.woff2") format("woff2"),
		url("fonts/Roboto-Medium.woff") format("woff");
	font-weight: 500;
	/* Medium */
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: local("Roboto-Bold"),
		url("fonts/Roboto-Bold.woff2") format("woff2"),
		url("fonts/Roboto-Bold.woff") format("woff");
	font-weight: 700;
	/* Bold */
	font-style: normal;
	font-display: swap;
}

:root {
	--font-primary: "Roboto", "Arial", sans-serif;
	--regular-size: 1rem;
	--min-size: 12px;
	--main-size: 14px;
	--middle-size: 18px;
	--large-size: 20px;
	--main-color: #fff;
	--text-color: #000;
	--primary-1: #826FEB;
	--primary-2: #FF7A5C;
	--primary-3: #3f3f3f;
	--primary-4: #f3f3f3;
	--primary-5: rgba(0, 0, 0, 0.05);
	--gray-color: #7c7c7c;
	--green-color: #1bb40d;
	--red-color: #c31331;
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: var(--main-color);
	background-color: var(--main-color);
	font-family: var(--font-primary);
	font-size: var(--regular-size);
	color: var(--text-color);
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body.overflow {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

input {
	font: caption;
}

input:focus-visible {
	background: var(--background-color);
}

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

button {
	border: none;
	font-family: var(--font-primary);
	font-size: var(--min-size);
	color: #000;
	background-color: transparent;
}

button,
a,
[role="button"] {
	cursor: pointer;
	touch-action: manipulation;
	transition: 0.3s;
}

h1 {
	font-size: var(--large-size);
	font-weight: 700;
}

h2,
h3,
h4 {
	font-weight: 700;
	margin: 15px auto;
}

h2,
h3 {
	font-size: var(--middle-size);
}

select {
	appearance: none;
	text-align: center;
	position: relative;
	background: url(svg/select.svg) 95% 50% no-repeat;
}

main {
	position: relative;
	margin: 5px auto 15px;
	min-height: 50vh;
}

ul {
	list-style: none;
}

img {
	border-style: none;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
}

input,
textarea {
	padding: 5px;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #000;
	border-radius: 6px;
}

input:focus-visible,
textarea:focus-visible,
button:focus {
	outline: none;
}

.content_message_box {
	width: 300px;
	margin: 1.5rem auto;
}

.content_message_box .swiper {
	position: relative;
	overflow: hidden;
}

.content_message_buttons {
	display: grid;
	margin: 10px auto;
	justify-items: center;
	gap: 10px;
}

.content_message_call {
	margin-bottom: 1rem;
}

.content_message_call_box {
	display: grid;
	gap: 1rem;
	padding-top: 1rem;
}

.content_message_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .28);
	padding: 1rem;
	cursor: pointer;
	margin-top: 1rem;
	border-radius: 3px;
}

.content_message_questions {
	font-size: 1.2rem;
	margin-bottom: 4px;
}

.content_message_consultation {
	font-size: var(--font-primary);
	color: var(--gray-color);

}

.content_message_jivo {
	border: 1px solid var(--primary-3);
	align-items: center;
	padding: 8px;
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 3px;
}

.content_message_jivo::after {
	content: '';
	width: 22px;
	height: 22px;
	background: url(svg/arrow.svg) no-repeat;
	background-position: center;
	display: block;
	background-size: contain;
}

.content_message_jivo:hover {
	box-shadow: 0px 0px 2px #000;
}

.content_message_btn {
	color: #fff;
	text-align: center;
	font-size: 1rem;
	background-color: var(--primary-2);
	border: 1px solid var(--primary-2);
	padding: 0.8rem;
	text-transform: uppercase;
	max-width: 300px;
	width: 100%;
}

.oneclick_btn,
.captcha_button,
.pop_up_button,
.content_message_btn,
.add_basket_continue {
	background-color: var(--primary-1);
	color: var(--main-color);
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: var(--regular-size);
	padding: 1rem;
	text-transform: uppercase;
	transition: .4s ease-in;
	max-width: 300px;
	text-align: center;
	width: 100%;
	border-radius: 6px;
	max-width: 250px;
	width: 100%;
	line-height: 1;
	margin: 1rem auto;
	cursor: pointer;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup_mess_cookie {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	bottom: 0;
	z-index: 10;
	background: #fff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .08), 0 0 4px 0 rgba(0, 0, 0, .04);
	padding: 12px;
	z-index: 100;
	bottom: 80px;
	width: calc(100% - 30px);
	right: auto;
	left: 15px;
	border: 1px solid #ccc;
}

.popup_mess_cookie p {
	font-weight: 400;
	font-size: 12px;
}

.page_vacancies__item {
	margin: 1rem auto;
	position: relative;
	padding-bottom: 1rem;
}

.page_vacancies__title {
	margin: 0.5rem 0;
	font-size: 1.2rem;
	position: relative;
	padding-left: 27px;
}

.page_vacancies__title::before {
	content: '✓';
	position: absolute;
	height: 20px;
	width: 16px;
	left: 6px;
	color: var(--primary-1);
	top: -3px;

}

.page_vacancies__subtitle {
	font-weight: 700;
	font-size: 1.1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.page_vacancies__name {
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.page_vacancies__main {
	padding-left: 2rem;
}

.list {
	list-style: disc;
	padding-left: 2rem;
}

.pop_up_link {
	display: block;
	border-bottom: 1px solid var(--primary-1);
	font-size: 1rem;
	text-align: center;
	max-width: 250px;
	margin: 1rem auto;
	padding-top: 1rem;
}

.add_basket_continue {
	border: 2px solid var(--red-color);
	background-color: #fff;
	color: var(--red-color);
}


/* header */
header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	margin: 0 auto;
	background: var(--primary-4);
}


.header__menu {
	display: none;
}

.header__container {
	display: grid;
	grid-template-columns: 100px 1fr 100px;
	font-size: var(--main-size);
	align-items: center;
	margin: 0 auto;
	padding: 10px 0;
}

.header__top {
	display: none;
}

.header__catalog {
	background-color: transparent;
	padding: 2px 4px;
	border-radius: 6px;
	display: flex;
	align-items: center;
}

.header__catalog span {
	display: none;
}

.header__catalog svg {
	fill: #826FEB;
}

.header__address {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.phone {
	padding-left: 20px;
	position: relative;
}

.phone::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(svg/phone.svg) 50% 50% no-repeat;
	background-size: contain;
	top: -2px;
	left: 0px;
}

.header__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: start;
	padding-left: 10px;
}

.header__catalog {
	background-color: transparent;
	padding: 2px 4px;
	border-radius: 6px;
	display: flex;
	align-items: center;
}

.catalog_left_menu {
	display: none;
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0;
	background-color: #fff;
	height: 100vh;
	z-index: 200;
}

.catalog_left_menu.active {
	display: block;
}

.menu_open {
	padding: 0 10px;
	background-color: #fff;
	height: 100%;
	width: 100%;
	overflow: scroll;
}

.catalog_menu {
	padding: 1.5rem 10px 8rem;
	background-color: #fff;
	height: 100%;
	width: 100%;
	overflow: scroll;
}

.header_closed_menu {
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	z-index: 1000;
}

.header_closed_menu svg {
	transform: scale(1.2);
}

.header_closed_menu path {
	fill: var(--red-color);
}

.first_level {
	width: 100%;
	justify-items: start;
	align-items: center;
	position: relative;

}

.catalog_menu_item_1 {
	border-bottom: 1px solid #e9e5e5;
}

.catalog_menu_link1 {
	display: block;
	font-weight: 500;
	font-family: var(--font-primary);
	font-size: var(--middle-size);
	color: var(--text-color);
	padding: 10px 0;
}

.catalog_menu_list_1 {
	display: none;
}

.header__icons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: end;
	justify-items: end;
	padding-right: 10px;
}

.icon__favor {
	display: none;
}

.reload_favor_open,
.reload_cart__open {
	position: absolute;
	width: 36px;
	height: 35px;
	top: 35px;
	z-index: 100;
	cursor: pointer;
}

.header__icons_link {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	position: relative;
	max-width: 80px;
	align-items: center;
	background: transparent;
	gap: 5px;
}

.header__cart_title {
	display: none;
	font-size: var(--main-size);
}

.delay_box,
.basket_box,
.personal__container {
	display: none;
}

.header__icons_count {
	position: absolute;
	top: -2px;
	right: 10px;
	display: block;
	color: var(--main-color);
	font-size: 0.75rem;
	padding: 1px 5px;
	border-radius: 16px;
	min-width: 16px;
	height: 16px;
	background-color: var(--primary-2);
}

.favor_count {
	top: -5px;
	right: 18px;
}

.favor_close,
.basket_close,
.pop_up__close {
	font-size: 2rem;
}

.reload_cart__wrapper.active .basket_box,
.reload_favor__wrapper.active .delay_box,
.personal__container.active {
	position: fixed;
	right: 0;
	top: 0;
	max-width: 400px;
	width: 100%;
	font-size: 14px;
	overflow-x: scroll;
	display: block;
	padding: 30px 10px;
	height: 100vh;
	z-index: 100;
	background: var(--main-color);
}

.pop_up_bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	display: none;
	z-index: -1;
}

.pop_up_bg.active {
	display: block;
}

.pop_up__enter {
	margin: 10px 0;
}

.pop_up_name {
	font-size: 16px;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 700;
	margin: 0 0 2px;
	display: block;
}

.pop_up_change,
.pop_up__exit {
	text-align: end;
	font-weight: 600;
	color: var(--primary-1);
	font-size: var(--regular-size);
	margin-top: 0.8rem;
}

.pop_up_info {
	font-size: 0.8rem;
	color: var(--gray-color);
	display: block;
}

.pop_up_menu__item {
	padding: 1rem 0;
	font-size: var(--regular-size);
}

.pop_up_menu__link {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.pop_up_menu__link span {
	margin: 0 10px;
}

.pop_up__heading {
	display: flex;
	justify-content: flex-end;
}

.basket_prod {
	display: grid;
	grid-template-columns: 100px 1fr 12px;
	grid-gap: 25px;
	position: relative;
	padding: 20px 30px;
	border-bottom: 1px solid #e9e5e5;
}


.icons__heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	font-size: var(--middle-size);
}

.prod_desc {
	padding-bottom: 10px;
}

.del_by_item_delay {
	position: absolute;
	top: 14px;
	right: 14px;
	background: url(images/krest.png) no-repeat;
	width: 12px;
	height: 12px;
	background-size: cover;
	cursor: pointer;
}

.icons__bottom {
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	max-width: 300px;
}

.basket_bottom_sum {
	padding: 10px;
	border-top: 1px solid var(--primary-1);
	text-align: center;
}

.basket_bottom_allsum {
	font-size: 1rem;
}

.basket_bottom_order {
	text-align: center;
}

.basket_bottom_btn {
	cursor: pointer;
	font-size: var(--main-size);
	text-align: center;
	border-radius: 6px;
	text-transform: uppercase;
	padding: 10px;
	border: 2px solid var(--primary-2);
	max-width: 250px;
	width: 100%;
	line-height: 1;
	margin: 10px auto;
	display: block;
	background-color: var(--primary-2);
	color: var(--primary-4);
}

@media (min-width: 370px) {
	.icons__bottom {
		max-width: 100%;
	}
}

@media (min-width: 1024px) {
	.icons__bottom {
		max-width: 370px;
		padding-bottom: 20px;
	}

	.menu_open_box {
		background-color: #fff;
		height: 100%;
		width: 850px;
	}

	.catalog_menu {
		overflow: visible;
		padding: 1rem 0.5rem;
	}

	.catalog_menu_back {
		display: none;
	}

	.catalog_menu_link,
	.catalog_menu_link {
		font-size: 18px;
		padding-left: 10px;
	}

	.catalog_menu_list_1 {
		display: none;
		position: fixed;
		z-index: 5;
		overflow-y: auto;
		background: #fff;
		max-width: 700px;
		width: 100%;
		height: 90%;
		padding: 0.5rem;
		left: auto;
		grid-template-columns: repeat(2, 1fr);
		right: 0;
		top: 90px;
		padding-bottom: 3rem;
	}

	.catalog_menu_list_1.active {
		display: grid;
	}

	.first_level:first-child .catalog_menu_list_1 {
		display: grid;
	}

	.catalog_menu_item_1 {
		position: relative;
	}

	.catalog_menu_item_1:last-child {
		padding-bottom: 60px;
	}

	.catalog_menu_link1 {
		width: 300px;
		font-size: var(--middle-size);
	}

	.catalog_menu_link2 {
		color: var(--primary-1);
		display: block;
		padding: 5px;
		font-weight: 700;
	}

	.catalog_menu_list_2 {
		display: block;
	}

	.catalog_menu_list_3 {
		border: 1px solid;
	}

	.catalog_menu_link3 {
		font-size: var(--regular-size);
		display: block;
	}

	.catalog_menu_link2,
	.catalog_menu_item_2 {
		position: relative;
	}

	.catalog_menu_list_3.active {
		display: block;
	}

	.catalog_menu_span {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1;
		cursor: pointer;
		height: auto;
		border: none;
		display: block;
	}

}

@media (min-width: 1100px) {
	.catalog_menu_list_1 {
		max-width: 760px;
	}
}

@media (min-width: 1190px) {
	.catalog_menu_list_1 {
		grid-template-columns: repeat(3, 1fr);
		max-width: 870px;
		width: 100%;
		gap: 20px;
	}
}

@media (min-width: 1280px) {
	.catalog_menu_list_1 {
		max-width: 75%;

	}
}

@media (min-width: 1400px) {
	.catalog_menu_list_1 {
		height: 90%;
		left: 350px;
	}
}

@media (min-width: 1600px) {

	.catalog_menu {
		width: 100%;
	}

	.catalog_menu_list_1 {
		left: 480px;

	}
}

@media (min-width: 1680px) {
	.menu_open {
		max-width: 1440px;
	}

	.header_closed_menu {
		right: 12em;
	}
}


@media (min-width: 1920px) {
	.menu_open {
		max-width: 1920px;
		margin: 0 auto;
		padding-left: 7.5rem;
		padding-right: 7.5rem;
	}

	.catalog_menu_list_1 {
		max-width: 1350px;
		left: 450px;
	}
}

@media (min-height: 900px) {

	.catalog_menu_link1 {
		padding: 12px 0;
	}
}






/* search */
.header__search {
	display: flex;
	align-items: center;
}

.header__search_form {
	width: 30px;
	height: 30px;
	margin: 0 0 0 auto;
	position: relative;
}

.header__search_label {}

.header__search_label svg {
	fill: var(--primary-1);
}

.header__search_input {
	width: 0;
	min-height: 0;
	padding: 10px 20px;
	outline: none;
	box-sizing: border-box;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 40px;
	left: -200px;
}

.header__search_input.active {
	display: block;
	left: 0;
}

.header__search_input:focus {
	width: 280px;
	min-height: 20px;
	transition: width 1s ease;
	color: var(--text-color);
	background: linear-gradient(98.34deg, #ffffff 0%, #ffffff 100%);
}

.header__search_input:focus~.header__search_label>.header__search_svg {
	fill: var(--primary-1);
}

.header__search_btn {
	font-size: 0;
}

.title-search-result {
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	max-height: 100vh;
	overflow: auto;
	background-color: #fff;
	border-radius: 6px;
	z-index: 6;
	box-shadow: 0px 0px 0px 2px rgb(69 92 110 / 10%);
	width: 100%;
}

.title-search-result__item {
	padding: 14px 20px;
}

.header__search_btn {
	font-size: 0;
}

.background__popap {
	z-index: 3;
	display: none;
	position: fixed;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	touch-action: none;
	-ms-touch-action: none;
}

@media (min-width: 768px) {
	.header__search {
		width: 80%;
	}

	.header__search_form {
		display: flex;
		margin: 0;
		width: 100%;
		height: auto;
		border: 1px solid var(--primary-1);
		border-radius: 6px;
	}

	.header__search_input {
		position: static;
		width: 100%;
		height: auto;
		border: 0;
		display: block;
	}

	.header__search_label {
		display: none;
	}

	.header__search_input:focus {
		width: 100%;
		border: none;
	}

	.header__search_btn {
		background-image: url(svg/loupe.svg);
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: center;
		width: 60px;
		height: 40px;
		background-color: var(--primary-1);
	}

	.title-search-result {
		left: 19%;
		top: 100px;
		width: 1200px;
		position: fixed;
	}
}

















/* main */
.container {
	padding: 0 10px;
	margin: 0 auto;
}

.title {
	font-weight: 700;
	margin: 15px auto;
	font-size: var(--middle-size);
}

#scroller_b_top {
	position: fixed;
	bottom: 70px;
	left: 20px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	color: var(--red-color);
	z-index: 4;
	border: none;
}

#message_modal {
	display: none;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	background: rgba(0, 0, 0, 0.3);
}

.box_message_modal {
	position: relative;
	overflow: auto;
	top: 10vh;
	padding: 2rem;
	margin: 0 auto;
	max-width: 95%;
	min-height: 80%;
	min-width: 280px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
	z-index: 1052;
}

.close_message_modal {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(svg/close.svg);
	width: 15px;
	height: 15px;
	background-size: cover;
}

.title_message_modal {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 1.2rem;
}

.content {
	line-height: 1.5;
}

.content__subtitle {
	font-weight: 500;
	font-size: 18px;
}

.content__link {
	position: relative;
	color: var(--primary-1);
}

.content__link:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--primary-2);
	content: "";
	transition: width 0.5s ease;
}

.content__link:hover {
	color: var(--primary-2);
}

.content__link:hover:after,
.content__link:focus:after {
	width: 100%;
}

.content_message_modal {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
}

.content_message_modal p {
	margin: 5px 0 10px;
}

.content_message_modal input {
	width: 100%;
	padding: 10px 5px;
	border-radius: 6px;
}

.personal_agreement {
	max-width: 600px;
	width: 100%;
}

.spisok {
	list-style-type: disc;
	padding-left: 30px;
}

.spisok_1 {
	padding-left: 30px;
}

.error_message {
	color: var(--red-color);
	margin: 10px auto;
	text-align: center;
	max-width: 550px;
}

.true_message {
	color: var(--green-color);
	text-align: center;
}

.content_message_modal .class_email,
.content_message_modal .class_phone {
	width: 100%;
	padding: 12px 10px;
	font-size: 18px;
	margin-bottom: 15px;
}

.form_add_review {
	width: 100%;
	display: block;
	text-align: center;
	height: 100%;
}

.form_add_review label {
	display: block;
	margin: 5px 0;
	width: 100%;
	text-align: left;
}

.form_add_review #text_review {
	display: block;
	width: 100%;
	border-radius: 6px;
	padding: 5px;
	height: 140px;
}

.form_add_review .rating_review_stars {
	width: 100%;
	color: gold;
	font-size: 40px;
	cursor: pointer;
}


.del_auth {
	padding: 1rem;
	margin: 150px auto;
	width: fit-content;
	background-color: #f6f5f7;
	border-radius: 5px;
}

.del_auth_heading {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: var(--red-color);
	font-weight: 600;
}

.del_auth_text {
	margin-bottom: 10px;
	max-width: 400px;
}

.del_auth a {
	display: inline-block;
	padding: 0.5rem;
	border-radius: 5px;
	background: var(--primary-1);
	margin-right: 1rem;
	margin-bottom: 1rem;
	color: #fff;
}

.del_auth .del_auth_link {
	margin-right: 20px;
}

.del_auth_bg {
	display: none;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	background: rgba(0, 0, 0, 0.3);
	display: block;
}


.background__icons_profile,
.filter_bg,
.box_button_bg {
	display: none;
	position: fixed;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	touch-action: none;
	-ms-touch-action: none;
	z-index: 5;
}

.background__icons_profile.active,
.filter_bg.active,
.background__popap.active,
.box_button_bg.active {
	display: block;
}

.block_404_left {
	padding: 5px;
	font-size: 18px;
	text-align: center;
}

.mkey {
	font-size: 10em;
	position: relative;
	color: black;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.mkey:before {
	content: '';
	display: block;
	position: absolute;
	-webkit-filter: blur(20px);
	filter: blur(20px);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: screen;
	background: linear-gradient(124deg, #ff7a5c, rgba(255, 0, 0, 0) 39.71%),
		linear-gradient(275deg, #826FEB, rgba(0, 0, 255, 0) 54.71%);
	background-size: 3em 3em, 2em 2em;
	animation-name: ani;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes ani {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 400% 0;
	}
}

.text_info {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	margin: 10px auto;
}

.back_to_cat {
	color: #fff;
	background: var(--primary-1);
	padding: 1rem;
	font-size: 1.2rem;
	display: block;
	max-width: 300px;
	width: 100%;
	text-align: center;
	border-radius: 6px;
	text-transform: uppercase;
}

.index_text__box {
	margin-top: 10px;
}

.index_text__box h2,
.index_text__box h3 {
	font-size: 18px;
}

.index_text__box ul,
.index_text__box p {
	padding: 5px 0;
}

.index_text__box ul li {
	position: relative;
	padding-left: 14px;
	line-height: 1.6;
}

.index_text__box ul li::before {
	position: absolute;
	content: '-';
	top: -8px;
	left: 0;
	color: var(--primary-1);
	width: 15px;
	height: fit-content;
	font-size: 22px;
}

#page_title {
	font-weight: 700;
	margin: 0.8rem auto;
}

.page_contacts__item {
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	min-height: 3.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page_contacts__item::before {
	position: absolute;
	top: 20%;
	left: 0;
	content: "";
	width: 2rem;
	height: 2rem;
}

.page_contacts__address::before {
	background: url(svg/location.svg) 50% 50% no-repeat;
}

.page_contacts__phone::before {
	background: url(svg/phone-w.svg) 50% 50% no-repeat;
}

.page_contacts__mail::before {
	background: url(svg/mail.svg) 50% 50% no-repeat;
}

.page_contacts__time::before {
	background: url(svg/time.svg) 50% 50% no-repeat;
}

.page_contacts__social {
	display: flex;
	gap: 1rem;
	padding-top: 1rem;
}

.bottom_info__description p {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.bottom_info__description ul,
.bottom_info__description ol {
	list-style: disc;
	padding-left: 20px;
}

.bottom_info__description li {
	list-style-type: disc;
}

@media (min-width: 1040px) {
	.page_contacts {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

/* personal */
.personal__title {
	font-size: var(--middle-size);
	font-weight: 500;
	margin-bottom: 0.8rem;
}

.personal__info_name {
	margin-bottom: 0.5rem;
}

.personal__info_phone {
	font-size: 0.8rem;
}

.personal_input_new.active .class_phone {
	pointer-events: none;
}

.personal_input_new input:focus {
	border: 1px solid var(--primary-1);
}

.personal__item,
.personal_input_new {
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	max-width: 550px;
	width: 100%;
	margin-bottom: 15px;
}

.hide label {
	display: none;
	gap: 3px;
	margin-bottom: 5px;
}

.required {
	display: none;
}

.text_hide {
	display: none;
}

.hide input {
	border: none;
	pointer-events: none;
	width: 100%;
}

.hide .personal_input__item {
	display: block;
	max-width: 600px;
	width: 100%;
}

.personal_input_new.active label {
	display: grid;
}

.personal_input_new.active input {
	border: 1px solid rgba(0, 0, 0, 0.3);
	pointer-events: auto;
}

.personal_input_new.active .class_phone {
	pointer-events: none;
}

.personal_input_new.active .required {
	display: block;
	font-size: 0.8rem;
	color: gray;
	padding-top: 0.5rem;
}

.personal_input_new.active .text_hide {
	display: block;
	color: red;
	padding-top: 0.5rem;
}

.personal__buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 550px;
	grid-gap: 10px;
}

.personal__button,
.personal__button_basket {
	max-width: 320px;
	width: 100%;
	font-family: var(--font-primary);
	font-size: 0.9rem;
	padding: 0.8rem;
	border-radius: 6px;
	outline: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	cursor: pointer;
	margin: 10px auto;
	background-color: var(--primary-2);
	color: var(--primary-4);
	transition: .4s ease-in;
}

.personal__law_box {
	display: flex;
	justify-content: center;
}

.personal__law_button {
	border: 2px solid var(--primary-2);
	padding: 0.8rem 0.1rem;
	border-radius: 6px;
	font-size: 0.9rem;
	width: 100%;
	max-width: 320px;
	width: 100%;
	text-transform: uppercase;
}

.personal__enter {
	max-width: 320px;
	width: 100%;
	font-family: var(--font-primary);
	font-size: 0.9rem;
	padding: 0.8rem;
	border-radius: 6px;
	outline: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	cursor: pointer;
	margin: 20px 0;
	background-color: var(--primary-2);
	color: var(--primary-4);
	transition: .4s ease-in;
}

.hide_button {
	display: none;
}

.personal__law {
	display: flex;
	align-items: center;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	flex-direction: column;
}

.entity_field {
	align-items: start;
	flex-direction: column;
	text-align: left;
	margin: 0;
}

.personal__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.personal_input_new {
	box-shadow: 0px 0px 5px var(--primary-1);
	padding: 10px;
	margin-top: 10px;
}

.personal__name {
	margin: 10px 0;
	font-weight: 600;
}

.personal_input__list {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	gap: 10px;
	display: grid;
}

#profile_phone {
	grid-column: span 2;
}

.personal_input__item_text {
	grid-column: span 2;
	color: red;
	font-size: 16px;
	text-align: center;
}

.personal_input_new.active input {
	border: 1px solid rgba(0, 0, 0, 0.3);
	pointer-events: auto;
	width: 100%;
}

.personal_input_new.active label {
	display: grid;
}

.personal_delivery_item.active .delivery_info,
.personal_input_new.active .delivery_info {
	display: block;
}

.personal_input_ready,
.personal_delivery_item,
.personal_pay_item,
.personal_input_fill {
	position: relative;
	padding: 7px;
	border: 1px solid #dddddd;
	box-shadow: 0px 0px 5px var(--gray-color);
	border-radius: 6px;
	max-width: 550px;
	cursor: pointer;
}

.personal_delivery_item.active,
.personal_pay_item.active {
	box-shadow: 0px 0px 5px var(--primary-2);
}

.personal_menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	width: fit-content;
	margin: 10px auto;
}

.personal_menu_link {
	cursor: pointer;
	width: 140px;
	padding: 8px 12px;
	border: 1px solid #e1e1e1;
	border-radius: 16px;
	transition: all 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.personal__adress {
	border: none;
	border-radius: 0;
	outline: none;
	width: 100%;
	padding: 0;
	font-size: 0.8rem;
}

.personal__reg,
.forgot_password {
	border: 2px solid #FF7A5C;
	background: #fff;
	color: #000
}

.forgot_password:hover,
.personal__reg:hover {
	background: var(--primary-1);
	color: #fff;
}

.profile_main__text {
	color: #1BB40D;
	width: 100%;
	font-size: var(--large-size);
	text-align: center;
	font-weight: 500;
	margin-bottom: 10px;
}

.profile__text span,
.profile_main__text span {
	color: #b40d0d;
}


#order_comment {
	width: 100%;
	font-size: var(--regular-size);
	resize: none;
}

.order_info,
.personal_delivery_list,
.personal_pay_list {
	display: grid;
	gap: 1rem;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}

.delivery_info,
.pay_info {
	font-size: 0.8rem;
	line-height: 1.5;
	color: gray;
}

.personal__reg,
.address_button,
.basket_click_button,
.busket_checkout,
.login_btn,
.forgot_password {
	font-family: var(--font-primary);
	font-size: var(--regular-size);
	color: var(--main-color);
	background: var(--primary-2);
	border-radius: 6px;
	max-width: 250px;
	width: 100%;
	line-height: 16px;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;
	border: 2px solid;
	text-transform: uppercase;
	padding: 15px;
	outline: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.4s ease-in;
}

/* ----- */

@media (min-width: 450px) {
	.header__container {
		grid-template-columns: 120px 1fr 120px;
	}

	.header__logo {
		text-align: center;
	}

	.header__logo img {
		width: 220px;
		height: auto;
		padding: 10px 0;
	}
}

@media (min-width: 768px) {
	.header {
		box-shadow: none;
		background: linear-gradient(to bottom,
				#f3f3f3 10%,
				#f3f3f3 45%,
				#fff 40%,
				#fff 100%);
	}

	.header__container {
		grid-template-columns: 220px 1fr 220px;
		font-size: var(--middle-size);
		gap: 0 10px;
		padding: 0;
	}

	.header__top {
		display: flex;
		font-weight: 700;
		justify-content: flex-end;
		grid-column: 2/4;
		gap: 30px;
		background: transparent;
		padding: 0 10px 0 0;
	}

	.header__wrapper {
		grid-template-columns: 220px 1fr;
		grid-column: 1/3;
		align-items: center;
		gap: 10px;
		padding: 0 0 10px 10px;
	}

	.header__logo {
		grid-column: 1/2;
		grid-row: 1;
		text-align: start;
		margin: 0;
		padding-left: 10px;
		padding-top: 0px;
	}

	.header__catalog {
		display: flex;
		align-items: center;
		max-width: 220px;
		width: 100%;
		height: 42px;
		outline: none;
		padding: 10px 7px;
		border-radius: 6px;
		white-space: nowrap;
		cursor: pointer;
		transition: all 0.8s ease 0s;
		background-color: var(--primary-1);
	}

	.header__catalog svg {
		fill: #fff;
	}

	.header__catalog:hover {
		box-shadow: 2px 3px 6px 6px rgb(0 0 0 / 25%);
	}

	.header__catalog span {
		font-family: var(--font-primary);
		color: var(--main-color);
		display: block;
		font-size: var(--middle-size);
		padding-left: 40px;
	}

	.header__address {
		grid-column: span 3;
	}

	.attention {
		color: red;
	}

	.header__menu {
		display: block;
	}

	.header__icons {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-start: 3;
		grid-template-columns: repeat(3, 73px);
		gap: 0px;
	}

	.icon__favor {
		display: block;
	}

	.header__icons_link,
	.reload_auth,
	.header__icons_item {
		max-width: 70px;
		width: 100%;
		position: relative;
	}

	.reload_favor_open,
	.reload_cart__open {
		max-width: 70px;
		width: 100%;
		height: 100%;
		top: 0;
	}

	.header__icons_link {
		flex-direction: column;
		margin: 0 auto;
		align-items: center;
		height: 100%;
		gap: 5px;
	}

	.header__cart_title {
		display: block;
		max-width: 75px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

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

	#over_personal_info_popap {
		height: 100%;
	}

	.box_message_modal {
		width: fit-content;
		min-width: 580px;
	}

	.catalog_left_menu {
		top: 46px;
	}

	.catalog_menu_arrow,
	.catalog_menu_back {
		display: none;
	}

	.catalog_menu_item_2 {
		display: block;
	}

	.catalog_menu_item_3 {
		padding: 5px;
	}

	.personal__button,
	.personal__button_basket {
		font-size: 1rem;
	}
}

@media (min-width: 1024px) {

	.personal__enter:hover,
	.personal__button:hover,
	.personal__button_basket:hover,
	.oneclick_btn:hover,
	.captcha_button:hover,
	.pop_up_button:hover,
	.content_message_btn:hover,
	.add_basket_continue:hover {
		opacity: 0.8;
	}

	.header__inner {
		grid-template-columns: repeat(6, 1fr);
	}

	.header__catalog span {
		display: block;
	}

	.header__address {
		grid-row: 1;
		grid-column: 2;
	}

	.header__phone {
		grid-row: 1;
		grid-column: 3;
	}

	.header__logo {
		grid-row: 1;
		grid-column: 1;
	}

	.reload_favor__wrapper,
	.reload_cart__wrapper {
		position: relative;
	}

	.index_text__bottom {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}

	#scroller_b_top {
		bottom: 15px;
	}

	.footer_developed p {
		text-align: center;
	}

	/* ---------------------------- */

	.reload_favor__wrapper,
	.reload_cart__wrapper {
		position: relative;
	}

	.reload_cart__wrapper.active .basket_box,
	.reload_favor__wrapper.active .delay_box,
	.basket_box.active,
	.personal__container.active {
		top: 0;
		width: 350px;
		height: 100vh;
		overflow-x: hidden;
	}

	.reload_favor_open,
	.reload_cart__open {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		z-index: 100;
		cursor: pointer;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.basket_box,
	.delay_box,
	.personal__container {
		padding: 3.7rem 0.8rem 7.5rem;
	}

	.del_by_item_delay {
		position: absolute;
		top: 14px;
		right: 14px;
		width: 1rem;
		height: 1rem;
		background: url(svg/close_w.svg);
		background-size: cover;
		cursor: pointer;
	}
}

@media (min-width: 1280px) {
	.index_text__bottom {
		grid-template-columns: repeat(3, 1fr);
	}

}

@media (min-width: 1680px) {

	.container,
	.header__container {
		max-width: 1440px;
	}

	.title-search-result {
		left: 20%;
		top: 100px;
	}
}

@media (min-width: 1920px) {

	.container,
	.header__container {
		max-width: 1920px;
		padding-left: 7.5rem;
		padding-right: 7.5rem;
	}

	.header__wrapper,
	.header__logo {
		padding: 0;
	}
}



/* footer */
.footer {
	background: var(--primary-4);
}

.footer__menu {
	padding: 20px 10px 0;
}

.footer__contacts,
.footer__menu_item {
	position: relative;
	padding-bottom: 10px;
}

.footer__contacts::after,
.footer__menu_item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid var(--primary-4);
}

.footer__menu_title {
	letter-spacing: 2px;
	font-size: var(--regular-size);
	font-weight: 700;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 15px;
}

.footer__menu_title::before,
.footer__menu_title::after {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 23px;
	transition: all 0.8s ease 0s;
}

.footer__menu_title::before {
	transform: rotate(-40deg);
	right: 0;
}

.footer__menu_title::after {
	transform: rotate(40deg);
	right: 7px;
}

.footer__menu_title.active::before,
.footer__menu_title.active::after {
	background-color: var(--primary-1);
}

.footer__menu_title.active::before {
	transform: rotate(40deg);
}

.footer__menu_title.active::after {
	transform: rotate(-40deg);
}

.footer__menu_list {
	display: none;
}

.footer__menu_point,
.footer__menu_list p {
	padding: 0 0 30px 0;
	transition: all 0.3s;
}

.footer_developed__inner {
	text-align: center;
	padding-bottom: 20px;
}

@media (min-width: 680px) {
	.footer__menu {
		display: grid;
		grid-template-columns: 1fr 300px;
		grid-gap: 10px;
		margin: 0 auto;
		width: 100%;
	}

	.footer__menu_list {
		display: block;
	}

	.footer__menu_title {
		cursor: cell;
		pointer-events: none;
		margin-bottom: 10px;
	}

	.footer__menu_title::before,
	.footer__menu_title::after {
		content: none;
	}

	.footer__wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
		padding: 0 10px;
	}

	.footer__menu_point,
	.footer__menu_list p {
		padding: 0 0 10px 0;
	}

	.footer__title {
		margin: 0;
	}

	.footer__contact_box {
		margin: 0 auto 30px;
	}

	.footer__developed {
		grid-column: 1/3;
	}

	.footer__contacts::after,
	.footer__menu_item::after {
		content: none;
	}
}

@media (min-width: 1024px) {
	.footer__wrapper {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 1200px) {
	.footer__contact_list {
		display: grid;
		grid-template-columns: 270px 1fr;
	}
}



.content_message_top {
	display: grid;
	gap: 20px;
}

.content_message_buttons {
	display: grid;
	gap: 15px;
}

.content_message_btn {
	height: fit-content;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background-color: var(--primary-1);
	border: 1px solid var(--primary-1);
	border-radius: 5px;
	padding: 10px;
	text-transform: uppercase;
}

.content_message_modal .add_basket_continue {
	color: var(--primary-1);
	background-color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: fit-content;
	border: 1px solid var(--primary-1);
	padding: 10px;
	border-radius: 5px;
	transition: all 0.8s ease 0s;
	font-size: 16px;
}

.message {
	text-align: center;
	margin-bottom: 5px;
}



.basket__box {
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	border-radius: 6px;
	background-color: var(--main-color);
	padding: 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.basket__details_daley {
	display: flex;
	/* border: 1px solid green; */
}






.product_amount {
	display: grid;
	grid-template-columns: 25px 1fr 25px;
	align-items: center;
}

.product_amount_input {
	border: none;
	padding: 0px 0px;
	text-align: center;
	width: 100%;
}

.product_amount_btn {
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 6px;
	color: #fff;
	background-color: var(--primary-1);
}

.personal__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}


.basket__button {
	grid-column-start: 2;
	display: grid;
	grid-template-columns: 90px 95px;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.product__bottom {
	display: grid;
	grid-template-columns: 110px 1fr;
	justify-content: space-between;
	gap: 8px;
}

.product_summ_total {
	font-weight: 700;
	padding: 5px 0;
}

.open_select_col {
	font-size: var(--min-size);
}

.open_select_col input {
	border-radius: 6px;
	border: 1px solid var(--primary-1);
	margin-top: 5px;
}

.product_del,
.add_favor,
.del_favor {
	font-weight: 400;
	font-size: 14px;
}

.del_favor {
	color: var(--primary-2);
}

.product_del {
	padding-right: 10px;
	border-right: 1px solid;
}

.del_favor {
	color: var(--primary-1);
}

.reload_basket {
	display: grid;
	position: relative;
	grid-gap: 20px;
	grid-row-start: 2;
	grid-column: 1/4;
}

#order_personal_data_error_text {
	text-align: center;
}

.personal__reg,
.address_button,
.basket_bottom_btn,
.oneclick_btn,
.basket_click_button,
.basket_order_button,
.busket_checkout,
.login_btn,
.forgot_password {
	font-family: var(--font-primary);
	font-size: var(--regular-size);
	border-radius: 6px;
	max-width: 250px;
	width: 100%;
	line-height: 16px;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;
	border: 2px solid;
	text-transform: uppercase;
	padding: 15px;
	outline: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .4s ease-in;
}

.basket_order_button,
.oneclick_btn {
	display: block;
	background-color: var(--primary-2);
	color: var(--primary-4);
}

.basket_bottom_btn:hover,
.oneclick_btn:hover,
.basket_click_button:hover,
.basket_order_button:hover,
.busket_checkout:hover {
	opacity: 0.8;
}

.map_delivery {
	width: 100%;
}

.personal__reg,
.forgot_password {
	border: 2px solid #c1403D;
	background: #fff;
	color: #000
}

.product_amount_change,
.daley_basket div {
	font-size: var(--large-size);
	font-weight: 700;
	color: var(--gray-color);
	border: 2px solid var(--gray-color);
	background-color: var(--main-color);
	border-radius: 5px;
}

#order_comment {
	width: 100%;
	font-size: 16px;
	font-family: 'Roboto';
	resize: none;
}

#basket_order_one_click {
	display: block;
}

.basket__button .del_favor,
.reload_basket .del_favor {
	display: none;
}

.order_button_replacement {
	display: none;
	width: 100%;
	height: 30px;
	text-align: center;
}

.bx-ui-sls-variants {
	margin-top: 10px;
}

.bx-ui-sls-error {
	padding: 10px;
}

.dropdown_item {
	padding: 0 10px;
	margin: 10px 0 0 0;
}

.detail_img_containeer img {
	max-width: 600px;
	width: 100%;
	aspect-ratio: 3/2;
}

#detail_slider .swiper-button-next,
#detail_slider .swiper-button-prev,
.popup_container .swiper-button-next,
.popup_container .swiper-button-prev {
	display: none;
}

#detail_slider .swiper-container-initialized .swiper-button-next,
#detail_slider .swiper-container-initialized .swiper-button-prev {
	display: flex;
}



@media (min-width: 768px) {
	.popup_mess_cookie {
		width: 280px;
		left: auto;
		right: 12%;
	}

	.popup_mess_cookie p {
		font-size: 14px;
	}

	.content_message_modal input {
		width: 520px;
		border-radius: 7px;
	}

	.content_message_box {
		width: 600px;
	}
}

.mess_cookie_closed {
	width: fit-content;
	padding: 10px;
	border: 1px solid var(--main-color);
	border-radius: 30px;
	margin: 10px auto;
	transition: all 0.5s;
	font-family: var(--font-primary);
	font-size: var(--regular-size);
	min-height: 40px;
	text-transform: capitalize;
	background-color: var(--primary-2);
	color: #fff;
}

.mess_cookie_closed:hover {
	opacity: 0.7;
}


@media (min-width: 1024px) {
	.icons__bottom {
		max-width: 370px;
		padding-bottom: 20px;
	}

	.add_basket_continue:hover,
	.oneclick_btn:hover {
		opacity: 0.7;
	}

	.pop_up_button:hover,
	.basket_bottom_btn:hover {
		box-shadow: 2px 3px 6px 6px rgb(0 0 0 / 25%);
	}

	.content_message_box {
		width: 900px;
	}

}

/* news */

.news_item__title {
	color: #FF7A5C;
	margin-bottom: 1rem;
}

.news_item__info {
	font-weight: 500;
	line-height: 1.2;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.news_item__content p {
	margin-bottom: 1rem;
}

@media (min-width: 1024px) {
	.news_item {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 1rem;
		justify-items: stretch;

	}
}

/*  */
.breadcrumbs {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.breadcrumbs_container {
	padding-top: 5px;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
}

.breadcrumbs_list {
	display: inline-block;
	padding: 2px 0;
	white-space: nowrap;
	width: fit-content;
	color: #6c6c6c;
	overflow: hidden;
}

.breadcrumbs_item {
	white-space: nowrap;
	position: relative;
	height: 100%;
	display: inline-block;

}

.breadcrumbs_item:first-child {
	margin-left: 3px;
}

.breadcrumbs_item:last-child::before,
.breadcrumbs_item:last-child::after {
	display: none;
}

.breadcrumbs_item::before,
.breadcrumbs_item::after {
	content: '';
	position: absolute;
	left: 0;
	height: 50%;
	width: 100%;
	background: #fff;
	opacity: 0.15;
	background: rgba(0, 0, 0, 0.05);
	opacity: 1;
	z-index: 0;
}

.breadcrumbs_item::before {
	top: 0;
	transform: skew(30deg);
}

.breadcrumbs_item::after {
	bottom: 0;
	transform: skew(-30deg);
}

.breadcrumbs_text,
.breadcrumbs_link {
	font-size: 0.9rem;
	line-height: 1.2;

	white-space: nowrap;
}

.breadcrumbs_text {
	color: var(--primary-1);
	padding: 7px;
}

.breadcrumbs_link {
	cursor: pointer;
	padding: 5px 12px;
	z-index: 1;
	position: relative;
	display: block;
}

/*  */
#detail_description p {
	margin-bottom: 10px;
}

#detail_description ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

.element__slider {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}

.detail_slider_pre .detail_dots_list .swiper-wrapper {
	gap: 3px;
	margin: 0 auto;
	justify-content: center;
}

.element__heading {
	margin-bottom: 10px;
}

.element__heading-top {
	display: grid;
	grid-template-columns: 1fr 30px;
	align-items: center;
	margin-bottom: 5px;
	gap: 15px;
}

.element__title {
	padding: 0;
	margin: 0;
}

.element__info_box {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	font-size: 12px;
	color: var(--gray-color);
}

.element__info_box {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	font-size: 12px;
	color: var(--gray-color);
}

.elememt__brend_link,
.element__link_catalog {
	color: var(--primary-1);
	position: relative;
}

.element__link_catalog:after,
.elememt__brend_link:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--primary-2);
	content: "";
	transition: width 0.5s ease;
}

.element__link_catalog:hover,
.elememt__brend_link:hover {
	color: var(--primary-2);
}

.element__link_catalog:hover:after,
.element__link_catalog:focus:after,
.elememt__brend_link:hover:after,
.elememt__brend_link:focus:after {
	width: 100%;
}

.element__rating {
	display: flex;
	align-items: flex-end;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.element__stars {
	color: gold;
	font-size: 25px;
	cursor: pointer;
}

.element__reviews {
	margin: 0 8px;
}

.element__coast {
	background: #f3f3f3;
	padding: 10px 7px;
}

.element__services_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	padding: 10px 0;
	grid-gap: 5px;
}

.element__services_item img {
	transform: scale(1);
	transition: 0.3s;
}

.element__services_item:hover img {
	transform: scale(1.1);
}

.element__services_item {
	color: var(--gray-color);
	text-transform: uppercase;
	font-size: 10px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.element__price {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.element__price_summ {
	font-weight: 700;
	font-size: var(--large-size);
}

.element_availability {
	grid-column: 1/3;
}

.element_availability_lot {
	color: var(--green-color);
}

.element_availability_few {
	color: var(--primary-2);
	text-decoration: line-through;
}

.element__buy {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-gap: 10px;
}

.element__installment {
	font-size: 0.8rem;
	color: var(--gray-color);
}

.element__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	z-index: 2;
	padding: 10px 0 10px;
	background: var(--primary-4);
}

.element__btn {
	border-radius: 6px;
	cursor: pointer;
	padding: 10px 5px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	margin: 5px 0;
	justify-items: start;
	width: 100%;
	transition: all 0.5s;
	border: 2px solid var(--primary-1);
	background: var(--main-color);
}

.element__btn:hover {
	transform: translateY(-2px);
}

.element_add_basket {
	background: var(--red-color);
	color: var(--main-color);
	border: 2px solid var(--red-color);
}

.in_cart {
	background: var(--red-color);
	color: var(--main-color);
	border: 2px solid var(--red-color);
}

.element_in_basket {
	display: none;
	color: var(--red-color);
	background: var(--main-color);
}

.element__services_item {
	color: var(--gray-color);
	text-transform: uppercase;
	font-size: 10px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.detail_links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.8rem;
	margin: 1rem 0;
}

.detail_links li {
	position: relative;
}

.detail_links li a {
	position: relative;
	color: gray;
	font-size: 1rem;
	text-decoration: underline;
}

.characteristics__table {
	max-width: 830px;
	width: 100%;
	border-collapse: collapse;
	background: var(--background-color);
	margin-top: 10px;
	margin-bottom: 10px;
}

.characteristics__table td {
	border: 1px solid var(--gray-color);
	padding: 5px;
}

.characteristics__table tr:nth-child(2n) {
	background: #f7f7f7;
}

.characteristics_block table,
.characteristics_block td {
	border: 1px solid var(--gray-color);
}

.characteristics_block td {
	padding: 3px 6px;
}

.char_td_name {
	font-weight: 500;
}

.element_reviews {
	max-width: 250px;
	margin: 0 auto;
}

.element__box_files ul {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
	margin: 0.8rem 0 2rem;
}

.files_block_item {
	padding: 40px 0 0 0;
	width: 70px;
	text-align: center;
	position: relative;
}

.files_block_item svg {
	width: 60px;
	height: 60px;
	transition: all 0.3s;
}

.files_block_item_type {
	position: absolute;
	left: 14px;
	bottom: 36px;
	color: var(--main-color);
	font-weight: 500;
}

.files_block_link:hover {
	color: var(--primary-2);
}

.files_block_link:hover svg {
	filter: drop-shadow(0px 4px 2px black);
}

.fav_btn {
	text-align: right;
	grid-column: 1/3;
}

.element__features_item {
	position: relative;
	padding-left: 20px;
	line-height: 2;
}

.element__features_item::before {
	position: absolute;
	content: "♪";
	top: -8px;
	left: 0;
	color: var(--primary-2);
	width: 15px;
	height: fit-content;
	font-size: 22px;
}

.element__detail_description ul {
	margin-top: 10px;
}

.element__detail_description ul li {
	position: relative;
	padding-left: 20px;
	line-height: 2;
}

.element__detail_description ul li::before {
	position: absolute;
	content: "♪";
	top: -8px;
	left: 0;
	color: var(--primary-2);
	width: 15px;
	height: fit-content;
	font-size: 22px;
}

.element__box ol {
	padding-left: 20px;
}

.footer_developed p {
	text-align: center;
}

.close_popap.close_modal {
	width: 30px;
	height: 30px;
}

.fav_btn_del {
	display: none;
}

.detail_service li {
	text-align: center;
}

.detail_service p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: var(--gray-color);
}

.element_title {
	display: grid;
	grid-template-columns: 1fr 30px;
	align-items: end;
	margin-bottom: 10px;
}

.content__link:hover {
	color: var(--primary-2);
}



@media (min-width: 1024px) {
	.element__top {
		display: grid;
		grid-column-gap: 15px;
		grid-template-columns: 60% auto;
		margin-bottom: 15px;
	}

	.element__box {
		padding: 30px;
		text-align: justify;
		background: #f3f3f3;
	}

	.element__info {}

	.element__info_top {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: column;
		justify-content: space-between;
		box-shadow: 0px 0px 5px var(--primary-1);
		border-radius: 10px;
		padding: 1rem;
	}

	.element__buttons {
		position: static;
		padding: 0;
		background: transparent;
	}

	.content_message_modal .element__top {
		height: 100%;
	}

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

	.detail_links li {
		border-top-right-radius: 10px;
		box-shadow: 9px -6px 6px -7px var(--gray-color);
		color: var(--text-color);
		border: none;
		border-top: 1px solid var(--gray-color);
		padding: 5px 10px;
	}

	.detail_links li a {
		text-decoration: none;
	}
}

/* /////  slider   /////// */
.detail_slider {
	margin-bottom: 1rem;
}

.detail_img_containeer {
	min-height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.bottom_slider_list .product_feature {
	display: none;
}

.bottom_slider_item .product {
	max-width: 100%;
}

.popup_dots_container,
.detail_dots_container {
	height: 60px;
	overflow: hidden;
	border: 1px solid var(--primary-1);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.slider__thumbs {
	margin-top: 10px;
}


.popup_img_list {
	height: 100%;
}

.popup_img_list .swiper {
	height: 100%;
}

.popup_dots_item {
	cursor: pointer;
}

.swiper-slide-thumb-active .popup_dots_container,
.swiper-slide-thumb-active .detail_dots_container {
	border: 1px solid var(--primary-2);
}

.detail_dots_video {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section_brand {
	position: relative;
}

.brand_slider_prev,
.slider_views_prev,
.slider_sim_prod_prev {
	left: 5px;
}

.brand_slider_next,
.slider_views_next.slider_next,
.slider_sim_prod_next {
	right: 5px;
}

.video_slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
}

.video__item-slide iframe {
	min-height: 206px;
	height: 100%;
}

.video_slider-button-next {
	width: 20px;
	height: 20px;
	display: none;
}

.video_slider .swiper-pagination-bullet {
	width: 20px;
	height: 20px;

}

.video__item {
	width: 100%;
}

.video__item iframe {
	min-height: 206px;
}

@media (min-width: 768px) {
	.detail_img_containeer {
		min-height: 580px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}
}

@media (min-width: 1024px) {
	.video__item {
		width: 60%;
	}

	.video__item iframe {
		min-height: 500px;
	}

	.video__item-slide iframe {
		min-height: 336px;
	}
}

@media (min-width: 1680px) {
	.element__top {
		grid-template-columns: 1000px auto;
	}

	.detail_img_containeer img {
		max-width: 840px;
		width: 100%;
		object-fit: contain;
	}
}

/*  */
#popap_slider {
	position: fixed;
	display: none;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 7;
	background: rgba(0, 0, 0, 0.7);
	margin: 0;
	bottom: 0;
}

.close_popap_slider {
	right: 4%;
	top: 60px;
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.close_popap_slider path {
	fill: red;
}

.content_popap_slider {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background: #fff;
}

.popup_container {
	height: calc(100% - 60px);
	width: 100%;
}

.popup_swiper_list {
	width: 100%;
	height: calc(100% - 100px);
}

.popup_img_item {
	margin: auto;

}

.popup_img_item img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1400px;
	height: auto;
}

.popup_dots_list {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	top: 0px;
}

@media (min-width: 1200px) {
	.popup_container {
		display: flex;
		flex-direction: row-reverse;
		margin: auto;
		width: 100%;
	}

	.popup_swiper_list {
		height: 100%;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.popup_img_item img {
		margin: 0 auto;
		width: auto;
		touch-action: pinch-zoom;
	}

	.popup_swiper_dots_list {
		max-width: 140px;
		width: 100%;
		background: #fff;
		padding: 2.5rem 0.2rem 0;
	}

	.popup_dots_item {
		max-height: 60px;
		margin: 0 auto;
	}

	.popup_dots_container {
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
	}

	.popup_img_item img {
		touch-action: pinch-zoom;
		max-width: 1200px;
	}
}

/*  */
.top_catalog {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	background-color: #fff;
	z-index: 2;
}

.top_catalog.active {
	z-index: 5;
}

.box_button__catalog {
	display: flex;
	grid-gap: 10px;
	justify-items: center;
	padding: 10px 0;
	position: sticky;
	z-index: 4;
	top: 50px;
}

.box_button__catalog_item {
	width: 100%;
	max-width: 220px;
}

.box_button__catalog_item:nth-child(1) {
	max-width: 100%;
}

.box_button__catalog.active {
	z-index: 50;
}

.select {
	display: none;
}

.sort_prod_button,
.tags_left_popap_button {
	padding: 4px 6px;
	width: 100%;
	height: 42px;
	border-radius: 6px;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	transition: all 0.5s;
	border: 2px solid var(--primary-1);
	cursor: pointer;
	text-transform: uppercase;
}

.dop_prod_popap_bg.active,
.tags_left_popap_bg.active,
.filter_bg.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 7;
	display: block;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	touch-action: none;
	-ms-touch-action: none;
}

.catalog_left_button {
	font-size: var(--regular-size);
	background-color: var(--primary-1);
	color: var(--main-color);
	padding: 5px;
	border-radius: 6px;
	width: 100%;
	text-transform: uppercase;
	height: 42px;
}

.slider,
.bottom_slider_list {
	padding: 4px;
}

.product_similar .swiper-button-next,
.product_similar .swiper-button-prev,
.section_brand .swiper-button-next,
.section_brand .swiper-button-prev,
.product_watched .swiper-button-next,
.product_watched .swiper-button-prev {
	display: none;
}

/* FILTER */

#reload_filter {
	height: 100vh;
}

.filter_heading {
	padding: 15px;
	text-align: center;
	font-size: var(--regular-size);
	color: var(--primary-1);
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.smartfilter {
	height: 100%;
	padding-bottom: 190px;
	overflow: auto;
}

.filter_box {
	position: relative;
	display: block;
	transition: 0.3s;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}

.sel_prop_tag_filter {
	position: relative;
}

.filter_box>label {
	font-weight: 600;
	font-size: var(--middle-size);
	padding: 10px 12px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	width: 90%;
	display: block;
}

.filter_box>label::before,
.filter_box>label::after {
	content: "";
	width: 18px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 15px;
	right: 0;
	transition: transform 0.25s ease-out;
}

.filter_box>label::after {
	transform: rotate(90deg);
}

.filter_block {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: height 3s ease 0.8s;
	opacity: 0;
}

.filter_block>label {
	margin: 10px 0;
}

.filter_block>label input {
	display: none;
}

.filter_block>label input:checked+.filter_checkbox_fake {
	background: url(svg/check-box.svg) no-repeat;
}

.filter_box.active .filter_block {
	height: auto;
	visibility: visible;
	overflow: visible;
	opacity: 1;
}

.filter_box.active>label::after {
	transform: rotate(0deg);
}

.filter_box.active>label::before,
.filter_box.active>label::after {
	background-color: var(--primary-1);
}

.filter_block>label {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.filter_block>label input {
	display: none;
}

.filter_checkbox_fake {
	display: inline-block;
	margin: 0 10px;
	min-width: 20px;
	height: 20px;
	cursor: pointer;
	pointer-events: none;
}

.filter_add_container {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 1rem;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	z-index: 4;
	background-color: var(--main-color);
}

.filter_add {
	font-family: var(--font-primary);
	font-size: var(--regular-size);
	color: var(--main-color);
	background: var(--primary-1);
	border-radius: 6px;
	max-width: 250px;
	width: 100%;
	line-height: 1;
	margin: 0.7rem auto;
	cursor: pointer;
	text-transform: uppercase;
	padding: 1rem;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s ease-in;
}

.filter_reset {
	background: var(--main-color);
	border: 2px solid var(--primary-1);
	color: var(--primary-2);
	transition: 0.4s ease-in;
}

.catalog_left {
	padding: 15px 10px 10px;
	overflow-y: scroll;
	display: none;
}

.catalog_left.active {
	display: block;
	position: fixed;
	top: 0;
	bottom: 1px;
	left: 0;
	width: 100%;
	background-color: var(--main-color);
	height: 100vh;
	z-index: 8;
	overflow: hidden;
}

.filter_checked_empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.filter_checked_empty p {
	font-size: 1.2rem;
	text-align: center;
	color: #c31331;
}

@media (min-width: 600px) {
	.catalog_left.active {
		width: 360px;
		top: 0;
	}

	.filter_add_container {
		width: 340px;
	}

	.box_button__catalog_item:nth-child(1) {
		max-width: 220px;
	}
}


/* LISTING */


.filter_checked_list {
	margin-bottom: 10px;
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
}

.filter_checked_list li {
	width: 100%;
}

.filter_checked {
	margin: 10px 0 0;
	display: flex;
	width: fit-content;
	padding: 5px 8px;
	align-items: center;
	white-space: nowrap;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid var(--red-color);
	font-size: 1rem;
}

.filter_checked svg {
	margin-left: 8px;
}

.filter_checked path {
	fill: var(--red-color);
}

.section_tile {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}

.commodity {
	position: relative;
	background-color: #fff;
	max-width: 300px;
	box-shadow: 0px 1px 2px 2px rgb(0 0 0 / 20%);
	border-radius: 6px;
	margin: 10px auto;
	width: 100%;
	max-height: -webkit-fill-available;
}

.commodity_video_icon {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1;
	cursor: auto;
	opacity: 0.65;
}

.commodity__box {
	position: relative;
	cursor: pointer;
	margin-bottom: 0.5rem;
	-webkit-transition: .8s ease-in;
	-o-transition: .8s ease-in;
	-moz-transition: .8s ease-in;
	transition: .8s ease-in;
}

.commodity__link {
	display: grid;
	padding: 7px;
}

.commodity__img-wrap {
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.commodity__img {
	display: block;
	width: auto;
	margin: 5px auto;
	transition: 0.3s;
	max-width: 95%;
}

.commodity_offer {
	display: grid;
	padding: 0 6px;
	grid-row-gap: 10px;
	align-items: center;
	grid-template-columns: 1fr 76px;
}

.commodity__buy {
	font-size: 0.8rem;
	min-height: 40px;
	line-height: 2.5;
	text-transform: uppercase;
	grid-column: 1/3;
	text-align: center;
}

.commodity_basket_btn {
	background-color: var(--primary-2);
	color: var(--primary-4);
	border-radius: 6px;
	display: block;
	border: 1px solid var(--primary-2);
}

.commodity__stock {
	padding: 4px 10px;
}

.commodity__name {
	display: block;
	word-break: break-word;
	font-size: 0.8rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.commodity_description,
.del_item_favor,
.commodity_speed_show {
	display: none;
}

.commodity_additionally {
	height: 28px;
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #5e5e5e;
}

.product_balance {
	min-height: 60px;
	padding: 3px 10px;
	background-color: #f3f3f3;
}

.commodity_few {
	font-weight: 500;
	font-size: 14px;
	text-decoration: line-through;
	color: #9F9F9F;
}

.in_basket_btnn {
	display: none;
	justify-content: center;
	align-items: center;
	background-color: var(--red-color);
}

.in_basket_btnn::after {
	top: 50%;
}

.in_basket_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.commodity_lot {
	color: var(--green-color);
	grid-column: 1/3;
}

.commodity_one_click {
	text-decoration: underline;
	grid-column: 1/3;
	margin-bottom: 5px;
}

.commodity_fav {
	opacity: 0.8;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 22px;
	height: 22px;
	background-image: url(svg/add_favor.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.commodity_fav.action {
	background-image: url(svg/del_favor.svg);
}

.fav_btn {
	background-image: url(svg/add_favor.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}

.fav_btn.action {
	background-image: url(svg/del_favor.svg);
}

.middle_section_cart {
	font-size: 12px;
	line-height: 12px;
	color: #cccccc;
}

.commodity_price_text {
	margin-right: 6px;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
}

.commodity_price {
	grid-column: 1/2;
	text-align: left;
}

.commodity_price_sum {
	font-size: var(--middle-size);
	font-weight: 700;
	letter-spacing: -0.7px;
}

.commodity_old_price {
	font-size: 12px;
	line-height: 14px;
	text-decoration: line-through;
}

.product_installment {
	font-size: 12px;
	color: #5e5e5e;
}

@media (min-width: 325px) {
	.commodity__buy {
		grid-column: 2/3;
		font-size: 0.8rem;
	}
}

@media (min-width: 400px) {
	.section_tile {
		grid-gap: 15px;
	}
}

@media (min-width: 500px) {
	.top_catalog {
		top: 60px;
	}
}


@media (min-width: 560px) {
	.section_tile {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {
	.box_button__catalog {
		top: 100px;
	}

	.top_catalog {
		top: 100px;
	}

	.commodity_wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media (min-width: 1024px) {
	.reload_filter {
		padding: 0;
		overflow: hidden;
		padding: 25px 10px 10px;
	}

	.box_button__catalog,
	.section_tile {
		grid-template-columns: repeat(4, 1fr);
	}

	.commodity {
		-webkit-transition: .8s ease-in;
		-webkit-transition-delay: 0.2s;
		-o-transition: .8s ease-in;
		-o-transition-delay: 0.2s;
		-moz-transition: .8s ease-in;
		-moz-transition-delay: 0.2s;
		transition: .8s ease-in;
		transition-delay: 0.2s;
		max-width: 320px;
	}

	.commodity__name {
		font-size: 15px;
		height: 60px;
	}

	.commodity__name:hover {
		color: var(--primary-1);
	}

	.commodity_lot {
		padding: 0;
	}

	.commodity__buy {
		padding: 0;
	}

	.commodity_offer {
		grid-template-columns: 1fr auto;
	}

	.commodity_speed_show {
		position: absolute;
		width: 46px;
		height: 47px;
		background-color: #fff;
		border-radius: 50%;
		opacity: 0.5;
		top: 38%;
		left: 42%;
	}

	.commodity:hover .commodity_speed_show {
		display: block;
	}

	.commodity_additionally {
		height: auto;
		text-align: right;
	}

	.commodity_speed_show:hover,
	.commodity_speed_show svg:hover {
		opacity: 0.8;
	}

	.commodity_video:hover {
		opacity: 1;
	}

	.commodity_one_click:hover {
		fill: var(--primary-1);
	}

	.commodity__img-wrap {
		padding: 0.9rem;
		height: 180px;
	}

	.commodity_speed_show svg {
		fill: var(--primary-1);
		transition: 0.3s;
	}

	.commodity__buy {
		width: 120px;
		letter-spacing: 1.3px;
	}
}

@media (min-width: 1200px) {

	.product_similar .swiper-button-next,
	.product_similar .swiper-button-prev,
	.section_brand .swiper-button-next,
	.section_brand .swiper-button-prev,
	.product_watched .swiper-button-next,
	.product_watched .swiper-button-prev {
		display: flex;
	}

	.product_similar .swiper-scrollbar,
	.section_brand .swiper-scrollbar,
	.product_watched .swiper-scrollbar {
		display: none;
	}

	.commodity_offer {
		grid-template-columns: auto 120px;
	}

	.commodity_lot {
		grid-column: 1;
	}

	.commodity_one_click {
		grid-column: 2/3;
	}
}

@media (min-width: 1280px) {
	.box_button__catalog {
		display: flex;
	}

	.box_button__catalog_item {
		max-width: 220px;
		width: 100%;
	}

	.section_tile {
		grid-template-columns: repeat(5, 1fr);
	}

}

/* adjacents */

.adjacent {
	position: relative;
}

.adjacent_title {
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.adjacent_list {
	display: flex;
	overflow-x: scroll;
	gap: 10px;
}

.adjacent_item {
	transition: all 0.5s;
	min-height: 34px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	min-width: 160px;
	border: 1px solid var(--gray-color);
	box-shadow: 0px 0px 3px var(--gray-color);
	transition: all 0.5s;
	border-radius: 10px;
}

.adjacent_link {
	display: block;
	padding: 0.1rem;
	text-align: center;
	font-size: 0.9rem;
}


/* similar */
.product_similar {
	margin: 10px auto;
}

@media (min-width: 900px) {
	.adjacent_list {
		overflow: visible;
		flex-wrap: wrap;
	}
}

@media (min-width: 1024px) {
	.adjacent_list {
		flex-wrap: wrap;
	}

	.section_tile {
		padding: 0.5rem 0;
	}
}

@media (min-width: 1440px) {
	.commodity_additionally {
		margin-bottom: 5px;
	}
}



/* elenet commodity_speed_show */
@media (min-width: 1024px) {
	.popap_element .element__top {
		display: grid;
		grid-column-gap: 15px;
		grid-template-columns: 700px auto;
		margin-bottom: 15px;
	}

	.popap_element .element__info_top {
		box-shadow: none;
	}

	.popap_element .element_availability_lot {
		color: var(--green-color);
	}

	.popap_element .detail_dots_container {
		height: 100%;
		margin: 0.5rem auto;
		width: 45px;
		border: 1px solid var(--primary-1);
		cursor: pointer;
	}

	.element_link_page {
		padding-bottom: 10px;
		position: relative;
		font-size: 1rem;
		display: block;
		width: fit-content;
	}

	.element_link_page:after {
		display: block;
		position: absolute;
		left: 0;
		width: 0;
		height: 2px;
		background-color: var(--primary-1);
		content: "";
		transition: width 0.5s ease;
	}

	.element_link_page:hover:after,
	.element_link_page:focus:after {
		width: 100%;
	}

}

@media (min-width: 1200px) {
	.popap_element .element__top {
		grid-template-columns: 900px 400px;
	}
}

/*  */
.catalog_section_sections_title {
	margin: 10px 0;
	font-size: 18px;
	font-weight: 700;
}

.similar__item a {
	display: grid;
	grid-template-columns: 75px 1fr;
	align-items: center;
	gap: 16px;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #e8e8e8;
	min-height: 60px;
}

@media (min-width: 760px) {
	.similar__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

@media (min-width: 1280px) {
	.similar__list {
		grid-template-columns: repeat(5, 1fr);
	}
}

/*  */
.catalog_page_title {
	display: block;
}

.catalog_page {
	display: grid;
	margin: 0 auto;
	justify-content: center;
}

.catalog_page_box {
	padding: 10px;
	cursor: pointer;
	transition: 0.3s;
	border-bottom: 1px solid var(--gray-color);
	margin: 20px 0;
}

.catalog_page_title {
	text-decoration: none;
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	gap: 10px;
}

.bottom_info__description {
	margin: 15px auto;
}

.catalog_page_subtitle {
	transition: 0.3s;
	font-family: var(--font-primary);
	font-size: var(--middle-size);
	color: var(--text-color);
	font-weight: 500;
	padding: 10px;
}


@media (min-width: 768px) {
	.catalog_page {
		grid-template-columns: repeat(3, 1fr);
	}

	.catalog_page_box {
		border: none;
		border-radius: 10px;
		transition: all 0.2s;
	}

	.catalog_page_box:hover {
		box-shadow: 0px 2px 8px 4px rgb(0 0 0 / 25%);
	}

	.catalog_page_title {
		display: flex;
		align-items: center;
		height: 100%;
		flex-direction: column;
		justify-content: space-evenly;
	}

	.catalog_page_title img {
		height: 148px;
		width: auto;
	}

	.catalog_page_subtitle {
		text-align: center;
		font-weight: 700;
		padding: 0;
	}

}

@media (min-width: 1024px) {
	.catalog_left_wrap {
		top: 145px;
	}

	.catalog_page {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1280px) {
	.catalog_page {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (min-width: 1400px) {
	.catalog_page {
		grid-template-columns: repeat(6, 1fr);
	}
}

/*  */
.section_catalog__title {
	margin: 10px 0;
	padding: 0;
}

.section_catalog__list {
	display: grid;
	grid-gap: 15px;
}

.section_catalog__item {
	border-radius: 10px;
	transition: all .4s;
	padding: 5px 15px;
	box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 25%);
}

.section_catalog__link {
	gap: 10px;
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
}

.section_catalog__name span {
	text-align: center;
	font-family: var(--font-primary);
	font-size: var(--middle-size);
	color: var(--text-color);
	font-weight: 500;
	transition: all .4s;
}

.section_catalog__container {
	margin-bottom: 20px;
}

.section_catalog__item img {
	transition: 0.3s;
}

.section_catalog__item:hover {
	opacity: 0.8;
}

@media (min-width: 768px) {
	.section_catalog__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.section_catalog__item {
		font-size: var(--middle-size);
		box-shadow: none;
	}

	.section_catalog__item:hover {
		box-shadow: 0px 2px 10px 10px rgb(0 0 0 / 25%);
	}

	.section_catalog__item:hover .section_catalog__name span {
		color: var(--primary-1);
	}

	.section_catalog__item:hover .section_catalog__picture {
		transform: scale(1.2);
	}

	.section_catalog__link {
		display: flex;
		align-items: center;
		gap: 10px;
		flex-direction: column;
		text-align: center;
	}

	.section_catalog__picture {
		width: 100%;
		max-width: 270px;
		height: 200px;
		transition: 0.3s;
		padding: 15px;
	}

}

@media (min-width: 1024px) {
	.section_catalog__list {
		grid-template-columns: repeat(4, 1fr);
		margin-top: 15px;
	}
}

@media (min-width: 1280px) {
	.section_catalog__list {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (min-width: 1400px) {
	.section_catalog__list {
		grid-template-columns: repeat(6, 1fr);
	}
}

/*  */
.tile_sections {
	background: gray;
}

.categories__tile {
	display: grid;
	grid-gap: 10px;
	align-items: center;
	padding: 10px;
	grid-template-columns: repeat(15, auto);
	overflow: scroll;
}

.categories__item {
	min-height: 40px;
	display: grid;
	line-height: 1;
}

.categories__link {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 15px;
	align-items: center;
	min-height: 40px;
	padding: 0 10px;
}

@media (min-width: 768px) {
	.categories__tile {
		grid-template-columns: repeat(4, 1fr);
		padding: 20px 0;
		overflow: auto;
		grid-template-rows: repeat(4, 1fr);
		grid-auto-flow: column;
	}

	.categories__item {
		background: transparent;
		color: var(--primary-4);
	}
}

/*  */

.sections_menu {
	grid-column: span 2;
}

.sections__menu_list,
.sections__menu_list_1,
.sections__menu_list_2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--primary-1);
	padding: 5rem 0 1rem;
	z-index: 2;
	transition: left 0.3s ease 0s;
	background-color: var(--main-color);
}

.sections__menu_item_1,
.sections__menu_item_2,
.sections__menu_item_3 {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 30px;
	border-bottom: 1px solid #E9E5E5;
	justify-items: start;
	align-items: center;
}

.sections__menu_item_2:last-child,
.sections__menu_item_1:last-child {
	margin-bottom: 0;
}

.sections__menu_link_1 {
	font-size: 1.5rem;
	padding: 0.5rem 0 0.5rem 1.5rem;
}

.sections__menu_link_2,
.sections__menu_link_3 {
	font-size: 1.2rem;
	padding: 0.5rem 0 0.5rem 1.5rem;
}

.sections__menu_list.active {
	display: block;
}

.sections__menu_list_1.active,
.sections__menu_list_2.active {
	display: block;
}

.back {
	background: rgba(0, 0, 0, 0.1);
}

.back button {
	font-size: var(--regular-size);
	margin: 0 0 10px 0;
	display: flex;
	gap: 10px;
	align-items: center;
	width: 100%;
	padding: 1rem 1.5rem;
	color: var(--primary-2);
}

.header__menu_button_close {
	display: none;
	z-index: 100;
	position: absolute;
	right: 6%;
	top: 0.5rem;
}

.header__menu_button_close.active {
	display: block;
}

.header__menu_button_close svg {
	width: 24px;
	height: 24px;
}

@media (min-width: 1024px) {
	.sections_menu {
		display: flex;
		align-items: center;
		grid-column: span 6;
		margin-top: 10px;
	}

	.sections__menu_list {
		justify-content: space-between;
		align-items: center;
		display: flex;
		width: 100%;
		position: relative;
		border-top-right-radius: 10px;
		padding: 0;
		z-index: 0;
		background-color: transparent;
	}

	.sections__menu_item_button {
		display: none;
	}

	.sections__menu_item_1 {
		padding: 0.5rem;
		display: grid;
		grid-template-columns: 1fr 1rem;
		justify-items: end;
		align-items: center;
		margin-bottom: 0;
		border-top-right-radius: 10px;
		box-shadow: 9px -6px 6px -7px var(--gray-color);
		color: var(--main-color);
		background-color: var(--primary-1);
		border-top: 1px solid var(--gray-color);
		min-height: 60px;
		border-bottom: none;
	}

	.sections__menu_link_1 {
		width: 100%;
	}

	.sections__menu_link_1,
	.sections__menu_link_2 {
		font-weight: 500;
		font-size: 1rem;
	}

	.sections__menu_link_2 {
		padding: 0;
	}

	.sections__menu_list_1 {
		position: absolute;
		opacity: 0;
		width: 100%;
		top: 60px;
		left: 0;
		padding: 1rem;
		height: fit-content;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 1rem;
		transition: all 0.3s;
		background-color: var(--background-color);
	}

	.sections__menu_list_2 {
		padding: 1rem 1.5rem;
		background-color: var(--background-color);
		position: static;
		height: auto;
		display: block;
	}

	.sections__menu_link_3 {
		font-size: 1rem;
		padding: 0.5rem 0;
	}

	.sections__menu_item_3 {
		grid-template-columns: 1fr;
	}

	.sections__menu_item_1:hover .sections__menu_list_1 {
		opacity: 1;
		visibility: visible;
		z-index: 100;
		display: grid;
	}

	.sections__menu_item_2,
	.sections__menu_item_3 {
		height: auto;
		border: none;
		position: relative;
		width: 100%;
		display: block;
	}

	.sections__menu_link_2,
	.sections__menu_link_3 {
		padding: 0.5rem;
		display: block;
		width: 100%;
	}

	.sections__menu_item_2:hover .sections__menu_link_2,
	.sections__menu_item_3:hover .sections__menu_link_3 {
		background-color: rgb(4 6 15 / 23%);
	}

	.sections__menu_sub::before,
	.sections__menu_sub::after {
		position: absolute;
		content: '';
		width: 10px;
		height: 1px;
		background-color: #000;
		position: absolute;
		right: 0;
		transition: all 0.8s ease 0s;
	}

	.sections__menu_sub::before {
		transform: rotate(-40deg);
		top: 20px;
	}

	.sections__menu_sub::after {
		transform: rotate(40deg);
		top: 13px;
	}

	.sections__menu_item_1::before,
	.sections__menu_item_1::after {
		content: none;
	}

	.back {
		display: none;
	}
}

@media (min-width: 1280px) {
	.sections__menu_item_1 {
		min-height: fit-content;
	}

	.sections__menu_item_1:first-child {
		margin-left: 0;
	}

	.sections__menu_list_1 {
		top: 40px
	}

}

@media (min-width: 1600px) {
	.sections__menu_link_1 {
		padding: 5px 10px;
	}
}

/*  */
.footer {
	background: var(--primary-4);
}

.footer__menu {
	padding: 20px 10px 0;
}

.footer__contacts,
.footer__menu_item {
	position: relative;
	padding-bottom: 10px;
}

.footer__contacts::after,
.footer__menu_item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid var(--primary-4);
}

.footer__menu_title {
	letter-spacing: 2px;
	font-size: var(--regular-size);
	font-weight: 700;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 15px;
}

.footer__menu_title::before,
.footer__menu_title::after {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 23px;
	transition: all 0.8s ease 0s;
}

.footer__menu_title::before {
	transform: rotate(-40deg);
	right: 0;
}

.footer__menu_title::after {
	transform: rotate(40deg);
	right: 7px;
}

.footer__menu_title.active::before,
.footer__menu_title.active::after {
	background-color: var(--primary-1);
}

.footer__menu_title.active::before {
	transform: rotate(40deg);
}

.footer__menu_title.active::after {
	transform: rotate(-40deg);
}

.footer__menu_list {
	display: none;
}

.footer__menu_point,
.footer__menu_list p {
	padding: 0 0 30px 0;
	transition: all 0.3s;
}

.footer_developed__inner {
	text-align: center;
	padding-bottom: 20px;
}

@media (min-width: 680px) {
	.footer__menu {
		display: grid;
		grid-template-columns: 1fr 300px;
		grid-gap: 10px;
		margin: 0 auto;
		width: 100%;
	}

	.footer__menu_list {
		display: block;
	}

	.footer__menu_title {
		cursor: cell;
		pointer-events: none;
		margin-bottom: 10px;
	}

	.footer__menu_title::before,
	.footer__menu_title::after {
		content: none;
	}

	.footer__wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
		padding: 0 10px;
	}

	.footer__menu_point,
	.footer__menu_list p {
		padding: 0 0 10px 0;
	}

	.footer__title {
		margin: 0;
	}

	.footer__contact_box {
		margin: 0 auto 30px;
	}

	.footer__developed {
		grid-column: 1/3;
	}

	.footer__contacts::after,
	.footer__menu_item::after {
		content: none;
	}
}

@media (min-width: 1024px) {
	.footer__wrapper {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 1200px) {
	.footer__contact_list {
		display: grid;
		grid-template-columns: 270px 1fr;
	}
}


/*  */

.sections_catalog__item {
	padding: 10px;
	cursor: pointer;
	transition: 0.3s;
	border-bottom: 1px solid var(--gray-color);
	margin: 20px 0;
}

.sections_catalog__link {
	text-decoration: none;
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	gap: 10px;
}

.sections_catalog__link span {
	transition: 0.3s;
	font-family: var(--font-primary);
	font-size: var(--middle-size);
	color: var(--text-color);
	font-weight: 500;
	padding: 10px;
}

.bottom_prod_title {
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.dop_prod_list {
	display: flex;
	margin: 0 auto;
	gap: 10px;
	overflow-x: scroll;
	min-height: 55px;
	padding: 10px 0;
	transition: all 0.5s;
}

.dop_prod_item {
	background: #f8f8f8;
	transition: all 0.5s;
	color: #000;
	min-height: 34px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border: 1px solid #afafaf;
	border-radius: 6px;
}

.dop_prod_bottom_list {
	overflow-x: scroll;
	display: flex;
	grid-gap: 10px;
	justify-items: center;
	padding: 15px 4px;
}

.dop_prod_bottom_item {
	border-radius: 6px;
	border: 1px solid var(--primary-1);
	box-shadow: 2px 2px 4px var(--primary-1);
	padding: 0.5rem
}

.dop_prod_bottom_item a {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	height: 100%;
}

.dop_prod_bottom_item span {
	text-align: center;
	padding: 0 5px;
	width: 180px;
	display: block;
}

.dop_prod_bottom_item p {
	width: 180px;
	text-align: center;
}

.tag_list_wrapper,
.tags_top_footer_list {
	overflow-x: scroll;
	display: flex;
	grid-gap: 10px;
	justify-items: center;
	padding: 15px 4px;
}


@media (min-width: 600px) {
	.dop_prod_list {
		grid-template-columns: repeat(10, 1fr);
		gap: 10px;
		display: grid;
		overflow: visible;
	}

	.dop_prod_item {
		grid-column-start: span 4;
		border: none;
		box-shadow: 1px 1px 4px var(--primary-2);
	}
}

@media (min-width: 768px) {
	.sections_catalog__list {
		display: grid;
		gap: 15px;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.sections_catalog__item {
		text-align: center;
		border-radius: 10px;
		border-bottom: 0;
	}

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


@media (min-width: 1024px) {
	.sections_catalog__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap: 15px;
	}

	.sections_catalog__item:hover {
		box-shadow: 0px 2px 10px 10px rgb(0 0 0 / 25%);
	}

	.sections_catalog__item:hover span {
		color: var(--primary-1);
	}

	.dop_prod_item {
		grid-column-start: span 2;
	}

	.dop_prod_bottom_item a {
		flex-direction: row;
	}

	.dop_prod_item:hover a {
		color: var(--primary-1);
	}

	.tag_list_wrapper,
	.tags_top_footer_list {
		overflow: visible;
		flex-wrap: wrap;
	}
}

@media (min-width: 1200px) {
	.sections_catalog__list {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}

	.dop_prod_bottom_list {
		overflow: visible;
		flex-wrap: wrap;
	}

	.dop_prod_bottom_item p {
		width: 151px;
	}
}


/* LEFT POPAP */
.dop_prod_popap {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #fff;
	height: 100vh;
	z-index: 9;
	padding: 30px 10px;
	max-width: 350px;
	width: 100%;
}

.dop_prod_popap.active {
	display: block;
}

.sort_col_type .dop_prod_bottom.dop_prod_active {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	display: flex;
	gap: 5px;
	flex-direction: column;
	height: 100vh;
	width: 300px;
	padding: 55px 5px 5px;
	background-color: #fff;
	overflow: hidden;
}

.dop_prod_popap_heading {
	background: var(--main-color);
	color: var(--primary-1);
	padding: 1rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.8rem;
	border-bottom: 0.1rem solid var(--primary-3);
}

.dop_prod_title {
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.box_button__catalog .dop_prod_title {
	display: none
}

.dop_prod_popap_item {
	padding: 10px 0 10px 22px;
	position: relative;
}

.dop_prod_popap_item::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: var(--gray-color);
	top: 18px;
	left: 10px;
}

/* reviews */
.reviews__item {
	box-shadow: 1px 2px 16px 3px rgb(54 58 69 / 8%);
	border-radius: 10px;
	padding: 20px;
	margin: 10px 0;
	background: #fff;
}

.reviews__heading,
.reviews__footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reviews__rating {
	color: gold;
	font-size: 20px;
	cursor: pointer;
}

.reviews__name {
	margin-bottom: 10px;
}

.reviews__date {
	color: var(--gray-color);
}

.reviews__like {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 8px;
}

.reviews__like_like,
.reviews__like_alike {
	padding: 10px 12px;
	display: flex;
	align-items: center;
	margin-right: 12px;
	background-color: transparent;
	height: 40px;
}

.reviews__like_summ {
	text-decoration: underline;
	margin-left: 7px;
	text-underline-offset: 2px;
}

/* TOP */
.tags_top_listing_list {
	display: flex;
	gap: 5px;
	overflow-x: scroll;
	transition: all 0.5s;
	padding: 0.5rem 0;
}

.tags_top_listing_item {
	border: 1px solid #afafaf;
	padding: 7px 18px;
	white-space: nowrap;
	text-align: center;
}

/* LEFT POPAP */

.tags_left_popap {
	position: fixed;
	right: 0;
	top: 0;
	background-color: #fff;
	height: 100vh;
	z-index: 9;
	padding: 30px 10px;
	display: none;
	max-width: 350px;
	width: 100%;
	display: none;
}

.tags_left_popap.active {
	display: block;
}

.tags_left_popap_heading {
	background: var(--main-color);
	color: var(--primary-1);
	padding: 1rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.8rem;
	border-bottom: 0.1rem solid var(--primary-3);
}

.close__btn {
	font-size: 2rem;
}

.tags_left_popap_item {
	padding: 10px 0 10px 22px;
	position: relative;
}

.tags_left_popap_item::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: var(--gray-color);
	top: 18px;
	left: 10px;
}

@media (min-width: 600px) {
	.tags_left_popap_button {
		width: 100%;
	}
}

@media (min-width: 900px) {
	.tags_top_listing_list {
		overflow: visible;
		flex-wrap: wrap;
		padding: 0.5rem 0;
	}
}

/* BRANDS */
.adjacent_list_closed,
.adjacent_list_open {
	width: 80px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 45px;
	font-size: 16px;
	text-transform: capitalize;
	background: #e5e5e5;
}

.adjacent_list_closed.active,
.adjacent_list_open.active {
	display: block;
}

.adjacent_list_closed,
.adjacent_list_open {
	display: none;
}

.tags_brand_list {
	display: flex;
	gap: 13px;
	overflow-x: scroll;
	width: 100%;
	transition: all 0.5s;
	padding: 10px 0;
}

.tags_brand_item {
	border: 1px solid var(--gray-color);
	box-shadow: 0px 0px 3px var(--gray-color);
	border-radius: 10px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	min-width: 128px;
}

@media (min-width: 1200px) {
	.tags_brand_list {
		flex-wrap: wrap;
		overflow: auto;
	}

	.tags_brand_item {
		min-width: 90px;
	}

	.adjacent_list_closed.active,
	.adjacent_list_open.active {
		display: block;
	}
}

/* POPULAR */
.dop_prod_title {
	margin: 10px 0;
	font-size: 1rem;
	font-weight: 700;
}

.tags_bottom_popular_list {
	display: flex;
	gap: 10px;
	overflow-x: scroll;
	min-height: 55px;
	padding: 10px 0;
	transition: all 0.5s;
}

.tags_bottom_popular_item {
	border: 1px solid #afafaf;
	background: #f8f8f8;
	transition: all 0.5s;
	color: #000;
	min-height: 34px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border-radius: 5px;
}

.tags_bottom_popular_item a {
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	font-size: 0.8rem;
}

@media (min-width: 1024px) {
	.tags_bottom_popular_list {
		flex-wrap: wrap;
		font-size: 0.8rem;
	}
}

@media (min-width: 900px) {
	.tags_bottom_popular_list {
		overflow: visible;
		flex-wrap: wrap;
	}
}

@media (min-width: 760px) {
	.tags_bottom_popular_item {
		width: fit-content;
	}

	.tags_bottom_popular_item:hover {
		opacity: 0.8
	}
}

/*pagination  */
.catalog__pagination {
	display: grid;
}

.page_nav_col {
	grid-row: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 auto;
	width: 100%;

}

.page_nav_count {
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	grid-row: 1;
}

.number_page_box {
	padding: 15px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.number_page {
	padding: 5px;
	line-height: 16px;
	cursor: pointer;
}

.prev_page,
.next_page {
	display: inline-block;
	width: 65px;
	padding: 5px 4px;
	color: var(--main-color);
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	background-color: var(--primary-1);
	border: 1px solid var(--primary-1);
	border-radius: 6px;
	cursor: pointer;
	transition: 0.3s;
}

.number_page.active {
	border-bottom: 1px solid var(--primary-1);
}

@media (min-width: 1000px) {
	.catalog__pagination {
		grid-template-columns: 1fr 250px;
		align-items: center;
	}

	.page_nav_count {
		grid-row: 1;
		grid-column: 2;
	}
}

/* basket */
.basket {
	display: grid;
	gap: 15px;
	position: relative;
}

.basket__inner {
	display: grid;
	gap: 1rem;
	margin-top: 0.8rem;
}

#basket_order,
#basket_order_mini {
	display: none;
}

#basket_order.active,
#basket_order_mini.active {
	display: block;
}

.basket__hide {
	position: absolute;
	top: 0;
	right: 1rem;
	font-size: 2rem;
	color: var(--primary-1);
	font-weight: 500;
}

.basket__details_top {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}

.basket__details_titile {
	border-bottom: 1px solid var(--primary-1);
	padding: 0 0.5rem;
	margin-bottom: 0.8rem;
	font-weight: 400;
	font-size: var(--min-size);
	width: 100%;
}

.basket_empty {
	text-align: center;
}

.basket_empty_link {
	display: block;
	width: 250px;
	color: var(--text-color);
	background: var(--primary-1);
	padding: 10px;
	border-radius: 6px;
	margin: 10px auto;
	text-align: center;
}

.in_order_product_all {
	display: flex;
	align-items: center;
	gap: 10px;
}

.basket__personal,
.basket__delivery {
	display: grid;
	gap: 20px;
}

.basket__mini {
	display: flex;
	justify-content: space-between;
}

.basket__mini .accordion__info {
	font-weight: 600;
}

.basket_product__list {
	display: grid;
	gap: 15px;
	padding: 10px;
	background-color: #fff;
}

.basket__change {
	display: block;
	color: var(--primary-2);
	text-decoration: underline;
	font-weight: 600;
	font-size: 13px;
}

.basket__save {
	padding: 1rem;
	max-width: 320px;
	border-radius: 10px;
	background-color: var(--primary-2);
	width: 100%;
	text-transform: uppercase;
	font-family: var(--font-primary);
	font-size: var(--regular-size);
	margin: 5px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	cursor: pointer;
	color: var(--primary-4);
}

.basket__comment {
	flex-direction: column;
}

.basket__total {
	position: relative;
}

.basket__resume {
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	border-radius: 10px;
	background-color: var(--main-color);
	padding: 15px;
}

.basket__resume_info {
	margin-bottom: 20px;
	display: none;
}


.basket__resume_head {
	grid-gap: 1rem;
	margin-bottom: 1.3rem;
}

.basket__resume_delivery {
	display: grid;
	grid-gap: 1rem;
}

.basket__resume_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: var(--large-size);
	line-height: 2rem;
	font-weight: 700;
}

.basket__resume_box {
	color: var(--gray-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
}

.basket__resume_item {
	display: grid;
	align-items: start;
	grid-template-columns: 140px 1fr;
	gap: 10px;
	justify-content: space-between;

}

.basket__resume_name {
	font-size: 14px;
}

.basket_fixed {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px 60px;
	background-color: var(--main-color);
	border-bottom: 1px solid var(--gray-color);
	-webkit-box-shadow: 0 -2px 2px rgb(0 0 0 / 12%);
	box-shadow: 0 -2px 2px rgb(0 0 0 / 12%);
	align-items: center;
	width: 100%;
	-webkit-transition: bottom .2s ease-out 0s;
	-moz-transition: bottom .2s ease-out 0s;
	-o-transition: bottom .2s ease-out 0s;
	transition: bottom .2s ease-out 0s;
	z-index: 2;
}

.fixed-top {
	bottom: 0;
}

.fixed-bottom {
	bottom: -75px;
}

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

.basket_fixed_count {
	font-size: 12px;
	color: var(--gray-color);
}

.basket_fixed_price {
	font-weight: 500;
}

.basket_fixed .basket_order_button {
	max-width: 180px;
	margin: 10px;
}

.product__link_show {
	display: none;
}

.product__link {
	display: grid;
	grid-template-columns: 110px 1fr;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.8rem;
	position: relative;
}

.product__element {
	border-bottom: 1px solid var(--gray-color);
	position: relative;
	gap: 5px;
	align-items: center;
	padding-bottom: 10px;
}

.product__element:last-child {
	border: none;
}

.product_amount {
	display: grid;
	grid-template-columns: 25px 1fr 25px;
	align-items: center;
}

.product_amount_input {
	border: none;
	padding: 0px 0px;
	text-align: center;
	width: 100%;
}

.product_amount_btn {
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 6px;
	color: #fff;
	background-color: var(--primary-1);
}

.basket__button {
	grid-column-start: 2;
	display: grid;
	grid-template-columns: 90px 95px;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.product__bottom {
	display: grid;
	grid-template-columns: 110px 1fr;
	justify-content: space-between;
	gap: 8px;
}

.product_summ_total {
	font-weight: 700;
	padding: 5px 0;
}

.open_select_col {
	font-size: var(--min-size);
}

.open_select_col input {
	border-radius: 6px;
	border: 1px solid var(--primary-1);
	margin-top: 5px;
}

.product_del,
.add_favor,
.del_favor {
	font-weight: 600;
	font-size: 14px;
}

.product_del {
	padding-right: 10px;
	border-right: 1px solid;
}

.add_del_favor {
	position: relative;
	height: 17px;
}

.add_del_favor::after {
	position: absolute;
	content: 'В избранное';
	font-size: 14px;
	top: 0;
	left: 0;
}

.add_del_favor.action::after {
	content: 'В избранном';
	color: #826FEB;
}

.del_favor {
	color: var(--primary-1);
}

.reload_basket {
	display: grid;
	position: relative;
	grid-gap: 20px;
	grid-row-start: 2;
	grid-column: 1/4;
}

#order_personal_data_error_text {
	text-align: center;
}

.delivery_box {
	margin-bottom: 0.8rem;
}

.delivery_info,
.pay_info {
	font-size: 14px;
	line-height: 1.5;
	color: gray;
}

.basket__comment {
	flex-direction: column;
}

.in_order_product {
	position: absolute;
	top: 0;
	left: 0;
}

.product_name {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	font-size: 14px;
}

.in_order_product_all>div,
.in_order_product>div {
	background-image: url(svg/select.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid gray;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.product_amount_change,
.daley_basket div {
	font-size: var(--large-size);
	font-weight: 700;
	color: var(--gray-color);
	border: 2px solid var(--gray-color);
	background-color: var(--main-color);
	border-radius: 5px;
}

#order_comment {
	width: 100%;
	font-size: 16px;
	font-family: 'Roboto';
	resize: none;
}

#basket_order_one_click {
	display: block;
}

.basket__button .del_favor,
.reload_basket .del_favor {
	display: none;
}

.order_button_replacement {
	display: none;
	width: 100%;
	height: 30px;
	text-align: center;
}

.bx-ui-sls-variants {
	margin-top: 10px;
}

.bx-ui-sls-error {
	padding: 10px;
}

.dropdown_item {
	padding: 0 10px;
	margin: 10px 0 0 0;
}

/*  */
.order_search_city_box {
	border: 1px solid gray;
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 5px;
	gap: 10px;
	padding: 0 10px;
}

#order_search_city {
	margin: 0;
	border: none;
	outline: none;
	padding: 10px 0;
}

.order_select_city_item {
	line-height: 1.4;
	margin: 5px 0 5px 0;
	cursor: pointer;
	padding: 5px 10px;
}

.order_select_city_item:hover {
	background: #e8e8e8;
}

.order_select_city {
	height: 500px;
	overflow: auto;
}

#order_city_box {
	width: 100%;
}

.order_search_city_del {
	cursor: pointer;
	display: block;
}

.selected_order_search_city {
	cursor: pointer;
	border: 1px solid gray;
	width: 100%;
	border-radius: 5px;
	padding: 10px;
}

.daley_basket div {
	background-image: none;
}

.product_amount_change {
	font-size: var(--large-size);
	font-weight: 700;
	color: var(--gray-color);
	background-color: var(--main-color);
	border-radius: 5px;
	border: 2px solid var(--gray-color);
}

/* order */
.order {
	display: grid;
	grid-gap: 10px;
	margin-bottom: 5px;
	width: auto;
	padding: 24px;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	border-radius: 12px;
}

.order_heading {
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	gap: 20px;
}

.order_link {
	color: var(--primary-1)
}

.order_img {
	padding: 15px;
}

.order_item {
	margin-bottom: 10px;
	box-shadow: 0 4px 16px 0 rgb(0 26 52 / 10%), 0 0 0 1px rgb(0 26 52 / 3%);
	padding: 0.5rem;
	border-radius: 6px;
}

#order_cart h1 {
	padding: 0;
	margin-bottom: 10px;
}

.order_sum {
	display: flex;
	gap: 15px;
	margin-bottom: 10px;
	box-shadow: 0 4px 16px 0 rgb(0 26 52 / 10%), 0 0 0 1px rgb(0 26 52 / 3%);
	padding: 10px;
	border-radius: 6px;
}

.order_sum_count {
	font-weight: 600;
}

.order_list {
	margin: 10px 0;
}

.order_price,
.order_count,
.order_coast {
	display: flex;
	justify-content: space-between;

}

.order_lk {
	text-transform: uppercase;
	color: #826FEB;
}

.order_lk_back {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 300px;
	width: 100%;
	background: #826FEB;
	color: #fff;
	border-radius: 6px;
	font-size: 1.2rem;
	padding: 0.5rem;
}

.order_lk_back a {
	color: #fff;
}

.private_link {
	text-decoration: underline;
	color: var(--primary-1);
}

.favor_empty_link {
	display: block;
	width: 250px;
	color: var(--main-color);
	background: var(--primary-1);
	padding: 10px;
	margin: 10px auto;
	text-align: center;
	border-radius: 6px;
}


@media (min-width: 305px) {
	.personal_input__item {
		display: grid;
		grid-template-columns: 90px auto;
		align-items: center;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.reload_basket {
		grid-template-columns: 1fr 220px;
	}

	.basket {
		display: grid;
		grid-template-columns: 1fr 320px;

		gap: 15px;
		position: relative;
	}

	.basket__resume {
		top: 150px;
		width: 100%;
		padding: 20px;
		position: sticky;
	}

	.basket__resume_info {
		margin-bottom: 20px;
		display: grid;
		gap: 20px;
	}

	.basket__resume_item {
		display: grid;
		align-items: start;
		grid-template-columns: 140px 1fr;
		gap: 10px;
		justify-content: space-between;
	}

	.basket__resume_item .personal__title {
		font-size: var(--regular-size);
	}

	.basket__resume_title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: var(--large-size);
		line-height: 32px;
		font-weight: 700;
	}

	.basket__resume_box {
		color: var(--gray-color);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 14px;
	}

	.order_item {
		display: grid;
		grid-template-columns: 1fr 400px;
	}

	.reload_basket {
		grid-template-columns: 1fr 220px;
	}

	.order_sum {
		padding: 25px;
		align-items: flex-end;
		justify-content: flex-end;
	}

	.order_price_wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 15px;
	}

	.order_price,
	.order_count,
	.order_coast {
		flex-direction: column;
		justify-content: center;
	}

	.order_sum_count {
		color: var(--primary-2);
		font-size: 18px;
	}

	.order_price_wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 15px;
	}
}

@media (min-width: 1024px) {
	.basket {
		grid-template-columns: 1fr 400px;
	}

	.basket_fixed {
		display: none;
	}

	.product__link_show {
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		cursor: pointer;
	}

	.in_order_product {
		position: static;
	}

	.product__element {
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: 20px 1fr;
	}

	.product_name {
		width: 100%;
		font-size: var(--regular-size);
	}

	.product__bottom {
		grid-template-columns: 80px 1fr;
	}
}