/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
@font-face {
  font-family: "Futura PT-Light";
  src: url(/assets/fonts/FuturaPT-Light.woff);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT-Book";
  src: url(/assets/fonts/FuturaPT-Book.woff);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT-Medium";
  src: url(/assets/fonts/FuturaPT-Medium.woff);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT-Demi";
  src: url(/assets/fonts/FuturaPT-Demi.woff);
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT-Bold";
  src: url(/assets/fonts/FuturaPT-Bold.woff);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT-Heavy";
  src: url(/assets/fonts/FuturaPT-Heavy.woff);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pacifico";
  src: url(/assets/fonts/Pacifico-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Variables */
:root {
  --black: rgba(0, 0, 0, 1);
  --black900: rgba(37, 43, 71, 1);
  --green900: rgba(39, 101, 99, 1);
  --green900Hover: #38A5A1;
  --black500: rgba(65, 69, 85, 1);
  --cyan100: #DCEDEE;
  --cyan900: rgba(118, 217, 189, 1);
  --cyan900Hover: #5BCDAD;
  --purple700: rgba(137, 56, 230, 1);
  --purple700Hover: #651DB8;
  --cyyan300: rgba(202, 227, 229, 1);
  --cyan100: rgba(220, 237, 238, 1);
  --red900: rgba(228, 5, 59, 1);
  --red900Hover: #F83E6B;
  --yellow900: rgba(230, 190, 142, 1);
  --grey900: rgba(235, 235, 235, 1);
  --yellow700: rgba(247, 221, 110, 1);
  --alabaster: rgba(251, 252, 252, 1);
  --white900: rgba(255, 253, 254, 1);
  --white: rgba(255, 255, 255, 1);
  --orange900: #FF9C41;
  --orange900Hover: #F2831C;
  --cararra: rgba(235, 235, 235, 0.30);
  --font-size-xxs: 11px;
  --font-size-xs: 14px;
  --font-size-s: 15px;
  --font-size-m: 16px;
  --font-size-l: 21px;
  --font-size-26: 26px;
  --font-size-xl: 32px;
  --font-size-xxl: 40px;
  --font-family-futura_pt-light: "Futura PT-Light";
  --font-family-futura_pt-book: "Futura PT-Book";
  --font-family-futura_pt-medium: "Futura PT-Medium";
  --font-family-futura_pt-demi: "Futura PT-Demi";
  --font-family-futura_pt-bold: "Futura PT-Bold";
  --font-family-futura_pt-heavy: "Futura PT-Heavy";
  --font-family-futura_pt-regular: "Futura PT-Regular";
  --font-family-pacifico: "Pacifico";
}

/* Classes */
.futurapt-bold-ebony-clay-40px {
  color: var(--black900);
  font-family: var(--font-family-futura_pt-bold);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 920px) {
  .futurapt-bold-ebony-clay-40px {
    font-size: var(--font-size-xl);
  }
}

.futurapt-bold-casal-32px {
  color: var(--green900);
  font-family: var(--font-family-futura_pt-bold);
  font-size: var(--font-size-xl);
  font-weight: 700;
  font-style: normal;
}

.futurapt-bold-casal-40px {
  color: var(--green900);
  font-family: var(--font-family-futura_pt-bold);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  font-style: normal;
}

.futurapt-medium-swans-down-16px {
  color: var(--cyan100);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.futurapt-heavy-normal-casal-21px {
  color: var(--green900);
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.futurapt-demi-normal-ebony-clay-32px {
  color: var(--black900);
  font-family: var(--font-family-futura_pt-demi);
  font-size: var(--font-size-xl);
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 920px) {
  .futurapt-demi-normal-ebony-clay-32px {
    font-size: var(--font-size-26);
  }
}

.futurapt-heavy-normal-gun-powder-11px {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-xxs);
  font-weight: 400;
  font-style: normal;
}

.futurapt-book-normal-gun-powder-15px {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-book);
  font-size: var(--font-size-s);
  font-weight: 400;
  font-style: normal;
}

.futurapt-bold-red-ribbon-32px {
  color: var(--red900);
  font-family: var(--font-family-futura_pt-bold);
  font-size: var(--font-size-xl);
  font-weight: 700;
  font-style: normal;
}

.futurapt-bold-red-ribbon-40px {
  color: var(--red900);
  font-family: var(--font-family-futura_pt-bold);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  font-style: normal;
}

.futurapt-medium-casal-16px {
  color: var(--green900);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.futurapt-heavy-normal-coconut-11px {
  color: var(--white900);
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-xxs);
  font-weight: 400;
  font-style: normal;
}

.futurapt-bold-coconut-40px {
  color: var(--white900);
  font-family: var(--font-family-futura_pt-bold);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 920px) {
  .futurapt-bold-coconut-40px {
    font-size: var(--font-size-xl);
  }
}

.futurapt-medium-white-16px {
  color: var(--white);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.futurapt-heavy-normal-casal-11px {
  color: var(--green900);
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-xxs);
  font-weight: 400;
  font-style: normal;
}

.futurapt-heavy-normal-gun-powder-21px {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.futurapt-light-gun-powder-14px {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-light);
  font-size: var(--font-size-xs);
  font-weight: 300;
  font-style: normal;
}

.futurapt-regular-normal-casal-32px {
  color: var(--green900);
  font-family: var(--font-family-futura_pt-regular);
  font-size: var(--font-size-xl);
  font-weight: 400;
  font-style: normal;
}

.futurapt-regular-normal-red-ribbon-32px {
  color: var(--red900);
  font-family: var(--font-family-futura_pt-regular);
  font-size: var(--font-size-xl);
  font-weight: 400;
  font-style: normal;
}

.pacfill-16 {
  font-family: var(--font-family-pacifico);
  font-size: var(--font-size-m);
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}

.futurapt-medium-coconut-16px {
  color: var(--white900);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.futurapt-heavy-normal-ebony-clay-21px {
  color: var(--black900);
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-l);
  font-weight: 400;
  font-style: normal;
}

.futurapt-medium-ebony-clay-16px {
  color: var(--black900);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.futurapt-light-ebony-clay-14px {
  color: var(--black900);
  font-family: var(--font-family-futura_pt-light);
  font-size: var(--font-size-xs);
  font-weight: 300;
  font-style: normal;
}

.futurapt-medium-red-ribbon-16px {
  color: var(--red900);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.futurapt-medium-gun-powder-16px {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

.futurapt-medium-purple-heart-16px {
  color: var(--purple700);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m2);
  font-weight: 500;
  font-style: normal;
}

.d-flex {
  align-items: flex-start;
  display: inline-flex;
}

.d-flex-c {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
}

.d-flex-4 {
  align-items: flex-start;
  display: inline-flex;
  gap: 4px;
}

.d-flex-c-4 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.d-flex-8 {
  align-items: flex-start;
  display: inline-flex;
  gap: 8px;
}

.d-flex-c-8 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}

.d-flex-c-10 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}

.d-flex-12 {
  align-items: flex-start;
  display: inline-flex;
  gap: 12px;
}

.d-flex-c-12 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
}

.d-flex-16 {
  align-items: flex-start;
  display: inline-flex;
  gap: 16px;
}

.d-flex-c-16 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}

.d-flex-24 {
  align-items: flex-start;
  display: inline-flex;
  gap: 24px;
}

.d-flex-c-24 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
}

.d-flex-32 {
  align-items: flex-start;
  display: inline-flex;
  gap: 32px;
}

.d-flex-40 {
  align-items: flex-start;
  display: inline-flex;
  gap: 40px;
}

.d-flex-c-40 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 40px;
}

.d-flex-c-64 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 920px) {
  .d-flex-c-64 {
    gap: 24px;
  }
}

.d-flex-c-80 {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 80px;
}

.d-flex-align-center {
  align-items: center;
}

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

.d-flex-wrap {
  flex-wrap: wrap;
}

.more-link:hover {
  text-decoration: underline;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-40 {
  margin-top: 40px;
}

.red {
  color: var(--red900);
}

.cyan {
  color: var(--cyan900);
}

.purple {
  color: var(--purple700);
}

.green {
  color: var(--green900);
}

/*import vendors*/
/*import plugins*/
/*RESET*/
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #333F47;
  font-family: "Futura PT-Heavy", sans-serif;
}

span {
  color: inherit;
}

thead {
  font-weight: 600;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

button {
  transition: 0.3s;
}

a {
  color: rgb(37, 43, 71);
  text-decoration: none;
  transition: 0.3s;
}

/*RESET SWIPER*/
.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0px;
  right: 0px;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  top: 0px;
  width: 0px;
  height: auto;
  margin-top: auto;
  z-index: 10;
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: inherit;
}

.swiper-wrapper {
  width: auto;
}

.swiper-slide {
  width: auto;
}

/*--- Common Classes---------------------*/
::-moz-placeholder {
  color: rgba(23, 21, 18, 0.3);
}
::placeholder {
  color: rgba(23, 21, 18, 0.3);
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.img-hover-scale img {
  transition: transform 0.5s;
}
.img-hover-scale:hover img {
  transform: scale(1.05);
  transition: transform 0.5s;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-5px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

/*****************************
*********  BORDER  *****
******************************/
.container {
  max-width: 1300px;
  margin: 0 auto;
  line-height: initial;
}
@media (max-width: 1300px) {
  .container {
    width: auto;
    margin: 0px 20px;
  }
}

.main-page {
  margin-top: 24px;
  margin-bottom: 122px;
}
@media (max-width: 920px) {
  .main-page {
    margin-top: 16px;
    margin-bottom: 56px;
  }
}

.page {
  margin-top: 48px;
  margin-bottom: 122px;
}
@media (max-width: 920px) {
  .page {
    margin-top: 24px;
    margin-bottom: 56px;
  }
}
.page-text {
  margin-top: 17px;
}
.page-text p, .page-text h1, .page-text h2, .page-text h3, .page-text h4, .page-text h5, .page-text h6 {
  margin-bottom: 1em;
}
.page-text h1, .page-text h2, .page-text h3, .page-text h4, .page-text h5, .page-text h6 {
  font-size: 30px;
}
.page-text ol, .page-text ul {
  padding-left: 40px;
}
.page-text ul {
  list-style: disc;
}
.page-text ol {
  list-style: decimal;
}

.page-title-section {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .page-title-section {
    margin-top: 24px;
  }
}

.swiper-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.toast-message {
  color: white;
}

/*TYPOGRAPHY*/
body {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(37, 43, 71);
  font-weight: 600;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 20px;
}

p, ul, li {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-s);
  font-weight: 400;
  letter-spacing: 0.15px;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: 500;
}

strong {
  font-weight: 600;
}

.tag {
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-xxs);
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  padding: 4px 8px;
  border-radius: 16px;
}

.yellow-tag {
  color: var(--black500);
  background-color: var(--yellow700);
  letter-spacing: 0.44px;
}

.green-tag {
  color: var(--green900);
  background-color: var(--cyyan300);
  letter-spacing: 0.44px;
}
.green-tag:hover {
  color: var(--green900Hover);
}

.orange-tag {
  color: var(--white);
  background-color: var(--yellow900);
  letter-spacing: 0.44px;
}
.orange-tag:hover {
  background-color: var(--orange900);
}

.red-tag {
  color: var(--white);
  background-color: var(--red900);
  letter-spacing: 0.44px;
}

.slider-arrows {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
}

.swiper-btn {
  width: auto;
  background: no-repeat;
  border: none;
  color: var(--grey900);
}
.swiper-btn path {
  fill: var(--grey900);
}
.swiper-btn:hover {
  color: var(--black900) !important;
}
.swiper-btn:hover path {
  fill: var(--black900) !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  gap: 4px;
  padding: 8px 16px;
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  border: none;
}

.slider-btn {
  padding: 12px 24px;
  color: var(--green900);
  background-color: var(--white900);
}
.slider-btn:hover {
  color: var(--green900Hover);
}
.slider-btn:hover path {
  fill: var(--green900Hover);
}

.green-btn {
  background-color: var(--green900);
  color: var(--white900);
}
.green-btn:hover {
  background-color: var(--green900Hover);
}

.green-border-btn {
  border: 1px solid;
  border-color: var(--cyyan300);
  color: var(--green900);
}
.green-border-btn:hover {
  border-color: var(--green900);
  background-color: var(--green900);
  color: var(--white900);
}

.registration-btn::before {
  content: url("/assets/img/icons/mdi_register-outline.svg");
  width: 16px;
  height: 16px;
}
.registration-btn:hover::before {
  content: url("/assets/img/icons/mdi_register-outline-w.svg");
}

.cart-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--purple700);
  border-radius: 16px;
  padding: 8px;
  border: none;
  color: var(--white900);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}
.cart-btn:hover {
  background-color: var(--purple700Hover);
}

.cart-btn-big {
  border-radius: 32px;
  padding: 16px 24px;
}

.cart-btn-order {
  color: var(--white900);
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-l2);
  width: 316px;
  border-radius: 24px;
  padding: 13px 24px;
  justify-content: center;
}
@media (max-width: 320px) {
  .cart-btn-order {
    width: 100%;
  }
}

.in-cart-btn {
  background: var(--green900);
  gap: 8px;
}
.in-cart-btn:before {
  content: url("/assets/img/icons/gridicons_thumbs-up.svg");
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.in-cart-btn:hover {
  background-color: var(--green900Hover);
}

.purple-btn {
  background-color: var(--purple700);
  color: var(--white900);
}
.purple-btn:hover {
  background-color: var(--purple700Hover);
}

.grey-btn {
  padding: 12px 24px;
  background-color: rgba(65, 69, 85, 0.3);
  color: var(--white900);
}
.grey-btn:hover {
  background-color: rgba(65, 69, 85, 0.5);
}

.cyan-btn {
  padding: 12px 24px;
  background-color: var(--cyan900);
  color: var(--white900);
}
.cyan-btn:hover {
  background-color: var(--cyan900Hover);
}

.sort-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 37px;
  height: 37px;
  padding: 4px;
  gap: 8px;
  border-radius: 8px;
  background: var(--cyan900);
  cursor: pointer;
}
.sort-btn:hover {
  background-color: var(--cyan900Hover);
}

.orange-btn {
  padding: 12px 24px;
  background-color: var(--orange900);
  color: var(--white900);
}
.orange-btn:hover {
  background-color: var(--orange900Hover);
}

.yellow-btn {
  padding: 12px 24px;
  background-color: var(--yellow900);
  color: var(--white900);
}
.yellow-btn:hover {
  background-color: var(--orange900Hover);
}

.red-btn {
  padding: 12px 24px;
  background-color: var(--red900);
  color: var(--white900);
}
.red-btn:hover {
  background-color: var(--red900Hover);
}

.trash-btn {
  background: none;
  padding: 0px;
}

.trash-grey-btn {
  gap: 8px;
}
.trash-grey-btn:before {
  content: url("/assets/img/icons/trash-w.svg");
  height: 16px;
  width: 16px;
}

.back-btn {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--grey900);
}

.breadcrumb {
  align-items: center;
  align-self: flex-start;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumb-item {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-xxs);
  text-transform: uppercase;
  border-radius: 16px;
  justify-content: center;
  padding: 4px 8px;
  border: 1px solid var(--grey900);
}
.breadcrumb-item.link {
  background-color: var(--grey900);
}
.breadcrumb-item.link:hover {
  background-color: var(--cyan900);
}
.breadcrumb-divider {
  background: url("/assets/img/icons/bread-divider.svg");
  height: 1px;
  width: 8px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-form {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  border: 1px solid;
  border-color: var(--grey900);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  align-items: center;
  position: relative;
  background: url("/assets/img/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
}

.select-order-form {
  width: 280px;
  color: var(--black500);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  border-radius: 8px;
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 13px 24px;
  align-items: center;
  position: relative;
  background: url("/assets/img/icons/chevron-down.svg");
  background-color: var(--cararra);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
}

.input-form {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-book);
  font-size: var(--font-size-s2);
  align-items: center;
  background-color: var(--cararra);
  border-radius: 8px;
  border: none;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  overflow: hidden;
  padding: 13px 24px;
  position: relative;
  width: 280px;
}

.textarea-form {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-book);
  font-size: var(--font-size-s2);
  align-items: center;
  background-color: var(--cararra);
  border-radius: 8px;
  border: none;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  overflow: hidden;
  padding: 13px 24px;
  position: relative;
  width: 280px;
}

.password-row {
  position: relative;
}
.password-row .far {
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  cursor: pointer;
}
.password-row.invalid .far {
  top: 35%;
}

.is-invalid {
  border: 1px solid var(--red900);
}

.radio-label {
  cursor: pointer;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 17px;
  height: 17px;
  border: 1px solid var(--grey900);
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--purple700);
}

input[type=radio]:checked::before {
  transform: scale(1);
}

.product-card {
  position: relative;
  align-items: center;
  background-color: var(--white900);
  border: 1px solid;
  border-color: var(--grey900);
  border-radius: 24px;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 498px;
  justify-content: space-between;
  padding: 16px 24px;
  width: 308px !important;
}
@media (max-width: 576px) {
  .product-card {
    padding: 16px;
    width: 100% !important;
  }
}
.product-card .image {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-card .image img {
  background-blend-mode: multiply;
  height: 224px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card .title .futurapt-medium-ebony-clay-16px {
  width: 230px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}
.product-card .description {
  letter-spacing: 0.28px;
  line-height: normal;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}
.product-card .tags {
  align-items: flex-start;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}
.product-card .tag {
  position: absolute;
  left: 10px;
}

.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.old-price {
  text-decoration: line-through;
}

.favorite {
  border: none;
  background: none;
  height: 24px;
  position: relative;
  width: 24px;
  padding: 0px;
}
.favorite:hover path {
  fill: rgba(228, 5, 59, 0.3);
}
.favorite.active path {
  fill: #E4053B;
}

.news-card {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  background: none;
  border-radius: 24px;
}
.news-card .image {
  height: 310px;
  width: 310px;
}
.news-card .image img {
  height: 310px;
  width: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 24px 0px 0px;
}
.news-card .info {
  padding: 16px 16px 24px 16px;
  border-radius: 0px 0px 24px 24px;
  background: var(--cyan100);
}
.news-card .info .title {
  width: 278px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}
.news-card:hover {
  box-shadow: 0px 8px 24px rgba(42, 102, 106, 0.1019607843);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.modal-content {
  margin: 5% auto;
  position: relative;
  max-width: 708px;
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  box-shadow: 0px 8px 24px 0px rgba(122, 81, 43, 0.1);
}
.modal-content.review-modal {
  background: #FFF9F5;
}
.modal-content.faq-modal {
  background: #FBFCFC;
}
.modal-content.faq-modal input, .modal-content.faq-modal textarea {
  background: var(--cyan100);
}
@media (max-width: 768px) {
  .modal-content input, .modal-content textarea {
    width: 100%;
  }
}
.modal-content img {
  min-width: 356px;
  height: 356px;
}
@media (max-width: 576px) {
  .modal-content img {
    display: none;
  }
}
.modal-content button {
  width: 100%;
  justify-content: center;
}
@media (max-width: 920px) {
  .modal-content {
    flex-direction: column;
    max-width: 368px;
  }
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.rating {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  flex-direction: row-reverse;
}

.rating input[type=radio] {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.rating label {
  cursor: pointer;
}

.rating label:before {
  content: url("/assets/img/icons/star-g.svg"); /* Звезда без заливки */
}

.rating input[type=radio]:checked ~ label:before {
  content: url("/assets/img/icons/star-o.svg"); /* Звезда с заливкой */
}

.slider-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .slider-section {
    margin-bottom: 40px;
  }
}
.slider-section .slider-items {
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-section .slider-items img {
  width: 100%;
  height: auto;
  display: none;
}
.slider-section .slider-items .slider-image-desktop {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 560px;
}
@media (max-width: 920px) {
  .slider-section .slider-items .slider-image-desktop {
    display: none;
  }
}
.slider-section .slider-items .slider-image-mobile {
  display: none;
}
@media (max-width: 920px) {
  .slider-section .slider-items .slider-image-mobile {
    display: block;
  }
}
.slider-section .slider-navigation {
  position: absolute;
  bottom: 32px;
  right: 79px;
  padding: 8px 24px;
  background-color: var(--white900);
  border-radius: 40px;
  z-index: 9;
}
@media (max-width: 576px) {
  .slider-section .slider-navigation {
    position: static;
    display: flex;
    justify-content: center;
  }
}
.slider-section .slider-navigation .swiper-btn {
  color: var(--yellow900);
}
.slider-section .slider-navigation .swiper-btn path {
  fill: var(--yellow900);
}

.product-section {
  margin-bottom: 56px;
  overflow: hidden;
}
.product-section-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 920px) {
  .product-section .slider-navigation {
    display: none;
  }
}
@media (max-width: 576px) {
  .product-section .more-link {
    display: none;
  }
}

.mobile-more-btn {
  display: none;
}
@media (max-width: 576px) {
  .mobile-more-btn {
    margin-top: 24px;
    width: 100%;
    display: block;
  }
  .mobile-more-btn .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
  }
}

.artlife-section {
  margin-bottom: 56px;
  border-radius: 64px;
  background: #FBFCFC url(/assets/img/mask/artlife-mask.png);
  padding: 64px 128px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .artlife-section {
    padding: 64px 100px;
  }
}
@media (max-width: 920px) {
  .artlife-section {
    flex-direction: column;
    padding: 48px 20px;
  }
  .artlife-section img {
    width: 320px;
    height: 320px;
  }
}
.artlife-section-description {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  margin-left: -14px;
}
@media (max-width: 920px) {
  .artlife-section-description {
    margin-left: 0px;
    gap: 16px;
  }
}
.artlife-section-description .sm-text {
  color: var(--cyan900);
}

.better-section {
  margin-bottom: 56px;
}
.better-section-top {
  display: flex;
  align-items: center;
  border-radius: 64px 64px 0px 0px;
  background: #FBFCFC url(/assets/img/mask/best-life-mask.png);
  padding: 64px 128px;
}
@media (max-width: 1024px) {
  .better-section-top {
    padding: 64px 100px;
  }
}
@media (max-width: 920px) {
  .better-section-top {
    flex-direction: column-reverse;
    padding: 48px 20px;
  }
  .better-section-top img {
    width: 320px;
    height: 320px;
  }
}
.better-section-top .better-section-description .sm-text {
  color: var(--green900);
}
.better-section-top .green-btn {
  padding: 12px 24px;
}
.better-section-bottom {
  align-items: center;
  background-color: var(--green900);
  border-radius: 0px 0px 64px 64px;
  display: flex;
  justify-content: space-between;
  padding: 32px 64px;
}
@media (max-width: 920px) {
  .better-section-bottom {
    padding: 40px 64px;
    flex-direction: column;
    gap: 24px;
  }
  .better-section-bottom img {
    display: none;
  }
}
.better-section-bottom .better-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-partner-section {
  display: flex;
  align-items: center;
  border-radius: 64px;
  background: #FCF9FE url(/assets/img/mask/partner-mask.png);
  padding: 64px 128px;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .main-partner-section {
    padding: 64px 100px;
  }
}
@media (max-width: 920px) {
  .main-partner-section {
    flex-direction: column-reverse;
    padding: 48px 20px;
  }
  .main-partner-section img {
    width: 320px;
    height: 320px;
  }
}
.main-partner-section .main-partner-description .sm-text {
  color: var(--purple700);
}
.main-partner-section .main-partner-description .purple-btn {
  padding: 12px 24px;
}

.main-news-section {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .main-news-section .more-link {
    display: none;
  }
}
.main-news-section .news-row {
  align-items: flex-start;
  display: inline-flex;
  gap: 20px;
}
.main-news-section .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.page-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.page-filter-form {
  align-items: flex-start;
  display: inline-flex;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1130px) {
  .page-filter-form {
    flex-wrap: wrap;
  }
}
.page-filter-form .custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.page-filter-form .custom-select-wrapper .custom-select {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}
.page-filter-form .custom-select-wrapper .custom-select.open .custom-select-trigger {
  border-radius: 8px 8px 0px 0px;
}
.page-filter-form .custom-select-wrapper .custom-select.open .custom-options {
  display: block;
}
.page-filter-form .custom-select-wrapper .custom-select .custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid var(--grey900, #EBEBEB);
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  padding-right: 20px;
  position: relative;
}
.page-filter-form .custom-select-wrapper .custom-select .custom-select-trigger::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/assets/img/icons/chevron-down.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.page-filter-form .custom-select-wrapper .custom-select .custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  z-index: 2;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid var(--grey900, #EBEBEB);
  border-top: none;
}
.page-filter-form .custom-select-wrapper .custom-select .custom-options .custom-option {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  margin-bottom: 2px;
}
.page-filter-form .custom-select-wrapper .custom-select .custom-options .custom-option:hover {
  background-color: #DCEDEE;
}
.page-filter-form .custom-select-wrapper .custom-select .custom-options .custom-option:hover label {
  color: var(--black500);
}
.page-filter-form .custom-select-wrapper .custom-select .custom-options .custom-option.selected {
  background-color: #8938E6;
}
.page-filter-form .custom-select-wrapper .custom-select .custom-options .custom-option.selected label {
  color: white;
}
.page-filter-form .custom-select-wrapper .custom-select .custom-options .custom-option label {
  margin-left: 10px;
  width: 100%;
  cursor: pointer;
}
.page-filter-form .custom-select-wrapper .custom-select .custom-options .custom-option input[type=checkbox] {
  display: none;
}
.page-filter-form .dropdown-sort {
  display: none;
  padding: 8px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--grey900, #EBEBEB);
  background: #FFF;
  box-shadow: 0px 8px 24px 0px rgba(43, 103, 106, 0.1);
  position: absolute;
  z-index: 1;
  top: calc(100% + 8px);
  left: 0;
}
.page-filter-form .dropdown-sort a {
  display: block;
  color: var(--black900);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}
.page-filter-form .dropdown-sort a:not(:last-child) {
  margin-bottom: 8px;
}
.page-filter-form .dropdown-sort a:hover {
  color: var(--purple700, #8938E6);
}
.page-filter-form .dropdown-sort a.active {
  color: var(--purple700, #8938E6);
}
.page-filter-form .form-btns {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-filter-form .form-btns .grey-btn {
  padding: 8px 24px;
}
@media (max-width: 576px) {
  .page-filter-form .form-btns {
    width: 100%;
    margin-top: 8px;
  }
  .page-filter-form {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .page-filter-form select {
    width: 100% !important;
  }
}

.catalog-items {
  margin-top: 24px;
}

.items-row {
  align-items: flex-start;
  display: flex;
  gap: 20px 20px;
  flex-wrap: wrap;
}
@media (max-width: 920px) {
  .items-row {
    justify-content: center;
  }
}

.more-items {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.product-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1300px) {
  .product-top {
    flex-wrap: wrap;
  }
}
.product-top .product-slider {
  align-items: center;
  display: inline-flex;
  gap: 20px;
  justify-content: center;
}
.product-top .product-slider .side-slider {
  height: 600px;
  width: 90px;
}
.product-top .product-slider .side-slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-top .product-slider .side-slider .thumbs .selection {
  height: 120px;
  position: relative;
  width: 90px !important;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-top .product-slider .side-slider .thumbs .selection.active {
  border-radius: 16px;
  border: 2px solid var(--green900);
}
.product-top .product-slider .side-slider .thumbs .selection:hover {
  border-radius: 16px;
  border: 2px solid var(--cyyan300);
}
.product-top .product-slider .side-slider .thumbs .selection img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 74px;
  height: 104px;
  flex-shrink: 0;
}
.product-top .main-slide-img {
  height: 560px;
  position: relative;
  width: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-top .specification {
  align-items: flex-start;
  border-color: var(--grey900);
  border-left-style: solid;
  border-left-width: 1px;
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  padding: 0px 16px;
}
.product-top .specification .stats {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}
.product-top .specification .stats .specification-table {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
}
.product-top .specification .stats .specification-table-row {
  align-items: center;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-color: var(--grey900);
  display: flex;
  justify-content: space-between;
  padding: 4px 0px;
  width: 284px;
}
.product-top .specification .stats .specification-table-row .value {
  width: 128px;
}
.product-top .specification .documentation {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}
.product-top .specification .documentation .futurapt-medium-casal-16px {
  text-decoration: underline;
}
.product-top .specification .documentation .futurapt-medium-casal-16px:hover {
  color: var(--green900Hover);
}
.product-top .specification .active-elements {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}
.product-top .specification .active-elements-row {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
  width: 320px;
}
.product-top .specification .active-elements-row .futurapt-medium-casal-16px {
  text-decoration: underline;
}
.product-top .specification .active-elements-row .futurapt-medium-casal-16px:hover {
  color: var(--green900Hover);
}
.product-top .cart-info {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 576px) {
  .product-top .cart-info {
    margin-top: 40px;
  }
}
.product-top .cart-info-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 352px;
}
.product-top .cart-info-title .favorite, .product-top .cart-info-title .favorite svg {
  width: 40px;
  height: 40px;
}
.product-top .cart-info .reviews {
  text-decoration: underline;
}
.product-top .cart-info .description-sm {
  letter-spacing: 0.15px;
  width: 300px;
}
.product-top .cart-info .article {
  letter-spacing: 0.15px;
  opacity: 0.5;
  width: 300px;
}
.product-top .cart-info .price-n-add {
  align-items: flex-start;
  background-color: #fcf9fe;
  border-radius: 24px;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  position: relative;
}
.product-top .cart-info .price-n-add .product-count {
  align-items: center;
  background-color: var(--white900);
  border: 1px solid;
  border-color: var(--grey900);
  border-radius: 32px;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  justify-content: center;
  padding: 16px 24px;
  width: 320px;
}
.product-top .cart-info .price-n-add .product-count .futurapt-medium-gun-powder-16px:after {
  content: url(/assets/img/icons/line-2.svg);
  margin-left: 8px;
}
.product-top .cart-info .tag {
  font-size: 18px;
}

.product-count-input {
  display: flex;
  gap: 12px;
  align-items: center;
}
.product-count-input button {
  padding: 4px;
  border: none;
  background: none;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-count-input button:hover {
  background: var(--cyan900Hover);
}
.product-count-input .btn-minus:after {
  content: url(/assets/img/icons/minus.svg);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-count-input .btn-plus:after {
  content: url(/assets/img/icons/plus.svg);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-count-input .qty-val {
  background: no-repeat;
  border: none;
  color: var(--black900lack900);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  width: 40px;
}

.product-description {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1300px) {
  .product-description {
    flex-wrap: wrap;
  }
}

.tabs {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  width: 641px;
}
@media (max-width: 920px) {
  .tabs {
    overflow: hidden;
    overflow-x: scroll;
  }
}
.tabs-row {
  align-items: flex-start;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--grey900);
  display: inline-flex;
  gap: 48px;
}
.tabs-row .tab {
  align-items: flex-start;
  display: inline-flex;
  gap: 8px;
  opacity: 0.5;
  padding: 8px 12px;
  cursor: pointer;
}
.tabs-row .tab.active {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: var(--cyan900);
  opacity: 1;
}

.tab-content {
  display: none;
}
.tab-content ul {
  list-style: circle;
  padding-left: 25px;
}
.tab-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.tab-content table th, .tab-content table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
}
.tab-content table th {
  background-color: #f2f2f2;
  color: #333;
}
.tab-content.active {
  display: block;
}

.review-section {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
}
.review-section .review-summary {
  align-items: center;
  background-color: #fff9f5;
  border-radius: 24px;
  display: inline-flex;
  gap: 32px;
  padding: 16px;
}
.review-section .review-summary .total-rating {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-bold);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  letter-spacing: 0;
}
.review-section .review-summary .orange-btn {
  width: 100%;
  justify-content: center;
}
.review-section .review-summary .value-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 172px;
}
.review-section .reviews-row {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.review-section .reviews-row .review-item {
  align-items: flex-start;
  background-color: var(--white900);
  border: 1px solid;
  border-color: var(--grey900);
  border-radius: 16px;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.review-section .reviews-row .review-item .review-has-answer {
  padding-bottom: 16px;
  border-bottom: 1px solid #EBEBEB;
}
.review-section .reviews-row .review-item .review-client {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 388px;
}
@media (max-width: 576px) {
  .review-section .reviews-row .review-item .review-client {
    width: 300px;
  }
}
.review-section .reviews-row .review-item .review-text {
  width: 388px;
}
@media (max-width: 576px) {
  .review-section .reviews-row .review-item .review-text {
    width: 300px;
  }
}
.review-section .reviews-row .review-item .review-text P {
  color: var(--black900);
  font-family: var(--font-family-futura_pt-light);
  font-size: var(--font-size-xs);
  font-weight: 300;
  font-style: normal;
}
.review-section .reviews-row .review-item .review-answer {
  align-items: flex-start;
  border-color: var(--red900);
  border-left-style: solid;
  border-left-width: 2px;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px 0px 0px 16px;
}
.review-section .reviews-row .review-item .review-answer .logo {
  height: 24px;
  width: 101px;
}

.tags-section {
  align-items: flex-start;
  align-self: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
}
.tags-section .tags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  width: 640px;
}
@media (max-width: 920px) {
  .tags-section .tags {
    width: 100%;
  }
}
.tags-section .tags .tag {
  padding: 8px 16px;
}

.product-rating {
  display: flex;
}
.product-rating.small-rating .star-icon {
  height: 16px;
}
.product-rating.small-rating .star-icon img {
  height: 16px;
}

.faq-section {
  align-items: flex-start;
  align-self: center;
  display: inline-flex;
  gap: 80px;
  margin-top: 25px;
}
@media (max-width: 1130px) {
  .faq-section {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .faq-section {
    margin-top: 0px;
  }
}
.faq-section-left {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
}
.faq-section-left .faq-search {
  display: flex;
}
.faq-section-left .faq-search input {
  border: 1px solid;
  border-color: var(--cyyan300);
  border-radius: 8px 0px 0px 8px;
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 0px 24px;
  position: relative;
  background: none;
  color: var(--black500);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
  width: 330px;
}
.faq-section-left .faq-search button {
  display: flex;
  border: none;
  border-radius: 0px 8px 8px 0px;
  background: var(--green900);
  padding: 16px;
}
.faq-section-left .faq-form-head {
  color: var(--black900);
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-l2);
  font-weight: 400;
  letter-spacing: 0;
}
.faq-section-left .green-btn {
  padding: 13px 24px;
  width: 280px;
  justify-content: center;
}
@media (max-width: 1130px) {
  .faq-section-left .faq-search-row {
    display: none;
  }
}
@media (max-width: 576px) {
  .faq-section-left {
    width: 100%;
  }
  .faq-section-left .d-flex-c-8, .faq-section-left .input-form, .faq-section-left .textarea-form, .faq-section-left .btn {
    width: 100%;
  }
}

.faq {
  align-items: flex-start;
  background-color: var(--alabaster);
  border-radius: 24px;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
@media (max-width: 576px) {
  .faq {
    background: none;
    padding: 16px 0px;
  }
}
.faq-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 480px;
}
@media (max-width: 920px) {
  .faq-top {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.faq-top-title {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  padding: 8px 12px;
}
.faq-top .green-btn {
  padding: 12px 24px;
}
.faq-item {
  align-items: flex-start;
  background-color: var(--white900);
  border: 1px solid;
  border-color: var(--grey900);
  border-radius: 16px;
  display: flex;
  gap: 8px;
  justify-content: space-around;
  flex-direction: column;
  padding: 16px;
  width: 480px;
}
@media (max-width: 920px) {
  .faq-item {
    width: 100%;
    gap: 20px;
  }
}
.faq-item .question {
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.faq-item .answer {
  border-color: var(--red900);
  border-left-style: solid;
  border-left-width: 1px;
  display: none;
  padding: 0px 0px 0px 16px;
  align-items: flex-end;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}
.faq-item .answer p {
  color: var(--black900);
  font-family: var(--font-family-futura_pt-light);
  font-size: var(--font-size-xs);
  font-weight: 300;
  letter-spacing: 0.28px;
}
.faq-item.open .answer {
  display: inline-flex;
}
.faq-item.open svg {
  transform: rotate(180deg);
}

.contact-about {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  width: 1080px;
}
@media (max-width: 1130px) {
  .contact-about {
    width: 100%;
  }
}
.contact-about .futurapt-book-normal-gun-powder-15px {
  width: 640px;
  letter-spacing: 0.15px;
}
@media (max-width: 920px) {
  .contact-about .futurapt-book-normal-gun-powder-15px {
    width: 100%;
  }
}
.contact-about-right {
  height: 344px;
  width: 344px;
  position: relative;
}
@media (max-width: 1130px) {
  .contact-about-right {
    display: none;
  }
}
.contact-about-right .ellipse {
  border: 1px dashed;
  border-color: var(--grey900);
  border-radius: 140px;
  height: 280px;
  left: 32px;
  position: absolute;
  top: 32px;
  width: 280px;
}
.contact-about-right .ellipse-item1 {
  height: 64px;
  left: 280px;
  position: absolute;
  top: 140px;
  width: 64px;
}
.contact-about-right .ellipse-item2 {
  height: 64px;
  left: 140px;
  position: absolute;
  top: 0;
  width: 64px;
}
.contact-about-right .ellipse-item3 {
  height: 64px;
  left: 140px;
  position: absolute;
  top: 280px;
  width: 64px;
}
.contact-about-right .ellipse-item4 {
  height: 64px;
  left: 0;
  position: absolute;
  top: 140px;
  width: 64px;
}

.contact-info {
  align-items: center;
  border-radius: 24px;
  box-shadow: 0px 8px 24px rgba(42, 102, 106, 0.1019607843);
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  background-color: var(--alabaster);
}
@media (max-width: 920px) {
  .contact-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-info-left {
  align-items: flex-start;
  background-color: var(--alabaster);
  border-radius: 24px 0px 0px 24px;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  padding: 16px 48px 16px 16px;
}
@media (max-width: 920px) {
  .contact-info-left {
    border-radius: 24px;
    gap: 16px;
  }
}
.contact-info-left .title {
  opacity: 0.5;
}
.contact-info-left .value-link {
  text-decoration: underline;
}
.contact-info-left .value-link:hover {
  color: var(--cyan900);
}
.contact-info-left .socials {
  padding: 0px 32px;
}
.contact-info-left .socials-items__item:hover path {
  fill: var(--cyan900);
}

.contact-form {
  align-items: center;
  background-color: #fcf9fe;
  border-radius: 64px;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 56px;
  padding: 48px;
}
@media (max-width: 920px) {
  .contact-form {
    flex-direction: column-reverse;
    padding: 48px 16px;
  }
  .contact-form img {
    width: 320px;
    height: 214px;
  }
  .contact-form .d-flex-c-24, .contact-form .d-flex-c-8, .contact-form input, .contact-form textarea {
    width: 100%;
  }
}
.contact-form input, .contact-form textarea {
  background: var(--white);
}
.contact-form .purple-btn {
  width: 100%;
  padding: 13px 24px;
  justify-content: center;
}
.contact-form .subscribe-form-text {
  width: 280px;
}
@media (max-width: 920px) {
  .contact-form .subscribe-form-text {
    width: 100%;
  }
}

.news-tags-section {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin-top: 17px;
}
.news-tags-section .tag {
  padding: 8px 16px;
  font-size: var(--font-size-m2);
}
.news-tags-section .tag.active {
  background-color: var(--black900);
}

.news-page-section .news-page-row {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 32px;
}
@media (max-width: 920px) {
  .news-page-section .news-page-row {
    align-items: center;
    justify-content: center;
  }
}

.shops-section {
  margin-top: 24px;
  display: inline-flex;
  gap: 85px;
}
@media (max-width: 1085px) {
  .shops-section {
    flex-direction: column;
  }
  .shops-section .shops-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 920px) {
  .shops-section {
    gap: 16px;
  }
}
.shops-section .shop-card {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
}
.shops-section .shop-card:hover {
  border: 2px solid;
  border-radius: 24px;
  border-color: var(--grey900);
}
.shops-section .shop-card-top {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  width: 323px;
}
.shops-section .shop-card-top .logo {
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 32px;
}
.shops-section .shop-card-body {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
}
.shops-section .shop-card-body .map-pin {
  height: 16px;
  position: relative;
  width: 16px;
}
.shops-section .shop-card-body .shop-info {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
}
.shops-section .shop-card.active {
  border: 2px solid;
  border-radius: 24px;
  border-color: var(--red900);
}
.shops-section .shop-map .tab-content {
  height: 645px;
  width: 860px;
}
@media (max-width: 1300px) {
  .shops-section .shop-map .tab-content {
    width: 500px;
  }
}
@media (max-width: 1085px) {
  .shops-section .shop-map .tab-content {
    width: 100%;
  }
}
.shops-section .shop-map .tab-content .shop-map {
  border-radius: 48px;
}

.error-page .error-img {
  height: 500px;
  width: 750px;
}
.error-page .title {
  font-family: var(--font-family-futura_pt-bold);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  letter-spacing: 0;
  margin-top: -1px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.error-page .btn {
  padding: 13px 24px;
  width: 280px;
  justify-content: center;
}

.login-section {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 64px;
  margin-top: 25px;
}
@media (max-width: 1300px) {
  .login-section img {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 768px) {
  .login-section {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.login-section .login-form {
  flex-wrap: wrap;
}
.login-section a {
  text-decoration: underline;
}
.login-section .btn {
  padding: 13px 24px;
  width: 280px;
  justify-content: center;
}
@media (max-width: 576px) {
  .login-section .btn {
    width: 100%;
  }
}
.login-section .subscribe-form-text {
  width: 280px;
}
@media (max-width: 576px) {
  .login-section .subscribe-form-text {
    width: 100%;
  }
  .login-section, .login-form, .d-flex-c-24, .d-flex-c-16, .d-flex-c-8, .form-row, .input-form {
    width: 100%;
  }
}
.cart-title-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .cart-title-section {
    flex-direction: column;
    gap: 8px;
  }
}

.cart-page-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 576px) {
  .cart-page-title {
    gap: 8px;
  }
}
.cart-page-title-back {
  align-items: center;
  display: flex;
}

.cart-product-section {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 810px) {
  .cart-product-section {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: center;
  }
}
.cart-product-section .cart-products .cart-product {
  align-items: center;
  background-color: var(--white900);
  border: 1px solid;
  border-color: var(--grey900);
  border-radius: 24px;
  display: inline-flex;
  gap: 24px;
  padding: 8px 16px;
}
@media (max-width: 1300px) {
  .cart-product-section .cart-products .cart-product {
    flex-direction: column;
  }
}
.cart-product-section .cart-products .cart-product .product-img {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  width: 160px;
}
.cart-product-section .cart-products .cart-product .product-img img {
  background-blend-mode: multiply;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 120px;
}
.cart-product-section .cart-products .cart-product .product-title {
  width: 200px;
}
.cart-product-section .cart-products .cart-product .product-title__link {
  width: 200px;
}
.cart-product-section .cart-products .cart-product .product-title__link:hover {
  text-decoration: underline;
}
.cart-product-section .cart-products .cart-product .product-price {
  width: 160px;
}
.cart-product-section .cart-products .cart-product .product-count-input {
  background-color: var(--white900);
  border: 1px solid;
  border-color: var(--grey900);
  border-radius: 32px;
  padding: 16px;
}
@media (max-width: 320px) {
  .cart-product-section .cart-products .cart-product .price-row {
    flex-direction: column;
  }
}

.cart-price-info {
  align-items: flex-start;
  background-color: #fcf9fe;
  border-radius: 24px;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
@media (max-width: 576px) {
  .cart-price-info {
    padding: 24px 12px;
  }
}
.cart-price-info__title {
  color: var(--purple700);
  font-family: var(--font-family-futura_pt-demi);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
}
.cart-price-info .info-item {
  align-items: center;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-color: var(--grey900);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 16px 0px;
  width: 330px;
}
@media (max-width: 320px) {
  .cart-price-info .info-item {
    width: 100%;
  }
}
.cart-price-info .subscribe-form-text {
  width: 316px;
}
@media (max-width: 320px) {
  .cart-price-info .subscribe-form-text {
    width: 100%;
  }
}
.cart-price-info .order-title {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-demi);
  font-size: var(--font-size-xl);
  font-weight: 400;
}

.cart-order-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 25px;
}
@media (max-width: 576px) {
  .cart-order-section {
    grid-template-columns: 1fr;
  }
}

.cart-prod-sm {
  align-items: center;
  background-color: var(--white900);
  border: 1px solid;
  border-color: var(--grey900);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  width: 380px;
}
@media (max-width: 576px) {
  .cart-prod-sm {
    width: 100%;
  }
}
.cart-prod-sm .number {
  width: 40px;
}
@media (max-width: 576px) {
  .cart-prod-sm .number {
    display: none;
  }
}
.cart-prod-sm .title {
  width: 200px;
}

.profile-container {
  margin-top: 32px;
}
.profile-container .btn-w-280 {
  padding: 13px 24px;
  width: 280px;
  justify-content: center;
}
.profile-container .address-edit-form .btn {
  width: auto;
}

.profile-menu-section {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .profile-menu-section {
    overflow-y: scroll;
  }
}
.profile-menu-section .tabs-row {
  gap: 24px;
}
@media (max-width: 768px) {
  .profile-menu-section .tabs-row {
    align-items: center;
  }
}
.profile-menu-section .exit-btn a {
  opacity: 0.5;
}

.profile-info {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .profile-info .user-info {
    flex-wrap: wrap;
  }
}
.profile-info .user-info-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 160px;
}
.profile-info .user-info-top .edit {
  background: none;
  border: none;
}
.profile-info .user-info .name {
  width: 240px;
}

.bonus-info {
  align-items: flex-start;
  background-color: var(--alabaster);
  border-radius: 24px;
  display: inline-flex;
  gap: 24px;
  padding: 24px;
}
.bonus-info-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.bonus-info-item .title {
  color: var(--Cyan900, #76D9BD);
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-m);
  font-weight: 500;
}

.profile-orders {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .profile-orders {
    max-width: 100%;
  }
  .profile-orders .referal-section {
    flex-wrap: wrap;
  }
}
.profile-orders .orders-table {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1024px) {
  .profile-orders .orders-table {
    max-width: 100%;
    overflow-x: scroll;
  }
}
.profile-orders .orders-table-head {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  text-align: center;
  align-items: flex-end;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--black500);
  flex: 0 0 auto;
  gap: 24px;
  padding: 16px;
}
.profile-orders .orders-table-item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  text-align: center;
  align-items: flex-end;
  background-color: var(--white900);
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-color: var(--grey900);
  border-radius: 4px;
  gap: 24px;
  padding: 16px;
}
.profile-orders .orders-table .text-40 {
  width: 118px;
}
.profile-orders .orders-table .text-42 {
  width: 132px;
}
.profile-orders .orders-table .text-2 {
  width: 142px;
}
.profile-orders .orders-table .text-4 {
  width: 80px;
}
.profile-orders .orders-table .text-52 {
  color: var(--black900);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m2);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  width: 80px;
}
.profile-orders .orders-table .text-52:hover {
  color: var(--purple700);
}
.profile-orders .orders-table .order-actions {
  display: flex;
}
.profile-orders .orders-table .order-actions button {
  border: none;
  background: none;
  color: red;
}

@media (max-width: 1024px) {
  .profile-order-page {
    flex-wrap: wrap;
  }
}

.add-address {
  background-color: var(--alabaster);
  border-radius: 16px;
  height: 381px;
  position: relative;
  width: 280px;
  cursor: pointer;
}
.add-address-icon {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  left: 73px;
  position: relative;
  top: 166px;
}
.add-address:hover {
  background: var(--cyan100);
}

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

.header-top {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: var(--cyyan300);
  padding: 24px 0px;
}
.header-top .logo {
  height: 40px;
  width: 167px;
}
.header-top-right {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 40px;
}
.header-top-right .select-form {
  width: 144px;
}
@media (max-width: 920px) {
  .header-top-right .select-form {
    display: none;
  }
  .header-top-right .profile-btns {
    display: none;
  }
}

.cart-head {
  position: relative;
}
.cart-head-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -5px;
  height: 15px;
  width: 15px;
  padding: 1px;
  border-radius: 16px;
  border: 1px solid var(--Purple700, #8938E6);
  background: var(--White900, #FFFEFE);
  color: var(--purple700);
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
}

.favorite-head {
  position: relative;
}
.favorite-head-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -5px;
  height: 15px;
  width: 15px;
  padding: 1px;
  border-radius: 16px;
  border: 1px solid var(--red900);
  background: var(--white900);
  color: var(--red900);
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
}

.header-bottom {
  background-color: var(--cyan100);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: var(--cyyan300);
  position: relative;
}
.header-bottom__left {
  display: inline-flex;
  gap: 32px;
}
@media (max-width: 920px) {
  .header-bottom__left {
    display: none;
  }
}
.header-bottom__left .catalog-btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 24px 0px;
}
.header-bottom .header-search {
  display: flex;
  width: auto;
  padding: 24px 0px;
}
@media (max-width: 1130px) {
  .header-bottom .header-search {
    display: none;
  }
}
@media (max-width: 920px) {
  .header-bottom .header-search {
    display: flex;
    width: 100%;
  }
}
.header-bottom .header-search input {
  border: 1px solid;
  border-color: var(--cyyan300);
  border-radius: 8px 0px 0px 8px;
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 0px 24px;
  position: relative;
  background: none;
  color: var(--black500);
  font-family: var(--font-family-futura_pt-medium);
  font-size: var(--font-size-m);
  font-weight: 500;
  font-style: normal;
}
.header-bottom .header-search input:focus {
  border-color: var(--green900Hover);
}
@media (max-width: 920px) {
  .header-bottom .header-search input {
    width: 100%;
  }
}
.header-bottom .header-search button {
  display: flex;
  border: none;
  border-radius: 0px 8px 8px 0px;
  background: var(--green900);
  padding: 16px;
}
.header-bottom .navbar {
  align-items: flex-end;
  display: inline-flex;
  gap: 24px;
}
@media (max-width: 920px) {
  .header-bottom .navbar {
    display: none;
  }
}
.header-bottom .navbar-item {
  position: relative;
  padding: 24px 0px;
}
.header-bottom .navbar-item__link {
  color: var(--black900);
  font-family: var(--font-family-futura_pt-heavy);
  font-size: var(--font-size-l);
  font-weight: 400;
}
.header-bottom .navbar-item__link.active {
  color: var(--green900);
}
.header-bottom .navbar-item__link:hover {
  color: var(--green900);
}
.header-bottom .navbar-item .navbar-dropdown-menu {
  position: absolute;
  left: 0px;
  top: 75px;
  display: none;
  padding: 24px 48px 24px 42px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 0px 0px 16px 16px;
  background: var(--White900, #FFFEFE);
  box-shadow: 0px 8px 24px 0px rgba(43, 103, 106, 0.1);
  z-index: 12;
}
.header-bottom .navbar-item .navbar-dropdown-menu__item-link {
  color: var(--Black500);
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.header-bottom .navbar-item .navbar-dropdown-menu__item-link:hover {
  color: var(--green900);
}
.header-bottom .navbar-item:hover .navbar-dropdown-menu {
  display: inline-flex;
}
.header-bottom__mobile {
  display: none;
}
@media (max-width: 920px) {
  .header-bottom__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    padding: 16px 20px;
  }
  .header-bottom__mobile .menu-item {
    background: none;
    border: none;
  }
  .header-bottom__mobile .menu-item img {
    width: 24px;
    height: 24px;
  }
  .header-bottom__mobile .menu-item.open img {
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 24px;
    background: var(--Green900, #276563);
  }
}
.header-bottom .mobile-profile-pop {
  position: absolute;
  display: none;
  padding: 24px 20px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 0px 0px 24px 24px;
  background: var(--white900);
  box-shadow: 0px 8px 24px 0px rgba(43, 103, 106, 0.1);
  width: 100%;
  z-index: 11;
}
.header-bottom .mobile-profile-pop.menu-pop {
  align-items: flex-start;
}
.header-bottom .mobile-profile-pop.open {
  display: flex;
}
.header-bottom .mobile-profile-pop .btn {
  display: flex;
  width: 100%;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.header-bottom .mobile-profile-pop .navbar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  width: 100%;
}
.header-bottom .mobile-profile-pop .navbar .navbar-item {
  padding: 16px;
  width: 100%;
}
.header-bottom .mobile-profile-pop .navbar .navbar-item .pop-dropdown-menu {
  display: none;
  padding: 16px 0px 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.header-bottom .mobile-profile-pop .navbar .navbar-item .pop-dropdown-menu .navbar-dropdown-menu__item-link {
  font-family: "Futura PT-Medium";
}
.header-bottom .mobile-profile-pop .navbar .catalog-mob {
  background: var(--green900);
}
.header-bottom .mobile-profile-pop .navbar .catalog-mob .navbar-item__link {
  color: var(--white);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.pop-up-menu {
  align-items: flex-start;
  background-color: var(--white900);
  box-shadow: 0px 8px 24px rgba(42, 102, 106, 0.1019607843);
  display: none;
  left: 0;
  min-width: 1348px;
  padding: 32px 24px;
  position: absolute;
  top: 98px;
  z-index: 11;
  border-radius: 0px 0px 64px 64px;
}
.pop-up-menu.open {
  display: flex;
}
.pop-up-menu-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pop-up-menu-container .menu-pop-up-title {
  align-items: center;
  display: inline-flex;
  gap: 16px;
  padding: 0px 24px;
}
.pop-up-menu-container .menu-pop-up-title img {
  height: 48px;
  width: 48px;
}
.pop-up-menu-container .menu-container {
  align-items: flex-start;
  display: inline-flex;
  gap: 40px;
  padding: 0px 48px;
}
.pop-up-menu-container .menu-container .red-menu {
  align-items: flex-start;
  border-color: var(--red900);
  border-left-style: solid;
  border-left-width: 2px;
  display: inline-flex;
  gap: 32px;
  padding: 8px 0px 8px 40px;
}
.pop-up-menu-container .menu-container .green-menu {
  align-items: flex-start;
  border-color: var(--green900);
  border-left-style: solid;
  border-left-width: 2px;
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  padding: 0px 0px 0px 40px;
}
.pop-up-menu-container .menu-container .purple-menu {
  align-items: flex-start;
  border-color: var(--purple700);
  border-left-style: solid;
  border-left-width: 2px;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  padding: 0px 0px 0px 40px;
}
.pop-up-menu-container .menu-container .yellow-menu {
  align-items: flex-start;
  border-color: var(--yellow900);
  border-left-style: solid;
  border-left-width: 2px;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  padding: 0px 0px 0px 40px;
}
.pop-up-menu-container .menu-container a:hover {
  text-decoration: underline;
}

.subscribe-section {
  margin-bottom: 122px;
}
@media (max-width: 920px) {
  .subscribe-section {
    margin: 0px;
  }
}

.bad-info-section {
  margin: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .bad-info-section {
    margin: 10px 0px;
  }
}
.bad-info-section h3 {
  font-size: 40px;
  color: #d4d4d4;
}
@media (max-width: 576px) {
  .bad-info-section h3 {
    font-size: 20px;
  }
}

.footer-subscribe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 32px 128px;
  border-radius: 64px;
  background: #FBFCFC url(/assets/img/mask/subscribe-mask.png);
  position: relative;
}
@media (max-width: 920px) {
  .footer-subscribe {
    padding: 48px 20px;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 64px 64px 0px 0px;
    background: #FBFCFC url(/assets/img/mask/subscribe-mask-m.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.footer-subscribe-description {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 920px) {
  .footer-subscribe-description {
    gap: 16px;
  }
}
.footer-subscribe-description .footer-subscribe-top .sm-text {
  color: var(--red900);
  font-weight: 400;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-subscribe-description .footer-subscribe-top .title {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-subscribe-description .footer-subscribe-bottom {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.footer-subscribe-description .footer-subscribe-bottom .subscribe-form {
  display: inline-flex;
}
@media (max-width: 576px) {
  .footer-subscribe-description .footer-subscribe-bottom .subscribe-form {
    flex-direction: column;
    gap: 8px;
  }
}
.footer-subscribe-description .footer-subscribe-bottom .subscribe-form input {
  border: none;
  width: 272px;
  padding: 13px 24px;
  border-radius: 8px 0px 0px 8px;
  background: var(--Cyan100, #DCEDEE);
}
@media (max-width: 576px) {
  .footer-subscribe-description .footer-subscribe-bottom .subscribe-form input {
    width: 100%;
    border-radius: 8px;
  }
}
.footer-subscribe-description .footer-subscribe-bottom .subscribe-form button {
  border: none;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 0px 8px 8px 0px;
  background: var(--red900);
  color: var(--white900);
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media (max-width: 576px) {
  .footer-subscribe-description .footer-subscribe-bottom .subscribe-form button {
    border-radius: 8px;
  }
}
.footer-subscribe-description .footer-subscribe-bottom .subscribe-form button:hover {
  background-color: var(--red900Hover);
}
.footer-subscribe .subscribe-img {
  position: absolute;
  right: 128px;
  top: -50px;
}
@media (max-width: 1130px) {
  .footer-subscribe .subscribe-img {
    position: relative;
    right: 0px;
    top: 0px;
    width: 320px;
    height: 320px;
  }
}

.subscribe-form-text {
  letter-spacing: 0.28px;
  line-height: normal;
  position: relative;
  width: 424px;
}
@media (max-width: 576px) {
  .subscribe-form-text {
    width: 100%;
  }
}
.subscribe-form-text a {
  color: var(--black500);
  font-family: var(--font-family-futura_pt-light);
  font-size: var(--font-size-xs);
  font-weight: 300;
  font-style: normal;
  text-decoration: underline;
}

.footer-top {
  border-radius: 64px 64px 0px 0px;
  background: #414555 url(/assets/img/mask/footer-mask.png);
  padding: 56px 0px;
}
@media (max-width: 920px) {
  .footer-top {
    border-radius: 0px;
    background-repeat: no-repeat;
  }
}
.footer-top .footer-navigation {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  left: 310px;
  top: 56px;
}
@media (max-width: 920px) {
  .footer-top .footer-navigation {
    flex-wrap: wrap;
    gap: 64px 48px;
  }
}
.footer-top .footer-navigation-item {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
}
.footer-top .footer-navigation-item .title {
  letter-spacing: 0.44px;
  line-height: normal;
  opacity: 0.5;
}
.footer-top .footer-navigation-item .footer-nav {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.footer-top .footer-navigation-item .footer-nav a:hover {
  color: var(--green900Hover);
}
.footer-top .footer-navigation-item .footer-nav .contact {
  text-decoration: underline;
}
.footer-top .footer-navigation-item .footer-nav .address {
  opacity: 0.6;
}
.footer-top .footer-navigation-item .footer-social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
.footer-top .footer-navigation-item .footer-social a:hover path {
  fill: var(--green900Hover);
}

.footer-payment {
  display: flex;
  justify-content: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--grey900);
  padding: 8px 0px;
}
.footer-payment img {
  height: 86px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .footer-payment img {
    height: 30px;
  }
}

.footer-copyright {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}
@media (max-width: 768px) {
  .footer-copyright {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
.footer-copyright .logo {
  height: 49px;
  width: 200px;
}
.footer-copyright .logo img {
  height: 49px;
  width: 200px;
}
.footer-copyright__text {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
}
.footer-copyright__text p {
  letter-spacing: 0.28px;
  line-height: normal;
}
