@font-face{
	font-family: "MieleElements";
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/MieleElements/MieleElements-3Light.woff2') format("woff2");
	font-display: swap;
}

@font-face{
	font-family: "MieleElements";
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/MieleElements/MieleElements-4SemiLight.woff2') format("woff2");
	font-display: swap;
}

@font-face{
	font-family: "MieleElements";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/MieleElements/MieleElements-5Regular.woff2') format("woff2");
	font-display: swap;
}

@font-face{
	font-family: "MieleElements";
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/MieleElements/MieleElements-6SemiBold.woff2') format("woff2");
	font-display: swap;
}

@font-face{
	font-family: "MieleElements";
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/MieleElements/MieleElements-7Bold.woff2') format("woff2");
	font-display: swap;
}

@font-face{
	font-family: "MieleElements";
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/MieleElements/MieleElements-4SemiLightItalic.woff2') format("woff2");
	font-display: swap;
}

@font-face{
	font-family: "MieleElements";
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/MieleElements/MieleElements-5RegularItalic.woff2') format("woff2");
	font-display: swap;
}

@font-face{
	font-family: "MieleElements";
	font-style: italic;
	font-weight: 600;
	src: url('../fonts/MieleElements/MieleElements-6SemiBoldItalic.woff2') format("woff2");
	font-display: swap;
}

@font-face{
	font-family: "MieleElements";
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/MieleElements/MieleElements-7BoldItalic.woff2') format("woff2");
	font-display: swap;
}

/*@font-face{
	font-family: "MieleElements";
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/MieleElements_latin/miele-elements-extralight.woff2') format("woff2"),
			url('../fonts/MieleElements_latin/miele-elements-extralight.woff') format('woff');
}*/

/*@font-face{
	font-family: "MieleElements";
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/MieleElements_latin/miele-elements-light.woff2') format("woff2"),
			url('../fonts/MieleElements_latin/miele-elements-light.woff') format('woff');
}*/

/*@font-face{
	font-family: "MieleElements";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/MieleElements_latin/miele-elements-regular.woff2') format("woff2"),
			url('../fonts/MieleElements_latin/miele-elements-regular.woff') format('woff');
}*/

/*@font-face{
	font-family: "MieleElements";
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/MieleElements_latin/miele-elements-bold.woff2') format("woff2"),
			url('../fonts/MieleElements_latin/miele-elements-bold.woff') format('woff');
}*/

/*@font-face{
	font-family: "MieleElements";
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/MieleElements_latin/miele-elements-lightitalic.woff2') format("woff2"),
			url('../fonts/MieleElements_latin/miele-elements-lightitalic.woff') format('woff');
}*/

/*@font-face{
	font-family: "MieleElements";
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/MieleElements_latin/miele-elements-italic.woff2') format("woff2"),
			url('../fonts/MieleElements_latin/miele-elements-italic.woff') format('woff');
}*/

/*@font-face{
	font-family: "MieleElements";
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/MieleElements_latin/miele-elements-bolditalic.woff2') format("woff2"),
			url('../fonts/MieleElements_latin/miele-elements-bolditalic.woff') format('woff');
}*/

/*:root {
  --c-white: #fff;
  --c-light: #F1F1F1;
  --c-light-1: #F5F5F5;
  --c-light-2: #E2E2E2;
  --c-black: #000;
  --c-dark: #2b2531;
  --c-gray-dark: #464545;
  --c-gray-dark-1: #515151;
  --c-gray: #333333;
  --c-gray-light: #D0D2D3;
  --c-gray-light-1: #C7C7C7;
  --c-red: #8C0014;
  --c-yellow: #f69b00;
  --c-green: #26C967;
  --font-sans-serif: "MieleElements", Arial, sans-serif;
  --font-sans-serif-header: "MieleElements", Arial, sans-serif;
  --font-serif: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --base-bg: var(--c-white);
  --base-ff: var(--font-sans-serif);
  --base-fz: 1.6rem;
  --base-lh: 1.5;
  --base-tc: var(--c-black);
  --base-lc: inherit;
  --base-mw: 320px;
  --base-ts: 0.2s;
  --base-rd: 1.2rem;
  --gap: 15px;
  --btn-fz: 1.6rem;
  --btn-ff: var(--font-sans-serif);
  --btn-pd: 0.75em 1.75em;
  --btn-height: 2.625em;
  --btn-rd: 3.125em;
  --btn-bg: var(--bg-gr-cheq);
  --btn-color: var(--c-white);
  --h-s-h1: 4.8rem;
  --h-s-h2: 3.6rem;
  --h-s-h3: 3.4rem;
  --h-s-h4: 2.2rem;
  --h-s-h5: 2rem;
  --h-s-h6: 1.8rem;
  --container: calc(1240px);
}*/

:root {
  --c-white: #fff;
  --c-light: #F1F1F1;
  --c-light-1: #F5F5F5;
  --c-light-2: #E2E2E2;
  --c-black: #000;
  --c-dark: #2b2531;
  --c-gray-dark: #464545;
  --c-gray-dark-1: #515151;
  --c-gray: #333333;
  --c-gray-light: #D0D2D3;
  --c-gray-light-1: #C7C7C7;
  --c-red: #8C0014;
  --c-yellow: #f69b00;
  --c-green: #26C967;
  /*--font-sans-serif: Arial, sans-serif;*/
  --font-sans-serif: "MieleElements", Arial, sans-serif;
  /*--font-sans-serif-header: Arial, sans-serif;*/
  --font-sans-serif-header: "MieleElements", Arial, sans-serif;
  --font-serif: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --base-bg: var(--c-white);
  --base-ff: var(--font-sans-serif);
  --base-fz: 1.6rem;
  --base-lh: 1.5;
  --base-tc: var(--c-black);
  --base-lc: inherit;
  --base-mw: 320px;
  --base-ts: 0.2s;
  --base-rd: 1.2rem;
  --gap: 15px;
  --btn-fz: 1.6rem;
  --btn-ff: var(--font-sans-serif);
  --btn-pd: 0.75em 1.75em;
  --btn-height: 2.625em;
  --btn-rd: 3.125em;
  --btn-bg: var(--bg-gr-cheq);
  --btn-color: var(--c-white);
  --h-s-h1: 4.8rem;
  --h-s-h2: 3.6rem;
  --h-s-h3: 3.4rem;
  --h-s-h4: 2.2rem;
  --h-s-h5: 2rem;
  --h-s-h6: 1.8rem;
  --container: calc(1240px);
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*****
* {
  overscroll-behavior-y: none;
}
*****/

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-tc);
  background: var(--base-bg);
  font: var(--base-fz)/var(--base-lh) var(--base-ff);
  min-width: var(--base-mw);
  font-weight: 300;
  overflow-anchor: none;
}

.lity-active {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  margin: 0;
  line-height: 1.3;
  /*font-weight: 300;*/
  font-weight: 700;
  font-family: var(--font-sans-serif-header);
}
h1:not(:last-child),
.h1:not(:last-child),
h2:not(:last-child),
.h2:not(:last-child),
h3:not(:last-child),
.h3:not(:last-child),
h4:not(:last-child),
.h4:not(:last-child),
h5:not(:last-child),
.h5:not(:last-child),
h6:not(:last-child),
.h6:not(:last-child),
.h:not(:last-child) {
  margin-bottom: 2.5rem;
}

h1,
.h1 {
  font-size: var(--h-s-h1);
}

h2,
.h2 {
  font-size: var(--h-s-h2);
}

h3,
.h3 {
  font-size: var(--h-s-h3);
}

h4,
.h4 {
  font-size: var(--h-s-h4);
}

h5,
.h5 {
  font-size: var(--h-s-h5);
}

h6,
.h6 {
  font-size: var(--h-s-h6);
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 2rem;
}

a {
  text-decoration: none;
  color: var(--base-tc);
}
a:hover {
  text-decoration: underline;
}

ul, ol {
  margin: 0;
  padding-left: 1.25em;
}
ul:not(:last-child), ol:not(:last-child) {
  margin-bottom: 1.25em;
}

strong {
  font-weight: 700 !important;
}

.lt {
  font-weight: 300 !important;
}

.rg {
  font-weight: 400 !important;
}

.md {
  font-weight: 500 !important;
}

.sbd {
  font-weight: 600 !important;
}

.bd {
  font-weight: 700 !important;
}

.under {
  text-decoration: underline;
}

.ttu {
  text-transform: uppercase;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.link {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  color: var(--c-red);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}
.link .text {
  text-decoration: underline;
}
.link > *:not(:last-child) {
  margin-right: 0.8rem;
}

.icon {
  --i-size: 2rem;
  fill: currentColor;
  stroke: currentColor;
  color: inherit;
  min-width: var(--i-size);
  width: var(--i-size);
  height: var(--i-size);
  display: inline-block;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
  -webkit-mask-image: none;
  mask-image: none;
}
.icon-chevron--d {
  -webkit-mask-image: url("../images/icons/icon-chevron--d.svg");
  mask-image: url("../images/icons/icon-chevron--d.svg");
}
.icon-chevron--l {
  -webkit-mask-image: url("../images/icons/icon-chevron--l.svg");
  mask-image: url("../images/icons/icon-chevron--l.svg");
}
.icon-chevron--r {
  -webkit-mask-image: url("../images/icons/icon-chevron--r.svg");
  mask-image: url("../images/icons/icon-chevron--r.svg");
}
.icon-chevron-bold--d {
  -webkit-mask-image: url("../images/icons/icon-chevron-bold--d.svg");
  mask-image: url("../images/icons/icon-chevron-bold--d.svg");
}
.icon-ukraine {
  -webkit-mask-image: url("../images/icons/icon-ukraine.svg");
  mask-image: url("../images/icons/icon-ukraine.svg");
}
.icon-pdf {
  -webkit-mask-image: url("../images/icons/icon-pdf.svg");
  mask-image: url("../images/icons/icon-pdf.svg");
}
.icon-bank {
  -webkit-mask-image: url("../images/icons/icon-bank.svg");
  mask-image: url("../images/icons/icon-bank.svg");
}
.icon-np {
  -webkit-mask-image: url("../images/icons/icon-np.svg");
  mask-image: url("../images/icons/icon-np.svg");
}
.icon-sort {
  -webkit-mask-image: url("../images/icons/icon-sort.svg");
  mask-image: url("../images/icons/icon-sort.svg");
}
.icon-trash {
  -webkit-mask-image: url("../images/icons/icon-trash.svg");
  mask-image: url("../images/icons/icon-trash.svg");
}
.icon-eye {
  -webkit-mask-image: url("../images/icons/icon-eye--true.svg");
  mask-image: url("../images/icons/icon-eye--true.svg");
}
.icon-doc {
  -webkit-mask-image: url("../images/icons/icon-doc.svg");
  mask-image: url("../images/icons/icon-doc.svg");
}
.icon-info {
  -webkit-mask-image: url("../images/icons/icon-info.svg");
  mask-image: url("../images/icons/icon-info.svg");
}
.icon-play {
  -webkit-mask-image: url("../images/icons/icon-play.svg");
  mask-image: url("../images/icons/icon-play.svg");
}
.icon-play-1 {
  -webkit-mask-image: url("../images/icons/icon-play-1.svg");
  mask-image: url("../images/icons/icon-play-1.svg");
}
.icon-garant {
  -webkit-mask-image: url("../images/icons/icon-garant.svg");
  mask-image: url("../images/icons/icon-garant.svg");
}
.icon-tech {
  -webkit-mask-image: url("../images/icons/icon-tech.svg");
  mask-image: url("../images/icons/icon-tech.svg");
}
.icon-3d {
  -webkit-mask-image: url("../images/icons/icon-3d.svg");
  mask-image: url("../images/icons/icon-3d.svg");
}
.icon-filter {
  -webkit-mask-image: url("../images/icons/icon-filter.svg");
  mask-image: url("../images/icons/icon-filter.svg");
}
.icon-close {
  -webkit-mask-image: url("../images/icons/icon-close.svg");
  mask-image: url("../images/icons/icon-close.svg");
}
.icon-ref {
  -webkit-mask-image: url("../images/icons/icon-ref.svg");
  mask-image: url("../images/icons/icon-ref.svg");
}
.icon-info {
  -webkit-mask-image: url("../images/icons/icon-info.svg");
  mask-image: url("../images/icons/icon-info.svg");
}
.icon-check-circle {
  -webkit-mask-image: url("../images/icons/icon-check-circle.svg");
  mask-image: url("../images/icons/icon-check-circle.svg");
}
.icon-check-circle-transp {
  -webkit-mask-image: url("../images/icons/icon-check-circle-transp.svg");
  mask-image: url("../images/icons/icon-check-circle-transp.svg");
}
.icon-fav {
  -webkit-mask-image: url("../images/icons/icon-fav--unfilled.svg");
  mask-image: url("../images/icons/icon-fav--unfilled.svg");
}
.icon-fav--unfilled {
  -webkit-mask-image: url("../images/icons/icon-fav--unfilled.svg");
  mask-image: url("../images/icons/icon-fav--unfilled.svg");
}
.icon-fav--filled {
  -webkit-mask-image: url("../images/icons/icon-fav--filled.svg");
  mask-image: url("../images/icons/icon-fav--filled.svg");
}
.icon-self {
  -webkit-mask-image: url("../images/icons/icon-self.svg");
  mask-image: url("../images/icons/icon-self.svg");
}
.icon-user {
  -webkit-mask-image: url("../images/icons/icon-user.svg");
  mask-image: url("../images/icons/icon-user.svg");
}
.icon-cart {
  -webkit-mask-image: url("../images/icons/icon-cart.svg");
  mask-image: url("../images/icons/icon-cart.svg");
}
.icon-compare {
  -webkit-mask-image: url("../images/icons/icon-compare.svg");
  mask-image: url("../images/icons/icon-compare.svg");
}
.icon-search {
  -webkit-mask-image: url("../images/icons/icon-search.svg");
  mask-image: url("../images/icons/icon-search.svg");
}
.icon-fb {
  -webkit-mask-image: url("../images/icons/icon-fb.svg");
  mask-image: url("../images/icons/icon-fb.svg");
}
.icon-yt {
  -webkit-mask-image: url("../images/icons/icon-yt.svg");
  mask-image: url("../images/icons/icon-yt.svg");
}
.icon-inst {
  -webkit-mask-image: url("../images/icons/icon-inst.svg");
  mask-image: url("../images/icons/icon-inst.svg");
}
.icon-yelpix {
  -webkit-mask-image: url("../images/icons/icon-yelpix.svg");
  mask-image: url("../images/icons/icon-yelpix.svg");
}

.logo {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  transition: all var(--base-ts) ease-in-out;
  color: inherit;
  max-width: 15.9rem;
}
.logo picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
}
.logo img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.brand {
  --size: 2.852rem;
  position: relative;
  display: inline-block;
  width: var(--size);
  min-width: var(--size);
  height: calc(var(--size) * 1.122019635);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
  -webkit-mask-image: url("../images/brand.svg");
  mask-image: url("../images/brand.svg");
}

.image {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
}
.image picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 1;
}
.image img {
  width: 100%;
}
.image--block-title picture {
  justify-content: flex-start;
}
.image--block-title img {
  object-fit: contain;
  width: auto;
  max-height: 11.5rem;
}

.image--cover {
  min-height: 100%;
  height: auto;
}
.image--cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image--1-1 picture {
  padding-top: 100%;
}
.image--3-2 picture {
  padding-top: 66.66%;
}
.image--3-4 picture {
  padding-top: 75%;
}
.image--4-5 picture {
  padding-top: 120%;
}
.image--16-9 picture {
  padding-top: 56.25%;
}

.bg-white {
  background: var(--c-white) !important;
}
.bg-light-1 {
  background: var(--c-light-1) !important;
}
.bg-light-1 .product-card {
  background: var(--c-white) !important;
}

.desktop {
  display: none;
}

.mobile {
  display: block;
}

.wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
}

.content {
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 0;
  padding-top: 10.8rem;
}
.content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10.8rem;
  background: rgba(0, 0, 0, 0.9);
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 var(--gap);
  z-index: 1;
}

.row {
  margin: 0 calc(-1 * var(--gap));
}
.row > div {
  padding: 0 var(--gap);
}

.sc {
  --sc-pd: 6rem 0;
  position: relative;
  width: 100%;
  padding: var(--sc-pd);
  background: transparent;
  z-index: 1;
}
.sc img {
  pointer-events: none;
}
.sc h2 {
  color: var(--p-purple-dark);
}
.sc_text {
  position: relative;
}
.sc_text:not(:last-child) {
  margin-bottom: 1rem;
}

.sc_buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -0.8rem;
}
.sc_buttons .btn {
  margin: 0.8rem;
}

.sc_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.sc_bg .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.hero {
  --sc-pd: 9rem 0;
  min-height: 62rem;
  display: flex;
  flex-direction: column;
  color: var(--c-white);
  font-size: 2rem;
}
.hero .container:nth-child(2) {
  flex: 1;
}
.hero .container:nth-child(2):not(:last-child) {
  margin-bottom: 5rem;
}
.hero .container:nth-child(2) .row {
  min-height: 100%;
}
.hero .container:nth-child(2) .row > div:not(:last-child) {
  margin-bottom: 15rem;
}
.hero_menu {
  padding: 0;
  overflow: hidden;
}
.hero_menu ul {
  position: relative;
  margin: 0 -3.6rem;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  font-size: 1.8rem;
  color: var(--c-black);
  line-height: 1.3;
}
.hero_menu ul li {
  margin: 0 3.6rem;
}
.hero_menu ul a {
  position: relative;
  display: flex;
  padding: 1.8rem 0;
  text-decoration: none;
}
.hero_menu ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.4rem;
  background: var(--c-red);
  transition: all 0.3s;
}
.hero_menu ul a.active {
  color: var(--c-red);
}
.hero_menu ul a.active:after {
  width: 100%;
}
.hero_menu ul a:hover {
  color: var(--c-red);
}

.hero-breadcrumbs {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
.hero-breadcrumbs:last-child {
  margin-top: 3.2rem;
}

.hero--out .sc_text {
  text-align: center;
}
.hero--out .sc_bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(358.37deg, #1a1a1a 40.35%, rgba(0, 0, 0, 0) 98.54%);
}
.hero--out_items {
  padding: 0 4rem;
  display: flex;
  justify-content: center;
  gap: 3.25rem 7.5rem;
}
.hero--out_items .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  font-size: 1.6rem;
}
.hero--out_items .item .icon {
  --i-size: 2.7rem;
  margin-right: 1.3rem;
}
.hero--out_items .item p {
  max-width: 18rem;
}

.hero--simple {
  min-height: 24.5rem;
  color: var(--c-black);
  justify-content: center;
}
.hero--simple .container {
  flex: none !important;
  display: block;
}
.hero--simple .container .row {
  min-height: inherit;
}
.hero--simple-cl {
  padding-bottom: 6rem;
}

.hero--home {
  --h-s-h1: 4.2rem;
  --sc-pd: 5rem 0 9.4rem 0;
  overflow: hidden;
  padding: 0;
  min-height: inherit;
}
.hero--home .container {
  flex: none !important;
  margin-top: auto;
}
.hero--home .swiper-container {
  height: calc(100% - 9.4rem);
}
.hero--home .swiper-wrapper {
  flex-wrap: nowrap;
  margin: 0;
  height: 100%;
}
.hero--home .swiper-slide {
  padding: var(--sc-pd);
  width: 100%;
  flex-direction: column;
  min-height: 62rem;
}
.hero--home .swiper-slide .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero--home .swiper-slide .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--home .swiper-slide .image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.31%, rgba(0, 0, 0, 0.8) 73.44%);
  z-index: 1;
}
.hero--home .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.hero--home .swiper-pagination_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
}
.hero--home .swiper-pagination-bullet {
  height: 0.4rem;
  flex: 1;
  max-width: 2.8rem;
  background: var(--c-light-2);
  opacity: 1;
  margin: 0 0.25rem;
  border-radius: 0;
}
.hero--home .swiper-pagination-bullet-active {
  background: var(--c-red);
}

.hero--home_slider {
  height: 100%;
}
.hero--home_slider .sc_text {
  text-align: center;
}
.hero--home_slider .sc_text:not(:last-child) {
  margin-bottom: 3.2rem;
}
.hero--home_slider .sc_buttons {
  justify-content: center;
}
.hero--home_slider .sc_buttons .btn {
  width: 100%;
  max-width: 23.5rem;
}
.hero--home_slider .swiper-pagination_wrap {
  display: block;
}
.hero--home_slider .swiper-wrapper {
  align-items: flex-end;
  align-content: flex-end;
}
.hero--home_slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero--home_slider .swiper-slide .container {
  opacity: 0;
  transform: translateY(10rem);
  transition: all 0.45s ease-in-out;
}
.hero--home_slider .swiper-slide-active .container {
  opacity: 1;
  transform: translateY(0);
}

.hero--news-single {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 8rem;
}
.hero--news-single .container {
  height: auto;
  flex: none !important;
}
.hero--news-single .sc_text {
  text-align: center;
  max-width: 75rem;
  margin: 0 auto;
}
.hero--news-single .sc_text h1 {
  font-weight: 300;
}
.hero--news-single .sc_text h1:not(:last-child) {
  margin-bottom: 3.5rem;
}
.hero--news-single .sc_bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(26, 26, 26, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero--about .sc_text {
  text-align: center;
}
.hero--about .sc_bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #1a1a1a 0%, rgba(0, 0, 0, 0) 100%);
}
.hero--about_items {
  padding: 0 4rem;
  display: flex;
  justify-content: center;
  gap: 3.25rem 7.5rem;
}
.hero--about_items .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  font-size: 1.6rem;
}
.hero--about_items .item .icon {
  --i-size: 2.7rem;
  margin-right: 1.3rem;
}
.hero--about_items .item p {
  max-width: 18rem;
}

.outlet {
  --sc-pd: 6rem 0;
  overflow: hidden;
}
.outlet .row {
  margin-bottom: -5rem;
}
.outlet .row > div {
  margin-bottom: 5rem;
}
.outlet .item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: var(--c-light);
  transition: all var(--base-ts) ease-in-out;
  text-decoration: none !important;
}
.outlet .item_image {
  overflow: hidden;
}
.outlet .item_image picture {
  padding-top: 109.7560976%;
}
.outlet .item_image img {
  transition: all 0.3s ease-in-out;
}
.outlet .item:hover .item_image img {
  transform: scale(1.05);
}
.outlet .item_text {
  position: relative;
  padding: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  min-height: 10rem;
}
.outlet .item_text > * {
  position: relative;
  z-index: 1;
}
.outlet .item_text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--c-red);
  transition: all var(--base-ts) ease-in-out;
}
.outlet .item h6 {
  font-weight: 400;
}
.outlet .item:hover {
  color: var(--c-white);
}
.outlet .item:hover .item_text:after {
  height: 100%;
}
.outlet_slider {
  position: relative;
}

.contact {
  --sc-pd: 6rem 0;
}
.contact_items .row {
  margin-bottom: -5rem;
}
.contact_items .row > div {
  margin-bottom: 5rem;
}
.contact .sc_text {
  text-align: center;
}
.contact .sc_text:not(:last-child) {
  margin-bottom: 8.5rem;
}
.contact .item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--c-white);
}
.contact .item_image {
  overflow: hidden;
}
.contact .item_image picture {
  padding-top: 54.48577681%;
}
.contact .item_image img {
  transition: all 0.3s ease-in-out;
}
.contact .item_info {
  position: relative;
  padding: 4.5rem 6.4rem;
  font-size: 1.4rem;
}
.contact .item h6 {
  color: var(--c-red);
  font-weight: 700;
}
.contact .item:hover img {
  transform: scale(1.05);
}

.contact-addr {
  --sc-pd: 6rem 0;
  font-size: 1.4rem;
}
.contact-addr .image {
  min-height: 20rem;
  height: 100%;
}
.contact-addr .text-side {
  align-self: center;
}
.contact-addr .sc_text {
  padding: 1.5rem 0;
}
.contact-addr .sc_text h6:not(:last-child) {
  margin-bottom: 3rem;
}

.contact-map {
  --sc-pd: 6rem 0;
}
.contact-map .map {
  position: relative;
  width: 100%;
  height: 44.5rem;
}
.contact-map .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news {
  --sc-pd: 6rem 0;
}
.news .row {
  margin-bottom: -4rem;
}
.news .row > div {
  margin-bottom: 4rem;
}
.news .item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.news .item_image {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.news .item_image picture {
  padding-top: 69.48640483%;
}
.news .item_image img {
  transition: all 0.3s ease-in-out;
}
.news .item_info {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(245, 245, 245, 0.05);
  padding: 2.4rem 3.2rem;
  color: var(--c-white);
  font-size: 1.4rem;
  flex: 1;
}
.news .item_info .btn {
  margin-top: auto;
}
.news .item_info h4:not(:last-child) {
  margin-bottom: 1.6rem;
}
.news .item_info p:nth-last-child(2) {
  margin-bottom: 3rem;
}
.news .item:hover img {
  transform: scale(1.05);
}
.news_info {
  position: relative;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.news_info:not(:first-child) {
  margin-top: 10rem;
}
.news_info--style-1 .news_info-actions {
  position: absolute;
}
.news_info--style-2 .news_info-actions {
  position: relative;
  margin-top: 2rem;
}
.news_info--style-2.open {
  padding-bottom: 0;
}
.news_info.open {
  padding-bottom: 6rem;
}
.news_info.open:after {
  height: 0;
}
.news_info.open .news_info-actions .op-btn .icon {
  transform: rotate(180deg) !important;
}
.news_info:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: height 0.3s ease-in-out;
}
.news_info-text {
  position: relative;
  display: block;
  height: 20rem;
  overflow: hidden;
  z-index: 0;
  transition: height 0.3s ease-in-out;
}
.news_info-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
}
.news_info-actions .op-btn .icon {
  --i-size: 1.6rem;
}
.news_info-actions .op-btn .icon-chevron--d {
  transform: none !important;
}
.news--gray {
  background: #333;
  color: var(--c-white);
}
.news--gray .news_info:after {
  background: linear-gradient(360deg, #333 0%, rgba(51, 51, 51, 0) 100%);
}
.news--light-1 {
  background: #f5f5f5;
  color: #333;
}
.news--light-1 .news_info:after {
  background: linear-gradient(360deg, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}
.news--light-1 .item {
  background: var(--c-white);
}
.news--light-1 .item_info {
  color: inherit;
}
.news--about .sc_text:not(:last-child) {
  margin-bottom: 4rem;
}

.news-all_items {
  position: relative;
}
.news-all_items:not(:last-child) {
  margin-bottom: 6rem;
}
.news-all_items .row {
  --gap: 4rem;
  margin-bottom: -4rem;
}
.news-all_items .row > div {
  margin-bottom: 4rem;
}
.news-all .item {
  --h-s-h4: 3.2rem;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  text-decoration: none;
}
.news-all .item:not(:last-child) {
  margin-bottom: 6rem;
}
.news-all .item_image {
  position: relative;
  margin-bottom: 2.4rem;
}
.news-all .item_image picture {
  height: 15rem;
  overflow: hidden;
}
.news-all .item_image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.news-all .item_info {
  position: relative;
  font-size: 1.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.news-all .item_info h4 {
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
  font-size: 2rem;
}
.news-all .item_info p {
  color: #4f4f4f;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}
.news-all .item:hover h4 {
  color: var(--c-red);
}
.news-all .item:hover .item_image img {
  transform: scale(1.05);
}
.news-all_pagination {
  position: relative;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 0 1.2rem !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pagination_wrap {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pagination-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: none;
  padding: 0;
  outline: none;
  border: none;
  color: var(--c-red);
  cursor: pointer;
}
.pagination-btn .icon {
  --i-size: 2rem;
  width: 1.2rem;
  min-width: 1.2rem;
}
.pagination a {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--c-black);
  text-decoration: none;
}
.pagination a.active {
  background: var(--c-red);
  color: var(--c-white);
}
.pagination a:hover:not(.active) {
  color: var(--c-red);
}

.sales {
  --sc-pd: 6rem 0;
  overflow: hidden;
}
.sales_head {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.sales .sc_text {
  margin-bottom: 0;
}
.sales .sc_buttons {
  flex: 1;
  justify-content: flex-end;
}
.sales .row {
  --gap: 1rem;
}
.sales .item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none !important;
}
.sales .item_image {
  overflow: hidden;
}
.sales .item_image picture {
  padding-top: 57.47126437%;
}
.sales .item_image img {
  transition: all 0.3s ease-in-out;
}
.sales .item_info {
  position: relative;
  padding: 2.4rem;
  padding-right: 0;
  padding-bottom: 0;
}
.sales .item .date {
  position: relative;
  display: block;
  margin-bottom: 0.8rem;
  color: #4f4f4f;
}
.sales .item:hover h5 {
  color: var(--c-red);
}
.sales .item:hover img {
  transform: scale(1.05);
}
.sales .swiper-container {
  overflow: hidden;
}

.sales .swiper-wrapper {
  margin: 0;
  flex-wrap: nowrap;
}

.sales .swiper-slide {
  padding: 0 !important;
  height: auto;
}

.sales .swiper-button {
  width: 3rem;
  height: 6rem;
  background: rgba(81, 81, 81, 0.5);
  color: #fff;
}
.sales .swiper-button .icon {
  --i-size: 1.8rem;
}
.sales .swiper-button:after {
  display: none;
}
.sales .swiper-button-prev {
  left: 0;
  border-radius: 0px 4px 4px 0px;
}
.sales .swiper-button-next {
  border-radius: 4px 0px 0px 4px;
  right: 0;
}
.sales .swiper-button-disabled {
  opacity: 0;
}
.sales .swiper-button:hover {
  background: rgba(140, 0, 20, 0.5);
}

.sales .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.sales .swiper-pagination_wrap {
  position: relative;
  margin-top: 4rem;
}
.sales .swiper-pagination-bullet {
  height: 0.4rem;
  flex: 1;
  max-width: 2.8rem;
  background: var(--c-light-2);
  opacity: 1;
  margin: 0 0.25rem;
  border-radius: 0;
}
.sales .swiper-pagination-bullet-active {
  background: var(--c-red);
}

.products {
  --sc-pd: 6rem 0;
  overflow: hidden;
}
.products_head {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.products .sc_text {
  margin-bottom: 0;
}
.products .sc_buttons {
  flex: 1;
  justify-content: flex-end;
}
.products .row {
  --gap: 1rem;
}

.products .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.products .swiper-pagination_wrap {
  position: relative;
  margin-top: 4rem;
}
.products .swiper-pagination-bullet {
  height: 0.4rem;
  flex: 1;
  max-width: 2.8rem;
  background: var(--c-light-2);
  opacity: 1;
  margin: 0 0.25rem;
  border-radius: 0;
}
.products .swiper-pagination-bullet-active {
  background: var(--c-red);
}

.category-list-page {
  background: #f5f5f5;
}

.cl {
  padding-top: 0;
}
.cl_other-cats {
  position: relative;
  background: #eae8e5;
  /*padding: 0.8rem 0.8rem;*/
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  font-size: 1.4rem;
  color: var(--c-white);
}
.cl_other-cats:not(:last-child) {
  margin-bottom: 2.5rem;
}
.cl_other-cats .item {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
}
.cl_other-cats a.item{
  font-size: 1.7rem;
	color: var(--base-tc);
}
.cl_other-cats .item_image {
  width: 6rem;
  height: 6rem;
  margin-right: 1.6rem;
  min-width: 6rem;
  background: var(--c-white);
  padding: 0.5rem;
}
.cl_other-cats .item_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cl_other-cats .item:hover {
  color: var(--c-red);
  /*background: var(--c-white);*/
  background: #e1ddd8;
}
.cl_filters-head, .cl_filters-head-btn {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.cl_filters-head h5, .cl_filters-head-btn h5 {
  margin-bottom: 0;
}
.cl_filters-head .icon, .cl_filters-head-btn .icon {
  margin-left: auto;
}
.cl_filters-body {
  --h-s-h6: 1.4rem;
  position: relative;
}
.cl_filters-body h6 {
  font-weight: 300;
  margin-bottom: 0;
}
.cl_filters-body:not(:last-child) {
  margin-bottom: 2.4rem;
}
.cl_filters-footer .btn {
  width: 100%;
}
.cl_filters-footer .btn:not(:last-child) {
  margin-bottom: 1rem;
}
.cl_filters-footer .btn-reset {
  --btn-bg: transparent;
  --btn-color: #828282;
}
.cl_filters-footer .btn-reset .icon {
  --i-size: 1.8rem;
}
.cl_filters .accordion {
  gap: 0;
}
.cl_filters .accordion-item {
  background: var(--c-white);
  border-bottom: 2px solid #ececec;
}
.cl_filters .accordion-item_head {
  padding: 0.95rem 1.6rem;
  color: var(--c-gray);
}
.cl_filters .accordion-item_inner {
  padding: 0.45rem 4rem 2rem 4rem;
}
.cl_filters .items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.cl_sort {
  position: relative;
  text-align: right;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--c-gray);
}
.cl_sort p {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
	flex-wrap: wrap;
}
.cl_sort a {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
}
.cl_sort a .icon {
  margin-right: 1rem;
  --i-size: 1.7rem;
}
.cl_sort a:nth-child(2) {
  margin-left: 2rem;
}
.cl_sort a:not(:last-child) {
  margin-right: 2rem;
}
.cl_sort a.active {
  color: var(--c-red);
}
.cl_sort a:hover {
  color: var(--c-red);
}
.cl_items .row {
  --gap: 1rem;
  margin-bottom: -3rem;
}
.cl_items .row > div {
  margin-bottom: 3rem;
}
.cl_items-more {
  margin-top: 3.6rem;
}
.cl_items-more .btn {
  --btn-color: #8A8A8A;
  --btn-bg: rgba(255,255,255,0.8);
  border-radius: 0;
  width: 100%;
}
.cl_items-more .btn .icon {
  transform: none !important;
}
.cl .product-card {
  /*background: var(--c-white);*/
  background: #f5f5f5;
}

.filters-close {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.filters-close-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: none;
}

.product-main {
  background: #f9f9f9;
}
.product-page {
  background: var(--c-white);
}
.product .breadcrumbs_wrap:not(:last-child) {
  margin-bottom: 5rem;
}
.product-row {
  padding: 0 calc(var(--container) / 12 - var(--gap) * 3);
}
.product_slider {
  position: relative;
  display: flex;
}
.product_slider .thumbs-slider {
  position: relative;
  width: 5.6rem;
  min-width: 5.6rem;
  margin-right: 2rem;
  max-height: 40rem;
  height: 100%;
}
.product_slider .thumbs-slider .swiper-container {
  height: 100%;
  max-height: 40rem;
  overflow: hidden;
}
.product_slider .thumbs-slider .swiper-wrapper {
  align-items: flex-start;
  align-content: flex-start;
}
.product_slider .thumbs-slider .swiper-slide {
  background: var(--c-white);
  border-radius: 0.4rem;
  padding: 1rem;
  border: 1px solid #ece9e9;
  overflow: hidden;
  cursor: pointer;
}
.product_slider .thumbs-slider .swiper-slide-thumb-active {
  /*border-color: var(--c-red);*/
  border-color: #d9d9d9;
}
.product_slider .thumbs-slider .swiper-slide .image {
  aspect-ratio: 1/1;
}
.product_slider .thumbs-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_slider .thumbs-slider .swiper-button {
  width: 5.6rem;
  height: 2rem;
  background: rgba(81, 81, 81, 0.25);
  color: #fff;
}
.product_slider .thumbs-slider .swiper-button .icon {
  --i-size: 1.8rem;
}
.product_slider .thumbs-slider .swiper-button:after {
  display: none;
}
.product_slider .thumbs-slider .swiper-button-prev {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -2rem;
  border-radius: 4px 4px 0 0px;
}
.product_slider .thumbs-slider .swiper-button-prev .icon {
  transform: rotate(90deg);
}
.product_slider .thumbs-slider .swiper-button-next {
  border-radius: 0px 0px 4px 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: -2rem;
}
.product_slider .thumbs-slider .swiper-button-next .icon {
  transform: rotate(90deg);
}
.product_slider .thumbs-slider .swiper-button-disabled {
  opacity: 0;
}
.product_slider .thumbs-slider .swiper-button:hover {
  background: rgba(140, 0, 20, 0.5);
}
.product_slider .main-slider {
  position: relative;
  flex: 1;
  max-width: 40.2rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0.4rem;
  background: var(--c-white);
  border: 1px solid #ece9e9;
}
.product_slider .main-slider .swiper-container {
  height: 100%;
}
.product_slider .main-slider .swiper-button {
  width: 3rem;
  height: 6rem;
  background: rgba(81, 81, 81, 0.5);
  color: #fff;
}
.product_slider .main-slider .swiper-button .icon {
  --i-size: 1.8rem;
}
.product_slider .main-slider .swiper-button:after {
  display: none;
}
.product_slider .main-slider .swiper-button-prev {
  left: 0;
  border-radius: 0px 4px 4px 0px;
}
.product_slider .main-slider .swiper-button-next {
  border-radius: 4px 0px 0px 4px;
  right: 0;
}
.product_slider .main-slider .swiper-button-disabled {
  opacity: 0;
}
.product_slider .main-slider .swiper-button:hover {
  background: rgba(140, 0, 20, 0.5);
}
.product_slider .main-slider .swiper-slide {
  height: auto;
}
.product_slider .main-slider .swiper-slide .image {
  height: 100%;
  padding: 5rem;
}
.product_slider .main-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_extra-actions {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 100%;
}
.product_extra-actions .action {
  position: relative;
  width: 6.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 1.4rem 1rem;
  border-radius: 0.8rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  color: #71717a;
  background: none;
  cursor: pointer;
  text-decoration: none;
}
.product_extra-actions .action-garant, .product_extra-actions .action-tech {
  pointer-events: none;
}
.product_extra-actions .action .icon {
  --i-size: 1.8rem;
  margin-bottom: 1rem;
}
.product_extra-actions .action:hover {
  color: var(--c-red);
  background: var(--c-white);
}

.product_info {
  --h-s-h2: 3.2rem;
  position: relative;
  max-width: 35rem;
  margin-left: auto;
}
.product_info-top {
  position: relative;
  display: flex;
}
.product_info-top:not(:last-child) {
  margin-bottom: 2rem;
}
.product_info-top .tag {
  height: 2.8rem;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.product_info-top .action {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  height: 2.8rem;
  border-radius: 6rem;
  background: #464545;
  color: #fff;
  cursor: pointer;
  border: none;
  padding: 0.2rem 1.2rem;
}
.product_info-top .action.add-fav {
  background: none;
  padding: 0;
  color: #515151;
  margin-right: 1.6rem;
}
.product_info-top .action.add-fav.active {
  color: var(--c-red);
}
.product_info-top .action.add-fav.active .icon {
  -webkit-mask-image: url("../images/icons/icon-fav--filled.svg");
  mask-image: url("../images/icons/icon-fav--filled.svg");
}
.product_info-top .action.add-fav:hover {
  background: none;
  color: var(--c-red);
}
.product_info-top .action:nth-last-child(2) {
  margin-left: auto;
}
.product_info-top .action:hover {
  background: var(--c-gray-dark-1);
}
.product_info-top .action .icon-compare {
  --i-size: 2.4rem;
  height: calc(var(--i-size) * 0.625);
}
.product_info-middle {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.product_info-middle:not(:last-child) {
  margin-bottom: 2rem;
}
.product_info-middle > *:not(:last-child) {
  margin-bottom: 1rem;
}
.product_info-middle h1 {
  width: 100%;
	/*font-weight: 600;*/
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 2.6rem !important;
}
.product_info-middle .available {
  font-size: 1rem;
}
.product_info-middle .art {
  font-size: 1.1rem;
  color: var(--c-gray);
}
.product_info-middle .art span {
  font-weight: 300;
}
.product_info-middle .product-card-price {
  width: 100%;
  font-size: 2.2rem;
  color: var(--c-red);
}
.product_info-middle .product-card-price .old {
  color: #a0a0a0;
  font-weight: 300;
  font-size: 2.2rem;
  text-decoration: none;
}
.product_info-bottom .btn {
  width: 100%;
}
.product_info-bottom .btn:not(:last-child) {
  margin-bottom: 1.4rem;
}
.product_info-bottom .btn-green.bordered {
  background: rgba(38, 201, 103, 0.1);
}
.product_info-bottom .btn-green.bordered:hover {
  background: var(--c-green);
  border-color: var(--c-green);
  color: var(--c-white);
}
.product_info-bottom .btn-red.bordered:hover {
  background: var(--c-yellow);
  border-color: var(--c-yellow);
  color: var(--c-white);
}
.product_info-bottom .terms {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #515151;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.product_info-bottom .terms:hover {
  color: var(--c-red);
}
.product_info-bottom .terms .icon {
  --i-size: 1.8rem;
  margin-right: 1rem;
}

.product_about {
  --h-s-h3: 3.2rem;
  --h-s-h4: 2.4rem;
  font-size: 1.6rem;
}
.product_about:not(:first-child) {
  margin-top: 7.5rem;
}
.product_about .row {
  align-items: center;
  align-content: center;
  margin-bottom: -3rem;
}
.product_about .row > div {
  margin-bottom: 3rem;
}
.product_about .row .sc_text {
  padding-left: 0;
}
.product_about .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.product_about .row:nth-child(2n) .sc_text {
  padding-left: 3rem;
}
.product_about .row:not(:last-child) {
  margin-bottom: 3rem;
}
.product_about .sc_text {
  max-width: 40rem;
}
.product_about .image {
  height: 36rem;
}
.product_about .image img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-tabs {
  padding-top: 0;
  padding-bottom: 0;
}
.product-tabs_head {
  background: #f3f3f3;
}
.product-tabs_body {
  padding: 6rem 0;
  background: var(--c-white);
}
.product .tab {
  position: relative;
  display: none;
}
.product .tab_menu {
  position: relative;
  display: flex;
}
.product .tab_menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 1.85rem 0;
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
}
.product .tab_menu a:not(:last-child) {
  margin-right: 6.5rem;
}
.product .tab_menu a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.4rem;
  background: var(--c-red);
  width: 0;
}
.product .tab_menu a.active {
  color: var(--c-red);
}
.product .tab_menu a.active:after {
  width: 100%;
}
.product .tab_inner {
  position: relative;
}
.product .tab.active {
  display: block;
}
.product .swiper-container {
  overflow: hidden;
}
.product .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 6rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
  opacity: 1;
  background: #d9d9d9;
  margin: 0 0.9rem;
}
.product .swiper-pagination-bullet-active {
  background: var(--c-red);
}
.product .docs {
  position: relative;
  --gap: 0.9rem;
}
.product .docs .row {
  margin-bottom: calc(-2 * var(--gap));
}
.product .docs .row > div {
  margin-bottom: calc(2 * var(--gap));
}
.product .docs .doc {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  padding: 3rem;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  transition: all 0.3s ease-in-out;
  font-size: 1.8rem;
}
.product .docs .doc .icon {
  --i-size: 4rem;
  width: calc(var(--i-size) * 0.85);
  min-width: calc(var(--i-size) * 0.85);
  color: var(--c-red);
  margin-right: 2rem;
}
.product .docs .doc .text {
  color: var(--c-red);
}
.product .docs .doc .text small {
  color: #bebebe;
  font-size: 1.2rem;
}
.product .docs .doc:hover {
  border-color: var(--c-red);
}
.product .extra {
  position: relative;
}
.product .extra > *:not(:last-child) {
  margin-bottom: 3.4rem;
}
.product .extra .item {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.product .extra .item > *:not(:last-child) {
  margin-right: 2.4rem;
}
.product .extra .item_image {
  width: 10rem;
  height: 10rem;
  min-width: 10rem;
  background: var(--c-white);
  border: 1px solid #ecece9;
}
.product .extra .item_image picture {
  padding: 2rem;
}
.product .extra .item_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .extra .item_title {
  max-width: 40%;
  font-size: 1.8rem;
}
.product .extra .item_avail {
  flex: 1;
}
.product .extra .item_price {
  color: var(--c-red);
  font-size: 1.6rem;
  flex: 1;
  text-align: center;
}
.product .extra .item_actions {
  margin-left: auto;
}
.product .extra .item .available {
  margin-bottom: 0;
}
.product .accordion {
  gap: 0;
}
.product .accordion-item {
  border-color: #d0d2d3;
}
.product .accordion-item_head {
  padding: 1rem 2.4rem;
  color: var(--c-gray);
}
.product .accordion-item_head h5 {
  /*font-weight: 300;*/
  font-weight: 600;
}
.product .accordion-item_head .icon {
  --i-size: 1.6rem;
}
.product .accordion-item_inner {
  padding: 4rem 2.4rem 4rem 2.4rem;
}
.product .accordion-item.open .accordion-item_head {
  background: #f9f9f9;
}
.product .accordion table {
  width: calc(100% + 4.8rem);
  margin-left: -2.4rem;
  table-layout: fixed;
  border-collapse: collapse;
  /*font-size: 1.4rem;*/
  font-size: 1.6rem;
  font-weight: 300;
}
.product .accordion table td {
  width: 50%;
  background: #f9f9f9;
}
.product .accordion table td .txt {
  padding: 0.5rem 2.4rem;
}
.product .accordion table tr:nth-child(2n) td {
  background: var(--c-white);
}
.product .video {
  position: relative;
}
.product .video_slider .swiper-container {
  position: relative;
}
.product .video_slider .swiper-button {
  width: 3rem;
  height: 6rem;
  background: rgba(81, 81, 81, 0.5);
  color: #fff;
}
.product .video_slider .swiper-button .icon {
  --i-size: 1.8rem;
}
.product .video_slider .swiper-button:after {
  display: none;
}
.product .video_slider .swiper-button-prev {
  left: 0;
  border-radius: 0px 4px 4px 0px;
}
.product .video_slider .swiper-button-next {
  border-radius: 4px 0px 0px 4px;
  right: 0;
}
.product .video_slider .swiper-button-disabled {
  opacity: 0;
}
.product .video_slider .swiper-button:hover {
  background: rgba(140, 0, 20, 0.5);
}
.product .video .image {
  position: relative;
  width: 100%;
}
.product .video .image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.product .video .icon {
  --i-size: 10rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: var(--c-white);
  z-index: 2;
  transition: color 0.3s ease-in-out;
}
.product .video:hover .icon {
  color: var(--c-red);
}

.about .row {
  align-items: flex-end;
  align-content: flex-end;
  margin-bottom: -4rem;
}
.about .row:nth-child(2n-1) {
  flex-direction: row-reverse;
}
.about .row:nth-child(2n-1) .sc_text {
  text-align: left;
}
.about .row > div {
  margin-bottom: 4rem;
}
.about .row:not(:last-child) {
  margin-bottom: 4rem;
}
.about .sc_text {
  font-size: 2rem;
  text-align: right;
  padding: 0 4rem 0 4rem;
}

.sign {
  flex: 1;
  background: var(--c-light-1);
}
.sign_info {
  position: relative;
  padding: 2rem;
  background: var(--c-white);
  font-size: 1.4rem;
  font-weight: 300;
}
.sign_info p:not(:last-child) {
  margin-bottom: 1rem;
}
.sign_info:not(:last-child) {
  margin-bottom: 4.8rem;
}
.sign_form .form_field:not(:last-child) {
  margin-bottom: 1.2rem;
}
.sign_form .form_field--checkbox {
  margin-top: 3rem;
}
.sign_form .form_field--checkbox:not(:last-child) {
  margin-bottom: 3rem;
}
.sign_form .form_field:last-child {
  margin-top: 3rem;
}
.sign_form .form .checkbox {
  min-height: 4.8rem;
  display: flex;
  align-items: baseline;
  align-content: baseline;
  line-height: 1.5;
}
.sign_form .form .checkbox a {
  color: var(--c-red);
  text-decoration: underline;
}
.sign_form .form .btn {
  --btn-fz: 2rem;
  width: 100%;
}

.acc {
  position: relative;
  background: var(--c-light-1);
  flex: 1;
}
.acc .pagination li:not(:last-child) {
  margin-right: 0.8rem;
}
.acc .pagination a {
  background: var(--c-white);
}
.acc .pagination a.active {
  background: var(--c-red);
}
.acc_form {
  position: relative;
}
.acc_form .form_field-help {
  position: relative;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--c-gray-dark-1);
}
.acc_form .form_field-help h5 {
  font-weight: 600;
}
.acc_form .form_group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.2rem;
}
.acc_form .form_group:not(:last-child) {
  margin-bottom: 5rem;
}
.acc_form .btn {
  --btn-fz: 2rem;
  width: 100%;
}
.acc_form .checkbox {
  min-height: 4.8rem;
  display: flex;
  align-items: baseline;
  align-content: baseline;
  line-height: 1.5;
}
.acc_form .checkbox a {
  color: var(--c-red);
  text-decoration: underline;
}

.acc-orders_table {
  position: relative;
  width: 100%;
}
.acc-orders_table:not(:last-child) {
  margin-bottom: 5.5rem;
}
.acc-orders_table .col:last-child {
  font-size: 1.4rem;
  min-width: 19rem;
}
.acc-orders_table .actions {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.acc-orders_table .link {
  text-decoration: none;
}
.acc-orders_table .link .icon {
  --i-size: 1.8rem;
}
.acc-orders_table .link--back .icon {
  --i-size: 1.4rem;
}
.acc-orders_table-head {
  position: relative;
  padding: 0rem 4.5rem 2rem 4.5rem;
  font-size: 1.4rem;
  color: #8a8a8a;
  font-weight: 100;
}
.acc-orders_table-body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.4rem;
}
.acc-orders_table .item {
  position: relative;
  width: 100%;
  background: var(--c-white);
  padding: 2.4rem 4.5rem;
  color: var(--c-gray);
  min-height: 10rem;
}
.acc-orders_table .item:before {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  left: -1.6rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--c-light-1);
}
.acc-orders_table .item .row {
  align-items: center;
  align-content: center;
  min-height: 100%;
}
.acc-orders_table .item .col:first-child {
  font-weight: 700;
  color: var(--c-red);
}
.acc-orders_table .item .col:nth-child(4) {
  font-weight: 600;
}
.acc-orders_table--detail .item .col:first-child {
  color: var(--c-gray);
}
.acc-orders_table--detail .item .col:first-child h3 {
  font-size: 3.2rem;
}
.acc-orders_table--detail .item .col:first-child h3:not(:last-child) {
  margin-bottom: 1.6rem;
}
.acc-orders_table--detail .item .col:last-child {
  max-width: 19rem;
}
.acc-orders_table--product .col:nth-child(1) {
  width: 25rem;
  min-width: 25rem;
  max-width: 25rem;
}
.acc-orders_table--product .col:last-child {
  min-width: inherit;
  max-width: inherit;
}
.acc-orders_table--product .col:nth-last-child(2) {
  min-width: 15rem;
}
.acc-orders_table--product .item {
  font-size: 1.4rem !important;
}
.acc-orders_table--product .item .col:nth-child(4) {
  font-weight: 400;
}
.acc-orders_table--product .acc-orders_table-head {
  padding: 0 1.5rem 2rem 1.5rem;
}
.acc-orders_table--product .acc-orders_table-body {
  gap: 0.3rem;
}
.acc-orders_table--product .acc-orders_table-body .item {
  padding: 1.5rem;
}
.acc-orders_table--product .acc-orders_table-body .item:before {
  display: none;
}
.acc-orders_table--product .m-title {
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--c-gray);
}
.acc-orders_table--product .prd {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.acc-orders_table--product .prd_image {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  padding: 0.5rem;
  background: var(--c-light-1);
  margin-right: 1.5rem;
}
.acc-orders_table--product .prd_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acc-orders_detail {
  position: relative;
  padding-top: 6rem;
}
.acc-orders_detail-block {
  position: relative;
}
.acc-orders_detail-block:not(:last-child) {
  margin-bottom: 3rem;
}
.acc-orders_detail .title {
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--c-gray-dark-1);
}
.acc-orders_detail .title h5 {
  font-weight: 600;
}
.acc-orders_detail .table {
  table-layout: fixed;
  width: 100%;
}
.acc-orders_detail .table td {
  width: 50%;
  font-weight: 300;
  vertical-align: top;
}
.acc-orders_detail .table td a {
  color: var(--c-red);
  text-decoration: underline;
  font-weight: 700;
}
.acc-orders_detail .table td:first-child {
  font-weight: 500;
}
.acc-orders_detail .table td[colspan="2"] {
  padding: 2rem 0;
  font-weight: 700;
}
.acc-orders_total {
  position: relative;
  margin-left: auto;
  margin-top: 4rem;
  max-width: 32.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6rem;
  font-size: 1.8rem;
}
.acc-orders_total .line {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.acc-orders_total .line > * {
  font-weight: 400;
}
.acc-orders_total .line > *:first-child {
  font-weight: 500;
  min-width: 60%;
}
.acc-orders_total .line > *:not(:last-child) {
  padding-right: 4rem;
}
.acc-orders_total .line:last-child > *:last-child {
  font-weight: 700;
}

.cc {
  padding-top: 0;
  padding-bottom: 10rem;
  background: var(--c-light-1);
  flex: 1;
}
.cc .form_field-list {
  padding: 3.4rem 4rem;
  background: #fff;
}
.cc .form_field-list > div {
  display: none;
}
.cc .form_field-list > div.active {
  display: block;
}
.cc_steps {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.cc_steps:not(:last-child) {
  margin-bottom: 6rem;
}
.cc-step {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  color: #d9d9d9;
}
.cc-step:not(:last-child) {
  margin-right: 1.4rem;
}
.cc-step_title {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.cc-step_title:not(:last-child) {
  margin-right: 1.4rem;
}
.cc-step-line {
  position: relative;
  display: inline-flex;
  height: 0.1rem;
  width: 100%;
  min-width: 6rem;
  max-width: 6rem;
  background: currentColor;
}
.cc-step-line:first-child {
  display: none;
}
.cc-step:last-child {
  max-width: 12rem;
}
.cc-step:last-child .cc-step-line {
  display: none;
}
.cc-step.active {
  color: var(--c-red);
}
.cc_table {
  position: relative;
  font-size: 1.4rem;
}
.cc_table:not(:last-child) {
  margin-bottom: 3rem;
}
.cc_table .row {
  --gap: 1rem;
  margin-bottom: -1rem;
}
.cc_table .row > div {
  margin-bottom: 1rem;
}
.cc_table .t-mobile {
  font-weight: 600;
}
.cc_table .t-mobile:not(:last-child) {
  margin-bottom: 1rem;
}
.cc_table--s1 .col {
  width: calc((50% - 12.8rem) / 2);
  flex: 1 0 calc((50% - 12.8rem) / 2);
}
.cc_table--s1 .col:nth-child(1) {
  width: 50%;
  flex: 1 0 50%;
}
.cc_table--s1 .col:nth-child(2) {
  width: 8rem;
  flex: 1 0 8rem;
}
.cc_table--s1 .col:last-child {
  width: 4.8rem;
  flex: 1 0 4.8rem;
}
.cc_table--s2 .row {
  --gap: 0.5rem;
}
.cc_table--s2 .col {
  width: calc((60% - 8rem) / 3);
  flex: 1 0 calc((60% - 8rem) / 3);
}
.cc_table--s2 .col:nth-child(1) {
  width: 40%;
  flex: 1 0 40%;
}
.cc_table--s2 .col:nth-child(2) {
  width: 8rem;
  flex: 1 0 8rem;
}
.cc_table .remove-product {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  color: #d0d2d3;
}
.cc_table .remove-product .icon {
  --i-size: 1.8rem;
}
.cc_table .remove-product:hover {
  color: #71717a;
}
.cc_table-head, .cc_table-body, .cc_table-total {
  position: relative;
}
.cc_table-head {
  padding: 0 1.5rem 1rem 1.5rem;
  font-size: 1.4rem;
  color: #8a8a8a;
}
.cc_table-body:not(:last-child) {
  margin-bottom: 3rem;
}
.cc_table-total {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 300;
}
.cc_table .prd {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  font-weight: 700;
  color: var(--c-red);
}
.cc_table .prd_image {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  padding: 0.5rem;
  background: var(--c-white);
  margin-right: 1.5rem;
  border: 1px solid #f5f5f5;
}
.cc_table .prd_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cc_table .txt-p {
  width: max-content;
}
.cc_table .p:first-child:not(:last-child) {
  font-size: 1.1rem;
  font-weight: 300;
  color: #C7C7C7;
  margin-left: auto;
  text-align: right;
}
.cc_table .pp {
  color: var(--c-red);
  font-weight: 700;
}
.cc_table .count {
  position: relative;
}
.cc_table .count-input {
  width: 5rem;
}
.cc_table .count-input:not(:last-child) {
  margin-bottom: 0.2rem;
}
.cc_table .count-info {
  position: relative;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1;
  color: #8a8a8a;
  display: flex;
  margin-top: 0.8rem;
}
.cc_table .count-info .icon {
  --i-size: 0.9rem;
  margin-right: 0.2rem;
}
.cc_table .count input {
  border: 1px solid #d9d9d9;
  height: 2.6rem;
  padding: 0.3rem 0.6rem;
  width: 100%;
}
.cc_table .item {
  position: relative;
  padding: 1.5rem;
  background: var(--c-white);
}
.cc_table .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.cc_actions {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.cc_info {
  max-width: calc(var(--container) / 2);
  margin: 0 auto;
  font-weight: 300;
}
.cc_info:not(:last-child) {
  margin-bottom: 5rem;
}
.cc_info a {
  text-decoration: underline;
  color: var(--c-red);
}
.cc_done {
  position: relative;
  padding: 3rem;
  background: var(--c-white);
  border: 1px solid rgba(190, 190, 190, 0.5);
  max-width: calc(var(--container) / 2);
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 13.5rem;
}
.cc_done:not(:last-child) {
  margin-bottom: 5rem;
}
.cc_done-how {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 1rem;
  border: 1px solid rgba(190, 190, 190, 0.5);
  font-size: 1.3rem;
  line-height: 1.2;
  color: #808184;
}
.cc_done-how > *:not(:last-child) {
  margin-right: 1.6rem;
}
.cc_done-actions {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 50%;
}
.cc_done-actions .link .text {
  text-decoration: none;
}
.cc_done-actions > *:not(:last-child) {
  margin-bottom: 1.2rem;
}
.cc_done-text {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  font-size: 1.4rem;
}
.cc_done-text a {
  color: var(--c-red);
  text-decoration: underline;
}
.cc_done--bank {
  padding-left: 5rem;
  justify-content: space-between;
}
.cc_done--bank .cc_done-how {
  padding: 2rem;
  max-width: 17.5rem;
  min-height: 0a uto;
}
.cc_done--bank .cc_done-how .icon {
  --i-size: 2.9rem;
}
.cc_done--bank .cc_done-actions {
  max-width: 17.5rem;
  min-width: 17.5rem;
}
.cc_done--web {
  justify-content: space-between;
}
.cc_done--web > *:not(:last-child) {
  margin-right: 3rem;
}
.cc_done--web .cc_done-actions {
  max-width: 17.5rem;
  min-width: 17.5rem;
  color: #515151;
  font-size: 1.3rem;
  line-height: 1.2;
}
.cc_done--web .cc_done-actions a {
  color: var(--c-red);
  text-decoration: underline;
}
.cc_socials {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--container) / 2);
}
.cc_socials .socials {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.cc_socials .socials_text {
  width: auto;
  padding-right: 2rem;
}
.cc_socials .socials .social .icon {
  --i-size: 2rem;
  margin-right: 0;
}
.cc_checkout {
  max-width: calc(var(--container) / 2);
  margin: 0 auto;
}
.cc_checkout:not(:last-child) {
  margin-bottom: 8rem;
}
.cc_checkout .title {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #515151;
}
.cc .form {
  position: relative;
  padding: 0;
}
.cc .form_block:not(:last-child) {
  margin-bottom: 4.5rem;
}
.cc .form_field:not(:last-child) {
  margin-bottom: 1rem;
}
.cc .form_field-pays {
  position: relative;
  display: flex;
  padding-top: 2rem;
}
.cc .form label {
  position: relative;
  display: block;
  line-height: 2;
}
.cc .form input {
  color: #515151;
}
.cc .form-promo {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 3rem;
  background: var(--c-white);
  font-size: 1.8rem;
  color: #8a8a8a;
}
.cc .form-promo input {
  max-width: 19.5rem;
}
.cc .form .cc_table {
  padding-top: 2rem;
}
.cc .form .cc_table-total {
  font-size: 1.6rem;
  max-width: 31.5rem;
  margin-left: auto;
  text-align: left;
}
.cc .form .cc_table-total .line {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.cc .form .cc_table-total .line .ttl {
  min-width: 50%;
  font-weight: 400;
}
.cc .form .cc_table-total .line .txt {
  font-weight: 300;
}
.cc .form .cc_table-total .line:not(:last-child) {
  margin-bottom: 1rem;
}
.cc .form .cc_table-total .line:last-child {
  padding-top: 1rem;
  border-top: 1px solid #bebebe;
}
.cc .form .cc_table-total .line:last-child > * {
  font-weight: 700;
}
.cc .form .radio {
  position: relative;
}
.cc .form .radio:not(:last-child) {
  margin-right: 1rem;
}
.cc .form .radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.cc .form .radio input:checked ~ .radio_content {
  border-color: var(--c-red);
}
.cc .form .radio_content {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 2rem;
  background: var(--c-white);
  border: 1px solid var(--c-white);
  height: 6.4rem;
  cursor: pointer;
}
.cc .form .radio_content .icon {
  --i-size: 2.9rem;
  color: var(--c-red);
  margin-right: 1.6rem;
}
.cc_tabs {
  position: relative;
}
.cc_tabs:not(:last-child) {
  margin-bottom: 8rem;
}
.cc_tabs .tab {
  position: relative;
  display: none;
}
.cc_tabs .tab.active {
  display: block;
}
.cc_tabs .tab_menu {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
  margin: 0 -10rem 6rem -10rem;
}
.cc_tabs .tab-link {
  background: var(--c-white);
  border: 1px solid var(--c-white);
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 1.4rem;
  line-height: 1.3;
  text-decoration: none;
  color: #515151;
}
.cc_tabs .tab-link .icon {
  margin-right: 1.6rem;
}
.cc_tabs .tab-link .icon-self {
  --i-size: 4.2rem;
}
.cc_tabs .tab-link .icon-np {
  --i-size: 4.8rem;
}
.cc_tabs .tab-link .icon-ukraine {
  --i-size: 6rem;
  height: 4rem;
}
.cc_tabs .tab-link.active {
  color: var(--c-red);
  border-color: var(--c-red);
}
.cc_tabs .tab-link:hover {
  color: var(--c-red);
}
.cc_tabs .tabs {
  position: relative;
  max-width: calc(var(--container) / 2);
  margin: 0 auto;
}

.btn {
  --sub-bg: var(--c-white);
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 1.25em;
  height: var(--btn-height);
  font-size: var(--btn-fz);
  background: var(--btn-bg);
  color: var(--btn-color);
  border: none;
  text-transform: none;
  text-decoration: none !important;
  border-radius: var(--btn-rd);
  border: 2px solid var(--btn-bg);
  transition: all var(--base-ts) ease-in-out;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity var(--base-ts) ease-in-out;
}
.btn > * {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: inherit;
  z-index: 1;
}
.btn > *:not(:last-child) {
  margin-right: 1rem;
}
.btn .icon {
  --i-size: 1.2rem;
  transition: transform var(--base-ts) ease-in-out;
}
.btn.xs {
  --btn-fz: 1.4rem;
  --btn-pd: 0.8142857143em 1.571428571em 0.7142857143em 1.571428571em;
  --btn-height: 2.571428571em;
}
.btn.sm {
  --btn-fz: 1.6rem;
  --btn-pd: 0.85em 2.3125em 0.75em 2.3125em;
  --btn-height: 2.5em;
}
.btn.bordered {
  background: transparent;
  color: var(--c-dark);
  border: 1px solid #333 !important;
}
.btn-white {
  --btn-color: var(--c-gray);
  --btn-bg: var(--c-white);
}
.btn-white:hover {
  --btn-bg: var(--c-red);
  --btn-color: var(--c-white);
}
.btn-white:hover:before {
  opacity: 0 !important;
}
.btn-red {
  color: #333333;
  font-size:1.4rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  --btn-bg: var(--c-yellow);
  font-weight: 400;
  border: none !important;
}
.btn-green {
  --btn-color: var(--c-white);
  --btn-bg: var(--c-green);
}
.btn-black {
  --btn-color: var(--c-white);
  --btn-bg: var(--c-black);
}
.btn-gray {
  --btn-color: var(--c-white);
  --btn-bg: #808184;
}
.btn-gray-dark-1 {
  --btn-color: var(--c-white);
  --btn-bg: var(--c-gray-dark-1);
}
.btn-gradient {
  background: var(--bg-gr-cheq);
  color: var(--c-white);
  border: none;
}
.btn-gradient-outline {
  padding: 0.2rem;
}
.btn-gradient-outline .text {
  width: 100%;
  height: 100%;
  border-radius: var(--btn-rd);
  padding: var(--btn-pd);
  background: var(--sub-bg);
  color: var(--c-dark);
}
.btn:hover .icon:last-child {
  transform: translateX(1rem);
}
.btn:hover:before {
  opacity: 1;
}

.btn.w-anim {
  --cart: #fff;
}
.btn.w-anim .text {
  transform: translateY(var(--span-y, 0));
  transition: transform 0.7s ease;
}
.btn.w-anim .btn-cart {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -18px;
  transform-origin: 12px 23px;
  transform: translateX(-30rem) rotate(-18deg);
}
.btn.w-anim .btn-cart:before, .btn.w-anim .btn-cart:after {
  content: "";
  position: absolute;
}
.btn.w-anim .btn-cart:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--cart);
  bottom: 0;
  left: 9px;
  filter: drop-shadow(11px 0 0 var(--cart));
}
.btn.w-anim .btn-cart:after {
  width: 16px;
  height: 9px;
  background: var(--cart);
  left: 9px;
  bottom: 7px;
  transform-origin: 50% 100%;
  transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
  transition: transform 1.2s ease var(--fill-d);
}
.btn.w-anim .btn-cart svg {
  z-index: 1;
  width: 36px;
  height: 26px;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--cart);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn.w-anim .btn-cart svg polyline:last-child {
  stroke: var(--tick);
  stroke-dasharray: 10px;
  stroke-dashoffset: var(--offset, 10px);
  transition: stroke-dashoffset 0.4s ease var(--offset-d);
}
.btn.w-anim.loading {
  --scale: 0.95;
  --span-y: -32px;
  --icon-r: 180deg;
  --fill: 1;
  --fill-d: 0.8s;
  --offset: 0;
  --offset-d: 1.73s;
}
.btn.w-anim.loading .btn-cart {
  animation: cart 3.4s linear forwards 0.2s;
}

@keyframes cart {
  12.5% {
    transform: translateX(-60px) rotate(-18deg);
  }
  25%, 45%, 55%, 75% {
    transform: none;
  }
  50% {
    transform: scale(0.9);
  }
  44%, 56% {
    transform-origin: 12px 23px;
  }
  45%, 55% {
    transform-origin: 50% 50%;
  }
  87.5% {
    transform: translateX(10rem) rotate(-18deg);
  }
  100% {
    transform: translateX(30rem) rotate(-18deg);
  }
}
.menu {
  position: relative;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 -2.5rem;
  padding: 0;
  min-width: 100%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.menu_item {
  padding: 0 2.5rem;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.menu_item.with-child .menu_link {
  display: inline-flex;
  align-items: center;
  align-content: center;
}
.menu_item.with-child .menu_link:after {
  position: relative;
  display: inline-block;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/icons/icon-chevron--d.svg");
  mask-image: url("../images/icons/icon-chevron--d.svg");
  width: 0.9rem;
  height: 0.9rem;
  opacity: 1;
  margin-left: 1rem;
}
.menu_item.with-child:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.menu_link {
  position: relative;
  display: inline-flex;
  text-decoration: none !important;
  transition: color var(--base-ts) ease-in-out;
  color: #fff;
}
.menu_link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: currentColor;
  opacity: 0;
}

.menu-button {
  position: relative;
  width: 2rem;
  height: 2rem;
  background: none;
  padding: 0;
  outline: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: none;
  color: var(--c-white);
}
.menu-button span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0.2rem;
  min-height: 0.2rem;
  border-radius: 0.4rem;
  background: currentColor;
  transition: all var(--base-ts) ease-in-out;
}
.menu-button span:nth-child(1) {
  transform: translateY(-0.7rem);
}
.menu-button span:nth-child(3) {
  transform: translateY(0.7rem);
}
.menu-button.active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.menu-button.active span:nth-child(2) {
  transform: scale(0);
}
.menu-button.active span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 80rem;
  opacity: 0;
  visibility: hidden;
}
.submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  box-shadow: 4px 2px 12px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.submenu ul li:nth-child(1) a, .submenu ul li:nth-child(2) a, .submenu ul li:nth-child(3) a {
  padding-top: 3rem;
}
.submenu ul li:nth-child(4) a, .submenu ul li:nth-child(5) a, .submenu ul li:nth-child(6) a {
  padding-bottom: 3rem;
}
.submenu ul li:nth-child(2) a, .submenu ul li:nth-child(5) a {
  background: rgba(245, 245, 245, 0.8);
}
.submenu ul a {
  display: flex;
  align-items: center;
  align-content: center;
  color: var(--c-gray);
  text-align: left;
  padding: 1.25rem 3rem;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.submenu ul a .image {
  width: 4.8rem;
  min-width: 4.8rem;
  margin-right: 2rem;
  overflow: hidden;
}
.submenu ul a .image img {
  transition: all 0.3s ease-in-out;
}
.submenu ul a:hover {
  color: var(--c-red);
}
.submenu ul a:hover img {
  transform: scale(1.05);
}

.socials {
  position: relative;
}
.socials_items {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  margin: -1rem;
}
.socials .social {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: inherit;
  transition: all var(--base-ts) ease-in-out;
  margin: 1rem;
}
.socials .social .icon {
  --i-size: 1.2rem;
  margin-right: 0.7rem;
}
.socials .social:hover {
  text-decoration: none;
  color: var(--c-red);
}

.form {
  position: relative;
  padding: 0;
}
.form .view-pass {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4.8rem;
  width: 4.8rem;
  padding-right: 1.5rem;
  color: #8a8a8a;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  cursor: pointer;
}
.form .view-pass .icon {
  --i-size: 2.4rem;
}
.form .view-pass.active {
  color: var(--c-red);
}
.form .view-pass.active .icon {
  -webkit-mask-image: url("../images/icons/icon-eye--false.svg");
  mask-image: url("../images/icons/icon-eye--false.svg");
}
.form_field {
  position: relative;
  display: block;
}
.form label,
.form .label {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 300;
}
.form label:not(:last-child),
.form .label:not(:last-child) {
  margin-bottom: 1rem;
}
.form input[type=email], .form input[type=text], .form input[type=password] {
  position: relative;
  width: 100%;
  border-radius: 0;
  background: var(--c-white);
  border: 1px solid #d9d9d9;
  padding: 0.8rem 1.6rem;
  color: #555555;
  font-weight: 300;
  font-size: 1.6rem;
  height: 4.8rem;
}
.form input[type=email].error, .form input[type=text].error, .form input[type=password].error {
  border-color: var(--c-red);
}
.form input[type=password] {
  padding-right: 4.8rem;
}
.form select {
  position: relative;
  width: 100%;
  border-radius: 0;
  background: url("../images/icons/icon-chevron--d-sel.svg"), var(--c-white);
  background-repeat: no-repeat;
  background-position: center right 1.6rem;
  background-size: 1.7rem auto;
  border: 1px solid #d9d9d9;
  padding: 0.8rem 1.6rem;
  color: #555555;
  font-weight: 300;
  font-size: 1.6rem;
  height: 4.8rem;
  -webkit-appearance: none;
          appearance: none;
}
.form select.error {
  border-color: var(--c-red);
}
.form input[type=date] {
  position: relative;
  width: 100%;
  border-radius: 0;
  background: var(--c-white);
  background-repeat: no-repeat;
  background-position: center right 1.6rem;
  background-size: 1.7rem auto;
  border: 1px solid #d9d9d9;
  padding: 0.8rem 1.6rem;
  color: #555555;
  font-weight: 300;
  font-size: 1.6rem;
  height: 4.8rem;
  -webkit-appearance: none;
          appearance: none;
}
.form input[type=date].error {
  border-color: var(--c-red);
}
.form textarea {
  position: relative;
  width: 100%;
  border-radius: 0;
  background: var(--c-white);
  border: 1px solid #d9d9d9;
  padding: 0.8rem 1.6rem;
  color: #555555;
  font-weight: 300;
  font-size: 1.6rem;
  min-height: 17.4rem;
  resize: none;
}
.form textarea.error {
  border-color: var(--c-red);
}
.form .button {
  min-width: 18.7rem;
  font-size: 1.6rem;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 1.4rem;
  font-weight: 300;
  cursor: pointer;
}
.checkbox > *:not(:last-child) {
  margin-right: 1rem;
}
.checkbox input {
  position: relative;
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #8a8a8a;
}
.checkbox input:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--c-red);
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.checkbox input:checked {
  border-color: var(--c-red);
}
.checkbox input:checked:after {
  transform: scale(1);
  opacity: 1;
}
.checkbox_content {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
}

.dropdown {
  position: relative;
}
.dropdown_head {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  cursor: pointer;
}
.dropdown_head .icon {
  --i-size: 0.9rem;
  margin-left: 0.5rem;
}
.dropdown_body {
  position: absolute;
  left: 0;
  width: 20rem;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all var(--base-ts) ease-in-out;
}
.dropdown_inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--base-rd);
  background: var(--c-white);
  color: var(--c-dark);
}
.dropdown_inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.dropdown_inner ul a {
  position: relative;
  display: block;
  padding: 1.2rem 2.8rem;
  transition: all var(--base-ts) ease-in-out;
  text-decoration: none !important;
}
.dropdown_inner ul a:hover {
  background: var(--b-purple-light);
}
.dropdown.open .dropdown_body {
  opacity: 1;
  visibility: visible;
}

.accordion {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.4rem;
}
.accordion-item {
  position: relative;
  border-bottom: 1px solid #dddaef;
  color: var(--p-purple-dark);
}
.accordion-item_head {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  cursor: pointer;
}
.accordion-item_head .icon {
  --i-size: 1.2rem;
  transition: all var(--base-ts) ease-in-out;
  color: #E0E0E0;
}
.accordion-item_head h5 {
  margin-bottom: 0;
}
.accordion-item_body {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: all var(--base-ts) ease-in-out;
}
.accordion-item_inner {
  position: relative;
  padding-bottom: 2.4rem;
}
.accordion-item.open .accordion-item_head .icon {
  transform: rotate(180deg);
  color: #515151;
}

.header {
  --h-pos: fixed;
  --h-pd: 0;
  --h-bg: var(--c-gray-dark);
  --h-color: var(--c-white);
  position: var(--h-pos);
  padding: var(--h-pd);
  width: 100%;
  z-index: 10;
  color: var(--h-color);
}
.header a {
  color: var(--h-color);
}
.header_block {
  position: relative;
}
.header_block--top {
  background: rgba(0, 0, 0, 0.9);
  height: 6rem;
  z-index: 1;
}
.header_block--top .container {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
}
.header_block--bottom {
  height: 4.8rem;
  background: var(--h-bg);
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.header_block--bottom .container {
  display: flex;
  height: 100%;
}
.header_block--bottom .dropdown_head {
  height: 4.8rem;
}
.header_block--bottom .dropdown_body {
  left: auto;
  transform: none;
  right: 0;
  width: 20rem;
}
.header_block--bottom .dropdown_inner {
  border-radius: 0;
  background: #ffffff;
  box-shadow: 4px 2px 12px rgba(0, 0, 0, 0.25);
  padding: 2.5rem;
  font-size: 1.4rem;
  line-height: 2.2;
}
.header_block--bottom .dropdown_inner a {
  padding: 0;
  transition: color 0.3s ease-in-out;
  color: var(--c-gray);
}
.header_block--bottom .dropdown_inner a:hover {
  color: var(--c-red);
}

.header_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 15.8rem;
  height: 6rem;
}

.header_search {
  position: absolute;
  right: 0;
  z-index: 2;
  height: 100%;
  background: #8a8a8a;
  color: var(--c-white);
  transition: all 0.4s ease-in-out;
  width: 0;
  overflow: hidden;
}
.header_search.open {
  width: 36rem;
}
.header_search form {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0;
  width: 36rem;
  padding-right: calc(var(--gap) * 2);
}
.header_search input {
  border: none;
  outline: none;
  background: none !important;
  border-radius: 0;
  padding: 0;
  padding-right: 1rem;
  color: var(--c-white) !important;
}
.header_search input::-webkit-input-placeholder {
  color: var(--c-white);
}
.header_search input::-moz-placeholder {
  opacity: 1;
  color: var(--c-white);
}
.header_search input:-moz-placeholder {
  color: var(--c-white);
}
.header_search input:-ms-input-placeholder {
  color: var(--c-white);
}
.header_search input.placeholder {
  color: var(--c-white);
}
.header_search button {
  position: relative;
  background: none;
  border: none;
  color: var(--c-white);
  padding: 0;
}
.header_search button .icon {
  --i-size: 1.8rem;
}

.header_langs {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.header_langs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
}
.header_langs ul li {
  position: relative;
  display: inline-block;
}
.header_langs ul li:not(:last-child):after {
  content: "/";
  position: relative;
  display: inline-block;
  margin: 0 0.5rem;
}
.header_langs ul a {
  color: #fff;
}
.header_langs ul a.active {
  font-weight: 400;
}
.header_langs-phone {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 2rem 7rem;
}

.header_nav {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.header_actions {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  z-index: 1;
  margin-left: auto;
}
.header_actions > *:not(:last-child) {
  margin-right: 3rem;
}
.header_actions .action {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  color: #fff;
}
.header_actions .action:hover {
  color: #F0EFE8;
}
.header_actions .action-count {
  position: absolute;
  z-index: 1;
  right: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
  background: var(--c-red);
  color: var(--c-white);
  font-size: 1rem;
  font-weight: 400;
  border-radius: 9rem;
  padding: 0.1rem 0.4rem;
  height: 1.4rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 1;
}
.header_actions .icon {
  --i-size: 1.8rem;
  z-index: 0;
}
.header_actions .icon-compare {
  width: 2.9rem;
  height: 1.8rem;
}
.header_actions .icon-fav {
  --i-size: 2rem;
}
.scrolled .menu-button {
  opacity: 1;
  visibility: visible;
}

.menu-transition .header_nav {
  transition: all calc(var(--base-ts) * 2) ease-in-out;
}
.menu-open .header_nav {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.footer {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  padding: 6.4rem 0 3rem 0;
  overflow: hidden;
  background: var(--c-gray-dark);
  color: var(--c-white);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6;
}
.footer a {
  color: inherit;
}
.footer .row {
  margin-bottom: -5rem;
}
.footer .row > div {
  margin-bottom: 5rem;
  position: relative;
}
.footer .line {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  height: 0.1rem;
  width: 100%;
  background: #808184;
  margin-bottom: 3rem;
}
.footer_block {
  position: relative;
}
.footer_block--top {
  padding-bottom: 6rem;
}
.footer_block--bottom {
  --h-s-h6: 1.4rem;
}
.footer_block--bottom .row > div {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.footer-menu {
  position: relative;
  flex: 1;
}
.footer-menu h5 {
  margin-bottom: 2rem;
}
.footer-menu ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu ul a {
  text-decoration: none;
  transition: color var(--base-ts) ease-in-out;
}
.footer-menu ul a:hover {
  color: #F0EFE8;
}

.footer .soc-copy {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  flex: 1;
}
.footer .soc {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer .soc h6 {
  margin-bottom: 0;
}
.footer .soc .social:hover {
  color: #F0EFE8;
}
.footer .made {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  gap: 1rem;
}
.footer .made h6 {
  margin-bottom: 0;
}
.footer .made a {
  display: inline-flex;
  align-items: center;
  align-content: center;
  color: #c7c7c7;
  opacity: 0.7;
}
.footer .logo {
  max-width: 7.8rem;
}
.footer .call {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  width: calc(100% + var(--gap)*2);
}
.footer .call_title {
  font-size: 1.8rem;
}
.footer .call_phone {
  font-weight: 500;
  font-size: 2rem;
}
.footer .call_info {
  opacity: 0.8;
}

.tippy-box[data-theme~=tooltp] {
  background: var(--c-gray-dark-1);
  color: var(--c-white);
  border-radius: 0.8rem;
  padding: 1.6rem;
  max-width: 36rem;
  width: auto;
  font-size: 1.4rem;
}
.tippy-box[data-theme~=tooltp] .tippy-content {
  padding: 0;
}
.tippy-box[data-theme~=tooltp] .tippy-arrow {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
}
.tippy-box[data-theme~=tooltp] .tippy-arrow:before {
  border-radius: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(45deg) translateX(-50%);
  left: calc(50% + 0.2rem);
  background: var(--c-gray-dark-1);
}
.tippy-box[data-theme~=tooltp][data-placement^=top] > .tippy-arrow:before {
  border-width: 0 !important;
  bottom: -1rem;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(52, 22, 62, 0.8);
  display: none;
}
.popup-open {
  overflow: hidden;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.popup-view-3d .model-viewer {
  width: 100%;
  height: calc(var(--vh,1vh) * 100 - 14rem);
}
.popup-view-3d .popup_wrapper {
  position: relative;
  padding: 2rem;
}
.popup-view-3d .popup_content {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 3rem;
}
.popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.popup_wrapper {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 14rem var(--gap) 3rem var(--gap);
  overflow: auto;
}

.popup_content {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 49rem;
  height: auto;
  border-radius: 1rem;
  background: var(--c-white);
  padding: 6.3rem 5.35rem 8rem 5.35rem;
  z-index: 1;
}

.popup-close-btn {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 1.8rem;
  right: 2rem;
  z-index: 2;
  cursor: pointer;
  color: #000;
}
.popup-close-btn .icon {
  --i-size: 2.4rem;
}

.popup .modal-3d-lightbox__button {
  background: #f6f6f6;
  width: 36px;
  height: 36px;
  display: block;
  font-size: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 0;
}
.popup .modal-3d-lightbox__button--zoomout {
  margin-right: 16px;
}
.popup .sc_text {
  text-align: center;
}
.popup .sc_text:not(:last-child) {
  margin-bottom: 3rem;
}
.popup .form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
  padding: 0;
}
.popup .form_field-actions {
  text-align: center;
}
.popup .form input {
  padding: 1rem 1.6rem;
  background: var(--c-white);
  border-radius: 0.5rem;
  border: 1px solid #a19eb4;
  height: 4.5rem;
  outline: none;
}
.popup .form input::-webkit-input-placeholder {
  color: inherit;
}
.popup .form input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.popup .form input:-moz-placeholder {
  color: inherit;
}
.popup .form input:-ms-input-placeholder {
  color: inherit;
}
.popup .form input.placeholder {
  color: inherit;
}
.popup .form input.error {
  border-color: #e7086c;
  background: rgba(231, 8, 108, 0.1);
}
.popup .form .error-msg {
  font-size: 1.2rem;
  color: #e7086c;
  margin-top: 0.3rem;
}
.popup .form select {
  position: relative;
  width: 100%;
  background: url("../images/icons/icon-select--d.svg"), var(--c-white);
  background-repeat: no-repeat;
  background-size: 1.1rem auto;
  background-position: center right 1.4rem;
  padding: 0 3.6rem 0 1.6rem;
  -webkit-appearance: none;
          appearance: none;
  height: 4.5rem;
  border: 1px solid #a19eb4;
  border-radius: 0.5rem;
}

.product-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 3.2rem 2.7rem;
  --h-s-h6: 1.6rem;
  background: #f7f7f7;
  font-size: 1.6rem;
}
.product-card > * {
  z-index: 0;
}
.product-card_actions {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  z-index: 1;
  width: 4rem;
  padding: 1.8rem 0.75rem;
  border-radius: 4rem;
  background: rgba(128, 129, 132, 0.1);
  height: 8.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--c-white);
  transition: all 0.3s ease-in-out;
}
.product-card_actions button {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  color: #515151;
  transition: all 0.3s ease-in-out;
}
.product-card_actions button .icon {
  --i-size: 2.4rem;
}
.product-card_actions button .icon-fav {
  --i-size: 1.7rem;
}
.product-card_actions button .icon-compare {
  height: calc(var(--i-size) * 0.625);
}
.product-card_actions button:not(:last-child) {
  margin-bottom: 1.6rem;
}
.product-card_actions button.active {
  color: var(--c-red);
}
.product-card_actions button.active .icon-fav {
  -webkit-mask-image: url("../images/icons/icon-fav--filled.svg");
  mask-image: url("../images/icons/icon-fav--filled.svg");
}
.product-card_actions:hover {
  background: #808184;
}
.product-card_actions:hover button {
  color: var(--c-white);
}
.product-card_image {
  overflow: hidden;
  /*height: 18rem;*/
  height: 20rem;
  background-color: #f7f5f3;
  margin-bottom: 1.3rem;
}
.product-card_image picture {
  /*padding: 2rem;*/
}
.product-card_image > a {
	margin: 0 auto;
}
.product-card_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
	max-height: 20rem;
}
.product-card_info {
  flex: 1;
  margin-bottom: 1rem;
}
.product-card_info {
	/*text-align:center;*/
}
.product-card-price {
  display: flex;
  align-items: center;
  align-content: center;
  color: #828282;
  margin-bottom: 1rem;
}
.product-card-price > *:not(:last-child) {
  margin-right: 1rem;
}
.product-card-price .old {
  text-decoration: line-through;
  color: var(--c-black);
  font-weight: 500;
  font-size: 1.4rem;
}
.product-card .actions {
  position: relative;
  display: flex;
}
.product-card .actions .btn {
  padding: 1rem;
}
.product-card .actions .btn .icon {
  --i-size: 2.4rem;
  transform: none !important;
}
.product-card .actions .btn-red {
  flex: 1;
}
.product-card .actions .btn-red:nth-child(2) {
  margin-left: 0.2rem;
}
.product-card .actions .btn-gray-dark-1 {
  min-width: 5.2rem;
}
.product-card .actions .btn:nth-child(1):not(:last-child) {
  /*border-top-right-radius: 0;
  border-bottom-right-radius: 0;*/
}
.product-card .actions .btn:nth-child(1):not(:last-child).btn-gray-dark-1 {
  padding-left: 15px;
}
.product-card .actions .btn:nth-child(2):not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: auto;
  height: 2rem;
  border-radius: 2rem;
  background: var(--c-red);
  color: var(--c-white);
  padding: 0.3rem 1.7rem;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.tag--hit {
  background: var(--c-gray-dark-1);
}

.available {
  display: flex;
  align-items: center;
  align-content: center;
  text-transform: uppercase;
  font-size: 1rem;
  color: #4f4f4f;
  margin-bottom: 2.4rem;
}
.available .icon {
  --i-size: 1.4rem;
  margin-right: 0.8rem;
}
.available.true .icon {
  color: var(--c-green);
}
.available.true.backorder .icon {
	color: #F59B00;
}

.breadcrumbs {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}
.breadcrumbs li {
  display: inline;
  padding: 0;
}
.breadcrumbs li:not(:last-child):after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.5rem;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
  -webkit-mask-image: url("../images/icons/icon-chevron--r.svg");
  mask-image: url("../images/icons/icon-chevron--r.svg");
  transform-origin: center;
}
.breadcrumbs li a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.breadcrumbs li a:hover {
  color: var(--c-red);
}

.shop-cart {
  --w: 44.8rem;
  position: fixed;
  z-index: 999;
  top: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: var(--w);
  right: calc(-1 * var(--w));
}
.shop-cart .cred {
  display: block;
}
.shop-cart .def {
  display: none;
}
.shop-cart.no-cred .cred {
  display: none;
}
.shop-cart.no-cred .def {
  display: block;
}
.shop-cart.no-cred .credit {
  display: none;
}
.shop-cart-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all var(--base-ts) ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.shop-cart_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
  background: var(--c-white);
}

.shop-cart_block {
  position: relative;
}
.shop-cart_block-header {
  padding: 2rem 3rem;
}
.shop-cart_block-footer {
  padding: 3rem 3rem;
}
.shop-cart_block-header {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background: var(--c-white);
  color: var(--c-gray);
  line-height: 1.2;
  min-height: 8rem;
}
.shop-cart_block-body {
  flex: 1;
  overflow: auto;
  padding: 1rem 3rem;
}
.shop-cart_block-body .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #f9f9f9;
  padding: 0.9rem 2rem;
}
.shop-cart_block-body .item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.shop-cart_block-body .item--change {
  background: none;
  padding: 0;
  margin-top: 1.4rem;
  text-align: right;
  justify-content: flex-end;
  font-size: 1.4rem;
}
.shop-cart_block-body .item_image {
  --size: 6rem;
  position: relative;
  width: var(--size);
  min-width: var(--size);
  height: var(--size);
  background: var(--c-white);
  border: 1px solid #f5f5f5;
  padding: 1rem;
  overflow: hidden;
  margin-right: 1.6rem;
}
.shop-cart_block-body .item_image picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.shop-cart_block-body .item_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shop-cart_block-body .item_info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  flex: 1;
}
.shop-cart_block-body .item-title {
  position: relative;
  width: 100%;
  color: var(--c-red);
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.shop-cart_block-body .item-price {
  position: relative;
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  color: var(--c-black);
}
.shop-cart_block-body .item-price .old {
  color: var(--c-red);
  margin-left: 0.4rem;
}
.shop-cart_block-body .item-total {
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--c-black);
}
.shop-cart_block-body .item-remove {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  color: #d0d2d3;
}
.shop-cart_block-body .item-remove .icon {
  --i-size: 1.8rem;
}
.shop-cart_block-body .item-remove:hover {
  color: var(--c-red);
}
.shop-cart_block-body .item--empty {
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  min-height: 22.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--c-black);
}
.shop-cart_block-footer {
  display: flex;
  flex-wrap: wrap;
  background: #f3f3f3;
}

.shop-cart_subtotal {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  gap: 1rem;
  color: #424242;
}
.shop-cart_subtotal .number {
  margin-left: auto;
  font-weight: 700;
}

.shop-cart_buttons {
  width: 100%;
}
.shop-cart_buttons:nth-child(2) {
  padding-top: 2.4rem;
}
.shop-cart_buttons .btn {
  --btn-fz: 1.8rem;
  width: 100%;
}

.shop-cart-close-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  color: var(--c-black);
  cursor: pointer;
}
.shop-cart-close-btn .icon {
  --i-size: 1.8rem;
}

.shop-cart-title {
  font-size: 2.8rem;
  font-weight: 300;
  text-transform: capitalize;
}

.shop-cart-open {
  overflow: hidden;
}
.shop-cart-open .shop-cart {
  right: 0;
}
.shop-cart-open .shop-cart-overlay {
  opacity: 1;
  visibility: visible;
}

.shop-cart-transition .shop-cart {
  transition: all calc(var(--base-ts) * 2) ease-in-out;
}

.credit:not(:last-child) {
  margin-bottom: 2rem;
}
.credit p {
  font-size: 1.4rem;
}
.credit > *:not(:last-child) {
  margin-bottom: 2rem;
}
.credit_vars {
  position: relative;
}
.credit .item > * {
  width: 100%;
}
.credit .ukrsib {
  background: none;
  padding: 0;
  display: none;
  flex-wrap: wrap;
}
.credit .ukrsib > * {
  width: 100%;
}
.credit .ukrsib .main-card {
  border: none !important;
  pointer-events: none;
}
.credit .ukrsib .main-card:not(:last-child) {
  margin-bottom: 1rem;
}
.credit .privat {
  background: none;
  padding: 0;
  display: none;
  flex-wrap: wrap;
}
.credit .privat > * {
  width: 100%;
}
.credit .privat .item_content {
  display: none;
}
.credit .privat .item_content > * {
  display: none;
}
.credit .privat .item_content .main-card {
  padding: 0;
  background: none;
  border: none !important;
}
.credit .privat .item_content .main-card:not(:last-child) {
  margin-bottom: 1rem;
}
.credit .privat .part .main-card, .credit .privat .installment .main-card {
  pointer-events: none;
}
.credit .show-ukrsib .credit_vars {
  display: none;
}
.credit .show-ukrsib .ukrsib {
  display: flex;
}
.credit .show-privat .credit_vars {
  display: none;
}
.credit .show-privat .privat {
  display: flex;
}
.credit .show-partial .item_types {
  display: none;
}
.credit .show-partial .item_content {
  display: block;
}
.credit .show-partial .item_content .part {
  display: block;
}
.credit .show-installment .item_types {
  display: none;
}
.credit .show-installment .item_content {
  display: block;
}
.credit .show-installment .item_content .installment {
  display: block;
}
.credit select {
  width: 100%;
  height: 4rem;
  border-radius: 0;
  outline: none;
}
.credit .back {
  height: 4rem;
  width: 100%;
  background: #f3f3f3;
  border: none;
  max-width: 50%;
  margin-left: auto;
  cursor: pointer;
  margin-top: 1rem;
}
.credit .back:hover {
  color: var(--c-red);
}
.credit .calc-cont {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.credit .calc-cont span {
  font-weight: 700;
}
.credit .main-card {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 1rem 2rem;
  min-height: 7rem;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.credit .main-card:not(:last-child) {
  margin-bottom: 0.5rem;
}
.credit .main-card .image {
  width: 3.5rem;
  min-width: 3.5rem;
  margin-right: 1.6rem;
}
.credit .main-card:hover, .credit .main-card.active {
  border-color: var(--c-red);
}
@media (max-width: 1399px) {
  :root {
    --container: calc(1240px);
  }
}
@media (max-width: 1250px) {
  :root {
    --container: calc(960px);
    --h-s-h6: 1.6rem;
  }
  .contact .item_info {
    padding: 3rem;
  }
  .product-row {
    padding: 0;
  }
  .product .tab_menu a {
    font-size: 1.6rem;
  }
  .product .tab_menu a:not(:last-child) {
    margin-right: 4rem;
  }
  .about .sc_text {
    font-size: 1.6rem;
  }
  .acc-orders_table .col {
    font-size: 1.4rem;
  }
  .acc-orders_table-head {
    padding: 0rem 3rem 2rem 3rem;
  }
  .acc-orders_table-head .col {
    font-size: 1.2rem;
  }
  .acc-orders_table .item {
    padding: 2.4rem 3rem;
  }
  .cc_info {
    max-width: calc(var(--container) / 12 * 8);
  }
  .cc_done {
    max-width: calc(var(--container) / 12 * 8);
  }
  .cc_socials {
    max-width: calc(var(--container) / 12 * 8);
  }
  .cc_checkout {
    max-width: calc(var(--container) / 12 * 8);
  }
  .cc_tabs .tabs {
    max-width: calc(var(--container) / 12 * 8);
  }
  .menu_item.with-child.open .submenu {
    display: block;
  }
  .submenu {
    width: calc(var(--container) - var(--gap) * 2);
  }
  .form label,
.form .label {
    font-size: 1.4rem;
  }
  .header_langs-phone {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  :root {
    --container: calc(750px);
  }
  .image--block-title img {
    max-height: 7rem;
  }
  .content {
    padding-top: 6rem;
  }
  .content:before {
    height: 6rem;
  }
  .hero_menu ul {
    font-size: 1.6rem;
  }
  .hero--out_items {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .hero--out_items .item {
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
  }
  .hero--out_items .item .icon {
    margin-right: 0;
    margin-bottom: 1.3rem;
  }
  .hero--out_items .item p {
    max-width: 22rem;
  }
  .hero--about_items {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .hero--about_items .item {
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
  }
  .hero--about_items .item .icon {
    margin-right: 0;
    margin-bottom: 1.3rem;
  }
  .hero--about_items .item p {
    max-width: 22rem;
  }
  .outlet {
    --sc-pd: 5rem 0;
  }
  .outlet .swiper-wrapper {
    margin: 0;
    flex-wrap: nowrap;
  }
  .outlet .swiper-slide {
    padding: 0;
  }
  .contact {
    --sc-pd: 5rem 0;
  }
  .contact .sc_text:not(:last-child) {
    margin-bottom: 3rem;
  }
  .contact-addr {
    --sc-pd: 5rem 0;
  }
  .contact-addr .image img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
  .contact-addr .sc_text {
    padding-bottom: 0;
  }
  .contact-map {
    --sc-pd: 5rem 0;
  }
  .sales {
    --sc-pd: 5rem 0;
  }
  .sales_head {
    margin-bottom: 4rem;
    text-align: center;
    justify-content: center;
  }
  .sales_slider:not(:last-child) {
    margin-bottom: 4rem;
  }
  .products {
    --sc-pd: 5rem 0;
  }
  .products_head {
    margin-bottom: 4rem;
    text-align: center;
    justify-content: center;
  }
  .products_slider:not(:last-child) {
    margin-bottom: 4rem;
  }
  .products .swiper-wrapper {
    margin: 0;
    flex-wrap: nowrap;
  }
  .products .swiper-slide {
    padding: 0 !important;
    height: auto;
  }
  .cl_filters {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
    width: 37rem;
    left: -37rem;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .cl_filters-open {
    overflow: hidden;
  }
  .cl_filters-open .header {
    z-index: 0;
  }
  .cl_filters-open .content {
    z-index: 1;
  }
  .cl_filters-open .filters-close-overlay {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .cl_filters-open .cl {
    z-index: 5;
  }
  .cl_filters-open .cl_filters {
    opacity: 1;
    left: 0 !important;
  }
  .cl_filters-open .footer {
    z-index: 0;
  }
  .cl_filters-head {
    padding: 2.4rem 2.4rem 1.2rem 2.4rem;
    background: #fff;
    justify-content: space-between;
    border-bottom: 2px solid #ececec;
  }
  .cl_filters-head-btn {
    margin-bottom: 2rem;
  }
  .cl_filters-body {
    flex: 1;
    padding: 0 0 1.2rem 0;
    overflow: auto;
    margin-bottom: 0;
  }
  .cl_filters-body .accordion-item_head {
    padding: 2rem 2.4rem !important;
  }
  .cl_filters-body .accordion-item_inner {
    padding: 0rem 2.4rem 2rem 2.4rem !important;
  }
  .cl_filters-footer {
    padding: 1.2rem 2.4rem 2.4rem 2.4rem;
  }
  .product_slider .thumbs-slider .swiper-button-prev {
    top: 0;
    right: auto;
    height: 100%;
    width: 2rem;
    border-radius: 4px 0 0 4px;
    /*display: none;*/
  }
  .product_slider .thumbs-slider .swiper-button-prev .icon {
    transform: none;
  }
  .product_slider .thumbs-slider .swiper-button-next {
    top: 0;
    left: auto;
    height: 100%;
    width: 2rem;
    border-radius: 0 4px 4px 0;
    /*display: none;*/
  }
  .product_slider .thumbs-slider .swiper-button-next .icon {
    transform: none;
  }
  .product_slider {
    flex-wrap: wrap;
  }
  .product_slider .main-slider {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  .product_slider .thumbs-slider {
    width: 100%;
    order: 2;
    margin-top: 2rem;
    margin-right: 0;
  }
  .product_about .sc_text {
    max-width: 100%;
    padding: 0 !important;
  }
  .product .tab_menu a {
    font-size: 1.4rem;
  }
  .product .tab_menu a:not(:last-child) {
    margin-right: 2rem;
  }
  .product .extra .item_title {
    max-width: calc(100% - 12.4rem);
    margin-right: 0 !important;
  }
  .product .extra .item_avail {
    margin-top: 1rem;
  }
  .product .extra .item_price {
    flex: none;
    margin-left: auto;
    margin-top: 1rem;
  }
  .product .extra .item_actions {
    margin-top: 1rem;
  }
  .acc-orders_table-head {
    display: none;
  }
  .acc-orders_table .item .row {
    margin-bottom: -2rem;
    align-items: flex-start;
    align-content: flex-start;
  }
  .acc-orders_table .item .row > div {
    margin-bottom: 2rem;
  }
  .acc-orders_table .item .row .col {
    width: 33%;
    flex: 1 0 33%;
    min-width: 33%;
  }
  .cc-step {
    font-size: 1.4rem;
  }
  .cc-step-line {
    min-width: 3rem;
    max-width: 3rem;
  }
  .cc_info {
    max-width: 100%;
  }
  .cc_done {
    max-width: 100%;
  }
  .cc_socials {
    max-width: 100%;
  }
  .cc_checkout {
    max-width: 100%;
  }
  .cc_tabs .tabs {
    max-width: 100%;
  }
  .menu {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
    padding-top: 2rem;
    font-size: 2rem;
  }
  .menu_item {
    position: relative;
    padding: 1.1rem 0;
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    display: block;
  }
  .menu_item.with-child .menu_link:after {
    margin-left: auto;
  }
  .menu_link {
    text-align: left;
    width: 100%;
  }
  .submenu {
    width: 100%;
    background: none;
    padding: 0;
    padding-top: 2rem;
    padding-left: 2rem;
    position: relative;
    display: none;
  }
  .submenu.open {
    display: block;
  }
  .submenu .image {
    display: none;
  }
  .submenu ul {
    background: none;
    box-shadow: none;
    grid-template-columns: repeat(1, 1fr);
    font-size: 1.6rem;
  }
  .submenu ul a {
    padding: 0.4rem 0 !important;
    background: none !important;
    color: var(--c-white);
  }
  .accordion-item_head h5 {
    font-size: 1.6rem;
  }
  .header_block--bottom {
    height: 0;
  }
  .header_block--bottom .dropdown {
    display: none;
  }
  .header_nav {
    background: var(--c-black);
    position: fixed;
    left: 0;
    top: 6rem;
    width: 32rem;
    height: calc(var(--vh, 1vh) * 100 - 6rem);
    overflow: auto;
    display: block;
    padding: 2.6rem 3rem 2.6rem 4rem;
    left: -32rem;
    opacity: 0;
    visibility: hidden;
  }
  .header_actions .action-compare {
    /*display: none;*/
  }
  .header_actions .action-user {
    /*display: none;*/
  }
	.header_actions .action-user.action-logout {
    display: none;
  }
  .menu-open {
    overflow: hidden;
  }
  .footer .row {
    margin-bottom: -3.2rem;
  }
  .footer .row > div {
    margin-bottom: 3.2rem;
  }
  .footer .logo {
    max-width: 12rem;
  }
  .footer .call {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
  }
  .shop-cart_block-header {
    padding: 2rem;
  }
  .shop-cart_block-footer {
    padding: 2rem;
  }
  .shop-cart_block-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 767px) {
  :root {
    --container: calc(540px);
    --h-s-h1: 3.2rem;
    --h-s-h2: 2.8rem;
    --h-s-h3: 2.6rem;
    --h-s-h6: 1.6rem;
  }
	.header_actions {
		width: 100%;
    justify-content: flex-start;
    margin-left: 1.5rem;
	}
	.header_actions .action-user {
		display: none;
	}
	.header_actions .action-fav {
		display: none;
	}
	.header_actions .action-compare {
		/*display: none;*/
	}
	.header_actions .action-cart-block {
		margin-left: auto;
	}
  .hero {
    font-size: 1.6rem;
    --sc-pd: 9rem 0 5rem 0;
  }
  .hero_menu ul {
    font-size: 1.4rem;
    margin: 0 -1.5rem;
  }
  .hero_menu ul li {
    margin: 0 1.5rem;
  }
  .hero-breadcrumbs {
    font-size: 1.6rem;
  }
  .hero--simple {
    --sc-pd: 6rem 0;
    justify-content: center;
  }
  .hero--home {
    --h-s-h1: 3.2rem;
  }
  .hero--home .swiper-slide {
    min-height: 50rem;
  }
  .hero--home_slider .sc_buttons .btn {
    max-width: 31.5rem;
  }
  .news-all_items:not(:last-child) {
    margin-bottom: 6rem;
  }
  .news-all_items .row {
    --gap: 1.5rem;
    margin-bottom: -3rem;
  }
  .news-all_items .row > div {
    margin-bottom: 3rem;
  }
  .news-all .item:not(:last-child) {
    margin-bottom: 6rem;
  }
  .news-all .item > * {
    width: 100%;
  }
  .news-all .item > *:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .cl_filters {
    width: calc(var(--vw, 1vw) * 100);
    left: calc(calc(var(--vw, 1vw) * -100));
  }
  .filters-close-overlay {
    display: none !important;
  }
  .product_extra-actions {
    min-height: inherit;
    flex-direction: row;
    margin: 2rem 0;
  }
  .product_about:not(:first-child) {
    margin-top: 3rem;
  }
  .product_about .row:not(:last-child) {
    margin-bottom: 0;
  }
  .product_about .image {
    height: 24rem;
  }
  .product-tabs_body {
    padding: 3rem 0;
  }
  .product .tab_menu a {
    font-size: 1.2rem;
  }
  .product .swiper-pagination {
    margin-top: 3rem;
  }
  .product .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.5rem;
  }
  .product .extra .item_actions {
    width: 100%;
  }
  .product .extra .item_actions .btn {
    width: 100%;
  }
  .product .accordion-item_inner {
    padding: 2rem 2.4rem;
  }
  .product .video .icon {
    --i-size: 5rem;
  }
  .about .sc_text {
    padding: 0;
  }
  .acc-orders_table--detail .item .col {
    flex: 1 0 100% !important;
  }
  .acc-orders_table--detail .item .col:first-child {
    width: 100%;
    max-width: 100%;
  }
  .acc-orders_table--detail .item .col:last-child {
    width: 100%;
    max-width: 100%;
  }
  .acc-orders_table--detail .item .col .txt {
    display: flex;
    flex-direction: column;
  }
  .acc-orders_table--detail .item .col .txt h3 {
    order: 2;
    margin-bottom: 0;
  }
  .acc-orders_table--detail .item .col .txt .link--back {
    order: 1;
    margin-bottom: 2rem;
  }
  .acc-orders_table--product .col {
    width: 50% !important;
    flex: 1 0 50% !important;
  }
  .acc-orders_table--product .col:first-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 0 100% !important;
  }
  .acc-orders_detail .table td a {
    display: flex;
  }
  .cc .form_field-list {
    padding: 1.6rem;
  }
  .cc .form_field-pays {
    flex-wrap: wrap;
  }
  .cc .form_field-pays > * {
    flex: 1 0 calc(50% - 1rem);
  }
  .cc .form_field-pays > * br {
    display: none;
  }
  .cc_steps {
    display: none;
  }
  .cc-step {
    width: 100%;
  }
  .cc-step-line:first-child {
    display: inline-flex;
  }
  .cc-step-line:first-child:not(:last-child) {
    margin-right: 1.4rem;
  }
  .cc-step-line {
    max-width: inherit !important;
    flex: 1;
  }
  .cc-step {
    display: none;
    margin: 0;
  }
  .cc-step.active {
    display: flex;
  }
  .cc_table--s1 .col {
    order: 3;
    width: calc(100% / 3);
    flex: 1 0 calc(100% / 3);
  }
  .cc_table--s1 .col:nth-child(1) {
    width: calc(100% - 4.8rem);
    flex: 1 0 calc(100% - 4.8rem);
    order: 1;
  }
  .cc_table--s1 .col:last-child {
    order: 2;
    display: flex;
    align-items: flex-start;
    align-content: flex-end;
    justify-content: flex-end;
  }
  .cc_table--s2 .col {
    order: 2;
    width: calc(100% / 2) !important;
    flex: 1 0 calc(100% / 2) !important;
  }
  .cc_table--s2 .col:nth-child(1) {
    width: calc(100%) !important;
    flex: 1 0 calc(100%) !important;
    order: 1;
  }
  .cc_table-head {
    display: none;
  }
  .cc_actions {
    flex-direction: column;
  }
  .cc_actions .btn {
    width: 100%;
  }
  .cc_actions .btn:not(:last-child) {
    margin-bottom: 1rem;
  }
  .cc_done {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .cc_done > *:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 2rem;
  }
  .cc_done .cc_done-actions {
    align-items: center;
    align-content: center;
    text-align: center;
  }
  .cc .form-promo {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .cc .form-promo input {
    margin-top: 2rem;
    max-width: 100%;
    text-align: center;
  }
  .cc .form .cc_table-total {
    max-width: 100%;
  }
  .cc_tabs .tab_menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .cc_tabs .tab-link {
    font-size: 1.2rem;
  }
  .header_search.open {
    width: calc(var(--vw, 1vw) * 100);
  }
  .header_search form {
    width: calc(var(--vw, 1vw) * 100);
    padding-right: calc(var(--gap));
  }
  .tippy-box[data-theme~=tooltp] {
    padding: 1.6rem 2rem;
    font-size: 1.4rem;
  }
  .popup_wrapper {
    padding-top: 6rem;
  }
  .popup_content {
    padding: 6.3rem var(--gap) 8rem var(--gap);
  }
  .shop-cart {
    --w: 100%;
  }
}
@media (max-width: 575px) {
  :root {
    --container: calc(100%);
  }
	.header_actions > *:not(:last-child) {
		margin-right: 2rem;
	}
  .acc-orders_table .col:nth-child(1) {
    order: 1;
  }
  .acc-orders_table .col:nth-child(2) {
    order: 3;
  }
  .acc-orders_table .col:nth-child(3) {
    order: 5;
  }
  .acc-orders_table .col:nth-child(4) {
    order: 4;
  }
  .acc-orders_table .col:nth-child(5) {
    order: 2;
  }
  .acc-orders_table .col:nth-child(6) {
    order: 6;
  }
  .acc-orders_table .link {
    font-size: 1.2rem;
  }
  .acc-orders_table .item .row .col {
    width: 50%;
    flex: 1 0 50%;
  }
}
@media (max-width: 565px) {
  .header_actions .action-fav {
    /*display: none;*/
  }
}
.mega_menu li.menu-item.mob_link_only a {
	justify-content: flex-start;
	gap: 10px;
}
.mega_menu li.menu-item.mob_link_only.woosc-menu-item a .woosc-menu-item-inner {
	justify-content: flex-start;
	gap: 10px;
	display: flex;
	align-items: center;
}
.mega_menu li.menu-item.mob_link_only.woosc-menu-item a .woosc-menu-item-inner:after {
	display: none;
}
@media (min-width: 768px) {
  .cc_table .item .row {
    align-items: center;
    align-content: center;
  }
	.mega_menu li.menu-item.mob_link_only {
		display: none;
	}
}
@media (min-width: 992px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .container {
    padding: 0 calc(var(--gap) * 2);
  }
  .hero--home .swiper-pagination_wrap {
    display: none;
  }
  .outlet .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .outlet .swiper-slide {
    width: 25%;
  }
  .sales .swiper-pagination_wrap {
    display: none;
  }
  .products .row {
    margin-bottom: -4rem;
  }
  .products .row > div {
    margin-bottom: 4rem;
  }
  .products .swiper-wrapper {
    flex-wrap: wrap;
    width: auto;
    min-width: 100%;
  }
  .products .swiper-slide {
    width: 25%;
    height: auto;
  }
  .products .swiper-pagination_wrap {
    display: none;
  }
  .cl_filters-head, .cl_filters-head-btn {
    display: none;
  }
  .product_about {
    min-width: calc(var(--container) / 12 * 2 + 100%);
    margin-left: calc(var(--container) / -12);
  }
  .menu-button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: calc(var(--gap) * 2);
    transition: all 0.3s ease-in-out;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 3;
  }
  .header .container {
    padding: 0 calc(var(--gap) * 2);
  }
  .scrolled .header .header_block--bottom {
    transform: translateY(-100%);
    opacity: 0;
  }
  .scrolled .header_langs {
    padding-left: 4rem;
  }
  .menu-open .header_block--bottom {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
}
@media (min-width: 1200px) {
  * {
    scrollbar-width: thin;
    scrollbar-y-position: 1rem;
  }

  *::-webkit-scrollbar {
    width: 0.8rem;
    height: 0.3rem;
    border-radius: 0rem;
  }

  *::-webkit-scrollbar-track {
    border-radius: 0;
  }

  *::-webkit-scrollbar-thumb {
    background: var(--c-dark);
    border-radius: 0;
  }

  *::-webkit-scrollbar-thumb:hover {
    background: var(--c-dark);
  }
  .container {
    max-width: var(--container);
  }
  .menu_link.active {
    color: var(--p-purple);
  }
  .menu_link:hover {
    color: var(--p-purple);
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: var(--container);
  }
}