.fade-wrapper {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--fade-wrapper-bg);
	display: none;
	z-index: 10;
}
.fade-wrapper_animated {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition-cond);
}
.fade-wrapper_animated.fade-wrapper_shown {
	opacity: 1;
	visibility: visible;
}
footer {
	background: #f4f1ed;
	padding: 45px 40px 170px 40px;
}
footer.hidden {
	display: none;
}
footer.tmp_1 {
	padding: 42px 0;
}
.footer_l1 {
	margin-bottom: 55px;
}
.footer_c1 {
	width: 40%;
}
.tmp_1 	.footer_c1 {
	width: 100%;
}
.footer_l3 .footer_c1 {
	flex-direction: column;
}
.footer_c2 {
	width: 60%;
}
.tmp_1 	.footer_c2 {
	width: 100%;
}
.footer_l1 .footer_c1 {
	font-weight: bold;
}
.footer_l1 .footer_c1 ._email {
	text-transform: uppercase;
	padding-right: 25px;
}
.footer_l1 .footer_c1 ._phone {
	padding-left: 15px;
}
.footer_l1 .footer_c1 ._break {
	display: none;
}
.footer_l1 .footer_c1 ._logo {
	width: 96px;
	height: 14px;
	margin-left: 60px
}
.footer_l1 .footer_c2 .footer_c2 a {
	padding: 0 10px;
}
.footer_l1 .footer_c2 .footer_c2 a:nth-child(1) {
	padding-left: 0;
}
.footer_l2 {
	margin-bottom: 130px;
}
.tmp_1 .footer_group_2 .footer_l2 {
	flex: 0 0 33.3333%;
}
.footer_l2 .footer_c2 .footer_c2 .footer_links:nth-child(1) {
	width: 55%;
}
.footer_l2 .footer_c2 .footer_c2 .footer_links:nth-child(2) {
	width: 45%;
}
.footer_links a {
	display: block;
	/* text-transform: uppercase; */
	font-weight: bold;
	margin-bottom: 10px;
}
.footer_l1_link,
a.footer_cr1_link {
	display: flex;
	width: 100%;
	max-width: 100%;
	flex: 100%;
	align-items: center;
	gap: 14px;
	font-size: 14px;
	/* text-transform: uppercase; */
}
.footer_l3 .footer_c1 {
	text-transform: uppercase;
	font-weight: bold;
}
.footer_c1 ._soc_title {
	margin-bottom: 20px;
}
.footer_l3 .footer_c1 a {
	margin: 0 10px;
}
.footer_findout {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer_l3 .footer_c2 .footer_findout {
	width: 50%;
}
.footer_l3 .footer_c2 .footer_subscription {
	width: 335px;
}
.footer_l3 .footer_c2 .footer_subscription-form {
	border-bottom: 1px solid #000;
}
.footer_l3 .footer_c2 .footer_subscription-form input {
	width: calc(100% - 24px);
	height: 33px;
	border: none;
	background-color: transparent;
	font-size: 18px;
}
.footer_l3 .footer_c2 .footer_subscription-form span {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/local/templates/an/img/icons/arrow.svg) center center no-repeat;
	cursor: pointer;
}
.footer_l3 .footer_c2 .footer_subscription-form input::placeholder {
	color: #000;
}
.footer_l3 .footer_c2 .footer_subscription-form input:focus::placeholder {
	color: transparent;
}
.footer_l3 .footer_c2 .footer_subscription-not {
	font-size: 12px;
	line-height: 16px;
	color: #7a7a7a;
	margin-top: 15px;
}
.social-link {
	display: block;
	width: 33px;
    height: 24px;
    margin: 0 14px 0 0!important;
	background-repeat: no-repeat;
    background-position-y: center;
	transition: opacity .2s ease;
}
.social-link:hover {
	opacity: .7;
}
.social-link.tg {
	background-image: url(/local/templates/an/img/icons/Telegram.svg);
}
.social-link.vk {
	background-image: url(/local/templates/an/img/icons/vk.svg);
}
.tmp_1 {
	background: transparent;
	border-top: 0.5px solid rgba(0,0,0,.1);
	padding-left: 0;
	padding-right: 0;
	margin: 0 42px;
}
footer.footer-below-banner {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 42px;
	margin: 0;
}
.tmp_1 .footer_l1 {
	margin-bottom: 0;
	gap: 40px 24px;
	flex: 0 0 33.3333%;
	max-width: 100%;
	flex-wrap: wrap;
}
.tmp_1 .footer_cr1 {
	flex: 1;
	gap: 24px;
}
.tmp_1 a {
	transition: var(--transition-cond);
}
.tmp_1 .footer_links a {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.28em;
}
.tmp_1 .footer_l1 .logo-label {
	padding-left: 0;
	font-size: 14px;
	/* text-transform: uppercase; */
	line-height: 18px;
	padding: 7px 0;
}
.tmp_1 .footer_r1,
.tmp_1 .footer_c2 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}	
.tmp_1 .footer_c2 {
	display: none;
	gap: 16px;
}
.tmp_1 .footer_r1 a,
.tmp_1 .footer_c2 a {
	font-family: Mulish;
	font-size: clamp(24px,3vw,32px);
	font-weight: 300 !important;
	line-height: clamp(24px,3vw,32px);
}
.tmp_1 a:hover {
	text-decoration: none;
	opacity: .2;
}
.tmp_1 .footer_r1 a:hover,
.tmp_1 .footer_c2 a:hover {
	opacity: .1;
}
.tmp_1 .footer_group_1 {
	margin-bottom: 151px;
	gap: 24px;
}
.tmp_1 .footer_cr1 .footer_links a {
	padding: 7px 0;
	margin-bottom: 0;
}
.tmp_1 .footer_c1 {
	gap: 16px;
}
.tmp_1 .footer_group_2 {
	gap: 24px;
}
.tmp_1 .footer_group_2 > div {
	flex: 1;
}
.footer_group_2 .footer_l2 {
	margin-top: 0;
	margin-bottom: 0;
}
.tmp_1 .footer_group_2 a,
.tmp_1 .footer_group_2 span{
	opacity: .2;
	/* text-transform: uppercase; */
}
.tmp_1 .footer_group_2 span.separator {
	opacity: 1;
}
.tmp_1 .footer_group_2 .footer_c2 a {
	text-transform: lowercase;
}
.tmp_1 .footer_c2 a {
	opacity: 1;
}
.tmp_1 .footer_group_2 a:hover {
	opacity: 1;
}
.tmp_1 .footer_c2 a:hover {
	opacity: 0.1;
}
.tmp_1 .footer_group_2 ._links {
	gap: 24px;
}

@media (max-width: 1680px) {
	footer {
		font-size: 12px;
		padding: 34px 40px 128px 40px;
	}
	
	footer.tmp_1 {
		padding: 42px 0;
	}
	.tmp_1 .footer_l1 {
		gap: 24px;
	}
	.footer_l1 .footer_c1 ._logo {
		width: 84px;
		height: 12px;
	}
	.footer_l1 .footer_c2,
	.footer_l3 .footer_c2 {
		width: 68%;
	}
	.footer_l2 .footer_c2 {
		width: 63%;
	}
	.footer_l2 .footer_c2 .footer_c2 {
		width: 68%;
	}
	.footer_l3 .footer_c1 {
		margin-bottom: 8px;
	}
	.footer_findout {
		font-size: 36px;
	}
	.footer_l3 .footer_c2 .footer_subscription {
		margin-bottom: auto;
	}
	footer.footer-below-banner {
		padding: 42px;
		margin: 0;
	}
}
@media (max-width: 1480px) {
	.tmp_1 .footer_l1 {
		gap: 16px;
	}
}
@media (max-width: 1400px) {
	footer {
		font-size: 12px;
		padding: 45px 25px 100px;
	}
	footer.tmp_1 {
		padding: 42px 0;
	}
	.footer_c1 {
		width: 39%;
	}
	.tmp_1 	.footer_c1 {
		width: 100%;
	}
	.footer_c2 {
		width: 61%;
	}
	.tmp_1 	.footer_c2 {
		width: 100%;
	}
	.footer_l1 .footer_c1 {
		align-items: flex-start;
	}
	.footer_l1 .footer_c1 {
		flex-wrap: wrap;
	}
	.footer_l1 .footer_c1 ._break {
		display: block;
		width: 100%;
	}
	.footer_l1 .footer_c1 ._logo {
		margin: 75px 0 0;
	}
	.footer_l1 .footer_c2 {
		flex-direction: column;
	}
	.footer_l1 .footer_c2 > .footer_c2 {
		width: 100%;
		margin-top: 10px;
	}
	.footer_l2 {
		margin-top: -70px;
		margin-bottom: 75px;
	}
	.footer_l2 .footer_c2 {
		justify-content: flex-start;
	}
	.footer_l2 .footer_c2 .footer_c2 {
		width: auto;
	}
	.footer_l2 .footer_c2 .footer_c2 .footer_links {
		margin-left: 125px;
	}
	.footer_l2 .footer_c2 .footer_c2 .footer_links a {
		margin-bottom: 10px;
	}
	.footer_l2 .footer_c2 .footer_c2 .footer_links:nth-child(1) {
		width: auto;
	}
	.footer_l2 .footer_c2 .footer_c2 .footer_links:nth-child(2) {
		width: auto;
		margin-left: 75px;
	}
	.footer_l3 .footer_c1 {
		flex-wrap: wrap;
	}
	.footer_l3 .footer_c1 ._soc_title {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_l3 .footer_c1 ._soc_title + a {
		margin-left: 0;
	}
	.footer_findout {
		font-size: 28px;
	}
	.footer_l3 .footer_c2 .footer_subscription {
		width: 180px;
	}
	.footer_l3 .footer_c2 .footer_subscription-form input {
		font-size: 14px;
	}
	.footer_l3 .footer_c2 .footer_subscription-not {
		font-size: 11px;
	}
	.footer_l3 .footer_c2 .footer_subscription-not br {
		display: none;
	}
	.tmp_1 .footer_l1 .separator {
		display: none;
	}
	.tmp_1 .footer_l1 {
		flex-wrap: wrap;
		gap: 14px;
	}
	.tmp_1 .footer_l1,
	.tmp_1 .footer_group_2 .footer_l2 {
		flex: 0 0 230px;
	}
	footer.footer-below-banner {
		padding: 42px;
		margin: 0;
	}
}
@media (max-width: 1000px) {
	.tmp_1 { 
		margin: 0 24px;
	}
	footer {
		font-size: 12px;
		padding: 45px 20px 70px;
	}
	footer.tmp_1 {
		padding: 42px 0;
	}
	.footer_c1 {
		width: 38%;
	}
	.tmp_1 	.footer_c1 {
		width: 100%;
	}
	.footer_c2 {
		width: 62%;
	}
	.footer_l1 .footer_c1 ._logo {
		margin-top: 110px;
	}
	.footer_l1 .footer_c2 > .footer_c2 {
		display: flex;
	}
	.footer_l1 .footer_c2 > .footer_c2 a {
		padding: 0;
		margin-bottom: 7px;
	}
	.footer_l1 .footer_c2 > .footer_c2 span {
		display: none;
	}
	.footer_l2 {
		margin-bottom: 25px;
	}
	.footer_l2 .footer_c2 {
		flex-wrap: wrap;
	}
	.footer_l2 .footer_c2 > .footer_links,
	.footer_l2 .footer_c2 .footer_c2 .footer_links {
		margin: 0 70px 30px 0 !important;
	}
	.footer_findout {
		max-width: 240px;
	}
	.footer_l3 .footer_c2 .footer_subscription {
		width: 200px;
	}
	.tmp_1 .footer_r1 {
		gap: 16px;
	}
	.tmp_1 .footer_group_1 {
		margin-bottom: 24px;
	}
	.tmp_1 .footer_group_2 .footer_l2 {
		flex: auto;
		padding-right: 24px;
	}
	.tmp_1 .footer_l1 {
		flex: 0;
	}
	footer.footer-below-banner {
		padding: 42px 24px;
		margin: 0;
	}
}
@media (max-width: 760px) {
	footer.tmp_1 {
		padding: 24px 0;
	}
	.tmp_1 .footer_l1 .logo-label {
		display: none;
	}
	.tmp_1 .footer_l1 .footer_l1_link  {
		display: none;
	}
	.tmp_1 .footer_group_1 {
		gap: 0;
	}
	.tmp_1 .footer_l1 {
		margin-bottom: 20px;
	}
	.footer_l1,
	.footer_l2,
	.footer_l3 {
		flex-wrap: wrap;
	}
	.footer_c1,
	.footer_c2,
	.tmp_1 .footer_cr1{
		width: 100%;
	}
	
	.footer_l1 .footer_c2 {
		margin-top: -150px;
	}
	.footer_l2 .footer_c2 > .footer_links,
	.footer_l2 .footer_c2 .footer_c2 .footer_links {
		width: 100%;
	}
	.footer_cr1 {
		flex-wrap: wrap;
	}
	.footer_cr1 .footer_links._on-mobile {
		display: block!important;
		flex: 100%;
	}
	.footer_l1 .footer_c2 > .footer_c2 {
		margin-top: 25px;
	}
	.footer_l1 .footer_c2,
	.footer_l3 .footer_c2 {
		width: 100%;
	}
	.footer_l1 .footer_c1 ._logo {
		width: 96px;
		height: 14px;
		margin-top: 170px;
	}
	.footer_l2 {
		margin-top: 40px;
		justify-content: flex-start;
		position: relative;
	}
	.footer_l2 .footer_c2 {
		width: 100%;
	}
	.footer_l2 .footer_c2 .footer_c2 {
		flex-wrap: initial;
	}
	.footer_l2 .footer_c2 .footer_c2 .footer_links {
		margin: 0 !important;
	}
	.footer_l2 .footer_c2 .footer_c2 .footer_links:nth-child(1) {
		position: absolute;
		top: 0;
		right: 10px;
	}
	.footer_l3 .footer_c2 {
		margin-top: 60px;
	}
	.footer_l3 .footer_c2 {
		flex-wrap: wrap;
	}
	.footer_l3 .footer_c2 .footer_findout {
		width: 100%;
		max-width: 100%;
		font-size: 22px;
	}
	.footer_l3 .footer_c2 .footer_subscription {
		width: 70%;
		margin-top: 60px;
	}
	.footer_l2 .footer_c2 .footer_links a,
	.footer_l2 .footer_c2 .footer_c2 .footer_links a {
		margin-bottom: 15px;
	}
	.tmp_1 .footer_group_2 {
		flex-wrap: wrap;
		gap: 24px;
	}
	.tmp_1 .footer_group_2 .footer_l2 {
		padding-right: 0;
		flex: 1;
		order: 2;
	}
	.tmp_1 .footer_group_2 .footer_c2 {
		order: 0;
		flex: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	.tmp_1 .footer_group_2 .footer_r2 {
		order: 3;
		flex: 1;
	}
	.tmp_1 .footer_group_2 ._links {
		flex-direction: column;
		align-items: start;
		gap: 4px;
	}
	.tmp_1 .footer_group_2 ._links .separator {
		display: none;
	}
	.tmp_1 .footer_group_2 ._links > a:nth-child(2) {
		order: 1;
	}
	.tmp_1 .footer_r1 {
		display: none;
	}
	.tmp_1 .footer_c2 {
		display: flex;
	}
	.footer_group_1 {
		flex-direction: column;
	}
	.tmp_1 .footer_cr1 {
		gap: 16px;
	}
	footer.footer-below-banner {
		padding: 24px;
		margin: 0;
	}
}

.footer-join {
	display: none;
}
.h2-margin {
	margin: 0;
}
@media (max-width: 575px) {
	.basket_promo-code input:focus {
		width: 200px !important;
	}
	.basket_promo-code input {
		width: 200px !important;
	}
	.tmp_1 {
		padding-top: 30px;
		margin: 0 12px;
	}
	.tmp_1 .footer_c1, 
	.footer_group_1,
	.footer_group_2, 
	.tmp_1 .footer_cr1{
		flex-direction: column;
		justify-content: center;
		align-items: center;
    	text-align: center;
	}
	.tmp_1 .footer_group_2 ._links {
		align-items: center;
	}
	.tmp_1 .footer_group_2 .footer_c2 {
		order: 1;
		flex: 1;
		flex-direction: column;
		justify-content: center;	
	}
	.tmp_1 .footer_group_2 .footer_r2 {
		order: 0;
		flex: 1;
	}
}

.cookie-notification {
	display: none;
	max-width: 100%;
	width: 100%;
	padding: 15px 20px;
	background: #333;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
}
.cookie-notification__wrap {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
    line-height: 1.5;
}
.cookie-notification__btn {
	margin-left: 10px;
	padding: 5px 10px;
	background: #4265ec;
	color: #fff;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}
.cookie-notification__btn:hover {
    opacity: 0.8;
}
@media (max-width: 767px) {
	.cookie-notification {
		padding: 10px;
	}
}