/*
Theme Name: Klinker theme
Theme URI: https://domaim
Description: Лёгкая, быстрая, на 100% адаптивная.
Author: —
Author URI: —
Version: 1.0.0
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@charset "UTF-8";

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	max-width: 100%;
	height: .5px;
	margin: 1em auto;
	border: none;
	background: var(--grey);
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

body,
button,
/* input, */
select,
optgroup,
textarea {
	/*color: #404040;*/
/*	color: #000;*/
	font-family: -apple-system, "Helvetica Neue", "Roboto", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
	outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
	font-family: -apple-system, "Helvetica Neue", "Roboto", sans-serif;
	font-size: 1rem;
	/* line-height: 1.5; */
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
	outline: none;
	/* border: 2px solid rgb(255,255,255, 1); */
}
input[type="text"] {
	/* box-sizing: border-box; */
	/* background: var(--white); */
	/* border: 2px solid rgb(255,255,255, 1); */
	/* border-radius: 10px; */
	display: block;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

ul {
	margin-left: .5em; /* Отступ слева в браузере IE и Opera */
	padding-left: .5em; /* Отступ слева в браузере Firefox, Safari, Chrome */
}
li {
	list-style-type: none;
}

/* End Normalize
	 ========================================================================== */


/*
=================================================================================
=================================================================================
=================================================================================
=================================================================================
	Начало стилей темы
=================================================================================
=================================================================================
=================================================================================
=================================================================================
*/


:root {
	--background-a: #f5f5f5;
	--blue: #007bff;
	--white: #ffffff;
	--black: #000000;
	--h-title: #000000;
	--light-grey: #f9f9f9;
	--mid-grey: #eeeeee;
	--grey: #cccccc;
	--mid-dark-grey: #7e7e7e;
	--dark-grey: rgba(255, 255, 255, 0.2);
	--hr: 1px solid rgb(0,0,0, 0.1);
	--folder: #f1eee4;
	--yellow: #ffcc00;
	--shadow: 0px 0px 30px rgba(125, 125, 125, 0.1);
	--radius-block: 30px;
	--mid-radius-block: 15px;
	--radius-btn: 100px;
	--btn-gradient: linear-gradient(135deg, #1a9be6, #1a57e6);
	--btn-gradient-variant: linear-gradient(135deg, #ff5c4d 0, #eb469f 26.56%, #8341ef 75%, #3f68f9 100%);
	--btn-gradient-hover: #1a57e6;
	--btn-shadow: 0px 15px 25px rgba(125, 125, 125, 0.2);
	--btn-shadow-blue: 0 15px 25px 0 rgba(26, 87, 230, 0.25);
	--footer: #164650;
	--text-color: rgba(0, 0, 0, 0.8);
}



.ingredients {
	margin: 0;
	padding: 0;
	width: 100%;
	background: var(--white);
	padding: 1em;
	/* border: var(--hr); */
	border-radius: var(--mid-radius-block);
}
.ingredients li {
	align-items: baseline; /* Выравниваем текст */
	display: flex; /* Включаем флексы */
	margin-bottom: 0.5em; /* Отступ снизу */
}
.ingredients li::before {
	content: ''; /* Выводим линию */
	/* Параметры линии */
	/* border-bottom: 1px dashed var(--mid-grey); */
	border-bottom: var(--hr);
	flex-grow: 1; /* Линия занимает всё доступное пространство */
	order: 2; /* Выводим вторым */
	margin: 0 5px; /* Расстояние от текста */
}
.ingredients .value {
	order: 3; /* Выводим третьим */
}


.table {
	/* border: 1px solid #eee; */
	/* border: var(--hr); */
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	/* border: 1px solid #dddddd; */
}
.table td {
	width: 50%;
	padding: 5px 10px;
	/* border: 1px solid #eee; */
	text-align: left;
}
.table tbody tr:nth-child(odd) {
	background: var(--white);
}
.table tbody tr:nth-child(even) {
	background: var(--light-grey);
}


body {
	background: var(--background-a);
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

h1 {
	font-size: 32px;
	line-height: 1.75em;
	font-style: normal;
	text-align: center;
	color: var(--h-title);
	margin: 1em auto .5em;
}

h2 {
	font-size: 28px;
	line-height: 1.75em;
	font-style: normal;
	text-align: center;
	color: var(--h-title);
	margin: 1em auto;
	padding: 0 1em;
}

h3 {
	font-size: 24px;
	line-height: 1.75em;
	font-style: normal;
	text-align: center;
	color: var(--h-title);
	margin: 1em auto;
}

svg path {
	stroke:inherit;
	stroke-width:inherit;
	fill:inherit;
}

.container {
	max-width:1200px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	box-sizing: border-box;
	position:relative;
}

.container-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: .5em auto;
}

.head {
	height: 50px;
	width: 100%;
	background: var(--black);
	padding: .5em;
	/* margin-bottom: 4px;
	padding-top: 8px; */
	box-sizing: border-box;
}
.zakaz_but {
	width: 170px;
	height: 35px;
	float: right;
	background: var(--light-grey);
	border-radius: var(--radius-btn);
	cursor: pointer;
	/* font-style: normal;
	font-weight: 400; */
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	color: var(--h-title);
}
.zakaz_but:hover {
	opacity: 0.8;
}

.head_mail {
	padding-top: 5px;
	/* width: 170px; */
	float: left;
}
.head_mail_iteam {
	position: relative;
	display: block;
	/* margin-right: 20px; */
	/* width: 187px; */
	/* box-sizing: border-box; */
}
.head_mail_iteam:last-child {
	margin-right: 0px;
}
.head_mail svg {
	position: absolute;
	top: 0px;
	left: 0px;
}
.head_mail a {
	font-size: 16px;
	color: var(--white);
	padding-left: 33px;
	/* position: relative; */
	text-decoration: none;
}
.head_mail a:hover {
	/* text-decoration:underline; */
	border-bottom: .5px solid var(--dark-grey);
}

.head_tell {
	padding-top: 6px;
	width: 450px;
	float: right;
}
.head_tell_iteam {
	position: relative;
	display: inline-block;
	padding-left: 33px;
	margin-right: 20px;
	width: 187px;
	box-sizing: border-box;
}
.head_tell_iteam:last-child {
	margin-right: 0px;
}
.head_tell_iteam a {
	/* font-style: normal;
	font-weight: 500; */
	font-size: 16px;
	/* line-height: 28px; */
	color: var(--white);
	text-decoration: none;
	position: relative;  
}
.head_tell_iteam a:hover {
	/* text-decoration:underline; */
	border-bottom: .5px solid var(--dark-grey);
}
.head_tell_iteam svg {
	position: absolute;
	top: -2px;
	left: 0px;
}

.head_sity {
	width: 100px;
	float: left;
	padding-left: 33px;
	box-sizing: border-box;
	/* margin-left: 124px; */
	margin-left: 3em;
	/* font-style: normal;
	font-weight: 500; */
	font-size: 16px;
	line-height: 20px;
	color: var(--white);
	padding-top: 7px;
	position: relative;
}
.head_sity svg {
	position: absolute;
	top: 5px;
	left: 0px;
}

.logo {
	display: block;
	float: left;
	width: 10rem;
	/* margin-bottom: 7px; */
}

.search_head {
	/* width: 400px; */
	min-width: 300px;
	height: 43px;
	/* border: 1px solid var(--grey); */
	/* border: var(--hr); */
	border-radius: 10px;
	float: right;
	position: relative;
	/* margin: 1.25em 0; */
	margin: 1em 0;
	box-shadow: var(--shadow);
	background: var(--white);
}
.input_but {
	width: 35px;
	height: 35px;
	background: url(img/bx_search.svg) no-repeat center center;
	position: absolute;
	top: 4px;
	right: 4px;
	/* top: 6px;
	right: 6px; */
	border: none;
	cursor: pointer;
	z-index: 3;
}
.input_but:hover {
	opacity:0.8;
}
.input_text {
	/* border:none;
	padding-left:14px;
	padding-right:45px;
	line-height: 43px;
	background:none;
	width:100%;
	box-sizing: border-box; */
	
	border: none;
	padding: 0.7em;
	background: none;
	width: 100%;
	box-sizing: border-box;
}
/*
=================================================================================
	Главное меню
=================================================================================
*/
.top_menu {
	width: calc(100% - 638px);
	float: left;
	text-align: center;
	/* padding-top: 28px; */
}
.top_menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.top_menu ul li {
	display: inline-block;
	/* margin-right: 24px; */
	/* margin-right: 1.5em; */
	margin-right: .5em;
}
.top_menu ul li:last-child {
	margin-right: 0px;
}
.top_menu ul li a {
	/* font-family: 'Inter';
	font-style: normal;
	font-weight: 500; */
	font-size: 20px;
	line-height: 24px;
	color: var(--black);
	text-decoration: none;
}
.top_menu ul li a:hover {
	/* text-decoration: underline; */
	border-bottom: .5px solid var(--dark-grey);
}
/*
=================================================================================
	Конец Главное меню
=================================================================================
*/


.slider .swiper-slide {
	background-size:auto 100%!important;
}
.slider .container {
	min-height:450px;
}
.title_slider {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	color: var(--h-title);
	position: absolute;
	bottom: 125px;
	/* left: 0px; */
	left: 2em;
}

/*
=================================================================================
	Кнопка на слайдере
=================================================================================
*/

/* .slider_zakaz {
	width: 220px;
	height: 50px;
	background: #2493C5;
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 50px;
	text-align:center;
	color: #FFFFFF;
	position:absolute;
	bottom:50px;
	left:0px;
	cursor:pointer;
} */


/* Кнопка */
.btn {
	-webkit-transition: box-shadow 400ms ease;
	-moz-transition: box-shadow 400ms ease;
	-ms-transition: box-shadow 400ms ease;
	-o-transition: box-shadow 400ms ease;
	transition: box-shadow 400ms ease;
	background: var(--btn-gradient);
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 100px;
	border: none;
	position: relative;
	margin: 1em;
	/*font: inherit;*/
}
.btn:hover {
	-webkit-transition: box-shadow 300ms ease;
	-moz-transition: box-shadow 300ms ease;
	-ms-transition: box-shadow 300ms ease;
	-o-transition: box-shadow 300ms ease;
	transition: box-shadow 300ms ease;
	-webkit-box-shadow: var(--btn-shadow-blue);
	-moz-box-shadow: var(--btn-shadow-blue);
	-o-box-shadow: var(--btn-shadow-blue);
	box-shadow: var(--btn-shadow-blue);
	/*background-color: rgba(26, 87, 230, 0.25);*/
	color: #fff;
	border-radius: 100px;
}
/* Конец Кнопка */


/*
=================================================================================
	Слайдер
=================================================================================
*/
.slider_zakaz {
	width: 220px;
	height: 50px;
	background: var(--btn-gradient);
	border-radius: var(--radius-btn);
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	color: var(--white);
	position: absolute;
	bottom: 50px;
	/* left: 0px; */
	left: 2.5em;
	cursor: pointer;
}
.slider_zakaz:hover {
	/* opacity: 0.8; */
	background: var(--btn-gradient-hover);
}

.swiper-button-next, .swiper-button-prev {
	color:#fff!important;
}

.input_text:focus {
	outline:none;
}


.title_h1 {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 44px;
	line-height: 50px;
	text-transform: uppercase;
	text-align:center;
	color: var(--h-title);
	margin-bottom: 32px;
	letter-spacing: -3px;
}
main {
	border-top: var(--hr);

}
.slider {
	margin-bottom: 3em;
}
.title_h2 {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 50px;
	line-height: 58px;
	color: var(--h-title);
	margin-bottom: 40px;
	text-align: center;
}

/*
=================================================================================
	Блоки с продукцией
=================================================================================
*/

.catalog_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px;
	margin-bottom: 90px;
}

/*.catalog_iteam {
	width:285px;
	min-height:200px;
	margin-bottom:10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding-top:40px;
	box-sizing: border-box;
}*/

.catalog_iteam {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 285px;
	min-height: 285px;
	margin: 10 0 10 0;
	background: var(--white);
	box-shadow: var(--shadow);
	border-radius: var(--radius-block);
	/* padding-top: calc(15vh - 3em); */
	box-sizing: border-box;
}

.catalog_iteam_img {
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* justify-content: center; */
	margin: 0;
}

.catalog_iteam_thumbnail {
	/* align-items: center; */
	margin: 0;
}

.catalog_iteam img {
	display: block;
	/* width: 250px; */
	width: 150px;
	margin: 1em auto;
	/* margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px; */
	border-radius: var(--mid-radius-block);
}

/*.title_tovar {
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	text-align:center;
	color: #000000;
	padding-left:20px;
	padding-right:20px;
}*/

.title_category {
	font-style: normal;
	font-size: 18px;
	text-align: center;
	color: var(--mid-dark-grey);
	margin: 1em auto 0;
}

.title_tovar {
	font-style: normal;
	font-size: 16px;
	text-align: center;
	color: var(--h-title);
	/* padding-left: 1.5em; */
	/* padding-right: 1.5em; */
	/* padding: 0 0 1.2em 0; */
}

.tovar_iteam_tovar_price {
	font-style: normal;
	font-size: 14px;
	text-align: inherit;
	color: green;
	margin: 0;
	font-weight: bold;
}

/*.title_tovar a {
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	text-align:center;
	color: #000000;
	text-decoration:none;
}*/

.title_tovar a {
	font-style: normal;
	font-size: 16px;
	text-align: center;
	color: var(--h-title);
	text-decoration: none;
}

.title_tovar a:hover {
/*	text-decoration: underline;*/
	color: #555;
	border-bottom: .5px solid var(--grey);
	font-weight: normal;
	padding-bottom: 2px;
}

/*
=================================================================================
	Блоки с алфавитом продукции
=================================================================================
*/

.cabel_alfavit {
	background: var(--light-grey);
	border-radius: var(--radius-block);
	box-shadow: var(--shadow);
	padding-top: 40px;
	padding-bottom: 30px;
	/* margin-bottom: 100px; */
	margin-bottom: 4em;
}

.cabel_alfavit_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 50px;
	line-height: 58px;
/* identical to box height */
	margin-bottom: 20px;
	text-align: center;
	color: var(--h-title);
}

/*.bukva_iteam {
	padding-left:87px;
	margin-bottom:5px;
	border-bottom: 1px solid #B7B7B7;
	padding-bottom:20px;
	padding-toP:20px;
	box-sizing: border-box;
	padding-right:30px;
	flex-wrap: wrap;
	width: 100%;
	display: flex;
	gap: 10px;
	position:relative;
}*/

.bukva_iteam {
	display: flex;
	gap: 10px;
	padding: 2em 0 2em 6em;
	border-bottom: .5px solid var(--grey);
	box-sizing: border-box;
	flex-wrap: wrap;
	width: 100%;
	position:relative;
}

.bukva_iteam.last {
	border-bottom: none;
}

.bukva_iteam_iteam {
	/* width: 150px; */
	/* min-height: 40px; */
	text-align: center;
	background: var(--white);
	border-radius: var(--radius-btn);
	box-shadow: var(--shadow);
	padding: 0 1em;
}

.bukva_iteam_iteam:hover {
	background-color: var(--grey);
}

.bukva_iteam_iteam a {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 16px;
	line-height: 40px;
	color: var(--h-title);
	text-decoration: none;
}

.bukva_iteam_container {
	padding-left: 30px;

}

/*.name_bukva {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 0px;
	background: #FFFFFF;
	line-height: 60px;
	text-align: center;
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	color: #000000;
}*/

.name_bukva {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 20px;
	left: 0px;
	background: var(--white);
	border-radius: var(--radius-block);
	box-shadow: var(--shadow);
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	color: var(--h-title);
}

/*.show_all {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
 identical to box height, or 32px
	text-decoration-line: underline;
	color: #000000;
	width:140px;
	margin-left:auto;
	margin-right:auto;
}*/


.show_all {
	font-style: normal;
	font-size: 22px;
	text-align: center;
	color: var(--h-title);
	text-decoration: none;
	border-bottom: 1px dashed var(--grey);
	/* width: 140px; */
	width: 150px;
	margin: 2em auto;
	cursor: pointer;
}


/*.aboute_title {
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 59px;
	identical to box height
	margin-bottom:40px;
	text-align:center;
	color: #000000;
	color: var(--h-title);
	margin: 30px 0px;
}*/

.aboute_title {
	font-style: normal;
	text-align: center;
	color: var(--h-title);
	margin: 30px 0px;
}

.aboute_right {
	width:50%;
	float:right;
}

.aboute_right p {
	/* font-family: 'Inter';
	font-style: normal;
	font-weight: 500; */
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 30px;
	color: var(--black);
}
.aboute_right a {
	/* font-family: 'Inter';
	font-style: normal;
	font-weight: 600; */
	font-size: 20px;
	line-height: 160%;
/* identical to box height, or 32px */
	text-decoration-line: underline;
	color: var(--black);
}
.aboute_right a:hover {
	text-decoration-line: none;

}
.aboute_left {
	/* width: 50%; */
	float: left;
	box-sizing: border-box;
	padding: 2em 0 0 2em;
}
.aboute_left img {
	border-radius: var(--radius-block);
	box-shadow: var(--shadow);
}
.aboute {
	margin-bottom:123px;
}

/*
=================================================================================
	Футер
=================================================================================
*/
.foot {
	height: 350px;  
/* 	background: var(--footer); */
	box-sizing: border-box;
	padding-top: 55px;
    height: 350px;
    border-top: var(--hr);
}
.container-foot {
	display: flex;
	justify-content: space-between;
}
.foot_col1 {
	float: left;
	width: 379px;
	height: 10em;
}
/* .foot_mail {
	display:block;
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-decoration:none;
	color: #F8FAFC;
	margin-bottom:34px;
	padding-left:35px;
	position:relative;
	margin-top:52px;
	margin-bottom:34px;
} */
.foot_mail {
	display: block;
	font-size: 18px;
	text-decoration: none;
/* 	color: var(--white); */
	color: var(--text-color);
	/* margin: 2em 0 .5em 0; */
	padding-left: 2.5em;
	position: relative;
}
.foot_mail:hover {
	/* text-decoration: underline; */
	/* border-bottom: .5px solid var(--dark-grey); */
}
.foot_mail svg {
	position: absolute;
	top: 0px;
	left: 0px;
}
.foot_mail_link {
	/* display: block; */
	font-size: 18px;
	text-decoration: none;
/* 	color: var(--white); */
	color: var(--text-color);
	margin: 0 0 0 2.5em;
	/* padding-left: 2.5em; */
	/* position: relative; */
}
.foot_mail_link:hover {
	border-bottom: .5px solid var(--dark-grey);
}
/* .foot_adresss {
	display:block;
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-decoration:none;
	color: #F8FAFC;
	margin-bottom:34px;
	padding-left:35px;
	position:relative;
	margin-bottom:34px;
} */
.foot_adresss {
	display: block;
	font-size: 18px;
	text-decoration: none;
/* 	color: var(--white); */
	color: var(--text-color);
	margin: 1em 0;
	padding-left: 2.5em;
	position: relative;
}
.foot_adresss svg {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* .foot_tell {
	display:block;
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-decoration:none;
	color: #F8FAFC;
	margin-bottom:34px;
	padding-left:35px;
	position:relative;
	margin-bottom:25px;
} */
.foot_tell {
	display: block;
	font-size: 18px;
	text-decoration: none;
/* 	color: var(--white); */
	color: var(--text-color);
	margin: 1em 0;
	padding-left: 2.5em;
	position: relative;
}
.foot_tell:hover {
	text-decoration:underline;
	/* border-bottom: .5px solid var(--dark-grey); */
}
.foot_tell svg {
	position: absolute;
	top: 0px;
	left: 0px;
}
.foot_tell_link {
	/* display: block; */
	font-size: 18px;
	text-decoration: none;
/* 	color: var(--white); */
	color: var(--text-color);
	margin: 0 0 0 2.5em;
	/* padding-left: 2.5em; */
	/* position: relative; */
}
.foot_tell_link:hover {
	border-bottom: .5px solid var(--dark-grey);
}

.foot_col2 {
	float: left;
	width: 400px;
	height: 240px;
}

.foot_col3 {
	float:right;
	width:255px;
}

.foot_col3 ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.foot_col3 ul li {
	margin-bottom:10px;
}
.foot_col3 ul li a {
	/* font-family: 'Inter';
	font-style: normal;
	font-weight: 500; */
	font-size: 20px;
	line-height: 24px;
/* 	color: var(--white); */
	color: var(--text-color);
	text-decoration: none;
}
.foot_col3 ul li a:hover {
	/* text-decoration:underline; */
	border-bottom: .5px solid var(--dark-grey);
}
.foot_col3 img {
	margin-bottom:17px;
}

.clear {
	clear:both;
}


.right_catalog {
	/* width: 880px; */
	width: 900px;
	float: right;
	/* padding-top: 2em; */
	margin: 0 0 3em 0;
}


.broad {
	margin: 2em 0;
	/* margin-bottom: 50px; */
}
.broad a {
	/* font-family: 'Inter';
	font-style: normal;
	font-weight: 500; */
	font-size: 18px;
	line-height: 24px;
	color: var(--mid-dark-grey);
	text-decoration: none;
	margin-right: 10px;  
}
.broad a:hover {
	/* text-decoration: underline; */
	border-bottom: .5px solid var(--grey);
}
.broad span {
	/* font-family: 'Inter';
	font-style: normal;
	font-weight: 500; */
	font-size: 18px;
	line-height: 24px;
	color: var(--mid-dark-grey);
	text-decoration: none;
	margin-right: 10px;
}
#broad-current {
	font-size: 18px;
	line-height: 24px;
	color: var(--grey);
	text-decoration: none;
	margin-right: 10px;
}
.broad span.razdel {
	color: var(--mid-dark-grey);
}


main.catalog {
	padding-top: 0px;
}

.catalog_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	/* font-size: 40px; */
	line-height: 48px;
	color: var(--h-title);
	/* margin-bottom: 30px;
	margin-top: 0px; */
	margin: 2em auto;
}
.catalog_title a {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	/* font-size: 40px; */
	line-height: 48px;
	color: var(--h-title);
	text-decoration: none; 
}
.catalog_title a:hover {
	text-decoration: underline;  
}

.catalog_category {
	/* margin-bottom: 25px; */
	margin: 0 0 3em 0;
	/* box-shadow: var(--shadow); */
	/* border-right: 1px solid var(--grey); */
}
.catalog_category_name {
	padding: 1.5em 0 1.5em 1.5em;
	font-size: 28px;
	/* line-height: 34px; */
	background-color: var(--white);
	/* background-color: var(--folder); */
	/* background-color: var(--light-grey); */
	color: var(--h-title);
	position: relative;
	border-radius: 20px 20px 0 0;
	/* border: 1px solid var(--grey); */
	box-sizing: border-box;
	border-right: 0px;
}
.catalog_category_name a {
	font-size: 28px;
	font-weight: 500;
	line-height: 34px;
	color: var(--h-title);
	text-decoration: none;
}
.catalog_category_name a:hover {
	/* text-decoration: underline; */
	border-bottom: .5px solid var(--grey);
}

.catalog_category_name img {
	position: absolute;
	width: 3.5em;
	top: 10px;
	right: 10px;
	border-radius: var(--mid-radius-block);
	box-shadow: var(--shadow);
}
.tovar_iteam_cont {
	flex-wrap: wrap;
	width: 100%;
	display: flex;
	gap: 0px;
}
.tovar_iteam {
	/*float:left;*/
	width: 33.33333%;
	position: relative;
	border: 0 1px solid var(--grey);
	min-height: 50px;
	/* border-top: 0px;
	border-right: 0px; */
	box-sizing: border-box;
}
.tovar_iteam:nth-child(odd) {
	background-color: var(--white);
}
.tovar_iteam:last-child(odd) {
	/*border-bottom:0px;*/
}

.tovar_iteam_name {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 14px;
	/* line-height: 18px; */
	color: var(--h-title);
	/* padding: 1em 5em 1em 1em; */
	padding: 1em;
	margin: 0 2em;
	/* padding-top: 16px;
	padding-bottom:16px;
	padding-left:15px;
	padding-right: 130px; */
}

.tovar_iteam_name a {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 14px;
	/* line-height: 18px; */
	color: var(--h-title);
	text-decoration: none;
}
.tovar_iteam_name a:hover {
	/* text-decoration: underline; */
	border-bottom: .5px solid var(--grey);
}

.tovar_iteam_href {
	-webkit-transition: box-shadow 400ms ease;
	-moz-transition: box-shadow 400ms ease;
	-ms-transition: box-shadow 400ms ease;
	-o-transition: box-shadow 400ms ease;
	transition: box-shadow 400ms ease;
	font-size: 12px;
	/* font-size: 10px; */
	/* line-height: 18px; */
	color: var(--white);
	background: var(--btn-gradient);
	border-radius: var(--radius-btn);
	/* padding: .3em .7em; */
	padding: 0.5em 1em;
	/* top: 12px; */
	top: 14px;
	/* top: 2px; */
	right: 8px;
	position: absolute;
	cursor: pointer;
}
.tovar_iteam_href:hover {
	text-decoration-line: none;
	-webkit-transition: box-shadow 300ms ease;
	-moz-transition: box-shadow 300ms ease;
	-ms-transition: box-shadow 300ms ease;
	-o-transition: box-shadow 300ms ease;
	transition: box-shadow 300ms ease;
	-webkit-box-shadow: var(--btn-shadow-blue);
	-moz-box-shadow: var(--btn-shadow-blue);
	-o-box-shadow: var(--btn-shadow-blue);
	box-shadow: var(--btn-shadow-blue);
}



.catalog_title_left {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-weight: 500;
	font-size: 30px;
	line-height: 1.75em;
	color: var(--grey);
	margin-bottom: 2em;
	/* padding-left: 15px; */
}
.left_catalog {
	float: left;
	/* width: 281px; */
	width: 270px;
	/* border-right: solid 1px var(--grey);
	border-left: solid 1px var(--grey); */
	margin: 0 0 4em 0;
	/* padding-top: 110px; */
	padding-top: 5em;
	box-sizing: border-box;
}
.cat_iteam {
	border-bottom: 1px solid var(--mid-grey);
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	position: relative;
	min-height: 40px;
}
.cat_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 18px;
	line-height: 20px;
	align-items: center;
	color: var(--h-title);
	width: 80%;
}
.cat_title a {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 18px;
	line-height: 20px;
	align-items: center;
	text-decoration: none;
	color: var(--h-title);
}
.cat_title a:hover {
	/* text-decoration: underline; */
	border-bottom: .5px solid var(--grey);
}
.open_close {
	width: 32px;
	height: 32px;
	background: url(img/close.svg) no-repeat center center;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
}
.pod_menu_iteam {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 18px;
	line-height: 20px;
	color: var(--h-title);
	margin-bottom: 15px;

}
.pod_menu_iteam a {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 18px;
	line-height: 20px;
	color: var(--h-title);
	margin-bottom: 15px;
	text-decoration: none;
}
.pod_menu_iteam a.active {
	/* text-decoration: underline; */
	border-bottom: .5px solid var(--grey);
}
.pod_menu_iteam a:hover {
	/* text-decoration: underline; */
	border-bottom: .5px solid var(--grey);
}
.pod_menu {
	padding-bottom: 5px;
	padding-top: 10px;
	display: none;
}
.cat_iteam.active .pod_menu {
	display: block;
}
.cat_iteam.active {
	background: var(--white);
	/* background: var(--light-grey); */
}
.cat_iteam.active .open_close {
	background: url(img/open.svg) no-repeat center center;
}
.category_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 40px;
	line-height: 48px;
	color: var(--h-title);
	margin-bottom: 48px;
}
.category_list {
	flex-wrap: wrap;
	width: 100%;
	display: flex;
	gap: 14px;
	position: relative;
	margin-bottom: 35px;
}
	/* .category_iteam {
		width: 200px;
		height: 200px;
		box-shadow: var(--shadow);
		border-radius: var(--radius-block);
		padding-top: 2em;
		box-sizing: border-box;
	} */

.category_iteam {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100px;
	height: 100px;
	box-shadow: var(--shadow);
	border-radius: var(--radius-block);
	/* margin-bottom: 10px; */
	margin: .5em;
	/* padding-top: 2em; */
	padding: .5em;
	box-sizing: border-box;
}

.category_iteam_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	/* text-transform: uppercase; */
	color: var(--h-title);
}
.category_iteam_title a {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	/* text-transform: uppercase; */
	text-decoration: none;
	color: var(--h-title);
}
.category_iteam_title a:hover {
	/* text-decoration: undderline; */
	border-bottom: .5px solid var(--grey);
}
.category_iteam img {
	display: block;
	/* max-width: 50%; */
	max-width: 70%;
	/* margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px; */
	margin: .5em auto;
}
.category_text {
	background: var(--white);
	border-radius: var(--radius-block);
	box-shadow: var(--shadow);
	padding: 2em;
	/* padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 30px;
	padding-right: 30px; */
	margin-bottom: 3em;
}
.category_text_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 20px;
	color: var(--h-title);
}
.category_text p {
	/* font-size: 17px;
	line-height: 21px; */
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	color: var(--black);
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	margin-top: 0px;
}
.category_text p:last-child {
	margin-bottom: 0px;
}

.content {
	padding: 0 2em;
}


.popular_wrap {
	background: var(--grey);
	border-radius: var(--radius-block);
	box-shadow: var(--shadow);
	margin: 4em auto;
	padding: 1em;
	/* padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 30px;
	padding-right: 30px; */
	/* margin-bottom: 3em; */
}
.popular_wrap_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 20px;
	color: var(--h-title);
}
.popular_wrap p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	color: var(--black);
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	margin-top: 0px;
}
.popular_wrap p:last-child {
	margin-bottom: 0px;
}


.popular_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	/* font-size: 32px; */
	/* line-height: 1.75em; */
	color: var(--h-title);
	text-align: center;
	/* margin: 2em auto 1em auto; */
	margin: 0 auto;
	/* margin-bottom: 15px; */
}
.popular_slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/* width: 130px;
	height: 130px; */
	background-color: var(--white);
	/* width: 123px;
	height: 123px; */
	/* height: 8.5em; */
	height: 10em;
	/* margin: .5em; */
	padding: .5em 0;
	/* padding-top: 25px; */
	/* padding: 2em 1em; */
	/* box-sizing: border-box; */
	box-shadow: var(--shadow);
	border-radius: var(--mid-radius-block);
}
.popular_slide img {
	width: 30%;
	/* width: 90%; */
	display: block;
	/* margin-left: auto;
	margin-right: auto; */
	margin: 0 auto;
	/* padding: 1em 0; */
	border-radius: 10px;
}
.title_popular_slide {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	/* font-size: 14px;
	line-height: 18px; */
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	/* text-transform: uppercase; */
	color: var(--h-title);

}
.title_popular_slide a {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	/* font-size: 14px;
	line-height: 18px; */
	font-size: 14px;
	line-height: 2em;
	text-align: center;
	/* text-transform: uppercase; */
	color: var(--h-title);
	text-decoration: none;
}
.title_popular_slide a:hover {
	/* text-decoration: underline; */
	border-bottom: .5px solid var(--grey);
}
.popular_slider {
	/* margin-bottom: 100px; */
	position: relative;
	font-size: 12px;
}
.mySwiper_new {
	/* padding-bottom:70px!important;
	padding-left:5px!important;
	padding-right:5px!important;
	padding-top:5px!important; */
	/* padding: 2em; */
	/* padding: 0 2em 2em 2em; */
}
.popular_slider .swiper-button-next {
	color: #000!important;
	position: absolute;
	bottom: 0px;
	right: 0;
	/* top: auto; */
	/* left: auto; */
}
.popular_slider .swiper-button-prev {
	color:#000!important;
	position: absolute;
	bottom: 0px;
	/* right: 80px; */
	/* top: auto; */
	left: 0;
}
.tovar_left {
	float: left;
	width: 300px;
	margin: 2em auto 3em auto;
	/* margin-bottom: 67px; */
}
.tovar_left img {
	display: block;
	width: 320px;
	margin: .5em auto;
	border-radius: var(--radius-block);
	box-shadow: var(--shadow);
	/* margin-left:auto;
	margin-right:auto; */
}
.tovar_right {
	float: right;
	width: 542px;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 17px;
	line-height: 150%;
	color: #0F172A;
	margin-bottom: 67px;
}
.tovar_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 32px;
	line-height: 1.75em;
	color: var(--h-title);
	margin: 1em auto;
	/* font-size: 30px;
	line-height: 35px; */
	/* margin-bottom: 20px;
	margin-top: 0px; */
}
.tovar_price_all {
	text-align: center;
	font-size: 32px;
	line-height: 1.75em;
	color: green;
	margin: 1em auto 0;
	font-weight: bold;
}
.tovar_price_attention p {
	color: var(--mid-dark-grey) !important;
	margin: 1em auto !important;
	font-size: medium !important;
	text-align: inherit;
	/* width: 80%; */
}
.tovar_right span {
	display: block;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: bold; */
	font-size: 18px;
	line-height: 150%;
	/* color: var(--black); */

}
.tovar_right p {
	display: block;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 18px;
	line-height: 150%;
	color: var(--black);
	margin-bottom: 20px;
	margin-top: 0px;
}
.tovar_text {
	margin-bottom: 45px;
}

.zakaz_but2 {
	/* width: 220px;
	height: 50px; */
	display: inline-block;
	/* line-height: 50px; */
	text-align: center;
	background: var(--btn-gradient);
	border-radius: var(--radius-btn);
	/* margin-right: 20px; */
	padding: .5em 2em;
	margin: 0 .5em;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 22px;
	color: var(--white);
	cursor: pointer;
}
.zakaz_but2:hover {
	/* opacity: 0.8; */
	text-decoration-line: none;
	-webkit-transition: box-shadow 300ms ease;
	-moz-transition: box-shadow 300ms ease;
	-ms-transition: box-shadow 300ms ease;
	-o-transition: box-shadow 300ms ease;
	transition: box-shadow 300ms ease;
	-webkit-box-shadow: var(--btn-shadow-blue);
	-moz-box-shadow: var(--btn-shadow-blue);
	-o-box-shadow: var(--btn-shadow-blue);
	box-shadow: var(--btn-shadow-blue);
}
.zakaz_but3 {
	display: inline-block;
	/* width: 250px;
	height: 50px; */
	/* line-height: 50px; */
	text-align: center;
	background: var(--mid-grey);
	/* border: 1px solid var(--black); */
	border-radius: var(--radius-btn);
	padding: .5em 2em;
	margin: 0 .5em;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 22px;
	color: var(--black);
	cursor: pointer;
}
.zakaz_but3:hover {
	/* opacity: 0.8; */
	text-decoration-line: none;
	-webkit-transition: box-shadow 300ms ease;
	-moz-transition: box-shadow 300ms ease;
	-ms-transition: box-shadow 300ms ease;
	-o-transition: box-shadow 300ms ease;
	transition: box-shadow 300ms ease;
	-webkit-box-shadow: var(--btn-shadow);
	-moz-box-shadow: var(--btn-shadow);
	-o-box-shadow: var(--btn-shadow);
	box-shadow: var(--btn-shadow);
	/* -webkit-box-shadow: var(--btn-shadow-blue);
	-moz-box-shadow: var(--btn-shadow-blue);
	-o-box-shadow: var(--btn-shadow-blue);
	box-shadow: var(--btn-shadow-blue); */
}
.tovar_title2 {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 28px;
	line-height: 1.75em;
	font-style: normal;
	text-align: center;
	color: var(--h-title);
	margin: 1em auto;
}

.left_talbe {
	display: block;
	width: 60%;
	border: 1px solid var(--black);
	border-top: 0px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-right: 35px;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 15px;
	line-height: 18px;
	color: var(--h-title);
	box-sizing: border-box;
	float: left;
	background: var(--light-grey);
}
.right_talbe {
	display: block;
	width: 40%;
	border: 1px solid var(--h-title);
	border-left: 0px;
	border-top: 0px;
	padding-toP: 20px;
	padding-bottom: 20px;
	text-align: center;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 15px;
	line-height: 18px;
	color: var(--h-title);
	box-sizing: border-box;
	float:left;
	background: #F8F8F8;
}
.tovar_table {
	margin-bottom: 40px;
	/* border-top: 0px solid var(--mid-grey); */
	/* border-radius: var(--radius-block); */
}
.tovar_table table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.tovar_table table td {
	width: 50%;
	/* border: 1px solid var(--mid-grey); */
	/* border: var(--hr); */
	/* border-spacing: 0px; */
	padding: 1em;
	/* padding-bottom: 11px; */
	/* padding-left: 20px; */
	/* padding-right: 35px; */
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	/* font-size: 15px; */
	/* line-height: 18px; */
	color: var(--h-title);
	/* box-sizing: border-box; */
	/* border-spacing: 0px; */
	/* border-collapse: collapse; */
}
.tovar_table2 table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.tovar_table2 table td {
	width: 50%;
	/* border: 1px solid var(--h-title); */
	/* border: var(--hr); */
	/* border-spacing: 0px; */
	/* padding-toP: 11px; */
	/* padding-bottom: 11px; */
	/* padding-left: 20px; */
	/* padding-right: 35px; */
	padding: 1em;
	/* background: var(--white); */
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	/* font-size: 15px; */
	/* line-height: 18px; */
	color: var(--h-title);
	/* box-sizing: border-box; */
	/* border-spacing: 0px; */
	/* border-collapse: collapse; */
}

.tovar_table2 {
	margin-bottom:70px;

}
.tovar_title3 {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 32px;
	line-height: 1.75em;
	font-style: normal;
	text-align: center;
	color: var(--h-title);
	margin: 1em auto;
}
.cena_table {
	margin-bottom: 70px;
	border-top: 1px solid var(--h-title);
}
.cena_table_iteam {
	float: left;
	width: 33.3333%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 15px;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 15px;
	line-height: 18px;
	color: var(--h-title);
	min-height: 51px;
	position: relative;
}
.cena_table_iteam1 {
	border: 1px solid var(--h-title);
	border-top: 0px;
	box-sizing: border-box;
}
.cena_table_iteam2 {
	border: 1px solid var(--h-title);
	border-top: 0px;
	border-left: 0px;
	box-sizing: border-box;
}
.cena_table_iteam3 {
	border: 1px solid var(--h-title);
	border-top: 0px;
	border-left: 0px;
	box-sizing: border-box;
}

.cena_table_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 15px;
	line-height: 18px;
}
.cena_table_title a {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	color: var(--h-title);
}
.cena_table_title a:hover {
	text-decoration: underline;
}
.cena_table_pop_up {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 15px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #2493C5;
	position: absolute;
	top: 16px;
	right: 29px;
	cursor: pointer;
}
.cena_table_pop_up:hover {
	text-decoration-line: none;
}
.pop_up {
	width: 900px;
	height: 600px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -450px;
	background: var(--white);
	/* border: 1px solid var(--h-title); */
	border-radius: var(--radius-block);
	box-shadow: var(--shadow);
	box-sizing: border-box;
	padding-top: 2em;
	display: none;
	z-index: 50;
}
.pop_up_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 1em;
	color: var(--h-title);
}
.pop_up_body {
	padding-left: 135px;
	padding-right: 135px;
	position: relative;
}
.pop_up_left {
	width: 300px;
	float: left;
}
.pop_up_right {
	width: 300px;
	float: right;
}
.pop_up input[type="text"] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	background: var(--white);
	border: 1px solid var(--grey);
	border-radius: 10px;
	margin-bottom: 15px;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 20px;
	color: var(--grey);
}
.pop_up input[type="email"] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	background: var(--white);
	border: 1px solid var(--grey);
	border-radius: 10px;
	margin-bottom: 15px;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 20px;
	color: var(--grey);
}
.pop_up textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
	background: var(--white);
	border: 1px solid var(--grey);
	border-radius: 10px;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 20px;
	color: var(--grey);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	box-sizing: border-box;
}
.pop_up input[type="submit"] {
	width: 220px;
	/* height: 50px; */
	background: var(--btn-gradient);
	border-radius: var(--radius-btn);
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	color: var(--white);
	border: none;
	cursor: pointer;
}
.pop_up input[type="submit"]:hover {
	/* opacity: 0.8; */
	background: var(--btn-gradient-hover);
}
.pop_up_text {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400; */
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: var(--grey);
}
.pop_up_text a {
	text-decoration: none;
	color: var(--mid-dark-grey);
}
.pop_up_text a:hover {
	/* text-decoration: underline; */
	border-bottom: .5px solid var(--grey);
}
.pop_up_city {
	width: 900px;
	height: 600px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -450px;
	background: var(--white);
	/* border: 1px solid var(--h-title); */
	border-radius: var(--radius-block);
	box-shadow: var(--shadow);
	box-sizing: border-box;
	padding-top: 2em;
	display: none;
	z-index: 50;
}
.classblock {
	line-height: 1.25em;
}
.classblock a {
	font-size: 14px;
	color: var(--black);
	text-decoration: none;
}
.classblock a:hover {
	color: var(--mid-dark-grey);
	border-bottom: .5px solid var(--grey);
}


.close {
	width: 20px;
	height: 20px;
	background: url(img/close-cross.svg) no-repeat center center;
	position: absolute;
	top: -80px;
	right: 18px;
	cursor: pointer;
}
.close:hover {
	opacity: 0.8;
}

.load_ajax {
	position: absolute;
	top: 50px;
	left: 0px;
	/* width: 250px; */
	width: 400px;
	/* padding-left: 20px;
	padding-right: 20px; */
	max-height: 400px;
	overflow-y: auto;
	/* background: #fff; */
	background: var(--light-grey);
	border-radius: var(--mid-radius-block);
	display: none;
	z-index: 7;
}
.contact_right {
	float:right;
	width:572px;
	margin-bottom:131px;
}
.contact_left {
	float:left;
	width:600px;
}
.contact_title {
	/* font-family: 'Roboto Flex';
	font-style: normal; */
	font-weight: 500;
	font-size: 30px;
	line-height: 1.75em;
	color: var(--grey);
	margin-bottom: 2em;
}
.contact_list {
	padding-left: 50px;
	position: relative;
	margin-bottom: 40px;
}
.contact_list_title {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 20px;
	line-height: 24px;
	/* color: var(--dark-grey); */
	margin-bottom: .75em;
}
.contact_list_text {
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	color: var(--h-title);
}
.contact_list_text a {
	color: var(--blue);
	text-decoration: none;
}
.contact_list_text a:hover {
	/* text-decoration: underline; */
	border-bottom: .5px solid var(--grey);
}
.contact_list svg {
	position: absolute;
	top: 12px;
	left: 0px;
	color: var(--mid-dark-grey);
	fill: var(--mid-dark-grey);
}
.contact_right iframe {
	width: 572px!important;
	height: 465px!important;
}
.form_contact {
	height: 560px;
	/* background: var(--black); */
	/* background: var(--light-grey); */
	/* margin-bottom: 54px; */
	position: realtive;
	box-sizing: border-box;
	padding-top: 50px;
}
.form_contact_right {
	float: right;
	width: 620px;
	margin-right: 1.5em;
}
.form_contact input[type="text"] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	background: var(--white);
	border: 0px;
	border-radius: 10px;
	margin-bottom: 15px;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 20px;
	color: var(--mid-dark-grey);
}
.form_contact input[type="email"] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	background: var(--white);
	border: 0px;
	border-radius: 10px;
	margin-bottom: 15px;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 20px;
	color: var(--mid-dark-grey);
}
.form_contact textarea {
	width: 100%;
	height: 150px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	background: var(--white);
	border: 0px;
	border-radius: 10px;
	margin-bottom: 15px;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 20px;
	color: var(--mid-dark-grey);
}
.form_contact input[type="submit"] {
	width: 100%;
	height: 50px;
	background: var(--btn-gradient);
	border-radius: var(--radius-btn);
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	/* font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500; */
	font-size: 26px;
	/* line-height: 50px; */
	text-align: center;
	color: var(--white);
	border: none;
	cursor: pointer;
}
.form_contact input[type="submit"]:hover {
	/* opacity: 0.8; */
	background: var(--btn-gradient-hover);
}
.form_contact_left {
	width: 680px;
	height: 560px;
	/* background: var(--white); */
	position: absolute;
	top: -50px;
	left: -200px;
	/* border-top: 1px solid var(--grey); */
	/* border-bottom: 1px solid var(--grey); */
	box-sizing: border-box;
	padding-top: 2em;
	padding-left: 200px;
}
.form_contact_left_title {
	/* font-family: 'Roboto Flex';
	font-style: normal; */
	font-weight: 500;
	font-size: 30px;
	line-height: 1.75em;
	color: var(--grey);
	margin-bottom: 2em;
}
.logo_mob {
	display:none;
}

@media (max-width:1300px) {
	.top_menu ul li a {
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		margin-right: .5em;
	}
}
@media (max-width:1200px) {
	.container {
		/* padding-left: 20px;
		padding-right: 20px; */
		padding: 0 20px;
		box-sizing: border-box;
	}
	.right_catalog {
		width: calc(100% - 330px);
	}
	.tovar_right {
		width: calc(100% - 330px);
	}
	.zakaz_but2 {
		margin-bottom:20px;
	}
	.contact_left {
		width: calc(100% - 600px);
	}
	.form_contact_left {
		position:relative;
		top:-50px;
		left:-20px;
		float:left;
		width:40%;
		padding-left:20px;

	}
	.form_contact_right {
		width:55%;
	}
	.pop_up_left {
		width: calc(50% - 10px);
	}
	.pop_up_right {
		width: calc(50% - 10px);
	}

}
@media (max-width:1100px) {
	.tovar_iteam_href {
		right: 2em;
	}
	.tovar_iteam_align {
		right: 2em;		
	}
	.foot_col3 {
		padding-left: 2em;
		box-sizing: border-box;
	}

}

@media (max-width:1000px) {

	.contact_right iframe {
		max-width:100%;
	}

	.contact_left {
		width: calc(100% - 430px);
	}
	.contact_right {
		width:411px;
	}
	.contact_title {
		font-style: normal;
		font-weight: 400;
		font-size: 50px;
		line-height: 59px;
		margin-bottom:50px;
	}
	.contact_list_title {
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 23px;
		margin-bottom:10px;
	}
	.contact_list_text {
		font-style: normal;
		font-weight: 500;
		font-size: 22px;
		line-height: 26px;
	}
	.contact_list {
		margin-bottom:40px;
	}

	.tovar_left {
		width:100%;
		float:none;
	}
	.tovar_right {
		width:100%;
		float:none;
	}
	.tovar_title {
		font-weight: 500;
		font-size: 30px;
		line-height: 35px;
		margin-bottom:15px;
	}
	.tovar_right p {

	}
	.zakaz_but2 {
		width:40%;
		margin-bottom:0px;
	}
	.zakaz_but3 {
		width: calc(60% - 40px);
	}


	.broad {
		margin-bottom:40px;
	}
	.left_catalog {
		width:250px;
	}
	.right_catalog {
		width: calc(100% - 280px);
	}
	.title_h1 {
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 35px;
		margin-bottom:12px;
	}
	.catalog_title {
		font-weight: 400;
		font-size: 35px;
		line-height: 41px;
		/* margin-bottom: 20px; */
	}
	.tovar_iteam_href {
		font-size: 12px;
		top: 1.4em;
		/* line-height: 14px; */
	}
	
	.tovar_iteam_align {
		font-size: 12px;
		top: 1.4em;		
	}

	.tovar_iteam_name {
		/* padding-right: 90px; */
	}
	.tovar_iteam {
		min-height:69px;
	}
	.catalog_category_name {
		/* padding-toP:35px;
		padding-bottom:35px; */
		text-align: center;
		padding: 1em:
	}
	.catalog_category_name a {
		display: block;
		width: 75%;
		font-weight: 400;
		/* font-size: 25px; */
		font-size: 24px;
		/* line-height: 29px; */
		line-height: 1.7em;
	}
	.catalog_category_name img {
		/* max-height: 60px; */
		right: 10px;
	}

	.container {
		padding-left:20px;
		padding-right:20px;
	}
	.head {
		background: #1D1D1D;
	}
	.head_mail {
		display:none;
	}
	.head_sity {
		margin-left:0px;
	}
	.logo {
		display:none;
	}
	.logo_mob {
		display:block;
		float: left;
		margin-bottom: 7px;
	}
	.search_head {
		width: 300px;
		box-shadow: var(--shadow);
	}
	.top_menu {
		width: calc(100% - 350px);
	}
	.top_menu ul li a {
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		margin-right: .5em;
	}
	.title_slider {
		left:20px;
	}
	.slider_zakaz {
		left:20px;
	}
	.slider {
		margin-bottom:80px;
	}
	.title_h2 {
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 35px;
		margin-bottom:30px;
	}
	.catalog_iteam {
		width:167px;
	}
	.title_tovar a {
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		text-align: center; 
	}
	.title_tovar {
		/* padding-left: 12px; */
		/* padding-right: 12px; */
		font-size: unset;
	}
	.catalog_container {
		margin-bottom:80px;
	}
	.cabel_alfavit {
		padding-toP:30px;
		padding-bottom:30px;
		margin-bottom:80px;
	}
	.bukva_iteam_container {
		padding-left:20px;
		padding-right:20px;
	}
	.cabel_alfavit_title {
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 35px;
		margin-bottom:10px;
	}
	.name_bukva {
		width: 50px;
		height: 50px;
		top: 25px;
		/* font-style: normal;
		font-weight: 600; */
		/* font-size: 32.333px;
		line-height: 50px; */
		font-size: 28px;
		line-height: 34px;

	}
	.bukva_iteam_iteam a {
		font-size: 14px;
	}
	.aboute_title {
		/* font-weight: 400; */
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	.aboute_left {
		float: none;
		/* width: 100%; */
		/* margin-bottom: 25px;
		padding-left: 0px;
		padding-top: 0px; */
		margin: 2em auto;
		padding: 0;
	}
	.aboute_right {
		float:none;
		width:100%;
	}
	.aboute {
		margin-bottom:80px;
	}
	.aboute_right p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 160%;
	}
	.aboute_right a {
		display:block;
		text-align:center;
	}
	.container-foot {
		display: flex;
		flex-direction: column;
	}
	.foot_col1 {
		width:50%;
	}
	.foot_col2 {
		width: 50%;
		/* margin-bottom: 47px; */
		margin-bottom: 2em;
	}
	.foot_col2 iframe {
		width:100%!important;

	}
	.foot_col3 {
		float: left;
		/* width: 100%; */
	}
	.foot {
		height: auto;
	}
	.foot_col3 img {
		float:left;
		margin-bottom:40px;
	}
	.foot_col3 ul {
		display:block;
		width: calc(100% - 110px);
		text-align:center;
	}
	.foot_col3 ul li {
		margin-bottom:20px;
	}
	.pop_up {
		width: 700px;
		margin-left: -350px;
	}
	.pop_up_city {
		width: 700px;
		margin-left: -350px;
	}
	.close {
		top: -150px;
		right: 20px;
	}
	.cena_table_title {
		padding-right:100px;
	}
	.cena_table_pop_up {
		font-size: 12px;
		right:5px;
	}

	.cena_table_iteam {
		/*min-height:69px;*/
		width: 100%;
		border: 1px solid #000000!important;
		border-top: 0px!important;
	}
	.emptty {
		display: none;
	}

}

.mob_menu_toogle {
	display: none;
	background: url(img/mob_menu_toogle.svg) no-repeat center center;
	width: 28px;
	height: 28px;
}
.search_head_toogle {
	display: none;
	background: url(img/bx_search.svg) no-repeat center center;
	width: 35px;
	height: 35px;
}
.top_menu_mob {
	display: none;
}
.form_contact_right_title {
	display: none;
}
@media (max-width:768px) {
	.form_contact {
		height: auto;
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.form_contact_right {
		float: none;
		width: 100%;

	}
	.contact_right iframe {
		width:100%!important;
	}
	.contact_right {
		margin-bottom:40px;
	}


	.form_contact_left {
		display:none;
	}
	.form_contact_right_title {
		display: block;
		/* font-style: normal; */
		font-weight: 500;
		font-size: 30px;
		line-height: 1.75em;
		text-align: center;
		margin-bottom: 1.5em;
		color: var(--grey);
	}
	.contact_left {
		float:none;
		width:100%;
	}
	.contact_right {
		float:none;
		width:100%;
	}
	.contact_title {
		font-style: normal;
		font-weight: 400;
		font-size: 35px;
		line-height: 41px;
		margin-bottom:40px;
	}
	
	.zakaz_but2 {
		display: block;
		/* height: 50px;
		line-height: 50px;
		font-weight: 500;
		font-size: 20px; */
		width: 100%;
		margin: 1em auto;
		box-sizing: border-box;
		/* margin-bottom:15px; */
	}
	.zakaz_but3 {
		display: block;
		/* width: 100%;
		height: 50px;
		line-height: 50px;
		font-weight: 500; */
		width: 100%;
		margin: 1em auto;
		box-sizing: border-box;
		/* font-size: 20px; */
	}
	.tovar_right {
		margin-bottom: 50px;
	}


	.head {
		display: none;
	}
	.top_menu {
		display: none;
	}
	.mob_menu_toogle {
		display: block;
		float: left;
		margin-top: 23px;
		margin-bottom: 23px;
	}
	.search_head_toogle {
		display: block;
		float: right;
		margin-top: 21px;
		margin-bottom: 21px;
	}
	.search_head {
		display: none;
		/* display: flex; */
		align-items: center;
		position: absolute;
		top: 43px;
		left: 5%;
		background: #fff;
		box-shadow: var(--shadow);
		z-index: 7;
		width: 90%;
		/* height: 43px; */
	}
	.logo_mob {
		margin-bottom: 0px;
		width: calc(100% - 60px);
		text-align: center;

	}
	.logo_mob img {
		height: 65px;
	}

	main {
		padding-top: 30px;
	}
	.title_h1 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom:10px;
		letter-spacing: 1px;
	}
	.top_menu_mob {
		position: fixed;
		top: 0px;
		/* left: 0px; */
		z-index: 40;
		width: 100%;
		/* height: 500px; */
		background: var(--light-grey);
		padding: 2em;
		/* padding-left:20px;
		padding-top:30px; */
		box-sizing: border-box;
		box-shadow: var(--btn-shadow);
	}
	.top_menu_mob_close {
		background: url(img/close-cross.svg) no-repeat center center;
		width: 20px;
		height: 20px;
		margin-left: 10px;
		margin-bottom: 40px;
	}
	.top_menu_mob ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		padding-bottom: 30px;
	}
	.top_menu_mob ul li {
		margin-bottom: 20px;
	}
	.top_menu_mob ul li a {
		/* font-family: 'Inter';
		font-style: normal;
		font-weight: 700; */
		font-size: 18px;
		line-height: 22px;
		text-decoration: none;
		color: var(--black);
		margin-left: 10px;
	}
	.top_menu_mob ul li a:hover {
		border-bottom: .5px solid var(--grey);
	}
	.mob_mail {
		position: relative;
		/* margin-bottom: 15px; */
		margin: 0 0 1.5em .5em;
		/* font-style: normal;
		font-weight: 500; */
		font-size: 16px;
		/* line-height: 20px; */
		color: var(--h-title);
		padding-left: 2.5em;
		position: relative;
		text-decoration: none;
		/* margin-left: 10px; */
	}
	.mob_mail svg {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.mob_mail a {
		/* font-style: normal;
		font-weight: 500; */
		font-size: 16px;
		/* line-height: 18px; */
		color: var(--h-title);
		position: relative;
		text-decoration: none;
	}
	.mob_mail a:hover {
		border-bottom: .5px solid var(--grey);
	}
	.zakaz_but_mob {
		width: 150px;
		height: 40px;
		line-height: 40px;
		background: var(--btn-gradient);
		border-radius: var(--radius-btn);
		/* font-family: 'Roboto Flex';
		font-style: normal;
		font-weight: 500; */
		font-size: 20px;
		color: var(--white);
		text-align: center;
		/* margin-left: 10px;
		margin-top: 40px; */
		margin: 2em auto;
	}
	.pop_up {
		width: 90%;
		padding: 1em;
		margin: .5em auto;
		/* margin-left: 0px; */
		left: 5%;
		top: 0px;
		min-height: 680px;
	}
	.pop_up_city {
		width: 90%;
		padding: 1em;
		margin: .5em auto;
		/* margin-left: 0px; */
		left: 5%;
		top: 0px;
		min-height: 680px;
	}
	.close {
		top: -150px;
		right: 20px;
	}
	.pop_up_left {
		width:100%;
		float:none;
	}
	.pop_up_right {
		width:100%;
		float:none;
	}
	.pop_up_title {
		/* font-weight: 400; */
		font-size: 22px;
		line-height: 26px;
		/* margin-bottom: 30px; */
	}
	.pop_up_body {
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
	}
	.close {
		top: -50px;
		right: 0px;
	} 
	.title_slider {
		font-weight: 500;
		font-size: 20px;
		line-height: 23px;
		width:100%;
		left:0px;
		text-align:center;
	} 
	.slider_zakaz {
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-weight: 500;
		font-size: 20px;
		left:50%;
		margin-left:-75px;
	}
	.slider {
		margin-bottom:50px;
	}
	.catalog_iteam {
		display: flex;
		align-items: flex-start;
		width: 31.33333%;
		min-height: 150px;
		/* margin-bottom: 5px; */
		margin-bottom: 1em;
		/* padding-top: 20px; */
		padding-top: 1em;
		
	}
	.catalog_iteam img {
		max-width:80%;
	}
	.aboute_left img {
		max-width: 100%;
	}
	.catalog_container {
		gap:10px;
		margin-bottom:50px;
	}
	.title_tovar a {
		/* font-size: 11px; */
		font-size: 12px;
		/* line-height: 13px; */
		line-height: 1.7em;
	}
	.cabel_alfavit {
		padding-toP: 20px;
		padding-bottom: 20px;
		margin-bottom: 50px;
	}
	.name_bukva {
		background: var(--white);
		width: 35px;
		height: 35px;
		/* top: 20px; */
		top: 33px;
	} 
	.bukva_iteam {
		padding-left: 45px;
	}
	.bukva_iteam_iteam {
		width: 120px;
		min-height: 35px;
		text-align: center;
		background: var(--white);
		border-radius: var(--radius-btn);
	}
	.bukva_iteam_iteam a {
		font-size: 12px;
		/* line-height: 35px; */
	}
	.aboute_title {
		font-weight: 400;
		font-size: 30px;
		line-height: 35px;
		margin-bottom:20px;
	}
	.aboute_left {
		/* margin-bottom: 20px; */
		margin: 0 auto 2em auto;
		padding: 0;
	}
	.aboute_right p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 160%;
	}
	.aboute {
		margin-bottom:50px;
	}
	.foot_col1 {
		width: 100%;
		float: none;
		/* margin: 2em 0 0 0; */
		margin: 2em 0;
		/* padding-left: 2em; */
		padding: 0;
		box-sizing: border-box;
	}
	.foot_col2 {
		width: 100%;
		float: none;
	}
	.foot_col3 {
		width: 100%;
		float: none;
		padding: 0;
	}
	.foot_col3 img {
		float: none;
		display: block;
		/* margin-left: auto;
		margin-right: auto; */
		margin: 2em auto;
	}
	.foot_col3 ul {
		width: 100%;
		float: none;
		padding-bottom: 48px;
	}
	.foot_mail {
		margin-top: 0px;
	}
	.foot {
		padding: 1em;
	}

	.left_catalog {
		display:none;
	}
	.right_catalog {
		width:100%;
		float:none;
	}
	.tovar_iteam {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.empty2 {
		display:none;
	}
	.empty1 {
		display:none;
	}
	.catalog_category {
		width: 100%;
	}
	.catalog_category_name {
		/* padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 10px; */
		/* text-align: center; */
		min-height: 114px;
		text-align: left;
		/* padding: 1em: */
		padding: .75em 0 1em 1em;
		
	}
	.catalog_category_name a {
		display: block;
		width: 65%;
		height: .8em
		/* font-weight: 400; */
		font-size: 20px;
		line-height: 1.25em
	}
	.tovar_iteam {
		min-height: 60px;
	}
	.tovar_iteam_name {
		/* font-weight: 400; */
		font-size: 14px;
		/* line-height: 18px; */
	}
	.catalog_category_name img {
		top: 10px;
		/* max-height: 50px; */
		width: 3.9em;
	}
}

.copyright {
	position: relative;
	top: -1em;
	margin: 1em auto;
	font-size: small;
	color: var(--mid-dark-grey);
}

.map iframe {
	border-radius: var(--radius-block);
	box-shadow: var(--shadow);
}

.description {
	font-size: 20px;
	font-style: normal;
	text-align: center;
	color: var(--h-title);
	margin: 0 auto 1em;
}

hr {
	max-width: 100%;
	height: 1px;
	/*margin: 1em auto;*/
	border: none;
	background: var(--light-grey);
}

.h2_arrow {
	font-size: 26px;
	line-height: 1.75em;
	font-style: normal;
	text-align: center;
	color: var(--h-title);
	margin: 1em auto;
}
.h2_arrow::before {
	content: '↓ '; /* Выводим линию */
	order: 2; /* Выводим вторым */
	margin: 0 5px; /* Расстояние от текста */
}

.h2_arrow::after {
	content: ' ↓'; /* Выводим линию */
	order: 2; /* Выводим вторым */
	margin: 0 5px; /* Расстояние от текста */
}

.btn_href {
  -webkit-transition: box-shadow 400ms ease;
  -moz-transition: box-shadow 400ms ease;
  -ms-transition: box-shadow 400ms ease;
  -o-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  /* width: 220px; */
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  color: var(--white);
  background: var(--btn-gradient);
  border-radius: var(--radius-btn);
  /* border: 2px solid var(--black); */
  margin: 2em auto;
  padding: 0 1.5em;
  position: absolute;
  cursor: pointer;
}
.btn_href:hover {
  text-decoration-line: none;
  -webkit-transition: box-shadow 300ms ease;
  -moz-transition: box-shadow 300ms ease;
  -ms-transition: box-shadow 300ms ease;
  -o-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  -webkit-box-shadow: var(--btn-shadow-blue);
  -moz-box-shadow: var(--btn-shadow-blue);
  -o-box-shadow: var(--btn-shadow-blue);
  box-shadow: var(--btn-shadow-blue);
}

.btn_text {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
=================================================================================
	Корзина
=================================================================================
*/

.zakaz_but{
  margin-right: 75px;
}
.cart {
	margin-left: 15px;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: absolute;
	right: 20px;
}
.cart a {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width: 35px;
	height: 35px;
	transition: .2s linear;
	text-decoration: none;
	color: currentColor;
	border: 1px solid #fff;
	border-radius: 10px;
	position: relative;
}

.cart svg{
  width: 20px;
  height: 20px;
}

.cart .counts {
	display: block;
	border-radius: 15px;
	/* background: var(--blue); */
	background: var(--btn-gradient-variant);
	padding: 2px .5px;
	color: var(--white);
	font-size: 15px;
	font-weight: 700;
	line-height: 140%;
	/* letter-spacing: 1px; */
	position: absolute;
	top: -8px;
	right: -20px;
	min-width: 24px;
	text-align: center;
}
}

.tovar_right .add_cart{
  /* width: 220px; */
  font-size: 22px;
}

.add_cart {
	display: inline-flex;
	/* border: 1px solid black; */
	/* width: 100%; */
	/* height: 48px; */
	align-items: center;
	justify-content: center;
	/* gap: 10px; */
	/* top: -1px; */
	cursor: pointer;
	
	/* background: var(--btn-gradient-variant); */
	background: linear-gradient(90deg, rgba(26,120,0,1) 0%, rgba(78,224,0,1) 100%);
	font-weight: normal;
	font-size: 12px;
	/* text-transform: uppercase; */
	/* letter-spacing: 1px; */
	color: #fff;
	padding: 0.5em 1em;
	border-radius: var(--radius-btn);
	/* border: none; */
	position: relative;
	margin: 1em;
	font: inherit;
	
	-webkit-transition: box-shadow 400ms ease;
	-moz-transition: box-shadow 400ms ease;
	-ms-transition: box-shadow 400ms ease;
	-o-transition: box-shadow 400ms ease;
	transition: box-shadow 400ms ease;
}

.add_cart:active {
	background: none;
}

.add_cart .amount.hide {
  display: none;
}

.amount {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
}

.amount input {
	/* display: inline-flex; */
	/* align-items: center; */
	/* justify-content: center; */
	width: 60px;
	text-align: center;
	font-weight: bold;
	background: var(--mid-grey);
	border-radius: var(--mid-radius-block);
	/* border-color: var(--hr); */
	border: none;
}

.category_iteam{
  height: auto;
}

.btn-count {
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	cursor: pointer;
	/* background: var(--light-grey); */
	font-weight: bold;
	/* font-size: 1rem; */
	color: var(--black);
	padding: 0 1em;
	border-radius: var(--mid-radius-block);
	border: none;
	/* top: 4px; */
	/* position: relative; */
	/* margin: 0; */
	-webkit-transition: box-shadow 400ms ease;
	-moz-transition: box-shadow 400ms ease;
	-ms-transition: box-shadow 400ms ease;
	-o-transition: box-shadow 400ms ease;
	transition: box-shadow 400ms ease;
}

.variable_list {
	/* border-radius: 5px; */
	border-radius: var(--radius-block);
	background: #FFF;
	/* box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10); */
	box-shadow: var(--shadow);
	padding: 30px;
}

.variable_head {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: var(--hr);
}

.variable_head div {
	/* background: #FAF9F9; */
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	flex: 0 1 100%;
	height: 50px;
	line-height: 50px;
}


.variable_head div:nth-child(1) {
	flex-basis: 180px;
	flex-shrink: 0;
}

.variable_head div:last-child {
	flex-basis: 84px;
	flex-shrink: 0;
}

.variable_item {
	padding-top: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	font-size: 16px;
}

.variable_item + .variable_item {
	margin-top: 20px;
	border-top:1px solid #E6E5E5;
}

.variable_img {
	width: 80px;
	height: 80px;
}

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

.variable_item button.remove {
	display: flex;
	justify-content: center;
	flex-basis: 84px;
	flex-shrink: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.variable_item div:nth-child(1) {
	flex-basis: 180px;
	flex-shrink: 0;
}

.variable_item > *{
	flex: 0 1 100%;
	text-align: center;
}   

.variable_item div:nth-child(4), .variable_item div:nth-child(5) {
	font-weight: bold;
}

.variable_item .quike_buy_btn {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width: 50px;
	height: 40px;
	margin-left: auto;
	transition: opacity .2s linear;
	color: #fff;
	border-radius: 5px;
	background: #850000;
	box-shadow: 0 -3px 0 0 rgba(0, 0, 0, .10) inset;
}

.variable_item .quike_buy_btn .icon {
	display: block;
	width: 20px;
	height: 20px;
	pointer-events: none;
}

.variable_item .quike_buy_btn:hover{
	opacity: 0.6;
}

.remove .icon {
	width: 30px;
	height: 30px;
	transition: 0.3s;
}

.variable_total {
	display: block !important;
	text-align: right;
	color: #1E1D1D;
	font-size: 22px;
	line-height: 150%;
}

.cart_form {
	margin-top: 20px;
	padding: 30px;
	height: auto;
	border-radius: var(--radius-block);
	box-shadow: var(--shadow);
	background: var(--btn-gradient-variant);
}

.cart_title_form {
  font-size: 28px;
  color:white;
  margin-bottom: 30px;
}

.cart_form .pop_up_left, .cart_form .pop_up_right {
  width: calc(100%/2 - 20px);
}
@media (max-width:1120px) {
	.carts .variable_list {
		padding: 15px;
	}
	 .variable_item:first-child {
		padding-top: 0;
	}

	.variable_head {
		display: none;
	}

	.variable_item {
		flex-wrap: wrap;
		gap:10px;
	}

	.variable_item div:nth-child(1) {
		flex-basis: calc(100% - 70px);
		font-size: 15px;
	}

	.variable_item div::before {
	  content: attr(data-title);
	  white-space: nowrap;
	  margin-right: 10px;
	}

	.variable_item > * {
		text-align: left;
	}

	.variable_item div:first-child {
		flex-basis: 60px;
		width: 60px;
		height: 60px;
	}

	.variable_item button:last-child {
		margin-left: 0;
	}

	 .carts .variable_item div:first-child {
		width: auto;
		height: auto;
		display: flex;

	}

	.carts .variable_item div:first-child:before {
	  margin-right: 0;
	}

	.carts .variable_item > * {
		text-align: left;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.carts .variable_item div.amount {
		margin: 0;
	}

	.carts .variable_item .remove {
		position: absolute;
		top:10px;
		right: 0px;
	}

	.variable_item {
		position: relative;
	}

	.carts .variable_item div:nth-child(4), .carts .variable_item div:nth-child(5) {
		gap: 5px;
		font-size: 13px;
		display: flex;
		/*flex-direction: column;*/
	}

	.carts .variable_item div:nth-child(2) {
		flex-basis: calc(100% - 90px);
		margin-right: 20px;
	}

	.remove .icon {
		width: 20px;
		height: 20px;
	}

	.carts .amount .input {
		height: 28px;
	}

	.carts .variable_field {
		flex-basis: 56%;
	}

	.carts .variable_field:nth-child(3)::before {
		display: none;
	}

	.carts .variable_field:nth-child(3) {
		flex-basis: 37%;
		font-size: 14px;
	}

	.carts .variable_item div:nth-child(2) {
		font-size: 14px;
	}

	.carts .amount {        
		flex-basis: 100% !important;
		flex-shrink: 0 !important;
	}
	
	.carts .amount .btn {
		left:1px;
	}

	.carts .amount .btn.plus {
		right: 1px;
	}

	.carts .amount .input {
		padding: 0 19px;
		font-size: 15px;
	}
	.carts .variable_list {
		padding: 15px;
	}

	.variable_total {
		font-size: 14px;
		text-align: center;
	}

	.carts .variable_item.variable_total * {
		display: inline-block !important;
	}

}

@media (max-width:768px) {
  .tovar_right .add_cart {
	width: 100%;
  }
  .cart_form .pop_up_left, .cart_form .pop_up_right {
	width: 100%;
  }
}

/*
=================================================================================
	Конец Корзина
=================================================================================
*/

.block-align {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	font-size: 22px;
	text-align: center;
}
/* .tovar_iteam_align {
	display: flex;
	justify-content: end;
	font-size: 12px;
} */
.tovar_iteam_align {
	font-size: 12px;
	/* position: absolute; */
	/* right: 8px; */
	/* right: -4px; */
	/* top: 24px; */
}
