* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

body {
	overflow-x: hidden;
	height: unset !important;
}

@font-face {
	font-family: "Metropolis";
	src: url("./fonts/Metropolis-Thin.eot");
	src: url("./fonts/Metropolis-Thin.eot?#iefix") format("embedded-opentype"), url("./fonts/Metropolis-Thin.woff2") format("woff2"), url("./fonts/Metropolis-Thin.woff") format("woff"), url("./fonts/Metropolis-Thin.ttf") format("truetype"), url("./fonts/Metropolis-Thin.svg#Metropolis-Thin") format("svg");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metropolis";
	src: url("./fonts/Metropolis-ExtraLight.eot");
	src: url("./fonts/Metropolis-ExtraLight.eot?#iefix") format("embedded-opentype"), url("./fonts/Metropolis-ExtraLight.woff2") format("woff2"), url("./fonts/Metropolis-ExtraLight.woff") format("woff"), url("./fonts/Metropolis-ExtraLight.ttf") format("truetype"), url("./fonts/Metropolis-ExtraLight.svg#Metropolis-ExtraLight") format("svg");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metropolis";
	src: url("./fonts/Metropolis-Light.eot");
	src: url("./fonts/Metropolis-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Metropolis-Light.woff2") format("woff2"), url("./fonts/Metropolis-Light.woff") format("woff"), url("./fonts/Metropolis-Light.ttf") format("truetype"), url("./fonts/Metropolis-Light.svg#Metropolis-Light") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metropolis";
	src: url("./fonts/Metropolis-Regular.eot");
	src: url("./fonts/Metropolis-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Metropolis-Regular.woff2") format("woff2"), url("./fonts/Metropolis-Regular.woff") format("woff"), url("./fonts/Metropolis-Regular.ttf") format("truetype"), url("./fonts/Metropolis-Regular.svg#Metropolis-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metropolis";
	src: url("./fonts/Metropolis-Medium.eot");
	src: url("./fonts/Metropolis-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/Metropolis-Medium.woff2") format("woff2"), url("./fonts/Metropolis-Medium.woff") format("woff"), url("./fonts/Metropolis-Medium.ttf") format("truetype"), url("./fonts/Metropolis-Medium.svg#Metropolis-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metropolis";
	src: url("./fonts/Metropolis-SemiBold.eot");
	src: url("./fonts/Metropolis-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Metropolis-SemiBold.woff2") format("woff2"), url("./fonts/Metropolis-SemiBold.woff") format("woff"), url("./fonts/Metropolis-SemiBold.ttf") format("truetype"), url("./fonts/Metropolis-SemiBold.svg#Metropolis-SemiBold") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metropolis";
	src: url("./fonts/Metropolis-Bold.eot");
	src: url("./fonts/Metropolis-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Metropolis-Bold.woff2") format("woff2"), url("./fonts/Metropolis-Bold.woff") format("woff"), url("./fonts/Metropolis-Bold.ttf") format("truetype"), url("./fonts/Metropolis-Bold.svg#Metropolis-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Monotype Corsiva";
	src: url("./fonts/monotype-corsiva.eot");
	/* IE9 Compat Modes */
	src: url("./fonts/monotype-corsiva.eot?#iefix") format("embedded-opentype"), url("./fonts/monotype-corsiva.otf") format("opentype"), url("./fonts/monotype-corsiva.svg") format("svg"), url("./fonts/monotype-corsiva.ttf") format("truetype"), url("./fonts/monotype-corsiva.woff") format("woff"), url("./fonts/monotype-corsiva.woff2") format("woff2");
	/* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 64px;
	line-height: 72px;
	font-family: "Monotype Corsiva", serif;
	text-align: left;
}

h2 {
	font-size: 32px;
	line-height: 32px;
	font-family: "Metropolis", sans-serif;
	font-weight: 700;
}

h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	font-family: "Metropolis", sans-serif;
}

h4 {
	font-size: 18px;
	line-height: 21px;
}

h5 {
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
}

body {
	font-size: 14px;
	color: #2F3132;
	font-family: "Metropolis", sans-serif;
	background-color: #EDF0F1;
	font-weight: 400;
	line-height: 14px;
}

body._lock {
	overflow: hidden;
}

section {
	padding: 100px 0;
}

@media screen and (max-width: 1020px) {
	section {
		padding: 80px 0;
	}
}

@media screen and (max-width: 770px) {
	section {
		padding: 70px 0;
	}
}

h1,
h2,
h3,
h4,
h5,
p {
	cursor: default;
}

._container {
	max-width: 1140px;
	margin: 0 auto;
}

@media screen and (max-width: 1320px) {
	._container {
		max-width: 960px;
	}
}

@media screen and (max-width: 1020px) {
	._container {
		max-width: 745px;
	}
}

@media screen and (max-width: 770px) {
	._container {
		max-width: 90%;
	}
}

._btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);
	width: 131px;
	height: 34px;
	position: relative;
	overflow: hidden;
	border: 0px;
	border-radius: 50px;
	cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	padding: 1px;
}

._btn span {
	font-size: 12px;
	border-radius: 50px;
	font-family: "Metropolis", sans-serif;
	font-weight: 400;
	width: 100%;
	height: 100%;
	color: #C39F4B;
	background-color: #fff;
	line-height: 32px;
	text-align: center;
	-webkit-transition: color 0.1s ease, background 0.2s ease 0.1s;
	transition: color 0.1s ease, background 0.2s ease 0.1s;
}

._btn:hover span {
	color: #EDF0F1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);
}

._btn:active span {
	color: #EDF0F1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);
}

input[type=number] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	cursor: pointer;
}

input,
select, textarea {
	font-family: "Metropolis", sans-serif;
	display: block;
	border: none;
	font-weight: 600;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	color: #2F3132;
	background-color: #fff;
	padding: 24px 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* &:focus{
	box-shadow: 1px 1px 24px 4px rgba(47,49,50,0.61);
} */
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	/* color: #9f9f9f;
	font-size: 16px; */
}

input::-moz-placeholder,
select::-moz-placeholder {
	/* color: #9f9f9f;
	font-size: 16px; */
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
	/* color: #9f9f9f;
	font-size: 16px; */
}

input::-ms-input-placeholder,
select::-ms-input-placeholder {
	/* color: #9f9f9f;
	font-size: 16px; */
}

input::placeholder,
select::placeholder {
	/* color: #9f9f9f;
	font-size: 16px; */
}

@media screen and (max-width: 770px) {
	h1.title {
		font-size: 55px;
		line-height: 64px;
	}
}

@media screen and (max-width: 600px) {
	h1.title {
		font-size: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width: 490px) {
	h1.title {
		font-size: 40px;
		line-height: 45px;
	}
}

@media screen and (max-width: 712px) {
	h2.title {
		font-size: 28px;
		line-height: 28px;
	}
}

@media screen and (max-width: 413px) {
	h2.title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media screen and (max-width: 618px) {
	h4.title {
		font-size: 16px;
		line-height: 20px;
	}
}

.custom-logo-link {
	display: block;
	max-width: 70px;
	cursor: pointer;
}

.custom-logo-link.custom-logo-link__mob {
	max-width: 210px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2F3132;
}

@media screen and (max-width: 829px) {
	.custom-logo-link.custom-logo-link__mob {
		max-width: 240px;
	}
}

.custom-logo-link.custom-logo-link__mob p {
	font-size: 14px;
	font-family: "Monotype Corsiva", serif;
	cursor: pointer;
}

@media screen and (max-width: 829px) {
	.custom-logo-link.custom-logo-link__mob p {
		font-size: 16px;
	}
}

.custom-logo-link.custom-logo-link__mob .logo {
	width: 70px;
	height: auto;
	margin-right: 15px;
}

.logo {
	width: 100%;
	height: auto;
}

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

._title__wrapper h2 {
	margin-right: 5px;
}

@media screen and (max-width: 560px) {
	._title__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	._title__wrapper h2 {
		margin: 0 0 10px;
	}
}

.impulse a {
	color: #C39F4B;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: none;
}

.impulse a:hover {
	text-decoration: underline;
}

.absolute-vegetable {
	position: absolute;
	overflow: hidden;
	z-index: 4;
}

.absolute-vegetable img {
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.absolute-vegetable.absolute-tomato {
	top: -25%;
	right: 0px;
	width: 70px;
	height: 155px;
}

@media screen and (max-width: 1200px) {
	.absolute-vegetable.absolute-tomato {
		width: 51px;
		height: 115px;
	}
}

@media screen and (max-width: 1020px) {
	.absolute-vegetable.absolute-tomato {
		top: -12%;
	}
}

@media screen and (max-width: 770px) {
	.absolute-vegetable.absolute-tomato {
		width: 41px;
		height: 90px;
	}
}

@media screen and (max-width: 420px) {
	.absolute-vegetable.absolute-tomato {
		display: none;
	}
}

.absolute-vegetable.absolute-greenery {
	top: -12%;
	left: 0px;
	width: 63px;
	height: 155px;
}

@media screen and (max-width: 1200px) {
	.absolute-vegetable.absolute-greenery {
		top: -10%;
		width: 51px;
		height: 115px;
	}
}

@media screen and (max-width: 770px) {
	.absolute-vegetable.absolute-greenery {
		width: 41px;
		height: 90px;
	}
}

@media screen and (max-width: 420px) {
	.absolute-vegetable.absolute-greenery {
		display: none;
	}
}

.absolute-vegetable.absolute-greenery-blur {
	top: -10%;
	right: 0px;
	width: 104px;
	height: 155px;
}

@media screen and (max-width: 1200px) {
	.absolute-vegetable.absolute-greenery-blur {
		top: -7%;
		width: 76px;
		height: 115px;
	}
}

@media screen and (max-width: 770px) {
	.absolute-vegetable.absolute-greenery-blur {
		width: 58px;
		height: 90px;
	}
}

@media screen and (max-width: 420px) {
	.absolute-vegetable.absolute-greenery-blur {
		display: none;
	}
}

.absolute-vegetable.absolute-corn {
	top: -14%;
	left: 0px;
	width: 47px;
	height: 155px;
}

@media screen and (max-width: 1200px) {
	.absolute-vegetable.absolute-corn {
		top: -10%;
		width: 47px;
		height: 115px;
	}
}

@media screen and (max-width: 1020px) {
	.absolute-vegetable.absolute-corn {
		top: -8%;
	}
}

@media screen and (max-width: 770px) {
	.absolute-vegetable.absolute-corn {
		top: -6%;
		width: 41px;
		height: 90px;
	}
}

@media screen and (max-width: 420px) {
	.absolute-vegetable.absolute-corn {
		display: none;
	}
}

.header {
	background: #fff;
	padding: 11px 0;
	position: fixed;
	z-index: 6;
	width: 100%;
	top: 0;
	left: 0;
}

.header__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__logo__mob {
	display: none;
}

@media screen and (max-width: 1020px) {
	.header__logo__mob {
		display: block;
		width: 100%;
		border-bottom: 1px solid #C39F4B;
		margin-bottom: 30px;
		padding-bottom: 27px;
	}
}

.menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 89%;
	flex: 0 1 89%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1020px) {
	.menu {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.menu__toggle {
	display: none;
}

@media screen and (max-width: 1020px) {
	.menu__toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		z-index: 10;
		width: 30px;
		height: 30px;
		cursor: pointer;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	.menu__toggle span,
	.menu__toggle:before,
	.menu__toggle::after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #2F3132;
		left: 0;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	.menu__toggle span {
		top: 14px;
		opacity: 1;
	}

	.menu__toggle::before {
		top: 4px;
	}

	.menu__toggle::after {
		top: 24px;
	}

	.menu__toggle._active-menu {
		-webkit-transform: translate(80px, 10px);
		transform: translate(80px, 10px);
	}

	.menu__toggle._active-menu span {
		opacity: 0;
	}

	.menu__toggle._active-menu::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 14px;
	}

	.menu__toggle._active-menu::after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 14px;
	}
}

@media screen and (max-width: 945px) {
	.menu__toggle._active-menu {
		-webkit-transform: translate(60px, 10px);
		transform: translate(60px, 10px);
	}
}

@media screen and (max-width: 894px) {
	.menu__toggle._active-menu {
		-webkit-transform: translate(45px, 10px);
		transform: translate(45px, 10px);
	}
}

@media screen and (max-width: 850px) {
	.menu__toggle._active-menu {
		-webkit-transform: translate(37px, 10px);
		transform: translate(37px, 10px);
	}
}

@media screen and (max-width: 829px) {
	.menu__toggle._active-menu {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.menu__box {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 88%;
	flex: 0 1 88%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1020px) {
	.menu__box {
		position: fixed;
		z-index: 9;
		width: 38%;
		height: 100%;
		top: 0;
		right: -100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: auto;
		background-color: #fff;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 30px 80px 30px 30px;
	}

	.menu__box._active-menu {
		right: 0;
	}
}

@media screen and (max-width: 829px) {
	.menu__box {
		width: 100%;
		padding: 30px;
	}
}



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

.menu__list {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1020px) {
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		border-bottom: 1px solid #C39F4B;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.menu__list li:last-child a {
		margin-bottom: 0;
	}
}

.menu-item a {
	display: inline-block;
	color: #2F3132;
	font-size: 12px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin: 0 10px;
}

.menu-item a:hover {
	color: #C39F4B;
}

@media screen and (max-width: 1020px) {
	.menu-item a {
		font-size: 27px;
		margin: 0 0 25px 0;
	}
}

@media screen and (max-width: 829px) {
	.menu-item a {
		font-size: 33px;
		margin: 0 0 35px 0;
	}
}

.menu__call__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1020px) {
	.menu__call__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		border-bottom: 1px solid #C39F4B;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}

.menu__call {
	margin-right: 27px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #2F3132;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

@media screen and (max-width: 1020px) {
	.menu__call {
		margin: 0 0 20px 0;
		font-size: 18px;
	}
}

@media screen and (max-width: 829px) {
	.menu__call {
		font-size: 23px;
	}
}

.menu__call svg {
	width: 12px;
	height: 12px;
	margin-right: 6px;
}

@media screen and (max-width: 1020px) {
	.menu__call svg {
		width: 18px;
		height: 18px;
	}
}

@media screen and (max-width: 829px) {
	.menu__call svg {
		width: 23px;
		height: 23px;
	}
}

.menu__call:hover {
	color: #C39F4B;
}

.menu__call:hover svg {
	-webkit-animation-name: tada;
	animation-name: tada;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}

.menu__call:hover svg path {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	stroke: #C39F4B;
}

.menu__call.menu__call__mob {
	display: none;
}

@media screen and (max-width: 1020px) {
	.menu__call.menu__call__mob {
		display: block;
		margin: 0 35px 0 0;
	}

	.menu__call.menu__call__mob svg {
		width: 18px;
		height: 18px;
		margin-right: 0;
	}
}

@media screen and (max-width: 770px) {
	.menu__call.menu__call__mob {
		margin-right: 15px;
	}
}

@media screen and (max-width: 1020px) {
	.menu__call__btn {
		width: 183px;
		height: 33px;
	}
}

@media screen and (max-width: 829px) {
	.menu__call__btn {
		width: 210px;
		height: 33px;
	}
}

@media screen and (max-width: 1020px) {
	.menu__call__btn span {
		font-size: 18px;
	}
}

@media screen and (max-width: 829px) {
	.menu__call__btn span {
		font-size: 20px;
	}
}

.menu__cart {
	cursor: pointer;
	position: relative;
	width: 20px;
	height: 20px;
	z-index: 1;
}

@media screen and (max-width: 1020px) {
	.menu__cart {
		margin-right: 35px;
	}
}

@media screen and (max-width: 770px) {
	.menu__cart {
		margin-right: 25px;
	}
}

.menu__cart svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.menu__cart .cart-count {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -1px;
	right: -4px;
	border-radius: 50%;
	font-size: 6px;
	line-height: 9.8px;
	margin: auto;
	text-align: center;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);
	border: 1.5px solid #FFFFFF;
}

.menu__cart .cart-count._no-empty-cart {
	display: block;
}

.menu__lang {
	display: block;
	position: relative;
}

@media screen and (max-width: 1020px) {
	.menu__lang {
		display: none;
	}
}

.menu__lang a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 19px;
}

.menu__lang a svg {
	margin-left: 6px;
	width: 10px;
	height: 10px;
}

.menu__lang ul {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 10px;
	background-color: #fff;
	border-radius: 15px;
	-webkit-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	z-index: 1;
}

.menu__lang ul .lang-item {
	padding-bottom: 5px;
}

.menu__lang ul .lang-item:last-child {
	padding-bottom: 0;
}

.menu__lang a img,
.menu__lang .menu__lang__img {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 50%;
}

.menu__lang .menu__lang__img img {
	width: 100%;
	height: auto;
}

.menu__lang:hover ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.menu__lang_mob {
	display: none;
}

@media screen and (max-width: 1020px) {
	.menu__lang_mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 110px;
		width: 100%;
	}
}

.menu__lang_mob .lang-item {
	margin-right: 5px;
	opacity: 0.6;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.menu__lang_mob .lang-item:hover {
	opacity: 1;
}

.menu__lang_mob .lang-item .menu__lang__img {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid transparent;
}

.menu__lang_mob .lang-item .menu__lang__img img {
	width: 100%;
	height: auto;
}

.menu__lang_mob .lang-item.current-lang {
	opacity: 1;
}

.main {
	margin-top: 73px;
	padding: 139px 0;
	background-color: $brown-light;
	background-image: url(https://www.heritage-seeds.eu/wp-content/uploads/2022/06/bg-main.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
}

@media screen and (max-width: 1030px) {
	.main {
		background-position: 30% 0px;
	}
}

@media screen and (max-width: 770px) {
	.main {
		padding: 90px 0;
		background-position: 0% 0px;
	}
}

@media screen and (max-width: 600px) {
	.main {
		padding: 65px 0;
		background-position: 0% 0px;
	}
}

@media screen and (max-width: 490px) {
	.main {
		background-position: 24% 0px;
	}
}

@media screen and (max-width: 370px) {
	.main {
		background-position: 36% 0px;
	}
}

.main__wrapper {
	max-width: 461px;
	margin: 0 auto 0 0;
}

@media screen and (max-width: 1030px) {
	.main__wrapper {
		max-width: 450px;
	}
}

@media screen and (max-width: 490px) {
	.main__wrapper {
		max-width: 430px;
	}
}

.main__title {
	margin-bottom: 16px;
}

.main__subtitle {
	font-size: 16px;
	line-height: 42px;
	opacity: 0.8;
	margin-bottom: 31px;
}

@media screen and (max-width: 770px) {
	.main__subtitle {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 490px) {
	.main__subtitle {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 25px;
	}
}

.main__btn {
	width: 207px;
	height: 42px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

@media screen and (max-width: 413px) {
	.main__btn {
		font-size: 13px;
		line-height: 13px;
		width: 180px;
	}
}

.main__btn svg {
	width: 12px;
	height: 14px;
	margin-left: 10px;
}

.main__btn:hover {
	color: #C39F4B;
	background-image: none;
	background-color: #E9E3D8;
	border-color: #C39F4B;
}

.main__btn:hover svg path {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	stroke: #C39F4B;
}

.benefits {
	background-color: #fff;
	position: relative;
	/* &.benefits__second{
	.benefits__item{
	max-width: 316px;
}
} */
}

.benefits__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1097px;
	margin: 0 auto;
}

@media screen and (max-width: 1020px) {
	.benefits__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.benefits__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30.333%;
	flex: 0 1 30.333%;
	margin-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.benefits__item:last-child {
	margin-right: 0;
}

.benefits__item span {
	display: block;
}

@media screen and (max-width: 1020px) {
	.benefits__item {
		max-width: unset;
		width: 465px;
		margin: 0 0 40px 0;
	}

	.benefits__item:last-child {
		margin-bottom: 0;
	}

	.benefits__item span {
		display: none;
	}
}

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

.benefits__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 62px;
	flex: 0 0 62px;
	width: 62px;
	height: 62px;
	background-color: rgba(237, 240, 241, 0.37);
	opacity: 0.9;
	border-radius: 10px;
	position: relative;
	margin-right: 10px;
}

@media screen and (max-width: 1020px) {
	.benefits__img {
		width: 75px;
		height: 75px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75px;
		flex: 0 0 75px;
	}
}

@media screen and (max-width: 618px) {
	.benefits__img {
		width: 50px;
		height: 50px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
	}
}

.benefits__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 26px;
	height: 30px;
}

@media screen and (max-width: 1020px) {
	.benefits__img img {
		width: 38px;
		height: 38px;
	}
}

@media screen and (max-width: 618px) {
	.benefits__img img {
		width: 26px;
		height: 30px;
	}
}

.benefits__title {
	font-weight: 700;
	margin-bottom: 4px;
}

.benefits .benefits__subtitle {
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
}

@media screen and (max-width: 618px) {
	.benefits .benefits__subtitle {
		font-size: 13px;
		line-height: 20px;
	}
}

.assortment {
	background-color: #EDF0F1;
}

.assortment__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.assortment__header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 7.5px;
	margin-bottom: 27px;
}

.assortment__subtitle {
	line-height: 19px;
	font-weight: 300;
}

.assortment__btn span {
	background-color: #EDF0F1;
}

.assortment__main__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 1020px) {
	.assortment__main__content {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 520px) {
	.assortment__main__content {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 370px) {
	.assortment__main__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

.assortment-card {
	background: #fff;
	border-radius: 15px;
	padding: 26px 25px;
	margin: 0 8.5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/* &:first-child{
	margin: 0 8.5px 0 0;
} */
	/* &:last-child{
	margin: 0;
} */
}

.assortment-card:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

@media screen and (max-width: 1320px) {
	.assortment-card {
		padding: 18px 25px;
	}
}

@media screen and (max-width: 1020px) {
	.assortment-card {
		margin: 0 8.5px 17px;
	}
}

.assortment-card__link {
	color: #2F3132;
	cursor: pointer;
}

.assortment-card__title {
	cursor: pointer;
	margin-bottom: 25px;
}

.assortment-card__title span {
	display: block;
}

@media screen and (max-width: 370px) {
	.assortment-card__title {
		text-align: center;
	}

	.assortment-card__title span {
		display: none;
	}
}

.assortment-card__img {
	max-width: 126px;
}

@media screen and (max-width: 370px) {
	.assortment-card__img {
		max-width: 145px;
		margin: auto;
	}
}

.assortment-card__img img {
	width: 100%;
	height: auto;
}

.about-us {
	background-color: #EDF0F1;
}

.about-us__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1020px) {
	.about-us__wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media screen and (max-width: 770px) {
	.about-us__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.about-us__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38.8%;
	flex: 0 0 38.8%;
	height: auto;
	margin-right: 30px;
	border-radius: 15px;
	overflow: hidden;
}

@media screen and (max-width: 770px) {
	.about-us__img {
		max-width: 400px;
		margin: auto;
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 560px) {
	.about-us__img {
		max-width: 230px;
		margin-bottom: 30px;
	}
}

.about-us__img img {
	width: 100%;
	height: auto;
}

.about-us__text__wrapper {
	max-width: 645px;
}

.about-us__text__wrapper h2 {
	margin-bottom: 20px;
}

.about-us__text__wrapper p {
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 35px;
}

@media screen and (max-width: 770px) {
	.about-us__text__wrapper p {
		margin-bottom: 20px;
		line-height: 25px;
	}
}

@media screen and (max-width: 560px) {
	.about-us__text__wrapper p {
		font-size: 12px;
	}
}

.about-us__text__wrapper p span {
	display: block;
}

.about-us__text__wrapper p:last-child {
	margin-bottom: 0;
}

.gallery {
	background: #fff;
	position: relative;
}

.gallery__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gallery__header {
	width: 100%;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gallery__subtitle {
	line-height: 19px;
	font-weight: 300;
}

.gallery__btn__wrapper {
	display: none;
	position: relative;
	margin-right: 5px;
}

@media screen and (min-width: 690px) {
	.gallery__btn__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 42px;
	}

	.gallery__btn__wrapper .swiper-button-prev,
	.gallery__btn__wrapper .swiper-button-next {
		position: static;
		margin: 0;
		padding: 0;
		height: 18px;
		width: 18px;
		z-index: 1;
		background-image: url(https://www.heritage-seeds.eu/wp-content/uploads/2022/06/label-slider-arrow.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0 0;
		border: none;
		background-color: transparent;
	}

	.gallery__btn__wrapper .swiper-button-prev:after,
	.gallery__btn__wrapper .swiper-button-next:after {
		display: none;
	}

	.gallery__btn__wrapper .swiper-button-next {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.gallery__main__content {
	width: 95%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 690px) {
	.gallery__main__content {
		width: 100%;
	}
}

@media screen and (min-width: 1020px) {
	.gallery__main__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.swiper-gallery-big {
	margin-bottom: 15px;
	width: 100%;
}

@media screen and (min-width: 1020px) {
	.swiper-gallery-big {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 74.2%;
		flex: 0 0 74.2%;
		width: unset;
		margin-bottom: 0;
	}
}

.swiper-gallery-big .swiper-slide {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 230px;
}

@media screen and (min-width: 690px) {
	.swiper-gallery-big .swiper-slide {
		padding-bottom: 390px;
	}
}

@media screen and (min-width: 1020px) {
	.swiper-gallery-big .swiper-slide {
		padding-bottom: 502px;
	}
}

.swiper-gallery-big .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-gallery-mini {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1020px) {
	.swiper-gallery-mini {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 22.9%;
		flex: 0 0 22.9%;
		width: unset;
	}
}

.swiper-gallery-mini .swiper-slide {
	background: #fff;
	height: 100%;
	position: relative;
	padding-bottom: 43px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0.4;
	cursor: pointer;
}

@media screen and (min-width: 380px) {
	.swiper-gallery-mini .swiper-slide {
		padding-bottom: 55px;
	}
}

@media screen and (min-width: 690px) {
	.swiper-gallery-mini .swiper-slide {
		padding-bottom: 90px;
	}
}

.swiper-gallery-mini .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-gallery-mini .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.blog-mini {
	position: relative;
}

.blog-mini__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-mini__header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.blog-mini__subtitle {
	font-weight: 300;
	line-height: 19px;
}

.blog-mini__btn {
	width: 100px;
}

.blog-mini__btn span {
	background: #EDF0F1;
}

.blog-mini-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

@media screen and (max-width: 1020px) {
	.blog-mini-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 610px) {
	.blog-mini-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.blog-mini-content__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 31.75%;
	flex: 0 0 31.75%;
	margin-right: 27px;
	border-radius: 10px;
	height: 279px;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	/* 	padding: 0 23px 24px; */
	color: #fff;
	/* 	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 49, 50, 0.36)), to(#2F3132));
	background-image: linear-gradient(180deg, rgba(47, 49, 50, 0.36) 0%, #2F3132 100%); */
}

.blog-mini-content__item:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1020px) {
	.blog-mini-content__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		margin-bottom: 30px;
	}

	.blog-mini-content__item:nth-child(2) {
		margin-right: 0;
	}

	.blog-mini-content__item:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 610px) {
	.blog-mini-content__item {
		margin-right: 0;
		/* 		padding-top: 100px; */
	}
}

.blog-mini-content__item:hover .blog-mini-content__link {
	/* 	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px); */
}

.blog-mini-content__item:hover .blog-mini-content__bg {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.blog-mini-content__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.blog-mini-content__link {
	color: inherit;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;

	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 49, 50, 0.36)), to(#2F3132));
	background-image: linear-gradient(180deg, rgba(47, 49, 50, 0.36) 0%, #2F3132 100%);

	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 23px 24px;

}

@media screen and (max-width: 610px) {
	.blog-mini-content__link{
		padding-top: 100px;
	}
	.blog-mini-content h3.blog-mini-content__title {
		font-size: 18px;
		line-height: 22px;
	}
}

.blog-mini-content__title {
	cursor: pointer;
	margin-bottom: 5px;
}

.blog-mini-content__title span {
	display: block;
}

.blog-mini-content__subtitle {
	cursor: pointer;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}

@media screen and (max-width: 610px) {
	.blog-mini-content__subtitle {
		font-size: 13px;
		line-height: 20px;
	}
}

.blog-articles {
	padding: 100px 0 50px 0;
	overflow: hidden;
	position: relative;
}

.blog-articles__header {
	margin-bottom: 23px;
}

.blog-articles__header .breadcrumbs {
	margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
	.blog-articles__header .breadcrumbs {
		margin-bottom: 30px;
	}
}

.blog-articles-list {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.blog-articles-list__item {
	margin: 0px 30px 75px 0px;
	width: calc(33.333% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 1020px) {
	.blog-articles-list__item {
		width: calc(50% - 30px);
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 600px) {
	.blog-articles-list__item {
		width: 100%;
		margin-right: 0;
	}
}

.blog-articles-list__img {
	border-radius: 15px;
	margin-bottom: 14px;
	position: relative;
	width: 100%;
	height: 161px;
	overflow: hidden;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45.43%, rgba(47, 49, 50, 0.36)), to(#2F3132));
	background-image: linear-gradient(180deg, rgba(47, 49, 50, 0.36) 45.43%, #2F3132 100%);
	cursor: pointer;
}

.blog-articles-list__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -1;
}

.blog-articles-list__img:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.blog-articles-list__img:hover .blog-articles-list__author {
	color: #E9E3D8;
}

.blog-articles-list__img:hover .blog-articles-list__author::before {
	background-color: #E9E3D8;
}

.blog-articles-list__author {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	left: 24px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	line-height: 24px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-articles-list__author::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: translate(-8px, -1.5px);
	transform: translate(-8px, -1.5px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-articles-list__link__to__blog {
	color: #2F3132;
	margin-left: 4px;
	max-width: 318px;
	cursor: pointer;
}

.blog-articles-list__link__to__blog:hover .blog-articles-list__title,
.blog-articles-list__link__to__blog:hover .blog-articles-list__subtitle {
	color: #C39F4B;
}

.blog-articles-list__title {
	margin-bottom: 8px;
	font-size: 18px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.blog-articles-list__subtitle {
	font-size: 12px;
	line-height: 24px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.catalog-above {
	margin: 75px 0 0 0;
	padding: 55px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media screen and (max-width: 770px) {
	.catalog-above {
		padding: 35px 0;
	}
}

@media screen and (max-width: 490px) {
	.catalog-above {
		padding: 30px 0;
	}
}

.catalog-above__wrapper {
	max-width: 508px;
	margin: 0 auto;
	position: relative;
	/* &:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url(../assets/img/catalog/bg-title-dop.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
} */
}

.catalog-above__title {
	text-align: center;
}

.catalog {
	margin: 75px 0 0 0;
	padding: 55px 0;
	position: relative;
	/* overflow: hidden; */
}

@media screen and (max-width: 770px) {
	.catalog {
		padding: 35px 0;
	}
}

@media screen and (max-width: 490px) {
	.catalog {
		padding: 30px 0;
	}
}

.catalog.catalog__categories {
	padding: 60px 0 30px;
	margin: 0;
}

@media screen and (max-width: 1030px) {
	.catalog.catalog__categories {
		padding: 40px 0 30px;
	}
}

.catalog__header {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 420px) {
	.catalog__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	color: #2F3132;
}

@media screen and (max-width: 540px) {
	.sort {
		font-size: 12px;
	}
}

.sort p {
	margin-right: 5px;
}

.sort .sort__current {
	cursor: pointer;
	text-decoration: underline;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-right: 23px;
	position: relative;
}

.sort .sort__current:before,
.sort .sort__current:after {
	content: "";
	position: absolute;
	top: 45%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 10px;
	height: 2px;
	background-color: #2F3132;
}

.sort .sort__current:before {
	right: 0px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sort .sort__current:after {
	right: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sort .sort__current._active-sort:before {
	right: 0px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sort .sort__current._active-sort:after {
	right: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sort .sort__current:hover {
	opacity: 1;
	color: #C39F4B;
}

.sort .sort__current:hover:before,
.sort .sort__current:hover:after {
	background: #C39F4B;
}

.sort .sort__choise {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 30px;
	padding: 15px;
	background: white;
	border-radius: 10px;
	min-width: 160px;
	-webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
}

.sort .sort__choise._active-sort {
	visibility: visible;
	opacity: 1;
}

.sort .sort__choise a {
	color: #2F3132;
	margin-bottom: 7px;
}

.sort .sort__choise a:hover {
	color: #C39F4B;
}

.sort .sort__choise a:last-child {
	margin-bottom: 0;
}

.catalog-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.catalog-list.catalog-list__categories {
	margin-bottom: 0;
}

.catalog-list .assortment-card {
	margin: 0px 17px 34px 0px;
	width: calc(16.7% - 18px);
}

@media screen and (max-width: 1320px) {
	.catalog-list .assortment-card {
		width: calc(20% - 18px);
	}
}

@media screen and (max-width: 1020px) {
	.catalog-list .assortment-card {
		width: calc(25% - 18px);
	}

	.catalog-list .assortment-card__title {
		text-align: center;
	}

	.catalog-list .assortment-card__img {
		margin: 0 auto;
	}
}

@media screen and (max-width: 770px) {
	.catalog-list .assortment-card {
		width: calc(33.333% - 18px);
	}
}

@media screen and (max-width: 600px) {
	.catalog-list .assortment-card {
		width: calc(50% - 18px);
	}
}

.catalog-list__item {
	margin: 0px 30px 30px 0px;
	width: calc(25% - 30px);
	background: #fff;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 28px;
}

@media screen and (max-width: 1020px) {
	.catalog-list__item {
		width: calc(33.333% - 30px);
	}
}

@media screen and (max-width: 770px) {
	.catalog-list__item {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 600px) {
	.catalog-list__item {
		width: calc(100% - 30px);
	}
}

.catalog-list__img {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
	.catalog-list__img {
		margin: 0 auto;
		width: 60%;
	}
}

@media screen and (max-width: 475px) {
	.catalog-list__img {
		margin: 0 auto;
		width: 85%;
	}
}

.catalog-list__img img {
	/* position: absolute;
	top: 0;
	left: 0; */
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.catalog-list__title {
	color: #2F3132;
	margin-bottom: 20px;
}
.catalog-list__title a{
	color: inherit;
}

.catalog-list__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	color: #2F3132;
}

.catalog-list__count p {
	opacity: 0.7;
	font-size: 12px;
}

.catalog-list__count svg {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	fill: #C39F4B;
}

.catalog-list__buy__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catalog-list__price {
	font-weight: 700;
	font-size: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.catalog-list__btn {
	width: 100px;
	height: 36px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.catalog-list__btn:hover {
	border-color: #C39F4B;
	color: #C39F4B;
	background-image: none;
	background-color: #fff;
}

section.product {
	padding: 55px 0 57px;
	overflow: hidden;
	position: relative;
	/* .absolute-tomato{
	top: -20%;

}   */
}

.product__header {
	margin-bottom: 29px;
}

h1.product__title {
	margin: 15px 0;
	font-family: "Metropolis", sans-serif;
	font-size: 32px;
	font-weight: 700;
}

@media screen and (max-width: 712px) {
	h1.product__title {
		font-size: 28px;
		line-height: 28px;
	}
}

@media screen and (max-width: 413px) {
	h1.product__title {
		font-size: 24px;
		line-height: 28px;
	}
}


@media screen and (max-width: 390px) {
	h1.product__title {
		margin-top: 30px;
	}
}



.product__main__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 760px) {
	.product__main__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.product__slider__container {
	width: calc(50% - 30px);
	margin-right: 30px;
}

@media screen and (max-width: 760px) {
	.product__slider__container {
		width: 55%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 610px) {
	.product__slider__container {
		width: 70%;
	}
}

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

.product__slider__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 1020px) {
	.product__slider__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 760px) {
	.product__slider__wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 0;
	}
}

.product__slider__wrapper .swiper-product-small {
	margin-right: 19px;
	width: 64px;
}

@media screen and (max-width: 1020px) {
	.product__slider__wrapper .swiper-product-small {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 760px) {
	.product__slider__wrapper .swiper-product-small {
		margin-right: 19px;
		width: 64px;
	}
}

.product__slider__wrapper .swiper-product-small .swiper-slide {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	padding-bottom: 64px;
	border-radius: 5px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 760px) {
	.product__slider__wrapper .swiper-product-small .swiper-slide {
		padding-bottom: 58px;
	}
}
@media screen and (max-width: 370px) {
	.product__slider__wrapper .swiper-product-small .swiper-slide {
		padding-bottom: 40px;
	}
	.product__slider__wrapper .swiper-product-small{
		width: 51px;
	}
}

.product__slider__wrapper .swiper-product-small .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product__slider__wrapper .swiper-product-small .swiper-slide.swiper-slide-thumb-active {
	border-color: #C39F4B;
}

.product__slider__wrapper .swiper-product-big {
	padding: 55px 67px;
	background: #fff;
	border-radius: 5px;
	width: calc(100% - 64px - 19px);
}

@media screen and (max-width: 1020px) {
	.product__slider__wrapper .swiper-product-big {
		width: 100%;
		margin-bottom: 20px;
		padding: 30px 20px;
	}
}

@media screen and (max-width: 760px) {
	.product__slider__wrapper .swiper-product-big {
		padding: 30px 20px;
		margin-bottom: 0;
	}
}

.product__slider__wrapper .swiper-product-big .swiper-slide {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	padding-bottom: 338px;
}

@media screen and (max-width: 1320px) {
	.product__slider__wrapper .swiper-product-big .swiper-slide {
		padding-bottom: 236px;
	}
}

@media screen and (max-width: 760px) {
	.product__slider__wrapper .swiper-product-big .swiper-slide {
		padding-bottom: 200px;
	}
}

.product__slider__wrapper .swiper-product-big .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-info {
	width: 50%;
}

@media screen and (max-width: 760px) {
	.product-info {
		width: 80%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 484px) {
	.product-info {
		width: 100%;
	}
}

.product-info__form__callback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	border-radius: 10px;
	padding: 19px 27px 19px 37px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 383px;
	margin-bottom: 39px;
}

.product-info__form__callback .wpcf7{
	width: 100%;
}

.product-info__form__callback form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 383px;
	width: 100%;
}

@media screen and (max-width: 760px) {
	.product-info__form__callback {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 484px) {
	.product-info__form__callback, .product-info__form__callback form {
		width: 100%;
	}
}

@media screen and (max-width: 390px) {
	.product-info__form__callback {
		/* 		width: 85%; */
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product-info__form__callback input[type="tel"]{
		font-size: 16px;
	}
	.product-info__form__callback form {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

}

/* Contact Form 7 */
.wpcf7-form.invalid .wpcf7-not-valid {
	color: #e63339;
	border-color: #e63339;
}

.wpcf7-form.invalid .wpcf7-not-valid::placeholder {
	color: #e63339;
}

.wpcf7-not-valid-tip,
.wpcf7-spinner,
.wpcf7-response-output {
	display: none !important;
}

.product-info__form__callback input[type="tel"] {
	width: 146px;
	margin-right: 15px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #2F3132;
	background-color: transparent;
}

@media screen and (max-width: 390px) {
	.product-info__form__callback input[type="tel"] {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.product-info__form__callback input[type="tel"]::-webkit-input-placeholder {
	font-weight: 600;
	color: #2F3132;
}

.product-info__form__callback input[type="tel"]::-moz-placeholder {
	font-weight: 600;
	color: #2F3132;
}

.product-info__form__callback input[type="tel"]:-ms-input-placeholder {
	font-weight: 600;
	color: #2F3132;
}

.product-info__form__callback input[type="tel"]::-ms-input-placeholder {
	font-weight: 600;
	color: #2F3132;
}

.product-info__form__callback input[type="tel"]::placeholder {
	font-weight: 600;
	color: #2F3132;
}

.product-info__form__callback button[type="submit"]{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);
	width: 131px;
	height: 34px;
	position: relative;
	overflow: hidden;
	border: 0px;
	border-radius: 50px;
	cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	padding: 1px;

	flex: 0 0 131px;
}

.overlay input[type="submit"],
.product-info__form__callback input[type="submit"]{
	border-radius: 50px;
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	padding: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 131px;
	height: 34px;
	flex: 0 0 131px;
	border: 1px solid #C39F4B;
	color: #C39F4B;
	background-color: #fff;
	font-size: 12px;
	line-height: 32px;
	font-family: "Metropolis", sans-serif;
	font-weight: 400;
	text-align: center;
}
.overlay input[type="submit"]:hover,
.product-info__form__callback input[type="submit"]:hover{
	color: #EDF0F1;
	background-color: transparent;
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%); 
}

@media screen and (max-width: 390px) {
	.overlay input[type="submit"],
	.product-info__form__callback button[type="submit"], .product-info__form__callback input[type="submit"] {
		flex: unset;
	}
}

.overlay input[type="submit"] {
	max-height: 34px;
}

.product-info__form__callback button span {
	font-size: 12px;
	border-radius: 50px;
	font-family: "Metropolis", sans-serif;
	font-weight: 400;
	width: 100%;
	height: 100%;
	color: #C39F4B;
	background-color: #fff;
	line-height: 32px;
	text-align: center;
	-webkit-transition: color 0.1s ease, background 0.2s ease 0.1s;
	transition: color 0.1s ease, background 0.2s ease 0.1s;
}

.product-info__form__callback button:hover span {
	color: #EDF0F1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);
}

.product-info__form__callback button:active span {
	color: #EDF0F1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);
}

.product-info__denomination {
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: rgba(47, 49, 50, 0.37);
	margin-bottom: 11px;
}

.product-info__price {
	margin-bottom: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.product-info__price.active {
	display: flex;
}

.product-info__price p {
	font-weight: 700;
	font-size: 32px;
	line-height: 14px;
	color: #2F3132;
	margin-right: 1px;
}

.product-info__price span {
	font-weight: 500;
	font-size: 16px;
	line-height: 8px;
}

.product-count__radio__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 315px;
	margin-bottom: 20px;
}

@media screen and (max-width: 390px) {
	.product-count__radio__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: unset;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.product-count__radio__container label {
	cursor: pointer;
	background-color: transparent;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	padding: 6px 9px 6px 12px;
	border: 1px solid #2F3132;
	border-radius: 5px;
	color: #2F3132;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 390px) {
	.product-count__radio__container label {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

.product-count__radio__container label:hover {
	color: #C39F4B;
	border: 1px solid #C39F4B;
}

.product-count__radio__container [name=radio-group]:checked+label {
	background: #fff;
	border-color: #C39F4B;
}

.product-count__radio__container [name=radio-group]:disabled+label {
	opacity: 0.6;
	cursor: no-drop;
}

.product-count__radio__container [name=radio-group]:disabled+label:hover {
	border-color: #2F3132;
	color: #2F3132;
}

.product-count__radio__container .product-info__denomination {
	margin-bottom: 0;
	margin-right: 10px;
}

@media screen and (max-width: 390px) {
	.product-count__radio__container .product-info__denomination {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

.woovr-variations.woovr-variations-default {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.woovr-variations .woovr-variation-selector {
	display: none;
}

.woovr-variations .woovr-variation {
	margin: 0;
}

.woovr-variations .woovr-variation div.woovr-variation-info {
	cursor: pointer;
	background-color: transparent;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	padding: 6px 9px 6px 12px;
	border: 1px solid #2F3132;
	border-radius: 5px;
	color: #2F3132;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.woovr-variations .woovr-variation-active div.woovr-variation-info {
	background: #fff;
	border-color: #C39F4B;
}

.woovr-variations .woovr-variation div.woovr-variation-info .woovr-variation-name {
	font-weight: 500;
}

.woovr-variations div.woovr-variation-info:hover {
	color: #C39F4B;
	border: 1px solid #C39F4B;
}

.woocommerce-variation-price {
	margin-bottom: 20px;
}

.woocommerce-variation-price bdi {
	font-weight: 700;
	font-size: 32px;
	line-height: 14px;
	color: #2F3132;
}

.woocommerce-variation-price bdi span {
	font-weight: 500;
	font-size: 16px;
	line-height: 8px;
}

.woocommerce-variation-add-to-cart .product-count__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 93px;
	height: 46px;
	background: #fff;
	border-radius: 10px;
}

.product-count__buy__conatiner {
	max-width: 270px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 390px) {
	.product-count__buy__conatiner {
		margin-bottom: 25px;
	}
}

.product-count__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 93px;
	height: 46px;
	background: #fff;
	border-radius: 10px;
}

.product-count__number input {
	text-align: center;
	width: 20px;
	padding: 0;
	font-size: 16px;
	line-height: 14px;
}

.product-count__number input::-webkit-outer-spin-button,
.product-count__number input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product-count__number .minus,
.product-count__number .plus {
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}

.product-count__number .minus {
	padding-right: 16px;
}

.product-count__number .plus {
	padding-left: 16px;
}

.product-count__btn {
	width: 150px;
	height: 46px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.product-count__btn:hover {
	background-image: none;
	background-color: #EDF0F1;
	color: #C39F4B;
	border-color: #C39F4B;
}

.product-count__short__description {
	font-size: 14px;
	line-height: 30px;
	max-width: 450px;
}

@media screen and (max-width: 760px) {
	.product-count__short__description {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 390px) {
	.product-count__short__description {
		margin-bottom: 25px;
	}
}

.product-count__short__description b {
	font-weight: 600;
}

.product-description {
	padding-top: 0;
	position: relative;
}

.product-description .absolute-tomato {
	top: -20%;
}

@media screen and (max-width: 780px) {
	.product-description .absolute-tomato {
		top: -11%;
	}
}

.product-description__title__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 4px;
}

.product-description__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	opacity: 0.28;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.product-description__title.swiper-button-disabled {
	opacity: 1;
}

.product-description__title.description-title {
	margin-right: 36px;
}

.product-description__swiper__container {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.product-description__swiper {
	margin: 40px;
}

.product-description__swiper .swiper-slide {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
}

.product-description__swiper .swiper-slide .slide-description p {
	margin-bottom: 50px;
}

@media screen and (max-width: 770px) {
	.product-description__swiper .swiper-slide .slide-description p {
		margin-bottom: 27px;
	}
}

.product-description__swiper .swiper-slide .slide-description p:last-child {
	margin-bottom: 0;
}

.product-description__swiper .swiper-slide .slide-characteristic p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 547px;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(47, 49, 50, 0.05);
}

@media screen and (max-width: 600px) {
	.product-description__swiper .swiper-slide .slide-characteristic p {
		max-width: unset;
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.product-description__swiper .swiper-slide .slide-characteristic p {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.product-description__swiper .swiper-slide .slide-characteristic p:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.product-description__swiper .swiper-slide .slide-characteristic b {
	color: rgba(47, 49, 50, 0.65);
	width: 40%;
	margin-right: 20px;
}

@media screen and (max-width: 600px) {
	.product-description__swiper .swiper-slide .slide-characteristic b {
		width: 34%;
	}
}

@media screen and (max-width: 520px) {
	.product-description__swiper .swiper-slide .slide-characteristic b {
		width: 100%;
	}
}

.product-description__swiper .swiper-slide .slide-characteristic-val,
.product-description__swiper .swiper-slide b {
	font-weight: 600;
}

@media screen and (max-width: 520px) {

	.product-description__swiper .swiper-slide .slide-characteristic-val,
	.product-description__swiper .swiper-slide b {
		width: 100%;
	}
}

.blog-header {
	padding: 100px 0 30px;
}

.blog-header__wrapper {
	margin-top: 34px;
	padding: 179px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	position: relative;
}

@media screen and (max-width: 730px) {
	.blog-header__wrapper {
		padding: 90px 0;
	}
}

.blog-header__title {
	max-width: 736px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 1020px) {
	.blog-header__title {
		max-width: 600px;
	}
}

@media screen and (max-width: 730px) {
	.blog-header__title {
		max-width: 300px;
	}
}

.blog-header__author {
	color: #fff;
	position: absolute;
	bottom: 29px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	line-height: 24px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-header__author::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: translate(-8px, -1.5px);
	transform: translate(-8px, -1.5px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-header__author:hover {
	color: #C39F4B;
}

.blog-header__author:hover::before {
	background-color: #C39F4B;
}

._blog-main-wrapper {
	max-width: 810px;
	margin: 0 auto;
}

.blog-titles {
	padding: 0 0 32px;
	position: relative;
}

.blog-titles__calendar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 24px;
	color: #2F3132;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 39px;
}

.blog-titles__calendar svg {
	margin-right: 12px;
	width: 13.5px;
	height: 15px;
}

.blog-titles__calendar:hover {
	color: #C39F4B;
}

.blog-titles__calendar:hover svg path {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	stroke: #C39F4B;
}

.blog-titles__list {
	margin-bottom: 32px;
}

.blog-titles__list li {
	margin-bottom: 17px;
}

.blog-titles__list li:last-child {
	margin-bottom: 0;
}

.blog-titles__link {
	font-size: 12px;
	line-height: 24px;
	color: #2F3132;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-titles__link:hover {
	text-decoration: underline;
	color: #C39F4B;
}

.blog-article {
	padding: 0 0 23px;
	position: relative;
}

.blog-article .absolute-greenery {
	top: 8%;
}

.blog-article .absolute-greenery-blur {
	top: 34%;
}

.blog-article .absolute-corn {
	top: unset;
	bottom: -22%;
}

.blog-article__wrapper {
	background: #fff;
	border-radius: 10px;
	padding: 28px 30px;
	line-height: 30px;
}
.for-customer-article__paragraph h2, .blog-article__wrapper h2{
	margin-bottom: 30px;
}
.blog-article__wrapper h3, .for-customer-article__paragraph h3 {
	margin-bottom: 25px;
}
.blog-article__wrapper h4, .for-customer-article__paragraph h4 {
	margin-bottom: 25px;
}

.for-customer-article__paragraph a{
	transition: all, .2s ease;
    color: #C39F4B;
}
.for-customer-article__paragraph a:hover{
	text-decoration: underline;
}
.for-customer-article__paragraph strong{
	font-weight: 700;
}
.for-customer-article__paragraph em{
	font-style: italic;
}

.blog-article__wrapper p, .for-customer-article__paragraph p {
	margin-bottom: 13px;
}

.blog-article__wrapper p:last-child, .for-customer-article__paragraph p:last-child {
	margin-bottom: 0;
}

.blog-article__wrapper img, .for-customer-article__paragraph img {
	border-radius: 5px;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-article__wrapper ul, .for-customer-article__paragraph ul, .for-customer-article__paragraph ol {
	margin-bottom: 13px;
}

.for-customer-article__paragraph ol{
	list-style: auto;
	margin-left: 15px;
}
.for-customer-article__paragraph ol li{
	line-height: 33px;
}
.for-customer-article__paragraph ol li::marker{
/* 	color: #C39F4B; */
}

.blog-article__wrapper ul li, .for-customer-article__paragraph ul li{
	line-height: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-article__wrapper ul li:before, .for-customer-article__paragraph ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background-image: url(https://www.heritage-seeds.eu/wp-content/uploads/2022/06/label-list-blog-article.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: 10px;
	-webkit-transform: translate(0, 11px);
	transform: translate(0, 11px);
}

@media screen and (max-width: 1020px) {
	.blog-article__wrapper ul li:before, .for-customer-article__paragraph ul li:before {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 9px;
		flex: 0 0 9px;
		background-size: contain;
	}
}

.wp-pagenavi {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-weight: 500;
	margin: 0 5px;
	font-size: 16px;
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(47, 49, 50, 0.27);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 570px) {

	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 30px;
		height: 30px;
	}
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
	background-position: 0 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	opacity: 0.6;
}

.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .previouspostslink:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url(../assets/img/catalog/label-pagenavi-arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
}

.wp-pagenavi .previouspostslink:before {
	top: 10.5px;
	right: 0;
}

@media screen and (max-width: 570px) {
	.wp-pagenavi .previouspostslink:before {
		top: 3.5px;
	}
}

.wp-pagenavi .nextpostslink:before {
	left: 0;
	bottom: 10.5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (max-width: 570px) {
	.wp-pagenavi .nextpostslink:before {
		bottom: 3.5px;
	}
}

.wp-pagenavi .current,
.wp-pagenavi .page {
	border-radius: 5px;
}

.wp-pagenavi .page {
	background-color: #fff;
}

.wp-pagenavi .page:hover {
	background-color: #E9E3D8;
	color: #2F3132;
}

.wp-pagenavi .current {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);
	color: #fff;
	cursor: default;
}

.wp-pagenavi .current:hover {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}

.breadcrumbs span {
	font-weight: 500;
	font-size: 10px;
	line-height: 30px;
	color: rgba(47, 49, 50, 0.28);
}

.breadcrumbs span a {
	color: inherit;
	margin-right: 5px;
}

.breadcrumbs span .breadcrumb_last {
	color: #2F3132;
	margin-left: 5px;
	cursor: default;
}

.contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contacts__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contacts__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contacts__item {
	position: relative;
	margin-bottom: 29px;
}

.contacts__item:last-child {
	margin-bottom: 0;
}

.contacts__nomination {
	font-weight: 400;
	font-size: 12px;
	line-height: 19.18px;
	margin-bottom: 6px;
}

.contacts__info {
	line-height: 23px;
	font-size: 14px;
	font-weight: 600;
	color: inherit;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contacts__info:hover {
	color: #C39F4B;
}

.contacts__map__container {
	border-radius: 10px;
	overflow: hidden;
}

.contacts__map__container iframe {
	width: 100%;
	height: auto;
}

.contacts-main {
	padding: 100px 0 50px;
	position: relative;
}

.contacts-main .absolute-tomato {
	top: 72%;
}

@media screen and (max-width: 1200px) {
	.contacts-main .absolute-tomato {
		top: 88%;
	}
}

@media screen and (max-width: 770px) {
	.contacts-main .absolute-tomato {
		top: 91%;
	}
}

@media screen and (max-width: 1020px) {
	.contacts-main {
		padding: 100px 0 20px;
	}
}

.contacts-main .breadcrumbs {
	margin-bottom: 40px;
}

.contacts-main__title {
	margin-bottom: 27px;
}

@media screen and (max-width: 1020px) {
	.contacts-main .contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.contacts-main .contacts__list {
	background: #fff;
	border-radius: 5px;
	padding: 56px 44px 53px 68px;
	margin-right: 18px;
	width: calc(50% - 18px);
}

@media screen and (max-width: 1020px) {
	.contacts-main .contacts__list {
		width: 83%;
		margin-left: auto;
	}
}

@media screen and (max-width: 530px) {
	.contacts-main .contacts__list {
		width: 100%;
		padding: 40px 28px 37px 52px;
	}
}

.contacts-main .contacts__item svg {
	position: absolute;
	width: 13px;
	height: 13px;
	top: 3px;
	left: -23px;
}

.contacts-main .contacts__info {
	display: block;
}

.contacts-main .contacts__map__container {
	width: 50%;
	height: 412px;
}

@media screen and (max-width: 1320px) {
	.contacts-main .contacts__map__container {
		height: 434.7px;
	}
}

@media screen and (max-width: 1020px) {
	.contacts-main .contacts__map__container {
		width: 83%;
		height: 300px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 530px) {
	.contacts-main .contacts__map__container {
		width: 100%;
	}
}

.contacts-main .contacts__map__container iframe {
	height: 100%;
}

.footer {
	margin-top: 156px;
	padding: 0px 0 54px;
	background-color: #2F3132;
	color: #fff;
	position: relative;
}

@media screen and (max-width: 1320px) {
	.footer.product-list__footer {
		margin-top: 130px;
	}
}

@media screen and (max-width: 1020px) {
	.footer.product-list__footer {
		margin-top: 110px;
	}
}

@media screen and (max-width: 600px) {
	.footer.product-list__footer {
		margin-top: 90px;
	}
}

.footer .absolute-greenery-blur {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	right: unset;
	left: 0;
	top: -8%;
}

@media screen and (max-width: 1320px) {
	.footer .absolute-greenery-blur {
		top: -6%;
	}
}

@media screen and (max-width: 1020px) {
	.footer .absolute-greenery-blur {
		top: -5%;
	}
}

@media screen and (max-width: 770px) {
	.footer .absolute-greenery-blur {
		top: -4%;
	}
}

@media screen and (max-width: 770px) {
	.footer {
		padding: 0px 0 35px;
	}
}

@media screen and (max-width: 510px) {
	.footer {
		margin-top: 100px;
	}
}

.footer__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__main__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 45px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0 100px;
	margin: 0 auto 46.5px;
}

@media screen and (max-width: 770px) {
	.footer__main__content {
		padding: 0 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: transparent;
	}
}

@media screen and (max-width: 524px) {
	.footer__main__content {
		padding: 0;
	}
}

.footer__accordion__title {
	display: none;
	padding: 0 100px;
	margin: 0 auto 0 30px;
}

@media screen and (max-width: 770px) {
	.footer__accordion__title {
		display: block;
		font-size: 20px;
		line-height: 24px;
		font-weight: 700;
		margin-bottom: 35px;
		position: relative;
		padding: 0 50px 0 50px;
	}

	.footer__accordion__title:after,
	.footer__accordion__title::before {
		content: "";
		position: absolute;
		top: 10px;
		width: 14px;
		height: 1px;
		background-color: #fff;
		border-radius: 5px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.footer__accordion__title:after {
		left: 28px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.footer__accordion__title:before {
		left: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.footer__accordion__title._active-accordion {
		/* color: $brown;
		&:after, &::before{
		background: $brown;
	} */
	}

	.footer__accordion__title._active-accordion:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.footer__accordion__title._active-accordion:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@media screen and (max-width: 524px) {
	.footer__accordion__title {
		font-size: 18px;
		padding: 0;
	}

	.footer__accordion__title:after {
		left: -20px;
	}

	.footer__accordion__title:before {
		left: -30px;
	}
}

.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 770px) {
	.footer__list {
		margin: 0 15px;
	}

	.footer__list:first-child {
		margin: 0 15px 0 0;
	}

	.footer__list:last-child {
		margin: 0 15px 0 0;
	}
}

@media screen and (max-width: 387px) {
	.footer__list {
		margin: 0 30px 0 0;
	}

	.footer__list:first-child {
		margin: 0 30px 0 0;
	}

	.footer__list:last-child {
		margin: 0 30px 0 0;
	}
}

.footer__item {
	margin-bottom: 20px;
}

.footer__item a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer__item a:hover {
	color: #C39F4B;
}

.footer__contacts {
	padding: 0 100px;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 1020px) {
	.footer__contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 770px) {
	.footer__contacts {
		padding: 0 50px;
	}
}

@media screen and (max-width: 524px) {
	.footer__contacts {
		padding: 0;
	}
}

.footer__contacts .contacts__text {
	max-width: 440px;
}

@media screen and (max-width: 1020px) {
	.footer__contacts .contacts__text {
		max-width: unset;
		width: 100%;
	}
}

.footer__contacts .contacts__list {
	margin-right: 30px;
	margin-bottom: 58px;
}

@media screen and (max-width: 1020px) {
	.footer__contacts .contacts__list {
		margin-right: 0;
		width: 100%;
	}
}

.footer__contacts .contacts__item {
	color: #fff;
}

.footer__contacts .contacts__map__container {
	width: 409px;
	height: 279px;
}

@media screen and (max-width: 1020px) {
	.footer__contacts .contacts__map__container {
		width: 100%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 745px) {
	.footer__contacts .contacts__map__container {
		height: 250px;
	}
}

.footer__contacts .contacts__map__container iframe {
	width: 100%;
	height: 100%;
}

.footer__copyright {
	font-weight: 400;
	font-size: 14px;
	line-height: 159.84%;
}

.footer__copyright p:first-child {
	margin-bottom: 10px;
}

@media screen and (max-width: 770px) {
	.footer__copyright {
		display: none;
	}
}

.footer__copyright__mob {
	display: none;
}

@media screen and (max-width: 770px) {
	.footer__copyright__mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-weight: 400;
		font-size: 14px;
		line-height: 159.84%;
	}

	.footer__copyright__mob p:first-child {
		margin-right: 25px;
	}
}

@media screen and (max-width: 545px) {
	.footer__copyright__mob {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__copyright__mob p:first-child {
		margin-right: 0px;
	}
}

.contact-us {
	width: 100%;
	background: #E9E3D8 url(https://www.heritage-seeds.eu/wp-content/uploads/2022/06/bg-form.png);
	background-position: 46% 0;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	padding: 54px 98px 43px;
	-webkit-transform: translate(0, -100px);
	transform: translate(0, -100px);
}

@media screen and (max-width: 1321px) {
	.contact-us {
		background-position: 71% 0;
	}
}

@media screen and (max-width: 1020px) {
	.contact-us {
		padding: 30px;
		background-position: 84% 0;
	}
}

@media screen and (max-width: 770px) {
	.contact-us {
		-webkit-transform: translate(0, -70px);
		transform: translate(0, -70px);
		background-position: 88% 0;
	}
}

@media screen and (max-width: 712px) {
	.contact-us {
		background-position: 323px 0;
	}
}

@media screen and (max-width: 413px) {
	.contact-us {
		background-position: 259px 26px;
		padding: 20px;
	}
}

@media screen and (max-width: 345px) {
	.contact-us {
		background-position: 217px 26px;
		padding: 15px 10px;
	}
}

.contact-us__container {
	padding: 0 100px;
	margin: 0 auto;
}

@media screen and (max-width: 770px) {
	.contact-us__container {
		padding: 0 50px;
	}
}

@media screen and (max-width: 524px) {
	.contact-us__container {
		padding: 0;
	}
}

.contact-us__wrapper {
	width: 53%;
	margin-left: auto;
}

@media screen and (max-width: 1321px) {
	.contact-us__wrapper {
		width: 64%;
	}
}

@media screen and (max-width: 1020px) {
	.contact-us__wrapper {
		width: 74%;
	}
}

@media screen and (max-width: 712px) {
	.contact-us__wrapper {
		width: 100%;
	}
}

.contact-us__title {
	color: #2F3132;
	font-weight: 700;
	line-height: 33.5px;
	font-size: 32px;
	margin-bottom: 14px;
}

.contact-us__subtitle {
	color: #2F3132;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 18px;
}

@media screen and (max-width: 712px) {
	.contact-us__subtitle {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 18px;
	}
}

.contact-us__btn {
	width: 215px;
	height: 42px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

@media screen and (max-width: 413px) {
	.contact-us__btn {
		font-size: 13px;
		line-height: 13px;
		width: 180px;
	}
}

.contact-us__btn svg {
	width: 12px;
	height: 14px;
	margin-left: 10px;
}

.contact-us__btn:hover {
	color: #C39F4B;
	background-image: none;
	background: #E9E3D8;
	border-color: #C39F4B;
}

.contact-us__btn:hover svg path {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	stroke: #C39F4B;
}

.woocommerce-message {
	margin-top: 20px;
	padding: 10px;
	background-color: #C39F4B;
	color: white;
	border-radius: 5px;
}
.woocommerce-message a {
	color: white;
	margin-right: 10px;
	font-weight: 700;
	border-right: 1px solid;
	padding-right: 10px;
}


/* 
* CART
*/

.edit-link{display: none;}

#primary.site-main{
	margin-top: 75px;
}
.entry-header{
	padding-top: 55px;
	margin-bottom: 60px;

}
.entry-header h1.entry-title{
	text-align: center;
}

.woocommerce{
	/* max-width: 1110px;
	margin: auto;
	border-radius: 5px;
	padding: 34px 42px;
	background-color: #fff; */
}
.woocommerce__container{
	max-width: 1110px;
	margin: auto;
	border-radius: 5px;
	padding: 34px 42px;
	background-color: #fff;
}

table.woocommerce-cart-form__contents{
	width: 100%;
}

table.woocommerce-cart-form__contents tr{
	text-align: left;
	border-bottom: 1px solid rgba(47, 49, 50, 0.05);
}
table.woocommerce-cart-form__contents tr:last-child{
	border-bottom: none;
}
table.woocommerce-cart-form__contents thead tr:last-child{
	border-bottom: 1px solid rgba(47, 49, 50, 0.05);
}

table.woocommerce-cart-form__contents th{
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding: 0px 15px 16px 30px;
}
/* table.shop_table_responsive tr td{
display: table-cell;
} */
table.woocommerce-cart-form__contents td{
	text-align: left;
	vertical-align: middle;

	padding: 20px 15px 20px 30px;
}

.woocommerce-cart .woocommerce-message{
	margin-bottom: 20px;
}
.woocommerce-cart .product-remove{
	padding: 20px 0;
}
.woocommerce-cart .product-remove a{
	border-radius: 50%;
	text-align: center !important;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	font-weight: 300;
	color: #2F3132;
	font-size: 2.375rem;
}
.woocommerce-cart .product-name a{
	color: #2F3132;
	font-weight: 400;
}

.woocommerce-cart .product-thumbnail{
	text-align: center;
	width: 100px;
	max-width: 100px;
	vertical-align: top;
	padding: 20px 0;
}
.woocommerce-cart .product-thumbnail img{
	width: 100%;
	height: auto;
}

.woocommerce-cart .shop_table td.product-quantity, .woocommerce-cart .shop_table td.product-price{
	width: 10%;
}

.woocommerce-cart .shop_table td.product-subtotal{
	width: 20%;
	font-weight: 600;
}

.woocommerce-cart .product-count__number{
	box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
}

.woocommerce-cart .actions button{
	margin: 0 0 0 auto;
}

.woocommerce-cart .button{
	color: #C39F4B;
	/* font-weight: 700; */
	font-size: 14px;
	line-height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	box-sizing: border-box;


	width: 131px;
	height: 34px;
	border-radius: 50px;
	cursor: pointer;

	background-image: none;

	background: #fff;
	border-color: #C39F4B;
}

.woocommerce-cart .button:hover{
	color: #fff;
	border-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);


}

.cart_totals{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.cart_totals h2{
	margin-bottom: 20px;
}
.cart_totals table{
	width: 270px;
	text-align-last: left;
	font-size: 16px;
	margin-bottom: 20px;
}

.cart_totals table tr{
}
.cart_totals table td{
	text-align: right;
	font-weight: 600;
	margin-left: 20px;
	line-height: 30px;
}

@media (max-width: 490px) {
	.cart_totals{
		align-items: center;
	}
}
@media (max-width: 350px) {
	.cart_totals, .cart_totals h2{
		text-align: center;
	}
	.cart_totals table{
		width: 220px;
		font-size: 13px;
	}
	.cart_totals table td{
		line-height: 20px;
	}
}

.cart_totals .checkout-button.button{
	width: 230px;
	/* font-weight: 700; */
}


@media (max-width: 1020px) {
	.woocommerce-cart tr.cart_item td{
		padding: 20px 10px;
		font-size: 12px;
	}
	.woocommerce-cart .shop_table td.product-name{
		width: 30%;
	}
	.woocommerce-cart .shop_table td.product-thumbnail{
		width: 20%;
	}
	.woocommerce-cart .shop_table td.product-quantity, .woocommerce-cart .shop_table td.product-price, .woocommerce-cart .shop_table td.product-subtotal{
		width: unset;
	}
}

@media (max-width: 780px) {
	/* .woocommerce{
	padding: 25px;
} */
	.woocommerce__container{
		padding: 25px;
	}
	table.shop_table_responsive thead{
		display: none;
	}

	.woocommerce-cart tr.cart_item td{
		font-size: 14px;
	}
	table.woocommerce-cart-form__contents tr.cart_item{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px 15px;
		position: relative;
	}

	table.woocommerce-cart-form__contents tr.cart_item td{
		border: 0;
		padding: 0;
		text-align: left;
	}

	table.woocommerce-cart-form__contents tr.cart_item td.product-thumbnail{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		max-width: 60px;
	}

	table.woocommerce-cart-form__contents tr.cart_item td.product-thumbnail img{
		max-width: 60px;
	}

	table.woocommerce-cart-form__contents tr.cart_item td.product-remove{
		position: absolute;
		top: 5px;
		right: 10px;
		line-height: 1;
	}

	table.woocommerce-cart-form__contents tr.cart_item td.product-name{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(70% - 20px);
		flex: 0 0 calc(70% - 30px);
		padding: 0 15px !important;
	}

	table.woocommerce-cart-form__contents tr.cart_item td.product-price{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(27% - 20px);
		flex: 0 0 calc(27% - 20px);
		text-align: right;
	}

	table.woocommerce-cart-form__contents tr.cart_item td.product-quantity, table.woocommerce-cart-form__contents tr.cart_item td.product-subtotal{
		padding-top: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	table.woocommerce-cart-form__contents tr.cart_item td.product-subtotal{
		text-align: right;
	}
}

@media (max-width: 550px) {
	table.woocommerce-cart-form__contents tr.cart_item td.product-name{
		flex: 0 0 calc(63% - 30px);
	}
	table.woocommerce-cart-form__contents tr.cart_item td.product-subtotal{
		flex: 0 0 45%;
	}
}
@media (max-width: 415px) {
	table.woocommerce-cart-form__contents tr.cart_item td.product-thumbnail{
		flex: 0 0 50px;
	}
	table.woocommerce-cart-form__contents tr.cart_item td.product-name{
		flex: 0 0 calc(58% - 30px);
	}
	table.woocommerce-cart-form__contents tr.cart_item td.product-subtotal{
		flex: 0 0 50%;
	}
}


/*CHECKOUT*/
.woocommerce form{
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
}
@media screen and (max-width: 1021px) {
	.woocommerce form{
		/* justify-content: center;

		flex-direction: column; */
	}
}

.woocommerce form .wrapper-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 1021px) {
	.woocommerce form .wrapper-form{
		justify-content: center;

		flex-direction: column;
	}
}
/*box-shadow: inset 2px 0 0 #e75c5c*/
.woocommerce .woocommerce-NoticeGroup-checkout{
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 35px;
	border: 1px solid #e75c5c;
	width: 50%;
}
@media screen and (max-width: 726px) {
	.woocommerce .woocommerce-NoticeGroup-checkout{
		width: 100%;
	}
}

.woocommerce .woocommerce-NoticeGroup-checkout ul li, ul.woocommerce-thankyou-order-details li{
	padding-bottom: 5px;
}
.woocommerce .woocommerce-NoticeGroup-checkout ul li:last-child, ul.woocommerce-thankyou-order-details li:last-child{
	padding-bottom: 0;
}
.woocommerce .woocommerce-NoticeGroup-checkout ul li strong{
	font-weight: 700;
}

.woocommerce #customer_details{
	flex: 0 0 40%;
}
@media screen and (max-width: 1021px) {
	.woocommerce #customer_details{
		width: 100%;
		margin-bottom: 45px;
	}
}
.woocommerce #customer_details .col-1{
	margin-bottom: 45px;
}

.woocommerce form h3{
	margin-bottom: 30px;
}

.form-row{
	margin-bottom: 20px;
}

.required{
	color: #e75c5c;
}

#customer_details label{
	display: block;
	font-size: 14px;
	color: #2F3132;
	font-family: "Metropolis", sans-serif;
	font-weight: 400;
	line-height: 14px;

	margin-bottom: 5px;
}

.form-row.woocommerce-invalid input.input-text{
	box-shadow: inset 0px 0 3px #e75c5c;
}
.form-row.woocommerce-validated input.input-text{
	box-shadow: inset 0px 0 3px #5ce75c;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-additional-fields__field-wrapper textarea{
	box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	width: 80%;
}

@media screen and (max-width: 525px) {
	.woocommerce-billing-fields__field-wrapper input, .woocommerce-additional-fields__field-wrapper textarea{
		width: 100%;
	}
}

.woocommerce-additional-fields__field-wrapper textarea{
	height: 100px;
}

.woocommerce-checkout-review-order{
	margin-left: 30px;
}

.woocommerce-checkout-review-order-table{
	margin-bottom: 40px;
}

@media screen and (max-width: 1021px) {
	.woocommerce-checkout-review-order{
		margin-left: 0;
	}
}

.woocommerce-checkout-review-order-table thead tr, 
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot,
.woocommerce-table--order-details tr
{
	padding: 10px;
	border-bottom: 1px solid rgba(47, 49, 50, 0.05);
}
.woocommerce-table--order-details tfoot tr:last-child{
	font-size: 16px;
	border-bottom: none;
}
.woocommerce-table--order-details tfoot tr:last-child td{
	font-weight: 700;
}


.woocommerce-checkout-review-order-table thead th,
.woocommerce-table--order-details thead th{
	font-weight: 600 !important;
}
.woocommerce-checkout-review-order-table .product-name, .woocommerce-checkout-review-order-table th,
.woocommerce-table--order-details .product-name, .woocommerce-table--order-details th
{
	text-align: left;
	font-weight: 400;
	padding-right: 20px;
}

.woocommerce-checkout-review-order-table .product-total, 
.woocommerce-checkout-review-order-table .cart-subtotal td, 
.woocommerce-checkout-review-order-table .order-total td{
	text-align: right !important;
	padding-left: 10px;
}
.woocommerce-checkout-review-order-table .cart-subtotal td, 
.woocommerce-checkout-review-order-table .order-total td{
	font-weight: 700;
	font-size: 16px;
}

.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-table--order-details .order-total td{
	font-size: 18px;
}


.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th,
.woocommerce-table--order-details td, .woocommerce-table--order-details th{
	padding: 15px 0;
}

.woocommerce-table--order-details .woocommerce-table__product-name{
	width: 340px;
}
@media screen and (max-width: 525px) {
	.woocommerce-table--order-details .woocommerce-table__product-name{
		width: unset;
	}
}

.woocommerce-table--order-details .woocommerce-table__product-name a, 
.woocommerce-table--order-details .woocommerce-table__product-name strong, 
.woocommerce-table--order-details .woocommerce-table__product-name li>*{
	display: inline-block;
	line-height: 20px;
}
.woocommerce-table--order-details .woocommerce-table__product-name a{
	color: inherit;
}
.woocommerce-table--order-details .woocommerce-table__product-name strong{
	margin-bottom: 10px;

}
/* .woocommerce-table--order-details .woocommerce-table__product-name li>*:last-child{
margin-bottom: 0;
} */

.woocommerce-checkout-payment{
	border: 1px solid #C39F4B;
	border-radius: 10px;
	padding: 15px;
}

.woocommerce-checkout-payment .payment_methods{
	margin-bottom: 20px;
}

.woocommerce-checkout-payment .payment_method_cod, .woocommerce-checkout-payment .payment_box .payment_method_cod{
	line-height: 20px;
	margin-bottom: 5px;
}

.woocommerce-checkout-payment .form-row{
	margin-bottom: 0;
}

.woocommerce-checkout-payment .button{


	/* font-weight: 700; */
	font-size: 14px;
	line-height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	box-sizing: border-box;
	font-weight: 700;


	font-size: 15px;
	height: 46px;
	width: 50%;
	border-radius: 50px;
	cursor: pointer;

	background-image: none;


	color: #fff;
	border-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);
}
.woocommerce-checkout-payment .button:hover{
	color: #C39F4B;
	background: #fff;
	border-color: #C39F4B;
}

@media screen and (max-width: 525px) {
	.woocommerce-checkout-payment .button{
		width: 100%;
	}
}

/*THANKSFUL*/
.woocommerce-thankyou-order-received{
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
	/* text-align: center;
	max-width: 760px;
	margin: 0 auto; */
	margin-bottom: 35px;
}

@media screen and (max-width: 525px) {
	.woocommerce-thankyou-order-received{
		font-size: 31px;
		line-height: 30px;
		margin-bottom: 30px;
	}
}

ul.woocommerce-thankyou-order-details{
	margin-bottom: 10px;
}
ul.woocommerce-thankyou-order-details li{
	font-weight: 700;
}
ul.woocommerce-thankyou-order-details li strong{
	font-weight: 400;
}

/* .woocommerce-order__details__container{
margin: 45px 0 0 0;
display: flex;
justify-content: space-between;
} */
.woocommerce-order-details, .woocommerce-customer-details{
	padding: 45px 0 0 0;
}
@media screen and (max-width: 525px) {
	.woocommerce-order-details, .woocommerce-customer-details{
		padding: 30px 0 0 0;
	}
}
.woocommerce-order-details{
}
.woocommerce-order-details__title, .woocommerce-column__title{
	margin-bottom: 25px;
}

.woocommerce-customer-details{

}

.woocommerce-customer-details address >*{
	margin: 10px 0;
}
.woocommerce-customer-details address >*:last-child{
	margin-bottom: 0;
}

.woocommerce .cart-empty{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.woocommerce .return-to-shop .button{
	width: 170px;
	margin: 0 auto;
	background-color: transparent;

	color: #fff;
	border-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);
}

.woocommerce .return-to-shop .button:hover{
	border-color: #C39F4B;
	color: #C39F4B;
	background-image: none;
}


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

.popup {
	position: absolute;
	width: 470px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 35px 30px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}

@media screen and (max-width: 520px) {
	.popup {
		width: 85%;
		padding: 30px 20px;
	}
}

.popup form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup .popup-title {
	font-size: 30px;
	line-height: 120%;
	text-align: center;
	color: #131B26;
	margin-bottom: 10px;
	/* 	font-family: "Philosopher"; */
}

@media screen and (max-width: 768px) {
	.popup .popup-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.popup .popup-subtitle {
	font-size: 17px;
	line-height: 140%;
	text-align: center;
	color: #474F59;
	/* 	margin-bottom: 20px; */
}

@media screen and (max-width: 768px) {
	.popup .popup-subtitle {
		font-size: 14px;
		line-height: 16px;
	}
}

.popup .error-popup_btn {
	text-align: center;
	margin-top: 50px;
}

.popup input[type="text"],
.popup input[type="tel"] {
	width: 80%;
	background: #F2F2F2;
	border-radius: 10px;
	border: none;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #474F59;
	padding: 20px;
	margin: 0px auto 20px;
}

@media screen and (max-width: 768px) {
	.popup input[type="text"],
	.popup input[type="tel"] {
		width: 100%;
		margin-bottom: 15px;
		padding: 15px;
	}
}

.popup .popup-btn {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.popup .popup-btn {
		width: 100%;
	}
}

.close-popup {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background: #fff;
	position: absolute;
	height: 1px;
	width: 20px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background: #fff;
	position: absolute;
	height: 1px;
	width: 20px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

.thanks {
	margin-top: 128px;
	padding: 100px 0;
	position: relative;
}
@media screen and (max-width: 1210px) {
	.thanks {
		margin-top: 128px;
		padding: 70px 0;
	}
}
@media screen and (max-width: 800px) {
	.thanks {
		margin-top: 100px;
		padding: 60px 0;
	}
}
.thanks__wrapper {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.thanks__title {
	font-size: 140px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 700;
}
@media screen and (max-width: 1210px) {
	.thanks__title {
		font-size: 100px;
	}
}
@media screen and (max-width: 800px) {
	.thanks__title {
		font-size: 60px;
	}
}
.thanks__subtitle {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 30px;
	font-weight: 500;
}
.thanks__btn {
	color: #fff;
	width: 200px;
	height: 45px;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 1210px) {
	.thanks__btn {
		width: 160px;
		height: 40px;
		font-size: 16px;
	}
}
@media screen and (max-width: 800px) {
	.thanks__btn {
		width: 131px;
		height: 38px;
		font-size: 14px;
		font-weight: 400
	}
}

.for-customer-above {
	margin: 75px 0 0 0;
	padding: 55px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 770px) {
	.for-customer-above {
		padding: 35px 0;
	}
}
@media screen and (max-width: 490px) {
	.for-customer-above {
		padding: 30px 0;
	}
}
.for-customer-above__wrapper {
	max-width: 508px;
	margin: 0 auto;
	position: relative;
	/* &:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url(../assets/img/catalog/bg-title-dop.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
} */
}
.for-customer-above__title {
	text-align: center;
}

.for-customer {
	padding: 60px 0 30px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 1030px) {
	.for-customer {
		padding: 40px 0 30px;
	}
}
@media screen and (max-width: 770px) {
	.for-customer {
		padding: 35px 0;
	}
}
@media screen and (max-width: 490px) {
	.for-customer {
		padding: 30px 0;
	}
}
.for-customer__header {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 670px) {
	.for-customer__header {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 420px) {
	.for-customer__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.for-customer__article__container {
	background-color: #fff;
	border-radius: 10px;
	padding: 28px 30px;
	overflow: hidden;
}
.for-customer__separate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 670px) {
	.for-customer__separate {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.for-customer .for-customer-menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 211px;
	flex: 0 0 211px;
	margin-right: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (max-width: 1030px) {
	.for-customer .for-customer-menu {
		margin-right: 20px;
	}
}
@media screen and (max-width: 890px) {
	.for-customer .for-customer-menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 160px;
		flex: 0 0 160px;
	}
}
@media screen and (max-width: 670px) {
	.for-customer .for-customer-menu {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
		margin-right: 0;
		width: 50%;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 430px) {
	.for-customer .for-customer-menu {
		width: 70%;
	}
}
@media screen and (max-width: 370px) {
	.for-customer .for-customer-menu {
		width: 85%;
	}
}
.for-customer .for-customer-menu__item {
	width: 100%;
	margin-bottom: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 5px;
	padding: 10px 17px;
	background-color: #fff;
	border: 1px solid transparent;
}
.for-customer .for-customer-menu__item p {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #2F3132;
}
@media screen and (max-width: 890px) {
	.for-customer .for-customer-menu__item {
		padding: 10px;
	}
	.for-customer .for-customer-menu__item p {
		font-size: 13px;
	}
}
.for-customer .for-customer-menu__item:hover {
	border-color: #C39F4B;
}
.for-customer .for-customer-menu__item._active-article {
	border-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C39F4B), to(#DEBB69));
	background-image: linear-gradient(180deg, #C39F4B 0%, #DEBB69 100%);
}
.for-customer .for-customer-menu__item._active-article p {
	color: #fff;
}
.for-customer .for-customer-article__paragraph {
	margin-bottom: 20px;
	line-height: 30px;
}
.for-customer .for-customer-article__paragraph:last-child {
	margin-bottom: 0;
}
.for-customer .for-customer-article__paragraph h3 {
	margin-bottom: 25px;
}
.for-customer .for-customer-article__paragraph p {
	margin-bottom: 43px;
}
.for-customer .for-customer-article__paragraph p:last-child {
	margin-bottom: 0;
}
.for-customer .for-customer-article__paragraph p span {
	margin-bottom: 30px;
}
.for-customer .for-customer-article__paragraph p span:last-child {
	margin-bottom: 0;
}