@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.background-primary {
  background-color: #ffffff;
}

.background-secondary {
  background-color: #fafafa;
}

.background-tertiary {
  background-color: #222;
}

.background-alternate {
  background-color: #000000;
}

.background-success {
  background-color: #ecfdf3;
}

.background-error {
  background-color: #fef3f2;
}

.border-primary {
  border-color: #eeeeee;
}

.border-secondary {
  border-color: #cccccc;
}

.border-tertiary {
  border-color: #cccccc;
}

.border-alternate {
  border-color: #ffffff;
}

.border-success {
  border-color: #027a48;
}

.border-error {
  border-color: #b42318;
}

.text-primary {
  color: #000000;
}

.text-secondary {
  color: #666666;
}

.text-alternate {
  color: #ffffff;
}

.text-success {
  color: #027a48;
}

.text-error {
  color: #b42318;
}

.link-primary {
  color: #000000;
}

.link-secondary {
  color: #e31928;
}

.link-alternate {
  color: #ffffff;
}

.shadow-xxsmall {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.shadow-xsmall {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.shadow-small {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.shadow-medium {
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.shadow-large {
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}

.shadow-xlarge {
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
}

.shadow-xxlarge {
  box-shadow: 0px 32px 64px -12px rgba(0, 0, 0, 0.14);
}

h1,
.heading-desktop-h1 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 56px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h1,
  .heading-desktop-h1 {
    line-height: 120%;
    font-family: "Poppins", "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 500;
  }
}

h2,
.heading-desktop-h2 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h2,
  .heading-desktop-h2 {
    line-height: 120%;
    font-family: "Poppins", "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 500;
  }
}

h3,
.heading-desktop-h3 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h3,
  .heading-desktop-h3 {
    line-height: 120%;
    font-family: "Poppins", "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 500;
  }
}

h4,
.heading-desktop-h4 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h4,
  .heading-desktop-h4 {
    line-height: 120%;
    font-family: "Poppins", "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
  }
}

h5,
.heading-desktop-h5 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h5,
  .heading-desktop-h5 {
    line-height: 120%;
    font-family: "Poppins", "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
  }
}

h6,
.heading-desktop-h6 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h6,
  .heading-desktop-h6 {
    line-height: 120%;
    font-family: "Poppins", "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
}

.heading-desktop-tagline {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-mobile-h1 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.heading-mobile-h2 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.heading-mobile-h3 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.heading-mobile-h4 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-mobile-h5 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-mobile-h6 {
  line-height: 120%;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-large-light {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 20px;
  font-weight: 300;
}

.text-large-normal {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 20px;
  font-weight: 400;
}

.text-large-medium {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 20px;
  font-weight: 500;
}

.text-large-semi-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 20px;
  font-weight: 600;
}

.text-large-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 20px;
  font-weight: 700;
}

.text-large-extra-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 20px;
  font-weight: 800;
}

.text-large-link {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}

.text-medium-light {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 18px;
  font-weight: 300;
}

.text-medium-normal {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 18px;
  font-weight: 400;
}

.text-medium-medium {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 18px;
  font-weight: 500;
}

.text-medium-semi-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 18px;
  font-weight: 600;
}

.text-medium-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 18px;
  font-weight: 700;
}

.text-medium-extra-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 18px;
  font-weight: 800;
}

.text-medium-link {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.text-regular-light {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 16px;
  font-weight: 300;
}

.text-regular-normal {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 16px;
  font-weight: 400;
}

.text-regular-medium {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 16px;
  font-weight: 500;
}

.text-regular-semi-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 16px;
  font-weight: 600;
}

.text-regular-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 16px;
  font-weight: 700;
}

.text-regular-extra-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 16px;
  font-weight: 800;
}

.text-regular-link {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.text-small-light {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 14px;
  font-weight: 300;
}

.text-small-normal {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 14px;
  font-weight: 400;
}

.text-small-medium {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 14px;
  font-weight: 500;
}

.text-small-semi-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 14px;
  font-weight: 600;
}

.text-small-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 14px;
  font-weight: 700;
}

.text-small-extra-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 14px;
  font-weight: 800;
}

.text-small-link {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.text-tiny-light {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 12px;
  font-weight: 300;
}

.text-tiny-normal {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 12px;
  font-weight: 400;
}

.text-tiny-medium {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 12px;
  font-weight: 500;
}

.text-tiny-semi-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 12px;
  font-weight: 600;
}

.text-tiny-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 12px;
  font-weight: 700;
}

.text-tiny-extra-bold {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 12px;
  font-weight: 800;
}

.text-tiny-link {
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

a {
  color: #000000;
}
a.unstyled {
  text-decoration: none;
}

ul li,
ol li {
  margin-left: 1.5rem;
}

ul.unstyled,
ol.unstyled {
  list-style-type: none;
  padding: 0;
}
ul.unstyled li,
ol.unstyled li {
  margin-left: 0;
}

.text-center {
  text-align: center;
  text-wrap: balance;
}

.uppercase {
  text-transform: uppercase;
}

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

html {
  scroll-behavior: smooth;
  font-size: 10px;
  background: white;
}
html.contrast {
  background: #000000;
  color: #f04e1f;
}
html.invert {
  filter: invert(1);
}
html.grayscale {
  filter: grayscale(1);
}
html.invert.grayscale {
  filter: invert(1) grayscale(1);
}
html.animation .aos-animate {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
html.cursor {
  cursor: url("../img/accessibility/custom-cursor.png"), auto;
}
html.font-medium {
  font-size: 11px;
}
html.font-big {
  font-size: 12px;
}
html.spacing-medium {
  letter-spacing: 0.5px;
}
html.spacing-big {
  letter-spacing: 1px;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Poppins", "Open Sans", serif;
  position: relative;
}
body .netteFormsModal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 600px;
  max-width: 90%;
  padding: 3.2rem;
  background: #fff;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border: transparent;
  /* Text/Tiny/Normal */
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
body .netteFormsModal button {
  color: #ffffff;
  background-color: #e31928;
  border: 1px solid transparent;
  transition: all 0.3s;
  padding: 12px 24px;
  min-height: 48px;
  height: fit-content;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  white-space: nowrap;
}
body .netteFormsModal button-big {
  width: 100%;
}
body .netteFormsModal button:hover {
  background-color: transparent;
  color: #000000;
  border: 1px solid #444444;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
textarea,
button,
select,
a,
div,
ul,
li,
span {
  -webkit-tap-highlight-color: transparent;
}

.container {
  padding: 0 6.4rem;
  margin: auto;
  max-width: 1440px;
}
@media only screen and (max-width: 992px) {
  .container {
    padding: 0 2rem;
  }
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 4vw;
}
@media only screen and (max-width: 992px) {
  .wrapper {
    padding: 0 2rem;
  }
}

.container .container,
.wrapper .container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

button,
.btn {
  justify-content: center;
  padding: 12px 24px;
  border: none;
  background: transparent;
  min-height: 48px;
  height: fit-content;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  width: fit-content;
  white-space: nowrap;
  border-radius: 6px;
  font-family: "Poppins", "Open Sans", sans-serif;
}
button, button > div,
.btn,
.btn > div {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  button,
  .btn {
    width: 100%;
  }
}
button svg,
button img,
.btn svg,
.btn img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
button-icon,
.btn-icon {
  padding: 0;
  width: 48px;
}
button-icon.btn-small,
.btn-icon.btn-small {
  width: 40px;
}
button-icon:hover,
.btn-icon:hover {
  color: white;
}
button-small,
.btn-small {
  padding: 8px 20px;
  min-height: 40px;
}
button-center,
.btn-center {
  margin: 0 auto;
}
button-swiper-nav,
.btn-swiper-nav {
  padding: 1.2rem;
}

.btn-primary {
  color: #ffffff;
  background-color: #e31928;
  border: 1px solid #e31928;
}
.btn-primary:hover {
  background-color: rgb(232.9464285714, 54.7535714286, 67.9857142857);
  color: #ffffff;
}
.btn-primary:active {
  background-color: rgb(194.8416666667, 21.4583333333, 34.3333333333);
}

.btn-secondary {
  color: white;
  background-color: transparent;
  border: 1px solid white;
}
.btn-secondary:hover {
  color: #e31928;
  background-color: #ffffff;
}
.btn-secondary:active {
  background-color: rgb(237.15, 237.15, 237.15);
}

.btn-outline {
  background-color: inherit;
}
.btn-outline:hover {
  color: #e31928;
}

.btn-black-outline {
  background-color: transparent;
  color: #000000;
  border: 1px solid #195ca1;
}
@media only screen and (max-width: 768px) {
  .btn-black-outline {
    width: 100%;
  }
}
.btn-black-outline:hover {
  color: #ffffff;
  background-color: #195ca1;
}
.btn-black-outline:active {
  background-color: #e31928;
}

.btn-blue {
  color: #ffffff;
  background-color: #e31928;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.btn-blue-big {
  width: 100%;
}
.btn-blue:hover {
  background-color: rgb(232.9464285714, 54.7535714286, 67.9857142857);
}
.btn-blue:active {
  background-color: rgb(194.8416666667, 21.4583333333, 34.3333333333);
}

.btn-gray {
  background-color: #f8fafc;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.btn-gray-big {
  width: 100%;
}
.btn-gray:hover {
  color: #e31928;
}
.btn-gray:hover svg path {
  fill: #e31928;
}

.btn-contact-submit button,
.btn-contact-submit-contact-page button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 1.6rem;
  border: none;
  background: #e31928;
  height: 38px;
  cursor: pointer;
  color: #ffffff;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.btn-contact-submit button::after,
.btn-contact-submit-contact-page button::after {
  content: url("/templates/default/img/icons/send.svg");
}
.btn-contact-submit button:hover,
.btn-contact-submit-contact-page button:hover {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.btn-contact-submit button:active,
.btn-contact-submit-contact-page button:active {
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.btn-contact-submit button:disabled, .btn-contact-submit button.btn-disabled, .btn-contact-submit button.disabled,
.btn-contact-submit-contact-page button:disabled,
.btn-contact-submit-contact-page button.btn-disabled,
.btn-contact-submit-contact-page button.disabled {
  opacity: 0.3;
  box-shadow: none;
}
.btn-contact-submit button svg path,
.btn-contact-submit-contact-page button svg path {
  fill: white;
}
.btn-contact-submit button img,
.btn-contact-submit-contact-page button img {
  filter: brightness(0) invert(1);
}

.contrast .btn-primary {
  color: #000000;
  background: #f04e1f;
}
.contrast .btn-primary img {
  filter: brightness(0);
}
.contrast .btn-primary svg path {
  fill: #000000;
}
.contrast .btn-secondary {
  color: #f04e1f;
  background: #000000;
}
.contrast .btn-secondary img {
  filter: brightness(0) invert(86%) sepia(70%) saturate(524%) hue-rotate(347deg) brightness(88%) contrast(96%);
}
.contrast .btn-secondary svg path {
  fill: #f04e1f;
}

.visibility .btn {
  outline: 2px solid white;
}
.visibility .btn:hover {
  outline: 4px solid white;
}

input,
textarea,
select {
  height: 40px;
  border: none;
  border-bottom: 1px solid #cccccc;
  font-family: inherit;
  color: inherit;
  padding: 8px;
  width: 100%;
  background-color: #fafafa;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: all 200ms ease-in-out;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #666666;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #cccccc;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  border-color: white;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.input-error,
textarea.input-error,
select.input-error {
  border-color: #b42318;
}
input:disabled,
textarea:disabled,
select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
input:disabled:hover,
textarea:disabled:hover,
select:disabled:hover {
  border-color: inherit;
}

label {
  width: 100%;
}
label.consent-label {
  display: flex;
  gap: 8px;
  line-height: 150%;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 12px;
  font-weight: 400;
}
label.consent-label input[type=checkbox] {
  margin: 0;
  flex-shrink: 0;
}
label.switch {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
label.switch:hover {
  cursor: pointer;
}
label.switch::before, label.switch::after {
  content: "";
  transition: all 200ms ease-in-out;
}
label.switch::before {
  width: 40px;
  height: 24px;
  border-radius: 99px;
  background-color: #cccccc;
}
label.switch::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
label.switch input[type=checkbox] {
  display: none;
}
label.switch:has(input[type=checkbox]:checked)::before {
  background-color: white;
}
label.switch:has(input[type=checkbox]:checked)::after {
  left: 20px;
}

input[type=checkbox],
input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: white;
}

input[type=checkbox].input-error {
  position: relative;
}
input[type=checkbox].input-error::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #b42318;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fef3f2;
}
input[type=checkbox]:checked.input-error::after {
  content: none;
}

textarea {
  resize: none;
  height: auto;
}

#navSearch {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #ffffff;
}
#navSearch .container {
  position: relative;
}
#navSearch .container > svg, #navSearch .container button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#navSearch .container > svg {
  left: calc(4vw + 12px);
}
#navSearch .container button {
  right: 4vw;
}
@media only screen and (max-width: 768px) {
  #navSearch .container button {
    width: fit-content !important;
  }
}
#navSearch .container input {
  padding-left: 40px;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.navbar .container {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#topNavMenu {
  justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 1260px) {
  #topNavMenu {
    justify-content: flex-start;
  }
}
#topNavMenu .nav-lang {
  display: none;
}

#topNavAdditionalMenu {
  padding: 0 12px;
}

#navSearchBtn {
  padding: 0;
}

.nav-menu {
  display: flex;
  align-items: center;
}
.nav-menu .btn-primary {
  margin: 0 16px;
}
.nav-menu-item {
  position: relative;
}
.nav-menu-item > a, .nav-menu-item > span {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-menu-item > a.logo-url, .nav-menu-item > span.logo-url {
  padding: 0;
  margin-right: 24px;
}
.nav-menu-item .nav-submenu {
  position: absolute;
  pointer-events: none;
  top: 100%;
  left: 0;
  transform: translateY(-12px);
  width: fit-content;
  opacity: 0;
  z-index: 100;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 6px;
  transition: all 200ms ease;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}
.nav-menu-item .nav-submenu a {
  display: block;
  text-wrap: nowrap;
  padding: 8px;
}
.nav-menu-item .nav-submenu a:hover {
  color: #195ca1;
}
.nav-menu-item:hover .nav-submenu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.nav-menu #searchMenu {
  margin: 0 16px;
}

#mobileMenuBtn {
  display: none;
}

@media only screen and (max-width: 1260px) {
  .nav-menu .btn-primary {
    margin: 12px 0;
  }
  .nav-menu-item .nav-submenu {
    padding: 0;
    box-shadow: none;
  }
  .nav-menu-item:has(.btn) {
    margin: auto 0 1rem;
  }
  .nav-menu-item:has(.btn), .nav-menu-item:has(.btn) .btn {
    width: 100%;
  }
  #topNavAdditionalMenu .nav-lang {
    display: none;
  }
  #topNavMenu .nav-lang {
    display: block;
  }
  #topNavMenu .nav-lang > span {
    display: none;
  }
  #topNavMenu .nav-lang li {
    color: #666666;
  }
  #topNavMenu .nav-lang li.current {
    color: #000000;
  }
  #topNavMenu .nav-lang .nav-submenu {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 8px;
  }
  #topNavMenu .nav-lang .nav-submenu a {
    line-height: 150%;
    font-family: "Poppins", "Open Sans", serif;
    font-size: 20px;
    font-weight: 400;
  }
  #mobileMenuBtn {
    display: block;
  }
  #mobileMenuBtn button {
    width: 40px;
    height: 40px;
    position: relative;
  }
  #mobileMenuBtn button::after, #mobileMenuBtn button::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background-color: #000000;
    transition: all 0.3s ease;
  }
  #mobileMenuBtn button::before {
    top: calc(50% + 3px);
  }
  #mobileMenuBtn button::after {
    top: calc(50% - 3px);
  }
  #mobileMenuBtn button.open::before, #mobileMenuBtn button.open::after {
    left: 50%;
  }
  #mobileMenuBtn button.open::before {
    top: calc(50% + 7px);
    transform: rotate(45deg) translate(-50%, -50%);
  }
  #mobileMenuBtn button.open::after {
    top: calc(50% - 7px);
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  #topNavMenu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -110%;
    min-width: 40%;
    width: fit-content;
    max-width: 90%;
    height: 100lvh;
    background-color: #fafafa;
    z-index: 0;
    transition: all 0.3s ease;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: column;
    padding: 7.2rem 4vw 64px;
    align-items: flex-start;
  }
  #topNavMenu::-webkit-scrollbar {
    display: none;
  }
  #topNavMenu svg {
    display: none;
  }
  #topNavMenu .nav-menu-item > a,
  #topNavMenu .nav-menu-item > span {
    padding: 12px 0;
    line-height: 150%;
    font-family: "Poppins", "Open Sans", serif;
    font-size: 20px;
    font-weight: 400;
  }
  #topNavMenu .nav-submenu {
    position: static;
    pointer-events: auto;
    top: auto;
    left: auto;
    transform: none;
    opacity: inherit;
    z-index: inherit;
    padding: 12px 0 12px 20px;
    background-color: inherit;
    border: none;
  }
  #topNavMenu .nav-submenu a {
    text-wrap: nowrap;
    padding: 8px;
  }
  #topNavMenu.open {
    opacity: 1;
    visibility: visible;
    right: 0;
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  }
}
.tabs-nav {
  width: 100%;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.tabs-nav-trigger {
  cursor: pointer;
  padding: 8px 0;
  transition: all 200ms ease;
}
.tabs-nav-trigger:hover {
  border-bottom: 1px solid #cccccc;
}
.tabs-nav-trigger.active {
  border-bottom: 1px solid #eeeeee;
}
.tabs.full-width {
  width: 100%;
}
.tabs.full-width .tabs-nav {
  gap: 0;
}
.tabs.full-width .tabs-nav-trigger {
  padding: 8px 12px;
  flex-grow: 1;
  text-align: center;
}

.steps {
  display: flex;
  align-items: center;
  gap: 24px;
}
.steps-item span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.steps-item bdi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
}
.steps-item.active bdi, .steps-item.visited bdi {
  background-color: #000000;
  color: #ffffff;
}

.accessibility {
  padding: 6px 0;
  background: #475569;
  border-radius: 0px 0px 4px 0px;
  color: white;
  position: absolute;
  left: 48px;
  top: 0;
  font-size: 1.6rem;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.accessibility.active {
  visibility: visible;
  opacity: 1;
}
.accessibility-btn {
  padding: 10px;
  border-radius: 0px 0px 4px 0px;
  background: #475569;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.accessibility-item {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.accessibility-item:hover {
  background: white;
  color: #475569;
}
.accessibility-item:hover .accessibility-item-icon path {
  fill: #475569;
}
.accessibility-item-icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accessibility-item-icon svg {
  width: 32px;
  height: 32px;
  display: flex;
}
.accessibility-item-icon path {
  fill: white;
  transition: fill 0.3s;
}
.accessibility-fonts-container, .accessibility-spacings-container {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.accessibility-fonts, .accessibility-spacings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 42px;
  gap: 8px;
  padding: 0 12px;
}
.accessibility-font, .accessibility-spacing {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.accessibility-font rect,
.accessibility-font path, .accessibility-spacing rect,
.accessibility-spacing path {
  fill: white;
  transition: fill 0.3s;
}
.accessibility-font:hover, .accessibility-font.active, .accessibility-spacing:hover, .accessibility-spacing.active {
  background: white;
  color: #475569;
}
.accessibility-font:hover rect,
.accessibility-font:hover path, .accessibility-font.active rect,
.accessibility-font.active path, .accessibility-spacing:hover rect,
.accessibility-spacing:hover path, .accessibility-spacing.active rect,
.accessibility-spacing.active path {
  fill: #475569;
}

.contrast .accessibility {
  background: #f04e1f;
  color: #000000;
}
.contrast .accessibility svg path, .contrast .accessibility rect {
  fill: #000000;
}
.contrast .accessibility-btn {
  background: #f04e1f;
}
.contrast .accessibility-btn svg path {
  fill: #000000;
}

.contrast .accessibility-contrast,
.animation .accessibility-animation,
.visibility .accessibility-visibility,
.invert .accessibility-invert,
.grayscale .accessibility-grayscale,
.cursor .accessibility-cursor,
.read .accessibility-read {
  background: white;
  color: #475569;
}
.contrast .accessibility-contrast .accessibility-item-icon path,
.animation .accessibility-animation .accessibility-item-icon path,
.visibility .accessibility-visibility .accessibility-item-icon path,
.invert .accessibility-invert .accessibility-item-icon path,
.grayscale .accessibility-grayscale .accessibility-item-icon path,
.cursor .accessibility-cursor .accessibility-item-icon path,
.read .accessibility-read .accessibility-item-icon path {
  fill: #475569;
}

.btn-read {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  margin-left: auto;
}

.read .btn-read {
  opacity: 1;
  visibility: visible;
  width: 48px;
  height: 40px;
}

.read .btn-read.active {
  animation: pulse 2s infinite;
}

.blog-page-main .block-text .btn-read,
.inspiration-page-content .block-text .btn-read {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  padding: 4rem 0;
  background: #fafafa;
}
.footer .wrapper {
  flex-direction: column;
  gap: 6.4rem;
}
.footer-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .footer-top {
    flex-direction: column;
    gap: 6.4rem;
  }
}
.footer-top-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3.2rem;
}
@media only screen and (max-width: 992px) {
  .footer-top-info {
    width: 100%;
    flex-direction: column;
  }
}
.footer-top-titles {
  width: 100%;
  max-width: 49.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
}
.footer-top-logo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  transition: transform 0.3s;
}
.footer-top-logo:hover {
  transform: translateX(1%);
}
.footer-top-text {
  width: 100%;
}
.footer-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 6.4rem;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .footer-menu {
    flex-wrap: wrap;
    gap: 3.2rem;
  }
}
.footer-menu li {
  margin-left: 0;
}
.footer-menu-link {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #000000;
  width: 100%;
}
.footer-menu-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
  min-width: 10rem;
}
@media only screen and (max-width: 992px) {
  .footer-menu-item {
    width: 100%;
    gap: 1.2rem;
  }
}
.footer-menu-item a {
  padding-bottom: 1.2rem;
  transition: border-bottom 0.3s;
}
@media only screen and (max-width: 992px) {
  .footer-menu-item a {
    width: 100%;
  }
}
.footer-menu-item a:hover {
  border-bottom: 1px solid #ffffff;
}
.footer-submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 20rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .footer-submenu {
    max-height: none;
    gap: 0.8rem;
  }
}
.footer-submenu-item {
  padding: 0.8rem 0;
}
@media only screen and (max-width: 992px) {
  .footer-submenu-item {
    padding: 0;
  }
}
.footer-submenu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.4rem;
  row-gap: 0.8rem;
}
@media only screen and (max-width: 1260px) {
  .footer-submenu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .footer-submenu-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .footer-submenu-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .footer-submenu-grid {
    grid-template-columns: 1fr;
  }
}
.footer-newsletter {
  width: 34.98%;
}
@media only screen and (max-width: 992px) {
  .footer-newsletter {
    width: 100%;
  }
}
.footer-newsletter form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-newsletter form div > h3 {
  display: none;
}
.footer-newsletter form .form-title {
  display: flex;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.6rem;
}
.footer-newsletter form .form-title h2 {
  color: #ffffff;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
@media only screen and (max-width: 768px) {
  .footer-newsletter form .form-title h2 {
    font-size: 2rem;
  }
}
.footer-newsletter form .form-content {
  color: #ffffff;
  font-family: "Poppins", "Open Sans", serif;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.footer-newsletter form .form-input-button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 992px) {
  .footer-newsletter form .form-input-button {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.footer-newsletter form .form-input-button .input {
  width: 67.97%;
}
@media only screen and (max-width: 992px) {
  .footer-newsletter form .form-input-button .input {
    width: 100%;
  }
}
.footer-newsletter form .form-input-button .input input {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #aaaaaa;
  color: #ffffff;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.footer-newsletter form .form-input-button .input input::placeholder {
  color: #ffffff;
}
.footer-newsletter form .form-input-button .button button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #aaaaaa;
  color: #ffffff;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.footer-newsletter form .form-input-button .button button:hover {
  background-color: white;
  color: #000000;
}
.footer-newsletter form .form-input-button .button button:active {
  color: white;
  background-color: rgb(237.15, 237.15, 237.15);
}
@media only screen and (max-width: 992px) {
  .footer-newsletter form .form-input-button .button button {
    width: 100%;
  }
}
.footer-newsletter form .form-checkbox label:has(input[type=checkbox]) {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.8rem;
  color: #ffffff;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.footer-newsletter form .form-checkbox label:has(input[type=checkbox]) input {
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.footer-newsletter form .form-checkbox label:has(input[type=checkbox]) label {
  max-width: 92%;
  color: #ffffff;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .footer-bottom {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.footer-bottom-menu {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
}
@media only screen and (max-width: 992px) {
  .footer-bottom-menu {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.footer-bottom-menu a {
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.footer-bottom-menu svg {
  width: 87px;
  aspect-ratio: auto 87/16;
  height: 16px;
  margin-left: 0.25rem;
  transform: translate(0, 6px);
}
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.footer-social a {
  transition: transform 0.3s;
}
.footer-social a:hover {
  transform: scale(1.1);
}
.footer-social a img {
  width: 24px;
  height: 24px;
}
.footer-social a svg {
  width: 24px;
  height: 24px;
}

.contrast .footer {
  background: #f04e1f;
  color: #000000;
}
.contrast .footer-logo {
  filter: brightness(0);
}
.contrast .footer svg path {
  fill: #000000;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #000000;
  padding-top: 7.2rem;
  background-color: #ffffff;
}
.breadcrumbs li {
  margin-left: 0;
}
.breadcrumbs-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 15px 0;
  max-width: 1440px;
  padding: 1.2rem 6.4rem 1.2rem 6.4rem;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-list {
    padding: 1.6rem 2rem 1rem 2rem;
  }
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  text-align: center;
}
.breadcrumbs-item svg {
  width: 16px;
  height: 16px;
}

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

.contrast .breadcrumbs-item.active {
  color: #f04e1f;
}

.pagination {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  gap: 8rem;
  margin-top: 8rem;
}
.pagination ul,
.pagination li {
  margin: 0;
}
.pagination-items {
  display: flex;
}
.pagination-item {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
.pagination-link {
  font-weight: 600;
  font-size: 1.6rem;
}
.pagination-link.active {
  color: #195ca1;
}
.pagination-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pagination-mobile {
    display: block;
    width: 24px;
    height: 24px;
  }
}
.pagination-mobile svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .pagination-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pagination-btn {
    padding: 0;
    width: 32px;
    height: 32px;
  }
}
.pagination-prev svg {
  transform: rotate(180deg);
}

.modal {
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
  background: #fff;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.modal-title {
  font-size: 2rem;
  font-weight: 500;
  padding-right: 30px;
}
.modal-text {
  margin: 16px 0;
  font-size: 1.2rem;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.modal-close::before, .modal-close::after {
  content: "";
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 99px;
  position: absolute;
  top: 10px;
}
.modal-close::before {
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
}
.modal-overlay {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.modal-overlay.open {
  visibility: visible;
  opacity: 1;
}

.modal-cookies {
  right: 20px;
  bottom: 20px;
  top: auto;
  left: auto;
  transform: none;
  max-width: 350px;
}
@media only screen and (max-width: 768px) {
  .modal-cookies {
    max-width: none;
  }
}
.modal-cookies-btn {
  width: 100%;
  margin-bottom: 8px;
}
.modal-cookies-link {
  color: white;
  text-align: center;
  width: 100%;
  display: block;
}

.filter-form-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.filter-form input[type=number] {
  width: 60px;
  text-align: center;
}
.filter-form-content {
  display: flex;
  gap: 48px;
  padding: 5px 0 25px 0;
  flex-wrap: wrap;
}
.filter-form-range-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filter-form-main-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-form-inputs-row {
  padding: 0 16px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.filter-form-row-label {
  display: flex;
  gap: 4px;
  align-items: center;
}
.filter-form-buttons {
  display: flex;
  justify-content: space-between;
}
.filter-form .checkbox-label {
  display: flex;
  gap: 8px;
  align-items: center;
}
.filter-form .checkbox-inputs-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.filter-form .checkbox-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.filter-form .checkbox-item.square {
  font-size: 1.4rem;
}
.filter-form .checkbox-item.square .checkmark {
  top: 2px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
}
.filter-form .range-slider {
  background: #e5e7eb;
  height: 4px;
}
.filter-form .range-slider input {
  outline: none;
  padding: 0;
}
.filter-form .range-slider .range-slider__thumb {
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid white;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.filter-form .range-slider .range-slider__range {
  background: white;
}

.modal.cart {
  width: 100%;
  max-width: 900px;
}
.modal.cart .left {
  display: flex;
}
.modal.cart .modal-title {
  font-size: 24px;
  font-weight: 500;
}
.modal.cart .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.modal.cart .product-details {
  display: flex;
  align-items: center;
  padding: 20px 45px 20px 5px;
  text-align: center;
  flex-wrap: wrap;
  gap: 20px;
}
.modal.cart .product-details .number,
.modal.cart .product-details .name {
  min-width: 20px;
  font-size: 18px;
  font-weight: 500;
}
.modal.cart .product-details .number {
  min-width: 20px;
  font-size: 18px;
  font-weight: 500;
}
.modal.cart .product-details .product-main {
  flex: 1 0 0;
  text-align: left;
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0;
}
.modal.cart .product-details .product-main-photo {
  width: 70px;
  height: 70px;
}
.modal.cart .product-details .product-main-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.modal.cart .product-details .price,
.modal.cart .product-details .amount,
.modal.cart .product-details .total {
  width: 125px;
  font-size: 20px;
  font-weight: 600;
}
.modal.cart .product-details .amount-text {
  font-weight: 400;
}
.modal.cart .product-details .amount-mobie {
  display: none;
}
@media only screen and (max-width: 1260px) {
  .modal.cart .product-details {
    column-gap: 0;
    row-gap: 10px;
    padding: 20px 0;
    border-bottom: none;
  }
  .modal.cart .product-details .price {
    display: none;
  }
  .modal.cart .product-details .total,
  .modal.cart .product-details .amount {
    width: 50%;
  }
  .modal.cart .product-details .amount {
    text-align: left;
  }
  .modal.cart .product-details .total {
    text-align: right;
  }
  .modal.cart .product-details .product-main {
    flex: auto;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
  }
  .modal.cart .product-details .product-main-photo {
    min-width: 70px;
  }
}

.modal-review .product {
  display: flex;
  gap: 5px;
  align-items: center;
}
.modal-review .product-photo {
  width: 70px;
  height: 70px;
}
.modal-review .product-photo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.modal-review .product-title {
  font-size: 16px;
  font-weight: 500;
}
.modal-review input[type=radio] {
  display: none;
}
.modal-review .star-input {
  cursor: pointer;
  margin: 0;
}
.modal-review .review {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 4px;
}
.modal-review .text-label {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
}
.modal-review .info-bottom {
  font-size: 12px;
  padding: 16px 0;
}
.modal-review .info-bottom a {
  color: white;
}
.modal-review textarea {
  height: 100px;
}
.modal-review .buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.modal-author .product {
  display: flex;
  gap: 5px;
  align-items: center;
}
.modal-author .product-photo {
  width: 70px;
  height: 70px;
}
.modal-author .product-photo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.modal-author .product-title {
  font-size: 16px;
  font-weight: 500;
}
.modal-author .review {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 4px;
}
.modal-author .text-label {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
}
.modal-author .info-bottom {
  font-size: 12px;
  padding: 16px 0;
}
.modal-author .info-bottom a {
  color: white;
}
.modal-author textarea {
  height: 100px;
}
.modal-author .buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.modal-inpost {
  height: 80%;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .modal-inpost {
    width: 95%;
  }
}
.modal-inpost .modal-content {
  height: 100%;
}
.modal-inpost .inpost-widget {
  height: 100%;
}

.modal-orlen {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .modal-orlen {
    width: 95%;
  }
}

.modal-success {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-success .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.modal-success .text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.modal-message-send {
  position: fixed;
  width: 600px;
  max-width: 90%;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3.2rem;
  background: #fff;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border: transparent;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3.2rem;
}
.modal-message-send svg {
  fill: #e31928;
}
.modal-message-send svg path {
  fill: #e31928;
}
.modal-message-send-close {
  display: none;
}
.modal-message-send.open {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.modal-message-send-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  max-width: 504px;
}
.modal-message-send-title {
  text-align: center;
}
.modal-message-send-subtitle {
  text-align: center;
}
.modal-message-send-text {
  margin: 16px 0;
  font-size: 1.2rem;
}
.modal-message-send-close {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.modal-message-send-close::before, .modal-message-send-close::after {
  content: "";
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 99px;
  position: absolute;
  top: 10px;
}
.modal-message-send-close::before {
  transform: rotate(45deg);
}
.modal-message-send-close::after {
  transform: rotate(-45deg);
}
.modal-message-send-overlay {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.modal-message-send-overlay.open {
  visibility: visible;
  opacity: 1;
}

.modal-ask-for-product {
  max-width: 56.8rem;
  padding: 3.2rem;
  overflow: auto;
}
@media only screen and (max-width: 992px) {
  .modal-ask-for-product {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}
.modal-ask-for-product-container {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.modal-ask-for-product-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cbd5e1;
  padding-bottom: 0.8rem;
}
.modal-ask-for-product-info-container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.modal-ask-for-product .kontakt {
  width: 100%;
  gap: 0;
}
.modal-ask-for-product .kontakt .kontakt-form__buttons {
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .modal-ask-for-product .kontakt .kontakt-form__buttons {
    flex-direction: column;
  }
}
.modal-ask-for-product .kontakt .btn-contact-submit {
  width: 48.41%;
  border: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  .modal-ask-for-product .kontakt .btn-contact-submit {
    width: 100%;
  }
}
.modal-ask-for-product .kontakt .btn-contact-submit button {
  width: 100%;
}
.modal-ask-for-product .kontakt .btn-contact-cancel {
  display: flex;
  width: 48.41%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .modal-ask-for-product .kontakt .btn-contact-cancel {
    width: 100%;
  }
}
.modal-ask-for-product .kontakt .btn-contact-cancel label {
  display: none;
}
.modal-ask-for-product .kontakt .btn-contact-cancel input {
  width: 100%;
  justify-content: center;
  padding: 12px 24px;
  border: none;
  background: transparent;
  min-height: 48px;
  height: fit-content;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  text-decoration: none;
  color: #666666;
  border-radius: 6px;
  border: 1px solid #444444;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.modal-ask-for-product .kontakt .btn-contact-cancel input:hover {
  background-color: rgb(232.9464285714, 54.7535714286, 67.9857142857);
  border: 1px solid #e31928;
  color: #ffffff;
}
.modal-ask-for-product .kontakt .btn-contact-cancel input:active {
  background-color: rgb(194.8416666667, 21.4583333333, 34.3333333333);
}

.contrast .modal {
  background: #000000;
}
.contrast .modal-close::before,
.contrast .modal-close::after {
  background: #f04e1f;
}
.contrast .modal-cookies-link {
  color: #f04e1f;
}

.category-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding-bottom: 11.2rem;
}
@media only screen and (max-width: 992px) {
  .category-card {
    gap: 3.2rem;
    padding-top: 6.2rem;
    padding-bottom: 6.2rem;
  }
}

.visibility .category-card {
  outline: 2px solid white;
}
.visibility .category-card:hover {
  outline: 4px solid white;
}

.product-card {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  width: 100%;
  max-width: 38.4rem;
  margin-right: 2px;
  gap: 1.6rem;
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 992px) {
  .product-card {
    width: 100%;
  }
}
.product-card__image {
  width: 100%;
  height: 304px;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__image--default {
  background-color: #aaaaaa;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__information {
  display: flex;
  justify-content: space-between;
}
.product-card__titles {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.product-card__buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
}
.product-card__ask {
  width: 100%;
  max-width: 31.2rem;
  padding: 0.8rem 2rem;
  background: var(--Color-Neutral-neutral-lightest, #f8fafc);
}
.product-card__like {
  background: var(--Color-Neutral-neutral-lightest, #f8fafc);
  width: 40px;
  height: 40px;
}
.product-card__like-liked {
  background-color: #e31928;
}
.product-card__like-liked svg {
  background-color: #e31928;
}

.blog-card {
  width: 100%;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media only screen and (max-width: 992px) {
  .blog-card {
    gap: 1.2rem;
  }
}
.blog-card:hover .blog-card-content {
  transform: translateY(-2%);
}
.blog-card-photo {
  height: 30rem;
  width: 100%;
}
.blog-card-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #e5e7eb;
}
.blog-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: transform 0.3s;
  justify-content: space-between;
  min-height: 180px;
}
.blog-card-title {
  margin-top: 2.4rem;
  margin-bottom: 8px;
  transition: color 0.3s;
}
.blog-card-text-title-suggested {
  min-height: 8rem;
}
.blog-card-description {
  overflow: hidden;
  font-size: 1.2rem;
}
.blog-card-arrow {
  margin-left: auto;
  padding: 20px 8px 8px 20px;
  width: fit-content;
}

.contrast .blog-card-arrow svg path {
  fill: #f04e1f;
}

.visibility .blog-card {
  outline: 2px solid white;
}
.visibility .blog-card:hover {
  outline: 4px solid white;
}

.producer-card {
  display: flex;
  padding: 12px;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  gap: 30px;
  align-items: center;
  transition: box-shadow 0.3s;
}
.producer-card:hover {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.producer-card:hover .producer-card-title, .producer-card:hover .producer-card-bottom {
  color: white;
}
.producer-card-photo {
  height: 150px;
  width: 125px;
  object-fit: cover;
  flex-shrink: 0;
  padding: 12px;
  background: #E5E7EB;
}
.producer-card-title {
  font-size: 2rem;
  font-weight: 600;
  transition: color 0.3s;
}
.producer-card-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.2rem;
  color: #404040;
  margin: 8px 0 12px 0;
}
.producer-card-bottom {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 1.2rem;
  transition: color 0.3s;
}
.producer-card-arrow {
  display: flex;
  align-items: center;
}

.contrast .producer-card-description {
  color: #f04e1f;
}

.visibility .producer-card {
  outline: 2px solid white;
}
.visibility .producer-card:hover {
  outline: 4px solid white;
}

.inspiration-card {
  height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.inspiration-card:hover .inspiration-card-description {
  max-height: 90px;
}
.inspiration-card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #9CA3AF;
  position: absolute;
}
.inspiration-card-content {
  padding: 32px 16px 16px 16px;
  margin-top: auto;
  color: white;
  position: relative;
}
.inspiration-card-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.inspiration-card-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.2rem;
  max-height: 0;
  transition: max-height 0.3s;
}

.contrast .inspiration-card {
  color: #f04e1f;
}

.visibility .inspiration-card {
  outline: 2px solid white;
}
.visibility .inspiration-card:hover {
  outline: 4px solid white;
}

.animation .inspiration-card-description, .visibility .inspiration-card-description {
  max-height: none;
}

.page-author {
  display: flex;
  gap: 32px;
  font-size: 16px;
  color: #6B7280;
  align-items: flex-start;
  padding: 40px 0;
}
@media only screen and (max-width: 1260px) {
  .page-author {
    flex-direction: column;
    gap: 0;
  }
}
.page-author-photo {
  width: 160px;
  height: auto;
  flex-shrink: 0;
}
.page-author-right {
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .page-author-right {
    width: 100%;
  }
}
.page-author-content {
  display: flex;
  gap: 42px;
}
@media only screen and (max-width: 1260px) {
  .page-author-content {
    flex-direction: column;
    gap: 0;
  }
}
.page-author-content-main {
  flex-grow: 1;
}
.page-author-title {
  padding: 8px 0 12px 0;
}
.page-author-name {
  font-size: 30px;
  color: black;
  font-weight: 500;
}
.page-author-role {
  color: #374151;
  margin-bottom: 12px;
}
.page-author-socials {
  width: 320px;
}
.page-author-socials-title {
  padding: 8px 0 12px 0;
}
.page-author-socials-list {
  display: flex;
  gap: 8px;
}
.page-author-socials-btn {
  width: 40px;
  height: 40px;
  padding: 0;
}
.page-author-reviews {
  padding: 24px 0px 12px 0px;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 500;
  color: black;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1260px) {
  .page-author-reviews {
    flex-direction: column;
    gap: 24px;
  }
}
.page-author-review {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 1260px) {
  .page-author-review {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-author-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-author-stars input[type=radio] {
  display: none;
}
.page-author-stars .star-input {
  display: flex;
  cursor: pointer;
}
.page-author-star {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 1260px) {
  .page-author-write {
    width: 100%;
  }
}

.chat {
  padding: 20px 16px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  overflow-y: auto;
}
.chat-container {
  padding: 10px;
  border-radius: 8px;
  background: #f3f4f6;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 40px;
  bottom: 110px;
  width: 400px;
  height: 450px;
  display: flex;
  flex-direction: column;
  max-width: 85vw;
  z-index: 1;
}
.chat-message-container {
  display: flex;
  gap: 4px;
  padding-right: 32px;
}
.chat-message-container.client {
  align-self: flex-end;
  display: block;
  padding: 0 0 0 32px;
}
.chat-message-container.client .chat-message-content {
  background: #6b7280;
  border-radius: 12px 12px 2px 12px;
  color: white;
}
.chat-message-photo {
  width: 24px;
  height: 24px;
  background: #6b7280;
  border-radius: 50%;
  margin-top: 18px;
  flex-shrink: 0;
}
.chat-message-name {
  color: #6b7280;
  font-size: 12px;
}
.chat-message-content {
  border-radius: 2px 12px 12px 12px;
  background: #f3f4f6;
  padding: 10px;
  color: #404040;
}
.chat-input-container {
  position: relative;
  margin-top: 4px;
}
.chat-input-btn {
  position: absolute;
  right: 8px;
  top: 13px;
  padding: 0;
  box-shadow: none;
  height: auto;
}
.chat-auth {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0px 0px 8px 8px;
  background: #f9fafb;
  padding: 10px;
}
.chat-auth-title {
  color: #404040;
  text-align: center;
  margin-bottom: 12px;
}
.chat-auth label {
  font-size: 12px;
  color: #111827;
  margin-bottom: 4px;
  display: block;
}
.chat-auth .btn {
  width: 100%;
  margin-top: 12px;
  font-size: 12px;
}
.chat-auth span {
  color: #dc2626;
}
.chat-close-btn {
  position: absolute;
  right: 5px;
  top: -26px;
  cursor: pointer;
}
.chat-icon {
  width: 72px;
  height: 72px;
  background: #6b7280;
  border-radius: 50%;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fb-widget {
  position: fixed;
  top: 110px;
  right: -300px;
  z-index: 10;
  display: flex;
  align-items: center;
  background: white;
  padding: 8px 16px 8px 8px;
  border-radius: 4px 0px 0px 4px;
  transition: all 0.4s;
}
@media screen and (min-width: 786px) {
  .fb-widget:hover {
    right: 0;
  }
}
.fb-widget-text {
  color: #fff;
  font-family: "Poppins", "Open Sans", serif;
  font-size: 20px;
  font-weight: 700;
  margin-left: 16px;
  margin-right: 6px;
}

.autocomplete-container {
  padding: 20px;
  display: flex;
  gap: 20px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 3;
  top: 60px;
  overflow: auto;
  max-height: 90vh;
  width: 90vw;
  max-width: 900px;
  left: -15vw;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 1260px) {
  .autocomplete-container {
    top: 55px;
  }
}
@media only screen and (max-width: 992px) {
  .autocomplete-container {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .autocomplete-container {
    flex-direction: column;
  }
}
.autocomplete-container .search-item {
  padding: 10px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 400px;
}
.autocomplete-container .search-item:hover {
  border-radius: 4px;
  background: #f9fafb;
}
.autocomplete-container .search-product {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  margin-bottom: 10px;
  transition: border-color 0.2s;
}
.autocomplete-container .search-product:hover {
  border-color: #9ca3af;
  cursor: pointer;
}
.autocomplete-container .search-product .photo-container {
  min-width: 200px;
  height: 90px;
}
@media only screen and (max-width: 768px) {
  .autocomplete-container .search-product .photo-container {
    min-width: 0;
  }
}
.autocomplete-container .search-product .photo-container .search-product-photo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.autocomplete-container .search-product .price {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.autocomplete-container .search-product .title {
  font-size: 16px;
}
.autocomplete-container .see-all {
  margin: 10px 0 0 auto;
  width: fit-content;
}
.autocomplete-container .see-all-container {
  padding-bottom: 20px;
}
.autocomplete-container .left {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.autocomplete-container .autocomplete-products {
  flex: 2 0 0;
}
.autocomplete-container .search-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.contrast .autocomplete-container {
  background-color: #000000;
}

.checkbox-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  user-select: none;
}
.checkbox-item a, .checkbox-item strong {
  color: black;
}
.checkbox-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
}
.checkbox-item .checkmark.white {
  background-color: white;
}
.checkbox-item .checkmark.check-error {
  border-color: #C8232C !important;
}
.checkbox-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  right: 4px;
  top: 0;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-item input[type=checkbox]:checked ~ .checkmark {
  background: white;
  border-color: transparent;
}
.checkbox-item input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.checkbox-item input[type=radio]:checked ~ .checkmark {
  border: 6px solid white;
}
.checkbox-item-col {
  display: flex;
  flex-direction: column;
}
.checkbox-item-2 {
  font-size: 14px;
  line-height: 1.1;
  padding-top: 2px;
  margin-bottom: 0;
}
.checkbox-item-2 .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 5px;
  top: 0;
}
.checkbox-item-2 .checkmark:after {
  right: 5px;
}
.checkbox-item.square {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
}
.checkbox-item.square .checkmark {
  top: 5px;
  border: 1px solid #B6B6B6;
  border-radius: 5px;
  height: 20px;
  width: 20px;
}
.checkbox-item.square .checkmark:after {
  right: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.switch-btn {
  display: flex;
  align-items: center;
}
.switch-btn input {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.switch-btn label {
  cursor: pointer;
  text-indent: -9999px;
  width: 26px;
  height: 16px;
  background: white;
  display: block;
  border-radius: 13px;
  position: relative;
  border: 1px solid #B8BBBC;
  margin-bottom: 0;
}
.switch-btn label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #B8BBBC;
  border-radius: 50%;
  transition: 0.3s;
}
.switch-btn input:checked + label {
  background: white;
}
.switch-btn input:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.font-bigger .checkbox-item,
.font-bigger .checkbox-item-2 {
  font-size: 18px !important;
}

.font-biggest .checkbox-item,
.font-biggest .checkbox-item-2 {
  font-size: 20px !important;
}

.kontakt {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  width: 46.95%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .kontakt {
    width: 100%;
  }
}
.kontakt div h3 {
  display: none;
}

.kontakt-form {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .kontakt-form {
    width: 100%;
    gap: 1.6rem;
  }
}
.kontakt-form h3 {
  display: none;
}
.kontakt-form__title {
  display: none;
}
.kontakt-form__inputs {
  width: 46.95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .kontakt-form__inputs {
    width: 100%;
  }
}
.kontakt-form__inputs label {
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.kontakt-form__inputs input {
  width: 100%;
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #666666;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: var(--Color-Neutral-neutral, #94a3b8);
  background: transparent;
  /* Text/Regular/Normal */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.kontakt-form__textarea {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4rem;
}
.kontakt-form__textarea label {
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2 24px */
}
.kontakt-form__textarea textarea {
  display: flex;
  min-height: 10rem;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: var(--Color-Neutral-neutral, #94a3b8);
  background: transparent;
  /* Text/Regular/Normal */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.kontakt-form__product {
  position: absolute;
  z-index: -100;
}
.kontakt-form .btn-contact-submit {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .kontakt-form .btn-contact-submit {
    width: 100%;
  }
}
.kontakt-form__buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .kontakt-form__buttons {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.kontakt-form__buttons div:last-child {
  display: none;
}
.kontakt-form__buttons .btn-contact-cancel {
  display: none;
}
.kontakt-form__buttons .btn-contact-submit {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .kontakt-form__buttons .btn-contact-submit {
    width: 100%;
  }
}
.kontakt-form__buttons .btn-contact-submit-contact-page {
  display: none;
}
.kontakt-form__buttons label:has(input[type=checkbox]) {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1.2rem 0;
}
.kontakt-form__buttons label:has(input[type=checkbox]) input {
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.kontakt-form__buttons label:has(input[type=checkbox]) label {
  max-width: 92%;
  color: #000000;
  /* Text/Tiny/Normal */
  font-family: Satoshi;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.kontakt-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .kontakt-form button {
    width: 100%;
  }
}

.form-title {
  display: none;
}

.form-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  transition: background-color 0.3s;
}
.form-upload label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-upload label svg {
  margin-right: 5px;
}
.form-upload:hover, .form-upload label:hover {
  cursor: pointer;
}
.form-upload-list {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
@media only screen and (max-width: 1260px) {
  .form-upload-list {
    margin-left: 0;
    margin-top: 20px;
  }
}
.form-upload-list__item {
  font-size: 14px;
  font-weight: 300;
}
.form-upload-list__item img {
  margin-left: 5px;
}
.form-upload-list__item img:hover {
  cursor: pointer;
}
.form-upload-row {
  display: flex;
}
@media only screen and (max-width: 1260px) {
  .form-upload-row {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.font-bigger label,
.font-bigger .form-upload-list__item {
  font-size: 18px !important;
}

.font-biggest label,
.font-biggest .form-upload-list__item {
  font-size: 20px !important;
}

.swiper-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  z-index: 10;
}

.swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #cccccc;
}
.swiper-pagination-bullet-active {
  background: #e31928;
}

.swiper-custom-navigation {
  display: flex;
  gap: 1.5rem;
}
.swiper-custom-navigation button {
  padding: 1.2rem;
  background: #f8fafc;
}

.swiper-home-offer-next,
.swiper-home-offer-prev,
block-suggested-products__swiper__prev,
block-suggested-products__swiper__next {
  background: #eeeeee;
}

.block-faq {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 11.2rem;
  margin-bottom: 11.2rem;
}
.block-faq .wrapper {
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .block-faq .wrapper {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.block-faq__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
  width: 38.1%;
}
@media only screen and (max-width: 992px) {
  .block-faq__heading {
    width: 100%;
  }
}
.block-faq__table {
  width: 53.35%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .block-faq__table {
    width: 100%;
  }
}
.block-faq__element {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 1.6rem;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
}
.block-faq__element--active {
  background-color: #ffffff;
}
.block-faq__visible-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-faq__question {
  width: 92%;
  display: flex;
  justify-content: flex-start;
  padding: 2rem 0;
}
.block-faq__arrow {
  cursor: pointer;
  transition: transform 0.3s;
}
.block-faq__hidden-text {
  padding-bottom: 2.4rem;
  display: none;
}
.block-faq__hidden-text--show {
  display: flex;
}

.spin90 {
  transform: rotate(180deg);
}

.block-slogan-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11.2rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .block-slogan-text {
    padding: 6.4rem 0;
  }
}
.block-slogan-text--category {
  background-color: #fafafa;
}
.block-slogan-text .wrapper {
  flex-direction: row;
  gap: 8rem;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .block-slogan-text .wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
.block-slogan-text-info {
  display: flex;
  width: 49.85%;
  gap: 3.2rem;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .block-slogan-text-info {
    width: 100%;
  }
}
.block-slogan-text-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.block-slogan-text-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .block-slogan-text-buttons {
    flex-direction: column;
  }
}
.block-slogan-text-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.8rem;
  height: 19.1rem;
}
@media only screen and (max-width: 768px) {
  .block-slogan-text-image {
    justify-content: flex-start;
    width: 8.9rem;
    height: 9.59rem;
  }
}
.block-slogan-text-image img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card {
  width: 100%;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.news-card:hover .news-card-content {
  transform: translateY(-2%);
}
.news-card-photo {
  height: 30rem;
  width: 100%;
}
.news-card-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #e5e7eb;
}
.news-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: transform 0.3s;
}
.news-card-title {
  margin-top: 2.4rem;
  margin-bottom: 8px;
  transition: color 0.3s;
}
.news-card-description {
  overflow: hidden;
  font-size: 1.2rem;
}
.news-card-arrow {
  margin-left: auto;
  padding: 20px 8px 8px 20px;
  width: fit-content;
}

.contrast .blog-card-arrow svg path {
  fill: #f04e1f;
}

.visibility .blog-card {
  outline: 2px solid white;
}
.visibility .blog-card:hover {
  outline: 4px solid white;
}

.inspirations-card {
  width: 100%;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.inspirations-card:hover .inspirations-card-content {
  transform: translateY(-2%);
}
.inspirations-card-photo {
  height: 30rem;
  width: 100%;
}
.inspirations-card-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #e5e7eb;
}
.inspirations-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: transform 0.3s;
}
.inspirations-card-title {
  margin-top: 2.4rem;
  margin-bottom: 8px;
  transition: color 0.3s;
}
.inspirations-card-description {
  overflow: hidden;
  font-size: 1.2rem;
}
.inspirations-card-arrow {
  margin-left: auto;
  padding: 20px 8px 8px 20px;
  width: fit-content;
}

.contrast .blog-card-arrow svg path {
  fill: #f04e1f;
}

.visibility .blog-card {
  outline: 2px solid white;
}
.visibility .blog-card:hover {
  outline: 4px solid white;
}

.home .snipper {
  color: black;
}
.home-swiper {
  height: calc(100vh - 7.2rem);
  margin-top: 7.2rem;
}
.home-swiper-pagination.swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 4.8rem 6.4rem 4.8rem 0;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .home-swiper-pagination.swiper-pagination {
    display: none;
  }
}
.home-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 1;
  background: white;
  cursor: pointer;
  transition: background-color 0.3s;
}
.home-swiper-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e31928;
}
.home-swiper-navigation.home-swiper-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .home-swiper-navigation.home-swiper-navigation {
    padding: 2rem;
  }
}
.home-swiper-navigation.home-swiper-navigation .home-swiper-button-prev {
  padding: 1.2rem;
  cursor: pointer;
}
.home-swiper-navigation.home-swiper-navigation .home-swiper-button-prev img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}
.home-swiper-navigation.home-swiper-navigation .home-swiper-button-prev img:hover {
  transform: translateX(-7%);
}
.home-swiper-navigation.home-swiper-navigation .home-swiper-button-next {
  padding: 1.2rem;
  cursor: pointer;
}
.home-swiper-navigation.home-swiper-navigation .home-swiper-button-next img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}
.home-swiper-navigation.home-swiper-navigation .home-swiper-button-next img:hover {
  transform: translateX(7%);
}
.home-swiper-buttons {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.home-swiper-buttons-container {
  position: relative;
  max-width: 1440px;
  width: 100%;
}
.home-swiper-social {
  width: 100%;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .home-swiper-social {
    top: 2rem;
    right: 2rem;
  }
}
.home-swiper-social-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  max-width: 1440px;
  width: 100%;
}
.home-swiper-social-container-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.home-swiper-social-container-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  border: 1px solid #aaaaaa;
}
.home-swiper-social-container-block a img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}
.home-swiper-social-container-block a img:hover {
  transform: scale(1.1);
}
.home-swiper-social-container-block a svg {
  width: 24px;
  height: 24px;
}
.home-slide.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .home-slide.swiper-slide {
    align-items: flex-start;
  }
}
.home-slide-photo {
  width: 1950px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -3;
}
.home-slide-background {
  width: 1950px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.home-slide-circles {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .home-slide-circles {
    display: none;
  }
}
.home-slide-circles-1, .home-slide-circles-2, .home-slide-circles-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-slide-circles-1 {
  width: 299.856px;
  height: 299.856px;
  flex-shrink: 0;
  border-radius: 667.752px 0px 0px 0px;
  border-top: 43.447px solid #e31928;
  border-left: 43.447px solid #e31928;
}
.home-slide-circles-2 {
  width: 199.904px;
  height: 199.904px;
  flex-shrink: 0;
  border-radius: 667.752px 0px 0px 0px;
  border-top: 43.447px solid #000000;
  border-left: 43.447px solid #000000;
}
.home-slide-circles-3 {
  width: 99.952px;
  height: 99.952px;
  flex-shrink: 0;
  border-radius: 667.752px 0px 0px 0px;
  border-top: 43.447px solid #195ca1;
  border-left: 43.447px solid #195ca1;
}
.home-slide-content {
  width: 100%;
  max-width: 1440px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.4rem;
  color: white;
  text-align: center;
  padding: 0 4vw;
  z-index: -1;
  padding-top: 4.8rem;
}
.home-slide-content h1,
.home-slide-content p {
  text-align: left;
  max-width: 656px;
}
.home-slide-buttons {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 992px) {
  .home-slide-buttons {
    width: 100%;
    flex-direction: column;
  }
}
.home-slide-buttons a {
  width: 100%;
}

.home-header {
  padding-top: 136px;
}
.home-header .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home-header .section-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1000px;
}
.home-header .section-content {
  width: 100%;
  height: 656px;
  display: flex;
}
.home-header .section-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}
.home-header-buttons {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .home-header-buttons {
    flex-direction: column;
  }
}

.block-home-offer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 11.2rem 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .block-home-offer {
    margin: 6.4rem 0;
  }
}
.block-home-offer .wrapper {
  gap: 6rem;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .block-home-offer .wrapper {
    overflow: visible;
  }
}
.block-home-offer__heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .block-home-offer__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
@media only screen and (max-width: 992px) {
  .block-home-offer__heading a {
    width: 100%;
  }
}
.block-home-offer__titles {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 64rem;
}
.block-home-offer__titles p {
  max-width: 61.6rem;
}
@media only screen and (max-width: 992px) {
  .block-home-offer__buttons {
    width: 100%;
  }
}
.block-home-offer .swiper {
  overflow: inherit;
}
.block-home-offer__swiper {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .block-home-offer__swiper {
    height: 30.4rem;
  }
}
.block-home-offer__swiper .swiper-slide figure {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-bottom: 0.8rem;
  align-items: center;
  justify-content: center;
}
.block-home-offer__swiper .swiper-slide figure .default-background {
  background-color: #aaaaaa;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 23.1rem;
  height: 19.5rem;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .block-home-offer__swiper .swiper-slide figure .default-background {
    width: 100%;
    object-fit: cover;
  }
}
.block-home-offer__swiper .swiper-slide figure img {
  height: 17.5rem;
  object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .block-home-offer__swiper .swiper-slide figure img {
    width: 100%;
    object-fit: contain;
  }
}
.block-home-offer__swiper .swiper-slide figure figcaption {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.6rem;
  transition: transform 0.3s;
  margin-top: 1.2rem;
}
.block-home-offer__swiper .swiper-slide figure:hover figcaption {
  transform: translateX(2%);
}
.block-home-offer__swiper .swiper-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .block-home-offer__swiper .swiper-buttons {
    bottom: -4.8rem;
  }
}
.block-home-offer__swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  z-index: 10;
}
.block-home-offer__swiper .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #cccccc;
  cursor: pointer;
}
.block-home-offer__swiper .swiper-pagination-bullet-active {
  background: #e31928;
}
.block-home-offer__swiper .swiper-custom-navigation {
  display: flex;
  gap: 1.5rem;
}
.block-home-offer__swiper .swiper-home-offer-next button,
.block-home-offer__swiper .swiper-home-offer-prev button {
  display: flex;
  padding: 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #eeeeee;
  transition: transform 0.3s;
}
.block-home-offer__swiper .swiper-home-offer-next .swiper-home-offer-prev button:hover,
.block-home-offer__swiper .swiper-home-offer-prev .swiper-home-offer-prev button:hover {
  transform: translateX(-7%);
}
.block-home-offer__swiper .swiper-home-offer-next .swiper-home-offer-next button:hover,
.block-home-offer__swiper .swiper-home-offer-prev .swiper-home-offer-next button:hover {
  transform: translateX(7%);
}

.block-suggested-products {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 11.2rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .block-suggested-products {
    padding-bottom: 6.4rem;
  }
}
.block-suggested-products .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2px;
}
@media only screen and (max-width: 992px) {
  .block-suggested-products .swiper-slide {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.block-suggested-products__info {
  width: 64.63%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
}
@media only screen and (max-width: 992px) {
  .block-suggested-products__info {
    width: 100%;
  }
}
.block-suggested-products__content {
  margin-top: 1.6rem;
}
.block-suggested-products__content li {
  margin-left: 1rem;
  list-style: inside;
}
.block-suggested-products .swiper-buttons {
  margin-top: 4.8rem;
}

.block-home-realization {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 11.2rem 0;
}
.block-home-realization .wrapper {
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .block-home-realization {
    margin: 6.4rem 0;
  }
}
.block-home-realization-page-product {
  margin: 0;
  padding: 11.2rem 0;
}
@media only screen and (max-width: 992px) {
  .block-home-realization-page-product {
    padding: 6.4rem 0;
  }
}
.block-home-realization__swiper {
  width: 100%;
}
.block-home-realization .swiper-buttons {
  width: 46.95%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .block-home-realization .swiper-buttons {
    width: 100%;
    position: relative;
    margin-top: 3.2rem;
  }
}
.block-home-realization__image {
  width: 46.95%;
  height: 517px;
  margin-left: 2px;
}
@media only screen and (max-width: 992px) {
  .block-home-realization__image {
    width: 100%;
  }
}
.block-home-realization__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-home-realization__info {
  width: 46.95%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 4.8rem;
  gap: 3.2rem;
}
@media only screen and (max-width: 992px) {
  .block-home-realization__info {
    width: 100%;
    padding-bottom: 0;
  }
}
.block-home-realization .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .block-home-realization .swiper-slide {
    flex-direction: column;
    gap: 3.2rem;
  }
}

.block-newest-articles {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 11.2rem 0;
}
@media only screen and (max-width: 992px) {
  .block-newest-articles {
    gap: 3.2rem;
    margin: 6.4rem 0;
  }
}
.block-newest-articles-subpage-news, .block-newest-articles-inspirations {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 11.2rem 0;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .block-newest-articles-subpage-news, .block-newest-articles-inspirations {
    gap: 3.2rem;
    padding: 0 0 6.4rem 0;
  }
}
.block-newest-articles .wrapper {
  gap: 8rem;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 992px) {
  .block-newest-articles .wrapper {
    gap: 4rem;
  }
}
.block-newest-articles__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .block-newest-articles__heading {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
}
.block-newest-articles__table {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3.2rem;
  row-gap: 3.2rem;
}
@media only screen and (max-width: 1260px) {
  .block-newest-articles__table {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .block-newest-articles__table {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .block-newest-articles__table {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .block-newest-articles__table {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
}
.block-newest-articles__article {
  width: 100%;
  display: flex;
  gap: 3.2rem;
}
@media only screen and (max-width: 992px) {
  .block-newest-articles__article {
    width: 100%;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.block-newest-articles__image {
  width: 47.43%;
  height: 20rem;
  object-fit: cover;
}
.block-newest-articles__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .block-newest-articles__image {
    width: 100%;
  }
}
.block-newest-articles__text {
  width: 47.43%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.8rem;
}
@media only screen and (max-width: 992px) {
  .block-newest-articles__text {
    width: 100%;
  }
}

.block-home-text-left-image-right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 11.2rem;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .block-home-text-left-image-right {
    padding-bottom: 6.4rem;
  }
}
.block-home-text-left-image-right .wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8rem;
}
@media only screen and (max-width: 992px) {
  .block-home-text-left-image-right .wrapper {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.block-home-text-left-image-right__text {
  width: 46.95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.4rem;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 992px) {
  .block-home-text-left-image-right__text {
    width: 100%;
    gap: 2.4rem;
  }
}
.block-home-text-left-image-right__text__content {
  text-align: left;
}
.block-home-text-left-image-right__text__about {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.block-home-text-left-image-right__text__about ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.2rem;
  padding: 0.8rem 0;
  gap: 1.6rem;
}
.block-home-text-left-image-right__text__about ul li {
  margin-left: 2rem;
  list-style: disc;
}
.block-home-text-left-image-right__text__about ul li::marker {
  color: #195ca1; /* or whatever color you prefer */
}
.block-home-text-left-image-right__text__link {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .block-home-text-left-image-right__text__link {
    width: 100%;
  }
}
.block-home-text-left-image-right__text__background {
  position: absolute;
  bottom: -11.2rem;
  right: 0;
  z-index: -10;
}
.block-home-text-left-image-right__image {
  position: relative;
  width: 46.95%;
}
@media only screen and (max-width: 992px) {
  .block-home-text-left-image-right__image {
    width: 100%;
    height: auto;
  }
}
.block-home-text-left-image-right__image img {
  width: 100%;
  object-fit: cover;
}
.block-home-text-left-image-right__image__title {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  padding: 0.8rem 1.2rem;
  background-color: --background-color;
  color: #000000;
  /* Heading/Desktop/Tagline */
  font-family: Montserrat;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.block-home-text-left-image-right__image__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
}
.block-home-text-left-image-right__background {
  position: absolute;
  bottom: -309px;
  left: 0;
  width: 47vw;
  height: 470px;
  flex-shrink: 0;
  border-radius: 0px 299.07px 0px 0px;
  border-top: 65px solid var(--Border-secondary, #fafafa);
  border-right: 65px solid var(--Border-secondary, #fafafa);
}
@media only screen and (max-width: 992px) {
  .block-home-text-left-image-right__background {
    display: none;
  }
}

.block .contrast .home-swiper-pagination.swiper-pagination {
  background: #000000;
}
.block .contrast .home-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  background: #f04e1f;
  opacity: 0.5;
}
.block .contrast .home-swiper-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.block-bottom-description {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.4rem 0 12.8rem;
}
@media only screen and (max-width: 768px) {
  .block-bottom-description {
    padding: 3.2rem 0 6.4rem;
  }
}
.block-bottom-description .wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.4rem;
}
.block-bottom-description li {
  margin-left: 1rem;
  list-style: inside;
}

.block-text h1,
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
  margin: 2.4rem 0;
  /* Heading/Desktop/H3 */
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
}
.block-text p {
  margin: 1.6rem 0;
}
.block-text a {
  font-weight: 500;
  color: #e31928;
  transition: all 0.3s;
}
.block-text a:hover {
  color: rgb(239.5238095238, 114.4761904762, 123.7619047619);
}
.block-text ul {
  padding-left: 6px;
}
.block-text li {
  list-style-type: disc;
}

.page-gallery .wrapper {
  flex-direction: column;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.page-gallery .block-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-categories {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-categories-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .block-categories-top {
    flex-direction: column;
    gap: 20px;
  }
}
.block-categories-subtitle {
  margin-top: 4px;
  font-size: 1.8rem;
  color: #374151;
}
.block-categories-btn {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .block-categories-btn {
    width: 100%;
  }
}
.block-categories-swiper {
  height: 250px;
  margin-top: 40px;
}
.block-categories-swiper-pagination.swiper-pagination {
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  position: static;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .block-categories-swiper-pagination.swiper-pagination {
    display: none;
  }
}
.block-categories-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  background: #d1d5db;
  cursor: pointer;
  transition: background-color 0.3s;
}
.block-categories-swiper-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
.block-categories .swiper-button-prev {
  width: 32px;
  height: 32px;
  padding: 0;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 42%;
}
.block-categories .swiper-button-prev img {
  transform: rotate(180deg);
}
.block-categories .swiper-button-prev::after {
  content: none;
}
.block-categories .swiper-button-next {
  width: 32px;
  height: 32px;
  padding: 0;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 42%;
}
.block-categories .swiper-button-next::after {
  content: none;
}

.block-producers {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-producers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 992px) {
  .block-producers-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .block-producers-list {
    grid-template-columns: 1fr;
  }
}

.block-products-suggested {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11.2rem 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .block-products-suggested {
    padding: 0 0 6.4rem 0;
  }
}
.block-products-suggested .wrapper {
  gap: 0;
  flex-direction: column;
}
.block-products-suggested-product-page {
  padding: 0 0 11.2rem 0;
}
.block-products-suggested figure {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-bottom: 0.8rem;
  align-items: center;
  justify-content: center;
  max-width: 27.9rem;
}
.block-products-suggested figure .default-background {
  background-color: #aaaaaa;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 23.1rem;
  height: 19.5rem;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .block-products-suggested figure .default-background {
    width: 100%;
    object-fit: cover;
  }
}
.block-products-suggested figure img {
  height: 17.5rem;
  object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .block-products-suggested figure img {
    width: 100%;
    object-fit: cover;
  }
}
.block-products-suggested figure figcaption {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.6rem;
  transition: transform 0.3s;
  margin-top: 1.2rem;
}
.block-products-suggested figure:hover figcaption {
  transform: translateX(2%);
}
.block-products-suggested__heading {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .block-products-suggested__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
@media only screen and (max-width: 992px) {
  .block-products-suggested__heading a {
    width: 100%;
  }
}
.block-products-suggested__titles {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (max-width: 992px) {
  .block-products-suggested__buttons {
    width: 100%;
  }
}
.block-products-suggested .swiper {
  overflow: inherit;
}
.block-products-suggested__swiper {
  width: 100%;
  overflow: inherit;
  margin-top: 8rem;
}
@media only screen and (max-width: 992px) {
  .block-products-suggested__swiper {
    margin-top: 3.2rem;
  }
}
.block-products-suggested__swiper .swiper-slide {
  width: 27.9rem;
  max-width: 27.9rem;
}
.block-products-suggested__swiper .swiper-slide .product-card {
  width: 100%;
}
.block-products-suggested .swiper-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  margin-top: 4.8rem;
}
.block-products-suggested .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  z-index: 10;
}
.block-products-suggested .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #cccccc;
}
.block-products-suggested .swiper-pagination-bullet-active {
  background: #e31928;
}
.block-products-suggested .swiper-custom-navigation {
  display: flex;
  gap: 1.5rem;
}
.block-products-suggested .swiper-home-offer-next button,
.block-products-suggested .swiper-home-offer-prev button {
  display: flex;
  padding: 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #eeeeee;
  transition: transform 0.3s;
}
.block-products-suggested .swiper-home-offer-next .swiper-home-offer-prev button:hover,
.block-products-suggested .swiper-home-offer-prev .swiper-home-offer-prev button:hover {
  transform: translateX(-7%);
}
.block-products-suggested .swiper-home-offer-next .swiper-home-offer-next button:hover,
.block-products-suggested .swiper-home-offer-prev .swiper-home-offer-next button:hover {
  transform: translateX(7%);
}

.block-inspirations {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-inspirations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 992px) {
  .block-inspirations-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .block-inspirations-list {
    grid-template-columns: 1fr;
  }
}

.block-photo {
  display: block;
  height: auto;
  width: auto;
  margin: 4.8rem auto;
  max-width: 100%;
  object-fit: contain;
}

.block-gallery {
  width: 100%;
  padding: 6.4rem 0 12.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.4rem;
  row-gap: 2.4rem;
}
@media only screen and (max-width: 992px) {
  .block-gallery {
    padding: 3.2rem 0 6.4rem;
  }
}
@media only screen and (max-width: 1260px) {
  .block-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .block-gallery {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .block-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .block-gallery {
    grid-template-columns: 1fr;
  }
}

.block-video {
  padding: 40px 0 20px 0;
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.block-quote {
  padding: 40px 0 20px 0;
  max-width: 90%;
  margin: auto;
  display: block;
}

.block-files {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px 0;
}
@media only screen and (max-width: 1260px) {
  .block-files {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .block-files {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .block-files {
    grid-template-columns: 1fr;
  }
}
.block-files-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #b3b3b3;
  padding: 30px;
}

.block-vision {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding-top: 11.2rem;
  padding-bottom: 11.2rem;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .block-vision {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.block-vision .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .block-vision .wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.block-vision-image {
  width: 100%;
  height: 640px;
}
@media only screen and (max-width: 992px) {
  .block-vision-image {
    height: auto;
  }
}
.block-vision-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block-vision-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media only screen and (max-width: 992px) {
  .block-vision-list {
    flex-direction: column;
    gap: 1.4rem;
  }
}
.block-vision-list-item {
  display: flex;
  gap: 46px;
}
.block-vision-list-item img {
  width: 48px;
  height: 48px;
}
.block-vision-list-item-titles {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.block-policies {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11.2rem 0;
}
@media only screen and (max-width: 768px) {
  .block-policies {
    padding-top: 6.4rem;
  }
}
.block-policies-information {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  width: 100%;
  max-width: 768px;
}
@media only screen and (max-width: 768px) {
  .block-policies-information {
    gap: 4.8rem;
  }
}
.block-policies-title {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .block-policies-title {
    text-align: center;
  }
}
.block-policies-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.block-policies-content h2 {
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
}
.block-policies-content h3 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
}
.block-policies-content h4 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 57.6px */
}
.block-policies-content h5 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 57.6px */
}
.block-policies-content h6 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 57.6px */
}
.block-policies-content p {
  margin: 1.6rem 0;
}
.block-policies-content p a {
  font-weight: 500;
  color: #e31928;
  transition: all 0.3s;
}
.block-policies-content p a:hover {
  color: rgb(239.5238095238, 114.4761904762, 123.7619047619);
}
.block-policies-content a {
  font-weight: 500;
  color: #e31928;
  transition: all 0.3s;
}
.block-policies-content a:hover {
  color: rgb(239.5238095238, 114.4761904762, 123.7619047619);
}
.block-policies-content li {
  margin-left: 2rem;
  list-style-type: disc;
  align-items: center;
}

.block-text-expand {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.4rem 0 6.4rem 0;
}
@media only screen and (max-width: 992px) {
  .block-text-expand {
    padding: 3.2rem 0 3.2rem 0;
  }
}
.block-text-expand .wrapper {
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
}
.block-text-expand a {
  font-weight: 500;
  color: #195ca1;
  transition: all 0.3s;
}
.block-text-expand a:hover {
  color: #e31928;
}
.block-text-expand .short-content {
  height: 30rem;
  position: relative;
  overflow: hidden;
}
.block-text-expand .short-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.2721463585) 62%);
}

.heading-left-text-right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 6.4rem 0;
}
@media only screen and (max-width: 992px) {
  .heading-left-text-right {
    padding: 3.2rem 0;
  }
}
.heading-left-text-right .wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8rem;
}
@media only screen and (max-width: 992px) {
  .heading-left-text-right .wrapper {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.heading-left-text-right__heading {
  width: 46.95%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .heading-left-text-right__heading {
    width: 100%;
  }
}
.heading-left-text-right__text {
  position: relative;
  width: 46.95%;
}
@media only screen and (max-width: 992px) {
  .heading-left-text-right__text {
    width: 100%;
    height: auto;
  }
}
.heading-left-text-right__text img {
  width: 100%;
  object-fit: cover;
}
.heading-left-text-right__text__title {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  padding: 0.8rem 1.2rem;
  background-color: #ffffff;
  color: #000000;
  /* Heading/Desktop/Tagline */
  font-family: Montserrat;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.heading-left-text-right__text__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
}

.text-on-wide-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
  padding: 11.2rem 0;
}
@media only screen and (max-width: 992px) {
  .text-on-wide-image {
    height: auto;
    padding: 0;
  }
}
.text-on-wide-image .wrapper {
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .text-on-wide-image .wrapper {
    padding: 11.2rem 4vw;
  }
}
.text-on-wide-image__background {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: -1;
  max-height: 440px;
}
@media only screen and (max-width: 992px) {
  .text-on-wide-image__background {
    max-height: none;
  }
}
.text-on-wide-image__background__shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: rgba(0, 0, 0, 0.5);
}
.text-on-wide-image__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -10;
}
.text-on-wide-image__header {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .text-on-wide-image__header {
    width: 100%;
  }
}
.text-on-wide-image__header__content {
  padding-bottom: 0.8rem;
}

.contrast .block-categories-subtitle {
  color: #f04e1f;
}
.contrast .block-categories-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  background: #f04e1f;
  opacity: 0.5;
}
.contrast .block-categories-swiper-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.faq-list {
  margin: 24px 0;
}
.faq-list-item {
  border: 1px solid #eeeeee;
}
.faq-list-item dt {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-list-item dt svg {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.faq-list-item dt.open svg {
  transform: rotate(180deg);
}
.faq-list-item dd {
  padding: 0 24px 24px 24px;
  margin: 0;
}
.faq-list-item:not(:last-child) {
  margin-bottom: 16px;
}

.categories-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 8px;
}
.categories-grid .category-item {
  display: block;
  background-color: #fafafa;
  padding: 12px;
  position: relative;
}
.categories-grid .category-item, .categories-grid .category-item img {
  transition: all 0.3s ease-in-out;
}
.categories-grid .category-item button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  opacity: 0.5;
}
@media only screen and (max-width: 992px) {
  .categories-grid .category-item button {
    width: fit-content;
  }
}
.categories-grid .category-item span {
  display: block;
  margin-top: 12px;
}
.categories-grid .category-item:hover {
  color: white;
  background-color: #e31928;
}
.categories-grid .category-item:hover img {
  filter: brightness(0) invert(1);
}

.products {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.products .wrapper {
  flex-direction: column;
}
.products-category-page {
  margin-bottom: 12.8rem;
}
.products-category-page .products-heading {
  margin-bottom: 0;
}
.products-code {
  visibility: hidden;
  opacity: 0;
  z-index: -1000;
  position: absolute;
}
.products-liked {
  padding-bottom: 6.4rem;
}
.products-liked .products-heading {
  max-width: 76.8rem;
}
.products-liked .products-heading-buttons {
  width: 100%;
  display: flex;
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .products-liked .products-heading-buttons {
    flex-direction: column;
  }
}
.products-liked .wrapper {
  align-items: flex-start;
}
.products-description {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 6.4rem 0 0;
  gap: 3.2rem;
}
.products-description h1,
.products-description h2,
.products-description h3,
.products-description h4,
.products-description h5,
.products-description h6 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}
.products-description p,
.products-description ul,
.products-description li {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.products-description-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 3.2rem 0;
  gap: 12.8rem;
}
@media only screen and (max-width: 992px) {
  .products-description-top {
    flex-direction: column-reverse;
  }
}
.products-description-top .product-gallery {
  width: 45.12%;
}
@media only screen and (max-width: 768px) {
  .products-description-top .product-gallery {
    width: 100%;
  }
}
.products-description-top .gallery-top img {
  max-width: 59.2rem;
  max-height: 59.2rem;
}
@media only screen and (max-width: 992px) {
  .products-description-top .swiper-slide img {
    width: 100%;
  }
}
.products-description-top-text {
  width: 46.95%;
  max-width: 59.2rem;
}
@media only screen and (max-width: 992px) {
  .products-description-top-text {
    width: 100%;
  }
}
.products-description-top-text ul li {
  margin-left: 2.4rem;
  list-style-type: disc;
  align-items: center;
}
.products-description-bottom {
  width: 100%;
}
.products-description-bottom ul li {
  list-style-type: disc;
}
.products-description-bottom ul {
  margin-left: 1.5rem;
}
.products-landing-page-titles {
  margin-bottom: 6rem;
}
.products-landing-page-description {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 992px) {
  .products .block-home-offer__buttons {
    display: none;
  }
}
.products .block-home-offer__buttons-offer-page {
  display: none;
}
@media only screen and (max-width: 992px) {
  .products .block-home-offer__buttons-offer-page {
    display: flex;
  }
}
.products-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 12.8rem;
  margin-top: 6.4rem;
  gap: 1.6rem;
}
@media only screen and (max-width: 992px) {
  .products-heading {
    margin-bottom: 0;
    margin-top: 3.2rem;
    font-size: 3.2rem;
  }
}
.products-heading .link-back {
  display: flex;
  gap: 0.8rem;
}
@media only screen and (max-width: 992px) {
  .products-heading .link-back {
    display: none;
  }
}
.products-heading li {
  margin-left: 1rem;
  list-style: disc;
}
.products-heading-titles {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
}
.products-heading-content {
  text-align: left;
}
.products-heading-content ul {
  text-align: left;
  margin-left: 1.5rem;
}
.products-heading-buttons {
  margin-top: 4rem;
}
.products-subcategories {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.products-subcategories h2 {
  margin: 12.8rem 0 6.4rem 0;
}
@media only screen and (max-width: 992px) {
  .products-subcategories h2 {
    margin: 6.4rem 0 3.2rem 0;
  }
}
.products-categories {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.products-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 4.8rem;
  row-gap: 4.8rem;
}
@media only screen and (max-width: 1260px) {
  .products-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .products-list {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .products-list {
    grid-template-columns: 1fr;
  }
}
.products-list-category-page {
  padding-top: 12.8rem;
}
@media only screen and (max-width: 992px) {
  .products-list-category-page {
    padding-top: 6.4rem;
  }
}
.products-list figure {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-bottom: 0.8rem;
  align-items: center;
  justify-content: center;
}
.products-list figure .default-background {
  background-color: #aaaaaa;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 23.1rem;
  height: 19.5rem;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .products-list figure .default-background {
    width: 100%;
    object-fit: cover;
  }
}
.products-list figure img {
  height: 19.5rem;
  object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .products-list figure img {
    width: 100%;
    object-fit: contain;
  }
}
.products-list figure figcaption {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.6rem;
  transition: transform 0.3s;
  margin-top: 1.2rem;
}
.products-list figure:hover figcaption {
  transform: translateX(2%);
}
.products-landings-btn {
  margin: auto;
}
.products-landings-list {
  gap: 4px 8px;
  display: none;
  grid-template-columns: repeat(5, 1fr);
  padding-top: 20px;
}
@media only screen and (max-width: 1260px) {
  .products-landings-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .products-landings-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .products-landings-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .products-landings-list {
    grid-template-columns: 1fr;
  }
}
.products-landings.open .products-landings-list {
  display: grid;
}
.products-landings.open .products-landings-btn svg {
  transform: rotate(180deg);
}

.filters {
  padding: 20px 0 10px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .filters {
    flex-direction: column;
    align-items: stretch;
  }
}
.filters-info {
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .filters-info {
    order: -1;
  }
}

.filter-input {
  padding: 0 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .filter-input {
    width: 100%;
  }
}
.filter-input-text {
  flex-grow: 1;
}
.filter-input-icon {
  width: 18px;
  height: 18px;
}
.filter-input-icon svg {
  width: 100%;
  height: 100%;
}
.filter-input-arrow {
  width: 32px;
  height: 32px;
}
.filter-input-arrow svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

.sort-input {
  padding: 0 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .sort-input {
    width: 100%;
  }
}
.sort-input-container {
  position: relative;
}
.sort-input-text {
  flex-grow: 1;
}
.sort-input-icon {
  width: 18px;
  height: 18px;
}
.sort-input-icon svg {
  width: 100%;
  height: 100%;
}
.sort-input-arrow {
  width: 32px;
  height: 32px;
}
.sort-input-arrow svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
.sort-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.sort-container.open {
  visibility: visible;
  opacity: 1;
}
.sort-option {
  width: 100%;
  background: white;
}

.contrast .filter-input-text {
  color: #f04e1f;
}
.contrast .filter-input svg path {
  fill: #f04e1f;
}
.contrast .sort-input-text {
  color: #f04e1f;
}
.contrast .sort-input svg path {
  fill: #f04e1f;
}
.contrast .sort-option {
  background: #000000;
  color: #f04e1f;
}

.product {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 0 0;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .product {
    padding: 3.2rem 0;
  }
}
.product-top {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .product-top {
    flex-direction: column-reverse;
    gap: 3.2rem;
    padding-bottom: 0;
  }
}
.product-gallery {
  grid-area: 1/1/2/2;
  min-width: 0;
  max-width: 616px;
  width: 27.43%;
}
@media only screen and (max-width: 768px) {
  .product-gallery {
    width: 100%;
  }
}
.product .gallery-top {
  border-radius: 4px;
}
.product .gallery-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .gallery-top .image {
  display: block;
  width: 50rem;
  height: 38.4rem;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.product .gallery-top .image picture {
  display: flex;
  justify-content: center;
}
.product .gallery-top .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 71.38%;
}
@media only screen and (max-width: 768px) {
  .product .gallery-top .image img {
    width: 100%;
  }
}
.product .gallery-thumbs {
  width: 90%;
  max-width: 616px;
  display: flex;
  justify-content: center;
  padding: 1.6rem 0;
  margin: 0;
}
.product .gallery-thumbs .swiper-wrapper {
  max-width: 488px;
}
.product .gallery-thumbs .image {
  display: block;
  height: 110px;
  cursor: pointer;
}
.product .gallery-thumbs .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .gallery-thumbs .thumb-360 {
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-info {
  width: 66.46%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .product-info {
    width: 100%;
  }
}
.product-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .product-heading {
    gap: 2.4rem;
  }
}
.product-price {
  display: flex;
  gap: 1.6rem;
}
.product-price-net {
  padding-right: 1.6rem;
  border-right: 1px solid #cbd5e1;
}
.product-description li {
  margin-left: 1rem;
  list-style: inside;
}
.product-spec {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.product-spec-table {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.product-spec-row {
  display: flex;
  gap: 0;
  padding: 0.6rem 0;
  width: 100%;
  border-bottom: 1px solid #cbd5e1;
}
.product-spec-title {
  width: 36.2%;
}
.product-spec-value {
  width: 63.8%;
}
.product-subtitle {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}
.product-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.product-hidden-id {
  position: absolute;
  visibility: hidden;
  z-index: -1000;
  opacity: 0;
}
.product .dimensions {
  width: fit-content;
}
.product .dimensions-row {
  display: flex;
  gap: 16px;
}
.product .dimensions-title {
  padding: 10px 0 4px 0;
  font-size: 16px;
  font-weight: 500;
}
.product .dimensions-label {
  width: 105px;
}
.product ul {
  padding-left: 1.5rem;
}
.product ul li {
  display: list-item;
  list-style-type: disc;
}

.gallery-thumbs {
  width: 90%;
  max-width: 616px;
  display: flex;
  justify-content: center;
  padding: 1.6rem 0;
  margin: 0;
}
.gallery-thumbs .swiper-wrapper {
  max-width: 488px;
}
.gallery-thumbs .image {
  display: block;
  height: 110px;
  cursor: pointer;
}
.gallery-thumbs .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-thumbs .thumb-360 {
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-order {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

.product-price {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-price-old {
  color: white;
  font-weight: 400;
  font-size: 30px;
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}

.product-quantity {
  display: flex;
  align-items: center;
}
.product-quantity__input {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 5px;
}
.product-quantity__minus, .product-quantity__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.product-quantity__minus:hover, .product-quantity__plus:hover {
  cursor: pointer;
}

.product-delivery {
  display: flex;
  align-items: center;
  padding: 4px 0;
  margin-bottom: 12px;
}
.product-delivery-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.product-delivery-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-delivery .delivery-price {
  padding-left: 8px;
}

.product-proposal {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .product-proposal {
    flex-direction: column;
  }
}

.proposal-inputs {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .proposal-inputs {
    width: 100%;
  }
}
.proposal-inputs .input-container {
  position: relative;
}
.proposal-inputs .input-container::after {
  content: "zł";
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 16px;
}

.proposal-input {
  padding-right: 40px;
  height: 40px;
  font-size: 16px;
}

.proposal-text {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .proposal-text {
    width: 100%;
  }
}

.btn-proposal {
  background: white;
  width: 100%;
  justify-content: center;
  margin-top: 5px;
}

.modal.negotiation {
  text-align: center;
}
.modal.negotiation img {
  margin-bottom: 25px;
}

.slide-360 {
  position: relative;
}
.slide-360-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 7px 14px;
}
.slide-360-btn img {
  margin-left: 10px;
}

.modal-360::-webkit-scrollbar {
  display: none;
}
.modal-360 .modal-content {
  width: 100%;
}
.modal-360 .modal-content::-webkit-scrollbar {
  display: none;
}
.modal-360 canvas {
  cursor: grab;
}
.modal-360 .info-360 {
  display: flex;
  align-items: center;
  color: #b3b3b3;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
}
.modal-360 .info-360 svg {
  margin-right: 10px;
}

.product-other {
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-other-title {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product-other-title {
    font-size: 20px;
  }
}
.product-other .products-list {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.product-other .products-list .product-card {
  width: 259px;
}
@media only screen and (max-width: 768px) {
  .product-other .products-list .product-card {
    width: auto;
  }
}

@media only screen and (max-width: 992px) {
  .product-content {
    grid-area: 3/1/4/2;
  }
}
.product-content-nav {
  display: flex;
  padding-bottom: 8px;
  gap: 16px;
  border-bottom: 1px solid white;
}
.product-content .nav-item {
  padding: 4px 16px;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.product-content .nav-item.active {
  color: white;
  background: white;
}
.product-content-main {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-content h1,
.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
  font-size: 16px;
  font-weight: 600;
}
.product-content ul {
  list-style: none;
}
.product-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.product-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 1px;
  background-color: #ee821e;
}
.product-content .review-card {
  padding: 8px 4px;
  margin-top: 8px;
}
.product-content .review-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
.product-content .review-card .review-content {
  padding: 8px 0 4px 0;
}
.product-content .review-card .review-author {
  font-weight: 600;
}
.product-content .review-card .review-date {
  color: white;
  font-size: 12px;
}
.product-content .reviews .btn {
  margin-left: auto;
}
.product-content .support-title {
  margin-bottom: 4px;
  font-size: 16px;
}
.product-content .support-text {
  font-size: 18px;
  margin-bottom: 15px;
}

.modal.ask-for-product .modal-product {
  display: flex;
  padding: 8px 0px;
  gap: 15px;
  align-items: center;
  margin-bottom: 16px;
}
.modal.ask-for-product .modal-photo-container {
  height: 70px;
  width: 70px;
  border-radius: 4px;
  background: white;
}
.modal.ask-for-product .modal-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal.ask-for-product .modal-product-name {
  font-size: 16px;
  font-weight: 500;
}
.modal.ask-for-product .form label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-bottom: 4px;
  width: 100%;
}
.modal.ask-for-product .form label .red {
  content: "*";
  color: #dc2626;
  font-weight: 600;
}
.modal.ask-for-product .form input {
  width: 100%;
}
.modal.ask-for-product .form textarea {
  height: 100px;
}
.modal.ask-for-product .modal-agreement {
  margin: 16px 0;
  font-size: 12px;
}
.modal.ask-for-product .modal-agreement a {
  color: white;
  font-weight: 600;
}
.modal.ask-for-product .bottom {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .modal.ask-for-product .bottom {
    flex-direction: column;
  }
}
.modal.ask-for-product .text {
  font-size: 14px;
}

.contrast .product .producer {
  color: #f04e1f;
}
.contrast .product-subtitle {
  color: #f04e1f;
}
.contrast .product-lowest-price {
  color: #f04e1f;
}
.contrast .product-content .nav-item {
  color: #f04e1f;
}

.product-blocks .block-vision {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.product-blocks .block-vision .section-header {
  height: 100%;
}
.product-blocks .block-vision-image {
  height: 100%;
}
.product-blocks .block-vision-image img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .product-blocks .block-vision .wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .product-blocks .block-vision {
    padding-top: 3.2rem;
    padding-bottom: 6.4rem;
  }
}
.product-blocks .faq {
  padding-top: 4.8rem;
  padding-bottom: 11.2rem;
}
@media only screen and (max-width: 992px) {
  .product-blocks .faq {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.cart-nav {
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 20px;
}
.cart-nav-wrapper {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
@media only screen and (max-width: 1260px) {
  .cart-nav-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    height: auto;
  }
}
.cart-nav-steps {
  display: flex;
  align-items: center;
}
.cart-nav-steps .item .number {
  color: #b3b3b3;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
}
.cart-nav-steps .item .title {
  color: #b3b3b3;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
}
@media only screen and (max-width: 1260px) {
  .cart-nav-steps .item .title {
    display: none;
  }
}
.cart-nav-steps .item.active .number {
  color: white;
}
.cart-nav-steps .item.active .title {
  color: black;
}
.cart-nav-steps .item.visited .number {
  color: white;
}
.cart-nav-steps .item.visited .title {
  color: black;
}
.cart-nav-steps .divider {
  width: 20px;
  height: 1px;
  background-color: #b3b3b3;
  margin: 0 10px;
}
.cart-nav-number {
  font-size: 16px;
}

.product-quantity {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .product-quantity {
    margin: 20px 0;
  }
}
.product-quantity__input {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 5px;
}
.product-quantity__minus, .product-quantity__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.product-quantity__minus:hover, .product-quantity__plus:hover {
  cursor: pointer;
}

.cart .details-titles {
  display: flex;
  font-weight: 500;
  padding: 10px 100px 10px 5px;
  text-align: center;
  gap: 20px;
}
.cart .details-titles-summary {
  padding-right: 45px;
}
.cart .details-titles .product {
  flex: 1 0 0;
  text-align: left;
}
.cart .details-titles .price {
  width: 125px;
}
.cart .details-titles .amount {
  width: 125px;
}
.cart .details-titles .total {
  width: 125px;
}
.cart .details-titles .delivery {
  width: 210px;
}
.cart .product-details {
  display: flex;
  align-items: center;
  padding: 20px 5px;
  border-top: 1px #f2f2f2 solid;
  text-align: center;
  flex-wrap: wrap;
  gap: 20px;
}
.cart .product-details.product-details-summary {
  padding-right: 45px;
}
@media only screen and (max-width: 1260px) {
  .cart .product-details.product-details-summary {
    row-gap: 20px;
    padding-right: 5px;
  }
  .cart .product-details.product-details-summary .product-main {
    flex: auto;
    width: 100%;
  }
  .cart .product-details.product-details-summary .amount {
    text-align: left;
  }
}
.cart .product-details .number,
.cart .product-details .name {
  min-width: 20px;
  font-size: 18px;
  font-weight: 500;
}
.cart .product-details .number {
  min-width: 20px;
  font-size: 18px;
  font-weight: 500;
}
.cart .product-details .delete {
  margin-left: 45px;
  height: 32px;
  width: 32px;
  padding: 0;
}
.cart .product-details .product-main {
  flex: 1 0 0;
  text-align: left;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0;
  justify-content: flex-start;
}
.cart .product-details .product-main-photo {
  width: 70px;
  height: 70px;
  min-width: 70px;
}
.cart .product-details .product-main-photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}
.cart .product-details .price,
.cart .product-details .amount,
.cart .product-details .total {
  width: 125px;
  font-size: 20px;
  font-weight: 600;
}
.cart .product-details .delivery {
  width: 210px;
  font-size: 16px;
}
.cart .product-details .delivery-days {
  font-size: 14px;
  padding-top: 5px;
}
.cart .product-details .amount-text {
  font-weight: 400;
}
@media only screen and (max-width: 1260px) {
  .cart .details-titles {
    display: none;
  }
  .cart .product-details {
    position: relative;
    gap: 0;
  }
  .cart .product-details .price {
    display: none;
  }
  .cart .product-details .delete {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .cart .product-details .amount,
  .cart .product-details .total {
    width: 50%;
  }
  .cart .product-details .total {
    text-align: right;
  }
  .cart .product-details .delivery {
    width: 100%;
    margin: 10px 0;
  }
  .cart .product-details .product-quantity {
    margin: 0;
  }
}

.cart-options {
  margin: 10px 0;
}
.cart-options-head {
  padding: 10px 5px;
  font-weight: 500;
}
.cart-options-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .cart-options-row {
    flex-direction: column;
  }
}
.cart-options-item {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  padding: 10px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .cart-options-item {
    width: 100%;
    flex-direction: flex-start;
  }
}
.cart-options-item:hover, .cart-options-item.active {
  border-color: white;
}
.cart-options-item .price {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.cart-options-item .title {
  font-size: 16px;
}
.cart-options-item .image {
  width: 50px;
  height: 50px;
}
.cart-options-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-options-item .info {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cart-options-item .info {
    text-align: left;
    margin-left: 10px;
  }
}
.cart-options-item input {
  display: none;
}
.cart-options-item .option-icon {
  display: none;
}
.cart-options-item .checked {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
}

.cart-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e7eb;
  padding: 20px 20px 120px 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .cart-bottom {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.cart-bottom.cart-bottom-summary {
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .cart-bottom.cart-bottom-summary {
    padding-bottom: 0;
  }
}
.cart-bottom .btn {
  min-width: 120px;
}
@media only screen and (max-width: 768px) {
  .cart-bottom .btn {
    width: 100%;
    justify-content: center;
  }
}
.cart-bottom .link-back {
  font-size: 14px;
  font-weight: 500;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .cart-bottom .link-back {
    width: 100%;
  }
}

.cart-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 330px;
}
@media only screen and (max-width: 768px) {
  .cart-summary {
    width: 100%;
  }
}
.cart-summary .row {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  width: 100%;
}
.cart-summary .row .label {
  margin-right: 20px;
  flex: 1 0 0;
  text-align: left;
}
.cart-summary .row.summary {
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.2;
}
.cart-summary .row.summary .label {
  font-size: 20px;
  font-weight: 600;
}
.cart-summary .row.summary .value {
  font-size: 36px;
  font-weight: 600;
}
.cart-summary .btn-cart-show {
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .cart-summary .btn-cart-show {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .cart-summary form {
    width: 100%;
  }
}

.cart-auth-container .auth-container-block {
  width: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .cart-auth-container .auth-container-block {
    margin: 0;
    padding: 50px 0;
  }
  .cart-auth-container .auth-container-block:not(:first-child) {
    border-top: 1px solid #e5e7eb;
  }
}
.cart-auth-container .login-remind {
  margin-left: auto;
  font-weight: 500;
}
.cart-auth-container .auth-title {
  font-size: 24px;
  text-align: center;
}
.cart-auth-container .auth-text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 75px;
}
@media only screen and (max-width: 992px) {
  .cart-auth-container .auth-text {
    margin-bottom: 30px;
  }
}

.form-invoice,
.form-shipment {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .form-invoice,
  .form-shipment {
    margin-bottom: 10px;
    padding-left: 0;
  }
}
.form-invoice-wrapper,
.form-shipment-wrapper {
  max-width: 660px;
}
@media only screen and (max-width: 768px) {
  .form-invoice-wrapper .square,
  .form-shipment-wrapper .square {
    margin: 0 0 -10px 0;
  }
}
.form-invoice-options,
.form-shipment-options {
  margin-top: 0;
}
.form-invoice-options-head,
.form-shipment-options-head {
  margin: 5px 0 30px 0;
}
.form-invoice-options .square,
.form-shipment-options .square {
  margin-bottom: 15px;
}
.form-invoice-options .square .checkmark,
.form-shipment-options .square .checkmark {
  top: 2px;
}
.form-invoice .nip-fields,
.form-shipment .nip-fields {
  display: flex;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.form-invoice .btn-nip,
.form-shipment .btn-nip {
  flex: 1 0 0;
}
.form-invoice .row,
.form-shipment .row {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
}
.form-invoice .row.client-type,
.form-shipment .row.client-type {
  padding-top: 20px;
}
.form-invoice .row .label,
.form-shipment .row .label {
  margin-right: 25px;
}
.form-invoice .row .checkbox-item,
.form-shipment .row .checkbox-item {
  margin-right: 25px;
  margin-bottom: 0;
  line-height: 1.5;
}
.form-invoice .row .checkbox-item .checkmark,
.form-shipment .row .checkbox-item .checkmark {
  top: unset;
}
@media only screen and (max-width: 768px) {
  .form-invoice .client-type,
  .form-shipment .client-type {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 0 0 15px 0;
  }
}
.form-invoice .form-input,
.form-invoice .form-textarea,
.form-shipment .form-input,
.form-shipment .form-textarea {
  height: 48px;
  font-size: 16px;
  flex-basis: 49%;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .form-invoice .form-input,
  .form-invoice .form-textarea,
  .form-shipment .form-input,
  .form-shipment .form-textarea {
    flex-basis: 100%;
  }
}
.form-invoice .form-input.nip-input,
.form-invoice .form-textarea.nip-input,
.form-shipment .form-input.nip-input,
.form-shipment .form-textarea.nip-input {
  flex-basis: 63%;
}
@media only screen and (max-width: 768px) {
  .form-invoice .form-input.nip-input,
  .form-invoice .form-textarea.nip-input,
  .form-shipment .form-input.nip-input,
  .form-shipment .form-textarea.nip-input {
    flex-basis: 100%;
  }
}
.form-invoice .inputs-row,
.form-shipment .inputs-row {
  display: flex;
  flex-basis: 49%;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .form-invoice .inputs-row,
  .form-shipment .inputs-row {
    flex-basis: 100%;
  }
}
.form-invoice .inputs-row .form-input,
.form-shipment .inputs-row .form-input {
  flex-grow: 1;
}
.form-invoice .btn-primary,
.form-shipment .btn-primary {
  flex-basis: 35%;
}
@media only screen and (max-width: 768px) {
  .form-invoice .btn-primary,
  .form-shipment .btn-primary {
    flex-basis: 100%;
    justify-items: center;
    height: 48px;
  }
}
.form-invoice .square,
.form-shipment .square {
  font-size: 14px;
  margin: 0;
}
.form-invoice .agreements .square,
.form-shipment .agreements .square {
  margin-bottom: 15px;
}

.form-shipment {
  margin-top: 15px;
  display: none;
}

form.form-invoice {
  padding: 0;
  display: block;
}

.form-invoice-wrapper .square {
  line-height: 2.2;
  font-weight: 500;
}

.delivery-address-form {
  margin-top: 30px;
}

.checkout-row {
  display: flex;
  margin-top: 20px;
  gap: 40px;
}
@media only screen and (max-width: 992px) {
  .checkout-row {
    flex-direction: column;
    padding-bottom: 80px;
  }
}
.checkout-row .cart-list {
  flex: 1 0 0;
  margin-top: 0;
}
.checkout-row .cart-summary {
  width: 370px;
  padding: 20px;
}
@media only screen and (max-width: 992px) {
  .checkout-row .cart-summary {
    width: 100%;
  }
}
.checkout-row .cart-summary .btn {
  width: 100%;
}
.checkout .order-details {
  border-top: 1px solid #e5e7eb;
  padding: 10px 5px;
  display: flex;
  column-gap: 40px;
  row-gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.checkout .order-details-col {
  min-width: 200px;
}
.checkout .order-details-col .title {
  font-weight: 500;
  margin-bottom: 10px;
}

.square {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .square {
    margin-left: 0;
  }
}

.order-success {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 60vh;
  margin-bottom: 50px;
}
.order-success h1 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}
.order-success img {
  width: 80px;
  margin-bottom: 20px;
}
.order-success p {
  margin: 20px 0 80px 0;
  font-size: 16px;
}
.order-success .confirm-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

label.checkbox-item {
  display: block;
}
label.checkbox-item a {
  font-weight: 600;
}

.error {
  color: red;
}

.font-bigger .cell,
.font-bigger .delivery-days,
.font-bigger .price,
.font-bigger .price-total,
.font-bigger .quantity,
.font-bigger .product-quantity__input,
.font-bigger .cart-options-head,
.font-bigger .link-back,
.font-bigger .label,
.font-bigger .form-input,
.font-bigger .form-textarea,
.font-bigger .text,
.font-bigger .delivery,
.font-bigger .number,
.font-bigger .name,
.font-bigger .title {
  font-size: 18px !important;
}

.font-biggest .cell,
.font-biggest .delivery-days,
.font-biggest .price,
.font-biggest .price-total,
.font-biggest .quantity,
.font-biggest .product-quantity__input,
.font-biggest .cart-options-head,
.font-biggest .link-back,
.font-biggest .label,
.font-biggest .form-input,
.font-biggest .form-textarea,
.font-biggest .text,
.font-biggest .item .title,
.font-biggest .cart-nav-number,
.font-biggest .cell.product,
.font-biggest .cell.delivery,
.font-biggest .row,
.font-biggest .checkbox-item,
.font-biggest .order-details-col .title,
.font-biggest .delivery,
.font-biggest .number,
.font-biggest .name,
.font-biggest .title {
  font-size: 20px !important;
}

.contrast .cart-list-head .cell,
.contrast .cart a,
.contrast .cart-options-head,
.contrast .cart-summary .row.summary,
.contrast .cart-bottom .link-back,
.contrast .error,
.contrast .checkbox-item.square a,
.contrast .order-success h1 {
  color: #f04e1f;
}
.contrast .cart-nav-steps .divider {
  background: #000000;
}
.contrast .cart-nav-steps .item.active .title,
.contrast .cart-nav-steps .item.active .number,
.contrast .cart-nav-steps .item .title,
.contrast .cart-nav-steps .item .number,
.contrast .cart-nav-number {
  color: #f04e1f;
}
.contrast .item.active .number,
.contrast .item.active .title {
  opacity: 0.9;
}
.contrast .cart-nav {
  background: #000000;
}
.contrast .cart-options-item {
  border: 1px solid white;
}
.contrast .product-quantity__minus,
.contrast .product-quantity__plus {
  filter: brightness(0) invert(1);
}

.accessibility-on .cart-options-item:hover {
  outline: 4px solid #fe5;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
.not-found-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 36px;
}
.not-found-text {
  font-size: 36px;
  font-weight: 500;
}
.not-found-search {
  margin: 35px 0;
  width: 350px;
}
.not-found-search .nav-search {
  visibility: visible;
}
.not-found .autocomplete-container {
  position: fixed;
  top: 500px;
  left: 0;
}

.block-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11.2rem 0;
}
@media only screen and (max-width: 992px) {
  .block-contact {
    padding: 6.4rem 0;
  }
}
.block-contact .wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 8rem;
}
@media only screen and (max-width: 992px) {
  .block-contact .wrapper {
    flex-direction: column;
    gap: 3.2em;
  }
}
.block-contact__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46.95%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .block-contact__info {
    width: 100%;
  }
}
.block-contact__info__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.2rem;
}
.block-contact__info__contacts {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 1.6rem 1.6rem 3.2rem 1.6rem;
}
@media only screen and (max-width: 992px) {
  .block-contact__info__contacts {
    flex-direction: column;
  }
}
.block-contact__info__contacts ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.6rem;
  row-gap: 1.6rem;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1260px) {
  .block-contact__info__contacts ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .block-contact__info__contacts ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .block-contact__info__contacts ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .block-contact__info__contacts ul {
    grid-template-columns: 1fr;
  }
}
.block-contact__info__contacts ul li {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 0 0.8rem 1.2rem;
  margin: 0;
  border-left: 1px solid #cccccc;
  color: #000000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.block-contact__info__contacts ul li strong {
  display: block;
  width: 100%;
  padding-bottom: 0.4rem;
  color: #000000;
  /* Heading/Desktop/H6 */
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
}
.block-contact__info__contacts__contact {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
@media only screen and (max-width: 992px) {
  .block-contact__info__contacts__contact {
    width: 100%;
  }
}
.block-contact__info__contacts__contact__icon {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.block-contact__info__contacts__contact__icon svg path {
  fill: #195ca1;
}
.block-contact__info__contacts__contact__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.block-contact__info__contacts__contact__container__title {
  color: #000000;
  font-family: Rubik;
  font-size: clamp(16px, 2rem, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
}
.block-contact__info__contacts__contact__container__info {
  cursor: pointer;
}
.block-contact__info__contacts__contact__container__info:hover {
  color: #e31928;
}

.block-contact-page .block-contact .wrapper {
  gap: 12rem;
}
.block-contact-page .block-contact__info {
  gap: 1.6rem;
}
.block-contact-page .block-contact__info__heading {
  gap: 1.6rem;
}
.block-contact-page .block-contact__info__content {
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
}
.block-contact-page .block-contact__info__contacts {
  gap: 1.6rem;
  padding: 2.4rem 0 0 0;
}
.block-contact-page .block-contact__frames {
  width: 46.95%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.block-contact-page .block-contact__frames form {
  width: 100%;
}
.block-contact-page .block-contact__frames iframe {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .block-contact-page .block-contact__frames {
    width: 100%;
  }
}
.block-contact-page .kontakt {
  gap: 1.2rem;
}
.block-contact-page .kontakt-form {
  gap: 2.4rem;
}
.block-contact-page .kontakt-form__buttons {
  flex-direction: row;
  gap: 2.4rem;
  padding: 1.2rem 0;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .block-contact-page .kontakt-form__buttons {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.block-contact-page .kontakt-form__buttons label:has(input[type=checkbox]) {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0;
}
.block-contact-page .kontakt-form__buttons label:has(input[type=checkbox]) label {
  max-width: 92%;
  color: #000000;
  /* Text/Tiny/Normal */
  font-family: Satoshi;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.block-contact-page .kontakt-form__buttons .btn-contact-submit {
  display: none;
}
.block-contact-page .kontakt-form__buttons .btn-contact-submit-contact-page {
  display: flex;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .block-contact-page .kontakt-form__buttons .btn-contact-submit-contact-page {
    width: 100%;
  }
  .block-contact-page .kontakt-form__buttons .btn-contact-submit-contact-page label {
    display: none;
  }
}
.block-contact-page .kontakt-form label:has(input[type=checkbox]) {
  padding: 0;
}

.font-bigger .content .position,
.font-bigger .contact-link {
  font-size: 18px !important;
}

.block-payment-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 11.2rem;
}
@media only screen and (max-width: 992px) {
  .block-payment-info {
    padding-bottom: 6.4rem;
  }
}
.block-payment-info .wrapper {
  flex-direction: column;
  gap: 3.2rem;
}
.block-payment-info-heading {
  width: 100%;
  padding: 3.2rem 0;
  border-bottom: 1px solid #e31928;
}
.block-payment-info-options {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .block-payment-info-options {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.block-payment-info-option {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .block-payment-info-option {
    width: 100%;
  }
}

.contrast .contact-grid-item .content .name,
.contrast .contact-grid-item .content .position,
.contrast .contact-grid-item .content .contact-link,
.contrast .contact-map-title {
  color: #f04e1f;
}
.contrast .contact-grid-item .content .contact-link img {
  filter: brightness(0) invert(1);
}
.contrast .contact-map {
  background: #000000;
}

.sitemap-header .page-title {
  margin-top: 30px;
  margin-bottom: 80px;
}

.sitemap-list {
  column-count: 4;
  margin-bottom: 100px;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .sitemap-list {
    column-count: 3;
  }
}
@media only screen and (max-width: 768px) {
  .sitemap-list {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  .sitemap-list {
    column-count: 1;
  }
}
.sitemap-list-group {
  display: flex;
  flex-flow: column wrap;
}
.sitemap-list .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.sitemap-list .title:not(:first-child) {
  margin-top: 20px;
}
.sitemap-list a:hover {
  text-decoration: underline;
}
.sitemap-list li {
  margin-bottom: 5px;
}
.sitemap-list li:not(.title) {
  display: flex;
  padding-left: 4px;
  gap: 8px;
  align-items: center;
}
.sitemap-list li:not(.title)::before {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background: white;
}

.sitemap-search .form-search {
  width: 450px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.sitemap-search .form-search .form-search-input {
  border-bottom-color: black;
  opacity: 1;
}

.font-biggest .li,
.font-biggest .sitemap-list-link {
  font-size: 20px !important;
}

.orders-heading {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin: 50px 0 40px 0;
}

.outer-container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 80px auto;
  border: 1px #f2f2f2 solid;
  border-radius: 10px;
  overflow: hidden;
}

.inner-container {
  padding: 40px 0 60px 0;
}

.orders-nav {
  display: flex;
}

.orders-nav .nav-item {
  width: 50%;
  font-weight: 500;
  font-size: 24px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.orders-nav .nav-item.active {
  color: #b3b3b3;
  background: #f2f2f2;
}

.order {
  width: 90%;
  margin: auto;
  padding: 15px 30px 15px 15px;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  margin-top: 10px;
}

.order-overview {
  display: flex;
  gap: 30px;
  font-size: 16px;
}

.order-overview .info-title {
  font-weight: 500;
}

.order-overview .btn {
  margin-left: auto;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 0;
}

.order-overview .btn-expand.rotated svg {
  transform: rotate(180deg);
}

.expanded-content {
  margin: 20px 0;
}

.details-titles {
  display: flex;
  font-weight: 500;
  border-bottom: 1px #f2f2f2 solid;
  padding: 10px 45px 10px 5px;
  text-align: center;
  gap: 20px;
}

.details-titles .product {
  flex: 1 0 0;
  text-align: left;
}

.details-titles .price {
  width: 125px;
}

.details-titles .amount {
  width: 125px;
}

.details-titles .total {
  width: 125px;
}

.product-details {
  display: flex;
  align-items: center;
  padding: 20px 45px 20px 5px;
  border-bottom: 1px #f2f2f2 solid;
  text-align: center;
  flex-wrap: wrap;
  gap: 20px;
}

.product-details .number,
.product-details .name {
  min-width: 20px;
  font-size: 18px;
  font-weight: 500;
}

.product-details .number {
  min-width: 20px;
  font-size: 18px;
  font-weight: 500;
}

.product-details .product-main {
  flex: 1 0 0;
  text-align: left;
  display: flex;
  gap: 5px;
  align-items: center;
}

.product-details .product-main-photo {
  width: 70px;
  height: 70px;
}

.product-details .product-main-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

.product-main-photo-fill {
  height: 100%;
  width: 100%;
  background: white;
}

.product-details .price,
.product-details .amount,
.product-details .total {
  width: 125px;
  font-size: 20px;
  font-weight: 600;
}

.product-details .amount-text {
  font-weight: 400;
}

.product-details .amount-mobie {
  display: none;
}

.order-summary {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.summary-block {
  width: 45%;
  margin-top: 40px;
}

.summary-block h2 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 150%;
}

.data-heading {
  font-weight: 700;
  font-size: 24px;
  color: #39423b;
  margin: 45px 0 10px 0;
}

.header .data-heading {
  margin: 0;
}

.inner-container.data {
  padding: 0 5%;
}

.inputs-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inputs-container > * {
  width: 49%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.btn-outline {
  background: white;
  justify-content: center;
}

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

form .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}

.address-label {
  font-weight: 700;
}

.delivery-addresses .btn {
  margin: 40px 0 40px auto;
  display: block;
  text-align: center;
}

.delete {
  cursor: pointer;
}

.modal-form {
  margin-top: 0;
}

.modal-form .form-input {
  margin-bottom: 10px;
}

.modal-form .btn-primary {
  display: block;
  margin-left: auto;
}

@media only screen and (max-width: 1060px) {
  .order-overview {
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-right: 40px;
  }
  .order-overview .info-title,
  .order-overview .info-content {
    display: inline;
  }
  .btn-expand {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .order {
    padding: 20px;
  }
  .details-titles {
    display: none;
  }
  .product-details {
    column-gap: 0;
    row-gap: 10px;
    padding: 20px 0;
    border-bottom: none;
    border-top: 1px #f2f2f2 solid;
  }
  .product-details .price {
    display: none;
  }
  .product-details .total,
  .product-details .amount {
    width: 50%;
  }
  .product-details .amount {
    text-align: left;
  }
  .product-details .total {
    text-align: right;
  }
  .product-details .product-main {
    flex: auto;
    width: 100%;
  }
  .product-details .product-main-photo {
    min-width: 70px;
  }
  .order-summary {
    flex-direction: column;
    width: 100%;
  }
  .order-summary .summary-block {
    margin-top: 10px;
    width: 100%;
  }
  .orders-nav .nav-item {
    font-size: 20px;
    font-weight: 500;
  }
  .inner-container {
    padding: 40px 0;
  }
}
.night .data-heading {
  color: white;
}

.night .orders-nav .nav-item.active {
  background: white;
  color: black;
}

.night .btn-img {
  filter: brightness(0) invert(1);
}

.font-bigger .order-overview,
.font-bigger .summary-block h2,
.font-bigger .product-details .number {
  font-size: 18px !important;
}

.font-biggest .order-overview,
.font-biggest .summary-block h2,
.font-biggest .product-details .number {
  font-size: 20px !important;
}

.auth-container {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
@media only screen and (max-width: 992px) {
  .auth-container {
    flex-direction: column;
    margin: 20px 0;
  }
}
.auth-container-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
  margin-bottom: 100px;
}
.auth-container-block:not(:last-child) {
  border-right: 1px solid #E5E7EB;
}
@media only screen and (max-width: 992px) {
  .auth-container-block:not(:last-child) {
    border-right: none;
  }
}
@media only screen and (max-width: 992px) {
  .auth-container-block {
    width: 100%;
    padding: 20px 0;
  }
}

.auth-login {
  width: 400px;
  max-width: 100%;
}
.auth-login .form-group {
  margin-bottom: 10px;
}
.auth-login .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.auth-login .btn {
  display: block;
  height: 44px;
  margin: 0 auto;
}

.auth-title {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 25px;
  font-weight: 500;
}

.auth-text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.auth-text ul {
  margin-left: 30px;
}

.auth-signup {
  width: 600px;
  max-width: 100%;
}
.auth-signup-label {
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.auth-signup .row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.auth-signup .checkbox-item {
  margin-right: 20px;
  display: block;
}
.auth-signup .checkbox-item.small {
  font-size: 10px;
}
.auth-signup .checkbox-item .checkmark {
  top: 0;
}
.auth-signup .checkbox-item a {
  text-decoration: underline;
}
.auth-signup .form-grid-item .btn {
  width: 100%;
  height: 50px;
  display: block;
}

.account-title {
  font-weight: 700;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 40px;
}
.account-container {
  max-width: 1260px;
  border: 1px solid #F2F2F2;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto 80px;
}
.account-nav {
  display: flex;
}
.account-nav-item {
  width: 50%;
  background-color: #F2F2F2;
  color: #B3B3B3;
  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  padding: 17px;
}
.account-nav-item.active {
  background-color: white;
  color: white;
}
.account-nav-item:not(.active) {
  cursor: pointer;
}
.account-main {
  padding: 40px 100px 80px;
}
.account-form-group {
  margin-bottom: 40px;
}
.account-form-group-title {
  color: white;
  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

.agreements .checkmark {
  border-radius: 5px;
}
.agreements .checkbox-item {
  font-size: 10px;
}

.error {
  color: red;
  padding: 0 0 25px 0;
  text-align: center;
  font-size: 18px;
}

#form-invoice-search {
  height: 40px;
}

.form-grid #register {
  height: auto;
  padding: 12px 0;
}

.font-bigger {
  font-size: 18px;
}
.font-bigger .checkbox-item {
  font-size: 18px !important;
}

.font-biggest {
  font-size: 20px;
}
.font-biggest .checkbox-item,
.font-biggest .auth-text {
  font-size: 20px !important;
}

.contrast .auth-signup-label {
  color: #f04e1f;
}

.producers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  .producers-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .producers-list {
    grid-template-columns: 1fr;
  }
}

.producer-page-info {
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .producer-page-info {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.producer-page-info .page-title {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .producer-page-info .page-title {
    margin-top: 10px;
  }
}
.producer-page-info .page-top-text {
  padding: 0 0 50px 0;
}
.producer-page-info .photo-container {
  height: 180px;
  width: 180px;
  padding: 12px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .producer-page-info .photo-container {
    width: 100px;
    height: 100px;
    padding: 0;
  }
}
.producer-page-info .photo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.producer-page .products-list {
  padding-bottom: 40px;
}
.producer-page .products-list-title {
  padding-bottom: 20px;
}

.blog {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .blog {
    padding-bottom: 6.4rem;
  }
}
.blog .wrapper {
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .blog .wrapper {
    gap: 0;
  }
}
.blog-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 6.4rem 0 12.8rem 0;
  gap: 2.4rem;
}
@media only screen and (max-width: 992px) {
  .blog-heading {
    padding: 3.2rem 0 6.4rem 0;
  }
}
.blog-heading li {
  margin-left: 1rem;
  list-style: inside;
}
.blog-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.4rem;
}
.blog-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.4rem;
  row-gap: 8rem;
}
.blog-list-search {
  margin-top: 64px;
}
.blog-list-search .blog-card-content {
  min-height: auto;
}
@media only screen and (max-width: 1260px) {
  .blog-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .blog-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .blog-list {
    grid-template-columns: 1fr;
  }
}

.block-blog-suggested-products {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.4rem 0;
  transition: all 0.3s;
  border: 1px solid #f3f4f6;
}
.block-blog-suggested-products:hover {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.block-blog-suggested-products:hover .block-blog-suggested-products-title {
  color: #666666;
}
.block-blog-suggested-products:hover .block-blog-suggested-products-button {
  padding-right: 0;
}
.block-blog-suggested-products-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .block-blog-suggested-products-container {
    flex-direction: column;
  }
}
.block-blog-suggested-products-title {
  transition: all 0.3s;
}
.block-blog-suggested-products-image {
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-blog-suggested-products-image img {
  width: 100%;
  height: 100%;
  max-height: 17.5rem;
  object-fit: contain;
}
.block-blog-suggested-products-content {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.6rem 2.2rem 1.2rem 1.2rem;
}
@media only screen and (max-width: 768px) {
  .block-blog-suggested-products-content {
    width: 100%;
  }
}
.block-blog-suggested-products-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  padding-right: 1rem;
  transition: all 0.5s;
}

.article {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11.2rem;
}
@media only screen and (max-width: 992px) {
  .article {
    padding-top: 6.4rem;
  }
}
.article .wrapper {
  flex-direction: column;
  gap: 8rem;
}
@media only screen and (max-width: 992px) {
  .article .wrapper {
    gap: 6.4rem;
  }
}
.article-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .article-top {
    flex-direction: column-reverse;
    gap: 4.8rem;
  }
}
.article-top-content {
  width: 46.95%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  flex-wrap: wrap;
}
.article-top-content a {
  font-weight: 500;
  color: #e31928;
  transition: all 0.3s;
}
.article-top-content a:hover {
  color: rgb(239.5238095238, 114.4761904762, 123.7619047619);
}
@media only screen and (max-width: 992px) {
  .article-top-content {
    width: 100%;
    max-width: 100%;
    gap: 2.4rem;
  }
}
.article-top-content .link-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.article-top-content h1 {
  white-space: wrap;
  word-wrap: break-word;
}
.article-top-image {
  width: 46.95%;
  height: 45rem;
}
@media only screen and (max-width: 992px) {
  .article-top-image {
    width: 100%;
  }
}
.article-top-image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .article-main {
    flex-direction: column-reverse;
    gap: 3.2rem;
  }
}
.article-main-content {
  width: 76.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .article-main-content {
    width: 100%;
  }
}
.article-main-content .block-text h2,
.article-main-content .block-text h3 {
  /* Heading/Desktop/H3 */
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
  scroll-margin-top: 20rem;
}
.article-main-sidebar {
  display: flex;
  flex-direction: column;
  width: 17.57%;
  padding: 1.6rem 1.6rem 2.4rem;
  background-color: #fafafa;
}
@media only screen and (max-width: 992px) {
  .article-main-sidebar {
    width: 100%;
  }
}
.article-main-sidebar-heading {
  width: 100%;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #000000;
}
.article-main-sidebar-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  padding-top: 2.4rem;
}

.contrast .news-page .date {
  color: #f04e1f;
}
.contrast .news-page-sidebar {
  color: #f04e1f;
}
.contrast .news-page .news-reviews .reviews-subtitle {
  color: #f04e1f;
}
.contrast .news-page .news-reviews .review-card .review-date {
  color: #f04e1f;
}

.articles-new-random {
  padding-bottom: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .articles-new-random {
    gap: 3.2rem;
    margin: 6.4rem 0;
  }
}
.articles-new-random .container {
  gap: 4rem;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 992px) {
  .articles-new-random .container {
    gap: 2rem;
  }
}
.articles-new-random__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .articles-new-random__heading {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
}
.articles-new-random__table {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.2rem;
  row-gap: 3.2rem;
}
@media only screen and (max-width: 1260px) {
  .articles-new-random__table {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .articles-new-random__table {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .articles-new-random__table {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .articles-new-random__table {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
}
.articles-new-random__article {
  width: 100%;
  display: flex;
  gap: 3.2rem;
}
@media only screen and (max-width: 992px) {
  .articles-new-random__article {
    width: 100%;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.articles-new-random__image {
  width: 47.43%;
  height: 20rem;
  object-fit: cover;
}
.articles-new-random__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .articles-new-random__image {
    width: 100%;
  }
}
.articles-new-random__text {
  width: 47.43%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.8rem;
}
@media only screen and (max-width: 992px) {
  .articles-new-random__text {
    width: 100%;
  }
}
.articles-new-random .blog-card-content {
  min-height: unset;
}
.articles-new-random .blog-card-text-title-suggested {
  min-height: unset;
}

.search-page-products {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 40px 0;
}
.search-page-category {
  width: 100%;
}
.search-page-category-title {
  color: white;
  background: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.search-page-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0;
  width: 95%;
  margin: auto;
}
.search-page-item:hover .search-page-item-title {
  color: white;
}
.search-page-item-title {
  font-weight: 500;
  font-size: 2rem;
  transition: color 0.3s;
}

.block-about-image-below-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 11.2rem 0 6.4rem 0;
}
@media only screen and (max-width: 992px) {
  .block-about-image-below-text {
    margin: 6.4rem 0 3.2rem 0;
  }
}
.block-about-image-below-text .wrapper {
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.block-about-image-below-text__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}
.block-about-image-below-text__text__logo {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 3.6rem;
  transition: transform 0.3s;
}
.block-about-image-below-text__text__logo:hover {
  transform: translateX(1%);
}
.block-about-image-below-text__text__header {
  width: 58.53%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .block-about-image-below-text__text__header {
    width: 100%;
  }
}
.block-about-image-below-text__image {
  width: 100%;
  height: auto;
}
.block-about-image-below-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-advantages {
  width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 6.4rem 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .block-advantages {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.block-advantages .wrapper {
  flex-direction: column;
  gap: 6.4rem;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .block-advantages .wrapper {
    gap: 3.2rem;
  }
}
.block-advantages-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.block-advantages-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  position: relative;
}
.block-advantages-background-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  object-fit: cover;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.block-advantages-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 58.53%;
  gap: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .block-advantages-heading {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  .block-advantages-title {
    width: 100%;
    text-align: left;
  }
}
.block-advantages-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
}
@media only screen and (max-width: 992px) {
  .block-advantages-list {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.block-advantages-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  gap: 1.2rem;
}
@media only screen and (max-width: 992px) {
  .block-advantages-list-item {
    width: 100%;
  }
}
.block-advantages-list-item img {
  width: 48px;
  height: 48px;
}
.block-advantages-list-item p {
  text-align: center;
}
.block-advantages-content {
  width: 100%;
  max-width: 90rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.block-advantages-content p {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .block-advantages-content p {
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  .block-advantages-content {
    text-align: left;
  }
}

.block-team {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 6.4rem 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .block-team {
    padding-top: 6.4rem;
    padding-bottom: 0;
  }
}
.block-team .wrapper {
  flex-direction: column;
  gap: 8rem;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .block-team .wrapper {
    gap: 3.2rem;
  }
}
.block-team-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 58.53%;
  gap: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .block-team-heading {
    width: 100%;
  }
}
.block-team-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 4.8rem;
}
@media only screen and (max-width: 992px) {
  .block-team-list {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.block-team-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 31rem;
  gap: 2.4rem;
}
@media only screen and (max-width: 992px) {
  .block-team-list-item {
    width: 100%;
  }
}
.block-team-list-item-first {
  width: 100%;
}
.block-team-list-item-department-head {
  width: 35%;
}
@media only screen and (max-width: 992px) {
  .block-team-list-item-department-head {
    width: 100%;
  }
}
.block-team-list-item-heading {
  display: flex;
  flex-direction: column;
}
.block-team-list-item img {
  width: 8rem;
  height: 8rem;
}
.block-team-list-item p {
  text-align: center;
}
.block-team-list-item p:last-child {
  margin-top: 1.6rem;
}
.block-team-content {
  width: 90rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.block-team-content p {
  text-align: center;
}

.block-about-text-left-image-right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 6.4rem 0 11.2rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .block-about-text-left-image-right {
    padding-bottom: 11.2rem;
  }
}
.block-about-text-left-image-right .wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8rem;
}
@media only screen and (max-width: 992px) {
  .block-about-text-left-image-right .wrapper {
    flex-direction: column;
    gap: 8rem;
  }
}
.block-about-text-left-image-right__text {
  width: 46.95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}
.block-about-text-left-image-right__text__subtitle {
  margin-bottom: 1.6rem;
}
.block-about-text-left-image-right__text__title {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 992px) {
  .block-about-text-left-image-right__text {
    width: 100%;
  }
}
.block-about-text-left-image-right__text__content {
  text-align: left;
}
.block-about-text-left-image-right__text__about {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.block-about-text-left-image-right__text__about ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.2rem;
  padding: 0.8rem 0;
  gap: 1.6rem;
}
.block-about-text-left-image-right__text__about ul li {
  margin-left: 2rem;
  list-style: disc;
}
.block-about-text-left-image-right__text__about ul li::marker {
  color: #195ca1; /* or whatever color you prefer */
}
.block-about-text-left-image-right__text__link {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .block-about-text-left-image-right__text__link {
    width: 100%;
  }
}
.block-about-text-left-image-right__text__background {
  position: absolute;
  bottom: -11.2rem;
  right: 0;
  z-index: -10;
}
.block-about-text-left-image-right__image {
  position: relative;
  width: 46.95%;
}
@media only screen and (max-width: 992px) {
  .block-about-text-left-image-right__image {
    width: 100%;
    height: auto;
  }
}
.block-about-text-left-image-right__image img {
  width: 100%;
  object-fit: cover;
}
.block-about-text-left-image-right__image__title {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  padding: 0.8rem 1.2rem;
  background-color: #ffffff;
  color: #000000;
  /* Heading/Desktop/Tagline */
  font-family: Montserrat;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.block-about-text-left-image-right__image__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
}
.block-about-text-left-image-right__background {
  width: 68rem;
  height: 16.26rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 299.07px 0px 0px 0px;
  border-top: 65px solid var(--Border-secondary, #fafafa);
  border-left: 65px solid var(--Border-secondary, #fafafa);
}
@media only screen and (max-width: 992px) {
  .block-about-text-left-image-right__background {
    display: none;
  }
}

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