

/* Start:/local/templates/an/css/main.css?178698810416728*/
:root {
  --section-padding: 48px;
  --section-max-width: 1628px;
  --section-max-width-with-padding: calc(var(--section-max-width) + var(--section-padding) *2);
  --transition-cond: .3s ease;
  --transition-cond-2: .6s ease;
  --color-accent: #DC0000;
  --color-warning: #E39600;
  --color-success: #008322;
  --header-height: 64px;
  --bx-header-height: 147px;
  --bx-folded-header-height: 39px;
  --fade-wrapper-bg: rgba(158, 158, 158, 0.7);
  --border-thin-black: .5px solid #00000080;
  --btn-silver-bg: radial-gradient(white, silver);
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: none; /* IE и Edge */
  scrollbar-width: none; /* Firefox */
  overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar { display: none; width: 0; }

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input::placeholder,
textarea::placeholder {
  color: #000;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

button,
input {
  overflow: visible;
}

input._no-valid {
  border-bottom: 1px solid #e9693d !important;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

._hidden,
[hidden] {
  display: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
  background-color: #ffffff;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-family: Mulish, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /*background-color: #ccc;*/
}

main{
  flex: 1;
}

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

a:hover {
  text-decoration: underline;
}

._flex_start {
  display: flex;
  justify-content: flex-start;
}

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

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

/*._flex_middle {
	display: flex;
	align-items: center;
}*/
._flex_end {
  display: flex;
  justify-content: flex-end;
}

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

._flex_space-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

._flex_space-between-stretch {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

._flex_space-between-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

._flex_space-around {
  display: flex;
  justify-content: space-around;
}

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

._flex_space-end-stretch {
  display: flex;
  justify-content: end;
  align-items: stretch;
}

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

._flex_start-end {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

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

._flex_start-stretch {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

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

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

._flex_wrap {
  flex-wrap: wrap;
}

.separator {
  display: block;
  height: 18px;
  width: 1px;
  background: rgba(0, 0, 0, .2);
}

._logo {
  display: block;
  width: 140px;
  height: 20px;
  background: url(/local/templates/an/img/icons/logo2.svg) center center no-repeat;
  background-size: contain;
}

._phone {
  font-weight: bold;
}

/* ._home main {
	padding-top: 130px;
}
._home header._min + main {
	padding-top: 60px;
}
@media (max-width: 1680px) {
	._home main {
		padding-top: 100px;
	}
} */
.container {
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .container {
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 720px) {
  .container {
    max-width: calc(100% - 36px);
  }
}

.btn {
  width: 166px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 3px;
  cursor: pointer;
  color: inherit;
}

.btn._round {
  border-radius: 34px;
}

.btn._icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: nowrap;
}

.btn._icon svg {
  width: 24px;
  height: 24px;
}

.btn._orange {
  color: #e9693d;
  border: 1px solid #e9693d;
}

.btn._silver,
.btn._black {
  background-color: #000;
  color: #fff;
  height: auto;
  width: auto;
  margin: 0;
  border: none;
  padding: 15px 24px;
  letter-spacing: 0em;
  transition: var(--transition-cond);
}

.btn._silver,
.btn._silver._loading {
  position: relative;
  background: var(--btn-silver-bg);
  color: #000;
}

.btn._silver._loading {
	color: transparent;
  pointer-events: none;
}

.btn._silver._loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background-image: url(/local/templates/an/img/icons/loading_onLight_v2.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 8px;
}

.btn._animated {
  transition: var(--transition-cond);
}

.btn._outline {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  max-width: 300px;
  letter-spacing: 0em;
}

.btn._trsnp {
  background: transparent;
  max-width: 300px;
  height: auto;
  width: auto;
  margin: 0;
  border-width: 1px;
  padding: 7px 24px;
  letter-spacing: 0em;
}

.__custom-scroll {
  overflow-y: auto;
  padding-right: 2px;
}

.__custom-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.__custom-scroll::-webkit-scrollbar {
  width: 4px;
  border-color: transparent;
  background: transparent;
  margin-right: -4px;
}

.styled-checkbox {
  display: none;
}

.styled-checkbox+label {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  margin: 0;
}

.styled-checkbox+label::before,
.styled-checkbox+label::after {
  content: '';
  cursor: pointer;
  position: absolute;
}

.styled-checkbox+label::before {
  border: 1px solid #000;
  background-color: #fff;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.styled-checkbox+label::after {
  background-color: #e9693d;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  opacity: 0;
  transition: opacity 0.18s ease-in-out;
}

.styled-checkbox:checked+label::after {
  opacity: 1;
}

.btn._loading,
._loading {
	transition: none!important;
	width: 100%;
	background-image: url(/local/templates/an/img/icons/loading_onLight_v2.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 8px;
	color: transparent;
  pointer-events: none;
}

.btn._icon._loading svg {
  opacity: 0;
  visibility: hidden;
}

.btn._black._loading {
  background-image: url(/local/templates/an/img/icons/loading_onDark_v2.svg);
}

.btn._trsnp._hover-black._loading {
  background-color: #000;
  border-color: #000;
  background-image: url(/local/templates/an/img/icons/loading_onDark_v2.svg);
}

.btn._loading.t2,
._loading.t2 {
  background-size: contain;
}

._loading.t3 {
  background-image: url(/local/templates/an/img/icons/loading_3.svg);
  background-position: center center;
  background-size: contain;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

._rotate {
  animation: 1s linear 0s normal none infinite running rotate;
  -webkit-animation: 1s linear 0s normal none infinite running rotate;
}

.home-slider .slick-list,
.home-slider_item {
  height: auto !important;
}

/* Loader */
main.load {
  position: relative;
}

main.load .catalog-filter__list {
  pointer-events: none;
  opacity: 0.8;
}

main.load .catalog-list {
  pointer-events: none;
  opacity: 0.4;
}

main.load .lds-spinner__overlay {
  display: grid;
}

.lds-spinner__overlay {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  place-items: center;
  background: var(--fade-wrapper-bg);
  z-index: 2147483001;
}

.lds-spinner__wrap {
  display: flex;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lds-spinner__text {
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

._below-fixed-banner {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 42px;
}

.products-item_img-sizes {
  z-index: 100;
}

main .scrollbar-track {
  background-color: transparent;
}

main .scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 641px) {
  ._on-mobile {
    display: none !important;
  }
}

@media (min-width: 991px) {
  ._on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  ._no-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  div#carrotquest-messenger-collapsed-container {
    margin: 0 !important;
  }

  .btn._outline,
  .btn._trsnp,
  .btn._silver,
  .btn._black {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  ._below-fixed-banner {
    padding-bottom: 24px;
  }
  .btn {
    line-height: 16px;
    font-weight: 300;
  }
}

@media screen and (max-width: 414px) {
  div#carrotquest-messenger-collapsed {
    padding-bottom: 6px !important;
  }
}

@media (max-width: 640px) {
  ._no-mobile {
    display: none !important;
  }
}

@media (hover:hover) {
  .btn._black:hover {
    color: rgba(255, 255, 255, .5);
  }

  .btn._silver:hover {
    color: rgba(0, 0, 0, .5);
  }

  .btn._trsnp:hover {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .5);
  }

  .btn._trsnp._loading:hover {
    border-color: #000;
  }

  .btn._icon._loading:hover svg {
    opacity: 0;
    visibility: hidden;
  }

  .btn._trsnp._hover-black:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
  }

  .btn._trsnp._hover-black:active {
    color: #fff;
    border-color: rgb(191 191 191);
    background-color: rgb(191 191 191);
  }
  
  .btn._trsnp._hover-black._loading:hover,
  .btn._trsnp._hover-black._loading:active {
    border-color: #000;
    background-color: #000;
  }

  .btn._outline:hover {
    opacity: 0.5;
  }

  .btn._black:active {
    background-color: rgba(0, 0, 0, .25);
    color: #fff;
  }

  .btn._silver:active {
    color: #000;
  }

  .btn._trsnp:active {
    color: rgba(0, 0, 0, .5);
    border-color: #F9F9F9;
    background-color: #F9F9F9;
  }

  .btn._outline:active {
    filter: drop-shadow(0.5px 0.5px 0 #00000083);
  }

  .btn._loading:hover,
  .btn._black._loading:hover,
  .btn._silver._loading:hover,
  .btn._trsnp._loading:hover,
  .btn._outline._loading:hover,
  .btn._loading:active,
  .btn._black._loading:active,
  .btn._silver._loading:active,
  .btn._trsnp._loading:active,
  .btn._outline._loading:active,
  .btn._trsnp._hover-black._loading:hover,
  .btn._trsnp._hover-black._loading:active {
    color: transparent;
    pointer-events: none;
  }
}



.auth_inner .popup_title-text {
  font-family: Mulish, sans-serif;

}

.auth_inner .lk-user-selector-type {
  text-transform: none;
	font-size: 16px;
}


.auth_inner .user-form-input,
.auth_inner .user-form-input::placeholder,
.auth_inner div[data-target="UserRestorePassword"],
.auth_inner div[data-target="UserRegistration"], 
.auth_inner .btn._black,
.auth_inner .social__item > div {
  text-transform: none !important;
	font-size: 16px !important;
}

.auth_inner .user-register_text {
  text-transform: none;
	font-size: 16px;
}

.auth_inner .user-register_text::first-line {
  color: red;
  text-transform: capitalize;
}


.page-404 h1,
.page-404 p,
.page-404 .page-404_btn span {
  font-family: Mulish, sans-serif  !important;
  text-transform: none !important;
}

.user_agreements label.checkbox {
  text-transform: initial !important;
	font-size: 16px;
}

.user-register_text div[data-target="UserLogin"] {
  text-transform: initial !important;
	font-size: 16px;
}

.auth_inner .popup_title {
  text-transform: initial !important;
	font-size: 16px;
}

.auth_inner input,
.auth_inner input::placeholder {
  text-transform: initial !important;
	font-size: 16px;
}


.order-final__wrapper * {
  font-family: Mulish, sans-serif  !important;
  text-transform: none !important;
}

.order-final__wrapper h1 {
  font-weight: 300;
}


#catalogListWrapper .search-result__title {
  font-family: Mulish, sans-serif  !important;
}


#catalogListWrapper .search-result__text,
#catalogListWrapper .catalog__search_action-input,
#catalogListWrapper .catalog__search_action-input::placeholder {
  text-transform: initial !important;
	font-size: 16px;
}
/* End */


/* Start:/local/templates/an/css/header.css?178698810425469*/
#bx-panel {
	width: 100% !important;
	position: fixed !important;
	box-shadow: none !important;
}
#bx-panel + header{
	top: 40px;
}

#bx-panel + header.default{
	top: 38px;
}

#bx-panel + header.dark {
	top: 147px;
}

#bx-panel.bx-panel-folded + header.dark {
	top: 38px;
}

header {
	width: 100%;
	height: 130px;
	/*background: #ffffff;*/
	/*opacity: 0.8;*/
	border-radius: 0 0 20px 20px;
	position: fixed;
	top: 0;
	z-index: 100;
	backdrop-filter: blur(4px);
}
header._scroll,
header.dark,
._home header {
	backdrop-filter: none;
}

header:hover {
	backdrop-filter: none;
}

.header_t,
.header_с {
	background-color: #fff;
	opacity: 0.8;
	position: relative;
}
header:hover .header_t,
header:hover .header_с,
header._scroll .header_t,
header._scroll .header_с,
._home header .header_t,
._home header .header_с {
	opacity: 1;
}

.header_t {
	width: 100%;
	height: 50px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	display: table;
}
.header_t > div {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #dcdcdc;
}
.header_t > div:nth-last-child(1) {
	border-right: none;
}
.header_city,
.header_phone,
.header_buyers,
.header_shop {
	width: 15.5%;
	position: relative;
}
.header_city {
	text-align: left;
	padding-left: 42px;
}
.header_city span {
	/*border-bottom: 0.5px solid #000;*/
	text-decoration: underline;
	cursor: pointer;
}
.header_city span:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/local/templates/an/img/icons/sity.svg) center center no-repeat;
	margin-right: 10px;
}
.header_buyers:after,
.header_shop:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 7px;
	background: url(/local/templates/an/img/icons/arrow2.svg) center center no-repeat;
	background-size: contain;
	margin-left: 5px;

}
.header_buyers:hover:after,
.header_shop:hover:after {
	background: url(/local/templates/an/img/icons/arrow2_hov.svg) center center no-repeat;
}


.header_show-list {
	display: none;
	list-style: none;
	width: calc(200% + 2px);
	position: absolute;
	top: 49px;
	left: -1px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	margin: 0;
	padding: 5px 33px;
	z-index: 2;
}
.header_show-list:before {
	content: '';
	display: block;
	width: 50%;
	height: 5px;
	background-color: #e9693d;
	top: 0;
	left: 0;
	position: absolute;
}
.header_show-list li {
	display: block;
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
	text-align: left;
}
.header_show-list li:nth-last-child(1) {
	border-bottom: none;
}
.header_buyers:hover .header_show-list,
.header_shop:hover .header_show-list {
	display: block;
}
.header_show-list a {
	display: block;
	width: 100%;
	height: 49px;
	line-height: 49px;
	/* text-transform: uppercase; */
	font-weight: bold;
}
.header_shop .header_show-list {
	left: calc(-100% - 2px);
}
.header_shop .header_show-list:before {
	right: 0;
	left: auto;
}



.header_text {
	line-height: 1.21em;
	position: relative;
}
.header_text br {
	display: none;
}
.header_text-close {
	display: none;
}
.header_с {
	height: 80px;
	border-radius: 0 0 20px 20px;
}
.header_nav {
	min-width: 31%;
	/*min-width: 630px;*/
	/*margin-right: auto;*/
}
.header_nav nav a,
.header_nav nav span {
	line-height: 30px;
	font-size: 18px;
	padding: 5px 0;
	margin-left: 25px;
}
.header_nav-m {
	display: none;
}
.header_logo {
	margin: 0 auto;/*
	margin-left: auto;*/
	/*text-align: center;*/
}
.header_logo ._logo {
	/*margin: 0 auto;*/
	margin-right: calc(50% - 80px);
}
.header_search,
.header_actions {
	width: 15.5%;
}
.header_search input {
	width: calc(100% - 40px);
	height: 25px;
	border: none;
	border-bottom: 1px solid #dcdcdc;
	font-size: 18px;
	background-color: transparent;
}
.header_search input::placeholder {
	color: #b0b0b0;
}
.header_search input:focus::placeholder {
	color: transparent;
}
.header_search button {
	display: block;
	width: 45px;
	height: 45px;
	background: url(/local/templates/an/img/icons/search.svg) right center no-repeat;
	background-size: 30px;
	border: none;
	cursor: pointer;
}
.header_actions {
	padding-right: 40px;
}
.header_actions > a {
	width: 45px;
	height: 45px;
	margin-left: 5%;
	background-size: 26px;
}
.header_actions ._lk {
	background: url(/local/templates/an/img/icons/user.svg) center center no-repeat;
}
.header_actions ._favorite {
	position: relative;
	background: url(/local/templates/an/img/icons/favorite.svg) center center no-repeat;
}
.header_actions ._basket {
	position: relative;
	background: url(/local/templates/an/img/icons/basket.svg) center center no-repeat;
}
.header_actions ._favorite span,
.header_actions ._basket span {
	width: 20px;
	height: 16px;
	color: #fff;
	background-color: #e9693d;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 27px;
}

@media (max-width: 1680px) {
	header {
		height: 100px;
	}
	.header_t {
		height: 40px;
		font-size: 12px;
	}
	.header_city,
	.header_phone,
	.header_buyers,
	.header_shop {
		width: 16%;
		position: relative;
	}
	.header_text {
		max-width: 400px;
	}
	.header_show-list {
		top: 39px;
		padding: 5px 24px;
	}
	.header_shop .header_show-list {
		left: calc(-100% - 1px);
	}
	.header_show-list li {
		height: 40px;
	}
	.header_show-list a {
		line-height: 40px;
	}
	.header_с {
		height: 60px;
	}
	.header_nav nav a,
	.header_nav nav span {
		font-size: 14px;
	}
	.header_nav nav span {
		margin-left: 13px;
	}
	.header_logo ._logo {
		width: 124px;
		height: 14px;
	}
	.header_search {
		width: 16%;
	}
	.header_search input {
		font-size: 14px;
	}
	.header_search button {
		width: 40px;
		height: 40px;
		margin-left: 7px;
		background-size: 24px;
	}
	.header_actions {
		width: 16.01%;
	}
	.header_actions > a {
		width: 24px;
		height: 24px;
		background-size: 22px !important;
	}
	.header_actions ._favorite span,
	.header_actions ._basket span {
		height: 15px;
		line-height: 15px;
	}
}
@media (max-width: 1440px) {
	.header_actions ._favorite span,
	.header_actions ._basket span {
		top: -3px;
		right: -3px;
	}
	.header_t {
		font-size: 11px;
	}
}
@media (max-width: 1280px) {

	.header_city {
		padding-left: 15px;
	}
	.header_search {
		width: 24%;
		justify-content: flex-end;
	}
	.header_search input {
		max-width: 180px;
	}
	.header_actions {
		width: 16%;
		padding-right: 20px;
	}
}
@media (max-width: 999px) {
	header {
		height: auto;
	}
	.header_t .header_city,
	.header_t .header_phone,
	.header_t .header_buyers,
	.header_t .header_shop {
		display: none;
	}
	.header_text {
		padding: 0 20px;
		border-right: none !important;
	}
	.header_с nav,
	.header_search {
		display: none;
	}
	.header_nav {
		width: 110px;
		min-width: auto;
	}
	.header_logo ._logo {
		margin: 0 auto;
	}
	.header_nav-m {
		display: block;
		width: 24px;
		height: 24px;
		background: url(/local/templates/an/img/icons/search.svg) center center no-repeat;
		background-size: contain;
		margin-left: 20px;
		cursor: pointer;
	}
	.header_actions {
		width: 126px;
	}
	.header_actions > a {
		margin-left: 20px;
	}
}

@media (max-width: 480px) {
	.header_t {
		display: none;
	}
	.header_text br {
		display: inline-block;
	}
	.header_text-close {
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(/local/templates/an/img/icons/header_close.svg) center center no-repeat;
		top: 5px;
		right: 9px;
		cursor: pointer;
	}
	.header_с {
		border-radius: 0 0 10px 10px;
	}
}
@media (max-width: 400px) {
	.header_city span {
		font-size: 11px;
	}
	.header_logo ._logo {
		width: 125px;
		height: 14px;
	}
	.header_nav-m {
		margin-left: 15px;
	}


}

header.header-join {
	height: 60px;
}

.header-join .header_t,
.header-join .header_nav,
.header-join .header_search,
.header-join .header_actions {
	display: none;
}

.header-join ._logo {
	margin-right: 0;
}

.main-join {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}

.main-join .page_content {
	margin-left: 0;
}

.main-join ._flex_start-center {
	display: none;
}

.none {
	display: none !important;
}


/* NEW HEADER */

header.default {
	/* cursor: pointer; */
	width: 100%;
	font-family: 'Mulish', sans-serif;
	backdrop-filter: unset;
	height: auto;
	border-radius: unset;
}
header.default .header__search {
	display: none;
}
header.default:is(:has(.header__menu.open)) {
	background: #ffffff;
}



@media (min-width: 991px) {
	header.default:hover {
		background: #FFFFFF;
	}
	header.default:hover .header__search {
		display: flex;
	}
	header.default:hover .header__burger path,
	header.default:hover .header__logo path {
		fill: #000000;
	}
	header.default:hover .header__nav-title ,
	header.default:hover .header__nav-link {
		color: red;
	}
	header.default:hover .header__body .header_actions {
		padding: 0;
	}
	header.default:hover .header__body  .header_actions ._lk {
		background: url(/local/templates/an/img/new/user-b.svg) center center no-repeat;
	}
	header.default:hover .header__body  .header_actions ._favorite {
		position: relative;
		background: url(/local/templates/an/img/new/favorite-b.svg) center center no-repeat;
	}
	header.default:hover .header__body  .header_actions ._basket {
		position: relative;
		background: url(/local/templates/an/img/new/basket-b.svg) center center no-repeat;
	}
}


header.default.black {
	background: #000;
}

header.dark {
	background: #fff;
	border-radius: 0;
	position: sticky;
	height: auto;
}

header.dark + main {
	margin-top: 64px;
}

header.dark.fixed {
	position: fixed;
}

header.dark .header__burger path,
header.dark .header__logo path {
	fill: #000;
}

header.dark  .header__nav-title,
header.dark  .header__nav-link {
	color: #000;
}

header.dark._scroll .header__burger path,
header.dark._scroll .header__logo path {
	fill: #000;
}
header.dark._scroll .header__nav-title,
header.dark._scroll .header__nav-link {
	color: #000;
}
header.dark .header__body .header_actions {
	margin-left: 0;
}

header.dark .header__body .header_actions > .header__nav-search,
header.dark .header__search_button {
	width: 24px;
	flex: 0 0 24px;
    height: 24px;
	margin-right: 0;
	cursor: pointer;
	background-size: 26px;
}

header.dark .header__search_button {
	margin-left: 10px;
	flex: 0 0 24px;
}
header.dark .header__body .header_actions ._lk {
    background: url(/local/templates/an/img/redesign/user-b.svg) center center no-repeat;
}
header.dark .header__body .header_actions ._favorite {
    position: relative;
    background: url(/local/templates/an/img/redesign/favorite-b.svg) center center no-repeat;
}
header.dark .header__body .header_actions ._basket {
    position: relative;
    background: url(/local/templates/an/img/redesign/basket-b.svg) center center no-repeat;
}
header.dark .header__search_button,
header.dark .header__body .header_actions .header__nav-search {
    position: relative;
    background: url(/local/templates/an/img/redesign/search-b.svg) center center no-repeat;

}
#bx-panel + header.dark.menu-opened {
	z-index: 996;
}
header.dark.menu-opened .header_actions ._favorite,
header.dark.menu-opened .header_actions ._lk {
	display: block!important;
}
header.dark.menu-opened .header__burger_menu-img,
header.dark .header__burger_close-img {
	display: none;
}

header.dark .header__burger_menu-img,
header.dark.menu-opened .header__burger_close-img {
	display: block;
}

header.dark .header__nav-title_close {
	display: none;
	margin-right: 0.25rem!important;
}
header.dark.menu-opened .header__nav-title_close {
	display: block;
}

/* header.default.black .header__search {
	display: flex;
} */
header.default.black .header__burger path,
header.default.black .header__logo path {
	fill: #000000;
}
header.default.black  .header__nav-title ,
header.default.black  .header__nav-link {
	color: #000000;
}
header.default.black .header__body .header_actions {
	padding: 0;
}
header.default.black .header__body  .header_actions ._lk {
	background: url(/local/templates/an/img/new/user-b.svg) center center no-repeat;
}
header.default.black .header__body  .header_actions ._favorite {
	position: relative;
	background: url(/local/templates/an/img/new/favorite-b.svg) center center no-repeat;
}
header.default.black .header__body  .header_actions ._basket {
	position: relative;
	background: url(/local/templates/an/img/new/basket-b.svg) center center no-repeat;
}


header._scroll .header__search {
	display: flex;
}

header._scroll.dark .header__search {
	display: none;
}

.header__search-mobile {
	display: flex;
}

.header__search-mobile ._close {
	width: 21px;
	height: 21px;
	background: url(/local/templates/an/img/icons/search_close.svg) center center no-repeat;
	background-size: cover;
	margin-right: 25px;
	cursor: pointer;
}
header.dark .header__search-mobile ._close {
	width: 16px;
	flex: 0 0 16px;
	background: url(/local/templates/an/img/icons/search_close_b.svg) center center no-repeat;
}
header.dark .header__search-mobile ._close._no-background {
	background: none;
}

header.default._scroll {
	background: #FFFFFF;
}
header.default._scroll .header__burger path,
header.default._scroll .header__logo path {
	fill: #000000;
}
header.default._scroll .header__nav-title ,
header.default._scroll .header__nav-link {
	color: #000000;
}
header.default .header__body .header_actions,
header.default._scroll .header__body .header_actions {
	padding: 0;
}
header.default._scroll .header__body  .header_actions ._lk {
	background: url(/local/templates/an/img/new/user-b.svg) center center no-repeat;
}
header.default._scroll .header__body  .header_actions ._favorite {
	position: relative;
	background: url(/local/templates/an/img/new/favorite-b.svg) center center no-repeat;
}
header.default._scroll .header__body  .header_actions ._basket {
	position: relative;
	background: url(/local/templates/an/img/new/basket-b.svg) center center no-repeat;
}
header.default._scroll  .header__nav-search path {
	fill: #000000;
}
header.default._scroll .header__menu{
	transition: .3s;
}
header.default:not(._scroll).header__menu{
	transition: unset;
}


.fixed-body {
	overflow: hidden;
}

.header__body {
	width: 100%;
	min-height: 64px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 40px;
	border-bottom: .5px solid rgba(0, 0, 0, 0.1);
	/* box-shadow: 0 0.5px 0 0 #00000080; */
}

header.dark .header__body {
	padding: 20px 48px;
}

.header__nav {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.header__burger span.fav_counter {
	position: absolute;
	display: none;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    color: #fff;
    background-color: #DC0000;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    font-family: Mulish, sans-serif;
    position: absolute;
	right: 27px;
    top: -6px;
    border-radius: 50%;
    transform: translateX(100%) translateY(-5px);
    user-select: none;
	transition: var(--transition-cond);
}

.header__quick-links {
	padding-left: 32px;
}

header.in-catalog .header__quick-link,
header.menu-opened .header__nav-title,
header.menu-opened .header__quick-links {
	display: none;
}

.header__quick-link {
	font-family: Mulish;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #000;
	/* text-transform: uppercase; */
}
.header__quick-link.accent {
	color: var(--color-accent);
}
.header__quick-links > .header__quick-link {
	padding-left: 32px;
}

.header__quick-links > .header__quick-link:first-child {
	padding-left: 0;
}

header.in-catalog .header__nav {
	display: none;
}

header.in-catalog .header__logo {
	display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
}
/* .header__nav-list {} */
.header__nav-title {
	margin-right: 40px;
	color: #000;
}

header.dark .header__nav-title {
	/* text-transform: uppercase; */
	font-size: 16px;
	margin-right: 0;
}

.header__nav-link {
	margin-right: 10px;
	color: #000;
}

.header__nav-link:last-child {
	margin-right: 0;
}

.header__logo {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
header.dark .header__logo a,
header.dark .header_actions a,
header.dark .header__burger:hover > span,
header.dark .header__nav-search,
header.dark .header__search_button,
header.dark .header__quick-link {
	transition: var(--transition-cond);
}

header.dark .header__logo a:hover {
	opacity: .5;
	scale: 1;
}

header.dark .header__quick-link:hover,
header.dark .header__burger:hover > span {
	color: rgba(43, 43, 43, 0.5);
}

header.dark .header__burger:hover > span.fav_counter {
	color: #fff;
	scale: 1.05;
}

header.dark .header_actions a:hover,
header.dark .header__nav-search:hover,
header.dark .header__search_button:hover {
	scale: 1.05;
}
.header__search {
	width: 20%;
	display: none;
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
}

header.dark .header__search-mobile .header__search {
	display: inline-flex;
	width: 100%;
}

.header__search input {
	width: calc(100% - 40px);
	height: 25px;
	border: none;
	border-bottom: var(--border-thin-black);
	font-size: 12px;
	background-color: transparent;
	/* text-transform: uppercase; */
}

.header__search input::placeholder {
	color: #000;
	/* text-transform: uppercase; */
}
.header__search input:focus::placeholder {
	color: transparent;
}

header.dark .header__search input {
	color: #000;
	min-width: 350px;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	text-overflow: ellipsis;
	height: 40px;
	padding: 0 4px;
	margin: -8px 0;
}

.header__search button {
	cursor: pointer;
	display: block;
	border: none;
	background-color: transparent;
	/* background: url('/local/templates/an/img/icons/search.svg') right center no-repeat;
	background-size: 30px; */
}


.header__body .header_actions {
	width: auto;
	margin-left: 40px;
	padding-right: 0;
}
.header__body .header_actions > a {
	width: 24px;
	height: 24px;
	margin-left: 20px;
}
.header__body .header_actions > a:first-child {
	margin-left: 0;
}
header.default .header__body  .header_actions ._lk {
	background: url(/local/templates/an/img/new/user-w.svg) center center no-repeat;
}
header.default .header__body  .header_actions ._favorite {
	position: relative;
	background: url(/local/templates/an/img/new/favorite-w.svg) center center no-repeat;
}
header.default .header__body  .header_actions ._basket {
	position: relative;
	background: url(/local/templates/an/img/new/basket-w.svg) center center no-repeat;
}
.header__body .header_actions ._favorite span,
.header__body .header_actions ._basket span {
	width: 20px;
	height: 16px;
	color: #fff;
	background-color: #e9693d;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 27px;
}
header.dark .header__body .header_actions ._favorite span,
header.dark .header__body .header_actions ._basket span {
	width: 17px;
	height: 17px; 
	border-radius: 50%;
	font-weight: 700;
	background-color: #DC0000;
	top: -6px;
	right: -8px;
}

.header__nav-search {
	display: none;
}
header.dark .header__nav-search {
	display: block;
}
header.default .header__nav-search path {
	fill: #FFFFFF;
}
header.black .header__nav-search path {
	fill: #000000;
}

header.in-catalog .header__nav-search {
	display: none;
}



@media (max-width: 1280px) {
	
	header.in-catalog .header__nav {
		display: flex;
	}

	header.in-catalog .header__nav-search {
		display: block;
	}
}

@media (max-width: 1680px) {
	header.default .header_actions > a {
		background-size: 32px !important;
	}
	header.dark .header__search input { 
		min-width: 300px;
	}
}
@media (max-width: 1420px) {
	header.dark .header__search input {
		min-width: 240px;
		font-weight: 300;
		font-size: 12px;
		line-height: 12px;
	}
	.header__quick-links {
		padding-left: 24px;
	}
	.header__quick-links > .header__quick-link {
		padding-left: 24px;
	}
}
@media (max-width: 1280px) {

	.header__quick-links {
		display: none;
	}

}
@media (max-width: 1199px) {
	header.dark .header__body > .header__search,
	header.default .header__body > .header__search {
		display: none;
	}
	.header__body {
		padding: 15px 25px;
	}

	.header__nav-search {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
	}

	.header__nav-search svg {
		width: 24px;
		height: 24px;
	}

	header:not(.dark) .header__nav-title {
		display: none;
	}

	header.default._scroll .header__search {
		display: none;
	}
	header.default._scroll .header__search-mobile .header__search {
		display: flex;
	}

	.header__search-mobile {
		width: calc(100% - 92px);
		height: 100%;
		position: absolute;
		background-color: #fff;
		top: 0;
		left: 0;
		z-index: 5;
		padding: 0 0 0 48px;
	}

	header.dark .header__search-mobile {
		background-color: #fff;
	}

	.header__search-mobile form {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
	}
	.header__search-mobile ._close {
		width: 21px;
		height: 21px;
		background: url(/local/templates/an/img/icons/search_close.svg) center center no-repeat;
		background-size: cover;
		margin-right: 25px;
		cursor: pointer;
	}
	header.dark .header__search-mobile ._close {
		background: url(/local/templates/an/img/icons/search_close_b.svg) center center no-repeat;
	}
	.header__search-mobile input {
		border-color: #000;
	}
	header.dark .header__search input {
		height: 32px;
		margin: 0;
	}
	header.dark .header__search-mobile input {
		min-width: 0;
		color: #000;
		height: 32px;
	}
	.header__nav {
		min-width: 98px;
	}
	header.dark .header__nav {
		min-width: 80px;
	}

	header.default .header_actions > a {
		width: 26px;
		height: 26px;
		background-size: 26px !important;
	}
}

@media (max-width: 991px) {	
	.header__logo {
		display: flex;
		align-items: center;
		justify-content: center;

		position: unset;
		top:unset;
		left:unset;
		transform: unset;
	}

	.header__logo svg {
		width: 124px;
		height: 14px;
	}

	header.default .header__search-mobile .header__search {
		display: flex;
	}

	.header__nav-list {
		display: none;
	}

	.header__body .header_actions > a {
		margin-left: 10px;
	}
	header.dark .header__search-mobile {
		width: calc(100% - 82px);
	}
}

@media (max-width: 767px) {
	#bx-panel + header.dark.menu-opened,
	header.dark.menu-opened {
		z-index: 2147483001;
	}
	.header__burger span.fav_counter {
		display: flex;
	}
	.header__burger.open span.fav_counter {
		display: none;
	}
	.header__body {
		padding: 15px;
	}
	header.dark .header__search-mobile {
		padding: 0 0 0 24px;
		width: calc(100% - 58px);
	}
	header.dark .header__body {
		padding: 20px 24px;
	}

	.header__body .header_actions {
		margin-left: 10px;
	}

	header.menu-opened .header__logo {
		display: none;
	}
	
	header.dark .header__nav {
		min-width: 0;
	}

	header.dark .header__body .header__nav-title:not(.header__nav-title_close),
	header.dark .header__body .header_actions ._favorite,
	header.dark .header__body .header_actions ._lk {
		display: none;
	}
	header.menu-opened .header__body {
		border-bottom: none;
	}
}

@media (max-width: 360px) {
	.header__nav {
		min-width: unset;
	}
	.header__logo svg {
		width: 96px;
	}

}

@media (hover:hover) {	
	.header__quick-link:hover {
		text-decoration: none;
	}
}


.header__menu::-webkit-scrollbar {
	width: .5em !important;
}

.header__menu::-webkit-scrollbar-track {
	background-color: #fff !important;
}

.header__menu::-webkit-scrollbar-thumb {
	background-color: #ebebeb !important;
}

.header_actions ._close {
	margin-right: 12px !important;
}

/* Выбор города в хедере */
.header_actions .header__city {
	display: flex;
	align-items: center;
	margin-right: 20px;
	padding-left: 20px;
	background: url(/local/templates/an/img/icons/city-pin.svg) left center no-repeat;
	background-size: 14px;
	cursor: pointer;
	font-family: Mulish, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #000;
	white-space: nowrap;
}
.header_actions .header__city span {
	cursor: pointer;
}
@media (max-width: 1280px) {
	.header_actions .header__city {
		font-size: 12px;
		margin-right: 15px;
	}
}
@media (max-width: 767px) {
	.header_actions .header__city {
		display: none;
	}
}
/* End */


/* Start:/local/templates/an/css/footer.css?178698810413265*/
.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;
	}
}
/* End */


/* Start:/local/templates/an/css/formInput.css?178698810410659*/
.form-control__groups {
	display: flex;
	gap: 8px;
}

.form-control__groups .form-group {
	flex: 100%;
}

.form-control__groups.col-2 .form-group {
	flex: 1 1 260px;
}

.form-group {
	position: relative;
	min-height: 42px;
	height: 100%;
	display: flex;
	align-items: center;
}

.form-group label {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.form-group.form-group_upper-label {
	flex-wrap: wrap;
}

.form-group.form-group_upper-label label {
	flex: 100%;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	color: rgba(0, 0, 0, .5);
	
	text-overflow: ellipsis;
	display: inline-block;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-moz-box-orient: vertical;
	box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	word-break: break-word;
}

.form-group_radio,
.form-group_checkbox {
	gap: 8px 16px;
}

.form-group_checkbox label {
	transition: var(--transition-cond);
	color: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.form-group_radio {
	background-color: #F3F3F3;
	padding: 0 12px;
	align-items: stretch;
}

.form-group:has(>input[type="radio"]:checked) {
	background-color: #000;
}

.form-group_radio label {
	transition: var(--transition-cond);
	color: rgb(0, 0, 0);
	cursor: pointer;
}

.form-group_checkbox label a,
.form-group_radio label a {
	transition: opacity var(--transition-cond);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.form-group_checkbox label a:hover,
.form-group_radio label a:hover {
	text-decoration: underline;
	opacity: .5;
}

.form-group_checkbox.error>*,
.form-group_radio.error>* {
	color: var(--color-accent);
}

.form-group input[type="checkbox"],
.form-group input[type="radio"] {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.form-group input[type="radio"] {
	height: 42px;
}

.form-group input[type="checkbox"]::before,
.form-group input[type="radio"]::before {
	content: '';
	width: 17px;
	height: 17px;
	border-radius: 1px;
	border: 1px solid rgba(0, 0, 0, .5);
}

.form-group input[type="radio"]::before {
	border: 1px solid rgb(0, 0, 0);
}

.form-group input[type="checkbox"]::after,
.form-group input[type="radio"]::after {
	content: '';
	width: 10px;
	height: 7px;
	position: absolute;
	background: none;
}

.form-group input[type="radio"]:checked+label {
	color: #fff;
}

.form-group input[type="radio"]:checked::before {
	border-color: #fff;
}

.form-group input[type="radio"]:checked::after {
	background: url(/local/templates/an/img/icons/checked_w.svg) center center no-repeat;
}

.form-group.error input[type="radio"]:checked::after {
	background: url(/local/templates/an/img/icons/checked_r.svg) center center no-repeat;
}

.form-group input[type="checkbox"]:checked::before {
	border-color: #000;
}

.form-group input[type="checkbox"]:checked::after {
	background: url(/local/templates/an/img/icons/checked_b.svg) center center no-repeat;
}

.form-group_checkbox input[type="checkbox"]:checked+label {
	color: #000
}

.form-group.error input[type="checkbox"]::before,
.form-group.error input[type="radio"]::before {
	border-color: var(--color-accent);
}

.form-group.error input[type="checkbox"]:checked::after {
	background: url(/local/templates/an/img/icons/checked_r.svg) center center no-repeat;
}

.form-group_checkbox.error input[type="checkbox"]:checked+label,
.form-group_checkbox.error label,
.form-group_radio.error input[type="radio"]:checked+label,
.form-group_radio.error label {
	color: var(--color-accent);
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group textarea {
	width: 100%;
	height: 42px;
	border: 1px solid transparent;
	background-color: #F3F3F3;
	text-align: start;
	padding: 12px;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	resize: none;
	overflow: hidden;
}

.form-group textarea {
	height: 150px;
    scroll-padding: 12px;
}

.form-group.error input[type="text"],
.form-group.error input[type="password"],
.form-group.error textarea {
	color: var(--color-accent);
	border-bottom: 1px solid var(--color-accent);
}

.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group textarea:focus {
	border-bottom: 1px solid #000;
}

.form-group input[type="text"]:hover,
.form-group input[type="password"]:hover,
.form-group textarea:hover {
	border-bottom: 1px solid rgb(196, 196, 196);
	transition: all 0.3s ease 0s;
}

.form-group input[type="text"]:hover:focus,
.form-group input[type="password"]:hover:focus,
.form-group textarea:hover:focus {
	border-bottom: 1px solid #000;
}

.form-group.error input[type="text"]:focus,
.form-group.error input[type="password"]:focus,
.form-group.error textarea:focus {
	border-bottom: 1px solid var(--color-accent);
}

.form-group.error input[type="text"]:hover,
.form-group.error input[type="password"]:hover,
.form-group.error textarea:hover {
	border-bottom: 1px solid var(--color-accent);
}

.form-group input[type="text"]:focus::placeholder,
.form-group input[type="password"]:focus::placeholder,
.form-group textarea:focus::placeholder {
	color: transparent;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="password"]::placeholder,
.form-group textarea::placeholder {
	color: rgba(0, 0, 0, .25);
}

.form-group.error input[type="text"]::placeholder,
.form-group.error input[type="password"]::placeholder,
.form-group.error textarea::placeholder {
	color: var(--color-accent);
}

.form-group>span {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 4px 0 0 12px;
	font-size: 12px;
	line-height: 15px;
}

.form-group>span._error {
	color: var(--color-accent);
}

.form-group.error>span {
	display: block;
}

.form-group>label.error {
	display: none!important;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 4px 0 0 12px;
	font-size: 12px;
	line-height: 15px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-moz-box-orient: vertical;
	box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	word-break: break-word;
}

.form-group>label.error {
	color: var(--color-accent);
}
.form-group.error>label.error {
	display: inline-block!important;
	display: -webkit-inline-box!important;
}
.form-group-select {
	position: relative;
}

.form-control__groups.col-2 .form-group.form-group-select {
	flex: 1 1 260px;
}

.form-group-select .form-group-select__select {
	width: 100%;
	height: 42px;
	border: none;
	background-color: #F3F3F3;
	text-align: start;
	padding: 12px;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	resize: none;
	overflow: hidden;
}

.form-group-select .form-group-select__select.form-group-select__select_not-selected {
	color: rgba(0, 0, 0, .25)!important;
}
.form-group-select.error .form-group-select__select.form-group-select__select_not-selected {
	color: var(--color-accent)!important;
}
.form-group-select.error .form-group-select__select {
	border: 0px solid var(--color-accent);
	color: var(--color-accent);
	border-bottom-width: 1px;
}

.form-group-select .form-group-select__select {
	padding: 12px 48px 12px 12px;
	transition: color var(--transition-cond);
	cursor: pointer;
}

.form-group-select .form-group-select__select span {
	text-overflow: ellipsis;
	display: inline-block;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-moz-box-orient: vertical;
	box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	word-break: break-word;
}

.form-group-select .form-group-select__arrow {
	position: absolute;
	width: 24px;
	right: 9px;
	top: 0;
	bottom: 0;
	background-image: url(/local/templates/an/img/icons/arrow_select.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	transition: var(--transition-cond);
	pointer-events: none;
}

.form-group-select.error .form-group-select__arrow {
	background-image: url(/local/templates/an/img/icons/arrow_select_r.svg);
}

.form-group-select._active .form-group-select__arrow {
	transform: rotate(180deg);
}

.form-group-select.form-group_upper-label .form-group-select__arrow {
	top: 23px;
}

.form-group-select__options {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	display: none;
	background: #fff;
	border: 1px solid #C4C4C4;
	z-index: 1;
	box-shadow: 0px -4px 8px 0px #0000001A;
}

.form-group-select._active._flip .form-group-select__options {
	box-shadow: 0px 4px 8px 0px #0000001A;
}

.form-group-select.form-group_upper-label .form-group-select__options {
	bottom: calc(100% - 23px);
}

.form-group-select__options-i {
	height: 42px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: background-color var(--transition-cond);
	border-bottom: 0.5px solid #0000001A;
}

.form-group-select._flip .form-group-select__options-i {
	border-bottom: none;
	border-top: 0.5px solid #0000001A;
}
.form-group-select__options-i.disabled {
	display: none;
}

.form-group-select__options-i span {
	text-overflow: ellipsis;
	text-transform: uppercase;
	display: inline-block;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-moz-box-orient: vertical;
	box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	word-break: break-word;
}

.form-group-select__options-i.form-group-select__options-i_text-2-lines span {
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.form-group-select._active .form-group-select__options {
	display: block;
}

.form-group-select._active .form-group-select__select {
	background: #fff;
	border: 1px solid #C4C4C4;
	border-top: 0;
	box-shadow: 0px -4px 8px 0px #0000001A;
}
.form-group-select._active._flip .form-group-select__select {
	box-shadow: 0px 4px 8px 0px #0000001A;
}


.form-group-select._active .form-group-select__options {
	border-bottom: 0;
}

.form-group-select._active._flip .form-group-select__options {
	top: 100%;
	bottom: unset;
	border: 1px solid #C4C4C4;
	border-top: 0;
}

.form-group-select._active._flip .form-group-select__select {
	border: 1px solid #C4C4C4;
	border-bottom: 0;
}

.form-group.form-group-select.error {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.form-group textarea {
		height: 96px;
	}
}

@media (hover:hover) {
	.form-group-select .form-group-select__select:hover+.form-group-select__arrow {
		opacity: .5;
	}

	.form-group-select .form-group-select__select:hover {
		color: rgba(0, 0, 0, .5);
	}

	.form-group-select.error .form-group-select__select:hover {
		color: var(--color-accent);
	}

	.form-group-select__options-i:hover {
		background-color: #F3F3F3;
	}
}
/* End */


/* Start:/local/templates/an/fonts/stylesheet.css?17869881041155*/
@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/an/fonts/Mulish-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/an/fonts/Mulish-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/an/fonts/Mulish-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/an/fonts/Mulish-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/an/fonts/Mulish-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/an/fonts/Mulish-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* End */


/* Start:/local/templates/an/libs/swiper/swiper.min.css?178698810518431*/
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/components/an/header.messege/templates/.default/style.css?17869881031002*/
/* Messeg header */

.header__message.none {
	display: none;
}

.header__message {
	position: relative;
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DA7049;
	height: 24px;
}
.header__message-link {
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	transition: var(--transition-cond);
	text-transform: uppercase;
}
.header__message-close {
	cursor: pointer;
	display: block;
	position: absolute;
	top:50%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 10;
	transition: var(--transition-cond);
}

@media (max-width: 560px) {
	.header__message {
		padding: 5px 25px;
	}

	.header__message-link {
		text-align: center;
		font-size: 12px;
	}
}

@media (hover:hover) {
	.header__message-link:hover {
		opacity: .5;
		text-decoration: none;
	}
	.header__message-close:hover {
		opacity: .5;
	}
}
/* End */


/* Start:/local/components/an/header.quick-links/templates/.default/style.css?17869881043371*/
.header_nav-burger {
	width: 26px;
	height: 30px;
	cursor: pointer;
	margin-left: 42px;
	position: relative;
}
.header_nav-burger:before,
.header_nav-burger:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	background: #000;
	transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header_nav-burger:before {
	top: 50%;
	margin-top: -4.5px;
}
.header_nav-burger:after {
	bottom: 50%;
	margin-bottom: -4.5px;
}
.header_nav-burger._active:before,
.header_nav-burger._active:after {
	transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0, 1.55);
}
.header_nav-burger._active:before {
	margin-top: -1px;
	transform: rotate(45deg);
}
.header_nav-burger._active:after {
	transform: rotate(-45deg);
	margin-bottom: -1px;
}
._header-menu_show {
	cursor: pointer;
}


.header_menu {
	height: 0;
	overflow: hidden;
	transition: .3s;
	background-color: #fff;
	margin-top: -15px;
}
.header_menu._active {
	height: auto;
	padding: 65px 0 25px;
}
.header_menu-l1 {

}
.header_menu-c1 {
	min-width: 475px;
	margin-right: 16%;
}
.header_menu-c2 {
	min-width: 320px;
	width: 31%;
}
.header_menu-list {
	flex-direction: column;
	margin-left: 110px;
}
.header_menu-list:nth-child(1) {
	margin-left: 0;
}
.header_menu-list span {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-bottom: 30px;
}
.header_menu-list a {
	margin-bottom: 10px;
}
.header_menu-l1 .header_menu-c2 {
	flex-direction: column;
}
.header_menu-l1 .header_menu-c2 img {
	max-width: 504px;
}
.header_menu-l1 .header_menu-c2 span {
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 30px;
}
.header_menu-l2 {
	margin-top: 80px;
}
.header_menu-l2 a {
	margin: 0 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.header_menu-l2 a:nth-child(1) {
	margin-left: 0;
}
.header_menu-l2 a:nth-last-child(1) {
	margin-right: 0;
}
@media (max-width: 1680px) {
	.header_nav-burger {
		width: 20px;
	}
	.header_nav-burger:before {
		margin-top: -3.5px;
	}
	.header_nav-burger:after {
		margin-bottom: -3.5px;
	}
	.header_menu-l1 .header_menu-c2 img {
		width: 281px;
		height: auto;
	}
	.header_menu-l1 .header_menu-c2 span {
		font-size: 14px;
	}
	.header_menu-l2 a {
		font-size: 12px;
	}
	.header_menu-c1 {
		min-width: 540px;
		margin-right: 9%;
	}
	.header_menu-c2 {
		width: 32%;
	}
	.header_menu-list {
		margin-left: 95px;
	}
}
@media (max-width: 1280px) {
	.header_nav-burger {
		margin-left: 20px;
	}
	.header_menu._active {
		padding: 65px 20px 25px;
	}
	.header_menu-l1 {
		justify-content: space-between;
	}
	.header_menu-c1 {
		margin-right: auto;
	}
	.header_menu-c2 {
		width: 281px;
	}
	.header_menu-list {
		margin-left: 50px;
	}
}
@media (max-width: 999px) {
	.header_nav-burger {
		height: 24px;
	}
	.header_menu._active {
		padding: 0;
	}

	
}

@media (max-width: 920px) {
	.header_menu-c2 {
		display: none;
	}

	.header_menu-c1 {
		min-width: unset;
		width: 90%;
		margin-left: 5%;
		justify-content: center;
	}
}

@media (max-width: 420px) {
	.header_menu-c1 {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.header_menu-list {
		margin-left: 0;
	}

	.header_menu {
		max-height: 100vh;
		overflow-y: auto;
	}
}

.accent-add {
	color: green;
}

.accent {
	color: var(--color-accent);
}
/* End */


/* Start:/local/components/an/header.menu/templates/dark/style.css?17869881046301*/
.header__burger {
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;

}

.header__burger svg {
	margin-right: 20px;
}

/* .header__burger.open {
	cursor: default;
} */

.header-menu-fade-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--fade-wrapper-bg);
	display: none;
}
.header-menu-fade-wrapper_animated {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition-cond);
}
.header-menu-fade-wrapper_animated.header-menu-fade-wrapper_shown {
	opacity: 1;
	visibility: visible;
}
.header__menu {
	position: fixed;
	background-color: #fff;
	color: #000;
	transform: translateX(-100%);
	transition: transform .3s ease;
	height: 100vh;
	padding: 20px 48px;
	top: 0;
	max-width: 544px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
	/* margin-top: -15px; */
}

.header__menu a,
.header__menu p,
.header__menu li,
.header__menu span {
	color: #000;
}

.header__menu.open {
	transform: translateX(0);
	overflow: hidden;
	overflow-y: auto;
	overflow-x: hidden;
}
.header__menu.open::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.25);
	border-color: transparent;
}
.header__menu.open::-webkit-scrollbar {
	width: 6px;
}

.header__menu-control {
	position: absolute;
	top: 20px;
	left: 48px;
	right: 48px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__menu-control + div {
	padding-top: 72px;
}

.header__menu-control #_close {
	cursor: pointer;
}

.header__menu-list {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	/* text-transform: uppercase; */

	margin-bottom: 20px;
}

.header__menu-list a {
	text-transform: initial !important;
}

.header__menu-list_adaptive {
	flex-direction: row;
	gap: 0 48px;
}
.header__menu-sub-list {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.header__menu-list:last-child {
	margin-bottom: 0;
}

.header__menu-list_large {
	font-family: Mulish, sans-serif;
	font-size: 32px;
	line-height: 28px;
	font-weight: 300;
	line-height: 1.1em;
	text-transform: none;
	margin-bottom: 0 !important;
}

.header__menu-bottom .header__menu-list_large {
	font-size: 24px;
	line-height: 24px;
}

.header__menu-list_medium {
	font-family: Mulish, sans-serif;
	font-size: 32px;
	line-height: 28px;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 0;
}

.header__menu-list.bold a {
	font-weight: 700;
}

.header__menu-list a {
	position: relative;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: .3s ease;
	max-width: fit-content;
}
.header__menu-list_large a,
.header__menu-list_medium a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.header__menu-list a:hover {
	/* font-weight: 700; */
	padding-left: 40px;
	text-decoration: none;
}

.header__menu-list a:hover::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);

	display: block;
	width: 17px;
	height: 1px;
	background: #000;
}

.header__menu-list_large a:hover,
.header__menu-list_medium a:hover {
	opacity: .5;
	/* font-weight: 400; */
	padding-left: 0;
	text-decoration: none;
}

.header__menu-list_large a:hover::before,
.header__menu-list_medium a:hover::before {
	content: none;
}


.header__menu-list a:last-child {
	margin-bottom: 0;
}


.header__menu-bottom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0px 48px;
	line-height: 20px;
}

.header__menu-bottom > div {
	flex: 1;
}

.header__menu-bottom .header__menu-list {
	margin-bottom: 24px;
}

.header__menu-bottom .header__menu-list:last-child {
	margin-bottom: 0;
}

.header__menu-bottom .header__menu-sub-list {
	margin-bottom: 40px;
}

.header__menu-bottom .header__menu-sub-list:last-child {
	margin-bottom: 0;
}

.header__menu::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 20px;
}

.header__menu::-webkit-scrollbar {
	width: 6px;
}

.header__menu::-webkit-scrollbar-track {
	background: #000000;
	border-radius: 20px;
}

@-moz-document url-prefix() {
	.header__menu.open {
		scrollbar-width: none;
	}
}

@media (min-height: 980px) {
	.header__menu-list_adaptive {
		flex-direction: column;
	}
}
@media (max-width: 991px) {
	.header__burger {
		margin-right: 10px;
	}
	#_logo {
		width: 124px;
		height: 14px;
	}
	.header__menu-control + div {
		padding-top: 48px;
	}
	.header__menu-list_large {
		font-size: 28px;
		line-height: 28px;
	}
	.header__menu-list_medium {
		font-size: 28px;
		line-height: 28px;
	}
}


@media (max-width: 767px) {
	.header__menu {
		top: 75px;
		position: fixed;
		bottom: 0;
		height: auto;
		padding: 0 24px 48px 24px;
		max-width: 100%;
		gap: 24px;
	}
	.header__menu-control {
		display: none;
	}
	.header__menu-control + div {
		padding-top: 0;
	}
	.header__menu.open::-webkit-scrollbar {
		width: 4px;
	}
	.header__menu-list_adaptive {
		flex-direction: column;
	}
	.header__menu-list_large {
		font-size: 24px;
		line-height: 24px;
		font-weight: 200;
	}
	.header__menu-list_medium {
		font-weight: 200;
		font-size: 24px;
		line-height: 24px;
	}
	.header__menu-top .header__menu-list {
		font-weight: 300;
	}
	.header__menu-top .header__menu-list_large {
		font-size: 20px;
		line-height: 24px;
	}
	.header__menu-bottom .header__menu-list .header__menu-sub-list {
		display: none;
	}
	.header__menu-bottom > div {
		flex-basis: 100%;
	}
	.header__menu-middle {
		padding: 40px 0;
	}
	.header__menu-list a {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

@media (max-width: 560px) {
	.header__menu-list {
		width: 100%;
	}
}
@media (max-height: 920px) {
	
.header__menu-top {
	flex: 1;
}
}

.header__menu-list .accent-add {
	color: green;
}

.header__menu-list .accent {
	color: var(--color-accent);
}


.header__menu-list_adaptive {
	display: flex;
	flex-direction: column;
}
/* End */


/* Start:/local/components/an/home.section-new/templates/modal/style.css?17869881048386*/
.curtain-modal .v-section {
    display: flex;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 74px;
    max-height: 496px;
    box-sizing: content-box;
    gap: 0 4px;
    padding: 0;
}

.curtain-modal .v-section {
    margin-bottom: 0;
}

._below-fixed-banner .v-section {
    margin: 0 auto;
    padding: 42px 0;
}

.v-section_reverse {
    flex-direction: row-reverse;
}

.v-section>.v-section__body {
    flex: 0 1 420px;
}

.v-section>.v-section__image {
    flex: calc(40% - 2px);
}

.v-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.v-section__image_top img {
    object-position: top;
}

.v-section__image_center img {
    object-position: center;
}

.v-section__image_bottom img {
    object-position: bottom;
}

.v-section__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 24px;
    padding: 48px;
    transition: var(--transition-cond);
}

.v-section__title,
.v-section__foorm-footer,
.v-section__link {
    text-align: left;
}


.v-section__title h2 {
    font-family: Mulish;
    font-size: 32px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}
.v-section__title h2 .accent,
.v-section__title .v-section__descr .accent {
    color: #DC0000;
}

.v-section__title .v-section__descr {
    font-size: 16px;
    padding-top: 1.5em;
    line-height: 1.25em;
    font-weight: 400;
}

.v-section__foorm-footer {
    max-width: 400px;
}

.v-section__foorm-footer,
.v-section__foorm-footer span,
.v-section__foorm-footer a {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    text-decoration: none;
}

.v-section__foorm-footer a,
.v-section__link a {
    text-underline-offset: 2px;
    transition: var(--transition-cond);
}

.v-section__link a {
    font-size: 14px;
    line-height: 18px;
}

.v-section__form,
.v-section__form form {
    width: 100%;
}

.v-section__form form {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.v-section__form .form-group input[type="text"]::placeholder {
	color: rgba(0,0,0,.5);
}

.v-section__form .form-group input[type=text],
.v-section__form button.btn {
    height: 48px;
}

#subscribe .form-group {
    display: grid;
}

.v-section__form button {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.v-section__form button.btn {
    flex: 1 1 150px;
    max-width: 200px;
    cursor: pointer;
}

@media (max-width: 1576px) {
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 42px 48px;
    }
}

@media (max-width: 1199px) {
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 24px 24px;
    }
    .v-section__form button {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    
    .v-section {
        padding: 0;
        flex-direction: column;
        max-height: 100%;
    }
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 24px 0;
    }

    .v-section_reverse {
        flex-direction: column-reverse;
    }

    .v-section__body {
        padding: 24px 12px;
        gap: 16px;
        align-items: center;
    }

    .curtain-modal .v-section__body {
        padding: 24px;
    }

    .v-section__title,
    .v-section__foorm-footer,
    .v-section__link {
        text-align: center;
    }
    
    .v-section__form button.btn {
        max-width: 100%;
    }
    .v-section__image,
    .v-section__image img {
        max-height: 242px;
        object-position: 0 20%;
    }

    .v-section__image {
        order: -1;
    }

    .v-section>.v-section__body {
        flex: 0 1 100%;
    }
}
@media (max-width: 640px) {
    .curtain-modal__window,
    .curtain-modal__window-final {
        overflow-y: auto;
    }

    .curtain-modal__window-final {
        padding: 24px !important;
    }
}
@media (max-width: 414px) {
    .v-section__form button {
        flex: 1;
        min-width: 0;
    }

    .v-section__title,
    .v-section__foorm-footer,
    .v-section__link {
        text-align: left;
    }
}




.curtain-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--fade-wrapper-bg);
    z-index: 100;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
    z-index: 996;
}

.curtain-modal__window {
    background-color: #fff;
    max-width: 760px;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}

.curtain-modal__window::-webkit-scrollbar { display: none; width: 0; }

.curtain-modal form#subscribe {
    display: grid;
    grid-template-rows: auto;
}

.curtain-modal form#subscribe button {
    width: 100%;
    max-width: 100%;
    display: block;
    text-transform: none;
    font-size: 16px;
    line-height: 1.5em;
}

.curtain-modal .v-section__foorm-footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.curtain-modal .form-group input,
.curtain-modal .v-section__foorm-footer span,
.curtain-modal .v-section__foorm-footer .block_1,
.curtain-modal .v-section__foorm-footer .block_2 {
    text-transform: none !important;
    color: rgba(0, 0, 0, .5);
    opacity: 1 !important;
    font-weight: 300;
}

.curtain-modal .form-group input {
    font-size: 16px !important;
}

.curtain-modal .v-section__foorm-footer a {
    color: rgba(0, 0, 0, 1);
    text-transform: none !important;
    opacity: 1 !important;
}

.curtain-modal .v-section__foorm-footer {
    opacity: 1;
}

.curtain-modal .v-section__foorm-footer a:hover {
    color: rgba(0, 0, 0, .7);
}

#subscribe .form-group.error span {
    position: static;
    padding-bottom: 10px;
}


.curtain-modal__window-final {
    background-color: #fff;
    padding: 48px;
    max-width: 420px;
    position: relative;
}


.window-final__title {
    font-family: Mulish;
    font-size: 32px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    padding-bottom: 24px;
}

.window-final__descr {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding-bottom: 24px;
}

.window-final__descr .accent {
    color: #DC0000;
}


.window-final__promo {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    height: 48px;
    padding: 12px;
    background-color: #F3F3F3;
    color: #DC0000;
}

.window-final__btn-copy {
    height: 48px;
    width: 100%;
    padding: 8px 24px;
    border: 0.5px solid #000;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin-top: 4px;
}

.window-final__btn-copy::after,
.window-final__btn-copy::before {
    
    position: absolute;
    inset: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    opacity: 1;

    transition: 
        opacity 300ms ease-in-out,
    ;
}

.window-final__btn-copy[data-not-copy]::before {
    content: attr(data-not-copy);
}

.window-final__btn-copy[data-is-copy]::after {
    content: attr(data-is-copy);
}

.window-final.is-copy .window-final__btn-copy::before {
    opacity: 0;
}
.window-final:not(.is-copy) .window-final__btn-copy::after {
    opacity: 0;
}

.window-final__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    background-color: transparent;
    border: none;

    transition: transform 300ms ease-in-out;
}

.window-final__close:hover svg {
    transform: scale(1.1);
}


.curtain-modal__window,
.curtain-modal__window-final {
    cursor: default;
    margin: 24px;
    max-height: 90%;
}


/* End */
/* /local/templates/an/css/main.css?178698810416728 */
/* /local/templates/an/css/header.css?178698810425469 */
/* /local/templates/an/css/footer.css?178698810413265 */
/* /local/templates/an/css/formInput.css?178698810410659 */
/* /local/templates/an/fonts/stylesheet.css?17869881041155 */
/* /local/templates/an/libs/swiper/swiper.min.css?178698810518431 */
/* /local/components/an/header.messege/templates/.default/style.css?17869881031002 */
/* /local/components/an/header.quick-links/templates/.default/style.css?17869881043371 */
/* /local/components/an/header.menu/templates/dark/style.css?17869881046301 */
/* /local/components/an/home.section-new/templates/modal/style.css?17869881048386 */
