:root {
	/** Font */
	--font-first: "IBM Plex Mono", "20Kopeek-Book", sans-serif;
	--font-second: "Plex";
	--font-third: "SuisseIntl";
}
/*main pop-up
.popup-window.popup-window-with-titlebar.bx-blue {
  position: fixed!important;
  top: 0!important;
  right: 0!important;
  left: 80%!important;
  height: 100vh!important;
}*/
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}
.fa-heart-o::before,
.fa-heart::before {
	content: none !important;
}
.topWindow {
	top: 0 !important;
	position: fixed !important;
}
body,
html {
	width: 100%;
	height: 100%;
	font-family: "SuisseIntl";
	font-size: 10px;
	line-height: 18px;
	background-color: #f3f3ea;
}
.section_name {
	font-size: 4.6rem;
	font-weight: 400;
	color: #1b2530;
	font-feature-settings: "zero" on;
	letter-spacing: -0.03em;
	line-height: 93%;
	margin: 0 0 24px 0;
	position: relative;
}
.section_name span {
	font-family: IBM Plex Mono, "20Kopeek-Book", sans-serif;
	font-size: 1.6rem;
	top: -1.5em;
	letter-spacing: -0.02em;
	font-feature-settings: "zero";
	position: absolute;
	top: -25%;
}
.visible {
  display: block!important;
}
#top_stripe {
	padding: 25px 15px;
	align-items: center;
	align-self: stretch;
	color: #eee;
	font-size: 1.8rem;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	background: #000;
}
#top_stripe a {
	color: #fff;
}
.menu_top_mob,
.menu_top_mob_name {
	display: none;
}
.top_strip_hidden {
	margin: -76px 0 0 0;
}
.close_top_strip {
	display: block;
	width: 40px;
	height: 20px;
	background: url(/images/close.svg) no-repeat;
	position: absolute;
	right: 0;
	cursor: pointer;
}
#header_plate {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 60px;
	padding: 18px 40px;
	z-index: 1;
	box-sizing: border-box;
	border: 1px solid rgba(35, 35, 35, 0.3);
	background-color: #f3f3ea;
	width: 100%;
	z-index: 99;
}
#personal_top {
	display: flex;
	justify-content: space-between;
	position: relative;
	gap: 10px;
	/*  padding: 0 0 0 190px;*/
}
.search_top_mob {
	display: none;
}
.logo {
	position: absolute;
	left: calc(50% - 44px);
}
.content {
	max-width: 1575px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 40px 0;
}
/*footer*/
footer {
	color: #000;
	padding: 90px 40px 60px;
	font-size: 1.6rem;
	max-width: 1680px;
	margin: 0 auto;
}

.dark_blue,
.dark_blue * {
	color: #f3f3ea !important;
	background-color: #1b2530 !important;
}
.last_item_in_footer {
    padding: 0!important;
}
.Footer_footer {
	display: flex;
	gap: 240px;
	padding: 0 0 60px;
}

.Footer_contacts {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-width: 132px;
	width: 11%;
}

.Footer_contacts > :first-child {
	margin-bottom: 40px;
	min-width: 150px;
}

.Footer_contacts > :last-child {
	margin: 1.2rem 0 0 0;
	text-transform: uppercase;
}

.Footer_links,
.Footer_policy {
	justify-content: space-between;
}

.Footer_links {
	display: flex;
	width: 65vw;
	text-transform: uppercase;
}

.Footer_links > div {
	display: flex;
	flex-direction: column;
}

.Footer_links > div > :not(:last-child) {
	margin-bottom: 12px;
}

.Footer_policy a {
	font-size: 1.2rem;
	line-height: 140%;
	letter-spacing: -0.02em;
	text-transform: none;
}

.Footer_links > div:last-child {
	align-items: flex-end;
	width: 30%;
}

.Footer_policy {
	justify-content: space-between;
}

.Footer_policy > div:last-child {
	width: 33%;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}

.tel_contact_copy {
	display: flex;
	flex-direction: column;
	gap: 58px;
}

.pay_delivery,
.wholesale {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.index_wholesale_title_mob {
	display: none;
}

.footer_strip {
	margin-top: 72px;
}

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

.politics {
	font-size: 1.2rem;
	line-height: 17px;
	letter-spacing: -0.24px;
	font-weight: 400;
	text-transform: none !important;
}

footer a {
	color: #000;
	text-decoration: none;
}

.tel_contact_copy a,
.pay_delivery a,
.wholesale a {
	text-transform: uppercase;
	font-family: "SuisseIntl";
}
