* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

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

body,
html {
  font-size: 62.5%;
  /* For better font-size styling 0.625 * 16px = 10px -> 1rem = 10px */
  margin: 0;
  padding: 0;
  background-color: rgb(255, 255, 255);
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  border: none;
}

body,
html {
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content {
  line-height: 1.4;
  color: rgb(70, 67, 63);
  font-size: 16px;
}
.content a {
  color: rgb(70, 67, 63);
  word-wrap: break-word;
}
.content i {
  font-weight: 400;
}
.content code {
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 3px;
  padding: 0 4px;
}
.content ul li {
  margin-left: 20px;
}
.content ul li:not(:last-child) {
  padding-bottom: 0.5em;
}
.content ul:not(:last-child) {
  padding-bottom: 1em;
}
.content ol li:not(:last-child) {
  padding-bottom: 0.5em;
}
.content ol:not(:last-child) {
  padding-bottom: 1em;
}
.content h1 {
  color: rgb(70, 67, 63);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Nunito", sans-serif;
  text-align: left;
  font-size: 36px;
  margin-bottom: 0.4em;
}
.content h1:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h1 {
    font-size: 48px;
  }
}
.content h2 {
  color: rgb(70, 67, 63);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Nunito", sans-serif;
  text-align: left;
  font-size: 32px;
  margin-bottom: 0.4em;
}
.content h2:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h2 {
    font-size: 40px;
  }
}
.content h3 {
  color: rgb(70, 67, 63);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Nunito", sans-serif;
  text-align: left;
  font-size: 24px;
  margin-bottom: 0.4em;
}
.content h3:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h3 {
    font-size: 28px;
  }
}
.content h4 {
  color: rgb(70, 67, 63);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Nunito", sans-serif;
  text-align: left;
  font-size: 22px;
  margin-bottom: 0.4em;
}
.content h4:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h4 {
    font-size: 24px;
  }
}
.content h5 {
  color: rgb(70, 67, 63);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Nunito", sans-serif;
  text-align: left;
  font-size: 18px;
  margin-bottom: 0.4em;
}
.content h5:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h5 {
    font-size: 20px;
  }
}
.content p:not(:last-child) {
  margin-bottom: 1.5em;
}
.content--center {
  text-align: center;
}
.content--justify {
  text-align: justify;
}
.content--right {
  text-align: right;
}
.content--white {
  color: rgb(255, 255, 255);
}
.content--white a {
  color: rgb(255, 255, 255);
}
.content--white h1 {
  color: rgb(255, 255, 255);
}
.content--white h2 {
  color: rgb(255, 255, 255);
}
.content--white h3 {
  color: rgb(255, 255, 255);
}
.content--white h4 {
  color: rgb(255, 255, 255);
}
.content--white h5 {
  color: rgb(255, 255, 255);
}
.content--large {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width : 568px) {
  .content--large {
    font-size: 20px;
  }
}
.content--light {
  font-weight: 300;
}

h1 {
  font-size: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(224, 218, 209);
}

::selection {
  color: white;
  background: rgb(188, 166, 137);
}

textarea {
  border: none;
}

/*! 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 */
  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;
}

.hero__swiper {
  overflow: hidden;
  width: 100%;
  height: 360px;
  z-index: 1;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: rgb(255, 255, 255);
  --swiper-pagination-bullet-width: 50px;
  --swiper-pagination-bullet-height: 50px;
  --swiper-pagination-bullet-vertical-gap: -5px;
  --swiper-pagination-left: 0px;
  --swiper-pagination-right: unset;
  --swiper-pagination-bottom: unset;
  --swiper-pagination-top: 100px;
}
@media only screen and (min-width : 480px) {
  .hero__swiper {
    height: 400px;
  }
}
@media only screen and (min-width : 992px) {
  .hero__swiper {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .hero__swiper {
    height: 500px;
  }
}
@media only screen and (min-width : 1600px) {
  .hero__swiper {
    height: 700px;
  }
}
@media only screen and (min-width : 480px) {
  .hero__swiper {
    --swiper-pagination-bullet-width: 70px;
    --swiper-pagination-bullet-height: 70px;
    --swiper-pagination-bullet-vertical-gap: -20px;
  }
}
@media only screen and (min-width : 1200px) {
  .hero__swiper {
    --swiper-pagination-bullet-width: 100px;
    --swiper-pagination-bullet-height: 100px;
    --swiper-pagination-bullet-vertical-gap: -40px;
    --swiper-navigation-size: 20px;
  }
}
.hero__swiper .swiper-pagination-bullet {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6039215686);
  opacity: 1;
  border-radius: 0;
  background: rgb(70, 67, 63);
}
@media only screen and (min-width : 480px) {
  .hero__swiper .swiper-pagination-bullet {
    font-size: 28px;
  }
}
.hero__swiper .swiper-pagination-bullet:first-child {
  border-top-right-radius: 10px;
}
.hero__swiper .swiper-pagination-bullet:last-child {
  border-bottom-right-radius: 10px;
}
.hero__swiper .swiper-pagination-bullet-active {
  font-weight: 700;
  color: #fff;
}
.hero__swiperImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-hero {
  width: 100%;
  height: 100%;
}

.swiper-button-next-hero {
  bottom: 35px !important;
  right: 40px !important;
  top: unset;
  left: unset;
  position: absolute;
}
@media only screen and (min-width : 480px) {
  .swiper-button-next-hero {
    right: 50px !important;
    bottom: 45px !important;
  }
}
@media only screen and (min-width : 1200px) {
  .swiper-button-next-hero {
    right: 60px !important;
  }
}
.swiper-button-next-hero::before {
  content: "";
  display: block;
  background-color: rgba(70, 67, 63, 0.8);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width : 1200px) {
  .swiper-button-next-hero::before {
    width: 45px;
    height: 45px;
  }
}

.swiper-button-prev-hero {
  bottom: 35px !important;
  right: 115px !important;
  top: unset;
  left: unset;
  position: absolute;
}
@media only screen and (min-width : 480px) {
  .swiper-button-prev-hero {
    right: 135px !important;
    bottom: 45px !important;
  }
}
@media only screen and (min-width : 1200px) {
  .swiper-button-prev-hero {
    right: 160px !important;
  }
}
.swiper-button-prev-hero::before {
  content: "";
  display: block;
  background-color: rgba(70, 67, 63, 0.8);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width : 1200px) {
  .swiper-button-prev-hero::before {
    width: 45px;
    height: 45px;
  }
}

.swiper-pagination-hero {
  top: 45% !important;
}

.productSwiper__swiper .swiper-pagination-bullet {
  border: 1px solid rgb(70, 67, 63);
}
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: 500ms all;
  background-color: #fcf9f3;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}
@media only screen and (min-width : 1200px) {
  .header__nav {
    padding: 20px 80px;
  }
}
.header__nav.opened {
  display: none;
}
.header__link {
  color: rgb(70, 67, 63);
  font-size: 16px;
  text-decoration: none;
  position: relative;
  color: rgb(70, 67, 63);
  text-decoration: none;
}
.header__link:hover {
  color: rgb(70, 67, 63);
}
.header__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: rgb(70, 67, 63);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.4s ease;
}
.header__link:hover::after {
  transform: scaleX(1);
}
.header__link.active::after {
  transform: scaleX(1);
}
.header--transparent .header__link {
  color: rgb(255, 255, 255);
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.header--transparent .header__link:hover {
  color: rgb(255, 255, 255);
}
.header--transparent .header__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: rgb(255, 255, 255);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.4s ease;
}
.header--transparent .header__link:hover::after {
  transform: scaleX(1);
}
.scrolled .header__link {
  color: rgb(70, 67, 63);
  position: relative;
  color: rgb(70, 67, 63);
  text-decoration: none;
}
.scrolled .header__link:hover {
  color: rgb(70, 67, 63);
}
.scrolled .header__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: rgb(70, 67, 63);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.4s ease;
}
.scrolled .header__link:hover::after {
  transform: scaleX(1);
}
.scrolled .header__nav {
  padding: 10px 40px;
  -webkit-box-shadow: 0px 7px 70px 10px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 7px 70px 10px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 7px 70px 10px rgba(0, 0, 0, 0.27);
}
@media only screen and (min-width : 1200px) {
  .scrolled .header__nav {
    padding: 10px 80px;
  }
}
.header__inner {
  display: none;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width : 992px) {
  .header__inner {
    display: flex;
  }
}
@media only screen and (min-width : 1400px) {
  .header__inner {
    gap: 60px;
  }
}
.header__logo {
  transition: 500ms all;
  height: 70px;
}
@media only screen and (min-width : 992px) {
  .header__logo {
    height: 80px;
  }
}
.scrolled .header__logo {
  height: 55px;
}
.header--transparent {
  background-color: transparent;
}
.header.scrolled {
  background-color: #fcf9f3;
}
.header.hidden {
  opacity: 0;
}
.header__burger {
  width: 28px;
  height: 17px;
  position: relative;
  display: block;
}
@media only screen and (min-width : 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger > span {
  display: block;
  height: 3px;
  background-color: rgb(70, 67, 63);
  border-radius: 2px;
  position: absolute;
  transform-origin: 0 50%;
  transition: 300ms all;
}
.header__burger > span:nth-child(1) {
  width: 20px;
  top: 0;
  left: 4px;
}
.header__burger > span:nth-child(2) {
  width: 28px;
  top: 7px;
  left: 0;
}
.header__burger > span:nth-child(3) {
  width: 20px;
  top: 14px;
  left: 4px;
}
.header__burger:hover > span:nth-child(2) {
  background-color: rgb(235, 208, 171);
}
.header__burger.opened > span:nth-child(1) {
  transform: rotate(45deg);
}
.header__burger.opened > span:nth-child(2) {
  left: 30px;
}
.header__burger.opened > span:nth-child(3) {
  transform: rotate(-45deg);
}
.header__burger-menu {
  position: absolute;
  color: white;
  font-size: 1.2rem;
  left: calc(-100% - 18px);
  top: 3px;
}
.header__login {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__loginLink {
  color: rgb(70, 67, 63);
  font-size: 16px;
  text-decoration: none;
  background-color: rgb(235, 208, 171);
  padding: 8px 12px;
  border-radius: 5px;
  transition: all 300ms;
}
.header__loginLink:hover {
  background-color: rgb(130, 130, 130);
}
.header__loginUser {
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  color: rgb(70, 67, 63);
}

.footer {
  background-color: rgb(70, 67, 63);
  padding: 80px 0;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  justify-items: start;
}
@media only screen and (min-width : 568px) {
  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media only screen and (min-width : 992px) {
  .footer__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media only screen and (min-width : 568px) {
  .footer__column {
    width: 200px;
    gap: 10px;
  }
}
.footer__heading {
  color: rgb(255, 255, 255);
  line-height: 1.25;
  font-weight: 800;
  margin: 0.8em 0;
  font-family: "Nunito", sans-serif;
  text-align: left;
  font-size: 16px;
}
.footer__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .footer__heading {
    font-size: 18px;
  }
}
.footer__links {
  color: rgb(255, 255, 255);
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__links > a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  flex-wrap: nowrap;
}
.footer__link {
  margin-right: auto;
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.footer__link:hover {
  color: rgb(255, 255, 255);
}
.footer__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: rgb(255, 255, 255);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.4s ease;
}
.footer__link:hover::after {
  transform: scaleX(1);
}
.footer__link--mail {
  margin-left: -5px;
}
.footer__iconItem {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer__cert {
  display: block;
}
.footer__certLink {
  display: block;
  border: none;
  outline: none;
}
.footer__certImg {
  width: 100%;
  max-width: 160px;
  height: auto;
  border-radius: 10px;
}

.wrapper {
  width: 100%;
}

.container {
  width: 1350px;
  max-width: 100%;
  margin: 0px auto;
  z-index: 0;
  padding: 0px 20px;
}
@media only screen and (min-width : 480px) {
  .container {
    padding: 0px 40px;
  }
}

.section {
  padding: 100px 0;
}
.section:first-of-type {
  padding-top: 200px;
}

.pt-small {
  padding-top: 50px !important;
}

.pt-medium {
  padding-top: 100px !important;
}

.pt-big {
  padding-top: 150px !important;
}

.pt-huge {
  padding-top: 150px !important;
}
@media only screen and (min-width : 992px) {
  .pt-huge {
    padding-top: 200px !important;
  }
}

.pb-small {
  padding-bottom: 50px !important;
}

.pb-medium {
  padding-bottom: 100px !important;
}

.pb-big {
  padding-bottom: 150px !important;
}

.pb-huge {
  padding-bottom: 150px !important;
}
@media only screen and (min-width : 992px) {
  .pb-huge {
    padding-bottom: 200px !important;
  }
}

.pa-small {
  padding: 50px 0 !important;
}

.pa-medium {
  padding: 100px 0 !important;
}

.pa-big {
  padding: 150px 0 !important;
}

.pa-huge {
  padding: 150px 0 !important;
}
@media only screen and (min-width : 992px) {
  .pa-huge {
    padding: 200px 0 !important;
  }
}

.mobileNav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background-color: rgba(70, 67, 63, 0.98);
  opacity: 0;
  top: -110%;
  transition: 500ms all;
  visibility: hidden;
}
.mobileNav.opened {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.mobileNav__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobileNav__link {
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  position: relative;
  color: rgb(235, 208, 171);
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.mobileNav__link:hover {
  color: rgb(235, 208, 171);
}
.mobileNav__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: rgb(235, 208, 171);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.4s ease;
}
.mobileNav__link:hover::after {
  transform: scaleX(1);
}
.mobileNav__link.active {
  color: rgb(235, 208, 171);
}
.mobileNav__link.active::after {
  transform: scaleX(1);
}
.mobileNav__close {
  position: absolute;
  height: 23px;
  width: 30px;
  right: 35px;
  top: 30px;
  cursor: pointer;
}
.mobileNav__close > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  transform-origin: 0 50%;
  background-color: white;
  transition: 300ms all;
}
.mobileNav__close > span:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.mobileNav__close > span:nth-child(2) {
  bottom: 0;
  transform: rotate(-45deg);
}
.mobileNav__close:hover > span {
  background-color: rgb(235, 208, 171);
}

.button {
  display: inline-block;
  padding: 1em 1.4em;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  color: rgb(70, 67, 63);
  background-color: rgb(252, 249, 243);
  text-decoration: none;
  border: 4px solid transparent;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.button:hover {
  border-color: rgb(255, 255, 255);
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.button--dark {
  background-color: rgb(70, 67, 63);
  color: rgb(255, 255, 255);
}
.button--dark:hover {
  background-color: transparent;
  border-color: rgb(70, 67, 63);
  color: rgb(70, 67, 63);
}
.button--gray {
  background-color: rgb(130, 130, 130);
  color: rgb(255, 255, 255);
}
.button--gray:hover {
  background-color: transparent;
  border-color: rgb(130, 130, 130);
  color: rgb(130, 130, 130);
}
.button--outline {
  background-color: transparent;
  border: 1px solid rgb(70, 67, 63);
  color: rgb(70, 67, 63);
  padding: 1.2em 1.4em;
}
.button--outline:hover {
  border: 1px solid rgb(70, 67, 63);
  background-color: rgb(235, 208, 171);
  color: rgb(70, 67, 63);
}
.button--large {
  font-size: 16px;
}
@media only screen and (min-width : 1200px) {
  .button--large {
    font-size: 20px;
  }
}
.button--wide {
  padding-left: 2.4em;
  padding-right: 2.4em;
}

.btn-1 {
  position: relative;
  border-color: transparent;
}
.btn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: rgb(70, 67, 63);
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}

.btn-1:hover {
  background: rgba(70, 67, 63, 0);
  border-color: transparent;
  background-color: transparent;
  color: rgb(70, 67, 63);
}
.btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.hero {
  padding: 110px 0 100px 0;
  position: relative;
}
@media only screen and (min-width : 992px) {
  .hero {
    padding: 200px 0 100px 0;
  }
}
.hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  background-color: rgb(70, 67, 63);
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width : 480px) {
  .hero__inner {
    gap: 50px;
  }
}
@media only screen and (min-width : 992px) {
  .hero__inner {
    grid-template-columns: 2fr 3fr;
    background-color: transparent;
  }
}
@media only screen and (min-width : 1200px) {
  .hero__inner {
    gap: 80px;
    grid-template-columns: 4fr 5fr;
  }
}
.hero__swiperInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__swiperImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__swiperLogo {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 40px;
  max-width: 160px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  align-items: flex-start;
  padding: 40px 40px 20px 20px;
  grid-row: 1;
  z-index: 1;
}
@media only screen and (min-width : 480px) {
  .hero__content {
    padding: 40px 40px 0 40px;
  }
}
@media only screen and (min-width : 992px) {
  .hero__content {
    padding: 0 50px 0 0;
    grid-row: initial;
  }
}
@media only screen and (min-width : 1200px) {
  .hero__content {
    padding-right: 100px;
  }
}
@media only screen and (min-width : 1400px) {
  .hero__content {
    padding-right: 150px;
  }
}
.hero::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(70, 67, 63);
  width: 65%;
  height: calc(100% + 300px);
  border-bottom-left-radius: 20px;
}
@media only screen and (min-width : 992px) {
  .hero::after {
    display: block;
  }
}

.cards {
  padding: 0;
}
@media only screen and (min-width : 992px) {
  .cards {
    padding: 30px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .cards {
    padding: 50px 0;
  }
}
.cards__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  z-index: 5;
  position: relative;
}
@media only screen and (min-width : 1200px) {
  .cards__inner {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.cards__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  background-color: rgb(252, 249, 243);
  padding: 25px;
  border-radius: 10px;
  min-height: 200px;
}
@media only screen and (min-width : 568px) {
  .cards__card {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width : 992px) {
  .cards__card {
    width: calc(33.333% - 20px);
  }
}
@media only screen and (min-width : 1200px) {
  .cards__card {
    flex-wrap: nowrap;
    width: 20%;
    min-height: 300px;
  }
}
.cards__title {
  color: rgb(70, 67, 63);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.cards__title > p {
  margin-bottom: 1.2em;
}
.cards__title > p:last-child {
  margin-bottom: 0;
}
.cards__title a {
  color: rgb(70, 67, 63);
}
.cards__text {
  color: rgb(70, 67, 63);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  min-height: 50px;
  text-align: center;
}
.cards__text > p {
  margin-bottom: 1.2em;
}
.cards__text > p:last-child {
  margin-bottom: 0;
}
.cards__text a {
  color: rgb(70, 67, 63);
}
@media only screen and (min-width : 1200px) {
  .cards__text {
    min-height: 80px;
  }
}
.cards__buttonBox {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cards__logo {
  object-fit: contain;
  width: 100%;
  height: 46px;
}

.twoCols {
  padding: 100px 0 70px 0;
}
@media only screen and (min-width : 992px) {
  .twoCols {
    padding: 100px 0 70px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .twoCols {
    padding: 100px 0 100px 0;
  }
}
.twoCols__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 0px 20px;
}
@media only screen and (min-width : 480px) {
  .twoCols__inner {
    padding: 0px 40px;
  }
}
@media only screen and (min-width : 992px) {
  .twoCols__inner {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
}
.twoCols__content {
  max-width: 100%;
  margin: 0 auto;
  grid-row: 2;
}
@media only screen and (min-width : 992px) {
  .twoCols__content {
    grid-row: initial;
    max-width: 550px;
    padding: 0 50px;
  }
}
@media only screen and (min-width : 1200px) {
  .twoCols__content {
    padding: 0;
  }
}
.twoCols__image {
  object-fit: cover;
  z-index: 10;
  height: 320px;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
}
@media only screen and (min-width : 992px) {
  .twoCols__image {
    height: 100%;
    width: 100%;
    margin: 0;
    border-radius: 20px 0 0 20px;
  }
}

.about {
  position: relative;
  margin-bottom: 8px;
}
@media only screen and (min-width : 992px) {
  .about {
    margin-bottom: 200px;
  }
}
.about__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  background-color: rgb(70, 67, 63);
  padding: 20px;
}
@media only screen and (min-width : 480px) {
  .about__inner {
    padding: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .about__inner {
    grid-template-columns: 1fr 1fr;
    background-color: transparent;
    padding: 0;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 30px;
  flex: 1;
  align-items: flex-start;
  z-index: 10;
}
@media only screen and (min-width : 992px) {
  .about__content {
    background-color: transparent;
    max-width: 600px;
    padding: 0 50px;
  }
}
@media only screen and (min-width : 1400px) {
  .about__content {
    padding: 0;
  }
}
.about__image {
  object-fit: cover;
  z-index: 10;
  height: 320px;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
}
@media only screen and (min-width : 992px) {
  .about__image {
    height: 100%;
    width: 100%;
    margin: 0;
    border-radius: 0 20px 20px 0;
  }
}
.about::after {
  content: "";
  display: none;
  position: absolute;
  top: -100px;
  right: 0;
  background-color: rgb(70, 67, 63);
  width: 55%;
  height: calc(100% + 180px);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media only screen and (min-width : 992px) {
  .about::after {
    display: block;
  }
}
@media only screen and (min-width : 1200px) {
  .about::after {
    top: -200px;
    height: calc(100% + 300px);
  }
}

.benefits {
  text-align: center;
  padding: 100px 0;
  color: rgb(70, 67, 63);
}
.benefits__heading {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 70px;
}
@media only screen and (min-width : 420px) {
  .benefits__heading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 768px) {
  .benefits__heading {
    margin-bottom: 100px;
  }
}
.benefits__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 70px;
}
@media only screen and (min-width : 1080px) {
  .benefits__grid {
    justify-content: space-between;
  }
}
.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .benefits__item {
    width: 50%;
  }
}
@media only screen and (min-width : 1080px) {
  .benefits__item {
    width: 33%;
  }
}
.benefits__icon {
  border-radius: 100%;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background-color: rgb(70, 67, 63);
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.benefits__label {
  font-weight: 700;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 15px;
}
.benefits__text {
  font-size: 16px;
  line-height: 1.4;
  max-width: 280px;
}

.fullImage {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 170px 0 60px 0;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width : 1080px) {
  .fullImage {
    padding: 210px 0 100px 0;
  }
}
.fullImage__cols {
  display: block;
}
@media only screen and (min-width : 768px) {
  .fullImage__cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.fullImage__main {
  display: block;
}
.fullImage__heading {
  color: rgb(255, 255, 255);
  line-height: 1.25;
  font-weight: 700;
  margin: 0.8em 0;
  font-family: "Nunito", sans-serif;
  text-align: left;
  font-size: 36px;
  margin-bottom: 10px;
  z-index: 2;
}
.fullImage__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .fullImage__heading {
    font-size: 48px;
  }
}
.fullImage__subheading {
  color: rgb(255, 255, 255);
  line-height: 1.25;
  font-weight: 500;
  margin: 0.8em 0;
  font-family: "Nunito", sans-serif;
  text-align: left;
  font-size: 18px;
  margin: 0 auto;
  max-width: 800px;
}
.fullImage__subheading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .fullImage__subheading {
    font-size: 20px;
  }
}
.fullImage__breadcrumb {
  margin-top: 20px;
}
.fullImage__form {
  margin-top: 35px;
}
@media only screen and (min-width : 768px) {
  .fullImage__form {
    margin-top: 0;
  }
}
.fullImage__search-wrapper {
  position: relative;
}
.fullImage__search {
  width: 100%;
  padding: 15px;
  height: 40px;
  border: none;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  border-radius: 5px;
}
@media only screen and (min-width : 768px) {
  .fullImage__search {
    width: 230px;
  }
}
.fullImage__search-button {
  position: absolute;
  font-size: 0;
  color: transparent;
  width: 28px;
  height: 28px;
  border: none;
  background-color: transparent;
  background-image: url(../images/search.svg);
  right: 10px;
  top: 6px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.articles {
  padding: 70px 0 100px 0;
  position: relative;
}
.articles::after {
  content: "";
  width: 50%;
  height: 170px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  background-color: rgb(70, 67, 63);
  border-bottom-left-radius: 20px;
  pointer-events: none;
}
@media only screen and (min-width : 1080px) {
  .articles {
    padding: 100px 0 150px 0;
  }
}
.articles__grid {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  column-gap: 50px;
  row-gap: 50px;
}
@media only screen and (min-width : 768px) {
  .articles__grid {
    row-gap: 70px;
  }
}
.articles__item {
  width: 100%;
  max-width: 420px;
  background-color: rgb(252, 249, 243);
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-shadow: 0px 7px 30px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 30px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 30px -3px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
@media only screen and (min-width : 768px) {
  .articles__item {
    width: calc(50% - 25px);
    max-width: 100%;
  }
}
@media only screen and (min-width : 1080px) {
  .articles__item {
    width: calc(33.3333% - 34px);
  }
}
.articles__imageBox {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.articles__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.articles__item:hover .articles__image {
  transform: scale(1.1);
}
.articles__content {
  margin-bottom: auto;
  color: rgb(70, 67, 63);
  padding: 20px;
}
.articles__heading {
  color: rgb(70, 67, 63);
  line-height: 1.25;
  font-weight: 500;
  margin: 0.8em 0;
  font-family: "Nunito", sans-serif;
  text-align: left;
  font-size: 18px;
}
.articles__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .articles__heading {
    font-size: 20px;
  }
}
.articles__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}
.articles__link {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  display: inline;
  transition: all 0.1s;
}
.articles__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: rgb(70, 67, 63);
  opacity: 0.7;
  transition: all 0.4s ease;
}
.articles__link:hover::after {
  opacity: 0;
}
.articles__date {
  font-size: 14px;
  color: rgb(70, 67, 63);
  position: absolute;
  top: 30px;
  right: 0;
  padding: 7px 10px;
  background-color: rgb(252, 249, 243);
  opacity: 0.8;
  border-radius: 4px 0 0 4px;
  z-index: 10;
}

.contact {
  position: relative;
  padding: 0;
  margin-bottom: 8px;
}
@media only screen and (min-width : 992px) {
  .contact {
    padding: 70px 0 100px 0;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width : 1080px) {
  .contact {
    padding: 150px 0 100px 0;
    margin-bottom: 150px;
  }
}
.contact__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  background-color: rgb(70, 67, 63);
  padding: 20px;
}
@media only screen and (min-width : 480px) {
  .contact__inner {
    padding: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .contact__inner {
    grid-template-columns: 1fr 1fr;
    background-color: transparent;
    padding: 0;
  }
}
.contact__content {
  margin-bottom: 50px;
  z-index: 10;
  grid-row: 1;
}
.contact__content p:not(:last-child) {
  margin-bottom: 0;
}
@media only screen and (min-width : 992px) {
  .contact__content {
    background-color: transparent;
    max-width: 600px;
    padding: 0 50px;
    grid-row: initial;
    margin: 0 auto;
  }
}
@media only screen and (min-width : 1400px) {
  .contact__content {
    padding: 0;
  }
}
.contact__image {
  object-fit: cover;
  z-index: 10;
  height: 300px;
  width: 100%;
  border-radius: 20px;
}
@media only screen and (min-width : 992px) {
  .contact__image {
    height: 700px;
    width: 100%;
    margin: 0;
    border-radius: 0 20px 20px 0;
  }
}
.contact::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(70, 67, 63);
  width: 55%;
  height: 100%;
  border-bottom-left-radius: 20px;
}
@media only screen and (min-width : 992px) {
  .contact::after {
    display: block;
  }
}

.banner {
  padding: 70px 0 100px 0;
  position: relative;
}
.banner::after {
  content: "";
  width: 50%;
  height: 170px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  background-color: rgb(70, 67, 63);
  border-bottom-left-radius: 20px;
  pointer-events: none;
}
@media only screen and (min-width : 1080px) {
  .banner {
    padding: 100px 0 150px 0;
  }
}
.banner--noshadow::after {
  display: none;
}
.banner__inner {
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 8px 8px 0px 4px rgba(70, 67, 63, 0.2);
  position: relative;
  max-width: 800px;
  margin: 0 20px;
  padding: 20px;
  z-index: 10;
}
@media only screen and (min-width : 480px) {
  .banner__inner {
    margin: 0 40px;
  }
}
@media only screen and (min-width : 840px) {
  .banner__inner {
    margin: 0 auto;
    padding: 40px;
  }
}
.banner__buttonBox {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.products__upper {
  margin: 50px 0 50px 0;
}
@media only screen and (min-width : 1080px) {
  .products__upper {
    margin: 100px 0 50px 0;
  }
}
.products__lower {
  background-color: rgb(255, 255, 255);
  opacity: 0.95;
  border-radius: 0;
  padding: 20px;
  position: relative;
}
@media only screen and (min-width : 480px) {
  .products__lower {
    padding: 40px;
  }
}
@media only screen and (min-width : 768px) {
  .products__lower {
    padding: 30px 40px 30px 40px;
    margin-right: 40px;
    border-radius: 0 20px 20px 0;
  }
}
@media only screen and (min-width : 992px) {
  .products__lower {
    padding: 50px 50px 50px 80px;
    margin-right: 80px;
  }
}
@media only screen and (min-width : 1400px) {
  .products__lower {
    padding: 80px 80px 80px 150px;
    margin-right: 100px;
  }
}
.products__upperContent {
  margin-bottom: 30px;
}
.products__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media only screen and (min-width : 420px) {
  .products__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 568px) {
  .products__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media only screen and (min-width : 1200px) {
  .products__cards {
    gap: 30px;
    grid-template-columns: repeat(6, 1fr);
  }
}
.products__card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background-color: rgb(252, 249, 243);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
  color: rgb(70, 67, 63);
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  min-height: 90px;
}
.products__card:hover {
  background-color: rgb(245, 232, 213);
}
.products__cardHeading {
  font-weight: 700;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}
.products__cardPicture {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.products__cardImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products__cardText {
  font-weight: 300;
}
.products__logo {
  width: 100%;
  height: 35px;
  object-fit: contain;
  max-width: 120px;
}
@media only screen and (min-width : 1080px) {
  .products__logo {
    height: 40px;
  }
}
.products__logoPlaceholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: rgb(70, 67, 63);
  width: 100%;
  height: 35px;
  max-width: 120px;
}
@media only screen and (min-width : 1080px) {
  .products__logoPlaceholder {
    height: 40px;
    max-width: 160px;
  }
}
.products__lowerContent {
  margin-bottom: 30px;
}
.products__message {
  background-color: rgba(242, 153, 74, 0.2);
  padding: 5px 10px;
  margin: 30px 0;
  border-left: 3px solid rgb(255, 168, 0);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (min-width : 568px) {
  .products__message {
    padding: 10px 20px;
    gap: 20px;
  }
}
.products__message > span > strong {
  font-weight: 700;
}
.products__message > span > a {
  color: inherit;
  white-space: nowrap;
}
.products__message > svg {
  flex-shrink: 0;
}
.products__filtersWrap {
  margin-bottom: 50px;
}
@media only screen and (min-width : 1200px) {
  .products__filtersWrap {
    margin-bottom: 100px;
  }
}
.products__filters {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
@media only screen and (min-width : 420px) {
  .products__filters {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 768px) {
  .products__filters {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width : 1200px) {
  .products__filters {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
  }
}
@media only screen and (min-width : 1400px) {
  .products__filters {
    column-gap: 50px;
    row-gap: 30px;
  }
}
.products__filtersButtons {
  margin-top: 40px;
}
.products__filtersButtons .button:first-child {
  margin-right: 10px;
}
.products__label {
  font-size: 18px;
  color: rgb(70, 67, 63);
  font-weight: 700;
  line-height: 1.4;
  display: block;
}
.products__selection {
  width: 100%;
  background-color: rgb(242, 242, 242);
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: rgb(70, 67, 63);
}
.products__select {
  margin-top: 10px;
}
.products__select .ts-control {
  background-color: rgb(242, 242, 242);
  border: 1px solid transparent;
  border-color: transparent transparent rgba(70, 67, 63, 0.15) transparent;
  padding: 8px 8px 6px 8px;
  border-radius: 0;
}
.products__select .ts-control > .item {
  background: rgb(255, 255, 255) !important;
  border-radius: 3px;
}
.products__select .ts-control > input {
  font-size: 1.6rem !important;
  padding-bottom: 2px !important;
  padding-top: 1px !important;
}
.products__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width : 420px) {
  .products__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width : 768px) {
  .products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width : 1200px) {
  .products__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media only screen and (min-width : 1400px) {
  .products__grid {
    gap: 50px;
  }
}
.products__item {
  background-color: rgb(242, 242, 242);
  text-decoration: none;
  color: rgb(70, 67, 63);
}
.products__picture {
  height: 180px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width : 420px) {
  .products__picture {
    height: 160px;
  }
}
@media only screen and (min-width : 480px) {
  .products__picture {
    height: 200px;
  }
}
@media only screen and (min-width : 1600px) {
  .products__picture {
    height: 250px;
  }
}
.products__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.products__tags {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: flex-start;
}
.products__type {
  background-color: rgb(70, 67, 63);
  height: 25px;
  line-height: 25px;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding: 0 5px;
  margin: 2px;
  border-radius: 2px;
}
.products__fire {
  background-color: rgb(70, 67, 63);
  width: 25px;
  height: 25px;
  display: block;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/fire.svg);
  margin: 2px;
  border-radius: 2px;
}
.products__cardBox {
  padding: 10px;
}
.products__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.products__description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.products__pagination {
  margin: 40px auto;
  display: flex;
  gap: 5px;
  justify-content: center;
}
@media only screen and (min-width : 568px) {
  .products__pagination {
    gap: 15px;
    margin: 50px auto;
  }
}
.products__link, .products > span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: rgba(224, 218, 209, 0.3);
  background-color: rgb(252, 249, 243);
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 20px;
  color: rgb(70, 67, 63);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media only screen and (min-width : 568px) {
  .products__link, .products > span {
    width: 40px;
    height: 40px;
  }
}
.products__link.active {
  background-color: rgb(224, 218, 209);
}
.products__link:hover {
  background-color: rgb(224, 218, 209);
}
.products__buttonBox {
  text-align: center;
}
.products__distributorLogo {
  position: absolute;
  top: 60px;
  right: 60px;
  height: 40px;
  object-fit: contain;
  display: none;
}
@media only screen and (min-width : 1080px) {
  .products__distributorLogo {
    display: block;
  }
}
@media only screen and (min-width : 1400px) {
  .products__distributorLogo {
    top: 90px;
    right: 90px;
  }
}
.products__price {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.parameters {
  padding: 10px 0 0 0;
  color: rgb(70, 67, 63);
}
@media only screen and (min-width : 992px) {
  .parameters {
    padding: 30px 0 50px 0;
  }
}
.parameters__heading {
  font-weight: 700;
  font-size: 36px;
}
@media only screen and (min-width : 420px) {
  .parameters__heading {
    font-size: 40px;
  }
}
.parameters__upperBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 20px;
  color: rgb(70, 67, 63);
}
.parameters__upperBox > a {
  display: none;
}
@media only screen and (min-width : 768px) {
  .parameters__upperBox > a {
    display: block;
  }
}
@media only screen and (min-width : 768px) {
  .parameters__upperBox {
    flex-direction: initial;
    align-items: center;
    margin-top: 40px;
  }
}
.parameters__content {
  margin-bottom: 30px;
}
.parameters__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 50px;
}
@media only screen and (min-width : 768px) {
  .parameters__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 1080px) {
  .parameters__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.parameters__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.parameters__icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: rgb(70, 67, 63);
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.parameters__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.parameters__text {
  font-size: 16px;
  line-height: 1.4;
}
.parameters__basic {
  display: block;
}
.parameters__basicItem {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.parameters__basicSemi {
  font-size: 20px;
  line-height: 1.4;
  margin-right: 5px;
  font-weight: 400;
  opacity: 0.6;
}
.parameters__basicText {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.parameters__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.parameters__tagsTag {
  background-color: rgb(70, 67, 63);
  display: block;
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding: 8px 16px;
  margin: 2px;
  border-radius: 5px;
  font-weight: 700;
  opacity: 0.6;
}
.parameters__button {
  margin-top: 40px;
}

.previewImage {
  padding-top: 70px;
  position: relative;
}
.previewImage::after {
  content: "";
  width: 50%;
  height: 170px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  background-color: rgb(70, 67, 63);
  border-bottom-left-radius: 20px;
  pointer-events: none;
}
@media only screen and (min-width : 1080px) {
  .previewImage {
    padding-top: 60px;
  }
}
.previewImage__link {
  display: block;
}
.previewImage__image {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: auto;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1803921569);
}
.previewImage__box {
  position: relative;
}
.previewImage__icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  cursor: pointer;
}
.previewImage__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.previewImage__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .previewImage__cols {
    grid-template-columns: 1fr 1fr;
  }
}
.productSwiper {
  padding: 80px 0;
}
.productSwiper__swiper {
  width: 100%;
  z-index: 1;
  position: relative;
  padding-bottom: 40px;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-horizontal-gap: 7px;
  --swiper-pagination-color: rgb(70, 67, 63);
}
.productSwiper__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.productSwiper__tag {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  background-color: rgb(224, 218, 209);
  color: rgb(70, 67, 63);
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: 700;
}
.productSwiper__link {
  height: 240px;
  display: block;
}
@media only screen and (min-width : 768px) {
  .productSwiper__link {
    height: 300px;
  }
}
.productSwiper__link--square {
  height: 320px;
  display: block;
}
@media only screen and (min-width : 768px) {
  .productSwiper__link--square {
    height: 380px;
  }
}

.contactForm {
  padding: 30px 0;
}
.contactForm__outer {
  background-color: rgb(70, 67, 63);
  padding: 20px;
}
@media only screen and (min-width : 480px) {
  .contactForm__outer {
    padding: 40px;
  }
}
@media only screen and (min-width : 768px) {
  .contactForm__outer {
    margin-left: 40px;
    border-radius: 20px 0 0 20px;
  }
}
@media only screen and (min-width : 1400px) {
  .contactForm__outer {
    margin-left: 100px;
  }
}
@media only screen and (min-width : 1600px) {
  .contactForm__outer {
    margin-left: 240px;
  }
}
.contactForm__inner {
  max-width: 1350px;
}
.contactForm__heading {
  color: rgb(255, 255, 255);
  line-height: 1.25;
  font-weight: 700;
  margin: 0.8em 0;
  font-family: "Nunito", sans-serif;
  text-align: left;
  font-size: 32px;
}
.contactForm__heading:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .contactForm__heading {
    font-size: 40px;
  }
}
.contactForm__field--checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width : 640px) {
  .contactForm__field--message {
    grid-column: span 2;
  }
}
.contactForm__label {
  width: 100%;
  color: rgb(252, 249, 243);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.contactForm__label--checkbox {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.contactForm__input {
  background-color: rgb(242, 242, 242);
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  color: rgb(70, 67, 63);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.contactForm__input::placeholder {
  font-weight: 300;
}
.contactForm__input--checkbox {
  width: auto;
}
.contactForm__input--message {
  min-height: 90px;
  resize: none;
}
.contactForm__errorMessage {
  color: rgb(255, 124, 124);
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
  font-weight: 700;
}
.contactForm__errorMessage--checkbox {
  margin: 5px 0;
}
.contactForm__successMessage {
  color: rgb(127, 212, 127);
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
  font-weight: 700;
}
.contactForm__successMessage--checkbox {
  margin: 5px 0;
}
.contactForm__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width : 640px) {
  .contactForm__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 992px) {
  .contactForm__grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 40px;
  }
}
.contactForm__buttonBox {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
@media only screen and (min-width : 640px) {
  .contactForm__buttonBox {
    grid-column: span 2;
  }
}
@media only screen and (min-width : 992px) {
  .contactForm__buttonBox {
    padding-top: 12px;
  }
}
.contactForm__buttonBoxInner {
  margin-bottom: 25px;
  margin-top: 10px;
}

/* The container must be positioned relative: */
.products__selection {
  position: relative;
}

.products__selection select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: rgb(242, 242, 242);
}

.select-selected:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/images/selection.svg");
  background-repeat: no-repeat;
  transform: rotate(0);
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: rgb(70, 67, 63);
  padding: 10px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(70, 67, 63, 0.15) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: rgb(242, 242, 242);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(70, 67, 63, 0.1);
}

.contactForm input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--form-background);
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 18px;
  width: 1.2em;
  height: 1.2em;
  border: 0.15em solid rgb(255, 255, 255);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  padding: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.contactForm input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: rgb(255, 255, 255);
}
.contactForm input[type=checkbox]:checked::before {
  transform: scale(1);
}
.contactForm input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.login {
  display: block;
}
.login__field {
  margin-top: 20px;
}
.login__fieldLabel {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 5px;
}
.login__fieldInput {
  background-color: rgb(242, 242, 242);
  width: 100%;
  max-width: 400px;
  padding: 10px;
  border-radius: 2px;
  color: rgb(70, 67, 63);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.login__buttonWrap {
  margin-top: 20px;
}
.login__fieldLabelCheck {
  font-size: 1.6rem;
}
.login__error {
  margin-top: 20px;
  font-size: 1.6rem;
  color: rgb(164, 0, 0);
  font-weight: 700;
}

.breadcrumb {
  display: block;
  width: 100%;
}
.breadcrumb__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb__item {
  font-size: 14px;
  display: inline;
  color: rgb(255, 255, 255);
}
.breadcrumb__item + .breadcrumb__item::before {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  content: "/";
}
.breadcrumb__link {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}

.productBox {
  background-color: transparent;
  overflow: hidden;
}
.productBox .fancybox-button.fancybox-close-small {
  color: rgb(255, 255, 255);
  padding: 5px;
}
.productBox__inner {
  display: block;
}
.productBox__img {
  width: auto;
  max-height: calc(100vh - 120px);
  display: block;
}

/*# sourceMappingURL=main.css.map */
